@charset "UTF-8";
/*!
 * Frow (https://github.com/Beg-in/frow)
 * Copyright 2016 Cody Sherman
 * Licensed under MIT (https://github.com/Beg-in/frow/blob/master/LICENSE)
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

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

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

a {
  color: #333333;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    color: #0d0d0d;
    text-decoration: underline; }
  p a {
    text-decoration: underline; }

svg {
  display: block; }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

form:not(.reset) input:not(.reset)::-webkit-file-upload-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  background-color: #4F4F51;
  border: none;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  line-height: 100%;
  outline: none;
  padding: 9px; }
  form:not(.reset) input:not(.reset)::-webkit-file-upload-button:hover, form:not(.reset) input:not(.reset)::-webkit-file-upload-button:focus, form:not(.reset) input:not(.reset)::-webkit-file-upload-button:active {
    background-color: #29292a;
    outline: none;
    text-decoration: none; }
  form:not(.reset) input:not(.reset)::-webkit-file-upload-button:active {
    transform: scale(0.96); }
  form:not(.reset) input:not(.reset)::-webkit-file-upload-button:disabled {
    cursor: default !important;
    opacity: 0.7;
    box-shadow: none; }
form:not(.reset) input:not(.reset)::-ms-browse {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  background-color: #4F4F51;
  border: none;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  line-height: 100%;
  outline: none;
  padding: 9px; }
  form:not(.reset) input:not(.reset)::-ms-browse:hover, form:not(.reset) input:not(.reset)::-ms-browse:focus, form:not(.reset) input:not(.reset)::-ms-browse:active {
    background-color: #29292a;
    outline: none;
    text-decoration: none; }
  form:not(.reset) input:not(.reset)::-ms-browse:active {
    transform: scale(0.96); }
  form:not(.reset) input:not(.reset)::-ms-browse:disabled {
    cursor: default !important;
    opacity: 0.7;
    box-shadow: none; }
form:not(.reset) label:not(.reset) {
  color: #9E9E9E;
  display: block;
  font-size: 14px;
  padding: 4px 5px; }
form:not(.reset) input:not(.reset) {
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #9E9E9E;
  color: #333333;
  display: block;
  font-size: 15px;
  margin-bottom: 20px;
  padding: 4px 5px;
  width: 100%; }
  form:not(.reset) input:not(.reset):hover, form:not(.reset) input:not(.reset):focus {
    border-color: #787878;
    outline: none; }
  form:not(.reset) input:not(.reset):disabled {
    border-bottom: 1px dotted #9E9E9E;
    cursor: default !important; }
  form:not(.reset) input:not(.reset)[type=number] {
    -moz-appearance: textfield; }
    form:not(.reset) input:not(.reset)[type=number]::-webkit-inner-spin-button, form:not(.reset) input:not(.reset)[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }
form:not(.reset) select:not(.reset) {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' version='1.1' xml:space='preserve' stroke-linejoin='round'><g transform='matrix(-0.613836,-7.51732e-17,7.51732e-17,-0.613836,19.9111,16.8669)'><path d='M12.9 2.9L22.7 12.9 3.1 12.9 12.9 2.9Z' fill='rgb(51,51,51)'/></g></svg>");
  background-position: right center;
  background-repeat: no-repeat;
  display: block;
  border: none;
  border-bottom: 2px solid #9E9E9E;
  border-radius: 0;
  color: #333333;
  font-size: 15px;
  height: 27px;
  margin-bottom: 20px;
  padding: 3px 24px 3px 5px;
  width: 100%; }
  form:not(.reset) select:not(.reset):hover, form:not(.reset) select:not(.reset):focus {
    border-color: #787878; }
  form:not(.reset) select:not(.reset):disabled {
    border-bottom: 1px dotted #9E9E9E;
    cursor: default !important; }
form:not(.reset) textarea:not(.reset) {
  background: none;
  border: none;
  border-bottom: 2px solid #9E9E9E;
  border-radius: 0;
  color: #333333;
  display: block;
  font-size: 15px;
  margin-bottom: 20px;
  min-height: 50px;
  padding: 10px;
  resize: vertical;
  width: 100%; }
  form:not(.reset) textarea:not(.reset):hover, form:not(.reset) textarea:not(.reset):focus {
    border-color: #787878;
    outline: none; }
  form:not(.reset) textarea:not(.reset):disabled {
    border-bottom: 1px dotted #9E9E9E;
    cursor: default !important; }
form:not(.reset) button:not(.reset),
form:not(.reset) [type="button"]:not(.reset),
form:not(.reset) [type="reset"]:not(.reset),
form:not(.reset) [type="submit"]:not(.reset) {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  background-color: #4F4F51;
  border: none;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  line-height: 100%;
  outline: none;
  padding: 9px; }
  form:not(.reset) button:not(.reset):hover, form:not(.reset) button:not(.reset):focus, form:not(.reset) button:not(.reset):active,
  form:not(.reset) [type="button"]:not(.reset):hover,
  form:not(.reset) [type="button"]:not(.reset):focus,
  form:not(.reset) [type="button"]:not(.reset):active,
  form:not(.reset) [type="reset"]:not(.reset):hover,
  form:not(.reset) [type="reset"]:not(.reset):focus,
  form:not(.reset) [type="reset"]:not(.reset):active,
  form:not(.reset) [type="submit"]:not(.reset):hover,
  form:not(.reset) [type="submit"]:not(.reset):focus,
  form:not(.reset) [type="submit"]:not(.reset):active {
    background-color: #29292a;
    outline: none;
    text-decoration: none; }
  form:not(.reset) button:not(.reset):active,
  form:not(.reset) [type="button"]:not(.reset):active,
  form:not(.reset) [type="reset"]:not(.reset):active,
  form:not(.reset) [type="submit"]:not(.reset):active {
    transform: scale(0.96); }
  form:not(.reset) button:not(.reset):disabled,
  form:not(.reset) [type="button"]:not(.reset):disabled,
  form:not(.reset) [type="reset"]:not(.reset):disabled,
  form:not(.reset) [type="submit"]:not(.reset):disabled {
    cursor: default !important;
    opacity: 0.7;
    box-shadow: none; }

.frow-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }

@media (min-width: 768px) {
  .frow-container {
    width: 750px; } }
@media (min-width: 992px) {
  .frow-container {
    width: 970px; } }
@media (min-width: 1200px) {
  .frow-container {
    width: 1170px; } }
.frow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start; }
  .frow.gutters {
    margin-left: -10px;
    margin-right: -10px; }
    .frow.gutters > * {
      padding-left: 10px;
      padding-right: 10px; }
  .frow.centered {
    justify-content: center;
    align-items: center;
    align-content: center; }
  .frow.centered-column {
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column; }
  .frow.row-start {
    flex-direction: row;
    justify-content: flex-start; }
  .frow.row-center {
    flex-direction: row;
    justify-content: center; }
  .frow.row-end {
    flex-direction: row;
    justify-content: flex-end; }
  .frow.column-start {
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start; }
  .frow.column-center {
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start; }
  .frow.column-end {
    flex-direction: column;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: flex-start; }
  .frow.wrap {
    flex-wrap: wrap; }
  .frow.wrap-reverse {
    flex-wrap: wrap-reverse; }
  .frow.nowrap {
    flex-wrap: nowrap; }
  .frow.direction-row {
    flex-direction: row; }
  .frow.direction-reverse {
    flex-direction: row-reverse; }
  .frow.direction-column {
    flex-direction: column; }
  .frow.direction-column-reverse {
    flex-direction: column-reverse; }
  .frow.justify-start {
    justify-content: flex-start; }
  .frow.justify-end {
    justify-content: flex-end; }
  .frow.justify-center {
    justify-content: center; }
  .frow.justify-between {
    justify-content: space-between; }
  .frow.justify-around {
    justify-content: space-around; }
  .frow.items-start {
    align-items: flex-start; }
  .frow.items-end {
    align-items: flex-end; }
  .frow.items-center {
    align-items: center; }
  .frow.items-stretch {
    align-items: stretch; }
  .frow.items-baseline {
    align-items: baseline; }
  .frow.content-start {
    align-content: flex-start; }
  .frow.content-end {
    align-content: flex-end; }
  .frow.content-center {
    align-content: center; }
  .frow.content-between {
    align-content: space-between; }
  .frow.content-around {
    align-content: space-around; }

.col-xs-1-1, .col-sm-1-1, .col-md-1-1, .col-lg-1-1, .col-xs-1-2, .col-sm-1-2, .col-md-1-2, .col-lg-1-2, .col-xs-2-2, .col-sm-2-2, .col-md-2-2, .col-lg-2-2, .col-xs-1-3, .col-sm-1-3, .col-md-1-3, .col-lg-1-3, .col-xs-2-3, .col-sm-2-3, .col-md-2-3, .col-lg-2-3, .col-xs-3-3, .col-sm-3-3, .col-md-3-3, .col-lg-3-3, .col-xs-1-4, .col-sm-1-4, .col-md-1-4, .col-lg-1-4, .col-xs-2-4, .col-sm-2-4, .col-md-2-4, .col-lg-2-4, .col-xs-3-4, .col-sm-3-4, .col-md-3-4, .col-lg-3-4, .col-xs-4-4, .col-sm-4-4, .col-md-4-4, .col-lg-4-4, .col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5, .col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5, .col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5, .col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5, .col-xs-5-5, .col-sm-5-5, .col-md-5-5, .col-lg-5-5, .col-xs-1-6, .col-sm-1-6, .col-md-1-6, .col-lg-1-6, .col-xs-2-6, .col-sm-2-6, .col-md-2-6, .col-lg-2-6, .col-xs-3-6, .col-sm-3-6, .col-md-3-6, .col-lg-3-6, .col-xs-4-6, .col-sm-4-6, .col-md-4-6, .col-lg-4-6, .col-xs-5-6, .col-sm-5-6, .col-md-5-6, .col-lg-5-6, .col-xs-6-6, .col-sm-6-6, .col-md-6-6, .col-lg-6-6, .col-xs-1-7, .col-sm-1-7, .col-md-1-7, .col-lg-1-7, .col-xs-2-7, .col-sm-2-7, .col-md-2-7, .col-lg-2-7, .col-xs-3-7, .col-sm-3-7, .col-md-3-7, .col-lg-3-7, .col-xs-4-7, .col-sm-4-7, .col-md-4-7, .col-lg-4-7, .col-xs-5-7, .col-sm-5-7, .col-md-5-7, .col-lg-5-7, .col-xs-6-7, .col-sm-6-7, .col-md-6-7, .col-lg-6-7, .col-xs-7-7, .col-sm-7-7, .col-md-7-7, .col-lg-7-7, .col-xs-1-8, .col-sm-1-8, .col-md-1-8, .col-lg-1-8, .col-xs-2-8, .col-sm-2-8, .col-md-2-8, .col-lg-2-8, .col-xs-3-8, .col-sm-3-8, .col-md-3-8, .col-lg-3-8, .col-xs-4-8, .col-sm-4-8, .col-md-4-8, .col-lg-4-8, .col-xs-5-8, .col-sm-5-8, .col-md-5-8, .col-lg-5-8, .col-xs-6-8, .col-sm-6-8, .col-md-6-8, .col-lg-6-8, .col-xs-7-8, .col-sm-7-8, .col-md-7-8, .col-lg-7-8, .col-xs-8-8, .col-sm-8-8, .col-md-8-8, .col-lg-8-8, .col-xs-1-9, .col-sm-1-9, .col-md-1-9, .col-lg-1-9, .col-xs-2-9, .col-sm-2-9, .col-md-2-9, .col-lg-2-9, .col-xs-3-9, .col-sm-3-9, .col-md-3-9, .col-lg-3-9, .col-xs-4-9, .col-sm-4-9, .col-md-4-9, .col-lg-4-9, .col-xs-5-9, .col-sm-5-9, .col-md-5-9, .col-lg-5-9, .col-xs-6-9, .col-sm-6-9, .col-md-6-9, .col-lg-6-9, .col-xs-7-9, .col-sm-7-9, .col-md-7-9, .col-lg-7-9, .col-xs-8-9, .col-sm-8-9, .col-md-8-9, .col-lg-8-9, .col-xs-9-9, .col-sm-9-9, .col-md-9-9, .col-lg-9-9, .col-xs-1-10, .col-sm-1-10, .col-md-1-10, .col-lg-1-10, .col-xs-2-10, .col-sm-2-10, .col-md-2-10, .col-lg-2-10, .col-xs-3-10, .col-sm-3-10, .col-md-3-10, .col-lg-3-10, .col-xs-4-10, .col-sm-4-10, .col-md-4-10, .col-lg-4-10, .col-xs-5-10, .col-sm-5-10, .col-md-5-10, .col-lg-5-10, .col-xs-6-10, .col-sm-6-10, .col-md-6-10, .col-lg-6-10, .col-xs-7-10, .col-sm-7-10, .col-md-7-10, .col-lg-7-10, .col-xs-8-10, .col-sm-8-10, .col-md-8-10, .col-lg-8-10, .col-xs-9-10, .col-sm-9-10, .col-md-9-10, .col-lg-9-10, .col-xs-10-10, .col-sm-10-10, .col-md-10-10, .col-lg-10-10, .col-xs-1-11, .col-sm-1-11, .col-md-1-11, .col-lg-1-11, .col-xs-2-11, .col-sm-2-11, .col-md-2-11, .col-lg-2-11, .col-xs-3-11, .col-sm-3-11, .col-md-3-11, .col-lg-3-11, .col-xs-4-11, .col-sm-4-11, .col-md-4-11, .col-lg-4-11, .col-xs-5-11, .col-sm-5-11, .col-md-5-11, .col-lg-5-11, .col-xs-6-11, .col-sm-6-11, .col-md-6-11, .col-lg-6-11, .col-xs-7-11, .col-sm-7-11, .col-md-7-11, .col-lg-7-11, .col-xs-8-11, .col-sm-8-11, .col-md-8-11, .col-lg-8-11, .col-xs-9-11, .col-sm-9-11, .col-md-9-11, .col-lg-9-11, .col-xs-10-11, .col-sm-10-11, .col-md-10-11, .col-lg-10-11, .col-xs-11-11, .col-sm-11-11, .col-md-11-11, .col-lg-11-11, .col-xs-1-12, .col-sm-1-12, .col-md-1-12, .col-lg-1-12, .col-xs-2-12, .col-sm-2-12, .col-md-2-12, .col-lg-2-12, .col-xs-3-12, .col-sm-3-12, .col-md-3-12, .col-lg-3-12, .col-xs-4-12, .col-sm-4-12, .col-md-4-12, .col-lg-4-12, .col-xs-5-12, .col-sm-5-12, .col-md-5-12, .col-lg-5-12, .col-xs-6-12, .col-sm-6-12, .col-md-6-12, .col-lg-6-12, .col-xs-7-12, .col-sm-7-12, .col-md-7-12, .col-lg-7-12, .col-xs-8-12, .col-sm-8-12, .col-md-8-12, .col-lg-8-12, .col-xs-9-12, .col-sm-9-12, .col-md-9-12, .col-lg-9-12, .col-xs-10-12, .col-sm-10-12, .col-md-10-12, .col-lg-10-12, .col-xs-11-12, .col-sm-11-12, .col-md-11-12, .col-lg-11-12, .col-xs-12-12, .col-sm-12-12, .col-md-12-12, .col-lg-12-12 {
  width: 100%; }

@media (min-width: 0px) {
  .col-xs-1-1 {
    width: 100%; }

  .col-xs-1-2 {
    width: 50%; }

  .col-xs-2-2 {
    width: 100%; }

  .col-xs-1-3 {
    width: 33.3333333333%; }

  .col-xs-2-3 {
    width: 66.6666666667%; }

  .col-xs-3-3 {
    width: 100%; }

  .col-xs-1-4 {
    width: 25%; }

  .col-xs-2-4 {
    width: 50%; }

  .col-xs-3-4 {
    width: 75%; }

  .col-xs-4-4 {
    width: 100%; }

  .col-xs-1-5 {
    width: 20%; }

  .col-xs-2-5 {
    width: 40%; }

  .col-xs-3-5 {
    width: 60%; }

  .col-xs-4-5 {
    width: 80%; }

  .col-xs-5-5 {
    width: 100%; }

  .col-xs-1-6 {
    width: 16.6666666667%; }

  .col-xs-2-6 {
    width: 33.3333333333%; }

  .col-xs-3-6 {
    width: 50%; }

  .col-xs-4-6 {
    width: 66.6666666667%; }

  .col-xs-5-6 {
    width: 83.3333333333%; }

  .col-xs-6-6 {
    width: 100%; }

  .col-xs-1-7 {
    width: 14.2857142857%; }

  .col-xs-2-7 {
    width: 28.5714285714%; }

  .col-xs-3-7 {
    width: 42.8571428571%; }

  .col-xs-4-7 {
    width: 57.1428571429%; }

  .col-xs-5-7 {
    width: 71.4285714286%; }

  .col-xs-6-7 {
    width: 85.7142857143%; }

  .col-xs-7-7 {
    width: 100%; }

  .col-xs-1-8 {
    width: 12.5%; }

  .col-xs-2-8 {
    width: 25%; }

  .col-xs-3-8 {
    width: 37.5%; }

  .col-xs-4-8 {
    width: 50%; }

  .col-xs-5-8 {
    width: 62.5%; }

  .col-xs-6-8 {
    width: 75%; }

  .col-xs-7-8 {
    width: 87.5%; }

  .col-xs-8-8 {
    width: 100%; }

  .col-xs-1-9 {
    width: 11.1111111111%; }

  .col-xs-2-9 {
    width: 22.2222222222%; }

  .col-xs-3-9 {
    width: 33.3333333333%; }

  .col-xs-4-9 {
    width: 44.4444444444%; }

  .col-xs-5-9 {
    width: 55.5555555556%; }

  .col-xs-6-9 {
    width: 66.6666666667%; }

  .col-xs-7-9 {
    width: 77.7777777778%; }

  .col-xs-8-9 {
    width: 88.8888888889%; }

  .col-xs-9-9 {
    width: 100%; }

  .col-xs-1-10 {
    width: 10%; }

  .col-xs-2-10 {
    width: 20%; }

  .col-xs-3-10 {
    width: 30%; }

  .col-xs-4-10 {
    width: 40%; }

  .col-xs-5-10 {
    width: 50%; }

  .col-xs-6-10 {
    width: 60%; }

  .col-xs-7-10 {
    width: 70%; }

  .col-xs-8-10 {
    width: 80%; }

  .col-xs-9-10 {
    width: 90%; }

  .col-xs-10-10 {
    width: 100%; }

  .col-xs-1-11 {
    width: 9.0909090909%; }

  .col-xs-2-11 {
    width: 18.1818181818%; }

  .col-xs-3-11 {
    width: 27.2727272727%; }

  .col-xs-4-11 {
    width: 36.3636363636%; }

  .col-xs-5-11 {
    width: 45.4545454545%; }

  .col-xs-6-11 {
    width: 54.5454545455%; }

  .col-xs-7-11 {
    width: 63.6363636364%; }

  .col-xs-8-11 {
    width: 72.7272727273%; }

  .col-xs-9-11 {
    width: 81.8181818182%; }

  .col-xs-10-11 {
    width: 90.9090909091%; }

  .col-xs-11-11 {
    width: 100%; }

  .col-xs-1-12 {
    width: 8.3333333333%; }

  .col-xs-2-12 {
    width: 16.6666666667%; }

  .col-xs-3-12 {
    width: 25%; }

  .col-xs-4-12 {
    width: 33.3333333333%; }

  .col-xs-5-12 {
    width: 41.6666666667%; }

  .col-xs-6-12 {
    width: 50%; }

  .col-xs-7-12 {
    width: 58.3333333333%; }

  .col-xs-8-12 {
    width: 66.6666666667%; }

  .col-xs-9-12 {
    width: 75%; }

  .col-xs-10-12 {
    width: 83.3333333333%; }

  .col-xs-11-12 {
    width: 91.6666666667%; }

  .col-xs-12-12 {
    width: 100%; } }
@media (min-width: 641px) {
  .col-sm-1-1 {
    width: 100%; }

  .col-sm-1-2 {
    width: 50%; }

  .col-sm-2-2 {
    width: 100%; }

  .col-sm-1-3 {
    width: 33.3333333333%; }

  .col-sm-2-3 {
    width: 66.6666666667%; }

  .col-sm-3-3 {
    width: 100%; }

  .col-sm-1-4 {
    width: 25%; }

  .col-sm-2-4 {
    width: 50%; }

  .col-sm-3-4 {
    width: 75%; }

  .col-sm-4-4 {
    width: 100%; }

  .col-sm-1-5 {
    width: 20%; }

  .col-sm-2-5 {
    width: 40%; }

  .col-sm-3-5 {
    width: 60%; }

  .col-sm-4-5 {
    width: 80%; }

  .col-sm-5-5 {
    width: 100%; }

  .col-sm-1-6 {
    width: 16.6666666667%; }

  .col-sm-2-6 {
    width: 33.3333333333%; }

  .col-sm-3-6 {
    width: 50%; }

  .col-sm-4-6 {
    width: 66.6666666667%; }

  .col-sm-5-6 {
    width: 83.3333333333%; }

  .col-sm-6-6 {
    width: 100%; }

  .col-sm-1-7 {
    width: 14.2857142857%; }

  .col-sm-2-7 {
    width: 28.5714285714%; }

  .col-sm-3-7 {
    width: 42.8571428571%; }

  .col-sm-4-7 {
    width: 57.1428571429%; }

  .col-sm-5-7 {
    width: 71.4285714286%; }

  .col-sm-6-7 {
    width: 85.7142857143%; }

  .col-sm-7-7 {
    width: 100%; }

  .col-sm-1-8 {
    width: 12.5%; }

  .col-sm-2-8 {
    width: 25%; }

  .col-sm-3-8 {
    width: 37.5%; }

  .col-sm-4-8 {
    width: 50%; }

  .col-sm-5-8 {
    width: 62.5%; }

  .col-sm-6-8 {
    width: 75%; }

  .col-sm-7-8 {
    width: 87.5%; }

  .col-sm-8-8 {
    width: 100%; }

  .col-sm-1-9 {
    width: 11.1111111111%; }

  .col-sm-2-9 {
    width: 22.2222222222%; }

  .col-sm-3-9 {
    width: 33.3333333333%; }

  .col-sm-4-9 {
    width: 44.4444444444%; }

  .col-sm-5-9 {
    width: 55.5555555556%; }

  .col-sm-6-9 {
    width: 66.6666666667%; }

  .col-sm-7-9 {
    width: 77.7777777778%; }

  .col-sm-8-9 {
    width: 88.8888888889%; }

  .col-sm-9-9 {
    width: 100%; }

  .col-sm-1-10 {
    width: 10%; }

  .col-sm-2-10 {
    width: 20%; }

  .col-sm-3-10 {
    width: 30%; }

  .col-sm-4-10 {
    width: 40%; }

  .col-sm-5-10 {
    width: 50%; }

  .col-sm-6-10 {
    width: 60%; }

  .col-sm-7-10 {
    width: 70%; }

  .col-sm-8-10 {
    width: 80%; }

  .col-sm-9-10 {
    width: 90%; }

  .col-sm-10-10 {
    width: 100%; }

  .col-sm-1-11 {
    width: 9.0909090909%; }

  .col-sm-2-11 {
    width: 18.1818181818%; }

  .col-sm-3-11 {
    width: 27.2727272727%; }

  .col-sm-4-11 {
    width: 36.3636363636%; }

  .col-sm-5-11 {
    width: 45.4545454545%; }

  .col-sm-6-11 {
    width: 54.5454545455%; }

  .col-sm-7-11 {
    width: 63.6363636364%; }

  .col-sm-8-11 {
    width: 72.7272727273%; }

  .col-sm-9-11 {
    width: 81.8181818182%; }

  .col-sm-10-11 {
    width: 90.9090909091%; }

  .col-sm-11-11 {
    width: 100%; }

  .col-sm-1-12 {
    width: 8.3333333333%; }

  .col-sm-2-12 {
    width: 16.6666666667%; }

  .col-sm-3-12 {
    width: 25%; }

  .col-sm-4-12 {
    width: 33.3333333333%; }

  .col-sm-5-12 {
    width: 41.6666666667%; }

  .col-sm-6-12 {
    width: 50%; }

  .col-sm-7-12 {
    width: 58.3333333333%; }

  .col-sm-8-12 {
    width: 66.6666666667%; }

  .col-sm-9-12 {
    width: 75%; }

  .col-sm-10-12 {
    width: 83.3333333333%; }

  .col-sm-11-12 {
    width: 91.6666666667%; }

  .col-sm-12-12 {
    width: 100%; } }
@media (min-width: 992px) {
  .col-md-1-1 {
    width: 100%; }

  .col-md-1-2 {
    width: 50%; }

  .col-md-2-2 {
    width: 100%; }

  .col-md-1-3 {
    width: 33.3333333333%; }

  .col-md-2-3 {
    width: 66.6666666667%; }

  .col-md-3-3 {
    width: 100%; }

  .col-md-1-4 {
    width: 25%; }

  .col-md-2-4 {
    width: 50%; }

  .col-md-3-4 {
    width: 75%; }

  .col-md-4-4 {
    width: 100%; }

  .col-md-1-5 {
    width: 20%; }

  .col-md-2-5 {
    width: 40%; }

  .col-md-3-5 {
    width: 60%; }

  .col-md-4-5 {
    width: 80%; }

  .col-md-5-5 {
    width: 100%; }

  .col-md-1-6 {
    width: 16.6666666667%; }

  .col-md-2-6 {
    width: 33.3333333333%; }

  .col-md-3-6 {
    width: 50%; }

  .col-md-4-6 {
    width: 66.6666666667%; }

  .col-md-5-6 {
    width: 83.3333333333%; }

  .col-md-6-6 {
    width: 100%; }

  .col-md-1-7 {
    width: 14.2857142857%; }

  .col-md-2-7 {
    width: 28.5714285714%; }

  .col-md-3-7 {
    width: 42.8571428571%; }

  .col-md-4-7 {
    width: 57.1428571429%; }

  .col-md-5-7 {
    width: 71.4285714286%; }

  .col-md-6-7 {
    width: 85.7142857143%; }

  .col-md-7-7 {
    width: 100%; }

  .col-md-1-8 {
    width: 12.5%; }

  .col-md-2-8 {
    width: 25%; }

  .col-md-3-8 {
    width: 37.5%; }

  .col-md-4-8 {
    width: 50%; }

  .col-md-5-8 {
    width: 62.5%; }

  .col-md-6-8 {
    width: 75%; }

  .col-md-7-8 {
    width: 87.5%; }

  .col-md-8-8 {
    width: 100%; }

  .col-md-1-9 {
    width: 11.1111111111%; }

  .col-md-2-9 {
    width: 22.2222222222%; }

  .col-md-3-9 {
    width: 33.3333333333%; }

  .col-md-4-9 {
    width: 44.4444444444%; }

  .col-md-5-9 {
    width: 55.5555555556%; }

  .col-md-6-9 {
    width: 66.6666666667%; }

  .col-md-7-9 {
    width: 77.7777777778%; }

  .col-md-8-9 {
    width: 88.8888888889%; }

  .col-md-9-9 {
    width: 100%; }

  .col-md-1-10 {
    width: 10%; }

  .col-md-2-10 {
    width: 20%; }

  .col-md-3-10 {
    width: 30%; }

  .col-md-4-10 {
    width: 40%; }

  .col-md-5-10 {
    width: 50%; }

  .col-md-6-10 {
    width: 60%; }

  .col-md-7-10 {
    width: 70%; }

  .col-md-8-10 {
    width: 80%; }

  .col-md-9-10 {
    width: 90%; }

  .col-md-10-10 {
    width: 100%; }

  .col-md-1-11 {
    width: 9.0909090909%; }

  .col-md-2-11 {
    width: 18.1818181818%; }

  .col-md-3-11 {
    width: 27.2727272727%; }

  .col-md-4-11 {
    width: 36.3636363636%; }

  .col-md-5-11 {
    width: 45.4545454545%; }

  .col-md-6-11 {
    width: 54.5454545455%; }

  .col-md-7-11 {
    width: 63.6363636364%; }

  .col-md-8-11 {
    width: 72.7272727273%; }

  .col-md-9-11 {
    width: 81.8181818182%; }

  .col-md-10-11 {
    width: 90.9090909091%; }

  .col-md-11-11 {
    width: 100%; }

  .col-md-1-12 {
    width: 8.3333333333%; }

  .col-md-2-12 {
    width: 16.6666666667%; }

  .col-md-3-12 {
    width: 25%; }

  .col-md-4-12 {
    width: 33.3333333333%; }

  .col-md-5-12 {
    width: 41.6666666667%; }

  .col-md-6-12 {
    width: 50%; }

  .col-md-7-12 {
    width: 58.3333333333%; }

  .col-md-8-12 {
    width: 66.6666666667%; }

  .col-md-9-12 {
    width: 75%; }

  .col-md-10-12 {
    width: 83.3333333333%; }

  .col-md-11-12 {
    width: 91.6666666667%; }

  .col-md-12-12 {
    width: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1-1 {
    width: 100%; }

  .col-lg-1-2 {
    width: 50%; }

  .col-lg-2-2 {
    width: 100%; }

  .col-lg-1-3 {
    width: 33.3333333333%; }

  .col-lg-2-3 {
    width: 66.6666666667%; }

  .col-lg-3-3 {
    width: 100%; }

  .col-lg-1-4 {
    width: 25%; }

  .col-lg-2-4 {
    width: 50%; }

  .col-lg-3-4 {
    width: 75%; }

  .col-lg-4-4 {
    width: 100%; }

  .col-lg-1-5 {
    width: 20%; }

  .col-lg-2-5 {
    width: 40%; }

  .col-lg-3-5 {
    width: 60%; }

  .col-lg-4-5 {
    width: 80%; }

  .col-lg-5-5 {
    width: 100%; }

  .col-lg-1-6 {
    width: 16.6666666667%; }

  .col-lg-2-6 {
    width: 33.3333333333%; }

  .col-lg-3-6 {
    width: 50%; }

  .col-lg-4-6 {
    width: 66.6666666667%; }

  .col-lg-5-6 {
    width: 83.3333333333%; }

  .col-lg-6-6 {
    width: 100%; }

  .col-lg-1-7 {
    width: 14.2857142857%; }

  .col-lg-2-7 {
    width: 28.5714285714%; }

  .col-lg-3-7 {
    width: 42.8571428571%; }

  .col-lg-4-7 {
    width: 57.1428571429%; }

  .col-lg-5-7 {
    width: 71.4285714286%; }

  .col-lg-6-7 {
    width: 85.7142857143%; }

  .col-lg-7-7 {
    width: 100%; }

  .col-lg-1-8 {
    width: 12.5%; }

  .col-lg-2-8 {
    width: 25%; }

  .col-lg-3-8 {
    width: 37.5%; }

  .col-lg-4-8 {
    width: 50%; }

  .col-lg-5-8 {
    width: 62.5%; }

  .col-lg-6-8 {
    width: 75%; }

  .col-lg-7-8 {
    width: 87.5%; }

  .col-lg-8-8 {
    width: 100%; }

  .col-lg-1-9 {
    width: 11.1111111111%; }

  .col-lg-2-9 {
    width: 22.2222222222%; }

  .col-lg-3-9 {
    width: 33.3333333333%; }

  .col-lg-4-9 {
    width: 44.4444444444%; }

  .col-lg-5-9 {
    width: 55.5555555556%; }

  .col-lg-6-9 {
    width: 66.6666666667%; }

  .col-lg-7-9 {
    width: 77.7777777778%; }

  .col-lg-8-9 {
    width: 88.8888888889%; }

  .col-lg-9-9 {
    width: 100%; }

  .col-lg-1-10 {
    width: 10%; }

  .col-lg-2-10 {
    width: 20%; }

  .col-lg-3-10 {
    width: 30%; }

  .col-lg-4-10 {
    width: 40%; }

  .col-lg-5-10 {
    width: 50%; }

  .col-lg-6-10 {
    width: 60%; }

  .col-lg-7-10 {
    width: 70%; }

  .col-lg-8-10 {
    width: 80%; }

  .col-lg-9-10 {
    width: 90%; }

  .col-lg-10-10 {
    width: 100%; }

  .col-lg-1-11 {
    width: 9.0909090909%; }

  .col-lg-2-11 {
    width: 18.1818181818%; }

  .col-lg-3-11 {
    width: 27.2727272727%; }

  .col-lg-4-11 {
    width: 36.3636363636%; }

  .col-lg-5-11 {
    width: 45.4545454545%; }

  .col-lg-6-11 {
    width: 54.5454545455%; }

  .col-lg-7-11 {
    width: 63.6363636364%; }

  .col-lg-8-11 {
    width: 72.7272727273%; }

  .col-lg-9-11 {
    width: 81.8181818182%; }

  .col-lg-10-11 {
    width: 90.9090909091%; }

  .col-lg-11-11 {
    width: 100%; }

  .col-lg-1-12 {
    width: 8.3333333333%; }

  .col-lg-2-12 {
    width: 16.6666666667%; }

  .col-lg-3-12 {
    width: 25%; }

  .col-lg-4-12 {
    width: 33.3333333333%; }

  .col-lg-5-12 {
    width: 41.6666666667%; }

  .col-lg-6-12 {
    width: 50%; }

  .col-lg-7-12 {
    width: 58.3333333333%; }

  .col-lg-8-12 {
    width: 66.6666666667%; }

  .col-lg-9-12 {
    width: 75%; }

  .col-lg-10-12 {
    width: 83.3333333333%; }

  .col-lg-11-12 {
    width: 91.6666666667%; }

  .col-lg-12-12 {
    width: 100%; } }
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.hidden-xs, .hidden-sm, .hidden-md, .hidden-lg {
  display: block !important; }

.frow.hidden-xs, .frow.hidden-sm, .frow.hidden-md, .frow.hidden-lg {
  display: flex !important; }

@media (max-width: 640px) {
  .visible-xs {
    display: block !important; }

  .frow.visible-xs {
    display: flex !important; }

  .hidden-xs {
    display: none !important; }

  .frow.hidden-xs {
    display: none !important; } }
@media (min-width: 641px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  .frow.visible-sm {
    display: flex !important; }

  .hidden-sm {
    display: none !important; }

  .frow.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  .frow.visible-md {
    display: flex !important; }

  .hidden-md {
    display: none !important; }

  .frow.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  .frow.visible-lg {
    display: flex !important; }

  .hidden-lg {
    display: none !important; }

  .frow.hidden-lg {
    display: none !important; } }
.clickable:not([disabled]), *[onclick]:not([disabled]), *[ng-click]:not([disabled]) {
  cursor: pointer !important; }

.not-clickable, .not-clickable[onclick], .not-clickable[ng-click], .not-clickable[ng-click] {
  cursor: default !important; }

.height-100 {
  height: 100%; }

.width-100 {
  width: 100%; }

.letsGo-hide {
  display: none !important; }

.card-shadow {
  box-shadow: 0px 1px 3px 0px #A0A0A0; }

.dark-card-shadow {
  box-shadow: 0px 1px 3px 0px #1B1B1B; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

/**************************************
*
* Colors
*
**************************************/
/**************************************
*
* Fonts
*
**************************************/
sup sup {
  top: 0 !important; }

pre {
  width: 100%; }

/**************************************
*
* Site widths and media query mixins
*
**************************************/
body {
  font-size: 10px; }
  @media (max-width: 991px) {
    body.body-fixed {
      overflow: hidden; } }

p {
  font-family: "Roboto", sans-serif;
  font-size: 16px; }
  p .light {
    font-weight: 300; }
  p .medium {
    font-weight: 500; }
  p .bold {
    font-weight: 700; }
  p .black {
    font-weight: 700; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
  color: #694723;
  line-height: 1.2;
  margin: 0; }

h1, h2, h3, h4 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 30px;
  text-align: center; }

h1.separator {
  margin-bottom: 0; }
  h1.separator:after {
    content: "";
    display: block;
    background: url("../img/desktopSeparatorx2.png") no-repeat center center;
    background-size: contain;
    width: 373px;
    height: 10px;
    margin: 10px auto 0; }

h2.no-separator {
  margin-bottom: 0; }
h2:not(.no-separator) {
  margin-bottom: 0; }
  h2:not(.no-separator):after {
    content: "";
    display: block;
    background: url("../img/desktopSeparatorx2.png") no-repeat center center;
    background-size: contain;
    width: 373px;
    height: 10px;
    margin: 10px auto 20px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 18px; }

@media (max-width: 640px) {
  h1 {
    font-size: 26px;
    line-height: 30px; }

  h2 {
    font-size: 20px;
    line-height: 24px; } }
a {
  color: #694723; }
  a:visited {
    color: #694723; }
  a:focus {
    color: #694723;
    outline: none; }
  a:hover {
    color: #ee1d25; }
    a:hover sup {
      border-bottom: 1px solid; }
  a sup {
    display: inline-block;
    margin-bottom: -1em;
    padding-bottom: 0.9em; }
  a:active {
    color: #ee1d25; }
  @media (hover: none), (hover: on-demand) {
    a:hover {
      color: #694723;
      text-decoration: none; } }

img {
  max-width: 100%; }

/**************************************
*
* General site layout
*
**************************************/
html {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #694723; }

body {
  font-size: 16px;
  line-height: 1.25;
  background: #aaaaaa; }

.site-container {
  max-width: 1920px;
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
  background: #ffffff; }

.site-content {
  overflow: hidden;
  position: relative;
  z-index: 0;
  padding-top: 144px; }
  @media (max-width: 1200px) and (min-width: 992px) {
    .site-content {
      padding-top: 124px; } }
  @media (max-width: 991px) {
    .site-content {
      padding-top: 65px; } }

.frow {
  max-width: 1440px;
  margin: 0 auto;
  position: relative; }
  .frow.frow-1000 {
    max-width: 1060px;
    padding: 0 30px; }
    @media (max-width: 640px) {
      .frow.frow-1000.mobile-no-padding {
        padding: 0; } }

/**************************************
*
* CTA
*
**************************************/
.cta {
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  border: 2px solid #d3ae5f;
  background-color: transparent;
  padding: 2px;
  margin-bottom: 30px;
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
  letter-spacing: 1px; }
  .cta.white {
    color: #ee1d25; }
    .cta.white:visited, .cta.white:hover, .cta.white:active {
      color: #ee1d25; }
    .cta.white > div {
      background-color: #ffffff; }
  .cta:visited, .cta:hover, .cta:active {
    color: #ffffff; }
  .cta > div {
    display: inline-block;
    background-color: #ee1d25;
    padding: 8px 30px; }
    .cta > div:hover, .cta > div:active {
      background-color: #6d0000; }
    @media (hover: none), (hover: on-demand) {
      .cta > div:hover {
        background-color: #ee1d25; } }
  .cta.white-brown {
    color: #694723;
    border: 2px solid #694723;
    padding: 0; }
    .cta.white-brown:hover, .cta.white-brown:active {
      color: #ffffff; }
    .cta.white-brown > div {
      display: inline-block;
      background-color: #ffffff;
      padding: 8px 30px; }
      .cta.white-brown > div:hover, .cta.white-brown > div:active {
        background-color: #694723; }

/**************************************
*
* Select WP Base styles
*`
**************************************/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/**************************************
*
* MEDIA QUERIES
*
**************************************/
@media (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 34px !important; }
    h2:not(.no-separator) {
      margin-bottom: 0; }
      h2:not(.no-separator):after {
        width: 220px;
        margin: 10px auto; }

  h3 {
    font-size: 20px; } }
/**************************************
*
* HELPER CLASSES
*
**************************************/
.desktop-hide {
  display: none !important; }
  @media (max-width: 991px) {
    .desktop-hide {
      display: block !important; } }

.mobile-tablet-hide {
  display: block !important; }
  @media (max-width: 991px) {
    .mobile-tablet-hide {
      display: none !important; } }

.mobile-hide {
  display: block !important; }
  @media (max-width: 640px) {
    .mobile-hide {
      display: none !important; } }

/*--------------------------------------------------------------
# Coupons
--------------------------------------------------------------*/
.coupon {
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center; }

.coupon img {
  text-align: center; }

.coupon-margin {
  padding-top: 110px;
  margin-bottom: 0px; }

.coupon-title {
  margin-top: 15px; }

.subtitle {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  margin: 7px auto;
  text-align: center;
  text-transform: uppercase; }

.copy {
  text-align: center; }

.coupon-cta {
  text-align: center;
  margin-top: 25px; }

.coupon-section {
  background: url(../img/coupon_bg_top.jpg) top center no-repeat, url(../img/coupon_bg_bottom.jpg) bottom center no-repeat;
  background-color: #fcf9ea;
  background-size: contain;
  padding-bottom: 130px; }
  @media (max-width: 640px) {
    .coupon-section {
      background: url(../img/coupon_bg_top.jpg) top center no-repeat, url(../img/coupon_bg_bottom_m.jpg) bottom center no-repeat;
      background-color: #fcf9ea;
      background-size: contain; } }

.sub-head {
  text-align: center; }

.no-coupon {
  padding-top: 50px; }

.no-coupon img {
  width: 100%; }

.no-coupon-text {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  margin: 30px 0 50px; }

.column-wrapper {
  display: inherit;
  position: relative;
  margin: 0 auto;
  width: 100%; }

@media screen and (max-width: 992px) {
  .column-wrapper {
    display: block; } }
@media screen and (max-width: 640px) {
  h1.separator::after {
    width: 275px; }

  .coupon-section {
    padding-bottom: 60px;
    margin-bottom: 75px; }

  .coupon-margin {
    padding-top: 70px; } }
header.site-header {
  background: #ffffff url("../img/header-bar.jpg") no-repeat top center;
  background-size: auto 48px;
  position: fixed;
  padding: 48px 0 0 0;
  height: 144px;
  box-shadow: 0 1px 10px 1px black;
  z-index: 10;
  width: 100%;
  max-width: 1920px; }
  header.site-header .frow {
    height: 96px;
    flex-wrap: initial; }
  header.site-header nav {
    text-transform: uppercase; }
    header.site-header nav li {
      float: left; }
      @media (max-width: 991px) {
        header.site-header nav li {
          float: none; } }
  header.site-header a {
    text-decoration: none; }
    header.site-header a:hover {
      text-decoration: none; }
    header.site-header a:active {
      text-decoration: none; }
    header.site-header a:focus {
      text-decoration: none; }
    header.site-header a sup {
      border: none !important; }
  header.site-header i.hamburger {
    position: absolute;
    top: 15px;
    left: 5%;
    font-size: 2em;
    z-index: 110; }
  @media (max-width: 1200px) and (min-width: 992px) {
    header.site-header {
      padding: 28px 0 0 0;
      height: 124px; } }
  @media (max-width: 991px) {
    header.site-header {
      height: 65px;
      padding: 0;
      background: #ffffff;
      box-shadow: none; }
      header.site-header .frow {
        height: 65px; } }

.site-branding {
  position: absolute;
  bottom: -13px;
  left: 7%;
  z-index: 100; }
  .site-branding a {
    line-height: 0;
    display: block;
    position: relative; }
    .site-branding a:before {
      content: "";
      position: absolute;
      bottom: -10px;
      left: 0;
      width: 100%;
      height: 80px;
      background-color: #ffffff;
      border-radius: 150px / 50px;
      box-shadow: 0 8px 6px -6px black;
      z-index: -2; }
    .site-branding a:after {
      content: "";
      background-color: #ffffff;
      width: 100%;
      height: 20px;
      position: absolute;
      bottom: 13px;
      left: 0;
      z-index: -1; }
  @media (max-width: 1300px) {
    .site-branding {
      left: 3%; } }
  @media (max-width: 1200px) and (min-width: 992px) {
    .site-branding img {
      height: 80px; }
    .site-branding a:before {
      bottom: -5px; } }
  @media (max-width: 991px) {
    .site-branding {
      left: 0;
      width: 100%;
      text-align: center;
      bottom: -15px; }
      .site-branding a {
        display: inline-block;
        z-index: 10; }
        .site-branding a:before {
          bottom: -5px; }
        .site-branding a:after {
          bottom: 10px; }
      .site-branding img {
        height: 70px; }
      .site-branding:after {
        content: '';
        box-shadow: 0 1px 10px 1px black;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 15px;
        z-index: -1;
        background: #ffffff;
        height: 70px; } }

.search-bar {
  float: right;
  margin: 0 7% 14px 0; }
  .search-bar form input {
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 1px; }
  .search-bar form input[type="search"] {
    height: 24px;
    width: 140px;
    border: 1px solid #694723;
    border-right: none;
    border-radius: 1px;
    margin: 0;
    padding: 0 0 0 5px;
    float: left;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #694723; }
    .search-bar form input[type="search"]::placeholder {
      font-family: "Roboto", sans-serif;
      font-weight: 300;
      font-style: italic; }
  .search-bar form input[type="submit"] {
    height: 24px;
    width: 25px;
    border: 1px solid #694723;
    border-left: none;
    margin: 0;
    padding: 0;
    float: left;
    background: #694723 url("../img/header-search-icon.png") no-repeat center center;
    background-size: 100%; }
  @media (max-width: 1300px) {
    .search-bar {
      margin: 0 3% 14px 0; } }
  @media (max-width: 1200px) and (min-width: 992px) {
    .search-bar {
      margin: 0 3% 8px 0; }
      .search-bar form input[type="search"] {
        height: 22px;
        width: 120px;
        font-size: 13px; }
      .search-bar form input[type="submit"] {
        height: 22px; } }
  @media (max-width: 991px) {
    .search-bar {
      display: block;
      float: none;
      margin: 0;
      height: 70px;
      background: url("../img/header-subnav-bg.jpg") no-repeat top center;
      background-size: cover;
      position: relative; }
      .search-bar form {
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 300px; }
        .search-bar form input[type="search"] {
          width: 275px; }
        .search-bar form input[type="submit"] {
          background: #ee1d25 url("../img/header-search-icon-mobile.png") no-repeat center center;
          background-size: 100%; } }

@media (min-width: 992px) {
  #header-nav {
    display: block !important; } }
@media (max-width: 991px) {
  #header-nav {
    position: absolute;
    width: 100%;
    display: none;
    height: calc(100vh - 65px);
    overflow: scroll;
    background: rgba(0, 0, 0, 0.5); } }

.main-nav {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  float: right;
  font-size: 14px;
  line-height: 24px; }
  @media (min-width: 992px) {
    .main-nav > ul > li {
      margin: 0;
      padding: 0; }
      .main-nav > ul > li > a {
        padding: 0 15px 18px 15px; }
      .main-nav > ul > li:last-child > a {
        padding-right: 30px; } }
  @media (min-width: 992px) and (min-width: 992px) {
    .main-nav > ul > li:hover > .nav-drop, .main-nav > ul > li > .nav-drop:hover {
      display: block !important; } }

  .main-nav li {
    padding: 0 0 14px;
    margin: 0 30px 0 0; }
    .main-nav li:active {
      color: #ee1d25; }
  @media (max-width: 1200px) and (min-width: 992px) {
    .main-nav {
      font-size: 13px; }
      .main-nav > ul > li {
        margin: 0;
        padding: 0; }
        .main-nav > ul > li > a {
          padding: 0 13px 18px 12px; }
      .main-nav a:after {
        padding: 0 0 0 5px; }
      .main-nav li {
        margin: 0 15px 0 0; } }
  @media (max-width: 991px) {
    .main-nav {
      float: none;
      line-height: 25px; }
      .main-nav .frow {
        height: auto !important; }
      .main-nav li {
        background: white;
        display: block;
        margin: 0;
        padding: 0;
        text-align: center; }
        .main-nav li.menu-item-has-children > a:after {
          content: '+';
          font-family: "Roboto", sans-serif;
          font-weight: 300;
          color: #d3ae5f;
          border: 1px solid #d3ae5f;
          border-radius: 9px;
          padding: 0 4px;
          margin: 0 0 0 10px; }
        .main-nav li.menu-item-has-children > a.open {
          background: url("../img/header-subnav-bg.jpg") no-repeat top center;
          background-size: cover;
          color: #d3ae5f; }
          .main-nav li.menu-item-has-children > a.open:after {
            content: '-';
            padding: 0 6px; }
      .main-nav a {
        padding: 22px 0;
        border-bottom: 1px solid #d3ae5f;
        display: block; }
        .main-nav a:after {
          content: ''; } }

.submenu-tier-two {
  padding-left: 15px; }
  @media (max-width: 991px) {
    .submenu-tier-two {
      display: none; } }

.nav-drop {
  position: absolute;
  bottom: -120px;
  max-height: 120px;
  min-height: 120px;
  width: 1920px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px solid #d3ae5f;
  background: url("../img/header-subnav-bg.jpg") no-repeat top center;
  background-size: 1920px auto;
  color: #ffffff;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  display: none;
  overflow: hidden; }
  @media (min-width: 992px) {
    .nav-drop .mobile-nav-only {
      display: none !important; } }
  .recipes-nav .nav-drop {
    bottom: -213px;
    max-height: 213px;
    min-height: 213px;
    padding-top: 35px; }
    .recipes-nav .nav-drop .subnav-container > .frow {
      margin: 0; }
    .recipes-nav .nav-drop .subnav-content {
      height: 152px; }
      @media (max-width: 991px) {
        .recipes-nav .nav-drop .subnav-content {
          height: auto; } }
    .recipes-nav .nav-drop ul {
      height: auto; }
    @media (min-width: 992px) {
      .recipes-nav .nav-drop ul.nav-special-diets {
        height: 40px; } }
    @media (max-width: 991px) {
      .recipes-nav .nav-drop .nav-courses {
        margin-top: 20px; } }
    .recipes-nav .nav-drop .column {
      width: 100%; }
  .how-to-nav .nav-drop {
    bottom: -100px;
    max-height: 100px;
    min-height: 100px;
    padding-top: 35px; }
    @media (min-width: 992px) {
      .how-to-nav .nav-drop ul {
        height: 40px; } }
    .how-to-nav .nav-drop .subnav-container > .frow {
      margin: 0; }
  .nav-drop > .frow {
    height: 100% !important; }
  .nav-drop .subnav-container > .frow {
    height: 100% !important; }
    @media (min-width: 992px) {
      .nav-drop .subnav-container > .frow {
        margin-top: 36px; } }
  .nav-drop ul {
    height: 60px; }
    .nav-drop ul li {
      padding: 0; }
  .nav-drop a {
    color: #ffffff;
    white-space: nowrap; }
    .nav-drop a:after {
      content: ''; }
    .nav-drop a:active {
      content: ''; }
    .nav-drop a:hover, .nav-drop a:active {
      color: #d3ae5f; }
    .nav-drop a:hover:after {
      content: ''; }
    .nav-drop a:active:after {
      content: ''; }
  .nav-drop .sub-nav-title {
    font-family: "Fjalla One", sans-serif;
    font-size: 16px;
    color: #d3ae5f; }
  .nav-drop .column {
    display: inline-block; }
  .nav-drop .nav-drop-item {
    float: none !important;
    min-width: 70px; }
  .nav-drop .nav-featured-product {
    width: 300px;
    top: -11px;
    position: relative; }
    .nav-drop .nav-featured-product a, .nav-drop .nav-featured-product img {
      float: left; }
    .nav-drop .nav-featured-product .sub-nav-title {
      padding-top: 11px; }
    .nav-drop .nav-featured-product .featured-title {
      font-size: 11px;
      line-height: 15px;
      text-transform: initial; }
      .nav-drop .nav-featured-product .featured-title a {
        float: none; }
  @media (min-width: 992px) {
    .nav-drop {
      display: none !important; }
      .featured-product-nav .nav-drop .subnav-content {
        position: relative; }
        .featured-product-nav .nav-drop .subnav-content.oo101 {
          margin-left: 30px; }
        .featured-product-nav .nav-drop .subnav-content:after {
          content: "";
          background: rgba(211, 174, 95, 0.2);
          width: 1px;
          height: 60px;
          display: block;
          position: absolute;
          top: 4px;
          right: 0; } }
  @media (max-width: 991px) {
    .nav-drop {
      position: relative;
      bottom: initial !important;
      max-height: 10000px !important;
      min-height: 0 !important;
      padding: 0 !important;
      width: auto;
      left: 0;
      transform: none;
      border: none;
      background: #faf6ee;
      border-bottom: 1px solid #d3ae5f;
      font-size: 14px; }
      .nav-drop .frow {
        display: block; }
      .nav-drop .subnav-container {
        width: 100%; }
      .nav-drop .column {
        display: block; }
      .nav-drop .nav-featured-product {
        display: none; }
      .nav-drop .sub-nav-title {
        display: none; }
        .nav-drop .sub-nav-title.mobile-separator {
          display: block;
          font-family: "Roboto", sans-serif;
          font-weight: 700;
          width: 100%;
          position: relative;
          z-index: 10; }
          .nav-drop .sub-nav-title.mobile-separator > span {
            display: inline-block;
            background: #faf6ee;
            background: url(../img/social-links-bg-left.png) no-repeat 0 calc(50% - 1px), url(../img/social-links-bg-right.png) no-repeat 100% calc(50% - 1px), #faf6ee;
            background-size: auto 7px, auto 7px;
            padding: 0 35px; }
            .nav-drop .sub-nav-title.mobile-separator > span:before, .nav-drop .sub-nav-title.mobile-separator > span:after {
              content: "";
              position: absolute;
              width: 50%;
              height: 2px;
              background: #d3ae5f;
              top: calc(50% - 1.5px);
              z-index: -1; }
            .nav-drop .sub-nav-title.mobile-separator > span:before {
              right: 0;
              margin-right: 0; }
            .nav-drop .sub-nav-title.mobile-separator > span:after {
              left: 0;
              margin-left: 0; }
      .nav-drop a {
        color: #694723;
        border: none; }
        .nav-drop a:after {
          content: ''; }
        .nav-drop a:hover {
          color: #ee1d25; }
      .nav-drop ul {
        height: auto; }
        .nav-drop ul li {
          background: transparent; } }

.utility-nav {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  position: absolute;
  top: -48px;
  width: 100%;
  max-width: 1440px;
  font-size: 12px; }
  .utility-nav a {
    color: #cccccc;
    line-height: 43px; }
    .utility-nav a:hover {
      color: #d3ae5f; }
    .utility-nav a:active {
      color: #ee1d25; }
  .utility-nav .utility-left {
    float: left; }
    .utility-nav .utility-left li {
      margin-left: 58px; }
      .utility-nav .utility-left li:first-child {
        margin-left: 36px; }
  .utility-nav .utility-right {
    float: right; }
    .utility-nav .utility-right li {
      margin-right: 58px; }
      .utility-nav .utility-right li:last-child {
        margin-right: 36px; }
  .utility-nav .nav-favorites:hover i {
    color: #d3ae5f; }
  .utility-nav .nav-favorites i {
    color: #aaaaaa;
    font-size: 18px;
    left: -5px;
    padding-right: 5px;
    position: relative;
    top: 2px; }
  @media (max-width: 1200px) and (min-width: 992px) {
    .utility-nav {
      top: -28px; } }
  @media (max-width: 991px) {
    .utility-nav {
      display: block;
      position: relative;
      top: 0;
      max-width: 100%;
      font-size: 14px;
      font-family: "Roboto", sans-serif;
      font-weight: 700; }
      .utility-nav .utility-left,
      .utility-nav .utility-right {
        float: none; }
        .utility-nav .utility-left li,
        .utility-nav .utility-right li {
          margin: 0 !important; }
      .utility-nav li {
        background: white;
        display: block;
        margin: 0;
        padding: 0;
        text-align: center; }
        .utility-nav li.menu-item-has-children > a:after {
          content: '+';
          font-family: "Roboto", sans-serif;
          font-weight: 300;
          color: #d3ae5f;
          border: 1px solid #d3ae5f;
          border-radius: 9px;
          padding: 0 4px;
          margin: 0 0 0 10px; }
      .utility-nav a {
        padding: 22px 0;
        border-bottom: 1px solid #d3ae5f;
        display: block;
        color: #694723;
        line-height: 25px; }
        .utility-nav a:after {
          content: ''; } }

@media screen and (min-width: 992px) {
  .nav-list-items-6 .search-bar form input[type="search"],
  .nav-list-items-7 .search-bar form input[type="search"] {
    margin-left: 10px;
    width: 100px; }
  .nav-list-items-6 .main-nav > ul > li > a,
  .nav-list-items-7 .main-nav > ul > li > a {
    padding: 0 14px 18px 14px; } }
@media (max-width: 1200px) and (min-width: 992px) {
  .nav-list-items-6 .main-nav > ul > li > a,
  .nav-list-items-7 .main-nav > ul > li > a {
    padding: 0 10px 18px 10px; } }

@media screen and (min-width: 1201px) {
  .nav-list-items-7 .main-nav > ul > li > a {
    padding: 0 10px 18px 10px; } }
@media (max-width: 1200px) and (min-width: 992px) {
  .nav-list-items-7 .main-nav {
    font-size: 12px; }
    .nav-list-items-7 .main-nav > ul > li > a {
      padding: 0 5px 18px 5px; } }

footer .footer-social {
  margin-bottom: 50px; }
  footer .footer-social .body-copy {
    display: none; }
  footer .footer-social ul {
    display: inline-block;
    vertical-align: top;
    background: #ffffff;
    background: url("../img/social-links-bg-left.png") no-repeat 0 calc(50% - 1px), url("../img/social-links-bg-right.png") no-repeat 100% calc(50% - 1px), #ffffff;
    background-size: auto 7px, auto 7px;
    padding: 0 20px;
    z-index: 1;
    			/* &:before,
    			&:after {
    				content: "";
    				position: absolute;
    				width: 40%;
    				height: 2px;
    				background: $gold;
    				top: calc(50% - 1.5px);
    				z-index: -1;
    
    				@include mobile {
    					content: "";
    					background: none;
    					margin: 0 !important;
    				}
    			}
    			&:before {
    				right: 0;
    				margin-right: 60px;
    			}
    			&:after {
    				left: 0;
    				margin-left: 60px;
    			} */ }
    @media (min-width: 768px) and (max-width: 991px) {
      footer .footer-social ul {
        display: block;
        margin: 0 auto; } }
    @media (max-width: 640px) {
      footer .footer-social ul {
        background: none; } }
    footer .footer-social ul li {
      background-color: #ffffff;
      z-index: 10;
      display: inline-block;
      padding: 0 6px; }
      footer .footer-social ul li:first-child {
        padding-left: 26px; }
      footer .footer-social ul li:last-child {
        padding-right: 26px; }
  footer .footer-social img {
    height: 30px; }
footer .footer-social-list {
  /* &:before, */ }
  footer .footer-social-list:after {
    content: "";
    position: absolute;
    width: 40%;
    height: 2px;
    background: #d3ae5f;
    top: calc(50% - 1.5px);
    z-index: -1; }
    @media (max-width: 640px) {
      footer .footer-social-list:after {
        content: "";
        background: none;
        margin: 0 !important; } }
  footer .footer-social-list:before {
    content: "";
    position: absolute;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background: #d3ae5f;
    top: calc(50% - 1.5px);
    z-index: 0; }
    @media (max-width: 640px) {
      footer .footer-social-list:before {
        content: "";
        background: none;
        margin: 0 !important; } }
  footer .footer-social-list:before {
    right: 0;
    margin-right: 60px; }
  footer .footer-social-list:after {
    left: 0;
    margin-left: 60px; }
footer h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 20px; }
footer #footer-nav {
  text-align: center;
  margin-bottom: 30px; }
  footer #footer-nav ul.frow > li {
    display: inline-block;
    vertical-align: top; }
    footer #footer-nav ul.frow > li li {
      margin-bottom: 20px; }
  @media (min-width: 641px) {
    footer #footer-nav ul.frow ul {
      display: block !important; } }
  footer #footer-nav a:hover {
    text-decoration: underline;
    color: #694723; }
  @media (hover: none), (hover: on-demand) {
    footer #footer-nav a:hover {
      text-decoration: none; } }
footer .footer-bottom {
  background: url("../img/footer-wood-bg.jpg") repeat-y top center;
  background-size: auto 187px;
  min-height: 187px;
  border-top: 4px solid #d3ae5f;
  color: #ffffff;
  text-align: center; }
  @media (min-width: 768px) and (max-width: 991px) {
    footer .footer-bottom {
      min-height: 0; } }
  @media (max-width: 767px) {
    footer .footer-bottom {
      min-height: 0; } }
  footer .footer-bottom > .frow {
    min-height: 187px;
    padding: 20px 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      footer .footer-bottom > .frow {
        min-height: 0; } }
    @media (max-width: 767px) {
      footer .footer-bottom > .frow {
        min-height: 0; } }
  footer .footer-bottom p {
    margin-bottom: 0;
    margin-top: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 0.75rem; }
footer #secondary-footer-nav {
  margin-bottom: 20px; }
  footer #secondary-footer-nav li {
    display: inline-block; }
    footer #secondary-footer-nav li:after {
      content: " | ";
      margin: 0 5px;
      padding: 0; }
    footer #secondary-footer-nav li:last-child:after {
      content: "";
      margin: 0; }
    footer #secondary-footer-nav li a.evidon-consent-link {
      color: inherit !important;
      font-size: inherit !important; }
      footer #secondary-footer-nav li a.evidon-consent-link:before {
        background-image: url("../img/ad-choice-logo.png");
        background-size: 18px 19px;
        display: inline-block;
        width: 18px;
        height: 19px;
        content: "";
        margin: 0px 5px;
        vertical-align: middle; }
      footer #secondary-footer-nav li a.evidon-consent-link img {
        display: none; }
      footer #secondary-footer-nav li a.evidon-consent-link span {
        margin: 0 !important; }
      @media (max-width: 640px) {
        footer #secondary-footer-nav li a.evidon-consent-link {
          font-size: 12px !important; } }
      footer #secondary-footer-nav li a.evidon-consent-link:hover {
        text-decoration: underline !important; }
      @media (hover: none), (hover: on-demand) {
        footer #secondary-footer-nav li a.evidon-consent-link:hover {
          text-decoration: none !important; } }
  footer #secondary-footer-nav a {
    color: #ffffff; }
    @media (max-width: 640px) {
      footer #secondary-footer-nav a {
        font-size: 12px !important; } }
    footer #secondary-footer-nav a:hover {
      text-decoration: underline; }
    @media (hover: none), (hover: on-demand) {
      footer #secondary-footer-nav a:hover {
        text-decoration: none; } }
@media (max-width: 640px) {
  footer {
    border-top: 2px solid #d3ae5f; }
    footer .footer-top {
      position: relative; }
    footer .footer-social {
      position: absolute;
      bottom: 0;
      width: 100%;
      margin-bottom: 20px; }
      footer .footer-social .body-copy {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 15px; }
      footer .footer-social ul a {
        color: #d3ae5f; }
        footer .footer-social ul a:visited {
          color: #d3ae5f; }
        footer .footer-social ul a:hover {
          color: #ee1d25; } }
      @media (max-width: 640px) and (hover: none), (max-width: 640px) and (hover: on-demand) {
        footer .footer-social ul a:hover {
          color: #d3ae5f; } }
@media (max-width: 640px) {
    footer h5 {
      margin: 0;
      padding: 22px 0 22px 19px; }
      footer h5:after {
        content: '+';
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        color: #d3ae5f;
        border: 1px solid #d3ae5f;
        border-radius: 9px;
        padding: 0 4px;
        margin: 0 0 0 10px; }
    footer #footer-nav {
      padding-bottom: 120px; }
      footer #footer-nav ul.frow > li {
        border-bottom: 1px solid #d3ae5f; }
      footer #footer-nav ul.frow ul {
        display: none; } }

#_bapw-notice {
  left: 50% !important;
  transform: translateX(-50%); }

.floodlights {
  display: none;
  height: 0;
  width: 0; }

.home .hero #home-hero-container,
article.landing-page .hero #home-hero-container {
  margin: 100px 6.94444% 0 !important; }
  @media (min-width: 768px) and (max-width: 991px) {
    .home .hero #home-hero-container,
    article.landing-page .hero #home-hero-container {
      margin-top: 200px !important; } }
.home .hero .mobile-hero-image img,
article.landing-page .hero .mobile-hero-image img {
  display: none !important; }
.home .hero .tablet-hero-image img,
article.landing-page .hero .tablet-hero-image img {
  display: none !important; }
@media (max-width: 991px) {
  .home .hero .frow.centered,
  article.landing-page .hero .frow.centered {
    justify-content: center !important;
    flex-direction: column; }
  .home .hero #home-hero-container,
  article.landing-page .hero #home-hero-container {
    position: absolute;
    bottom: 10%;
    left: 10% !important;
    margin: 0 auto !important;
    top: none; }
    .home .hero #home-hero-container .hero-header h1,
    article.landing-page .hero #home-hero-container .hero-header h1 {
      line-height: 1.3;
      margin-top: 0;
      margin-bottom: 0;
      font-size: 36px; } }
@media (max-width: 640px) {
  .home .hero .tablet-hero-image img,
  article.landing-page .hero .tablet-hero-image img {
    display: none !important; }
  .home .hero .frow.centered,
  article.landing-page .hero .frow.centered {
    justify-content: center !important;
    flex-direction: column; }
  .home .hero .mobile-hero-image,
  article.landing-page .hero .mobile-hero-image {
    width: 100%;
    overflow: hidden; }
    .home .hero .mobile-hero-image img,
    article.landing-page .hero .mobile-hero-image img {
      width: 100%;
      display: block !important; }
  .home .hero #home-hero-container,
  article.landing-page .hero #home-hero-container {
    position: absolute;
    bottom: 10%;
    left: 10% !important;
    margin: 0 auto !important;
    top: none; } }
  @media (max-width: 640px) and (max-width: 640px) and (min-width: 481px) {
    .home .hero #home-hero-container,
    article.landing-page .hero #home-hero-container {
      bottom: 15%; } }
  @media (max-width: 640px) and (max-width: 480px) {
    .home .hero #home-hero-container,
    article.landing-page .hero #home-hero-container {
      bottom: 15%; } }
@media (max-width: 640px) {
    .home .hero #home-hero-container .hero-header h1,
    article.landing-page .hero #home-hero-container .hero-header h1 {
      line-height: 1.3;
      margin-top: 0;
      margin-bottom: 0; } }
    @media (max-width: 640px) and (max-width: 641px) {
      .home .hero #home-hero-container .hero-header h1,
      article.landing-page .hero #home-hero-container .hero-header h1 {
        font-size: 28px; } }
@media (max-width: 640px) and (max-width: 767px) {
  .home .hero p,
  article.landing-page .hero p {
    font-size: 15px; } }

.home-product-feature {
  margin-bottom: 0px; }
  .home-product-feature .section-head h2 {
    padding-bottom: 20px; }
  @media (max-width: 640px) {
    .home-product-feature .product-feature {
      margin-bottom: 65px; } }
  .home-product-feature > .frow > .frow > .col-sm-1-3:last-child .product-feature {
    margin-bottom: 0; }
  .home-product-feature h3 {
    font-size: 1.25rem;
    line-height: 1.2;
    margin: 0; }
  .home-product-feature .featured-copy {
    text-align: center;
    margin: 0 auto;
    overflow: hidden; }
    @media (max-width: 640px) {
      .home-product-feature .featured-copy {
        max-width: 300px; } }
  .home-product-feature .icon {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative; }
    .home-product-feature .icon:before, .home-product-feature .icon:after {
      content: "";
      position: absolute;
      width: 180%;
      height: 1px;
      background: #694723;
      top: calc(50% - 1px);
      z-index: -1; }
    .home-product-feature .icon:before {
      right: 0;
      margin-right: 30px; }
    .home-product-feature .icon:after {
      left: 0;
      margin-left: 30px; }
  .home-product-feature .featured-description {
    height: 50px;
    padding: 0px 25px 5px; }
    @media (min-width: 641px) and (max-width: 991px) {
      .home-product-feature .featured-description {
        padding: 0px 0px 5px; } }
  .home-product-feature .pasta-sauce .icon {
    background: url("../img/product-feature-pasta-icon.png") no-repeat top center, url("../img/product-feature-bar-right.png") no-repeat 0 calc(50% - 1px), url("../img/product-feature-bar-left.png") no-repeat 100% calc(50% - 1px), #ffffff;
    background-size: 30px, 8px auto, 8px auto; }
  .home-product-feature .frozen-meals .icon {
    background: url("../img/product-feature-frozen-meals-icon.png") no-repeat top center, url("../img/product-feature-bar-right.png") no-repeat 0 calc(50% - 1px), url("../img/product-feature-bar-left.png") no-repeat 100% calc(50% - 1px), #ffffff;
    background-size: 30px, 8px auto, 8px auto; }
  .home-product-feature .oil-vinegar .icon {
    background: url("../img/product-feature-oil-vinegar-icon.png") no-repeat top center, url("../img/product-feature-bar-right.png") no-repeat 0 calc(50% - 1px), url("../img/product-feature-bar-left.png") no-repeat 100% calc(50% - 1px), #ffffff;
    background-size: 30px, 8px auto, 8px auto; }
  .home-product-feature .featured-cta .cta {
    color: #ee1d25;
    border: none;
    margin: 1em 0; }
    .home-product-feature .featured-cta .cta:hover, .home-product-feature .featured-cta .cta:visited, .home-product-feature .featured-cta .cta:active, .home-product-feature .featured-cta .cta:focus {
      color: #ee1d25; }
    .home-product-feature .featured-cta .cta:hover {
      text-decoration: underline; }
    .home-product-feature .featured-cta .cta div {
      background-color: transparent;
      padding: 0; }
      .home-product-feature .featured-cta .cta div:hover {
        text-decoration: underline; }
      .home-product-feature .featured-cta .cta div:active, .home-product-feature .featured-cta .cta div:focus {
        text-decoration: none;
        outline: none; }
      @media (hover: none), (hover: on-demand) {
        .home-product-feature .featured-cta .cta div:hover {
          text-decoration: none; } }
      .home-product-feature .featured-cta .cta div:after {
        display: inline-block;
        font-family: 'FontAwesome';
        font-size: 1.1em;
        content: '\f0da';
        margin-left: 4px;
        vertical-align: top; }

.home-content {
  margin-bottom: 90px;
  padding: 235px 0 150px;
  background: url("../img/single-recipe-top_background.jpg") no-repeat top left, url("../img/background-landscape_bottom_799.jpg") no-repeat bottom right, #fcf9ea;
  background-size: 1920px auto;
  min-height: 800px; }
  @media (min-width: 641px) and (max-width: 991px) {
    .home-content {
      padding: 140px 0 150px;
      margin-bottom: 60px;
      min-height: 0; } }
  @media (max-width: 640px) {
    .home-content {
      margin-bottom: 65px;
      padding: 160px 0 90px;
      background: url("../img/single-recipe-top_background.jpg") no-repeat 4% 0/295% auto, url("../img/where-to-buy_bg-bottom.jpg") no-repeat 24% 100%/225% auto, #fcf9ea;
      min-height: 0; } }
  .home-content .section-head {
    text-align: center;
    margin-bottom: 30px; }

.delicious-box-container-mobile {
  display: none;
  padding: 0 !important; }
  @media (max-width: 640px) and (min-width: 481px) {
    .delicious-box-container-mobile {
      display: block;
      width: 250px !important; } }
  @media (max-width: 480px) {
    .delicious-box-container-mobile {
      display: block;
      width: 250px !important; } }
  .delicious-box-container-mobile .lSAction > a {
    top: 65%; }

.delicious-box-inner-mobile {
  margin: 0 !important; }

.delicious-box-container-desktop {
  display: block;
  width: 100%; }
  @media (max-width: 640px) and (min-width: 481px) {
    .delicious-box-container-desktop {
      display: none; } }
  @media (max-width: 480px) {
    .delicious-box-container-desktop {
      display: none; } }

.delicious-box-inner {
  display: block; }

.delicious-item-mobile {
  box-sizing: initial;
  height: 250px !important;
  padding: 0 !important;
  width: 250px !important; }

.delicious-item, .delicious-item-mobile {
  margin-bottom: 20px;
  float: left; }
  .delicious-item .image-container, .delicious-item-mobile .image-container {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    position: relative;
    max-width: 235px;
    overflow: hidden;
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      .delicious-item .image-container, .delicious-item-mobile .image-container {
        max-width: 100%; } }
    @media (max-width: 767px) {
      .delicious-item .image-container, .delicious-item-mobile .image-container {
        max-width: 100%; } }
    .delicious-item .image-container img, .delicious-item-mobile .image-container img {
      width: 100%;
      height: auto; }
    .delicious-item .image-container.large, .delicious-item-mobile .image-container.large {
      max-width: 490px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .delicious-item .image-container.large, .delicious-item-mobile .image-container.large {
          max-width: 100%; } }
      @media (max-width: 767px) {
        .delicious-item .image-container.large, .delicious-item-mobile .image-container.large {
          max-width: 100%; } }
    .delicious-item .image-container .related_icon-links img, .delicious-item-mobile .image-container .related_icon-links img {
      height: 25px;
      width: auto; }
    .delicious-item .image-container .related_description, .delicious-item-mobile .image-container .related_description {
      /*top: initial !important;
      bottom: -40px;*/ }
      @media (max-width: 767px) {
        .delicious-item .image-container .related_description, .delicious-item-mobile .image-container .related_description {
          bottom: 0; }
          .delicious-item .image-container .related_description .related_description-top,
          .delicious-item .image-container .related_description .related_description-bottom, .delicious-item-mobile .image-container .related_description .related_description-top,
          .delicious-item-mobile .image-container .related_description .related_description-bottom {
            display: block; }
          .delicious-item .image-container .related_description .related_description-bottom, .delicious-item-mobile .image-container .related_description .related_description-bottom {
            height: auto;
            padding: 10px !important; } }
      .delicious-item .image-container .related_description:hover, .delicious-item-mobile .image-container .related_description:hover {
        bottom: 0px; }
      .delicious-item .image-container .related_description:before, .delicious-item-mobile .image-container .related_description:before {
        content: '';
        text-transform: uppercase;
        text-align: center;
        font-size: 9px;
        line-height: 20px;
        color: #ffffff;
        border-radius: 150px / 50px;
        background-color: #000000;
        border: 1px solid #ffffff;
        position: absolute;
        height: 22px;
        width: 72px;
        top: -11px;
        left: 50%;
        transform: translateX(-50%); }
      .delicious-item .image-container .related_description.recipe:before, .delicious-item-mobile .image-container .related_description.recipe:before {
        content: 'Recipe';
        background-color: #694723; }
      .delicious-item .image-container .related_description.how_tos:before, .delicious-item-mobile .image-container .related_description.how_tos:before {
        content: 'How To';
        background-color: #ee1d25; }
      .delicious-item .image-container .related_description.how_tos .related_description-bottom, .delicious-item-mobile .image-container .related_description.how_tos .related_description-bottom {
        padding: 15px 30px 0px; }
    .delicious-item .image-container .related_description-top, .delicious-item-mobile .image-container .related_description-top {
      height: 70px;
      text-align: center; }
      .delicious-item .image-container .related_description-top .related_description-title, .delicious-item-mobile .image-container .related_description-top .related_description-title {
        font-size: 14px; }
      @media (max-width: 640px) {
        .delicious-item .image-container .related_description-top, .delicious-item-mobile .image-container .related_description-top {
          height: initial; }
          .delicious-item .image-container .related_description-top .related_description-title, .delicious-item-mobile .image-container .related_description-top .related_description-title {
            padding: 15px;
            position: static;
            transform: none; } }
    .delicious-item .image-container .related_description-bottom, .delicious-item-mobile .image-container .related_description-bottom {
      font-size: 12px;
      /*height: 40px;*/ }
      .delicious-item .image-container .related_description-bottom .related_description-category, .delicious-item-mobile .image-container .related_description-bottom .related_description-category {
        text-align: center; }

section.hero, section.secondary-hero {
  background-size: 1920px auto;
  background-position: top center;
  background-repeat: no-repeat;
  color: #ffffff;
  text-align: center;
  position: relative;
  margin-bottom: 65px; }
  @media (min-width: 992px) {
    section.hero .hero-copy,
    section.secondary-hero .hero-copy {
      margin-bottom: 25px; } }
  section.hero .hero-brown,
  section.secondary-hero .hero-brown {
    color: #694723; }
    section.hero .hero-brown h2,
    section.secondary-hero .hero-brown h2 {
      color: #694723; }
    section.hero .hero-brown h1, section.hero .hero-brown h2, section.hero .hero-brown h3,
    section.secondary-hero .hero-brown h1,
    section.secondary-hero .hero-brown h2,
    section.secondary-hero .hero-brown h3 {
      color: #694723; }
      @media (min-width: 641px) and (max-width: 991px) {
        section.hero .hero-brown h1, section.hero .hero-brown h2, section.hero .hero-brown h3,
        section.secondary-hero .hero-brown h1,
        section.secondary-hero .hero-brown h2,
        section.secondary-hero .hero-brown h3 {
          text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.5); } }
      @media (max-width: 767px) {
        section.hero .hero-brown h1, section.hero .hero-brown h2, section.hero .hero-brown h3,
        section.secondary-hero .hero-brown h1,
        section.secondary-hero .hero-brown h2,
        section.secondary-hero .hero-brown h3 {
          text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.5); } }
  section.hero .hero-white,
  section.secondary-hero .hero-white {
    color: #ffffff; }
    section.hero .hero-white h2, section.hero .hero-white h1, section.hero .hero-white h3,
    section.secondary-hero .hero-white h2,
    section.secondary-hero .hero-white h1,
    section.secondary-hero .hero-white h3 {
      color: #ffffff; }
  section.hero h1, section.hero h2, section.hero h3,
  section.secondary-hero h1,
  section.secondary-hero h2,
  section.secondary-hero h3 {
    color: #ffffff;
    margin-bottom: 20px; }
    @media (min-width: 641px) and (max-width: 991px) {
      section.hero h1, section.hero h2, section.hero h3,
      section.secondary-hero h1,
      section.secondary-hero h2,
      section.secondary-hero h3 {
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); } }
    @media (min-width: 641px) and (max-width: 991px) {
      section.hero h1, section.hero h2, section.hero h3,
      section.secondary-hero h1,
      section.secondary-hero h2,
      section.secondary-hero h3 {
        font-size: 32px;
        line-height: 42px;
        margin-top: 30px;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); } }
    @media (max-width: 640px) {
      section.hero h1, section.hero h2, section.hero h3,
      section.secondary-hero h1,
      section.secondary-hero h2,
      section.secondary-hero h3 {
        padding: 0 30px; } }
    @media screen and (max-width: 320px) {
      section.hero h1, section.hero h2, section.hero h3,
      section.secondary-hero h1,
      section.secondary-hero h2,
      section.secondary-hero h3 {
        font-size: 28px;
        line-height: 34px; } }
  section.hero p,
  section.secondary-hero p {
    font-size: 18px; }
    @media screen and (max-width: 320px) {
      section.hero p,
      section.secondary-hero p {
        font-size: 16px; } }
  section.hero #hero-container,
  section.secondary-hero #hero-container {
    margin: 50px 0 0 70px; }
    @media (min-width: 1440px) {
      section.hero #hero-container,
      section.secondary-hero #hero-container {
        margin: 50px 0 0 0; } }
    @media (min-width: 641px) and (max-width: 991px) {
      section.hero #hero-container,
      section.secondary-hero #hero-container {
        margin: 50px 0; } }
    @media (max-width: 767px) {
      section.hero #hero-container,
      section.secondary-hero #hero-container {
        padding: 0 10px;
        margin: 50px 0;
        top: 0; } }
    @media (max-width: 480px) {
      section.hero #hero-container,
      section.secondary-hero #hero-container {
        margin-left: 0 !important;
        margin-right: 0 !important; } }
    @media screen and (max-width: 768px) {
      section.hero #hero-container,
      section.secondary-hero #hero-container {
        padding: 0 40px 30px; } }
    @media (max-width: 767px) {
      section.hero #hero-container p,
      section.secondary-hero #hero-container p {
        font-size: 15px; } }
  .product-cat section.hero,
  .product-cat section.secondary-hero {
    margin-bottom: 0; }
  section.hero .mobile-hero-image, section.secondary-hero .mobile-hero-image {
    display: none; }
  @media screen and (max-width: 640px) {
    section.hero, section.secondary-hero {
      height: auto;
      margin-bottom: 65px; }
      section.hero #hero-container, section.secondary-hero #hero-container {
        padding: 0 3%; }
      section.hero .mobile-hero-image, section.secondary-hero .mobile-hero-image {
        display: block;
        overflow: hidden;
        width: 100%; }
        section.hero .mobile-hero-image img, section.secondary-hero .mobile-hero-image img {
          width: 100%; }
      section.hero #hero-container, section.secondary-hero #hero-container {
        position: absolute;
        bottom: 10%;
        left: 0;
        margin: 0;
        top: 0; } }

section.hero {
  height: 500px;
  background-size: cover; }
  section.hero .frow {
    height: 100%; }
  @media screen and (max-width: 640px) {
    section.hero {
      height: auto;
      position: relative; }
      section.hero .hero-header {
        padding-top: 150px; }
      section.hero #hero-container {
        position: absolute;
        bottom: 0%;
        top: auto; }
      section.hero .hero-copy p:last-child {
        margin-bottom: 0; }
      section.hero .hero-copy + .cta {
        margin-top: 30px; } }
  @media screen and (max-width: 640px) {
    section.hero #hero-container {
      margin: 0 0 7% 0 !important; } }
  @media screen and (max-width: 640px) {
    section.hero .cta {
      margin-bottom: 0; } }
  section.hero #hero-container {
    margin: 130px 70px 50px 70px; }
    @media (min-width: 641px) and (max-width: 991px) {
      section.hero #hero-container {
        margin: 100px 70px 50px; } }

section.secondary-hero {
  height: 390px; }
  section.secondary-hero a.cta {
    margin-top: 15px;
    margin-bottom: 0; }
  @media (max-width: 767px) {
    section.secondary-hero h1 {
      margin-top: 0; } }
  section.secondary-hero #hero-container {
    width: 42%; }
  @media screen and (max-width: 991px) {
    section.secondary-hero #hero-container {
      width: 60%; } }
  @media screen and (max-width: 640px) {
    section.secondary-hero #hero-container {
      width: 100%; }
    section.secondary-hero .mobile-hero-image img {
      margin-top: -150px; } }
  @media screen and (max-width: 600px) {
    section.secondary-hero .mobile-hero-image img {
      margin-top: 0; } }
  @media screen and (max-width: 500px) {
    section.secondary-hero {
      height: 500px; } }
  @media (min-width: 1700px) {
    section.secondary-hero {
      height: 450px; } }
  @media screen and (max-width: 400px) {
    section.secondary-hero .mobile-hero-image img {
      padding-top: 50px; } }

.our-story-product-section section.secondary-hero {
  background-size: cover;
  background-position: 70% 0;
  	/* @include mobile {
  		background-position: top center;
  
  		.row-end {
  			bottom: -25px;
  		}
  	} */ }
  @media screen and (max-width: 768px) {
    .our-story-product-section section.secondary-hero .featured-text-wrapper h1 {
      font-size: 32px;
      line-height: 42px;
      padding: 0px;
      margin-bottom: 10px; } }
  @media (min-width: 641px) and (max-width: 991px) {
    .our-story-product-section section.secondary-hero {
      background-position: top center; }
      .our-story-product-section section.secondary-hero .row-end {
        bottom: -25px; } }
  @media screen and (max-width: 320px) {
    .our-story-product-section section.secondary-hero {
      height: 390px; }
      .our-story-product-section section.secondary-hero .row-end {
        padding: 0 15px;
        bottom: -45px; }
      .our-story-product-section section.secondary-hero .featured-text-wrapper h1 {
        font-size: 28px;
        line-height: 39px; }
      .our-story-product-section section.secondary-hero .featured-text-wrapper p {
        font-size: 16px; } }

.product-cat section.secondary-hero {
  color: #694723;
  margin: 0 0 100px;
  background-repeat: no-repeat; }
  .product-cat section.secondary-hero .hero-brown {
    color: #694723; }
  .product-cat section.secondary-hero .hero-white {
    color: #ffffff; }
  @media (max-width: 767px) {
    .product-cat section.secondary-hero #hero-container {
      margin-top: 150px; } }
  @media screen and (max-width: 768px) {
    .product-cat section.secondary-hero {
      min-height: 0;
      height: auto; }
      .product-cat section.secondary-hero #hero-container {
        bottom: initial;
        top: 10%;
        margin-top: 0px; } }
@media screen and (min-width: 641px) and (max-width: 991px) {
  .product-cat section.hero,
  .product-cat section.secondary-hero {
    position: relative; }
    .product-cat section.hero .frow,
    .product-cat section.secondary-hero .frow {
      height: 100%; }
    .product-cat section.hero #hero-container,
    .product-cat section.secondary-hero #hero-container {
      margin: 0;
      position: absolute;
      width: 100%; }
  .product-cat section.hero {
    height: 500px; }
    .product-cat section.hero #hero-container {
      padding: 0 10% 20px;
      bottom: 0;
      top: auto; }
  .product-cat section.secondary-hero {
    height: 500px;
    margin-bottom: 25px; }
    .product-cat section.secondary-hero #hero-container {
      padding: 30px 10% 0;
      bottom: auto;
      top: 0; }
      .product-cat section.secondary-hero #hero-container h2 {
        font-size: 28px;
        line-height: 34px !important; }
      .product-cat section.secondary-hero #hero-container p {
        max-width: 100% !important; } }
@media screen and (min-width: 641px) and (max-width: 850px) {
  .product-cat section.secondary-hero {
    height: 425px; } }

.press_hero_copy {
  display: none !important; }

@media screen and (max-width: 400px) {
  .term-pasta-sauces section.hero h1 {
    font-size: 24px;
    line-height: 32px; } }

@media screen and (min-width: 692px) {
  .term-oils-and-vinegars section.secondary-hero p {
    font-size: 16px;
    margin: 18px auto;
    max-width: 400px; } }

@media screen and (max-width: 691px) {
  .term-frozen-meals section.hero h1 br {
    display: none; } }

#content .gform_wrapper {
  margin-right: 0;
  max-width: 100%; }
  #content .gform_wrapper input[type="text"],
  #content .gform_wrapper input[type="url"],
  #content .gform_wrapper input[type="email"],
  #content .gform_wrapper input[type="tel"],
  #content .gform_wrapper input[type="number"],
  #content .gform_wrapper input[type="password"],
  #content .gform_wrapper input[type="file"] {
    border: 2px solid #694723;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px; }

body .gform_wrapper .gform_body .gform_fields .gfield textarea {
  border: 2px solid #694723; }

#content .gform_wrapper label.gfield_label {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #694723;
  margin-top: 0 !important; }

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 4px !important; }

body .gform_wrapper .gform_body p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px; }

.ginput_container, .ginput_container_email input {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #694723; }
  .ginput_container:focus, .ginput_container_email input:focus {
    outline: 0; }

/* Select */
.ginput_container_select select {
  /* width: 48% !important; */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* Select div wrapper*/
/* .ginput_container_select{
    &:after{
    content:'\f0d7';
    font-family: FontAwesome;
    color: #ffffff;
    position: relative; 
    left: calc(100% - 24px); 
    top: -26px;
    z-index: 1;
    background-color: $brown;
    padding:6px;
    font-size: 16px;
    border: 2px solid $brown;
    }
} */
.ginput_container_email input {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border: 2px solid #694723; }

/* Required Asterisk */
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required {
  color: #ee1d25; }

/* Validation */
body .gform_wrapper .gform_body .gform_fields li.gfield {
  margin-top: 10px;
  margin-bottom: 6px; }
  @media (max-width: 640px) {
    body .gform_wrapper .gform_body .gform_fields li.gfield {
      margin-top: 4px;
      margin-bottom: 4px; } }

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  border-top: none !important;
  border-bottom: none !important; }

#content .gform_wrapper li.gfield_error input[type="text"],
#content .gform_wrapper li.gfield_error input[type="url"],
#content .gform_wrapper li.gfield_error input[type="email"],
#content .gform_wrapper li.gfield_error input[type="tel"],
#content .gform_wrapper li.gfield_error input[type="number"],
#content .gform_wrapper li.gfield_error input[type="password"],
#content .gform_wrapper li.gfield_error input[type="file"] {
  border: 2px solid #ee1d25; }

#content .gform_wrapper li.gfield_error textarea {
  border: 2px solid #ee1d25; }

/* Selects */
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.contact-product-question {
  padding-right: 28px !important; }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required.contact-product {
  padding-right: 34px !important; }

.gform_wrapper li.gfield.gfield_error {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half, .gform_wrapper .top_label li.gfield.gfield_error.gf_right_half {
  margin-right: 0px !important;
  margin-top: 10px !important; }

.gform_wrapper.gf_browser_chrome .gfield_error select {
  margin-bottom: 0px !important; }

body .gform_wrapper .gform_body .gform_fields .gfield_error .validation_message {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #ee1d25;
  padding-top: 4px !important;
  text-align: center; }

.gform_wrapper .ginput_complex .ginput_full, .gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right {
  min-height: 20px !important; }

.gform_wrapper li.gf_list_inline ul.gfield_radio li {
  margin-bottom: 0px !important; }

.gform_wrapper ul.gfield_radio {
  margin-top: 0px !important; }

.gform_wrapper div.validation_error {
  display: none; }

/* Checkbox */
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li input[type="checkbox"] {
  position: absolute;
  left: -9999px; }

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li label {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer; }

.gfield_checkbox li label::before, .gfield_checkbox li label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0; }

.gfield_checkbox li label::before {
  display: block;
  width: 15px;
  height: 15px;
  margin-top: 4px;
  border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  border: 1px solid #694723;
  background-color: #fff; }

.gfield_checkbox li label:hover:before {
  background-color: #ee1d25; }
.gfield_checkbox li label:after {
  content: '\f00c';
  font-family: 'FontAwesome';
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  padding-left: 1px; }
.gfield_checkbox li label:hover:after {
  content: '\f00c';
  font-family: 'FontAwesome';
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  padding-left: 1px; }
@media (hover: none), (hover: on-demand) {
  .gfield_checkbox li label:hover:before {
    background-color: #ffffff; } }

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li input[type="checkbox"]:focus + .gfield_checkbox li label::before {
  border-color: #694723; }

.gfield_checkbox li label::after {
  display: none;
  width: 15px;
  height: 15px;
  margin-top: 4px;
  border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  background-color: #ee1d25;
  border: 1px solid #694723; }

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li input[type="checkbox"]:checked + label::after {
  display: block; }

/* Radio Button */
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li input[type="radio"] {
  position: absolute;
  left: -9999px; }

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li label {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  height: 20px; }

.gfield_radio li label::before, .gfield_radio li label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0; }

.gfield_radio li label::before {
  display: block;
  width: 15px;
  height: 15px;
  margin-top: 4px;
  border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  border: 1px solid #694723;
  background-color: #fff; }

.gfield_radio li label:hover:before {
  background-color: #ee1d25; }
.gfield_radio li label:after {
  content: '\f00c';
  font-family: 'FontAwesome';
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  padding-left: 1px; }
.gfield_radio li label:hover:after {
  content: '\f00c';
  font-family: 'FontAwesome';
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  padding-left: 1px; }
@media (hover: none), (hover: on-demand) {
  .gfield_radio li label:hover:before {
    background-color: #ffffff; } }

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li input[type="radio"]:focus + .gfield_radio li label::before {
  border-color: #694723; }

.gfield_radio li label::after {
  display: none;
  width: 15px;
  height: 15px;
  margin-top: 4px;
  border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  background-color: #ee1d25;
  border: 1px solid #694723; }

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li input[type="radio"]:checked + label::after {
  display: block; }

div.gform_footer {
  text-align: center; }

body .gform_wrapper .gform_footer input[type=submit] {
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  border: 2px solid #fcf9ea;
  outline: 2px solid #d3ae5f;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1 !important;
  display: inline-block;
  letter-spacing: 1px;
  background-color: #ee1d25;
  padding: 8px 30px;
  width: auto; }
  body .gform_wrapper .gform_footer input[type=submit]:hover, body .gform_wrapper .gform_footer input[type=submit]:active {
    background-color: #6d0000; }

/* Contact Us */
.contact-us-page-header {
  text-align: center; }

section.contact-us_form {
  background-color: #fcf9ea; }

.contact-us_form {
  background: url("../img/contact-us_background-top.jpg") no-repeat top center, url("../img/background-landscape-texture_bottom_754.jpg") bottom center no-repeat;
  background-size: contain;
  padding-top: 110px;
  padding-bottom: 80px;
  /* margin-bottom: 120px; */ }
  .contact-us_form li.gfield {
    border: none !important;
    display: inline-block; }
  .contact-us_form .gform_wrapper {
    margin-top: 0px !important; }

.contact-us-form_body-copy p {
  text-align: center; }

.contact-us-form_body-copy p:last-of-type {
  margin-bottom: 0px; }

p.contact-us-form_contact-name {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  margin-top: 30px; }

div.contact-us-form_contact-group {
  text-align: left; }
  div.contact-us-form_contact-group:nth-of-type(even) {
    text-align: right; }
    @media (max-width: 640px) {
      div.contact-us-form_contact-group:nth-of-type(even) {
        text-align: left;
        margin-bottom: 0px; } }

.contact-us-form_header {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: none; }

p.contact-us-form_contact-line {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px; }

.desktop-seperator_1000-top {
  width: 100%;
  max-height: 9px;
  margin-top: 40px;
  margin-bottom: 40px; }
  @media (max-width: 640px) {
    .desktop-seperator_1000-top {
      margin-top: 14px;
      margin-bottom: 25px; } }

.desktop-seperator_1000-bottom {
  width: 100%;
  max-height: 9px;
  margin-top: 40px;
  margin-bottom: 40px; }
  @media (max-width: 640px) {
    .desktop-seperator_1000-bottom {
      margin-top: 13px;
      margin-bottom: 0px; } }

/* Feilds */
#form_contact-us li.gf_left_half, #form_contact-us li.gf_right_half {
  width: 48%; }
  @media (max-width: 640px) {
    #form_contact-us li.gf_left_half, #form_contact-us li.gf_right_half {
      width: 100%;
      float: none; } }

#form_contact-us li.gf_left_half {
  /* float: left; */
  border: none !important; }

#form_contact-us li.gf_right_half {
  float: right;
  padding-left: 16px;
  padding-right: 0px;
  border: none !important; }
  @media (max-width: 640px) {
    #form_contact-us li.gf_right_half {
      padding-left: 0px; } }

/* li */
#field_4_1 {
  width: 100%;
  float: left;
  padding-right: 0px; }

/* label */
#content .gform_wrapper li.contact-product label.gfield_label {
  display: inline-block;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #694723;
  margin-top: 8px !important; }

/* div */
#field_4_1 .ginput_container_select {
  display: inline-block;
  float: right;
  padding-left: 16px;
  width: 48%; }
  @media (min-width: 641px) and (max-width: 991px) {
    #field_4_1 .ginput_container_select {
      /* padding-left:0px !important; */ } }
  @media (max-width: 640px) {
    #field_4_1 .ginput_container_select {
      padding-left: 0px !important; } }

/* li */
#field_4_2 {
  width: 100%;
  float: left;
  padding-right: 0px; }
  #field_4_2 div.validation_message {
    width: 48%; }
    @media (max-width: 640px) {
      #field_4_2 div.validation_message {
        width: 100%; } }

/* div */
#field_4_2 .ginput_container_select {
  padding-right: 16px;
  width: 48%; }
  @media (min-width: 641px) and (max-width: 991px) {
    #field_4_2 .ginput_container_select {
      /* padding-right:0px !important; */ } }
  @media (max-width: 640px) {
    #field_4_2 .ginput_container_select {
      padding-right: 0px !important; } }

/* select, select */
#input_4_1, #input_4_2 {
  width: 100%;
  background: url("../img/form-dropdown_button.png") no-repeat 100% 0;
  background-size: contain;
  background-color: #fff;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border: 2px solid #694723;
  margin-left: 0px;
  padding-left: 5px; }
  @media (max-width: 640px) {
    #input_4_1, #input_4_2 {
      height: 46px; } }

/* li */
#field_4_35 {
  margin-left: 40px !important; }
  #field_4_35 div.has_state {
    margin-top: 2px !important; }

#input_4_35_4 {
  width: 100%;
  background: url("../img/form-dropdown_button.png") no-repeat 100% 0;
  background-size: contain;
  background-color: #fff;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border: 2px solid #694723;
  margin-left: 0px;
  margin-bottom: 0px;
  padding-left: 5px; }
  @media (max-width: 640px) {
    #input_4_35_4 {
      height: 46px; } }

#field_4_35, #field_4_36 {
  width: 24% !important;
  float: none !important; }
  @media (max-width: 640px) {
    #field_4_35, #field_4_36 {
      width: 100% !important;
      margin-left: 0px !important; } }

/* div */
#input_4_35_4_container, #input_4_36_5_container {
  width: 100%;
  padding-right: 0px;
  margin-right: 0px; }

#input_4_35_4_label, #input_4_36_5_label {
  display: none; }

#field_4_13, #field_4_15 {
  padding-right: 25px; }

#input_4_13, #input_4_15 {
  width: 49%; }
  @media (max-width: 640px) {
    #input_4_13, #input_4_15 {
      width: 100% !important; } }

#field_4_16 {
  margin-bottom: 0px !important; }
  #field_4_16 div.validation_message {
    width: 48%; }
    @media (max-width: 640px) {
      #field_4_16 div.validation_message {
        width: 100%; } }

#field_4_16 label {
  vertical-align: top;
  margin-top: 0px; }

#field_4_16 div.ginput_container_radio {
  display: inline-block;
  margin-top: 0px !important; }
  #field_4_16 div.ginput_container_radio ul {
    margin: 0px; }
    #field_4_16 div.ginput_container_radio ul label:before {
      margin-top: 0px; }
    #field_4_16 div.ginput_container_radio ul label:after {
      margin-top: 0px; }
  #field_4_16 div.ginput_container_radio li {
    margin-left: 12px !important;
    text-transform: uppercase; }
    @media (max-width: 640px) {
      #field_4_16 div.ginput_container_radio li {
        display: inline-block !important; } }
    #field_4_16 div.ginput_container_radio li label {
      vertical-align: text-top; }

/* Dropdown selects */
.form_contact-us select {
  width: 100%;
  background: url("../img/form-dropdown_button.png") no-repeat 100% 0;
  background-size: contain;
  background-color: #fff;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border: 2px solid #694723;
  margin-left: 0px;
  padding-left: 5px; }
  @media (max-width: 640px) {
    .form_contact-us select {
      height: 46px; } }

#field_4_27, #field_4_28 {
  width: 100% !important;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 34px; }

li.contact-us_textarea {
  width: 100%;
  padding-right: 0px !important; }

#field_4_26 {
  margin: 0px;
  padding-right: 0px; }
  #field_4_26 label {
    display: none; }

#field_4_37 {
  margin-bottom: 0px !important; }
  #field_4_37 p {
    margin-bottom: 0px !important; }

body .gform_wrapper .gform_body ul.gform_fields li.contact-us-legal_checkbox {
  margin-top: 0px;
  line-height: 0;
  width: 100%; }

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox .contact-us-legal_checkbox li {
  margin-top: 0px; }

body .gform_wrapper .gform_body ul.gform_fields li.contact-us-legal_checkbox div.ginput_container_checkbox {
  margin-top: 0px; }

body .gform_wrapper .gform_body ul.gform_fields li.contact-us-legal_checkbox div.ginput_container_checkbox ul {
  margin: 0px; }

body .gform_wrapper .gform_body ul.gform_fields li.contact-us-legal_checkbox div.ginput_container_checkbox ul li label {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  min-height: 20px; }

img.contact-tooltip_icon {
  width: 17px;
  height: 17px;
  margin-left: 10px;
  vertical-align: bottom;
  cursor: pointer; }

a.tooltips {
  position: relative;
  display: inline; }
  @media (max-width: 640px) {
    a.tooltips {
      position: initial; } }

a.tooltips div {
  position: absolute;
  text-align: center;
  visibility: hidden; }

a:hover.tooltips div {
  visibility: visible;
  z-index: 999; }

#tooltip {
  /* height: 312px; */
  min-width: 280px;
  background-color: #fff;
  border: 2px solid #694723;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 35px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #694723; }
  @media (max-width: 640px) {
    #tooltip {
      left: 50%;
      transform: translateX(-50%); } }

.tooltip_text {
  text-transform: none; }

.tooltip_image img {
  margin-top: 20px; }

.tooltip_text, .tooltip_image {
  position: static !important;
  text-align: center; }

.gform_confirmation_wrapper_4 {
  text-align: center; }

@media only screen and (min-width: 641px) and (max-width: 1439px) {
  #field_4_35 {
    margin-left: 4% !important; } }
@media only screen and (min-width: 769px) and (max-width: 991px) {
  .gform_wrapper li.gfield.gfield_error.gfield_contains_required.contact-product-question {
    padding-right: 0px !important; }

  #content .gform_wrapper li.contact-product label.gfield_label {
    font-size: 16px; }

  /* Keep form wide, while only "What-Product_Select" is visible */
  .aloneElementWidth ul {
    min-width: 693px; } }
@media only screen and (min-width: 641px) and (max-width: 768px) {
  #field_4_1 label {
    font-size: 14px !important; }

  #field_4_35 {
    margin-left: 4% !important; }

  /* Keep form wide, while only "What-Product_Select" is visible */
  .aloneElementWidth ul {
    min-width: 565px; }

  /* labels */
  #content .gform_wrapper label.gfield_label {
    font-size: 12px; }

  .gform_wrapper li.gfield.gfield_error.gfield_contains_required.contact-product-question {
    padding-right: 0px !important; } }
@media only screen and (width: 640px) {
  .contact-us_form {
    background: url("../img/contact-us_background-top_m.jpg") no-repeat top center, url("../img/contact-us-bottom_m.jpg") bottom center no-repeat;
    padding-bottom: 140px;
    margin-bottom: 120px; }

  .contact-us-form_body-copy p {
    font-size: 14px; }

  #content .gform_wrapper li.contact-product label.gfield_label {
    float: none;
    padding-right: 0px; }

  body .gform_wrapper .top_label div.ginput_container {
    margin-top: 4px !important;
    margin-bottom: 12px; }

  /* Select */
  li.contact-product div.ginput_container_select {
    width: 100% !important; }

  .ginput_container_select {
    width: 100% !important; }

  .gform_wrapper li.gfield.gfield_error.gfield_contains_required.contact-product-question {
    padding-right: 0px !important; }

  /* Keep form wide, while only "What-Product_Select" is visible */
  .aloneElementWidth ul {
    min-width: 565px; }

  .gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
    display: inherit; }

  /* Radio buttons */
  .gfield_radio li label::before {
    display: inherit;
    background-color: #fff; } }
@media only screen and (max-width: 639px) {
  .contact-us_form {
    background: url("../img/contact-us_background-top_m.jpg") no-repeat top center, url("../img/contact-us-bottom_m.jpg") bottom center no-repeat;
    padding-bottom: 140px;
    margin-bottom: 120px; }

  .contact-us-form_body-copy p {
    font-size: 14px; }

  #content .gform_wrapper li.contact-product label.gfield_label {
    font-size: 16px;
    float: none;
    padding-right: 0px; }

  /* Select */
  li.contact-product div.ginput_container_select {
    width: 100% !important; }

  .ginput_container_select {
    width: 100% !important; }

  .gform_wrapper li.gfield.gfield_error.gfield_contains_required.contact-product-question {
    padding-right: 0px !important; }

  /* Keep form wide, while only "What-Product_Select" is visible */
  /* Keep form wide, while only "What-Product_Select" is visible */
  .aloneElementWidth ul {
    min-width: 325px; }

  .gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
    display: inherit; }

  .gform_wrapper li.gf_list_inline ul.gfield_radio li {
    display: inherit; } }
@media only screen and (max-width: 320px) {
  #field_4_26 {
    margin-left: -20px !important; } }
/*------------------------------------------------------------------
[FIND A RECIPE]
*/
.find-a-recipe {
  text-align: center;
  margin-bottom: 120px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .find-a-recipe {
      margin-bottom: 60px; } }
  @media (max-width: 767px) {
    .find-a-recipe {
      margin-bottom: 40px; } }

h2.find-a-recipe-h2:after {
  content: "";
  display: block;
  background: url("../img/desktopSeparatorx2.png") no-repeat center center;
  background-size: contain;
  width: 373px;
  height: 10px;
  margin: 12px auto 0px auto; }
  @media (max-width: 640px) {
    h2.find-a-recipe-h2:after {
      width: 220px;
      margin: 10px auto 1px auto; } }

.search-bar_recipe form input {
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 1px; }
.search-bar_recipe form input[type="search"] {
  background-color: #fff;
  height: 38px;
  width: 226px;
  border: 2px solid #694723;
  border-right: none;
  padding: 0 0 0 15px;
  float: left;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #694723; }
  .search-bar_recipe form input[type="search"]::placeholder {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic; }
  @media (max-width: 640px) {
    .search-bar_recipe form input[type="search"] {
      width: 180px;
      padding: 0 0 0 10px; } }
.search-bar_recipe form input[type="submit"] {
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  border: 2px solid #fcf9ea;
  outline: 2px solid #d3ae5f;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1 !important;
  display: inline-block;
  letter-spacing: 1px;
  background-color: #ee1d25;
  padding: 8px 30px;
  width: auto; }
  .search-bar_recipe form input[type="submit"]:active, .search-bar_recipe form input[type="submit"]:hover {
    background-color: #6d0000; }

.search-bar_recipe-icon {
  height: 38px;
  width: 38px;
  border: 2px solid #694723;
  border-left: none;
  margin: 0;
  padding: 0;
  float: left;
  background: #694723 url("../img/find-a-recipe_search-icon.png") no-repeat center center;
  background-size: 100%; }

/*--------------------------------------------------------------
# Related Content Modules
--------------------------------------------------------------*/
.sliderArrowEndSlide {
  opacity: 0.5; }

.innerRowPaddingBottom {
  padding-bottom: 40px; }

.innerRowPaddingTop {
  padding-bottom: 40px; }

.related-content-module {
  margin: 0 auto 120px;
  text-align: center; }
  .related-content-module sup {
    display: inline-block; }

/* shadow for IMG top and sides */
.shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  -moz-box-shadow: inset 2px 4px 8px -4px #000, inset -2px -6px 12px -2px #000;
  -webkit-box-shadow: inset 2px 4px 8px -4px #000, inset -2px -6px 12px -2px #000;
  box-shadow: inset 2px 4px 8px -4px #000, inset -2px -6px 12px -2px #000;
  top: 0;
  left: 0; }

/* shadow for entire Image Container + Recipe Description bottom */
.shadow-bottom {
  position: absolute;
  width: 100%;
  height: 4%;
  -moz-box-shadow: inset 0 -10px 14px -14px #000;
  -webkit-box-shadow: inset 0 -10px 14px -14px #000;
  box-shadow: inset 0 -10px 14px -14px #000;
  border-collapse: separate !important;
  bottom: 0;
  left: 0;
  z-index: 9999; }

/* shadow for Recipe Description sides */
.shadow2 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 10px 0px 9px -12px #000, inset -10px 0px 9px -12px #000;
  -moz-box-shadow: inset 10px 0px 9px -12px #000, inset -10px 0px 9px -12px #000;
  box-shadow: inset 10px 0px 9px -12px #000, inset -10px 0px 9px -12px #000;
  top: 0;
  left: 0; }

.related_image-container {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  position: relative;
  max-height: 320px;
  overflow: hidden;
  margin: 0 10px; }
  .related_image-container img {
    width: 100%;
    height: auto; }

/* Module Specific Style - Related Products */
#products-goToPrevSlide {
  position: absolute;
  left: -10px;
  bottom: 45%;
  width: 40px;
  transform: translateY(-160%); }

#products-goToNextSlide {
  position: absolute;
  right: -10px;
  bottom: 45%;
  width: 40px;
  transform: translateY(-160%); }

#products-goToPrevSlide.hide,
#products-goToNextSlide.hide {
  display: none; }
@media (min-width: 768px) {
  #products-goToPrevSlide.no-desktop,
  #products-goToNextSlide.no-desktop {
    display: none; } }

/* Module Specific Style - Related Recipes */
#recipes-goToPrevSlide {
  position: relative;
  top: -126px;
  left: -124px;
  width: 40px; }

#recipes-goToNextSlide {
  position: relative;
  top: -126px;
  left: 124px;
  width: 40px; }

/* Module Specific Style - Related How Tos */
#how-tos,
#anchor-ingredients,
#anchor-related-products,
#anchor-related-recipes,
#anchor-related-how-tos {
  position: relative;
  top: -200px; }
  @media (min-width: 641px) and (max-width: 991px) {
    #how-tos,
    #anchor-ingredients,
    #anchor-related-products,
    #anchor-related-recipes,
    #anchor-related-how-tos {
      top: -160px; } }

#how-tos-goToPrevSlide {
  position: relative;
  top: -128px;
  left: -124px;
  width: 40px; }

#how-tos-goToNextSlide {
  position: relative;
  top: -128px;
  left: 124px;
  width: 40px; }

.image-container_products {
  width: 320px;
  margin: 0 10px; }

.related_icon-links {
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 0;
  z-index: 100; }
  .related_icon-links img {
    height: 25px;
    width: auto; }
  .related_icon-links i.fa-pinterest-p {
    font-size: 20px;
    padding: 5px 6px 1px;
    background-color: #ee1d25;
    color: #ffffff; }

.related-slider .slider-container {
  max-width: 840px;
  position: relative; }
  @media (max-width: 991px) {
    .related-slider .slider-container {
      max-width: 660px; } }
  @media (max-width: 767px) {
    .related-slider .slider-container {
      width: 250px; } }
  .related-slider .slider-container li a {
    display: inline-block;
    width: 270px; }
    @media (max-width: 991px) {
      .related-slider .slider-container li a {
        width: 200px; } }
    @media (max-width: 767px) {
      .related-slider .slider-container li a {
        max-width: 250px; } }
  .related-slider .slider-container li img {
    margin: 0 auto;
    width: 100%; }

#related-products-mobile, #related-recipes_slide-container, #related-howtos_slide-container {
  display: none; }

.related_description {
  color: #694723;
  position: absolute;
  bottom: -70px;
  left: 0;
  width: 100%;
  cursor: pointer;
  background: white;
  /* fallback color */
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: bottom 0.3s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: bottom 0.3s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: bottom 0.3s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: bottom 0.3s cubic-bezier(0, 0, 0.2, 1);
  transition: bottom 0.3s cubic-bezier(0, 0, 0.2, 1); }
  .related_description:hover {
    bottom: 0; }
  @media (min-width: 768px) and (max-width: 991px) {
    .related_description {
      cursor: none; } }
  @media (max-width: 767px) {
    .related_description {
      cursor: none; } }

.related_description-top {
  height: 70px;
  position: relative; }
  .related_description-top .related_description-title {
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 10px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    @media (max-width: 767px) {
      .related_description-top .related_description-title {
        padding: 5px; } }

/* Module Specific Style - Related Products */
.description-title_products {
  max-width: 225px;
  color: #694723;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  padding-top: 8px;
  height: 70px; }
  .description-title_products sup {
    font-size: 100%;
    vertical-align: baseline;
    position: relative;
    top: -6px;
    line-height: 14px; }
    @media (max-width: 767px) {
      .description-title_products sup {
        top: 5px; } }
  .description-title_products a:hover sup {
    padding-bottom: 5px;
    margin-bottom: -10px; }
    @media (max-width: 767px) {
      .description-title_products a:hover sup {
        padding-bottom: 3px; } }

.related_description-bottom {
  height: 70px;
  font-size: 16px;
  border-top: 2px solid rgba(105, 71, 35, 0.3);
  padding-top: 15px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .related_description-bottom {
      display: none; } }
  @media (max-width: 767px) {
    .related_description-bottom {
      display: none; } }
  .related_description-bottom .related_description-category {
    font-family: "Roboto", sans-serif;
    font-weight: 500; }
    .related_description-bottom .related_description-category .related_description-subcategory {
      font-family: "Roboto", sans-serif;
      font-weight: 700; }

/* Module Specific Style - Related How-To's */
.description-bottom_howtos {
  padding: 16px; }

a.more-link {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #ee1d25;
  font-size: 16px;
  margin-bottom: 30px;
  display: inline-block; }
  a.more-link:empty {
    display: none !important; }
  a.more-link:after {
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 1.1em;
    content: '\f0da';
    margin-left: 4px;
    /* vertical-align: top; */ }
  a.more-link:active {
    text-decoration: none; }
  a.more-link:hover {
    text-decoration: underline; }
  @media (hover: none), (hover: on-demand) {
    a.more-link:hover {
      text-decoration: none; } }

/* Slider */
section.related-content-module .lSSlideOuter .lSPager.lSpg > li a {
  background-color: #694723; }

section.related-content-module .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #ee1d25; }

section.related-content-module .lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #ee1d25; }

section.related-content-module .lSAction > a {
  opacity: 1; }

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media all and (min-width: 992px) {
  .related_image-container {
    width: 270px;
    height: 270px; }

  .related_description-bottom {
    font-size: 14px; }

  /*products*/
  .image-container_products {
    width: 270px; } }
@media all and (max-width: 991px) and (min-width: 768px) {
  .related_image-container {
    width: 200px;
    height: 200px; }

  .related_description {
    bottom: 0; }

  .related_description-bottom {
    font-size: 10px; }
    .related_description-bottom .related_description-category {
      font-size: 12px; }

  /* Module Specific Style - Related How-To's */
  .description-bottom_howtos {
    font-size: 12px; }

  .image-container_products {
    width: 200px; } }
@media only screen and (max-width: 767px) and (min-width: 320px) {
  .related-content-module {
    margin: 0 auto 20px; } }
  @media only screen and (max-width: 767px) and (min-width: 320px) and (min-width: 641px) and (max-width: 991px) {
    .related-content-module h2:after {
      margin: 0px auto 10px auto; } }
  @media only screen and (max-width: 767px) and (min-width: 320px) and (max-width: 640px) {
    .related-content-module h2:after {
      margin: 0px auto 10px auto; } }

@media only screen and (max-width: 767px) and (min-width: 320px) {
  .hidden-768 {
    display: none !important; }

  .visible-768 {
    display: block !important; }

  .related_slide-container {
    width: 250px; }

  .related_image-container {
    width: 250px;
    height: 250px;
    margin: 0px; }

  /* Module Specific Style - Related Products */
  .image-container_products {
    /* min-height: 250px; */
    width: 220px; }

  .description-title_products {
    font-size: 12px; }

  a.more-link {
    margin-bottom: 16px;
    font-size: 12px; }

  .related_description {
    color: #694723;
    position: absolute;
    width: 100%;
    background: white;
    /* fallback color */
    background: rgba(255, 255, 255, 0.9);
    bottom: 0; }

  .related_description-top {
    height: 60px; }
    .related_description-top .related_descriptin-title {
      font-size: 12px;
      padding: 10px; }

  #related-products-mobile, #related-recipes_slide-container, #related-howtos_slide-container {
    display: block; } }
/*--------------------------------------------------------------
# [Single Recipe Page]
--------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. PAGE WIDE
2. RECIPE TOP
3. INFLUENCER SECTION
4. JUMPLINKS SECTION
5. COOKING/READING MODE
6. RECIPE SECTION
7. MODAL
8. RELATED CONTENT
9. MOBILE STYLES
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[1. PAGE WIDE]
*/
.recipe_single .hero-image,
.single-howto .hero-image {
  margin-bottom: 60px;
  width: 100%;
  overflow: hidden; }
  @media (min-width: 641px) {
    .recipe_single .hero-image,
    .single-howto .hero-image {
      margin-top: 25px; } }
  .recipe_single .hero-image img,
  .single-howto .hero-image img {
    margin-left: 50%;
    transform: translateX(-50%);
    width: 1920px;
    min-width: 1440px;
    height: auto; }
    @media (min-width: 641px) and (max-width: 991px) {
      .recipe_single .hero-image img,
      .single-howto .hero-image img {
        min-width: 1024px; } }
    @media (max-width: 640px) {
      .recipe_single .hero-image img,
      .single-howto .hero-image img {
        width: 100%;
        min-width: initial; } }

/*unrelated rows*/
.rowMarginBottom {
  margin-bottom: 30px; }

/*related rows*/
.innerRowMarginBottom {
  margin-bottom: 25px; }
  .innerRowMarginBottom h3 {
    margin-top: 25px;
    margin-bottom: 25px; }

.innerRowMarginTop {
  margin-top: 40px; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

/* Min width of 375px */
.minWidth375 {
  min-width: 375px; }
  @media (max-width: 640px) {
    .minWidth375 {
      min-width: 220px; } }

/*------------------------------------------------------------------
[2. RECIPE TOP]
*/
.recipe_single-information {
  margin-bottom: 120px;
  text-align: center; }

/* Social share print fav */
.share-fav-print .icon {
  padding: 0px 10px; }
  .share-fav-print .icon:last-child {
    border-left: 1px solid #694723; }
.share-fav-print img {
  height: 32px;
  width: 39px; }

/*------------------------------------------------------------------
[3. INFLUENCER SECTION]
*/
.influencer {
  background: url("../img/influencer-background_desktop.jpg") no-repeat top left;
  background-size: cover;
  margin-top: -80px;
  padding-bottom: 65px;
  padding-top: 165px; }
  .influencer p {
    font-size: 16px;
    margin: 1.1em 0 0;
    padding: 0; }
    .influencer p:first-child {
      margin: 0; }

.influencer_image img {
  margin: 0 auto; }

.influencer_image-attribution {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 12px;
  text-align: center; }

.influencer_image-with_video {
  position: relative; }

.influencer_video-cta {
  position: absolute;
  left: 0;
  top: 0;
  /* &:hover {
      opacity: .75;
      filter: alpha(opacity=75);
  } */ }

.influencer_header h3 {
  margin-bottom: 0px; }

.influencer_quote {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  text-align: center; }

.influencer_cta {
  text-align: center; }
  .influencer_cta a {
    margin: 0; }

img:hover {
  opacity: 1.0;
  filter: alpha(opacity=100); }

/*------------------------------------------------------------------
[4. JUMPLINKS SECTION]
*/
.recipe_single-jumpLinks {
  /* background: $brown url(../img/jumpLinks-bar.jpg) no-repeat center center;
  background-size: cover;
  height: 60px; */
  margin-bottom: 65px; }

nav.recipes-subnav {
  width: 100%;
  max-width: 1440px; }

/*------------------------------------------------------------------
[5. COOKING/READING MODE]
*/
.reading-options {
  text-align: center; }
  .reading-options a {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline; }

/*------------------------------------------------------------------
[6. RECIPE SECTION]
*/
.recipe_single-information-bottom {
  /* margin-bottom: 120px; */ }
  .recipe_single-information-bottom section:last-child:after {
    content: none !important; }

.recipe-directions-container, .recipe-tips-container {
  min-width: 375px; }
  @media (max-width: 640px) {
    .recipe-directions-container, .recipe-tips-container {
      min-width: 315px; } }

.recipe-ingredients, .recipe-directions {
  width: 100%;
  margin-bottom: 40px; }
  .recipe-ingredients:after, .recipe-directions:after {
    content: '';
    display: block;
    position: relative;
    width: 55%;
    top: 0px;
    left: 22%;
    border-bottom: 2px solid #f8f8f8; }

.recipe-tips {
  width: 100%;
  margin-bottom: 40px; }
  .recipe-tips:after {
    content: '';
    display: block;
    position: absolute;
    width: 100px;
    top: -5px;
    left: 0px;
    border-bottom: 2px solid #f8f8f8; }
  .recipe-tips ol {
    /* width: 75%; */ }
  .recipe-tips a {
    color: #ee1d25; }

.recipe_single-details {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #694723; }
  .recipe_single-details .col-3 {
    padding-top: 6px;
    padding-bottom: 6px;
    border-right: 2px solid #694723; }
    .recipe_single-details .col-3:last-child {
      border: none; }
  .recipe_single-details .category {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    border-right: 1px solid #694723; }
    .recipe_single-details .category:last-child {
      border-right: none; }
  .recipe_single-details .subcategory {
    font-family: "Roboto", sans-serif;
    font-weight: 300; }

.recipe-description {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #694723; }

/* Recipe lists */
ul.recipe_single-list, ol.recipe_single-list {
  padding-bottom: 40px;
  margin: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }
  ul.recipe_single-list li, ol.recipe_single-list li {
    margin-bottom: 24px; }
    @media (max-width: 640px) {
      ul.recipe_single-list li, ol.recipe_single-list li {
        /* list-style-position: inside; */ } }
    ul.recipe_single-list li p, ol.recipe_single-list li p {
      margin: 0 0 1.1em; }
    ul.recipe_single-list li li, ol.recipe_single-list li li {
      margin: 0 0 0.5rem 1rem; }
    ul.recipe_single-list li ul, ul.recipe_single-list li ol, ol.recipe_single-list li ul, ol.recipe_single-list li ol {
      margin: 0 0 1.1em;
      padding: 0; }
    ul.recipe_single-list li ul li, ol.recipe_single-list li ul li {
      list-style-type: disc; }

.recipe_single-list a, .recipe_modal-list a {
  color: #ee1d25;
  text-decoration: underline; }
  .recipe_single-list a sup, .recipe_modal-list a sup {
    text-decoration: none;
    border-bottom: 1px solid;
    padding-bottom: 11px; }

/* checkbox styling */
ul.recipe_single-list li input[type="checkbox"] {
  position: absolute;
  left: -9999px; }

.side-label {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer; }
  .side-label:hover:before {
    background-color: #ee1d25; }

.side-label::before, .side-label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0; }

.side-label::before {
  display: block;
  width: 15px;
  height: 15px;
  margin-top: 4px;
  border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  border: 1px solid #694723;
  background-color: #fcf9ea; }

ul.recipe_single-list li input[type="checkbox"]:focus + .side-label::before {
  border-color: #694723; }

.side-label::after {
  display: none;
  width: 15px;
  height: 15px;
  margin-top: 4px;
  border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  background-color: #ee1d25;
  border: 1px solid #694723; }

ul.recipe_single-list li input[type="checkbox"]:checked + .side-label::after {
  display: block; }

ol.recipe_single-list {
  padding: 0px 0px 0px 18px;
  margin: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

.recipe_single-information-bottom li label:after {
  content: '\f00c';
  font-family: 'FontAwesome';
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  padding-left: 1px; }
.recipe_single-information-bottom li label:hover:after {
  content: '\f00c';
  font-family: 'FontAwesome';
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  padding-left: 1px; }
@media (hover: none), (hover: on-demand) {
  .recipe_single-information-bottom li label:hover:before {
    background-color: #ffffff; } }

/*------------------------------------------------------------------
[7. MODAL]
*/
.reading-options {
  margin-bottom: 65px; }

body.single-recipe .mfp-container {
  padding: 28px 12%; }

body.single-recipe .mfp-content {
  max-width: 1137px !important; }

#cooking-modeID {
  background: url(../img/modal-background-tuscan_95x280.jpg) no-repeat bottom right; }

#cooking-modeID.modal {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 1137px;
  box-sizing: border-box;
  text-align: left;
  padding: 50px 50px 150px 50px;
  border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  background-color: #fff; }

.cooking-group {
  border-bottom: 2px solid #f8f8f8;
  padding-bottom: 40px;
  margin-bottom: 40px; }

.cooking-mode h3 {
  text-align: left; }
.cooking-mode h4 {
  text-transform: capitalize;
  margin-bottom: 20px; }

ul.recipe_modal-list {
  padding-bottom: 40px;
  margin: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }
  ul.recipe_modal-list li {
    margin-bottom: 24px;
    padding-right: 40px; }

ol.recipe_modal-list {
  padding-left: 8px;
  margin: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }
  ol.recipe_modal-list li {
    padding: 0 12px;
    margin: 0 12px; }

ul.recipe_modal-list li input[type="checkbox"] {
  position: absolute;
  left: -9999px; }

ol.recipe_modal-list li input[type="checkbox"] {
  position: absolute;
  left: -9999px; }

.side-label_modal {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer; }
  .side-label_modal:hover:before {
    background-color: #ee1d25; }

.side-label_modal::before, .side-label_modal::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0; }

.side-label_modal::before {
  display: block;
  width: 15px;
  height: 15px;
  margin-top: 4px;
  border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  border: 1px solid #694723;
  background-color: #fcf9ea; }

#cooking-modeID li label:after {
  content: '\f00c';
  font-family: 'FontAwesome';
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  padding-left: 1px; }
#cooking-modeID li label:hover:after {
  content: '\f00c';
  font-family: 'FontAwesome';
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  padding-left: 1px; }
@media (hover: none), (hover: on-demand) {
  #cooking-modeID li label:hover:before {
    background-color: #ffffff; } }

ul.recipe_modal-list li input[type="checkbox"]:focus + .side-label_modal::before {
  border-color: #694723; }

ol.recipe_modal-list li input[type="checkbox"]:focus + .side-label_modal::before {
  border-color: #694723; }

.side-label_modal::after {
  display: none;
  width: 15px;
  height: 15px;
  margin-top: 4px;
  border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  background-color: #ee1d25;
  border: 1px solid #694723; }

ul.recipe_modal-list li input[type="checkbox"]:checked + .side-label_modal::after {
  display: block; }

ol.recipe_modal-list li input[type="checkbox"]:checked + .side-label_modal::after {
  display: block; }

div.cooking-mode-tips {
  padding-top: 40px; }

/*------------------------------------------------------------------
[8. RELATED CONTENT]
*/
.related-content {
  background: url("../img/related-content-top-desktop.jpg") no-repeat 50% 0, url("../img/background-landscape-texture_bottom_754.jpg") bottom center no-repeat;
  background-color: #fcf9ea;
  background-size: contain;
  padding-top: 260px;
  padding-bottom: 40px; }
  @media (max-width: 1440px) {
    .related-content {
      padding-top: 140px;
      background-size: contain; } }
  @media (max-width: 640px) {
    .related-content {
      padding-top: 180px;
      background: url("../img/TopBackgroundTexture_Mobile_@2x.png") no-repeat 50% 0, url("../img/BottomBackgroundTexture_Mobile_@2x.png") bottom center no-repeat, url("../img/TanTextureBackLayer_Mobile_@2x.png");
      background-color: #fcf9ea;
      background-size: contain; } }

/*------------------------------------------------------------------
[9. MOBILE STYLES]
*/
@media only screen and (min-width: 641px) and (max-width: 991px) {
  .innerRowMarginBottom {
    margin-bottom: 20px; }
    .innerRowMarginBottom h3 {
      margin-top: 20px; }

  .innerRowMarginTop {
    margin-top: 20px; }

  .subsectionMarginBottom {
    margin-bottom: 60px; }

  .subsectionMarginTop {
    margin-top: 60px; }

  .share-fav-print .icon {
    padding: 0 8px; }

  .share-fav-print img {
    height: 32px;
    width: 39px; }

  .recipe_single-details {
    text-align: center; }
    .recipe_single-details .category, .recipe_single-details .subcategory {
      font-size: 14px; }

  .recipe-description {
    text-align: center;
    font-size: 14px; }

  .recipe_single-information {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 65px; }

  .influencer {
    background-color: none;
    margin-top: -50px;
    margin-bottom: 0px;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px; }
    .influencer p {
      font-size: 14px; }
    .influencer h3 {
      font-size: 26px; }

  .influencer_copy {
    padding-left: 30px;
    padding-right: 30px; }

  .recipe-instructions {
    font-size: 12px; }

  ul.recipe_single-list {
    padding-bottom: 20px; }
    ul.recipe_single-list li {
      padding-left: 0px; }

  .related-content {
    padding-left: 25px;
    padding-right: 25px;
    background: url(../img/single-recipe-top_background.jpg) top center no-repeat, url(../img/background-landscape-texture_bottom_754.jpg) bottom center no-repeat;
    background-size: contain;
    background-color: #fcf9ea;
    padding-top: 120px;
    padding-bottom: 10px; } }
  @media only screen and (min-width: 641px) and (max-width: 991px) and (max-width: 640px) {
    .related-content {
      padding-top: 65px; } }

@media only screen and (max-width: 640px) {
  .recipe_single-information {
    margin-bottom: 65px; }

  .influencer {
    background-color: none;
    background: url("../img/influencer-background_mobile.png") no-repeat top right;
    background-size: cover;
    margin-top: 0;
    margin-bottom: 0px;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 303px;
    border-bottom: 2px solid #d3ae5f; }
    .influencer p {
      font-size: 14px; }
    .influencer h3 {
      font-size: 26px; }
    .influencer .influencer_image {
      margin-top: 100px; } }
@media only screen and (max-width: 639px) {
  h2 {
    line-height: 26px; }

  h3 {
    line-height: 28px; }

  .influencer {
    padding-right: 0px;
    padding-left: 0px; }

  .influencer_none {
    height: 400px;
    margin-bottom: -150px; }

  .influencer_copy {
    padding-left: 0px;
    padding-right: 0px; }

  .recipe_single-information {
    margin-bottom: 65px; }

  .recipe_single-information-bottom {
    /* border-top: 2px solid $gold; */
    /* margin-bottom: 65px; */ }

  .recipe-tips ol {
    /* width: 100%;
    padding-right: 15px;
    padding-left: 30px; */ }

  .related-content {
    /* background:
    	url("../img/background-landscape_top_640.jpg") 50% -350px no-repeat,
    	url("../img/background-landscape_bottom_640.jpg") bottom center no-repeat;
    	background-color: $beige;
    padding-top: 0px;
    margin-bottom:65px; */ } }
.single-product .social-share {
  text-align: center;
  font-style: italic; }
  .single-product .social-share .icons {
    display: block;
    margin: 10px auto 0; }
  .single-product .social-share .icon {
    display: inline-block;
    margin-right: 10px; }
    .single-product .social-share .icon:last-of-type {
      margin-right: 0; }
    .single-product .social-share .icon img {
      width: 39px; }
.single-product .product-information {
  background: url("../img/product-information-bg.jpg") no-repeat top center, #fcf9ea;
  background-size: cover;
  padding: 120px 0 80px; }
  @media (max-width: 640px) {
    .single-product .product-information {
      padding: 50px 0 80px;
      background: #fcf9ea;
      /* Old browsers */
      background: url("../img/product-information-bg-mobile.jpg") no-repeat top center, -moz-linear-gradient(top, #fcf9ea 50%, #ffffff 100%);
      /* FF3.6-15 */
      background: url("../img/product-information-bg-mobile.jpg") no-repeat top center, -webkit-linear-gradient(top, #fcf9ea 50%, #ffffff 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: url("../img/product-information-bg-mobile.jpg") no-repeat top center, linear-gradient(to bottom, #fcf9ea 50%, #ffffff 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$beige', endColorstr='#ffffff',GradientType=0 );
      /* IE6-9 */ } }
@media (max-width: 767px) {
  .single-product .product-info-left {
    margin-bottom: 40px; } }
.single-product .product-info-left .product-image {
  text-align: center;
  margin: 0; }
.single-product .product-info-left .image-container {
  width: 430px;
  margin: 0 0 30px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .single-product .product-info-left .image-container {
      width: 330px; } }
  @media (max-width: 767px) {
    .single-product .product-info-left .image-container {
      width: 100%; } }
  .single-product .product-info-left .image-container + .social-share {
    width: 430px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .single-product .product-info-left .image-container + .social-share {
        width: 330px; } }
    @media (max-width: 767px) {
      .single-product .product-info-left .image-container + .social-share {
        width: 100%; } }
  .single-product .product-info-left .image-container img {
    width: 100%;
    max-width: 100%; }
.single-product .product-info-left .lSAction {
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%; }
  .single-product .product-info-left .lSAction > a {
    background-size: 32px;
    width: 9px;
    height: 17px; }
  .single-product .product-info-left .lSAction > .lSPrev {
    background-position: -1px 0; }
  .single-product .product-info-left .lSAction > .lSNext {
    background-position: -54px 0; }
.single-product .product-info-left .lSSlideOuter .lSPager.lSpg {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important; }
  .single-product .product-info-left .lSSlideOuter .lSPager.lSpg li {
    padding: 0 10px; }
    .single-product .product-info-left .lSSlideOuter .lSPager.lSpg li:hover a, .single-product .product-info-left .lSSlideOuter .lSPager.lSpg li.active a {
      background: #ee1d25; }
    .single-product .product-info-left .lSSlideOuter .lSPager.lSpg li a {
      background: #694723;
      height: 10px;
      width: 10px; }
  @media (max-width: 640px) {
    .single-product .product-info-left .lSSlideOuter .lSPager.lSpg {
      white-space: nowrap; }
      .single-product .product-info-left .lSSlideOuter .lSPager.lSpg li {
        padding: 0 5px; } }
.single-product .product-info-left .lSSlideWrapper {
  padding-bottom: 20px; }
.single-product .product-info-right {
  background: url("../img/product-info-bg-top.png") no-repeat 50% 4px, url("../img/product-info-bg-left.png") no-repeat 4px 50%, url("../img/product-info-bg-right.png") no-repeat calc(100% - 8px) 50%, url("../img/product-info-bg-bottom.png") no-repeat 50% calc(100% - 13px);
  background-size: calc(100% - 10px) 5px, 5px calc(100% - 20px), 4px calc(100% - 20px), calc(100% - 10px) 7px;
  z-index: 10;
  position: relative; }
  .single-product .product-info-right:after {
    content: '';
    position: absolute;
    background: #ffffff;
    top: 9px;
    left: 9px;
    bottom: 20px;
    right: 11px;
    z-index: -1; }
  .single-product .product-info-right .product-favorite {
    text-transform: uppercase;
    color: #333333;
    font-size: 12px;
    text-align: right;
    margin: 0 0 20px; }
    .single-product .product-info-right .product-favorite:hover i {
      color: #ee1d25; }
    .single-product .product-info-right .product-favorite .fa-heart {
      color: #aaaaaa;
      font-size: 1.5em;
      left: 5px;
      position: relative;
      top: 2px; }
      .single-product .product-info-right .product-favorite .fa-heart.favorited {
        color: #ee1d25; }
  .single-product .product-info-right .product-description {
    text-align: center; }
  .single-product .product-info-right .product-coupon {
    text-align: center; }
  .single-product .product-info-right .cta {
    background-color: #ffffff;
    border: 2px solid #694723;
    color: #694723;
    padding: 0; }
    .single-product .product-info-right .cta:hover, .single-product .product-info-right .cta:active {
      color: #ffffff;
      background-color: #694723; }
    @media (hover: none), (hover: on-demand) {
      .single-product .product-info-right .cta:hover {
        background-color: #ffffff;
        border: 2px solid #694723;
        color: #694723;
        padding: 0; } }
    .single-product .product-info-right .cta div {
      background-color: #ffffff; }
      .single-product .product-info-right .cta div:hover, .single-product .product-info-right .cta div:active {
        background-color: #694723; }
      @media (hover: none), (hover: on-demand) {
        .single-product .product-info-right .cta div:hover {
          background-color: #ffffff; } }
.single-product .product-info-container {
  padding: 30px 60px;
  background: url("../img/product-info-bg-tl-corner.png") no-repeat 0 0, url("../img/product-info-bg-tr-corner.png") no-repeat 100% 0, url("../img/product-info-bg-bl-corner.png") no-repeat 0 100%, url("../img/product-info-bg-br-corner.png") no-repeat 100% 100%;
  background-size: 45px auto, 42px auto, 45px auto, 42px auto;
  height: 100%; }
  @media (min-width: 768px) and (max-width: 991px) {
    .single-product .product-info-container {
      padding: 20px 40px; } }
  @media (max-width: 767px) {
    .single-product .product-info-container {
      height: auto;
      padding: 30px; } }
.single-product .product-disclaimer {
  width: 100%; }
  .single-product .product-disclaimer div {
    float: right;
    text-align: center; }
    .single-product .product-disclaimer div p {
      font-size: 14px;
      margin: 0 auto;
      width: 80%;
      font-style: italic; }
      @media (max-width: 640px) {
        .single-product .product-disclaimer div p {
          width: 90%; } }
.single-product .single-jumpLinks {
  margin-bottom: 100px; }
  @media (max-width: 767px) {
    .single-product .single-jumpLinks {
      margin-bottom: 0; } }
  .single-product .single-jumpLinks a {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase; }
    .single-product .single-jumpLinks a:hover, .single-product .single-jumpLinks a:active, .single-product .single-jumpLinks a:focus {
      color: #d3ae5f;
      text-decoration: none;
      outline: none; }
    .single-product .single-jumpLinks a:visited {
      text-decoration: none; }
    @media (min-width: 641px) and (max-width: 991px) {
      .single-product .single-jumpLinks a {
        font-size: 12px; } }
    @media (hover: none), (hover: on-demand) {
      .single-product .single-jumpLinks a:hover {
        text-decoration: none; } }
  .single-product .single-jumpLinks > div {
    max-width: 800px; }
.single-product .nutrition {
  margin-bottom: 120px; }
  .single-product .nutrition h2 {
    margin-bottom: 0; }
  .single-product .nutrition .servings {
    color: #333333;
    text-align: center; }
    @media (max-width: 640px) {
      .single-product .nutrition .servings {
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        font-size: 12px; } }
  .single-product .nutrition .product-label {
    color: #333333;
    width: 100%;
    margin: 30px 0; }
    .single-product .nutrition .product-label .main-nutrition {
      border-top: 10px solid #ebebeb;
      border-bottom: 8px solid #ebebeb; }
    .single-product .nutrition .product-label .row {
      width: 100%;
      border-bottom: 2px solid #ebebeb;
      overflow: hidden;
      padding: 10px 0; }
      @media (max-width: 640px) {
        .single-product .nutrition .product-label .row {
          padding: 5px 0; } }
      .single-product .nutrition .product-label .row .row-left {
        float: left;
        margin-left: 40px; }
        @media (max-width: 640px) {
          .single-product .nutrition .product-label .row .row-left {
            margin-left: 20px; } }
        .single-product .nutrition .product-label .row .row-left.indent {
          margin-left: 80px; }
          @media (max-width: 640px) {
            .single-product .nutrition .product-label .row .row-left.indent {
              margin-left: 40px; } }
        .single-product .nutrition .product-label .row .row-left.double-indent {
          margin-left: 120px; }
          @media (max-width: 640px) {
            .single-product .nutrition .product-label .row .row-left.double-indent {
              margin-left: 60px; } }
      .single-product .nutrition .product-label .row .row-right {
        float: right;
        margin-right: 40px; }
        @media (max-width: 640px) {
          .single-product .nutrition .product-label .row .row-right {
            margin-right: 20px;
            font-family: "Roboto", sans-serif;
            font-weight: 500;
            font-size: 13px; } }
    .single-product .nutrition .product-label .nutrition-bottom {
      padding: 10px 0; }
      .single-product .nutrition .product-label .nutrition-bottom .item {
        white-space: nowrap;
        padding: 0 5px; }
    @media (max-width: 640px) {
      .single-product .nutrition .product-label {
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        font-size: 12px; } }
  .single-product .nutrition .frow.frow-1000 {
    padding: 0; }
  .single-product .nutrition .amount {
    font-size: 18px; }
    @media (max-width: 640px) {
      .single-product .nutrition .amount {
        font-size: 9px; } }
  @media (max-width: 640px) {
    .single-product .nutrition .calories {
      font-size: 13px; } }
  .single-product .nutrition .calories-num {
    font-size: 24px;
    color: #d2ae5f; }
    @media (max-width: 640px) {
      .single-product .nutrition .calories-num {
        font-size: 20px; } }
  .single-product .nutrition .daily {
    font-size: 18px; }
    @media (max-width: 640px) {
      .single-product .nutrition .daily {
        display: none; } }
  .single-product .nutrition .nutrition-disclaimer {
    color: #333333;
    text-align: center;
    font-size: 14px; }
    .single-product .nutrition .nutrition-disclaimer span {
      display: block; }
    @media (max-width: 640px) {
      .single-product .nutrition .nutrition-disclaimer {
        font-size: 12px;
        padding: 0 10%; } }
.single-product .ingredients {
  text-align: center; }
  @media (max-width: 640px) {
    .single-product .ingredients {
      margin-bottom: 20px; } }
.single-product .product-rtb {
  text-align: center;
  margin-bottom: 80px; }
  @media (max-width: 767px) {
    .single-product .product-rtb {
      margin-bottom: 40px; } }
  .single-product .product-rtb .frow.gutters {
    padding-bottom: 20px; }
  .single-product .product-rtb h4 {
    display: block;
    font-size: 28px;
    height: 70px;
    text-transform: initial;
    margin-bottom: 0px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .single-product .product-rtb h4 {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .single-product .product-rtb h4 {
        font-size: 16px; } }
    @media (max-width: 640px) {
      .single-product .product-rtb h4 {
        font-size: 24px;
        height: auto;
        margin-bottom: 5px; } }
    @media (max-width: 480px) {
      .single-product .product-rtb h4 {
        font-size: 24px; } }
    .single-product .product-rtb h4 span {
      display: inline-block;
      vertical-align: middle;
      line-height: 1.2; }
  .single-product .product-rtb p {
    margin: 0; }
  .single-product .product-rtb .rtb {
    /* padding: 0 18px; */ }
    @media (max-width: 767px) {
      .single-product .product-rtb .rtb {
        margin-top: 20px; } }
    .single-product .product-rtb .rtb a {
      color: #ee1d25; }
    .single-product .product-rtb .rtb .copy {
      padding: 0 20px; }
  .single-product .product-rtb .product-rtb-disclaimer {
    font-size: 14px;
    line-height: 22px;
    padding: 20px 40px 0;
    position: relative; }
    .single-product .product-rtb .product-rtb-disclaimer::before {
      background: #EBEBEB;
      content: "";
      height: 2px;
      left: 50%;
      top: 0;
      position: absolute;
      width: 100%;
      -moz-transform: translate(-50%, 0%);
      -o-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      -webkit-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%); }
.single-product .related-content {
  padding-left: 20px;
  padding-right: 20px;
        /* @include mobile {
		    background:
		    	url('../img/single-recipe-top_background_m.jpg') no-repeat,
		    	url('../img/background-landscape_bottom_640.jpg') bottom center no-repeat;
		    background-color: $beige;
		    background-size: contain;
		    padding-top: 150px;
        } */ }
  @media (max-width: 640px) {
    .single-product .related-content {
      padding-top: 220px;
      background: url("../img/TopBackgroundTexture_Mobile_@2x.png") no-repeat 50% 0, url("../img/BottomBackgroundTexture_Mobile_@2x.png") bottom center no-repeat, url("../img/TanTextureBackLayer_Mobile_@2x.png");
      background-color: #fcf9ea;
      background-size: contain; } }
.single-product .wine-pairing {
  margin-bottom: 80px; }
  .single-product .wine-pairing .wine-glass-icon {
    background: url("../img/wine-glass-icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 53px;
    margin-left: -10px;
    position: relative;
    top: 4px;
    width: 28px; }
  .single-product .wine-pairing .mobile-wine-glass-icon {
    display: none; }
  .single-product .wine-pairing .wine-pairing-content {
    align-items: center;
    display: flex;
    justify-content: center; }
  .single-product .wine-pairing .wine-pairing-left,
  .single-product .wine-pairing .wine-pairing-right {
    display: inline-block; }
  .single-product .wine-pairing .wine-pairing-left {
    margin-left: -40px;
    margin-right: -10px;
    margin-top: -10px;
    max-width: 290px; }
  .single-product .wine-pairing .wine-pairing-right {
    max-width: 400px; }
  .single-product .wine-pairing .wine-pairing-section-heading {
    border-bottom: 2px solid #ee1d25;
    padding-bottom: 5px; }
    .single-product .wine-pairing .wine-pairing-section-heading p {
      font-weight: 600;
      text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      .single-product .wine-pairing .wine-pairing-section-heading {
        display: inline-block;
        max-width: 100%;
        width: 285px; }
        .single-product .wine-pairing .wine-pairing-section-heading p {
          width: 205px; } }
    @media (max-width: 640px) {
      .single-product .wine-pairing .wine-pairing-section-heading {
        width: 100%; }
        .single-product .wine-pairing .wine-pairing-section-heading p {
          width: auto; } }
    .single-product .wine-pairing .wine-pairing-section-heading .wine-pairing-section-content {
      display: inline-block;
      margin-bottom: 0;
      margin-left: 3px; }
  .single-product .wine-pairing .wine-pairing-section-content {
    margin-bottom: 15px;
    margin-top: 10px; }
  .single-product .wine-pairing .red-text {
    color: #ee1d25;
    text-transform: uppercase; }
  .single-product .wine-pairing h3,
  .single-product .wine-pairing h4,
  .single-product .wine-pairing p {
    margin: 0;
    text-align: left; }
  .single-product .wine-pairing h3,
  .single-product .wine-pairing h4 {
    margin-bottom: 3px; }
  .single-product .wine-pairing p {
    font-size: 14px; }
  @media screen and (max-width: 768px) {
    .single-product .wine-pairing .wine-pairing-left,
    .single-product .wine-pairing .wine-pairing-right {
      margin: initial;
      max-width: initial; }
    .single-product .wine-pairing .why-it-works {
      max-width: calc(100% - 100px); } }
  @media (max-width: 640px) {
    .single-product .wine-pairing .desktop-wine-glass-icon {
      display: none; }
    .single-product .wine-pairing .mobile-wine-glass-icon {
      background: url(../img/wine-glass-icon-mobile.png);
      background-repeat: no-repeat;
      background-size: contain;
      display: block;
      height: 120px;
      margin: 10px auto 0;
      width: 54px; }
    .single-product .wine-pairing .wine-pairing-section-title:after {
      margin: 5px auto;
      width: 75%; }
    .single-product .wine-pairing .wine-pairing-section-heading {
      border: none; }
      .single-product .wine-pairing .wine-pairing-section-heading h3,
      .single-product .wine-pairing .wine-pairing-section-heading p {
        font-family: "Roboto", sans-serif;
        font-size: 14px !important;
        text-transform: initial; }
      .single-product .wine-pairing .wine-pairing-section-heading h3,
      .single-product .wine-pairing .wine-pairing-section-heading h4 {
        font-size: 16px;
        font-weight: normal; }
      .single-product .wine-pairing .wine-pairing-section-heading h3 {
        line-height: 1;
        margin-bottom: 0; }
      .single-product .wine-pairing .wine-pairing-section-heading p {
        font-weight: initial; }
      .single-product .wine-pairing .wine-pairing-section-heading .wine-pairing-section-content {
        display: block;
        margin: 0 0 25px; }
    .single-product .wine-pairing h3,
    .single-product .wine-pairing h4,
    .single-product .wine-pairing p {
      text-align: center; }
    .single-product .wine-pairing .wine-pairing-content {
      flex-direction: column;
      padding: 0 20px; }
    .single-product .wine-pairing .wine-pairing-left {
      display: none; }
    .single-product .wine-pairing .wine-pairing-right {
      display: block;
      margin: initial;
      max-width: initial; }
    .single-product .wine-pairing .wine-pairing-section-content {
      margin-bottom: 30px;
      max-width: 100%; }
    .single-product .wine-pairing .red-text {
      font-family: "Fjalla One", sans-serif;
      font-size: 20px; } }

.product-wtb {
  border-top: 2px solid #f3f3f3;
  border-bottom: 2px solid #f3f3f3;
  padding: 25px 0;
  margin: 25px 0; }
  @media (max-width: 640px) {
    .product-wtb h3 {
      margin-bottom: 0; } }

.wtb-box {
  text-align: center; }
  .wtb-box .mobile-enter-zip-text {
    display: none; }
  @media (max-width: 640px) {
    .wtb-box .desktop-enter-zip-text {
      display: none; }
    .wtb-box .mobile-enter-zip-text {
      display: block;
      line-height: 1.2;
      margin: 5px auto 15px;
      max-width: 210px; } }
  .wtb-box input[type="text"] {
    border: 1px solid #694723;
    border-right: none;
    padding: 6px;
    width: 60%;
    margin: 0; }
    .wtb-box input[type="text"]::-webkit-input-placeholder {
      font-style: italic; }
    .wtb-box input[type="text"]:-moz-placeholder {
      font-style: italic; }
    .wtb-box input[type="text"]::-moz-placeholder {
      font-style: italic; }
    .wtb-box input[type="text"]:-ms-input-placeholder {
      font-style: italic; }
    @media (max-width: 767px) {
      .wtb-box input[type="text"] {
        font-size: 14px;
        line-height: 1.25;
        vertical-align: top; } }
    @media screen and (max-width: 480px) {
      .wtb-box input[type="text"] {
        font-size: 12px;
        line-height: 1.5; } }
  .wtb-box input[type="submit"] {
    border: 1px solid #694723;
    border-left: none;
    color: #ffffff;
    cursor: pointer;
    text-transform: uppercase;
    background: #ee1d25;
    padding: 6px 20px;
    margin: 0 0 25px; }
    @media (max-width: 767px) {
      .wtb-box input[type="submit"] {
        padding: 6px 10px; } }

#anchor-nutrition, #anchor-ingredients, #anchor-wine-pairing {
  position: relative;
  top: -200px; }
  @media (min-width: 641px) and (max-width: 991px) {
    #anchor-nutrition, #anchor-ingredients, #anchor-wine-pairing {
      top: -160px; } }

.single-howto .social-share {
  margin-top: 15px;
  margin-bottom: 30px; }
.single-howto .share-fav-print .icon:last-child {
  border-left: none !important; }
.single-howto .module-section-header h3 {
  margin: 0 auto; }
  .single-howto .module-section-header h3:after {
    content: "";
    display: block;
    background: url(../img/desktopSeparatorx2.png) no-repeat center center;
    background-size: contain;
    max-width: 300px;
    height: 10px;
    margin: 10px auto; }
  @media (max-width: 640px) {
    .single-howto .module-section-header h3 {
      font-size: 26px; } }
.single-howto .how-to-modules {
  text-align: center; }
.single-howto .htm-body-copy,
.single-howto .htm-three-columns,
.single-howto .htm-steps {
  margin-bottom: 80px; }
.single-howto .htm-body-copy p {
  font-size: 18px;
  font-weight: 300; }
.single-howto .htm-body-copy ol {
  text-align: left;
  padding-left: 100px;
  counter-reset: item; }
  @media (min-width: 768px) and (max-width: 991px) {
    .single-howto .htm-body-copy ol {
      padding: 0 50px 0 95px; } }
  @media (max-width: 767px) {
    .single-howto .htm-body-copy ol {
      padding: 0 65px; } }
  @media (max-width: 640px) and (min-width: 481px) {
    .single-howto .htm-body-copy ol {
      padding: 0 50px 0 95px; } }
  @media (max-width: 480px) {
    .single-howto .htm-body-copy ol {
      padding: 0px 0px 0px 40px; } }
  .single-howto .htm-body-copy ol li {
    width: 100%;
    margin: 15px 0;
    font-weight: 200;
    list-style-type: none;
    counter-increment: item;
    text-indent: -25px; }
.single-howto .htm-body-copy ol > li:before {
  display: inline-block;
  width: 1.5em;
  padding-right: 10px;
  font-weight: bold;
  text-align: right;
  content: counter(item) ". "; }
.single-howto .htm-body-copy ul {
  text-align: left;
  margin: 0 auto;
  width: calc(100% - 35%);
  padding-left: 50px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .single-howto .htm-body-copy ul {
      padding-left: 40px; } }
  @media (max-width: 767px) {
    .single-howto .htm-body-copy ul {
      padding-left: 30px; } }
  @media (max-width: 640px) and (min-width: 481px) {
    .single-howto .htm-body-copy ul {
      padding-left: 30px; } }
  @media (max-width: 480px) {
    .single-howto .htm-body-copy ul {
      padding-left: 20px;
      width: calc(100% - 25%); } }
  .single-howto .htm-body-copy ul li {
    list-style: disc;
    text-align: left;
    font-weight: 200;
    margin: 10px 0; }
@media (max-width: 640px) {
  .single-howto .htm-body-copy p:last-of-type {
    margin-bottom: 0; } }
.single-howto .module-full-width-image img {
  margin: 0 auto; }
.single-howto .step {
  line-height: 20px;
  width: 80%;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .single-howto .step {
      width: 100%; } }
  .single-howto .step .step-image {
    margin-top: 60px;
    margin-bottom: 20px; }
  .single-howto .step img {
    max-width: 100%; }
  .single-howto .step:first-child .step-image {
    margin-top: 0; }
  .single-howto .step span {
    display: inline-block;
    font-size: 18px;
    margin: 0 auto 10px;
    text-align: left;
    width: 30%; }
  .single-howto .step .step-image + span {
    font-size: 16px;
    margin-bottom: 0;
    text-align: center;
    width: 100% !important; }
  @media (min-width: 641px) and (max-width: 991px) {
    .single-howto .step span {
      width: 40%; } }
  @media (max-width: 640px) {
    .single-howto .step span {
      width: 60%; } }
.single-howto .htm-ingredients {
  margin-bottom: 60px; }
  .single-howto .htm-ingredients ul {
    margin-top: 20px;
    text-align: left; }
  .single-howto .htm-ingredients li {
    margin-bottom: 20px; }
  .single-howto .htm-ingredients input {
    margin-right: 12px; }
.single-howto .htm-three-columns h3 {
  margin-bottom: 0 !important; }
.single-howto .htm-three-columns p {
  margin: 0; }
.single-howto .htm-three-columns .column {
  padding: 0 10px; }
@media (max-width: 640px) {
  .single-howto .htm-three-columns .column {
    margin-bottom: 30px; }
    .single-howto .htm-three-columns .column:last-child {
      margin-bottom: 0; } }
@media (max-width: 640px) {
  .single-howto .htm-body-copy,
  .single-howto .htm-three-columns,
  .single-howto .htm-steps {
    margin-bottom: 30px; }
  .single-howto .htm-ingredients {
    margin-bottom: 30px; }
    .single-howto .htm-ingredients ul {
      text-align: center; }
    .single-howto .htm-ingredients li {
      margin-bottom: 0; }
    .single-howto .htm-ingredients input {
      margin: 0;
      display: none; } }

@media screen and (min-width: 992px) {
  .single-how_tos .related-content {
    padding-top: 200px; } }

.product-cat .related-recipes {
  background: url("../img/product-categories-landscape-bg.jpg") no-repeat 50% 0, #fcf9ea;
  background-size: contain;
  padding: 200px 15px 160px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .product-cat .related-recipes {
      padding: 120px 15px; } }
  @media (max-width: 767px) {
    .product-cat .related-recipes {
      padding: 80px 15px; } }
.product-cat .related-howtos {
  background: url("../img/background-landscape-texture_bottom_754.jpg") no-repeat center bottom, #fcf9ea;
  background-size: contain;
  padding: 0 15px 160px;
  background-color: #fcf9ea; }
  .product-cat .related-howtos.without-recipes {
    padding-top: 200px;
    background: url("../img/product-categories-landscape-bg.jpg") no-repeat 50% top, url("../img/background-landscape-texture_bottom_754.jpg") no-repeat center bottom;
    background-color: #fcf9ea;
    background-size: contain; }
    @media (max-width: 640px) {
      .product-cat .related-howtos.without-recipes {
        background: url("../img/TopBackgroundTexture_Mobile_@2x.png") no-repeat 50% 0, url("../img/BottomBackgroundTexture_Mobile_@2x.png") bottom center no-repeat, url("../img/TanTextureBackLayer_Mobile_@2x.png");
        background-color: #fcf9ea;
        background-size: contain; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .product-cat .related-howtos {
      padding: 0px 15px 80px; } }
  @media (max-width: 767px) {
    .product-cat .related-howtos {
      padding: 0 15px 80px; } }
.product-cat .related-content-module {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; }

.current {
  background-image: url("../img/secondary_nav_bg.png"); }

.current-link {
  color: #d3ae5f !important; }

.secondary-prod h3 {
  margin: 0 auto; }
  .secondary-prod h3:after {
    content: "";
    display: block;
    background: url(../img/desktopSeparatorx2.png) no-repeat center center;
    background-size: contain;
    max-width: 300px;
    height: 10px;
    margin: 10px auto; }
  @media (max-width: 640px) {
    .secondary-prod h3 {
      font-size: 26px; } }
.secondary-prod section.hero {
  height: auto; }
.secondary-prod .hero img.desktop {
  width: 1920px !important;
  height: 450px !important;
  max-width: 1920px;
  transform: translateX(-50%);
  left: 50%;
  position: relative; }
.secondary-prod .hero-copy,
.secondary-prod .module-body-copy,
.secondary-prod .module-full-width-image,
.secondary-prod .module-ordered-list,
.secondary-prod .module-three-columns,
.secondary-prod .module-steps {
  margin: 0 0 60px; }

.secondary-prod-content {
  position: relative;
  margin-bottom: 120px; }
  .secondary-prod-content .hero-copy {
    font-size: 18px;
    text-align: center;
    margin-bottom: 60px; }
    .secondary-prod-content .hero-copy p {
      margin: 1em 0 0; }
  .secondary-prod-content .module-two-columns {
    background: url(../img/landscape_bg_top-full.jpg) top center no-repeat, url(../img/faq_bg_bottom_d.jpg) bottom center no-repeat;
    background-color: #fcf9ea;
    background-size: contain;
    padding-bottom: 100px;
    padding-top: 200px;
    margin-bottom: 60px; }
    @media (max-width: 640px) {
      .secondary-prod-content .module-two-columns {
        padding: 120px 0 40px; } }
    .secondary-prod-content .module-two-columns .two-columns-row {
      clear: both;
      margin: 0 0 60px;
      overflow: hidden; }
    .secondary-prod-content .module-two-columns .two-columns-links a {
      color: #ee1d25;
      text-transform: uppercase;
      font-family: "Roboto", sans-serif;
      font-weight: 700; }
      .secondary-prod-content .module-two-columns .two-columns-links a:after {
        content: "\f0da";
        font-family: "FontAwesome";
        margin: 0 0 0 5px; }
    .secondary-prod-content .module-two-columns .image-left .two-columns-image {
      float: left;
      text-align: right; }
      @media (max-width: 640px) {
        .secondary-prod-content .module-two-columns .image-left .two-columns-image:not(.image-only) {
          padding-right: 10px; }
        .secondary-prod-content .module-two-columns .image-left .two-columns-image.image-only {
          margin: 0 auto;
          float: none; } }
    .secondary-prod-content .module-two-columns .image-left .two-columns-copy,
    .secondary-prod-content .module-two-columns .image-left .two-columns-links {
      float: right;
      text-align: center; }
      .secondary-prod-content .module-two-columns .image-left .two-columns-copy img,
      .secondary-prod-content .module-two-columns .image-left .two-columns-links img {
        margin: 0 auto; }
    .secondary-prod-content .module-two-columns .image-right .two-columns-image {
      float: right;
      text-align: left; }
      @media (max-width: 640px) {
        .secondary-prod-content .module-two-columns .image-right .two-columns-image:not(.image-only) {
          padding-right: 10px;
          float: left; }
        .secondary-prod-content .module-two-columns .image-right .two-columns-image.image-only {
          margin: 0 auto;
          float: none; } }
    .secondary-prod-content .module-two-columns .image-right .two-columns-copy,
    .secondary-prod-content .module-two-columns .image-right .two-columns-links {
      float: left;
      text-align: center; }
      .secondary-prod-content .module-two-columns .image-right .two-columns-copy img,
      .secondary-prod-content .module-two-columns .image-right .two-columns-links img {
        margin: 0 auto; }
    .secondary-prod-content .module-two-columns .alternate-lr .odd .two-columns-image {
      float: left;
      text-align: right; }
      @media (max-width: 640px) {
        .secondary-prod-content .module-two-columns .alternate-lr .odd .two-columns-image:not(.image-only) {
          padding-right: 10px; }
        .secondary-prod-content .module-two-columns .alternate-lr .odd .two-columns-image.image-only {
          margin: 0 auto;
          float: none; } }
    .secondary-prod-content .module-two-columns .alternate-lr .odd .two-columns-copy,
    .secondary-prod-content .module-two-columns .alternate-lr .odd .two-columns-links {
      float: right;
      text-align: center; }
      .secondary-prod-content .module-two-columns .alternate-lr .odd .two-columns-copy img,
      .secondary-prod-content .module-two-columns .alternate-lr .odd .two-columns-links img {
        margin: 0 auto; }
    .secondary-prod-content .module-two-columns .alternate-lr .even .two-columns-image {
      float: right;
      text-align: left; }
      @media (max-width: 640px) {
        .secondary-prod-content .module-two-columns .alternate-lr .even .two-columns-image:not(.image-only) {
          padding-right: 10px;
          float: left; }
        .secondary-prod-content .module-two-columns .alternate-lr .even .two-columns-image.image-only {
          margin: 0 auto;
          float: none; } }
    .secondary-prod-content .module-two-columns .alternate-lr .even .two-columns-copy,
    .secondary-prod-content .module-two-columns .alternate-lr .even .two-columns-links {
      float: left;
      text-align: center; }
      .secondary-prod-content .module-two-columns .alternate-lr .even .two-columns-copy img,
      .secondary-prod-content .module-two-columns .alternate-lr .even .two-columns-links img {
        margin: 0 auto; }
    .secondary-prod-content .module-two-columns .alternate-rl .even .two-columns-image {
      float: left;
      text-align: right; }
      @media (max-width: 640px) {
        .secondary-prod-content .module-two-columns .alternate-rl .even .two-columns-image:not(.image-only) {
          padding-right: 10px; }
        .secondary-prod-content .module-two-columns .alternate-rl .even .two-columns-image.image-only {
          margin: 0 auto;
          float: none; } }
    .secondary-prod-content .module-two-columns .alternate-rl .even .two-columns-copy,
    .secondary-prod-content .module-two-columns .alternate-rl .even .two-columns-links {
      float: right;
      text-align: center; }
      .secondary-prod-content .module-two-columns .alternate-rl .even .two-columns-copy img,
      .secondary-prod-content .module-two-columns .alternate-rl .even .two-columns-links img {
        margin: 0 auto; }
    .secondary-prod-content .module-two-columns .alternate-rl .odd .two-columns-image {
      float: right;
      text-align: left; }
      @media (max-width: 640px) {
        .secondary-prod-content .module-two-columns .alternate-rl .odd .two-columns-image:not(.image-only) {
          padding-left: 10px;
          float: left; }
        .secondary-prod-content .module-two-columns .alternate-rl .odd .two-columns-image.image-only {
          margin: 0 auto;
          float: none; } }
    .secondary-prod-content .module-two-columns .alternate-rl .odd .two-columns-copy,
    .secondary-prod-content .module-two-columns .alternate-rl .odd .two-columns-links {
      float: left;
      text-align: center; }
      .secondary-prod-content .module-two-columns .alternate-rl .odd .two-columns-copy img,
      .secondary-prod-content .module-two-columns .alternate-rl .odd .two-columns-links img {
        margin: 0 auto; }
    @media (max-width: 640px) {
      .secondary-prod-content .module-two-columns .two-columns-image {
        text-align: center !important; }
      .secondary-prod-content .module-two-columns .two-columns-links a {
        font-size: 12px; } }
  @media (max-width: 640px) {
    .secondary-prod-content .module-three-columns .column {
      margin-bottom: 35px; } }
  .secondary-prod-content .module-three-columns .column-copy {
    width: 200px;
    max-width: 100%;
    margin: 0 auto; }
  .secondary-prod-content .module-body-copy {
    margin-bottom: 60px; }
    .secondary-prod-content .module-body-copy .fjalla {
      font-family: "Fjalla One", sans-serif;
      font-size: 18px; }
    .secondary-prod-content .module-body-copy p {
      margin: 0 0 1em; }
      .secondary-prod-content .module-body-copy p:last-child {
        margin: 0; }
  .secondary-prod-content .module-ordered-list {
    margin-bottom: 60px; }
    .secondary-prod-content .module-ordered-list li {
      text-align: left;
      font-size: 14px;
      padding-bottom: 20px; }
      .secondary-prod-content .module-ordered-list li .module-ordered-list-number {
        font-weight: 500;
        padding-right: 5px;
        float: left;
        margin-bottom: 20px; }
      .secondary-prod-content .module-ordered-list li b {
        font-weight: bold; }
      .secondary-prod-content .module-ordered-list li p {
        display: inline;
        font-weight: 100;
        font-size: 14px;
        letter-spacing: .03em; }
  .secondary-prod-content .module-steps h4 {
    margin-bottom: 5px; }
  .secondary-prod-content .module-steps .step {
    margin-bottom: 50px; }
  .secondary-prod-content .module-steps .step:last-child {
    margin-bottom: 0px !important; }
  .secondary-prod-content .module-steps .step-image img {
    width: 100%; }

.secondary-nav {
  position: absolute;
  text-align: center;
  display: inline-block;
  z-index: 5; }

.secondary-nav-inner-container {
  max-width: 150px;
  width: 60%; }

@media (min-width: 992px) {
  .secondary-nav-inner ul {
    display: block !important; } }
.secondary-nav-inner h5 {
  font-size: 20px;
  color: #694723;
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 10px; }
.secondary-nav-inner li {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }
.secondary-nav-inner li a {
  font-size: 14px;
  color: #694723;
  padding: 10px 0px;
  display: block;
  width: 60%;
  margin: 0 auto;
  text-align: left;
  text-transform: uppercase; }
.secondary-nav-inner li:visited, .secondary-nav-inner li:hover, .secondary-nav-inner li:active, .secondary-nav-inner li.current-menu-item {
  background-image: url("../img/secondary_nav_bg.png"); }
  .secondary-nav-inner li:visited a, .secondary-nav-inner li:hover a, .secondary-nav-inner li:active a, .secondary-nav-inner li.current-menu-item a {
    color: #d3ae5f;
    text-decoration: none; }

@media (max-width: 991px) {
  .secondary-nav {
    position: relative;
    width: 100%;
    display: block;
    max-width: none;
    padding: 15px 0;
    margin: 15px 0 45px;
    border-bottom: 2px solid #eac880;
    border-top: 2px solid #eac880; }

  .secondary-nav-inner-container {
    max-width: none;
    width: 100%; }

  .secondary-nav-inner {
    width: 100%; }
    .secondary-nav-inner h5 {
      padding-bottom: 0px; }
    .secondary-nav-inner h5:after {
      display: inline-block;
      font-size: 10px;
      content: '\25BC';
      margin-left: 4px;
      vertical-align: middle; }
    .secondary-nav-inner .subNavAfter:after {
      transform: rotate(180deg); }
    .secondary-nav-inner ul {
      display: none;
      margin: 10px auto; }
    .secondary-nav-inner li a {
      width: 50%;
      min-width: 220px;
      max-width: 400px;
      border: 1px solid #694723;
      border-bottom: none;
      margin: 0 auto;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px;
      text-align: center;
      font-weight: 500; }
    .secondary-nav-inner li:last-child a {
      border-bottom: 1px solid #694723; }
    .secondary-nav-inner li:visited, .secondary-nav-inner li:hover, .secondary-nav-inner li:active, .secondary-nav-inner li.current-menu-item {
      background-image: none; }
      .secondary-nav-inner li:visited a, .secondary-nav-inner li:hover a, .secondary-nav-inner li:active a, .secondary-nav-inner li.current-menu-item a {
        background-color: #694723; } }
@media screen and (min-width: 912px) {
  .secondary-content-types-olive-oil .two-columns-row {
    position: relative; }
    .secondary-content-types-olive-oil .two-columns-row.odd {
      left: -7.5%; }
    .secondary-content-types-olive-oil .two-columns-row.even {
      right: -7.5%; } }
@media screen and (min-width: 641px) and (max-width: 911px) {
  .secondary-content-types-olive-oil .two-columns-row {
    position: relative; }
    .secondary-content-types-olive-oil .two-columns-row.odd {
      left: -5%; }
    .secondary-content-types-olive-oil .two-columns-row.even {
      right: -5%; } }

@media (max-width: 640px) {
  .secondary-content-olive-oil-extraction-process {
    margin-bottom: 0; }
    .secondary-content-olive-oil-extraction-process .module-full-width-image {
      margin-bottom: 0; }
      .secondary-content-olive-oil-extraction-process .module-full-width-image > div {
        padding: 0 !important; } }
.page-products {
  background: url("../img/View_All_Pasta_Sauces_Top_Background.jpg") no-repeat top right, url("../img/background-landscape-texture_bottom_754.jpg") no-repeat bottom center, #fcf9ea;
  padding: 100px 0 0;
  background-size: contain;
  position: relative;
  overflow: hidden; }
  @media (max-width: 640px) {
    .page-products {
      background: url("../img/View_All_Pasta_Sauces_Top_Texture_Mobile_@2x.jpg") no-repeat 50% 0, url("../img/View_All_Bottom_Texture_Mobile_@2x.jpg") bottom center no-repeat, url("../img/View_All_Tan_Texture_Background_Mobile_@2x.jpg");
      background-color: #fcf9ea;
      background-size: contain; } }
  .page-products::before {
    background: url("../img/spoon-bg.png") no-repeat scroll left center;
    background-size: contain;
    top: 900px;
    content: "";
    height: 500px;
    position: absolute;
    left: 0;
    width: 15%;
    max-width: 350px;
    z-index: 0; }
    @media (max-width: 991px) {
      .page-products::before {
        display: none; } }
  .page-products::after {
    background: url("../img/bread-bg.png") no-repeat scroll right center;
    background-size: contain;
    top: 1500px;
    content: "";
    height: 500px;
    position: absolute;
    right: 0;
    width: 15%;
    max-width: 350px;
    z-index: 0; }
    @media (max-width: 991px) {
      .page-products::after {
        display: none; } }
  .page-products.frozen-meals {
    background: url("../img/product-categorty-frozen-meals-top-bg.jpg") no-repeat top right, url("../img/background-landscape-texture_bottom_754.jpg") no-repeat bottom center, #fcf9ea;
    background-size: contain; }
    .page-products.frozen-meals:before {
      background: url("../img/basil-bg.png") no-repeat scroll left center;
      background-size: contain;
      height: 700px; }
    .page-products.frozen-meals:after {
      background: url("../img/asparagus-bg.png") no-repeat scroll left center;
      background-size: contain;
      top: 2000px;
      right: -13px; }
    @media (max-width: 640px) {
      .page-products.frozen-meals {
        background: url("../img/View_All_Frozen_Meals_Top_Texture_Mobile_@2x.jpg") no-repeat 50% 0, url("../img/View_All_Bottom_Texture_Mobile_@2x.jpg") bottom center no-repeat, url("../img/View_All_Tan_Texture_Background_Mobile_@2x.jpg");
        background-color: #fcf9ea;
        background-size: contain; } }
  .page-products.oils-and-vinegars {
    background: url("../img/product-categorty-olive-oils-top-bg.jpg") no-repeat top right, url("../img/background-landscape-texture_bottom_754.jpg") no-repeat bottom center, #fcf9ea;
    background-size: contain; }
    .page-products.oils-and-vinegars:before {
      background: url("../img/olive-branch-bg.png") no-repeat scroll left center;
      background-size: contain; }
    @media (max-width: 640px) {
      .page-products.oils-and-vinegars {
        background: url("../img/View_All_Olive_Oils_Top_Texture_Mobile_@2x.jpg") no-repeat 50% 0, url("../img/View_All_Bottom_Texture_Mobile_@2x.jpg") bottom center no-repeat, url("../img/View_All_Tan_Texture_Background_Mobile_@2x.jpg");
        background-color: #fcf9ea;
        background-size: contain; } }
  .page-products .body-copy {
    text-align: center;
    width: 40%;
    margin: 0 auto; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .page-products .body-copy {
        width: 60%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .page-products .body-copy {
        width: 70%; } }
    @media (max-width: 767px) {
      .page-products .body-copy {
        width: 80%; } }
  .page-products .product-filters {
    margin-bottom: 10px; }
    .page-products .product-filters .label {
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      padding: 0 5% 0 0;
      text-transform: uppercase; }
    .page-products .product-filters label {
      margin: 0 10px;
      text-transform: uppercase; }
    .page-products .product-filters span input {
      right: 0; }
    .page-products .product-filters .term-name {
      line-height: 16px;
      vertical-align: top; }
    .page-products .product-filters .sort.ginput_container_select {
      margin: 0 0 0 5%;
      position: relative; }
      .page-products .product-filters .sort.ginput_container_select select {
        padding-left: 10px;
        line-height: 1.5;
        height: 35px; }
    @media (max-width: 991px) {
      .page-products .product-filters {
        margin: 30px auto 0;
        width: 250px; }
        .page-products .product-filters .label {
          display: block;
          padding: 0;
          margin: 0 0 10px 0;
          width: 100%;
          text-align: center; }
        .page-products .product-filters label {
          display: block;
          padding: 0;
          margin: 0 0 10px 0;
          width: 100%;
          text-align: center; }
          .page-products .product-filters label.mobile-align-left {
            text-align: left; }
        .page-products .product-filters .term-name {
          margin-left: 5px; } }
  .page-products.frozen-meals .product-filters .sort.ginput_container_select {
    margin: 0; }
  @media (max-width: 991px) {
    .page-products.frozen-meals .product-filters {
      display: none; } }
  .page-products .mobile-submit {
    clear: both;
    color: #ffffff;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    width: 100%;
    border: 2px solid #694723 !important;
    margin: 20px 0 0; }
    .page-products .mobile-submit:hover {
      background: #694723 !important; }
      .page-products .mobile-submit:hover input[type="submit"] {
        color: #ffffff !important;
        background: #694723 !important; }
    .page-products .mobile-submit input[type="submit"] {
      background: transparent !important;
      color: #694723 !important;
      font-size: 16px !important;
      margin: 0 auto !important;
      padding: 0 !important;
      width: 100%;
      border: none; }
  .page-products .filter-count {
    margin: 30px 0 60px; }
    .page-products .filter-count.no-filters span.clear-filters {
      display: none; }
    .page-products .filter-count span.clear-filters span {
      padding: 0 10px; }
    .page-products .filter-count span.clear-filters a.clear-filters {
      color: #ee1d25;
      text-transform: uppercase; }
    @media (max-width: 991px) {
      .page-products .filter-count {
        margin-bottom: 30px; } }
  .page-products .mobile-filter-title {
    border-top: 2px solid #d3ae5f;
    margin-top: 30px;
    padding-top: 30px;
    cursor: hand; }
    @media (min-width: 992px) {
      .page-products .mobile-filter-title {
        display: none; } }
    .page-products .mobile-filter-title:after {
      content: '\f0d7';
      font-family: 'FontAwesome';
      color: #694723;
      position: relative;
      padding-left: 10px; }
  @media (min-width: 992px) {
    .page-products .filter-container {
      display: block !important; } }
  @media (max-width: 991px) {
    .page-products .filter-container {
      display: none; } }
  .page-products .mobile-sort {
    width: 100%; }
  @media (max-width: 991px) {
    .page-products .page-sort {
      width: 50%;
      margin: 0 auto; }
      .page-products .page-sort span {
        border: 2px solid #694723 !important; } }
  @media (min-width: 992px) {
    .page-products .page-sort span {
      width: 120px; } }
  .page-products .page-sort .options {
    width: 100%; }
    @media (max-width: 991px) {
      .page-products .page-sort .options > div {
        background: #fcf9ea; }
        .page-products .page-sort .options > div:hover, .page-products .page-sort .options > div.selected {
          background: #694723;
          color: #ffffff; } }
  .page-products .product-list h3.no-matches {
    margin: 30px 0 150px; }
    @media (max-width: 991px) {
      .page-products .product-list h3.no-matches {
        margin: 50px 0 100px; } }
  @media (max-width: 991px) {
    .page-products .product-list {
      border-top: 2px solid #d3ae5f;
      padding-top: 90px; } }
  .page-products .products {
    width: 100%;
    position: relative;
    z-index: 1; }
    .page-products .products .product {
      margin: 0 0 125px;
      position: relative; }
    .page-products .products .product-title {
      margin-top: 20px;
      text-align: center;
      padding: 0 20px; }
    .page-products .products .product-image {
      position: relative; }
      .page-products .products .product-image img {
        width: 100%; }
    .page-products .products .product-action {
      width: 80%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: rgba(252, 249, 234, 0.8);
      padding: 23px 0 8px;
      box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.5);
      display: none; }
      @media (max-width: 991px) {
        .page-products .products .product-action {
          display: none !important; } }
    .page-products .products .product-image:hover .product-action {
      display: block; }
    .page-products .products .cta {
      color: #694723;
      cursor: pointer;
      border: 2px solid #694723;
      background-color: rgba(253, 251, 246, 0.8);
      width: 80%;
      margin: 0 auto 20px;
      display: block;
      text-align: center; }
      .page-products .products .cta:hover, .page-products .products .cta:active {
        background-color: #ee1d25;
        color: #ffffff; }
      .page-products .products .cta:hover .cta-input {
        color: #ffffff; }
      .page-products .products .cta .cta-input {
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        background: transparent;
        border: none;
        color: #694723;
        cursor: pointer;
        font-size: 1rem;
        letter-spacing: 1px;
        margin: 0;
        padding: 0;
        outline: 0;
        text-transform: uppercase; }
      .page-products .products .cta div {
        background-color: transparent; }
  .page-products .custom-checkbox.selected:after {
    left: 0; }

.cat-links {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin: 30px 0; }
  @media (max-width: 991px) {
    .cat-links {
      margin: 0 0 30px; } }
  .cat-links ul {
    width: 100%; }
  .cat-links li {
    border: 2px solid #694723;
    border-right: none;
    display: inline-block;
    float: left;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .cat-links li {
        border: 2px solid #694723;
        border-bottom: none !important; } }
    .cat-links li:last-child {
      border-right: 2px solid #694723; }
      @media (max-width: 991px) {
        .cat-links li:last-child {
          border: 2px solid #694723 !important; } }
    .cat-links li a {
      height: 100%;
      width: 100%;
      display: block;
      text-align: center;
      padding: 10px; }
      .cat-links li a:hover, .cat-links li a:active {
        background-color: #694723;
        color: #ffffff;
        text-decoration: none; }
      @media (min-width: 641px) and (max-width: 991px) {
        .cat-links li a {
          font-size: 14px; } }
    .pasta-sauces .cat-links li {
      width: 30%;
      border-bottom: none; }
      @media (max-width: 991px) {
        .pasta-sauces .cat-links li {
          width: 100%; } }
      .pasta-sauces .cat-links li:nth-child(n+4) {
        border: 2px solid #694723;
        width: 45%; }
        @media (max-width: 991px) {
          .pasta-sauces .cat-links li:nth-child(n+4) {
            width: 100%; } }
      .pasta-sauces .cat-links li:nth-child(3n-2) {
        margin-left: 5%; }
        @media (max-width: 991px) {
          .pasta-sauces .cat-links li:nth-child(3n-2) {
            margin-left: 0; } }
      .pasta-sauces .cat-links li:nth-child(3) {
        border-right: 2px solid #694723; }
        @media (max-width: 991px) {
          .pasta-sauces .cat-links li:nth-child(3) {
            border: 2px solid #694723; } }
      .pasta-sauces .cat-links li:nth-child(4) {
        clear: left;
        border-right: none; }
        @media (max-width: 991px) {
          .pasta-sauces .cat-links li:nth-child(4) {
            width: 100%;
            border: 2px solid #694723; } }
    .oils-and-vinegars .cat-links li {
      width: 20%; }
      @media (max-width: 991px) {
        .oils-and-vinegars .cat-links li {
          width: 100%; } }
      .oils-and-vinegars .cat-links li:first-child {
        margin-left: 10%; }
        @media (max-width: 991px) {
          .oils-and-vinegars .cat-links li:first-child {
            margin-left: 0; } }
    .frozen-meals .cat-links li {
      width: 26%; }
      @media (max-width: 991px) {
        .frozen-meals .cat-links li {
          width: 100%; } }
      .frozen-meals .cat-links li:first-child {
        margin-left: 11%; }
        @media (max-width: 991px) {
          .frozen-meals .cat-links li:first-child {
            margin-left: 0; } }

/*--------------------------------------------------------------
# [All Recipe Page]
--------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

PAGE WIDE
SECTION HEAD
SORT-FILTER
RECIPE TILES
FIND A RECIPE
MOBILE STYLES
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[PAGE WIDE]
*/
.page-recipes-content {
  background: url("../img/recipes_background-top.jpg") no-repeat top center, url("../img/background-landscape_bottom_799.jpg") bottom center no-repeat;
  background-color: #fcf9ea;
  background-size: contain;
  padding-top: 110px;
  margin-bottom: 120px; }
  @media (max-width: 767px) {
    .page-recipes-content {
      margin-bottom: 60px; } }
  @media (max-width: 640px) {
    .page-recipes-content {
      background: url("../img/recipes_background-top-mobile.jpg") no-repeat top center, url("../img/recipes_background-bottom-mobile.jpg") bottom center no-repeat;
      background-color: #fcf9ea;
      background-size: contain; } }
  .page-recipes-content .img-responsive {
    width: 100%; }
  .page-recipes-content .no-matches {
    color: red;
    font-size: 14px;
    text-align: center; }

/*------------------------------------------------------------------
[SECTION HEAD]
*/
div.section-head {
  text-align: center; }

/*------------------------------------------------------------------
[SORT-FILTER]
*/
/*--- NAV ---*/
form.searchandfilter {
  display: block !important;
  width: 100%; }

div.page-recipes_sort-filter {
  margin-bottom: 60px; }
  div.page-recipes_sort-filter .mobile-title,
  div.page-recipes_sort-filter .mobile-submit {
    background: #694723;
    clear: both;
    color: #FFF;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 500; }
  div.page-recipes_sort-filter .mobile-title {
    width: calc(100% - 20px);
    margin: 0 auto; }
    div.page-recipes_sort-filter .mobile-title:after {
      content: '\f0d7';
      font-family: 'FontAwesome';
      color: #d3ae5f;
      padding: 0 10px;
      display: inline-block;
      transition: transform 0.5s ease; }
    div.page-recipes_sort-filter .mobile-title.open:after {
      transform: rotate(-180deg);
      transform-origin: 50% 50%;
      transform-style: preserve-3D; }
  div.page-recipes_sort-filter .mobile-submit {
    background: #fcf9ea;
    border: 1px solid #694723;
    border-top: none; }
  @media (min-width: 992px) {
    div.page-recipes_sort-filter .filter-container {
      display: block !important; } }
  @media (max-width: 991px) {
    div.page-recipes_sort-filter .filter-container {
      display: none;
      width: calc(100% - 20px);
      margin: 0 auto; }
    div.page-recipes_sort-filter .mobile-sort {
      width: calc(100% - 20px);
      margin: 30px auto 0; } }

.page-sort {
  position: relative;
  z-index: 5; }
  .page-sort span {
    border: 1px solid #694723;
    display: block;
    line-height: 12px;
    padding: 11px 30px 11px 8px;
    position: relative;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    background: #FFF; }
    .page-sort span:after {
      content: '\f0d7';
      font-family: 'FontAwesome';
      color: #ffffff;
      position: absolute;
      right: 0;
      top: 0;
      border-left: 1px solid #d3ae5f;
      background: #694723;
      padding: 11px 6px; }
    @media (min-width: 992px) {
      .page-sort span {
        width: 120px;
        text-align: center; } }
    @media (max-width: 991px) {
      .page-sort span {
        text-align: center;
        background: none;
        border: 1px solid #694723;
        padding: 11px 8px; }
        .page-sort span:before {
          display: none; }
        .page-sort span:after {
          position: relative;
          right: 0;
          padding-left: 10px;
          background: none;
          color: #694723;
          border: none; } }
  .page-sort .options {
    border: 1px solid #694723 !important;
    display: none;
    position: absolute;
    width: 100%; }
    .mobile-sort .page-sort .options {
      width: 100%; }
    .page-sort .options > div {
      background: #fcf9ea;
      color: #694723;
      cursor: pointer;
      display: block;
      font-weight: normal;
      margin: 0 !important;
      padding: 3px 5px;
      white-space: nowrap;
      text-align: center; }
      .page-sort .options > div:hover, .page-sort .options > div.selected {
        background: #694723;
        color: #fcf9ea; }
  .page-sort.open .options {
    display: block; }

div.page-recipes_sort-filter select {
  margin-top: 7px; }

div.page-recipes_sort-filter input[type="submit"] {
  background-color: #fff !important;
  border: 2px solid #694723 !important;
  color: #694723 !important;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-transform: uppercase !important;
  text-decoration: none !important;
  font-size: 12px !important;
  border-radius: 0 !important;
  padding: 8px 30px !important;
  width: 100px;
  margin: 10px !important; }
  @media (max-width: 991px) {
    div.page-recipes_sort-filter input[type="submit"] {
      background: #fcf9ea !important;
      border: 2px solid #fcf9ea !important;
      color: #ee1d25 !important;
      font-size: 16px !important;
      margin: 0 auto !important;
      padding: 0 !important;
      width: 100%; } }

div.page-recipes_sort-filter ul:first-of-type {
  list-style: none;
  font-weight: bold;
  margin-bottom: 10px;
  float: left;
  /*width: 100%;*/
  position: relative;
  z-index: 99999;
  min-width: 100%; }
  @media (max-width: 991px) {
    div.page-recipes_sort-filter ul:first-of-type {
      border: 1px solid #694723;
      margin: 0;
      padding: 0 10px; } }
  @media (min-width: 992px) {
    div.page-recipes_sort-filter ul:first-of-type {
      display: flex;
      justify-content: space-between; } }

div.page-recipes_sort-filter ul:first-of-type li {
  float: left;
  position: relative;
  padding: 0; }
  @media (max-width: 991px) {
    div.page-recipes_sort-filter ul:first-of-type li {
      border-bottom: 1px solid #d3ae5f;
      margin-right: 0;
      width: 100%; }
      div.page-recipes_sort-filter ul:first-of-type li:nth-last-child(2) {
        border: none; } }

div.page-recipes_sort-filter ul:first-of-type li h4 {
  display: block;
  padding: 8px 8px;
  margin: 0px;
  background-color: #fcf9ea;
  color: #694723;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  border: 2px solid #fcf9ea;
  white-space: nowrap; }
  @media (max-width: 991px) {
    div.page-recipes_sort-filter ul:first-of-type li h4 {
      padding: 8px 5px;
      text-align: left; } }

div.page-recipes_sort-filter ul:first-of-type li h4:after {
  content: '\f0d7';
  font-family: 'FontAwesome';
  color: #d3ae5f;
  padding: 0 0 0 10px; }
  @media (max-width: 991px) {
    div.page-recipes_sort-filter ul:first-of-type li h4:after {
      position: absolute;
      right: 10px; } }

@media (min-width: 992px) {
  div.page-recipes_sort-filter ul:first-of-type li h4:hover {
    border: 2px solid #694723;
    border-bottom: none; } }

/*--- DROPDOWN ---*/
div.page-recipes_sort-filter ul:first-of-type ul {
  background-color: #fcf9ea;
  border: 2px solid #694723;
  list-style: none;
  position: absolute;
  left: -100000px;
  display: block; }
  @media (max-width: 991px) {
    div.page-recipes_sort-filter ul:first-of-type ul {
      border: none;
      position: relative;
      left: 0;
      display: none; } }

div.page-recipes_sort-filter ul:first-of-type ul li {
  padding-top: 1px;
  float: none; }
  @media (max-width: 991px) {
    div.page-recipes_sort-filter ul:first-of-type ul li {
      border: none; } }

div.page-recipes_sort-filter ul:first-of-type ul li label {
  white-space: nowrap;
  display: block;
  color: #694723;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  text-decoration: none;
  font-size: 14px;
  background-color: transparent;
  text-decoration: none;
  padding: 10px 10px 5px; }
  div.page-recipes_sort-filter ul:first-of-type ul li label .term-name {
    line-height: 16px;
    vertical-align: top; }
  @media (max-width: 991px) {
    div.page-recipes_sort-filter ul:first-of-type ul li label .custom-checkbox {
      position: absolute;
      right: -18px; } }

.custom-checkbox {
  width: 15px;
  height: 15px;
  border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  border: 1px solid #694723;
  background-color: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin: 0 5px 0 0; }

.custom-checkbox:hover {
  background: url("../images/checkbox-hover.png") no-repeat; }

.custom-checkbox.selected {
  width: 15px;
  height: 15px;
  border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  background-color: #ee1d25;
  border: 1px solid #694723; }
  .custom-checkbox.selected:after {
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
    padding-left: 1px;
    position: absolute; }

.custom-checkbox input[type="checkbox"] {
  margin: 0;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  outline: none;
  opacity: 0;
  _noFocusLine: expression(this.hideFocus=true);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0; }

@media (min-width: 992px) {
  div.page-recipes_sort-filter ul:first-of-type li:hover ul {
    left: 0; }

  div.page-recipes_sort-filter ul:first-of-type li:hover h4 {
    border: 2px solid #694723;
    border-bottom: none; } }
  @media (min-width: 992px) and (max-width: 991px) {
    div.page-recipes_sort-filter ul:first-of-type li:hover h4 {
      border-color: transparent; } }

@media (min-width: 992px) {
  div.page-recipes_sort-filter ul:first-of-type li:hover ul h4 {
    text-decoration: none; }

  div.page-recipes_sort-filter ul:first-of-type li:hover ul li:last-of-type {
    border: none; } }
.active-filters {
  display: none;
  width: 100%;
  text-align: center;
  margin-top: 30px; }
  .active-filters.active {
    display: block; }
  .active-filters .filter-list .active-filter-option {
    display: inline-block;
    margin: 0 10px; }
    .active-filters .filter-list .active-filter-option i {
      font-size: 16px; }
  .active-filters .filter-list .filter-divider {
    display: inline-block;
    padding: 0 10px; }
  @media (max-width: 991px) {
    .active-filters .filter-list {
      display: block; } }
  .active-filters .clear-filter,
  .active-filters .clear-all {
    color: #ee1d25; }
  @media (max-width: 991px) {
    .active-filters .clear-all {
      display: inline-block;
      margin-top: 10px; } }
  .active-filters .filter-divider {
    display: inline-block;
    padding-right: 10px; }
    @media (max-width: 991px) {
      .active-filters .filter-divider {
        display: none; } }

/*------------------------------------------------------------------
[RECIPE TILES]
*/
.recipe-tiles {
  margin-bottom: 60px;
  z-index: 2; }

.load-spiner {
  font-size: 80px;
  margin: 0 auto;
  display: block; }

.page-recipes_image-container {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  margin: 10px;
  z-index: 2; }

.page-recipes_image-container_large {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  position: relative;
  min-height: 607px;
  overflow: hidden;
  margin: 10px; }

.load-more {
  text-align: center;
  background-color: transparent;
  margin-bottom: 120px; }
  @media (max-width: 767px) {
    .load-more {
      margin-bottom: 60px !important; } }
  .load-more a {
    color: #694723;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-weight: 500;
    border: 2px solid #694723;
    padding: 8px 30px;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 1px; }
    .load-more a:hover, .load-more a:active {
      color: #ffffff;
      background: #694723; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-recipes_image-container_large {
    min-height: 0; } }
@media only screen and (max-width: 767px) {
  .page-recipes_image-container_large {
    min-height: 0; }

  .load-more a:hover {
    color: #694723;
    background-color: transparent; }
  .load-more a:active {
    color: #ffffff;
    background: #694723; } }
/*--------------------------------------------------------------
# [All How To's Page]
--------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]
PAGE WIDE
LINK BAR
HOW TOS SECTION BOX

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[PAGE WIDE]
*/
.page-howtos-content {
  background: url("../img/howtos_background-top.jpg") top center no-repeat, url("../img/background-landscape_bottom_799.jpg") bottom center no-repeat;
  background-color: #fcf9ea;
  background-size: contain;
  padding-top: 111px; }
  @media (max-width: 640px) {
    .page-howtos-content {
      margin-bottom: 65px;
      padding: 160px 0 90px;
      background: url("../img/howtos_background-top.jpg") no-repeat top center, url("../img/where-to-buy_bg-bottom.jpg") no-repeat 24% 100%/225% auto;
      background-color: #fcf9ea;
      min-height: 0;
      background-size: 250%, 225%;
      background-position-x: 75%, 25%; } }
  .page-howtos-content .body-copy {
    text-align: center; }
  .page-howtos-content .img-responsive {
    width: 100%; }
  .page-howtos-content .seasonal-section {
    text-align: center;
    margin-bottom: 40px; }
  .page-howtos-content h1.separator {
    margin-bottom: 0.5em; }
    .page-howtos-content h1.separator + p {
      margin-top: 0; }

/*------------------------------------------------------------------
[LINK BAR]
*/
.filter-bar div {
  background-color: #694723; }
.filter-bar a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #694723;
  text-transform: uppercase;
  text-align: center;
  border-style: solid;
  border-right: 2px solid #694723;
  background-color: #fcf9ea;
  border-left: none;
  border-top: none;
  border-bottom: none;
  outline: none;
  padding: 6px 0;
  width: 16.666%; }
  @media (min-width: 768px) and (max-width: 991px) {
    .filter-bar a {
      font-size: 13px; } }
  @media (max-width: 767px) {
    .filter-bar a {
      width: 100%;
      border: none; } }
  .filter-bar a:last-child {
    border-right: none; }
  .filter-bar a:active, .filter-bar a:hover {
    color: #fcf9ea;
    background-color: #694723;
    text-decoration: none;
    margin-right: -1px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .filter-bar a:active, .filter-bar a:hover {
        margin-right: 0;
        margin-left: -1px; } }
    @media (max-width: 767px) {
      .filter-bar a:active, .filter-bar a:hover {
        margin-right: 0; } }
@media screen and (max-width: 767px) {
  .filter-bar {
    margin: 0 10px 60px; } }

a.active {
  color: #fcf9ea;
  background-color: #694723;
  text-decoration: none; }

/*------------------------------------------------------------------
[HOW TOS SECTION BOX]
*/
.howtos_description {
  text-align: center;
  padding: 0 0;
  color: #694723;
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  background: white;
  /* fallback color */
  background: rgba(255, 255, 255, 0.9);
  transition: bottom 0.5s ease; }
  @media (max-width: 767px) {
    .howtos_description {
      bottom: 0; } }
  .howtos_description p {
    margin: 0;
    font-size: 14px; }
  .howtos_description:hover {
    bottom: 0; }

.howtos_description-top {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  height: 60px;
  position: relative; }
  .howtos_description-top .related_description-title {
    left: 0;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    top: 50%;
    -moz-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    width: 100%; }

.howtos_description-bottom {
  height: 50px;
  padding: 0 20px; }
  @media (max-width: 767px) {
    .howtos_description-bottom {
      display: none; } }

/*------------------------------------------------------------------
[HOW TOS TILES]
*/
.how-tos-tiles {
  margin-bottom: 60px; }

.page-how-tos_image-container {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  margin: 10px; }

.page-how-tos_image-container_large {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  position: relative;
  min-height: 607px;
  overflow: hidden;
  margin: 10px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .page-how-tos_image-container_large {
      min-height: 0; } }
  @media (max-width: 767px) {
    .page-how-tos_image-container_large {
      min-height: 0; } }

/*// Load More button
// Same as the load more on _page_recipes.scss
// .load-more{
// 	text-align: center;
// 	background-color: transparent;
// 	margin-bottom: 120px;
// }
// .load-more a{
// 	color: $brown;
// 	text-transform: uppercase;
// 	text-decoration: none;
// 	@include roboto-regular;
// 	font-weight: 500;
// 	border: 2px solid $brown;
// 	padding: 8px 30px;
// 	font-size: 1rem;
// 	line-height: 1;
// 	letter-spacing: 1px;
//     &:hover {
//         background:$red;
//         color:#fff;
//     }
// }*/
/*------------------------------------------------------------------
[MOBILE STYLES]
*/
/*--------------------------------------------------------------
# Where to Buy
--------------------------------------------------------------*/
@media (min-width: 641px) and (max-width: 991px) {
  .where-to-buy-content h1:after {
    width: 220px; } }

.wtb-product {
  display: block !important; }

.wtb-bg {
  background: url(../img/where-to-buy_bg-top.jpg) top center no-repeat, url(../img/where-to-buy_bg-bottom.jpg) bottom center no-repeat;
  background-color: #fcf9ea;
  background-size: contain;
  padding-bottom: 120px; }

.wtb-margin {
  padding-top: 108px;
  margin-bottom: 75px; }

.article-fix {
  width: 75%; }

.wtb-copy {
  text-align: center;
  padding-bottom: 20px; }

/* Where to Buy Form */
.wtb-form-title {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: left; }

.wtb-form select {
  /* width:100%; */
  background: url("../img/form-dropdown_button.png") no-repeat 100% 0;
  background-size: contain;
  background-color: #fff;
  overflow: hidden;
  padding-right: 26px !important;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border: 2px solid #694723;
  margin-left: 0px;
  padding-left: 5px; }
  @media (max-width: 640px) {
    .wtb-form select {
      width: 100%;
      padding-right: 40px !important; } }

.wtb-form li {
  padding-right: 0px; }
  @media (max-width: 640px) {
    .wtb-form li {
      width: 100%; } }
.wtb-form input.validation-error,
.wtb-form select.validation-error {
  border: 2px solid #ee1d25; }
.wtb-form .wtb-zip div.has_zip {
  width: 95%; }
  .wtb-form .wtb-zip div.has_zip .address_zip {
    margin-right: 0px;
    padding-right: 0px;
    width: 100%; }

.wtb-form #input_12_6_5_label {
  display: none; }

.form-search {
  text-align: center;
  margin-top: 30px; }
  .form-search a:visited,
  .form-search a:focus {
    color: #ffffff; }

.wtb-form .gform_footer {
  display: none; }

.wtb-form .ginput_container_select {
  width: 95% !important; }

/* .wtb-form .address_zip {
	width: 95% !important;
} */
.wtb-form .gf_left_half {
  float: left !important; }

#input_12_6_5 {
  height: 32px; }

.wtb-form select.validation-error {
  background: url("../img/form-dropdown_button_error.jpg") no-repeat 100% 0;
  background-size: contain;
  background-color: #fff; }

.err-msg {
  color: #ee1d25;
  font-size: 12px;
  font-weight: bold;
  text-align: center; }
  @media (max-width: 640px) {
    .err-msg {
      margin: 0 auto;
      max-width: 200px; } }

.gfield_error {
  border: 2px solid #ee1d25 !important; }

/* WTB Map */
#map {
  width: 50%; }

.where-to-buy-map-outer {
  background: url("../img/where-to-buy-map-bg-top.png") no-repeat 50% 10px, url("../img/where-to-buy-map-bg-left.png") no-repeat 10px 50%, url("../img/where-to-buy-map-bg-right.png") no-repeat calc(100% - 12px) 50%, url("../img/where-to-buy-map-bg-bottom.png") no-repeat 50% calc(100% - 12px);
  background-size: calc(100% - 20px) 16px, 15px calc(100% - 20px), 18px calc(100% - 20px), calc(100% - 20px) 18px;
  z-index: 10;
  position: relative; }

.where-to-buy-map {
  padding: 24px 24px;
  background: url("../img/product-info-bg-tl-corner.png") no-repeat 0 0, url("../img/product-info-bg-tr-corner.png") no-repeat 100% 0, url("../img/product-info-bg-bl-corner.png") no-repeat 0 100%, url("../img/product-info-bg-br-corner.png") no-repeat 100% 100%;
  background-size: 37px auto;
  height: auto; }

.wtb-map-margin {
  margin: 75px 0;
  display: none; }
  .wtb-map-margin .separator:after {
    max-width: 100%; }

/* WTB Mobile Map Navigation */
.mobile-map-navigator {
  display: none; }

/* Results */
.results {
  margin-right: 35px; }

.results-list-wrapper {
  margin: 0 auto; }

.results-header {
  border-bottom: 1px solid;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 20px;
  padding-bottom: 5px;
  text-transform: uppercase; }

.results-item {
  text-transform: uppercase;
  font-size: 11px; }

.results-item::after {
  content: '';
  background-image: url(../img/results-border.png);
  height: 2px;
  display: block;
  background-repeat: no-repeat;
  margin: 15px 0;
  background-size: contain; }

.results-item:last-child::after {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px solid; }

.results-item a {
  color: #ee1d25;
  font-weight: 600; }

.results-item-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px; }

.results-bold {
  font-weight: bold; }

.results-item-button .cta {
  margin-bottom: 0; }

.wtb-pagination .single-pagination a {
  border-right: 1px solid #694723; }
  .wtb-pagination .single-pagination a:last-child {
    border-right: none; }
  .wtb-pagination .single-pagination a:nth-last-child(2) {
    border-right: none; }
  .wtb-pagination .single-pagination a:active {
    text-decoration: none; }
.wtb-pagination .single-pagination .next {
  margin-right: 4px; }

div.single-pagination a.btn {
  background-color: #694723;
  padding: 4px 4px 4px 6px;
  color: #ffffff !important;
  text-decoration: none !important; }

div.single-paginationspan.next {
  margin-left: 4px;
  margin-right: 6px; }

@media screen and (max-width: 640px) {
  .wtb-form .ginput_container_select {
    /* width: 310px !important; */ }

  .wtb-form .gform_footer {
    margin-top: 30px !important; }

  .wtb-refine {
    padding-top: 50px; }

  .wtb-form .address_zip {
    /* width: 310px !important; */ }

  .mobile-map-navigator {
    display: inline-block;
    text-align: center;
    height: 39.4px;
    margin-bottom: 40px; }

  .navigator-icon {
    background-size: contain !important;
    width: 128px;
    height: 35.4px;
    background-position: center center;
    display: inline-block;
    background-repeat: no-repeat;
    border: 1px solid; }

  .results-icon {
    background: url(../img/results_icon.jpg);
    margin-right: -4px; }
    .results-icon.active {
      background: url(../img/results_icon_active.jpg); }

  .map-icon {
    background: url(../img/map_icon.jpg); }
    .map-icon.active {
      background: url(../img/map_icon_active.jpg); }

  .map {
    /* display: none; */ }

  #results-list {
    max-width: 90%; }
    #results-list .separator:after {
      display: none; }

  .results-list-wrapper {
    margin-top: 10px; }

  .results-header {
    display: none; }

  .results-item:first-child::before,
  .results-item:last-child::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #694723; }

  .results-item:first-child::before {
    border-bottom: 1px solid;
    content: '';
    background-image: url(../img/results-border.png);
    display: block;
    background-repeat: no-repeat;
    margin: 15px 0;
    background-size: contain; }

  .results {
    margin-right: 0; }

  .results-item {
    font-size: 14px;
    position: relative; }

  .results-sub-item {
    width: 100%; }

  .results-item-title {
    font-size: 16px; }

  .results-sub-item-search {
    background-color: #ee1d25;
    border: 2px solid #d3ae5f;
    color: #ffffff !important;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 15px; }
    .results-sub-item-search .get-text {
      display: none; }

  #results-map-picture {
    margin-top: -30px; }

  .where-to-buy-map-outer,
  .where-to-buy-map {
    background: none; }

  .mobile-hide {
    display: none; } }
@media screen and (min-width: 641px) and (max-width: 768px) {
  .results-item,
  .results-item-title {
    font-size: 10px;
    max-width: 90%; } }
/*--------------------------------------------------------------
# [Search Results Page]
--------------------------------------------------------------*/
section.search-results {
  background: url("../img/search-results_background-top.jpg") no-repeat top center, url("../img/background-landscape_bottom_799.jpg") bottom center no-repeat;
  background-color: #fcf9ea;
  background-size: contain;
  margin-bottom: 120px;
  padding-top: 120px;
  padding-bottom: 120px;
  min-height: 700px; }
  section.search-results h1 {
    margin-bottom: 20px; }
  section.search-results .no-results {
    text-align: center; }

.search-results_search-box {
  text-align: center;
  margin-bottom: 60px; }
  .search-results_search-box form input {
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 1px; }
  .search-results_search-box form input[type="search"] {
    background-color: #fff;
    height: 38px;
    width: 226px;
    border: 2px solid #694723;
    border-right: none;
    padding: 0 0 0 15px;
    float: left;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #694723; }
    .search-results_search-box form input[type="search"]::placeholder {
      font-family: "Roboto", sans-serif;
      font-weight: 300;
      font-style: italic; }
    @media (max-width: 640px) {
      .search-results_search-box form input[type="search"] {
        width: 180px;
        padding: 0 0 0 10px; } }
  .search-results_search-box form input[type="submit"] {
    height: 38px;
    width: 38px;
    border: 1px solid #694723;
    border-left: none;
    margin: 0;
    padding: 0;
    float: left;
    background: #694723 url("../img/find-a-recipe_search-icon.png") no-repeat center center;
    background-size: contain; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

.filter-bar {
  border: 2px solid #694723;
  background-color: #fcf9ea;
  margin-bottom: 60px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }
  .filter-bar button {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #694723;
    text-transform: uppercase;
    text-align: center;
    border-style: solid;
    border-right: 2px solid #694723;
    background-color: #fcf9ea;
    border-left: none;
    border-top: none;
    border-bottom: none;
    outline: none;
    padding: 6px 0;
    width: 25%; }
    .filter-bar button:last-child {
      border-right: none; }
    .filter-bar button:active {
      color: #fcf9ea;
      background-color: #694723; }
    .filter-bar button:hover {
      color: #fcf9ea;
      background-color: #694723; }
    @media (max-width: 640px) {
      .filter-bar button {
        font-size: 11px; } }

button.is-checked {
  color: #fcf9ea;
  background-color: #694723; }

h3.search-results_h3 {
  text-align: left;
  padding-top: 20px;
  margin-bottom: 20px;
  line-height: 40px; }
  h3.search-results_h3 a {
    text-transform: capitalize;
    text-decoration: none; }
  @media (min-width: 641px) and (max-width: 991px) {
    h3.search-results_h3 {
      font-size: 24px;
      /* line-height: 30px; */ } }

.search-results_content article {
  margin-bottom: 40px; }

.search-results_content-item_text {
  text-align: left;
  padding-left: 40px; }

.search-results_content-item_image {
  height: 166px;
  padding: 12px;
  text-align: center;
  background: url("../img/search-results_image-container_background.jpg") no-repeat center center;
  background-size: contain;
  overflow: hidden; }
  .search-results_content-item_image img {
    max-width: 100%;
    max-height: 100%; }
  @media (min-width: 641px) and (max-width: 991px) {
    .search-results_content-item_image {
      height: 120px; } }
  @media (max-width: 640px) {
    .search-results_content-item_image {
      height: 100px; } }

.search-results_pagination {
  margin-top: 40px; }

.page-numbers {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 20px;
  color: #694723;
  padding: 0 4px;
  border-right: 2px solid #694723; }
  .page-numbers:last-child {
    border-right: none; }
  .page-numbers:nth-last-child(2) {
    border-right: none; }

a.page-numbers {
  text-decoration: none; }

a.prev {
  padding: 6px 8px 4px 6px; }

a.next {
  padding: 6px 6px 4px 8px; }

a.prev, a.next {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px !important;
  color: #fff !important;
  border: none !important;
  background-color: #694723 !important; }

.page-numbers.current,
a.page-numbers:hover {
  color: #ee1d25;
  text-decoration: none;
  background-image: none; }

/*--------------------------------------------------------------
# 404 Page
--------------------------------------------------------------*/
section.error-404 {
  padding-top: 110px; }

.error-404 p {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 500; }
.error-404 div.image-container {
  padding: 0 50px; }
.error-404 .cta-404 {
  margin-bottom: 30px; }
.error-404 h2.no-separator {
  margin-bottom: 0; }

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media only screen and (max-width: 639px) {
  div.cta-404 a {
    font-size: 14px; }

  .cta > div {
    padding: 8px 20px; }

  div.image-container {
    padding: 0 25px; } }
ol li {
  list-style-type: decimal; }

/*--------------------------------------------------------------
# 404 Page
--------------------------------------------------------------*/
.error-404 p {
  font-family: "Roboto", sans-serif;
  font-weight: 500; }
.error-404 h2.no-separator {
  margin-bottom: 0; }

/*--------------------------------------------------------------
# Single Column Language Toggle Pages
--------------------------------------------------------------*/
.sclt .language-toggle li {
  border-right: 1px solid #694723;
  display: inline-block; }
  .sclt .language-toggle li:last-child {
    border: none; }
.sclt .body-copy {
  display: none; }
  .sclt .body-copy:first-of-type {
    display: block; }

/*--------------------------------------------------------------
# Single Recipe & Products Jump Links
--------------------------------------------------------------*/
section[class*="-jumpLinks"] {
  background: #694723 url(../img/jumpLinks-bar.jpg) no-repeat center center;
  background-size: cover;
  height: 61px;
  padding: 20px 0; }

nav[class*="-subnav"] a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase; }
  nav[class*="-subnav"] a:hover, nav[class*="-subnav"] a:active, nav[class*="-subnav"] a:focus {
    color: #d3ae5f;
    text-decoration: none;
    outline: none; }
  nav[class*="-subnav"] a:visited {
    text-decoration: none; }
  @media (min-width: 641px) and (max-width: 991px) {
    nav[class*="-subnav"] a {
      font-size: 12px; } }
  @media (hover: none), (hover: on-demand) {
    nav[class*="-subnav"] a:hover {
      text-decoration: none; } }

/*--------------------------------------------------------------
# Press Release - All
--------------------------------------------------------------*/
.date {
  font-style: italic;
  font-weight: 400; }

.excerpt {
  padding-bottom: 30px; }

.learn-more {
  padding-bottom: 35px; }

.learn-more a {
  color: #ee1d25;
  text-transform: uppercase; }

.press-all-margin {
  margin-bottom: 140px; }
  .press-all-margin.faq-section {
    padding-bottom: 180px; }
    @media (max-width: 991px) and (min-width: 641px) {
      .press-all-margin.faq-section {
        padding-bottom: 100px; } }
    @media (max-width: 767px) {
      .press-all-margin.faq-section {
        padding-bottom: 155px; } }

.press-release-item {
  padding-top: 35px; }

.press-release-item::after {
  background: #bcbcbc;
  content: "";
  display: block;
  height: 1px; }

.press-release-item:first-child {
  padding-top: 0; }

.press-release-item:last-child::after {
  height: 0; }

.press-all-section .press-release-year-select {
  max-width: 100%;
  min-width: 250px;
  width: 350px; }
  .press-all-section .press-release-year-select select {
    color: #694723;
    width: 100%;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: ''; }
    .press-all-section .press-release-year-select select::-ms-expand {
      display: none; }
    .press-all-section .press-release-year-select select:focus::-ms-value {
      background: transparent;
      color: #694723; }
@media (max-width: 640px) {
  .press-all-section .press-title {
    margin-bottom: 5px; }
  .press-all-section .press_subtitle {
    font-weight: 500;
    margin-bottom: 5px; }
  .press-all-section .excerpt {
    font-size: 14px; } }

.press-release-wrapper {
  padding-top: 35px;
  min-height: 450px;
  width: 100%; }

.press-release-pagination .previous,
.press-release-pagination .next {
  position: relative;
  top: 1px; }

.press_subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 0;
  text-align: left;
  text-transform: initial;
  font-weight: 400;
  padding: 5px 0; }
  .press_subtitle p {
    margin: 0; }

.press_title {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 5px;
  text-align: left;
  text-transform: initial;
  font-family: "Fjalla One", sans-serif;
  font-weight: 500; }

@media (max-width: 640px) {
  .faq-section .press_hero h1 {
    font-size: 26px;
    line-height: 30px; } }
.press_pub_location {
  font-weight: 500; }

select.placeholder {
  color: #694723;
  font-style: italic; }

.styled-select {
  background: url("../img/select-icon.jpg") no-repeat 100% 0;
  background-color: #ffffff;
  height: 40px;
  margin: 0 auto;
  overflow: hidden;
  width: 280px; }

.styled-select select {
  background: transparent;
  background-image: none;
  border: 2px solid #694723;
  border-radius: 0;
  height: 40px;
  padding-left: 10px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  width: 300px;
  font-style: italic; }

/*--------------------------------------------------------------
# Press Release - Single
--------------------------------------------------------------*/
.press-release {
  background: url(../img/faq_bg_top_d.jpg) top center no-repeat, url(../img/faq_bg_bottom_d.jpg) bottom center no-repeat;
  background-color: #fcf9ea;
  background-size: contain;
  padding-bottom: 100px;
  padding-top: 150px; }
  @media (max-width: 767px) {
    .press-release {
      padding-bottom: 75px;
      padding-top: 100px;
      background-size: 250%;
      background-position: top right, bottom right; } }

.press_title_single {
  text-transform: initial;
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .press_title_single {
      margin-top: 40px; } }

.press_subtitle_single {
  text-transform: initial;
  font-size: 30px;
  padding-bottom: 30px; }
  .press_subtitle_single p {
    font-size: 30px;
    margin-bottom: 0; }
    @media (max-width: 640px) {
      .press_subtitle_single p {
        font-size: 18px;
        line-height: 18px; } }

.press_img img {
  width: 100%; }

.press_img {
  margin: 0 auto 50px;
  text-align: center;
  width: 90%;
  font-style: italic; }

.align_left {
  text-align: left; }

.date_single {
  font-style: normal;
  font-weight: 500; }

.single-press .pagination_button {
  margin: 0 15px 0 0; }

.no-margin {
  margin: 0; }

.single-press.tool-pagination {
  padding-bottom: 200px;
  margin-bottom: 100px; }

.single-press-margin {
  padding-top: 100px;
  margin-bottom: 140px; }

.single-press .body-copy img {
  height: auto; }
@media (max-width: 640px) {
  .single-press .press_title_single {
    font-size: 26px;
    max-width: 500px; }
  .single-press .press_subtitle_single {
    line-height: 30px !important; }
  .single-press .faq-section {
    margin-bottom: 40px; }
  .single-press .date_single,
  .single-press .body-copy {
    padding: 0 40px; }
  .single-press .tool-pagination {
    padding-left: 10px; } }
@media screen and (max-width: 420px) {
  .single-press .date_single,
  .single-press .body-copy {
    padding: 0 20px; } }

/*--------------------------------------------------------------
# Press Release - Pagination
--------------------------------------------------------------*/
.pages,
.pages li {
  display: inline-block; }

.pages li::after {
  content: "|";
  font-size: 22px; }

.pages li:last-child::after {
  content: ""; }

.pagination_button {
  background: #694723;
  display: inline-block;
  margin: 0 15px;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase; }

.pagination-icon {
  background-size: cover;
  display: inline-block;
  height: 12px;
  width: 8px; }

.pagination-icon.next {
  background-image: url("../img/right-arrow.png"); }

.pagination-icon.previous {
  background-image: url("../img/previous-arrow.png"); }

.pagination_title {
  font-weight: 500;
  font-style: italic;
  font-size: 20px; }

.tool-pagination {
  padding: 35px 0; }

#press-release-all a.prev, #press-release-all a.next {
  padding: 5px 15px;
  text-decoration: none; }

/* Single Press Navigation */
.single-press-pagination a {
  color: #fff;
  padding: 4px 10px;
  background: #694723;
  text-decoration: none;
  margin-right: 10px;
  display: block; }

.single-pagination {
  display: inline-block; }

@media screen and (max-width: 640px) {
  .date {
    font-size: 14px;
    padding-bottom: 7px; }

  .excerpt {
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 20px; }

  .learn-more {
    padding-bottom: 15px; }

  .learn-more a {
    font-size: 14px; }

  .press-release-item {
    padding-top: 15px; }

  .press-release-item::after {
    margin: 0 auto;
    width: 90%; }

  .press_subtitle {
    font-size: 14px; }

  .press_title {
    font-size: 22px;
    line-height: 26px !important; }

  .single-press.tool-pagination {
    padding-bottom: 35px; }

  .pagination_title {
    font-size: 16px; }

  #press-release-all .page-numbers {
    font-size: 16px; }

  #press-release-all .pages li::after {
    font-size: 18px; }

  #press-release-all a.prev {
    font-size: 12px !important; }

  #press-release-all a.next {
    font-size: 12px !important; }

  #press-release-all .pagination_button {
    margin: 0 3px 0 0;
    padding: 3px 4px; }

  .styled-select {
    background-position-y: -4px;
    height: 30px;
    width: 200px; }
    .styled-select select {
      height: 30px; }

  .pagination-icon {
    height: 10px;
    width: 6px; }

  .pagination-icon.previous {
    margin-right: 3px; }

  .pagination-icon.next {
    margin-left: 3px; } }
/*--------------------------------------------------------------
# Our Story
--------------------------------------------------------------*/
.page-template-our-story .mfp-content {
  max-width: 500px !important; }
  @media screen and (max-width: 414px) {
    .page-template-our-story .mfp-content {
      width: 70%; } }
.page-template-our-story .mfp-close, .page-template-our-story .mfp-close:active {
  top: -40px; }
.page-template-our-story .mfp-iframe-scaler iframe {
  border-radius: 5px 5px 0px 0px; }
.page-template-our-story .mfp-video-title-wrapper {
  background-color: white;
  width: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-right: 0;
  position: absolute;
  display: block; }
  .page-template-our-story .mfp-video-title-wrapper .mfp-title {
    text-align: center;
    vertical-align: middle;
    padding: 5%;
    font-size: 16px;
    color: #694723;
    width: 100%; }

.galleryImage img {
  max-height: calc(100vh * .75) !important; }

.ourstory-header {
  color: #fff;
  text-align: center;
  position: relative; }
  .ourstory-header > .frow {
    position: absolute;
    bottom: 10%; }
  .ourstory-header h1 {
    color: #fff;
    margin-bottom: 20px;
    line-height: inherit; }
  @media screen and (max-width: 414px) {
    .ourstory-header .row-end .frow {
      width: 100%; } }

.our-story .hero #hero-container {
  margin: 100px 6.94444% 0 !important; }
  @media (min-width: 768px) and (max-width: 991px) {
    .our-story .hero #hero-container {
      margin-top: 200px !important; } }
@media (max-width: 991px) {
  .our-story .hero .frow.centered {
    justify-content: center !important;
    flex-direction: column; }
  .our-story .hero #hero-container {
    position: absolute;
    bottom: 10%;
    left: 10% !important;
    margin: 0 auto !important;
    top: initial;
    padding: 0 !important; }
    .our-story .hero #hero-container .hero-header h1 {
      line-height: 1.3;
      margin-top: 0;
      margin-bottom: 0;
      font-size: 36px; } }
@media (max-width: 640px) {
  .our-story .hero .tablet-hero-image img {
    display: none !important; }
  .our-story .hero .frow.centered {
    justify-content: center !important;
    flex-direction: column; }
  .our-story .hero .mobile-hero-image {
    width: 100%;
    overflow: hidden; }
    .our-story .hero .mobile-hero-image img {
      width: 100%;
      display: block !important; }
  .our-story .hero #hero-container {
    position: absolute;
    bottom: 120px;
    left: 6.25% !important;
    margin: 0 auto !important;
    top: initial;
    padding: 0 !important; } }
  @media (max-width: 640px) and (max-width: 640px) and (min-width: 481px) {
    .our-story .hero #hero-container {
      bottom: 15%; } }
  @media (max-width: 640px) and (max-width: 480px) {
    .our-story .hero #hero-container {
      bottom: 15%; } }
@media (max-width: 640px) {
    .our-story .hero #hero-container .hero-header h1 {
      line-height: 1.3;
      margin-top: 0;
      margin-bottom: 0; } }
    @media (max-width: 640px) and (max-width: 641px) {
      .our-story .hero #hero-container .hero-header h1 {
        font-size: 28px; } }
@media (max-width: 640px) and (max-width: 767px) {
  .our-story .hero p {
    font-size: 15px; } }

.timeline-event {
  padding: 40px 0; }
  .timeline-event .frow-1000 {
    padding: 0 0 0 5% !important; }
  .timeline-event .col-flex-content {
    margin: 0px 30px; }

.centered {
  text-align: center; }

.timeline-date {
  display: none; }

h1.timeline-header {
  line-height: inherit;
  margin: 0 auto; }

.timeline-image img {
  width: 100%; }

/* .cta_story,
.cta_story:visited {
	text-transform: uppercase;
	color: $red;
	font-weight: bold;
}
.cta_story:after {
	content: '\25B6';
	color: $red;
	margin-left: 8px;
}
.cta_story:hover {
	text-decoration: none;
} */
a.cta_story {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #ee1d25;
  font-size: 16px;
  /* margin-bottom: 30px;
  display: inline-block; */ }
  a.cta_story:after {
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 1.1em;
    content: '\f0da';
    margin-left: 4px;
    vertical-align: top; }
  a.cta_story:active, a.cta_story:focus {
    text-decoration: none; }
  a.cta_story:hover {
    text-decoration: underline; }
  @media (hover: none), (hover: on-demand) {
    a.cta_story:hover {
      text-decoration: none; } }

.timeline-background {
  background-image: url(../img/timeline-bg2.png);
  background-size: 100%;
  position: absolute;
  height: 100%;
  width: 10%;
  left: 5%;
  background-repeat-x: no-repeat; }
  @media (max-width: 767px) {
    .timeline-background {
      width: 25%; } }
  @media (max-width: 991px) {
    .timeline-background {
      left: -5%; } }

.timeline-wrapper {
  position: relative; }

.timeline-block-bg {
  background: url(../img/landscape_bg_top-full.jpg) top center no-repeat, url(../img/faq_bg_bottom_d.jpg) bottom center no-repeat;
  background-color: #fcf9ea;
  background-size: contain;
  padding-bottom: 200px;
  padding-top: 220px; }
  @media (max-width: 767px) {
    .timeline-block-bg {
      padding: 60px 0; } }
  @media (max-width: 991px) {
    .timeline-block-bg {
      padding-bottom: 110px;
      padding-top: 130px; } }

.our-story .hero,
.our-story-product-section .hero {
  margin-bottom: 0;
  height: auto !important; }
  @media screen and (min-width: 992px) {
    .our-story .hero .featured-image,
    .our-story-product-section .hero .featured-image {
      display: flex;
      height: 450px;
      overflow: hidden; }
      .our-story .hero .featured-image img,
      .our-story-product-section .hero .featured-image img {
        height: auto;
        left: 50%;
        max-width: initial;
        position: absolute;
        transform: translateX(-50%);
        width: 1920px; } }

.our-story-product-section .hero .image-for-desktop {
  display: block; }
.our-story-product-section .hero .image-for-tablet,
.our-story-product-section .hero .image-for-mobile {
  display: none; }
.our-story-product-section .hero h2, .our-story-product-section .hero h3 {
  color: #ffffff; }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .our-story-product-section .hero .image-for-desktop {
    display: none; }
  .our-story-product-section .hero .image-for-tablet {
    display: block; }
  .our-story-product-section .hero .row-end {
    top: auto;
    right: auto;
    width: 100%;
    transform: none;
    -webkit-transform: none;
    position: absolute;
    bottom: 10%;
    margin: 0; }
    .our-story-product-section .hero .row-end .featured-text-wrapper {
      width: 100%;
      padding: 0 5%; } }
@media screen and (max-width: 767px) {
  .our-story-product-section .hero .image-for-desktop,
  .our-story-product-section .hero .image-for-tablet {
    display: none; }
  .our-story-product-section .hero .image-for-mobile {
    display: block; }
  .our-story-product-section .hero .row-end {
    top: auto;
    right: auto;
    width: 100%;
    transform: none;
    -webkit-transform: none;
    position: absolute;
    bottom: 10%;
    margin: 0; }
    .our-story-product-section .hero .row-end .featured-text-wrapper {
      width: 100%;
      padding: 0 5%; } }

.our-story-product-section .featured-image {
  position: relative; }
.our-story-product-section .home-product-feature {
  margin: 200px 0 120px; }
  @media screen and (max-width: 991px) {
    .our-story-product-section .home-product-feature {
      margin: 120px 0; } }
  @media (max-width: 767px) {
    .our-story-product-section .home-product-feature {
      margin: 60px 0; } }
.our-story-product-section .row-end {
  position: absolute;
  top: 50%;
  text-align: center;
  right: 0%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }
.our-story-product-section .row-start {
  position: absolute;
  top: 50%;
  text-align: center;
  left: 0%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }
.our-story-product-section .default {
  position: absolute;
  top: 50%;
  text-align: center;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
@media screen and (max-width: 991px) {
  .our-story-product-section .hero {
    height: auto; } }

#gallery-modeID {
  display: block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 1137px;
  box-sizing: border-box;
  text-align: left;
  padding: 50px 150px;
  border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 0px 0px 0px transparent;
  -moz-box-shadow: 0px 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px 0px transparent;
  background-color: #fff;
  width: 700px;
  margin: 0 auto; }

#youtube-modeID {
  display: block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 1137px;
  box-sizing: border-box;
  text-align: left;
  padding: 50px 150px;
  border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 0px 0px 0px transparent;
  -moz-box-shadow: 0px 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px 0px transparent;
  background-color: #fff;
  width: 700px;
  margin: 0 auto; }

.page-template-our-story .mfp-iframe-scaler {
  padding-top: 65%; }

.our-story-product-section .featured-image .featured-text-wrapper {
  margin: 0 auto; }
.our-story-product-section .featured-image p {
  font-size: 16px; }
.our-story-product-section .featured-image .no-separator {
  margin-bottom: 0px; }

@media screen and (min-width: 992px) {
  .ourstory-header {
    color: #fff;
    height: 575px;
    text-align: center;
    position: relative; } }
@media screen and (max-width: 767px) {
  .ourstory-header {
    padding: 175px 20px 70px; }
    .ourstory-header > .frow > div {
      width: 100%; }

  .ourstory-header p:first-child {
    margin-top: 0; }

  .ourstory-header h1 {
    margin-bottom: 30px; } }
@media screen and (max-width: 640px) {
  .our-story-product-section .row-end {
    margin-left: 0px;
    top: inherit;
    bottom: -50px; }

  .col-flex {
    display: flex;
    flex-direction: column; }

  .col-flex-content {
    order: 2;
    padding-top: 15px; }

  .col-flex-image {
    order: 1; }

  .timeline-event {
    padding: 30px 0; }

  .timeline-event .frow-1000 {
    padding: 0 0 0 9% !important; }

  .timeline-background {
    left: -11%; } }
@media screen and (max-width: 350px) {
  .our-story-product-section .row-end {
    margin-left: 0px;
    top: inherit;
    bottom: -80px; } }
/* Product Feature Icons */
.pf-icon {
  display: block;
  width: 215px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: auto; }

.icon-pastasauce {
  background-image: url(../img/icon-pastasauce.png); }

.icon-oliveoil {
  background-image: url(../img/icon-oliveoil.png); }

.icon-frozenmeal {
  background-image: url(../img/icon-frozenmeal.png); }

.pf-margin {
  margin-bottom: 43px; }

/*--------------------------------------------------------------
# Where to Buy
--------------------------------------------------------------*/
/* .wtb-product {
	display: block !important;
}
.wtb-bg {
	background: url(../img/where-to-buy_bg-top.jpg) top center no-repeat, url(../img/where-to-buy_bg-bottom.jpg) bottom center no-repeat;
 	background-color: #fcf9ea;
 	background-size: contain;
 	padding-bottom: 75px;
}
.wtb-margin {
	padding-top: 108px;
	margin-bottom: 75px;
}
.article-fix {
	width: 75%;
}
.wtb-copy {
	text-align: center;
	padding-bottom: 20px;
}

/* Where to Buy Form */
/* .wtb-form-title {
	font-family: $roboto;
	font-weight: 600;
	margin-bottom: 5px;
	text-align: left;
} */
/* .wtb-form #input_12_6_5_label {
	display: none;
} */
/* .form-search {
	text-align: center;
	margin-top: 30px;
} */
/* .wtb-form .gform_footer {
	display: none;
} */
/* .wtb-form .ginput_container_select {
  width: 95% !important;
} */
/* .wtb-form .address_zip {
	width: 95% !important;
} */
/* .wtb-form .gf_left_half {
	float: left !important;
} */
/* #input_12_6_5 {
	height: 32px;
}
 */
/* WTB Map */
/* #map {
	width: 50%;
}
.wtb-map-margin {
	margin: 75px 0;
	display: none;
}
 */
/* WTB Mobile Map Navigation */
/* .mobile-map-navigator {
	display: none;
}
 */
/* Results */
/* .results {
	margin-right: 35px;
}
.results-list-wrapper {
	margin: 0 auto;
}
.results-header {
    border-bottom: 1px solid;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 20px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.results-item {
	text-transform: uppercase;
	font-size: 14px;
}
.results-item::after {
	content:'';
	background-image: url(../img/results-border.png);
	height: 2px;
	display: block;
	background-repeat: no-repeat;
	margin: 15px 0;
	background-size: contain;
}
.results-item:last-child::after {
	content: "";
	width: 100%;
	height: 1px;
    border-bottom: 1px solid;
}
.results-item a {
    color: $red;
    font-weight: 600;
}
.results-item-title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.results-bold {
	font-weight: bold;
}
.results-item-button .cta {
	margin-bottom: 0;
} */
/* @media screen and (max-width: 640px) {
	// WTB Form
	.wtb-form .ginput_container_select {
		width: 310px !important;
	}
	.wtb-form .gform_footer {
		margin-top: 30px !important;
	}
	.wtb-refine {
		padding-top: 50px;
	}
	.wtb-form .address_zip {
		width: 310px !important;
	}
	// WTB Mobile Navigation
	.mobile-map-navigator {
		display: inline-block;
		text-align: center;
		height: 39.4px;
		margin-bottom: 40px;
	}
	.navigator-icon {
		background-size: contain !important;
		width: 128px;
		height: 35.4px;
		background-position: center center;
		display: inline-block;
		background-repeat: no-repeat;
		border: 1px solid;
	}
	.results-icon {
		background: url(../img/results_icon.jpg);
		margin-right: -4px;
	}
	.map-icon {
		background: url(../img/map_icon.jpg);
	}
	.map {
		display: none;
	}
	.results-item:last-child::after {
		content: '';
		width: 100%;
		height: 1px;
		background-color: $brown;
	}
	.results {
		margin-right: 0;
	}
} */
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
/* .breadcrumbs span[property="name"] {
    display: inline-block;
    padding: 0;
    margin-top: -3px;
    vertical-align: middle;
    max-width: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
} */
.breadcrumbs {
  margin-top: -40px;
  position: relative;
  top: 80px;
  left: 20px;
  color: #694723;
  font-size: 12px;
  text-transform: capitalize;
  width: 100%;
  height: auto;
  z-index: 1; }
  .breadcrumbs a {
    color: #694723; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  @media (max-width: 640px) {
    .breadcrumbs {
      display: none; } }
  .breadcrumbs.white {
    color: #ffffff; }
    .breadcrumbs.white a {
      color: #ffffff; }

/* Home */
/* Our story gallery */
.page-template-our-story .mfp-bottom-bar {
  margin-top: 5px;
  position: relative; }
.page-template-our-story .mfp-counter {
  display: none; }
.page-template-our-story .mfp-figure figure {
  background: #FFF;
  border-radius: 4px;
  padding: 5px; }
.page-template-our-story .mfp-img {
  padding: 0; }
.page-template-our-story .mfp-title {
  color: #000;
  padding: 20px;
  text-align: center; }
  .page-template-our-story .mfp-title:empty {
    display: none; }

/*--------------------------------------------------------------
# Site Map
--------------------------------------------------------------*/
.site-map {
  background: url(../img/site_map_desktop_bg.png) top center no-repeat, url(../img/faq_bg_bottom_d.jpg) bottom center no-repeat;
  background-color: #fcf9ea;
  background-size: 100%;
  padding-bottom: 200px;
  padding-top: 130px;
  min-height: 700px;
  margin-bottom: 80px; }
  @media (min-width: 641px) and (max-width: 991px) {
    .site-map {
      margin-bottom: 90px;
      padding-top: 100px; } }
  @media (max-width: 640px) {
    .site-map {
      margin-bottom: 0px;
      padding-top: 100px;
      min-height: 500px;
      padding-bottom: 150px;
      background: url(../img/site_map_mobile_bg.png) top center no-repeat, url("../img/background-landscape-texture_bottom_754.jpg") no-repeat center bottom, #fcf9ea;
      background-size: 100%, auto; } }
  .site-map h3 {
    margin-bottom: 25px; }
    @media (max-width: 640px) {
      .site-map h3 {
        margin-bottom: 10px;
        font-size: 22px; } }
  .site-map h4 {
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    margin-bottom: 35px; }
    @media (max-width: 640px) {
      .site-map h4 {
        font-size: 16px;
        margin-bottom: 25px;
        margin-top: 35px; } }
  .site-map h5 {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    margin: 60px auto 20px; }
  .site-map li {
    margin: 20px auto;
    font-family: "Roboto", sans-serif;
    font-weight: 400; }
  .site-map .desktop-seperator_1000-1 {
    margin-bottom: 35px; }
    @media (max-width: 640px) {
      .site-map .desktop-seperator_1000-1 {
        margin-bottom: 0px; } }
  .site-map .desktop-seperator_1000 {
    margin-bottom: 15px; }
    @media (max-width: 640px) {
      .site-map .desktop-seperator_1000 {
        margin-bottom: 5px; } }
  .site-map h3:not(.no-separator):after {
    content: "";
    display: block;
    background: url(http://dev.redesign.bertolli.com/wp-content/themes/bertolli/img/desktopSeperator_1000.png) no-repeat center center;
    background-size: contain;
    height: 10px;
    margin: 10px auto 20px; }
  @media screen and (max-width: 640px) {
    .site-map h3:not(.no-separator):after {
      background: url(../img/site-map-seperator_mobile_1.png) no-repeat center center;
      width: 350px; } }
  @media screen and (max-width: 400px) {
    .site-map h3:not(.no-separator):after {
      background: url(../img/site-map-seperator_mobile.png) no-repeat center center;
      width: 265px; } }

.site-map-row {
  padding-top: 80px !important; }
  @media (max-width: 640px) {
    .site-map-row {
      padding-top: 50px !important; } }

.site-map-wrapper {
  display: flex;
  text-align: center;
  justify-content: space-between; }
  @media (max-width: 640px) {
    .site-map-wrapper {
      flex-direction: column; } }

.site-map-wrapper-single-col {
  display: flex;
  text-align: center;
  justify-content: center; }

.bravo-lp #sweepsiframe {
  width: 100%;
  /*REQUIRED – DO NOT ALTER*/
  height: 100%;
  /*REQUIRED – DO NOT ALTER*/
  min-height: 650px;
  /*REQUIRED – ADJUSTABLE*/
  overflow: hidden;
  /*REQUIRED – DO NOT ALTER*/
  border: none;
  /* OPTIONAL */
  margin: 50px 0; }
  @media (min-width: 641px) {
    .bravo-lp #sweepsiframe {
      margin: 100px 0 50px; } }

.our-story-module section.secondary-hero a.cta {
  margin: 15px 0; }

@media (min-width: 641px) and (max-width: 991px) {
  .our-story-module-text-wrapper br {
    display: none; }

  .our-story-module-text-wrapper h1 {
    margin-top: 10px; } }
@media screen and (min-width: 641px) {
  .our-story-module .secondary-hero .mobile-hero-image {
    display: none !important; } }
@media screen and (max-width: 640px) {
  .our-story-product-section .secondary-hero {
    height: auto;
    position: relative; }

  .our-story-module .our-story-module-text-wrapper {
    text-align: center; }

  .our-story-module .our-story-module-product-section-h1 {
    font-size: 40px;
    line-height: 52px; }

  .our-story-product-section .mobile-hero-image {
    width: 100%;
    overflow: hidden;
    display: block; }

  .our-story-module .our-story-module-product-section-h1 {
    font-size: 32px;
    line-height: 42px;
    padding: 0;
    margin-bottom: 10px; }

  .our-story-module-text-wrapper p {
    font-size: 16px;
    line-height: 20px; } }
@media screen and (max-width: 400px) {
  div.our-story-module img.our-story-module-mobile-hero-image {
    padding-top: 0px !important; }

  .our-story-module .our-story-module-copy {
    bottom: -50px; } }
/*--------------------------------------------------------------
# FAQ PAGE
--------------------------------------------------------------*/
.faq-section {
  background: url(../img/faq_bg_top_d.jpg) top center no-repeat, url(../img/faq_bg_bottom_d.jpg) bottom center no-repeat;
  background-color: #fcf9ea;
  background-size: contain;
  padding-bottom: 100px;
  padding-top: 150px; }
  @media (min-width: 641px) and (max-width: 991px) {
    .faq-section {
      padding-bottom: 20px; } }
  .faq-section h1 {
    font-size: 52px;
    line-height: 1.4em; }
  .faq-section .faq-title-copy {
    text-align: center;
    margin: 0 auto; }
  .faq-section .faq-content {
    padding-bottom: 100px; }
    .faq-section .faq-content h3 {
      padding: 70px 0px 0px 20px; }
    .faq-section .faq-content h3:nth-child(1) {
      padding: 30px 0px 0px 20px; }
    .faq-section .faq-content .no-separator {
      text-align: left; }
    .faq-section .faq-content .accordion-question:hover {
      cursor: pointer; }
    .faq-section .faq-content .faq-header {
      text-align: left;
      display: inline-block;
      padding-left: 15px;
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      max-width: 93%;
      vertical-align: top; }
    .faq-section .faq-content li {
      list-style-type: disc !important;
      list-style-position: inside; }
    .faq-section .faq-content .Toggle-plus {
      display: inline-block;
      width: 20px;
      height: 20px;
      border-radius: 15px;
      position: relative;
      border: 2px solid #d2ae5f;
      vertical-align: middle; }
      .faq-section .faq-content .Toggle-plus .Toggle-vertical, .faq-section .faq-content .Toggle-plus .Toggle-horizontal {
        position: absolute;
        width: 10px;
        height: 2px;
        background: #d2ae5f;
        transition: all 0.75s;
        border-radius: 3px;
        top: 7px;
        left: 3px; }
    .faq-section .faq-content .Toggle-plus.is--opened .Toggle-vertical {
      transform: rotate(90deg); }
    .faq-section .faq-content .Toggle-plus.is--closed .Toggle-vertical {
      transform: rotate(0deg); }
    .faq-section .faq-content .Toggle-plus.is--opened .Toggle-horizontal {
      transform: rotate(0deg) scale(1, 1); }
    .faq-section .faq-content .Toggle-plus.is--closed .Toggle-horizontal {
      transform: rotate(0deg) scale(0, 1); }
    .faq-section .faq-content .faq-copy {
      margin: 0px 50px 50px;
      display: none; }
      .faq-section .faq-content .faq-copy p {
        margin: 0px 0px 20px 0px; }

/* MOBILE STYLES */
@media (max-width: 767px) {
  .faq-section {
    padding-bottom: 75px;
    padding-top: 100px;
    background-size: 250%;
    background-position: top right, bottom right; }
    .faq-section .faq-content {
      padding-bottom: 65px; }
      .faq-section .faq-content h3 {
        padding: 20px 0px 0px 20px;
        margin-bottom: 0; }
      .faq-section .faq-content h3:nth-child(1) {
        padding: 25px 0px 0px 20px; }
      .faq-section .faq-content .accordion {
        margin: 20px 0px; }
      .faq-section .faq-content .Toggle-plus {
        display: inline-block;
        width: 18px;
        height: 18px;
        border-radius: 15px;
        position: relative;
        border: 2px solid #d2ae5f;
        vertical-align: middle; }
        .faq-section .faq-content .Toggle-plus .Toggle-vertical, .faq-section .faq-content .Toggle-plus .Toggle-horizontal {
          position: absolute;
          width: 10px;
          height: 2px;
          background: #d2ae5f;
          transition: all 0.75s;
          border-radius: 3px;
          top: 6px;
          left: 2px; }
      .faq-section .faq-content .faq-header {
        margin-bottom: 0px;
        line-height: 1.3em;
        padding-left: 8px;
        width: 90%; }
      .faq-section .faq-content .faq-copy {
        margin: 20px 0px 40px 30px;
        line-height: 1.4em;
        display: none; }
        .faq-section .faq-content .faq-copy p {
          margin-top: 0px;
          margin-bottom: 10px; }
        .faq-section .faq-content .faq-copy p:nth-last-child(1) {
          margin-bottom: 0px; } }
/*--------------------------------------------------------------
# Terms of Service PAGE
--------------------------------------------------------------*/
.tos-section {
  background: url(../img/faq_bg_top_d.jpg) top center no-repeat, url(../img/faq_bg_bottom_d.jpg) bottom center no-repeat;
  background-color: #fcf9ea;
  background-size: contain;
  padding-bottom: 100px;
  padding-top: 50px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .tos-section {
      padding-bottom: 20px; } }
  @media (max-width: 767px) {
    .tos-section {
      padding-bottom: 10px; } }
  .tos-section ul.language-toggle {
    float: right;
    margin: 0px 5%;
    line-height: .8em; }
    .tos-section ul.language-toggle li {
      padding-right: 5px; }
      .tos-section ul.language-toggle li:first-of-type a {
        color: #d3ae5f; }
      .tos-section ul.language-toggle li a {
        color: #535353;
        font-size: 14px;
        font-weight: 300; }
  .tos-section ul:not(.language-toggle) {
    padding-left: 25px;
    margin-bottom: 20px; }
    .tos-section ul:not(.language-toggle) li {
      position: relative;
      font-weight: lighter;
      margin-bottom: 10px; }
      .tos-section ul:not(.language-toggle) li::before {
        content: "•";
        position: absolute;
        left: -10px; }
  .tos-section .frow.frow-1000 {
    padding: 50px 30px 0px;
    clear: both;
    margin-bottom: 75px; }
  .tos-section h3 {
    margin: 40px 0px 20px;
    text-align: left; }
  .tos-section p {
    font-weight: lighter;
    margin: 10px 0px; }
    .tos-section p a {
      color: #ee1d25; }

/*--------------------------------------------------------------
# SIGN UP PAGE
--------------------------------------------------------------*/
.email-sign-up {
  background: url(../img/sign_up_hero_top_desktop2.png) top center no-repeat, url(../img/faq_bg_bottom_d.jpg) bottom center no-repeat;
  background-color: #fcf9ea;
  background-size: 100%;
  padding-bottom: 100px;
  padding-top: 130px;
  margin-bottom: 80px;
  /* body .gform_wrapper .gform_footer input[type=submit] */ }
  @media (min-width: 641px) and (max-width: 991px) {
    .email-sign-up {
      margin-bottom: 90px; } }
  @media (max-width: 640px) {
    .email-sign-up {
      margin-bottom: 60px; } }
  .email-sign-up img.gform_ajax_spinner {
    position: absolute !important;
    z-index: 999999;
    left: calc(50% - 30px);
    bottom: 100px; }
    @media (max-width: 640px) {
      .email-sign-up img.gform_ajax_spinner {
        left: calc(50% - 20px); } }
  .email-sign-up ul {
    background: transparent !important; }
  .email-sign-up li {
    border: none !important;
    background: transparent !important; }
  @media (max-width: 640px) {
    .email-sign-up input {
      font-size: 16px; } }
  .email-sign-up .frow-padding {
    padding-bottom: 10%; }
  .email-sign-up .gform_wrapper {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px; }
  .email-sign-up .gform_wrapper .top_label .ginput_complex.ginput_container.ginput_container_email, .email-sign-up .gform_wrapper .top_label .ginput_container_email input.ginput_complex.ginput_container_email, .ginput_container_email .email-sign-up .gform_wrapper .top_label input.ginput_complex.ginput_container_email {
    width: 100%; }
  .email-sign-up .gform_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_left, .email-sign-up .gform_wrapper .ginput_container_email input.ginput_complex.ginput_container_email .ginput_left, .ginput_container_email .email-sign-up .gform_wrapper input.ginput_complex.ginput_container_email .ginput_left, .email-sign-up .gform_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_right, .email-sign-up .gform_wrapper .ginput_container_email input.ginput_complex.ginput_container_email .ginput_right, .ginput_container_email .email-sign-up .gform_wrapper input.ginput_complex.ginput_container_email .ginput_right {
    padding-right: 0px; }
  .email-sign-up .gform_wrapper .ginput_complex .ginput_right {
    display: block; }
  .email-sign-up #label_7_4_1 a {
    text-decoration: underline; }
  .email-sign-up #label_7_4_1:after {
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
    padding-left: 1px; }
  .email-sign-up #label_7_4_1:hover:after {
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
    padding-left: 1px; }
  @media (hover: none), (hover: on-demand) {
    .email-sign-up #label_7_4_1:hover:before {
      background-color: #ffffff; } }
  .email-sign-up #input_7_5_1_container label {
    display: none; }
  .email-sign-up #input_7_5_2_container label:after {
    content: '*';
    margin-left: 4px;
    color: #ee1d25; }
  .email-sign-up .gform_wrapper input[type="text"] {
    font-style: italic;
    font-weight: 300;
    /* font-size: 12px !important; */
    font-size: 16px;
    padding: 8px !important; }
  .email-sign-up #input_7_5_2_container label {
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #694723;
    margin-bottom: 4px !important;
    margin-top: 10px !important;
    line-height: 1.3; }
  .email-sign-up #field_7_1, .email-sign-up #field_7_2, .email-sign-up #field_7_5 {
    padding-left: 15%;
    padding-right: 15%; }
  .email-sign-up input#input_7_1, .email-sign-up input#input_7_2, .email-sign-up span#input_7_5_1_container, .email-sign-up span#input_7_5_2_container {
    width: 100%; }
  .email-sign-up .gform_wrapper ul li.gfield.field_sublabel_above.field_description_below + li.gfield {
    margin-top: 0px; }
  .email-sign-up .gform_wrapper .gfield_checkbox li #label_7_4_1 {
    max-width: 100%;
    line-height: 2;
    font-size: 12px;
    font-weight: 300; }
  .email-sign-up .gform_footer {
    display: block; }
    @media (max-width: 640px) {
      .email-sign-up .gform_footer input[type=submit] {
        width: 145px !important; } }
  .email-sign-up .gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
    margin-top: 0px; }
  .email-sign-up .gform_wrapper .field_sublabel_above .gfield_description {
    margin-top: 0px; }
  .email-sign-up .validation_message {
    text-align: center; }
  .email-sign-up .gform_confirmation_message_7 {
    text-align: center;
    margin: 50px 0px 200px;
    margin: 50px 0 10vw;
    width: 100%; }
    @media (max-width: 640px) {
      .email-sign-up .gform_confirmation_message_7 {
        margin: 50px 0px 200px;
        margin: 50px 0 15vw; } }

/* MOBILE STYLES */
@media (max-width: 640px) {
  .email-sign-up {
    background-size: 150%, 300%;
    background-position-x: 75%, 0px; }
    .email-sign-up #field_7_1, .email-sign-up #field_7_2, .email-sign-up #field_7_5 {
      padding-left: 0%;
      padding-right: 0%;
      margin-top: 0px !important; }
    .email-sign-up .gform_wrapper .gfield_checkbox li #label_7_4_1 {
      line-height: 1.3; } }
/*--------------------------------------------------------------
# OPT OUT PAGE
--------------------------------------------------------------*/
.opt-out {
  background: url(../img/sign_up_hero_top_desktop2.png) top center no-repeat, url(../img/faq_bg_bottom_d.jpg) bottom center no-repeat;
  background-color: #fcf9ea;
  background-size: 100%;
  padding-bottom: 100px;
  padding-top: 130px;
  min-height: 880px;
  margin-bottom: 80px;
  /* body .gform_wrapper .gform_footer input[type=submit] */ }
  @media (max-width: 1440px) {
    .opt-out {
      min-height: 700px; } }
  @media (min-width: 641px) and (max-width: 991px) {
    .opt-out {
      margin-bottom: 90px;
      padding-top: 100px; } }
  @media (max-width: 640px) {
    .opt-out {
      margin-bottom: 0px;
      padding-top: 100px;
      min-height: 500px;
      background: url(../img/sign_up_hero_top_desktop2.png) top center no-repeat, url("../img/background-landscape-texture_bottom_754.jpg") no-repeat center bottom, #fcf9ea; } }
  .opt-out .opt-out-inner {
    min-height: 400px; }
  .opt-out img.gform_ajax_spinner {
    position: absolute !important;
    z-index: 999999;
    left: calc(50% - 30px);
    bottom: 100px; }
    @media (max-width: 640px) {
      .opt-out img.gform_ajax_spinner {
        left: calc(50% - 20px); } }
  .opt-out ul {
    background: transparent !important; }
  .opt-out li {
    border: none !important;
    background: transparent !important; }
  @media (max-width: 640px) {
    .opt-out input {
      font-size: 16px; } }
  .opt-out .frow-padding {
    padding-bottom: 10%; }
  .opt-out .gform_wrapper {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px; }
  .opt-out .gform_wrapper .top_label .ginput_complex.ginput_container.ginput_container_email, .opt-out .gform_wrapper .top_label .ginput_container_email input.ginput_complex.ginput_container_email, .ginput_container_email .opt-out .gform_wrapper .top_label input.ginput_complex.ginput_container_email {
    width: 100%; }
  .opt-out .gform_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_left, .opt-out .gform_wrapper .ginput_container_email input.ginput_complex.ginput_container_email .ginput_left, .ginput_container_email .opt-out .gform_wrapper input.ginput_complex.ginput_container_email .ginput_left, .opt-out .gform_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_right, .opt-out .gform_wrapper .ginput_container_email input.ginput_complex.ginput_container_email .ginput_right, .ginput_container_email .opt-out .gform_wrapper input.ginput_complex.ginput_container_email .ginput_right {
    padding-right: 0px; }
  .opt-out .gform_wrapper .ginput_complex .ginput_right {
    display: block; }
  .opt-out .gform_wrapper input[type="text"] {
    font-style: italic;
    font-weight: 300;
    /* font-size: 12px !important; */
    font-size: 16px;
    padding: 8px !important; }
  .opt-out div#gform_confirmation_wrapper_8 {
    padding-top: 100px; }
  .opt-out #field_8_1 {
    width: 380px;
    /*padding-left: 15%;
    padding-right: 15%;*/ }
  .opt-out input#input_8_1 {
    width: 100%; }
  .opt-out input#gform_submit_button_8 {
    margin: 0; }
  .opt-out .gform_wrapper ul li.gfield.field_sublabel_above.field_description_below + li.gfield {
    margin-top: 0px; }
  .opt-out .gform_footer {
    display: block; }
    @media (max-width: 640px) {
      .opt-out .gform_footer input[type=submit] {
        width: 145px !important; } }
  .opt-out .gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
    margin-top: 0px; }
  .opt-out .gform_wrapper .field_sublabel_above .gfield_description {
    margin-top: 0px; }
  .opt-out .validation_message {
    text-align: center; }
  .opt-out .gform_confirmation_message_7 {
    text-align: center;
    margin: 50px 0;
    width: 100%; }

/* MOBILE STYLES */
@media (max-width: 640px) {
  .opt-out {
    background-size: 150%, 300%;
    background-position-x: 75%, 0px; }
    .opt-out #field_8_1 {
      width: 100%;
      min-width: 225px;
      padding-left: 0%;
      padding-right: 0%;
      margin-top: 0px !important; }
    .opt-out #input_8_1 {
      line-height: 1; }
    .opt-out .gform_wrapper {
      padding-left: 0;
      padding-right: 0; }
    .opt-out div#gform_confirmation_wrapper_8 {
      font-size: 14px;
      text-align: center; } }
/*--------------------------------------------------------------
# Email a Friend Modal
--------------------------------------------------------------*/
.fa:focus {
  outline: none; }

/* MODAL 1 - EMAIL A FRIEND */
#email-friend-modeID {
  background: url(../img/modal-background-tuscan_95x280.jpg) no-repeat bottom right; }

.displayBlock {
  display: block !important; }

.displayNone {
  display: none !important; }

#email-friend-modeID.modal {
  display: block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 1137px;
  box-sizing: border-box;
  text-align: left;
  padding: 50px 150px;
  border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  background-color: #fff;
  width: 700px;
  margin: 0 auto; }
  #email-friend-modeID.modal .email-friend-modal-body {
    text-align: center; }
  #email-friend-modeID.modal form {
    text-align: left; }
  #email-friend-modeID.modal .form-group {
    padding-bottom: 15px; }
  #email-friend-modeID.modal label {
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #694723;
    margin-top: 0 !important; }
  #email-friend-modeID.modal input, #email-friend-modeID.modal textarea {
    border: 2px solid #694723; }
  #email-friend-modeID.modal input[type="text"], #email-friend-modeID.modal textarea.form-control {
    font-style: italic;
    font-weight: 300;
    font-size: 12px !important;
    padding: 8px !important;
    background-color: #fcf8e5;
    margin: 0; }
  #email-friend-modeID.modal textarea#email-message {
    height: 96px; }
  #email-friend-modeID.modal .email-required-key {
    color: #333333;
    font-weight: 300; }
  #email-friend-modeID.modal .text-center {
    text-align: center;
    margin-top: 40px; }
  #email-friend-modeID.modal button[type="submit"] {
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    border: 2px solid #fcf9ea;
    outline: 2px solid #d3ae5f;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1 !important;
    display: inline-block;
    letter-spacing: 1px;
    background-color: #ee1d25;
    padding: 8px 30px;
    width: auto; }
    #email-friend-modeID.modal button[type="submit"]:hover {
      background-color: #6d0000; }
  #email-friend-modeID.modal .bertolli-red {
    color: #ee1d25; }
  #email-friend-modeID.modal .hidden {
    display: none; }
  #email-friend-modeID.modal .validation_message {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #ee1d25;
    padding-top: 4px !important;
    margin: 5px 0px 0px; }
  #email-friend-modeID.modal form:not(.reset) label:not(.reset) {
    padding: 5px 0px; }
  #email-friend-modeID.modal .ajax-loader {
    margin: 0 auto; }

h2.email-friend-modal-h2:after {
  content: "";
  display: block;
  background: url("../img/desktopSeparatorx2.png") no-repeat center center;
  background-size: contain;
  width: 373px;
  height: 10px;
  margin: 13px auto 10px; }
  @media (max-width: 640px) {
    h2.email-friend-modal-h2:after {
      width: 220px;
      margin: 10px auto 10px auto !important; } }

@media only screen and (min-width: 640px) and (max-width: 991px) {
  #email-friend-modeID.modal {
    width: 90%;
    padding: 50px 100px; } }
@media only screen and (max-width: 639px) {
  #email-friend-modeID.modal {
    width: 90%;
    padding: 50px 10%; }

  #email-friend-modeID {
    background-size: 50%; } }
@media only screen and (max-width: 320px) {
  h2.email-friend-modal-h2:after {
    width: 100%; } }
.cta.fb-cta {
  border: 2px solid #4867aa; }
  .cta.fb-cta > div {
    background-color: #4867aa;
    position: relative;
    padding-left: 60px; }
    .cta.fb-cta > div span {
      font-family: "Roboto", sans-serif;
      font-weight: 300;
      font-style: italic;
      text-transform: none; }
    .cta.fb-cta > div:before {
      content: '\f082';
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: 1.6em;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      top: 50%;
      left: 30px;
      transform: translateY(-50%); }

i.favorite_toggle {
  cursor: pointer; }
  i.favorite_toggle.favorited {
    color: #ee1d25; }

.related_icon-links i.favorite_toggle {
  font-size: 16px;
  padding: 6px 5px 4px;
  background-color: rgba(255, 255, 255, 0.7); }

.signin {
  text-align: center;
  background: url("../img/favorites-bg-top_tetxureNew2.png") no-repeat top center, url("../img/background-landscape_bottom_799.jpg") bottom center no-repeat;
  background-color: #fcf9ea;
  background-size: contain;
  padding: 110px 0 160px;
  margin-bottom: 60px; }
  .signin .disclaimer {
    font-size: 14px;
    font-style: italic; }

.favorites {
  background: url("../img/favorites-bg-top.jpg") no-repeat top center, url("../img/background-landscape_bottom_799.jpg") bottom center no-repeat;
  background-color: #fcf9ea;
  background-size: contain;
  padding: 110px 0 120px;
  margin-bottom: 60px; }
  .favorites .body-copy {
    text-align: center; }
  .favorites .no-favorites img {
    width: 100%; }
  .favorites .no-favorites .copy {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    margin: 30px 0; }

.favorites-filter {
  text-align: center;
  margin: 60px 0; }
  .favorites-filter .filter-container {
    border: 2px solid #694723; }
  .favorites-filter .filter-option {
    padding: 6px 0;
    border-right: 2px solid #694723;
    cursor: pointer; }
    @media (max-width: 640px) {
      .favorites-filter .filter-option {
        border-right: none; } }
    .favorites-filter .filter-option:last-of-type {
      border: none; }
    .favorites-filter .filter-option.active, .favorites-filter .filter-option:hover {
      color: #ffffff;
      background-color: #694723;
      text-decoration: none; }

.favorites-container {
  width: 100%; }

.favorite-item {
  margin-bottom: 20px; }
  .favorite-item.product .related_icon-links i.fa-pinterest-p {
    background-color: transparent;
    color: #ee1d25; }
  .favorite-item.product .related_icon-links i.favorite_toggle {
    background-color: transparent; }
  .favorite-item .image-container {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    position: relative;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0; }
    .favorite-item .image-container img {
      width: 100%;
      height: auto; }
    .favorite-item .image-container .related_description:hover {
      bottom: 0px; }
    .favorite-item .image-container .related_description:before {
      content: '';
      text-transform: uppercase;
      text-align: center;
      font-size: 9px;
      line-height: 20px;
      color: #ffffff;
      border-radius: 150px / 50px;
      background-color: #000000;
      border: 1px solid #ffffff;
      position: absolute;
      height: 22px;
      width: 72px;
      top: -11px;
      left: 50%;
      transform: translateX(-50%); }
    .favorite-item .image-container .related_description.recipe:before {
      content: 'Recipe';
      background-color: #694723; }
    .favorite-item .image-container .related_description.how_tos:before {
      content: 'How To';
      background-color: #ee1d25; }
    .favorite-item .image-container .related_description-top {
      height: 70px;
      text-align: center; }
      .favorite-item .image-container .related_description-top .related_description-title {
        font-size: 14px; }
    .favorite-item .image-container .related_description-bottom {
      font-size: 12px;
      margin: 0 10px; }
      .favorite-item .image-container .related_description-bottom .related_description-category {
        text-align: center; }
  .favorite-item .product-square {
    padding-bottom: 100%;
    position: relative; }
    .favorite-item .product-square .product-content {
      /* Flexbox wrapper styles */
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      .favorite-item .product-square .product-content > a {
        display: block;
        width: 100%;
        height: 100%; }
    .favorite-item .product-square .product-image {
      padding-top: 20px;
      height: 85%; }
      .favorite-item .product-square .product-image img {
        width: auto;
        height: 100%;
        margin: 0 auto;
        display: block; }
    .favorite-item .product-square .product-title {
      text-align: center;
      position: absolute;
      bottom: 0;
      width: 100%;
      padding-bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      padding: 0 25px 6%;
      font-size: 14px; }
      .favorite-item .product-square .product-title sup {
        border: none !important; }

.signin-module {
  background: url(../img/modal-background-tuscan_95x280.jpg) no-repeat bottom right #fff;
  margin: 0 auto;
  display: block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 50px 30px;
  max-width: 600px; }
  .signin-module h2 {
    font-size: 30px; }
  .signin-module .cta {
    margin-top: 30px; }

.account-management-module {
  background: url(../img/modal-background-tuscan_95x280.jpg) no-repeat bottom right #fff;
  margin: 0 auto;
  display: block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 50px 30px; }
  .account-management-module .copy {
    margin: 30px; }
  .account-management-module .divider {
    display: inline-block;
    background: #ffffff;
    background: url("../img/social-links-bg-left.png") no-repeat 0 calc(50% - 1px), url("../img/social-links-bg-right.png") no-repeat 100% calc(50% - 1px), #ffffff;
    background-size: auto 7px, auto 7px;
    padding: 0 20px; }
    .account-management-module .divider span {
      display: block;
      padding: 0 20px; }
    .account-management-module .divider:before, .account-management-module .divider:after {
      content: "";
      position: absolute;
      width: 40%;
      height: 2px;
      background: #d3ae5f;
      top: calc(50% - 1.5px);
      z-index: -1; }
    .account-management-module .divider:before {
      right: 0;
      margin-right: 60px; }
    .account-management-module .divider:after {
      left: 0;
      margin-left: 60px; }
  .account-management-module .disconnect-show {
    display: none; }
    .account-management-module .disconnect-show .copy {
      font-size: 14px;
      color: #ee1d25; }
    .account-management-module .disconnect-show .cta.fb-cta > div {
      padding: 8px 30px; }
      .account-management-module .disconnect-show .cta.fb-cta > div:before {
        content: ''; }

/*--------------------------------------------------------------
[International Page]
--------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

PAGE WIDE
REGIONS
HEADLINE
MOBILE STYLES
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[ PAGE WIDE ]
*/
body.page-template-international {
  background: #ffffff; }

.innerRowMarginBottom {
  margin-bottom: 25px; }

.international-page-container {
  max-width: 1920px;
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
  background: #ffffff; }

.page-international {
  background: url("../img/international-page-background-full.jpg") no-repeat, #fcf9ea;
  background-size: cover; }
  @media (max-width: 640px) {
    .page-international {
      background: url("../img/international-page-background-mobile.png") top no-repeat, #fcf9ea;
      background-position: 0px -50px; } }

#international-logo-container {
  width: 33%;
  padding-top: 40px; }

/*------------------------------------------------------------------
[ HEADLINE ]
*/
.page-international-headline {
  text-align: center;
  margin-bottom: 65px; }

/*------------------------------------------------------------------
[ REGIONS - lists ]
*/
.logo-top {
  border-bottom: 1px solid #d4ae65; }
  @media (max-width: 640px) {
    .logo-top {
      border: none; } }

.page-international-lists_top, .page-international-lists_bottom {
  padding: 0px 30px 25px 30px;
  background: rgba(0, 0, 0, 0.5);
  text-align: left;
  color: #ffffff; }
  @media (max-width: 640px) {
    .page-international-lists_top, .page-international-lists_bottom {
      padding: 0px; } }
  .page-international-lists_top li, .page-international-lists_bottom li {
    margin-bottom: 12px;
    padding-left: 54px; }
    .page-international-lists_top li::before, .page-international-lists_bottom li::before {
      content: '\2022 ';
      color: #ee1d25;
      padding-right: 5px;
      font-size: 16px; }
      @media (max-width: 640px) {
        .page-international-lists_top li::before, .page-international-lists_bottom li::before {
          content: '';
          padding-right: 0px; } }
  .page-international-lists_top li a, .page-international-lists_bottom li a {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #ffffff;
    /* &::before {
      content: '\2022 ';
      color: $red;
      padding-right: 5px;
      font-size: 16px;
      @include mobile{
        content: '';
        padding-right: 0px;
      }
    } */ }
    @media (max-width: 640px) {
      .page-international-lists_top li a, .page-international-lists_bottom li a {
        color: #d3ae5f; } }
    .page-international-lists_top li a:hover, .page-international-lists_bottom li a:hover {
      color: #ee1d25; }

@media (max-width: 640px) {
  .page-international-lists_top {
    background: rgba(0, 0, 0, 0); } }

@media (max-width: 640px) {
  .page-international-lists_bottom {
    background: #ffffff; } }

div.page-international-regions > li {
  display: inline-block; }
  div.page-international-regions > li li {
    margin-bottom: 20px; }
@media (min-width: 641px) and (max-width: 991px) {
  div.page-international-regions ul {
    display: block !important; } }
@media (min-width: 641px) {
  div.page-international-regions ul {
    display: block !important; } }

.tab {
  background: url("../img/red-tab.png") no-repeat;
  background-size: 100%;
  width: 300px;
  height: 38px;
  text-align: center;
  line-height: 36px;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase; }
  @media (max-width: 640px) {
    .tab {
      background: url("../img/red-tab-top.png") no-repeat;
      background-size: 100%;
      height: 36px;
      margin-bottom: 0px; } }

.top-copy {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
  position: relative; }
  .top-copy:before {
    content: "";
    position: absolute;
    left: 15%;
    bottom: 0;
    height: 1px;
    width: 70%;
    border-bottom: 1px solid #d3ae5f; }
    @media (max-width: 640px) {
      .top-copy:before {
        display: none; } }
  @media (max-width: 640px) {
    .top-copy {
      border: none;
      font-size: 14px;
      padding: 15px 0;
      width: 70%; } }

@media (max-width: 640px) {
  .regions-list-container {
    padding-bottom: 0px;
    border-top: 1px solid #d3ae5f; } }

@media (max-width: 640px) {
  .regions-list-container ul {
    list-style: none;
    text-align: center; } }
.regions-list-container ul li {
  margin-bottom: 6px;
  padding-left: 48px; }
  @media (min-width: 641px) and (max-width: 991px) {
    .regions-list-container ul li {
      padding-left: 37px; } }
  @media (max-width: 640px) {
    .regions-list-container ul li {
      padding-left: 0px; } }

.page-international-regions div.col-md-1-3:nth-of-type(1) h3::before {
  display: inline-block;
  width: 33px;
  height: 33px;
  margin-right: 15px;
  content: "";
  background: url("../img/icon-na.png") no-repeat 0 0;
  background-size: 100%;
  position: relative;
  top: 7px; }
  @media (min-width: 641px) and (max-width: 991px) {
    .page-international-regions div.col-md-1-3:nth-of-type(1) h3::before {
      width: 22px;
      height: 22px; } }
  @media (max-width: 640px) {
    .page-international-regions div.col-md-1-3:nth-of-type(1) h3::before {
      width: 22px;
      height: 22px; } }

.page-international-regions div.col-md-1-3:nth-of-type(2) h3::before {
  display: inline-block;
  width: 33px;
  height: 33px;
  margin-right: 15px;
  content: "";
  background: url("../img/icon-eu.png") no-repeat 0 0;
  background-size: 100%;
  position: relative;
  top: 7px; }
  @media (min-width: 641px) and (max-width: 991px) {
    .page-international-regions div.col-md-1-3:nth-of-type(2) h3::before {
      width: 22px;
      height: 22px;
      top: 3px; } }
  @media (max-width: 640px) {
    .page-international-regions div.col-md-1-3:nth-of-type(2) h3::before {
      width: 22px;
      height: 22px; } }
.page-international-regions div.col-md-1-3:nth-of-type(2) ul {
  columns: 2; }
  @media (max-width: 1439px) {
    .page-international-regions div.col-md-1-3:nth-of-type(2) ul {
      columns: 1; } }

.page-international-regions div.col-md-1-3:nth-of-type(3) h3::before {
  display: inline-block;
  width: 33px;
  height: 33px;
  margin-right: 15px;
  content: "";
  background: url("../img/icon-ap.png") no-repeat 0 0;
  background-size: 100%;
  position: relative;
  top: 7px; }
  @media (min-width: 641px) and (max-width: 991px) {
    .page-international-regions div.col-md-1-3:nth-of-type(3) h3::before {
      width: 22px;
      height: 22px;
      top: 3px; } }
  @media (max-width: 640px) {
    .page-international-regions div.col-md-1-3:nth-of-type(3) h3::before {
      width: 22px;
      height: 22px; } }
.page-international-regions div.col-md-1-3:nth-of-type(3) ul {
  columns: 2; }
  @media (max-width: 1439px) {
    .page-international-regions div.col-md-1-3:nth-of-type(3) ul {
      columns: 1; } }

@media (max-width: 640px) {
  .page-international-regions {
    border-top: 1px solid #d3ae5f;
    border-bottom: 1px solid #d3ae5f; } }

.page-international-regions h3 {
  text-align: left;
  color: #d3ae5f;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 20px; }
  @media (max-width: 640px) {
    .page-international-regions h3 {
      text-align: center;
      padding: 22px 0 22px 19px; }
      .page-international-regions h3::before {
        display: none !important; }
      .page-international-regions h3::after {
        content: '+';
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        color: #d3ae5f;
        border: 1px solid #d3ae5f;
        border-radius: 9px;
        padding: 0 4px;
        margin: 0 0 0 10px; } }
  @media (min-width: 641px) and (max-width: 991px) {
    .page-international-regions h3 {
      font-size: 20px; } }
  @media (max-width: 640px) {
    .page-international-regions h3 {
      font-size: 16px;
      margin-bottom: 0px; } }

.page-international-regions h3.list-open::after {
  content: '-';
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #d3ae5f;
  border: 1px solid #d3ae5f;
  border-radius: 9px;
  padding: 0 6px;
  margin: 0 0 0 10px; }

/*--------------------------------------------------------------
# International Module (a modal)
--------------------------------------------------------------*/
.international-module {
  margin: 20px auto;
  text-align: center;
  position: relative;
  background: url(../img/modal-background-tuscan_95x280.jpg) no-repeat bottom right;
  background-color: #fff;
  background-size: 33%;
  border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0); }
  @media (min-width: 993px) {
    .international-module {
      max-width: 48%;
      padding: 40px 40px 80px 40px; } }
  @media (min-width: 641px) and (max-width: 992px) {
    .international-module {
      max-width: 60%;
      padding: 30px 30px 50px 30px; } }
  @media (max-width: 640px) {
    .international-module {
      max-width: 80%;
      padding: 20px 20px 60px 20px; } }
  .international-module .cta {
    margin: 10px; }
    .international-module .cta > div {
      width: 220px; }
      @media (max-width: 640px) {
        .international-module .cta > div {
          width: 180px; } }
    @media (min-width: 641px) and (max-width: 991px) {
      .international-module .cta {
        margin: 10px 20px; } }
    @media (max-width: 640px) {
      .international-module .cta {
        font-size: 12px;
        margin: 10px 10px; } }

.international-module-h3 {
  font-size: 30px; }
  .international-module-h3.separator {
    margin-bottom: 0; }
    .international-module-h3.separator:after {
      content: "";
      display: block;
      background: url("../img/desktopSeparatorx2.png") no-repeat center center;
      background-size: contain;
      width: 100%;
      max-width: 375px;
      height: 10px;
      /* margin: 10px auto; */
      margin-top: 2px;
      margin-bottom: 12px;
      margin-left: auto;
      margin-right: auto; }
  @media (max-width: 991px) {
    .international-module-h3 {
      font-size: 24px; } }

.international-module-copy {
  padding: 0 40px;
  margin-bottom: 30px; }
  @media (min-width: 641px) and (max-width: 992px) {
    .international-module-copy {
      padding: 0 20px;
      margin-bottom: 20px; } }

/*--------------------------------------------------------------
# Email Sign Up Module
--------------------------------------------------------------*/
.email-signup-module {
  text-align: center;
  margin: 60px auto 120px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .email-signup-module {
      margin: 60px auto; } }
  @media (max-width: 767px) {
    .email-signup-module {
      margin: 40px 20px; } }
  .email-signup-module p {
    margin: 0px 0px 30px 0px; }
  .email-signup-module .opt-out-text p {
    margin: 0; }

h2.email-signup-module-h2 {
  margin-bottom: 22px; }
  @media (max-width: 767px) {
    h2.email-signup-module-h2 {
      margin-bottom: 20px; } }
  h2.email-signup-module-h2:after {
    content: none !important; }

/*
 * A file for overriding styles set in vendor scripts (plugins, etc).
 *
 * This should allow us to tweak their CSS without worrying about any of the
 * ruels being overwritten if the plugin is updated.
**/
/*** ------- Magnific Popup ------- */
.mfp-close {
  right: 0px !important; }

.mfp-container {
  cursor: default !important; }

.mfp-close {
  cursor: pointer !important; }

/* -------------------------------- */
#landing-page header {
  text-align: center;
  padding: 20px 0 30px; }
  @media (max-width: 640px) {
    #landing-page header img {
      height: 20vw;
      max-height: 95px; } }
#landing-page #content {
  padding-top: 0 !important; }

footer.landing-page-footer {
  margin-top: 15px; }
  footer.landing-page-footer a {
    color: #ffffff; }
    footer.landing-page-footer a:visited {
      color: #ffffff; }
    footer.landing-page-footer a:hover {
      color: #ee1d25; }
  footer.landing-page-footer .footer-social {
    margin-bottom: 20px; }
    @media (max-width: 640px) {
      footer.landing-page-footer .footer-social {
        position: relative; } }
  footer.landing-page-footer .footer-social-list:after, footer.landing-page-footer .footer-social-list:before {
    content: "";
    display: none; }
  footer.landing-page-footer .footer-social-list ul {
    background: none; }
    footer.landing-page-footer .footer-social-list ul li {
      background: none; }
      footer.landing-page-footer .footer-social-list ul li a {
        color: #d3ae5f; }
        footer.landing-page-footer .footer-social-list ul li a:visited {
          color: #d3ae5f; }
        footer.landing-page-footer .footer-social-list ul li a:hover {
          color: #ee1d25; }

article.landing-page .image_side_by_side,
article.landing-page ._5050_textimage,
article.landing-page ._5050_individual_imagetext,
article.landing-page ._5050_imagetabbed_content,
article.landing-page .image_gallery,
article.landing-page ._23_recipe_spotlight_imagetext,
article.landing-page ._5050_recipe_spotlight,
article.landing-page .form-module,
article.landing-page ._5050_textvideo,
article.landing-page .influencer,
article.landing-page .large_imagevideo,
article.landing-page .header_body_copy,
article.landing-page .related-content-module,
article.landing-page .featured_recipe_module {
  margin: 0 auto;
  padding: 15px 0; }
  article.landing-page .image_side_by_side.default-margin,
  article.landing-page ._5050_textimage.default-margin,
  article.landing-page ._5050_individual_imagetext.default-margin,
  article.landing-page ._5050_imagetabbed_content.default-margin,
  article.landing-page .image_gallery.default-margin,
  article.landing-page ._23_recipe_spotlight_imagetext.default-margin,
  article.landing-page ._5050_recipe_spotlight.default-margin,
  article.landing-page .form-module.default-margin,
  article.landing-page ._5050_textvideo.default-margin,
  article.landing-page .influencer.default-margin,
  article.landing-page .large_imagevideo.default-margin,
  article.landing-page .header_body_copy.default-margin,
  article.landing-page .related-content-module.default-margin,
  article.landing-page .featured_recipe_module.default-margin {
    margin: 0 auto;
    padding: 15px 0 105px; }
article.landing-page section.hero.main-lp-hero {
  margin-bottom: 15px; }
  article.landing-page section.hero.main-lp-hero.default-margin {
    margin-bottom: 65px; }
article.landing-page h3.separator {
  margin-bottom: 15px; }
  article.landing-page h3.separator:after {
    content: "";
    display: block;
    background: url("../img/desktopSeparatorx2.png") no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 10px;
    margin: 10px auto 0; }
article.landing-page .header_body_copy .cta-container {
  text-align: center; }
article.landing-page .image_side_by_side {
  text-align: center; }
  article.landing-page .image_side_by_side .images .left-image {
    padding-right: 10px; }
  article.landing-page .image_side_by_side .images .right-image {
    padding-left: 10px; }
  @media (max-width: 640px) {
    article.landing-page .image_side_by_side .images .left-image,
    article.landing-page .image_side_by_side .images .right-image {
      padding: 10px 0; } }
article.landing-page ._5050_textimage .copy {
  text-align: left; }
article.landing-page ._5050_textimage.image-left .copy {
  padding-left: 10%; }
@media (max-width: 640px) {
  article.landing-page ._5050_textimage.image-left .copy {
    padding: 0;
    text-align: center; } }
article.landing-page ._5050_textimage.image-right ._5050_textimage_content {
  flex-direction: row-reverse; }
article.landing-page ._5050_textimage.image-right .copy {
  padding-right: 10%; }
@media (max-width: 640px) {
  article.landing-page ._5050_textimage.image-right ._5050_textimage_content {
    flex-direction: initial; }
  article.landing-page ._5050_textimage.image-right .copy {
    padding: 0;
    text-align: center; } }
article.landing-page ._5050_individual_imagetext {
  text-align: center; }
  article.landing-page ._5050_individual_imagetext .images {
    width: 100%; }
    article.landing-page ._5050_individual_imagetext .images .left-image {
      padding-right: 10px; }
    article.landing-page ._5050_individual_imagetext .images .right-image {
      padding-left: 10px; }
    @media (max-width: 640px) {
      article.landing-page ._5050_individual_imagetext .images .left-image,
      article.landing-page ._5050_individual_imagetext .images .right-image {
        padding: 0 0 10px; } }
article.landing-page .image_gallery {
  text-align: center; }
  article.landing-page .image_gallery .popup-gallery {
    position: relative;
    overflow: hidden; }
    @media (min-width: 641px) {
      article.landing-page .image_gallery .popup-gallery > div > div {
        margin-bottom: 15px; } }
    @media (max-width: 640px) {
      article.landing-page .image_gallery .popup-gallery > div {
        display: block !important; }
      article.landing-page .image_gallery .popup-gallery ul {
        padding: 0;
        overflow: hidden; }
      article.landing-page .image_gallery .popup-gallery li {
        float: left;
        padding-right: 20px; }
        article.landing-page .image_gallery .popup-gallery li > div > div {
          margin-bottom: 15px; } }
    article.landing-page .image_gallery .popup-gallery .slider-controls {
      text-align: center; }
      article.landing-page .image_gallery .popup-gallery .slider-controls i {
        font-size: 3em;
        padding: 10px; }
article.landing-page ._23_recipe_spotlight_imagetext .image {
  padding-right: 10px;
  position: relative; }
article.landing-page ._23_recipe_spotlight_imagetext .copy {
  padding-left: 10px; }
@media (max-width: 640px) {
  article.landing-page ._23_recipe_spotlight_imagetext .image,
  article.landing-page ._23_recipe_spotlight_imagetext .copy {
    padding: 0 0 10px; } }
article.landing-page ._5050_recipe_spotlight {
  text-align: center; }
  article.landing-page ._5050_recipe_spotlight .left-recipe {
    padding-right: 10px; }
    @media (max-width: 640px) {
      article.landing-page ._5050_recipe_spotlight .left-recipe {
        padding: 0 0 30px; } }
  article.landing-page ._5050_recipe_spotlight .right-recipe {
    padding-left: 10px; }
    @media (max-width: 640px) {
      article.landing-page ._5050_recipe_spotlight .right-recipe {
        padding: 0 0 10px; } }
  article.landing-page ._5050_recipe_spotlight .recipe-image {
    position: relative; }
  article.landing-page ._5050_recipe_spotlight h3 {
    margin-top: 15px; }
  article.landing-page ._5050_recipe_spotlight .cta {
    margin-top: 30px; }
article.landing-page .form-module .body-copy {
  text-align: center; }
article.landing-page .form-module input {
  width: 100% !important; }
article.landing-page .form-module input[type="submit"] {
  width: initial !important; }
article.landing-page .form-module select {
  width: 100% !important;
  background: url(../img/form-dropdown_button.png) no-repeat 100% 0;
  background-size: contain;
  background-color: #fff;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border: 2px solid #694723;
  margin-left: 0px;
  padding-left: 5px; }
article.landing-page .form-module .gfield_error {
  border: none !important; }
article.landing-page .form-module .hide-required .gfield_required {
  display: none; }
article.landing-page .form-module .gform_wrapper {
  margin-bottom: 0 !important; }
  article.landing-page .form-module .gform_wrapper input[type=submit] {
    margin-bottom: 0 !important; }
  article.landing-page .form-module .gform_wrapper .gform_footer {
    padding-bottom: 0 !important; }
  article.landing-page .form-module .gform_wrapper label span {
    display: inline; }
article.landing-page .form-module .gform_confirmation_wrapper {
  margin-top: 50px; }
  article.landing-page .form-module .gform_confirmation_wrapper .cta {
    margin-bottom: 0 !important; }
article.landing-page ._5050_textvideo .copy {
  text-align: center; }
article.landing-page ._5050_textvideo.video-left .copy {
  padding: 0 5%; }
@media (max-width: 640px) {
  article.landing-page ._5050_textvideo.video-left .copy {
    padding: 0;
    text-align: center; } }
article.landing-page ._5050_textvideo.video-right ._5050_textvideo_container {
  flex-direction: row-reverse; }
article.landing-page ._5050_textvideo.video-right .copy {
  padding: 0 5%; }
@media (max-width: 640px) {
  article.landing-page ._5050_textvideo.video-right ._5050_textvideo_container {
    flex-direction: initial; }
  article.landing-page ._5050_textvideo.video-right .copy {
    padding: 0;
    text-align: center; } }
article.landing-page .influence-module {
  width: 100%;
  background-color: #fcf9ea; }
  @media (max-width: 640px) {
    article.landing-page .influence-module {
      background-size: initial; } }
article.landing-page ._5050_imagetabbed_content .col-sm-1-2 {
  position: relative; }
article.landing-page ._5050_imagetabbed_content .body-copy {
  text-align: center; }
article.landing-page ._5050_imagetabbed_content .tabs {
  border: 2px solid #694723;
  border-radius: 5px;
  margin-left: 10px; }
  @media (max-width: 640px) {
    article.landing-page ._5050_imagetabbed_content .tabs {
      margin-left: 0;
      margin-top: 20px; } }
article.landing-page ._5050_imagetabbed_content img {
  padding-right: 10px; }
  @media (max-width: 640px) {
    article.landing-page ._5050_imagetabbed_content img {
      padding-right: 0; } }
article.landing-page ._5050_imagetabbed_content .nav-tabs {
  width: 100%;
  overflow: hidden; }
article.landing-page ._5050_imagetabbed_content .nav-tabs > li {
  width: 50%;
  text-align: center;
  overflow: hidden;
  float: left;
  padding: 10px;
  font-weight: 500;
  text-transform: uppercase; }
  article.landing-page ._5050_imagetabbed_content .nav-tabs > li.active {
    background: #694723;
    color: #ffffff; }
  article.landing-page ._5050_imagetabbed_content .nav-tabs > li:first-of-type {
    border-right: 0; }
  article.landing-page ._5050_imagetabbed_content .nav-tabs > li:nth-of-type(2) {
    border-left: 0; }
article.landing-page ._5050_imagetabbed_content .nav-tabs > li.active > a, article.landing-page ._5050_imagetabbed_content .nav-tabs > li.active > a:focus, article.landing-page ._5050_imagetabbed_content .nav-tabs > li.active > a:hover {
  background: gray;
  color: blue;
  border: 0;
  opacity: 1; }
article.landing-page ._5050_imagetabbed_content .tab-content {
  border-top: 2px solid #d3ae5f; }
article.landing-page ._5050_imagetabbed_content .tab-content > .tab-pane {
  display: none; }
article.landing-page ._5050_imagetabbed_content .tab-content > .active {
  display: block !important; }
article.landing-page ._5050_imagetabbed_content .fade.in {
  opacity: 1; }
article.landing-page ._5050_imagetabbed_content .tab-pane {
  padding: 20px 20px 0;
  overflow: scroll; }
article.landing-page .large_imagevideo img {
  height: auto;
  align-self: center; }
article.landing-page .our-story-module .our-story-module-copy-white {
  color: #ffffff; }
article.landing-page .our-story-module .our-story-module-copy-brown {
  color: #694723; }
article.landing-page .featured_recipe_module .fr-left,
article.landing-page .featured_recipe_module .fr-right {
  display: flex;
  position: relative;
  background: #E2B793;
  padding: 0 0 50%;
  height: 0; }
  article.landing-page .featured_recipe_module .fr-left .content,
  article.landing-page .featured_recipe_module .fr-right .content {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
  article.landing-page .featured_recipe_module .fr-left img,
  article.landing-page .featured_recipe_module .fr-right img {
    align-self: center;
    position: absolute;
    top: 0;
    left: 0; }
  article.landing-page .featured_recipe_module .fr-left h3, article.landing-page .featured_recipe_module .fr-left p,
  article.landing-page .featured_recipe_module .fr-right h3,
  article.landing-page .featured_recipe_module .fr-right p {
    color: #684821;
    text-align: center; }
  article.landing-page .featured_recipe_module .fr-left h3,
  article.landing-page .featured_recipe_module .fr-right h3 {
    margin: 0 0 30px;
    font-size: 36px;
    line-height: 1.2 !important; }
  article.landing-page .featured_recipe_module .fr-left p,
  article.landing-page .featured_recipe_module .fr-right p {
    margin: 0 16.5% 20px;
    font-size: 16px; }
  @media (min-width: 641px) and (max-width: 991px) {
    article.landing-page .featured_recipe_module .fr-left h3,
    article.landing-page .featured_recipe_module .fr-right h3 {
      font-size: 28px;
      margin: 0 0 20px; }
    article.landing-page .featured_recipe_module .fr-left p,
    article.landing-page .featured_recipe_module .fr-right p {
      font-size: 14px;
      margin: 0 10% 12px; }
    article.landing-page .featured_recipe_module .fr-left a.cta,
    article.landing-page .featured_recipe_module .fr-right a.cta {
      margin: 10px 0 0; } }
  @media (max-width: 640px) {
    article.landing-page .featured_recipe_module .fr-left,
    article.landing-page .featured_recipe_module .fr-right {
      padding: 0;
      height: auto; }
      article.landing-page .featured_recipe_module .fr-left img,
      article.landing-page .featured_recipe_module .fr-right img {
        position: relative; }
      article.landing-page .featured_recipe_module .fr-left .content,
      article.landing-page .featured_recipe_module .fr-right .content {
        position: relative; }
      article.landing-page .featured_recipe_module .fr-left h3,
      article.landing-page .featured_recipe_module .fr-right h3 {
        font-size: 28px;
        margin: 30px 0 30px; }
      article.landing-page .featured_recipe_module .fr-left p,
      article.landing-page .featured_recipe_module .fr-right p {
        font-size: 16px;
        margin: 0 13% 20px; }
      article.landing-page .featured_recipe_module .fr-left a.cta,
      article.landing-page .featured_recipe_module .fr-right a.cta {
        margin: 0 0 20px; } }
article.landing-page .featured_recipe_module .fr-left h3, article.landing-page .featured_recipe_module .fr-left p {
  visibility: hidden !important; }
@media (max-width: 640px) {
  article.landing-page .featured_recipe_module .fr-left .content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }
  article.landing-page .featured_recipe_module .fr-left a.cta {
    position: absolute;
    bottom: 0px; }
    article.landing-page .featured_recipe_module .fr-left a.cta div {
      white-space: nowrap; }
  article.landing-page .featured_recipe_module .fr-left h3, article.landing-page .featured_recipe_module .fr-left p {
    display: none !important; } }
article.landing-page .featured_recipe_module a.cta {
  margin: 20px 0 0;
  z-index: 1000; }
article.landing-page .lp-bg-top {
  background: url("../img/background-landscape-lp-dsk-top.jpg") no-repeat top left, #fcf9ea;
  height: 388px;
  background-size: auto 100%; }
  @media (min-width: 641px) and (max-width: 991px) {
    article.landing-page .lp-bg-top {
      height: 200px; } }
  @media (max-width: 640px) {
    article.landing-page .lp-bg-top {
      height: 180px; } }

.ui-datepicker {
  margin: 0 !important; }

article.landing-page.tuscany-sweepstakes .main-lp-hero #home-hero-container {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
article.landing-page.sunday-supper- section.hero.main-lp-hero {
  margin-bottom: 0 !important; }
article.landing-page.sunday-supper- .hero.banner {
  margin: 0 0 15px !important; }
  @media (min-width: 992px) {
    article.landing-page.sunday-supper- .hero.banner .col-md-1-3 {
      width: 66.6666666667% !important; } }

#crLightboxOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100000; }

article#featured-recipes .hero {
  position: relative; }
  article#featured-recipes .hero .left {
    flex-direction: row;
    justify-content: flex-start; }
  article#featured-recipes .hero .center {
    flex-direction: row;
    justify-content: center; }
    @media (min-width: 992px) {
      article#featured-recipes .hero .center #hero-container {
        margin-right: 0;
        margin-left: 0; } }
  article#featured-recipes .hero .right {
    flex-direction: row;
    justify-content: flex-end; }
    @media (min-width: 992px) {
      article#featured-recipes .hero .right #hero-container {
        right: 0; } }
  article#featured-recipes .hero #hero-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
    @media (min-width: 992px) {
      article#featured-recipes .hero #hero-container {
        bottom: 10%;
        left: initial;
        transform: none; } }
    @media (min-width: 641px) and (max-width: 991px) {
      article#featured-recipes .hero #hero-container {
        margin: 100px 0 50px !important;
        bottom: 10%;
        top: auto; } }
  article#featured-recipes .hero h1 span {
    white-space: nowrap; }
article#featured-recipes .main-copy {
  text-align: center;
  margin: 0 0 25px; }
  article#featured-recipes .main-copy span {
    white-space: nowrap; }
article#featured-recipes .top-recipes {
  color: #ffffff; }
  article#featured-recipes .top-recipes div.recipe-container {
    border: 1px solid #694723;
    border-bottom: none; }
    article#featured-recipes .top-recipes div.recipe-container:nth-of-type(1) {
      background-color: #C69944; }
    article#featured-recipes .top-recipes div.recipe-container:nth-of-type(2) {
      background-color: #49575B; }
    article#featured-recipes .top-recipes div.recipe-container:nth-of-type(3) {
      background-color: #ffffff;
      color: #694723; }
      article#featured-recipes .top-recipes div.recipe-container:nth-of-type(3) h3 {
        color: #694723; }
      article#featured-recipes .top-recipes div.recipe-container:nth-of-type(3) .side-borders {
        border-left-color: #694723;
        border-right-color: #694723; }
    article#featured-recipes .top-recipes div.recipe-container:nth-of-type(4) {
      background-color: #78702A;
      border: 1px solid #694723; }
    article#featured-recipes .top-recipes div.recipe-container:nth-of-type(2n) > .frow {
      flex-direction: row-reverse; }
  article#featured-recipes .top-recipes h3 {
    color: #ffffff; }
article#featured-recipes .recipe-copy {
  display: flex;
  align-items: center;
  padding: 0 6.60377358490566vw; }
  article#featured-recipes .recipe-copy h3 {
    margin-bottom: 3.5vw;
    font-size: 3.5vw !important;
    line-height: 1.2 !important; }
  article#featured-recipes .recipe-copy p {
    margin: 3.5vw 0;
    font-size: 1.509433962264151vw; }
  article#featured-recipes .recipe-copy .related_description-category {
    text-align: center;
    font-size: 1.509433962264151vw;
    font-weight: bold; }
    article#featured-recipes .recipe-copy .related_description-category span {
      font-weight: normal; }
  @media (min-width: 1060px) {
    article#featured-recipes .recipe-copy {
      padding: 0 70px; }
      article#featured-recipes .recipe-copy h3 {
        margin-bottom: 38px;
        font-size: 38px !important; }
      article#featured-recipes .recipe-copy p {
        margin: 38px 0;
        font-size: 16px !important; }
      article#featured-recipes .recipe-copy .related_description-category {
        font-size: 16px !important; } }
  @media (min-width: 641px) {
    article#featured-recipes .recipe-copy .cta {
      margin-bottom: 0 !important; } }
  @media (min-width: 641px) and (max-width: 991px) {
    article#featured-recipes .recipe-copy {
      position: relative;
      padding-top: 100%; }
      article#featured-recipes .recipe-copy .recipe-copy-container {
        position: absolute;
        top: 50%;
        left: 6.60377358490566vw;
        right: 6.60377358490566vw;
        transform: translateY(-50%); }
      article#featured-recipes .recipe-copy h3 {
        font-size: 7vw !important; }
      article#featured-recipes .recipe-copy p {
        font-size: 3.018867924528302vw !important; }
      article#featured-recipes .recipe-copy .related_description-category {
        font-size: 3.018867924528302vw !important; } }
  @media (max-width: 640px) {
    article#featured-recipes .recipe-copy {
      padding-top: 30px; }
      article#featured-recipes .recipe-copy h3 {
        font-size: 28px !important; }
      article#featured-recipes .recipe-copy p {
        font-size: 16px; }
      article#featured-recipes .recipe-copy .related_description-category {
        font-size: 12px; } }
article#featured-recipes .side-borders {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff; }
article#featured-recipes .recipe-image img {
  display: block; }
article#featured-recipes .bottom-recipes {
  background-color: #FBF8E9;
  padding: 100px 0 70px; }
  article#featured-recipes .bottom-recipes .recipe-container {
    background-color: #ffffff;
    padding: 18px 15px 40px;
    margin: 0 0 25px; }
  article#featured-recipes .bottom-recipes .side-borders {
    border-left: 1px solid #694723;
    border-right: 1px solid #694723; }
  article#featured-recipes .bottom-recipes h3:after {
    content: "";
    display: block;
    background: url("../img/desktopSeparatorx2.png") no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 10px;
    margin: 10px auto 0; }
  @media (min-width: 641px) and (max-width: 991px) {
    article#featured-recipes .bottom-recipes {
      padding-top: 30px; }
      article#featured-recipes .bottom-recipes .recipe-container {
        padding: 0; }
      article#featured-recipes .bottom-recipes .recipe-copy {
        width: 100%; } }
  @media (max-width: 640px) {
    article#featured-recipes .bottom-recipes {
      padding-top: 25px; }
      article#featured-recipes .bottom-recipes .recipe-container {
        padding: 0; }
      article#featured-recipes .bottom-recipes .recipe-copy {
        width: 100%; } }
article#featured-recipes .loadmore {
  text-align: center;
  margin: 40px 0 0; }
  article#featured-recipes .loadmore .cta {
    margin: 0 !important; }

.page-template-page-featured-recipes footer {
  margin-top: 0 !important; }

.power-reviews h3 {
  margin: 30px 0 0 !important; }

#pr-reviewsnippet,
#pr-reviewsnapshot,
#pr-reviewdisplay {
  font-family: "Roboto", sans-serif !important; }

#pr-reviewsnippet {
  margin-bottom: 20px; }
  #pr-reviewsnippet .pr-snippet {
    display: block !important;
    text-align: center !important; }
  #pr-reviewsnippet .pr-snippet-rating-decimal {
    display: none; }
  #pr-reviewsnippet .pr-snippet-stars-reco-reco {
    display: none !important; }
  #pr-reviewsnippet .pr-snippet-stars-reco-stars {
    float: none !important; }
  #pr-reviewsnippet .pr-snippet-read-and-write {
    display: block; }
  #pr-reviewsnippet .pr-snippet-review-count {
    display: block !important;
    color: #694723 !important;
    font-family: "Roboto", sans-serif !important;
    font-weight: bold !important;
    font-size: 16px !important;
    margin-bottom: 10px; }
  #pr-reviewsnippet .pr-snippet-write-review-link {
    display: inline-block !important;
    position: relative;
    padding-right: 30px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAYCAMAAADeQm2wAAABd1BMVEUxb5Y2cpg3dJk6dZs7dps+eJ0/eZ1Ce59EfJ9EfaBFfaBHfqFIf6JJgKJKgaNMgqRNg6ROg6VPhKVQhKZRhaZWialXiqlcjaxej61ika9kk7Blk7BmlLFolbJql7NsmLRumrVwm7ZxnLdynLdynbdznbh0nrh5obt7ort9pL1+pb1/pb5/pr6Apr6Bp7+DqMCDqcCEqcCFqsGGqsGJrcOKrcOLrsSMr8WNr8WQsseRsseWtsmYt8qYt8ujv9ClwNGnwdKqxNStxdWwyNexyNexydeyydi2zNq4zdu6zty80N2+0t7A09/C1ODC1eDD1eHE1uHF1uHG1+LH2OPI2ePK2uTL2+XM2+XN3OXP3ebQ3ufR3+jT4OjX4+rZ5Oza5ezb5uze6O7f6e/g6u/h6vDj6/Hk7PHm7fLo7/Pp8PTr8fXt8/bw9Pfx9fjy9vjz9/n09/n0+Pr2+fr3+fv4+vv5+vz6/P37/P38/f39/f79/v7+/v////9mDZnTAAABLElEQVR42o3M6VcBYRjG4adUaJtJKi1IIS1MEtq1TXuWSWhPkhZD2jQ8f3xvmXO8R+PU78v94TrnhpBe296mUGvHehl67UI4pJDg07wAu4XKnahF0K/VQUGbq+CZf4HOd0jjvmGArm9Vxr9vE5yHzrVHY8RkoTNu/vs2OGSWM9rSiFluh8LYFCfn9GYwv9HYxOOR4q1oNS03OH5Qx9dY3g7Qv5vFOMEuXzqVfER8uiGlrnL5EQAYy9zeBVqeIaDRsQx7gPOdLNnBuIMYt93DdKv9JcDLSDQxrQq5DfHjaOzUQsxVvA5GhXMJAb8rzWmYCbKijdhkAeWgMuVFGJWwOEzM+Y5VlFuyfkj8uApmXvE3ShefyWaze/YNaazmBSaMqIz3npUHrIdiAWv6Ar874MtXXM75AAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    font-family: "Roboto", sans-serif !important;
    color: #ee1d25 !important;
    text-transform: uppercase;
    font-weight: bold; }
  #pr-reviewsnippet .pr-snippet-stars {
    background: transparent !important; }

#pr-reviewsnapshot .pr-review-snapshot-header {
  display: none; }
#pr-reviewsnapshot .pr-review-snapshot-block-recommend {
  display: none; }
#pr-reviewsnapshot .pr-review-snapshot-simple {
  justify-content: center; }
#pr-reviewsnapshot .pr-review-snapshot-block-snippet {
  border: none; }
#pr-reviewsnapshot .pr-review-snapshot-snippets-headline {
  font-family: "Fjalla One", sans-serif !important;
  color: #694723 !important;
  font-size: 72px !important;
  display: block !important; }
#pr-reviewsnapshot .pr-snippet {
  text-align: center !important; }
#pr-reviewsnapshot .pr-snippet-read-and-write {
  text-align: center !important; }
#pr-reviewsnapshot .pr-snippet-rating-decimal {
  display: none !important; }
#pr-reviewsnapshot .pr-snippet-review-count {
  font-family: "Roboto", sans-serif !important;
  color: #694723 !important;
  margin: 0 0 15px !important;
  font-weight: nomral !important;
  font-size: 24px !important; }
#pr-reviewsnapshot .pr-snippet-write-review-link {
  border: 2px solid #d3ae5f !important;
  color: #ffffff !important;
  background: #ee1d25 !important;
  height: 36px !important;
  padding: 9px 18px !important;
  position: relative !important;
  border-radius: 0 !important;
  display: block !important;
  font-weight: normal !important;
  text-transform: uppercase;
  max-width: 200px !important;
  margin: 0 auto !important; }
  #pr-reviewsnapshot .pr-snippet-write-review-link:after {
    content: '';
    width: 100% !important;
    height: 100% !important;
    display: inline-block !important;
    position: absolute !important;
    top: 0px !important;
    left: 0px !important;
    border: 2px solid #ffffff !important;
    background: transparent !important; }
#pr-reviewsnapshot .pr-histogram-label {
  font-family: "Fjalla One", sans-serif !important;
  color: #694723 !important;
  font-weight: bold !important;
  font-size: 18px !important; }
#pr-reviewsnapshot .pr-ratings-histogram-bar,
#pr-reviewsnapshot .pr-ratings-histogram-barValue {
  height: 24px !important;
  border-radius: 2px !important; }
#pr-reviewsnapshot .pr-ratings-histogram-barValue {
  background: #ee1d25 !important; }

#pr-reviewdisplay #pr-rd-main-header {
  padding: 0 !important;
  width: auto;
  height: auto;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 100;
  z-index: 1;
  position: relative;
  background: #ffffff;
  top: initial; }
  #pr-reviewdisplay #pr-rd-main-header .pr-rd-search-container {
    display: none; }
#pr-reviewdisplay .pr-rd-review-header-contents {
  display: none !important; }
#pr-reviewdisplay .pr-rd-review-total {
  font-family: "Roboto", sans-serif !important;
  color: #694723 !important;
  text-transform: none !important; }
#pr-reviewdisplay .pr-rd-review-header-sorts {
  text-align: left;
  padding-top: 0 !important; }
#pr-reviewdisplay .pr-rd-sort-group {
  padding: 0 !important;
  background: #f5f4f5;
  display: block !important;
  position: relative !important; }
  #pr-reviewdisplay .pr-rd-sort-group .pr-accessible-text {
    position: relative !important;
    height: auto !important;
    display: inline-block !important;
    margin: 20px 10px 14px 20px !important; }
  #pr-reviewdisplay .pr-rd-sort-group .pr-rd-sort {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    min-width: initial !important;
    width: auto !important; }
#pr-reviewdisplay .pr-review {
  padding: 0 15px !important; }
#pr-reviewdisplay .pr-rd-header {
  margin: 0 !important;
  z-index: 1; }
#pr-reviewdisplay .pr-rd-review-headline {
  display: block !important;
  clear: both !important;
  margin: 10px 0 15px !important; }
  #pr-reviewdisplay .pr-rd-review-headline:after {
    display: none; }
#pr-reviewdisplay .pr-rd-side-content-block {
  float: left;
  position: relative !important;
  right: auto !important;
  padding: 0 !important;
  width: 100% !important; }
#pr-reviewdisplay .pr-rd-description-text {
  clear: both !important;
  font-size: 18px !important; }
#pr-reviewdisplay .pr-star-v4-100-filled {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Crect fill='%23cc3333' width='20' height='20' rx='2'/%3E%3Cpath fill='%23FFF' d='M10 13.5l-4.114 2.163.785-4.581-3.328-3.245 4.6-.669L10 3l2.057 4.168 4.6.669-3.328 3.245.785 4.581z'/%3E%3C/g%3E%3C/svg%3E"); }
#pr-reviewdisplay .pr-star-v4-75-filled {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Crect fill='%23DEDEDE' width='20' height='20' rx='2'/%3E%3Cpath d='M2 0h13v20H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2z' fill='%23cc3333'/%3E%3Cpath fill='%23FFF' d='M10 13.5l-4.114 2.163.785-4.581-3.328-3.245 4.6-.669L10 3l2.057 4.168 4.6.669-3.328 3.245.785 4.581z'/%3E%3C/g%3E%3C/svg%3E"); }
#pr-reviewdisplay .pr-star-v4-50-filled {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Crect fill='%23DEDEDE' width='20' height='20' rx='2'/%3E%3Cpath d='M2 0h8v20H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2z' fill='%23cc3333'/%3E%3Cpath fill='%23FFF' d='M10 13.5l-4.114 2.163.785-4.581-3.328-3.245 4.6-.669L10 3l2.057 4.168 4.6.669-3.328 3.245.785 4.581z'/%3E%3C/g%3E%3C/svg%3E"); }
#pr-reviewdisplay .pr-star-v4-25-filled {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Crect fill='%23DEDEDE' width='20' height='20' rx='2'/%3E%3Cpath d='M2 0h3v20H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2z' fill='%23cc3333'/%3E%3Cpath fill='%23FFF' d='M10 13.5l-4.114 2.163.785-4.581-3.328-3.245 4.6-.669L10 3l2.057 4.168 4.6.669-3.328 3.245.785 4.581z'/%3E%3C/g%3E%3C/svg%3E"); }

#pr-reviewsnippet .pr-star-v4,
#pr-reviewsnapshot .pr-star-v4 {
  font-size: 3rem !important;
  width: 2.5rem !important;
  height: 2.5rem !important;
  padding: 0 0 3rem !important;
  position: relative !important;
  display: block !important;
  float: left !important;
  color: #ee1d25 !important;
  font-family: "Lucida Sans Unicode", "Arial Unicode MS" !important; }

#pr-reviewsnippet .pr-star-v4 {
  font-size: 2rem !important;
  width: 1.5rem !important;
  height: 1.5rem !important;
  padding: 0 0 2rem !important; }

#pr-reviewsnippet .pr-star-v4,
.pr-category-snippet .pr-star-v4,
.pr-review-snapshot-snippets .pr-star-v4 {
  background: none !important; }

#pr-reviewsnippet .p-w-r .pr-star-v4-0-filled:before,
.pr-category-snippet .pr-star-v4-0-filled:before,
.pr-review-snapshot-snippets .pr-star-v4-0-filled:before {
  content: "\2606";
  position: absolute;
  left: 0;
  overflow: hidden; }

#pr-reviewsnippet .p-w-r .pr-star-v4-25-filled:before,
.pr-category-snippet .pr-star-v4-25-filled:before,
.pr-review-snapshot-snippets .pr-star-v4-25-filled:before {
  content: "\2605";
  width: 1rem;
  position: absolute;
  left: 0;
  overflow: hidden; }

#pr-reviewsnippet .p-w-r .pr-star-v4-25-filled:after,
.pr-category-snippet .pr-star-v4-25-filled:after,
.pr-review-snapshot-snippets .pr-star-v4-25-filled:after {
  content: '\2606';
  position: absolute;
  left: 1rem;
  width: 1.5rem;
  text-indent: -1rem;
  overflow: hidden; }

#pr-reviewsnippet .p-w-r .pr-star-v4-50-filled:before,
.pr-category-snippet .pr-star-v4-50-filled:before,
.pr-review-snapshot-snippets .pr-star-v4-50-filled:before {
  content: "\2605";
  width: 1.25rem;
  position: absolute;
  left: 0;
  overflow: hidden; }

#pr-reviewsnippet .p-w-r .pr-star-v4-50-filled:after,
.pr-category-snippet .pr-star-v4-50-filled:after,
.pr-review-snapshot-snippets .pr-star-v4-50-filled:after {
  content: '\2606';
  position: absolute;
  left: 1.25rem;
  width: 1.25rem;
  text-indent: -1.25rem;
  overflow: hidden; }

#pr-reviewsnippet .p-w-r .pr-star-v4-75-filled:before,
.pr-category-snippet .pr-star-v4-75-filled:before,
.pr-review-snapshot-snippets .pr-star-v4-75-filled:before {
  content: "\2605";
  width: 1.5rem;
  position: absolute;
  left: 0;
  overflow: hidden; }

#pr-reviewsnippet .p-w-r .pr-star-v4-75-filled:after,
.pr-category-snippet .pr-star-v4-75-filled:after,
.pr-review-snapshot-snippets .pr-star-v4-75-filled:after {
  content: '\2606';
  position: absolute;
  left: 1.5rem;
  width: 1rem;
  text-indent: -1.5rem;
  overflow: hidden; }

#pr-reviewsnippet .p-w-r .pr-star-v4-100-filled:before,
.pr-category-snippet .pr-star-v4-100-filled:before,
.pr-review-snapshot-snippets .pr-star-v4-100-filled:before {
  content: "\2605";
  position: absolute;
  left: 0;
  overflow: hidden; }

#pr-reviewsnippet .pr-star-v4-25-filled:before {
  width: 0.7rem !important; }

#pr-reviewsnippet .pr-star-v4-25-filled:after {
  left: 0.65rem !important;
  width: 1.1rem !important;
  text-indent: -0.7rem !important; }

#pr-reviewsnippet .pr-star-v4-50-filled:before {
  width: 0.5rem !important; }

#pr-reviewsnippet .pr-star-v4-50-filled:after {
  left: 0.85rem !important;
  width: 1.1vw !important;
  text-indent: -0.85rem !important; }

#pr-reviewsnippet .pr-star-v4-75-filled:before {
  width: 1rem !important; }

#pr-reviewsnippet .pr-star-v4-75-filled:after {
  left: 0.8rem !important;
  width: 1.1rem !important;
  text-indent: -1rem !important; }

.pr-category-snippet .pr-star-v4-25-filled:before {
  width: 1.5vw; }

.pr-category-snippet .pr-star-v4-25-filled:after {
  left: 1.5vw;
  width: 2vw;
  text-indent: -1.5vw; }

.pr-category-snippet .pr-star-v4-50-filled:before {
  width: 1.9vw; }

.pr-category-snippet .pr-star-v4-50-filled:after {
  left: 1.9vw;
  width: 1.9vw;
  text-indent: -1.9vw; }

.pr-category-snippet .pr-star-v4-75-filled:before {
  width: 2.3vw; }

.pr-category-snippet .pr-star-v4-75-filled:after {
  left: 1.9vw;
  width: 1.5vw;
  text-indent: -1.9vw; }

.pr-review-snapshot-snippets .pr-star-v4-0-filled:before,
.pr-review-snapshot-snippets .pr-star-v4-25-filled:before,
.pr-review-snapshot-snippets .pr-star-v4-25-filled:after,
.pr-review-snapshot-snippets .pr-star-v4-50-filled:before,
.pr-review-snapshot-snippets .pr-star-v4-50-filled:after,
.pr-review-snapshot-snippets .pr-star-v4-75-filled:before,
.pr-review-snapshot-snippets .pr-star-v4-75-filled:after,
.pr-review-snapshot-snippets .pr-star-v4-100-filled:before {
  top: -30%; }

#pr-write {
  padding: 120px 0 0 !important; }
  #pr-write #pr-warning {
    margin: 0 !important; }
  @media (max-width: 640px) {
    #pr-write {
      padding: 50px 0 0 !important; } }
  #pr-write .pr-war {
    margin: 0 auto !important; }
  #pr-write h2:after {
    content: "" !important;
    display: none !important; }
  #pr-write .pr-header-product-name a {
    font-family: "Roboto", sans-serif !important;
    font-weight: bold !important; }
  #pr-write .pr-submit .pr-btn-review {
    border: 2px solid #d3ae5f !important;
    color: #ffffff !important;
    background: #ee1d25 !important;
    height: 36px !important;
    padding: 9px 18px !important;
    position: relative !important;
    border-radius: 0 !important;
    display: block !important;
    font-weight: normal !important;
    text-transform: uppercase;
    max-width: 200px !important;
    margin: 0 auto !important;
    -webkit-appearance: none !important; }
    #pr-write .pr-submit .pr-btn-review:after {
      content: '';
      width: 100% !important;
      height: 100% !important;
      display: inline-block !important;
      position: absolute !important;
      top: 0px !important;
      left: 0px !important;
      border: 2px solid #ffffff !important;
      background: transparent !important; }

.pr-csnip-war {
  margin: 10px 0 0; }
  .pr-csnip-war .pr-snippet-write-review-link {
    position: relative;
    padding-right: 30px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAYCAMAAADeQm2wAAABd1BMVEUxb5Y2cpg3dJk6dZs7dps+eJ0/eZ1Ce59EfJ9EfaBFfaBHfqFIf6JJgKJKgaNMgqRNg6ROg6VPhKVQhKZRhaZWialXiqlcjaxej61ika9kk7Blk7BmlLFolbJql7NsmLRumrVwm7ZxnLdynLdynbdznbh0nrh5obt7ort9pL1+pb1/pb5/pr6Apr6Bp7+DqMCDqcCEqcCFqsGGqsGJrcOKrcOLrsSMr8WNr8WQsseRsseWtsmYt8qYt8ujv9ClwNGnwdKqxNStxdWwyNexyNexydeyydi2zNq4zdu6zty80N2+0t7A09/C1ODC1eDD1eHE1uHF1uHG1+LH2OPI2ePK2uTL2+XM2+XN3OXP3ebQ3ufR3+jT4OjX4+rZ5Oza5ezb5uze6O7f6e/g6u/h6vDj6/Hk7PHm7fLo7/Pp8PTr8fXt8/bw9Pfx9fjy9vjz9/n09/n0+Pr2+fr3+fv4+vv5+vz6/P37/P38/f39/f79/v7+/v////9mDZnTAAABLElEQVR42o3M6VcBYRjG4adUaJtJKi1IIS1MEtq1TXuWSWhPkhZD2jQ8f3xvmXO8R+PU78v94TrnhpBe296mUGvHehl67UI4pJDg07wAu4XKnahF0K/VQUGbq+CZf4HOd0jjvmGArm9Vxr9vE5yHzrVHY8RkoTNu/vs2OGSWM9rSiFluh8LYFCfn9GYwv9HYxOOR4q1oNS03OH5Qx9dY3g7Qv5vFOMEuXzqVfER8uiGlrnL5EQAYy9zeBVqeIaDRsQx7gPOdLNnBuIMYt93DdKv9JcDLSDQxrQq5DfHjaOzUQsxVvA5GhXMJAb8rzWmYCbKijdhkAeWgMuVFGJWwOEzM+Y5VlFuyfkj8uApmXvE3ShefyWaze/YNaazmBSaMqIz3npUHrIdiAWv6Ar874MtXXM75AAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    font-family: "Roboto", sans-serif !important;
    color: #694723 !important;
    text-transform: uppercase;
    font-weight: bold; }

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