@charset "UTF-8";
/*
*
*
* Developed by Fusion92 (© 2016)
* Description: Old Wisconsin global styles
* 
*/
@font-face {
  font-family: 'bebas';
  src: url("./fonts/BebasNeue-eot");
  src: url("fonts/BebasNeue.woff") format("woff"), url("fonts/BebasNeue.ttf") format("truetype"), url("fonts/BebasNeue.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'bebas-bold';
  src: url("./fonts/BebasNeue-Bold.eot");
  src: url("./fonts/BebasNeue-Bold.woff") format("woff"), url("./fonts/BebasNeue-Bold.ttf") format("truetype"), url("./fonts/BebasNeue-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'bebas-book';
  src: url("./fonts/BebasNeue-Book.eot");
  src: url("./fonts/BebasNeue-Book.woff") format("woff"), url("./fonts/BebasNeue-Book.ttf") format("truetype"), url("./fonts/BebasNeue-Book.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'bebas-light';
  src: url("./fonts/BebasNeue-Light.eot");
  src: url("./fonts/BebasNeue-Light.woff") format("woff"), url("./fonts/BebasNeue-Light.ttf") format("truetype"), url("./fonts/BebasNeue-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'bebas-regular';
  src: url("./fonts/BebasNeue-Regular.eot");
  src: url("./fonts/BebasNeue-Regular.woff") format("woff"), url("./fonts/BebasNeue-Regular.ttf") format("truetype"), url("./fonts/BebasNeue-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'bebas-thin';
  src: url("./fonts/BebasNeue-Thin.eot");
  src: url("./fonts/BebasNeue-Thin.woff") format("woff"), url("./fonts/BebasNeue-Thin.ttf") format("truetype"), url("./fonts/BebasNeue-Thin.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'chunk-five';
  src: url("fonts/ChunkFive-Roman.eot");
  src: url("fonts/ChunkFive-Roman.woff") format("woff"), url("fonts/ChunkFive-Roman.ttf") format("truetype"), url("fonts/ChunkFive-Roman.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*  Fonts  */
/*  Colors  */
/*  Breakpoints  */
.font-bold {
  font-family: "bebas-bold", sans-serif;
}

.font-chunk {
  font-family: "chunk-five", serif;
}

.font-railway {
  font-family: "Raleway", sans-serif;
}

.text-dark-brown {
  color: #290000;
}

.bg-dark-brown {
  background-color: #290000;
}

.text-gold {
  color: #8f5a0c;
}

.bg-gold {
  background-color: #8f5a0c;
}

.text-gold-on {
  color: #c37c13;
}

.bg-gold-on {
  background-color: #c37c13;
}

.text-gray {
  color: #333;
}

.bg-gray {
  background-color: #333;
}

.text-green {
  color: #0f410a;
}

.bg-green {
  background-color: #0f410a;
}

.text-light-brown {
  color: #a58350;
}

.bg-light-brown {
  background-color: #a58350;
}

.text-red {
  color: #970000;
}

.bg-red {
  background-color: #970000;
}

.text-red-bright {
  color: #e31064;
}

.bg-red-bright {
  background-color: #e31064;
}

.text-tan {
  color: #ebdcc2;
}

.bg-tan {
  background-color: #ebdcc2;
}

.text-tan-off {
  color: #caa57c;
}

.bg-tan-off {
  background-color: #caa57c;
}

.text-yellow {
  color: #e48e0f;
}

.bg-yellow {
  background-color: #e48e0f;
}

.text-rust {
  color: #982b23;
}

.bg-rust {
  background-color: #982b23;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*  Global Tags  */
* {
  box-size: border-box;
}

.sfPageWrapper, body.sfPageEditor {
  overflow: visible !important;
}

body {
  background-color: #1b0604;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  overflow-x: hidden;
  overflow-y: scroll;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #d34212;
}

a:focus {
  outline: none;
}

a:hover {
  color: #970000;
}

a.hero-btn {
  font-family: "bebas-bold", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 20px 56px;
  background-color: #d34212;
  color: #ebdcc2;
  border: 1px solid #c37c13;
  display: table;
  margin: 0 auto 50px;
  -webkit-transform: scaleX(1) scaleY(1);
  -ms-transform: scaleX(1) scaleY(1);
  transform: scaleX(1) scaleY(1);
  -webkit-transition: all 0.2s ease 0s, transform 200ms ease-in-out;
  -webkit-transition: all 0.2s ease 0s, -webkit-transform 200ms ease-in-out;
  transition: all 0.2s ease 0s, -webkit-transform 200ms ease-in-out;
  transition: all 0.2s ease 0s, transform 200ms ease-in-out;
  transition: all 0.2s ease 0s, transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

a.hero-btn:hover {
  -webkit-transform: scaleX(1.05) scaleY(1.05);
  -ms-transform: scaleX(1.05) scaleY(1.05);
  transform: scaleX(1.05) scaleY(1.05);
  text-decoration: none;
}

a.btn, .store-modal-link {
  font-family: "bebas-bold", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 10px 25px;
  background-color: #d34212;
  color: #ebdcc2;
  display: inline-block;
  border-radius: 0;
  border: 2px solid rgba(211, 66, 18, 0.4);
  -webkit-transform: scaleX(1) scaleY(1);
  -ms-transform: scaleX(1) scaleY(1);
  transform: scaleX(1) scaleY(1);
  -webkit-transition: all 0.2s ease 0s, transform 200ms ease-in-out;
  -webkit-transition: all 0.2s ease 0s, -webkit-transform 200ms ease-in-out;
  transition: all 0.2s ease 0s, -webkit-transform 200ms ease-in-out;
  transition: all 0.2s ease 0s, transform 200ms ease-in-out;
  transition: all 0.2s ease 0s, transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

a.btn:hover, .store-modal-link:hover, a.btn:focus, .store-modal-link:focus {
  color: #ebdcc2;
}

a.btn:hover, .store-modal-link:hover {
  -webkit-transform: scaleX(1.05) scaleY(1.05);
  -ms-transform: scaleX(1.05) scaleY(1.05);
  transform: scaleX(1.05) scaleY(1.05);
}

a.yt-btn {
  width: 115px;
  height: 70px;
  display: block;
  background: #c30000;
  border-radius: 20px;
  position: relative;
  margin: 0 auto;
  top: 33%;
  opacity: .7;
  cursor: pointer;
}

@media (max-width: 600px) {
  a.yt-btn {
    padding-left: 15px;
    top: 15%;
  }
}

a.yt-btn:hover {
  opacity: 1;
}

a.yt-btn:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 36px solid #fff;
  position: absolute;
  left: 50%;
  margin-left: -14px;
  top: 50%;
  margin-top: -21px;
}

@media (max-width: 1024px) {
  a.yt-btn {
    width: 120px;
    height: 80px;
  }
  a.yt-btn:after {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 30px solid #fff;
    margin-left: -15px;
    margin-top: -20px;
  }
}

em {
  font-style: italic;
}

h2 {
  font-family: "chunk-five", serif;
  font-size: 51px;
  font-size: 3.1875rem;
  line-height: 45px;
  text-transform: uppercase;
  color: #d34212;
  margin: 15px 0 10px;
}

h2.title {
  margin: 10px 0 25px;
}

@media (max-width: 768px) {
  h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 32px;
  }
}

h3 {
  font-family: "chunk-five", serif;
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 30px;
  text-transform: uppercase;
  padding-top: 3px;
}

h4 {
  font-family: "chunk-five", serif;
  font-size: 21px;
  font-size: 1.3125rem;
  text-transform: uppercase;
  padding-top: 4px;
}

h4.lower {
  text-transform: none;
  color: #290000;
  margin: 0 0 10px;
}

h5 {
  font-family: "chunk-five", serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 25px;
  color: #290000;
  margin: 0 0 5px;
  text-transform: uppercase;
  padding-top: 2px;
}

@media (min-width: 769px) and (max-width: 820px) {
  h5 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

h6 {
  font-family: "bebas-bold", sans-serif;
  text-transform: uppercase;
  margin: 0 0 5px;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #d34212;
}

input.btn {
  font-family: "bebas-bold", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 10px 25px;
  background-color: #d34212;
  color: #ebdcc2;
  display: inline-block;
  border-radius: 0;
  border: 2px solid rgba(211, 66, 18, 0.4);
}

input.btn:hover, input.btn:focus {
  color: #ebdcc2;
}

p {
  margin: 0 0 30px;
}

ul {
  overflow: hidden;
  list-style: none;
}

ul.bullets {
  list-style: disc;
  padding-left: 17px;
  margin: 0 0 30px;
}

main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

strong {
  font-weight: 700;
}

/*  Global Classes  */
.clear {
  clear: both;
}

.container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  z-index: 5;
  position: relative;
}

.container .container {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0;
}

.divider {
  display: block;
  width: 100%;
  height: 11px;
  margin: 30px 0;
}

.food-services {
  margin: 0 0 40px;
  overflow: hidden;
}

.food-services img {
  display: block;
  margin: 0 0 15px;
}

.food-services ul {
  clear: both;
}

.food-services ul li {
  margin: 0 0 15px;
}

.food-services ul li p {
  margin: 0;
}

.food-services .table {
  border: 1px solid #d34212;
}

.food-services .table td {
  border-top: 1px solid #d34212;
}

.food-services .table td:first-child {
  border-right: 1px solid #d34212;
}

.food-services .table th {
  background: #d34212;
  font-family: "bebas-bold", sans-serif;
  color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
  border: none;
}

.form-control {
  background-color: #f0e8d9;
}

.form-wrapper {
  margin: 0 -15px;
  overflow: hidden;
}

.gold {
  color: #8f5a0c;
}

.gold-on {
  color: #c37c13;
}

.gradient {
  height: 218px;
  width: 100%;
  display: block;
  background: url("/images/gradient_1.png") repeat-x 50% 100%;
  position: absolute;
  bottom: 0;
  z-index: 0;
}

.green {
  color: #0f410a;
}

.interior-content {
  padding-top: 150px;
}

@media (max-width: 768px) {
  .interior-content {
    padding-top: 130px;
  }
}

.interior-content .container {
  padding: 0;
}

.landing-list li {
  margin: 35px 0 0;
  padding: 50px 0 0;
  background: url("/images/hor_divider_line.png") no-repeat 50% 0;
  background-size: 100% 11px;
}

.landing-list li img {
  border: 3px solid #e48e0f;
  margin: 0 0 15px;
}

.landing-list li p {
  margin: 0 0 18px;
}

.left {
  float: left;
}

.mini-gallery {
  margin: 0;
}

.mini-gallery li {
  padding: 0;
  background: transparent;
}

.mini-gallery > li:nth-child(2) {
  display: none;
}

.mini-gallery-nav {
  margin: 0 10px 0 0;
}

.mini-gallery-nav li {
  float: left;
  margin: 5px 6px 0 0;
  padding: 0;
  background: transparent;
}

.mini-gallery-nav li:last-child {
  padding: 0;
}

.mini-gallery-nav li.active {
  background-color: #d3ba92;
}

.mini-gallery-nav li a {
  overflow: hidden;
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #d3ba92;
  line-height: 1px;
  font-size: 1px;
  text-decoration: none;
}

.natural-cut h3, .natural-cut h5 {
  color: #0f410a;
}

.natural-header {
  margin: 0 0 40px;
}

.orange {
  color: #d34212;
}

#product-left .mini-gallery li img {
  max-width: 100%;
}

.product-sitemap {
  overflow: hidden;
  clear: both;
}

.product-sitemap img {
  border: 3px solid #d34212;
}

@media (max-width: 768px) {
  .product-sitemap img {
    margin-bottom: 15px;
    max-width: 186px;
  }
}

.product-sitemap p {
  margin: 0 0 15px;
}

.product-sitemap .container {
  overflow: hidden;
}

.product-sitemap .prod-cat {
  padding-bottom: 50px;
  margin: 0 0 50px;
  background: url("/images/hor_divider_line.png") no-repeat 50% 100%;
  background-size: 100% 11px;
  overflow: hidden;
  min-height: 255px;
}

@media (max-width: 768px) {
  .product-sitemap .prod-cat {
    min-height: auto;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  .product-sitemap .prod-cat h4 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.product-sitemap .prod-cat li {
  list-style: none;
  margin: 0 0 5px;
}

.product-sitemap .prod-cat li a {
  color: #d34212;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "bebas-bold", sans-serif;
}

.product-sitemap.natural-cut .prod-cat:last-child {
  background: none;
}

.product-sitemap.natural-cut h4 {
  color: #0f410a;
}

.product-sitemap.natural-cut h4:hover {
  color: #0f410a;
  text-decoration: underline;
}

.red {
  color: #970000;
}

.right {
  float: right;
}

.section {
  position: relative;
}

.sfexpandableListWrp h2 {
  display: none;
}

.sfexpandableListWrp h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  text-transform: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  overflow: hidden;
}

.sfexpandableListWrp li {
  margin: 0 0 20px;
}

.sfexpandableListWrp li a {
  color: #290000;
}

.sfexpandableListWrp .sflistItemToggleLnk {
  padding-left: 28px;
  background-image: url("/images/sprite-arrows.png");
  background-position: 0 -344px;
  background-repeat: no-repeat;
  float: left;
  -webkit-transition: all 0s ease-out;
  transition: all 0s ease-out;
}

.sfexpandableListWrp .sflistItemToggleLnk:focus {
  text-decoration: none;
}

.sfexpandableListWrp .sflistItemToggleLnk.sflistListItemExpanded {
  background-position: 0 -412px;
}

.sfexpandableListWrp .sflistItemContent {
  padding-left: 28px;
}

.survey input[type=checkbox], .survey input[type=radio] {
  margin: 4px 4px 0 0;
  position: relative;
  top: -1px;
  left: 1px;
  float: left;
  width: 15px;
  clear: left;
}

.survey label {
  float: left;
  width: 90%;
}

.survey li {
  margin: 0 0 15px;
  clear: both;
  overflow: hidden;
}

.survey li.form-group {
  clear: none;
}

.survey .question, .survey .error {
  display: block;
}

.survey .error {
  color: #d34212;
  font-style: italic;
  clear: both;
}

.survey span.error[style*="inline"] {
  display: block !important;
}

.survey .question {
  font-weight: bold;
  margin: 0 0 5px;
}

.survey .slide {
  display: block;
}

.survey .sub-question {
  display: block;
}

.survey .radios-to-slider {
  background-color: #dadada;
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 10px 0 60px 15px;
  -webkit-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}

.survey .radios-to-slider .slider-level {
  background-color: #fff;
  cursor: pointer;
  position: absolute;
  display: block;
}

.survey .radios-to-slider .slider-level.slider-lower-level {
  opacity: 0.6;
}

.survey .radios-to-slider .slider-label {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  color: #d34212;
  text-align: center;
}

.survey .radios-to-slider .slider-bar {
  background-color: rgba(211, 66, 18, 0.3);
  float: left;
  height: 100%;
  width: 0;
  pointer-events: none;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}

.survey .radios-to-slider .slider-bar.transition-enabled {
  -webkit-transition: .2s;
  transition: .2s;
}

.survey .radios-to-slider .slider-knob {
  float: right;
  background-color: #d34212;
}

.survey .radios-to-slider.medium {
  height: 22px;
  border-radius: 25px;
  padding: 5px;
}

.survey .radios-to-slider.medium .slider-level {
  width: 22px;
  height: 22px;
  border-radius: 22px;
  z-index: 2;
  position: absolute;
}

.survey .radios-to-slider.medium .slider-label {
  top: 45px;
  width: 44px;
}

.survey .radios-to-slider.medium .slider-bar {
  border-radius: 22px;
}

.survey .radios-to-slider.medium .slider-knob {
  width: 32px;
  height: 32px;
  border-radius: 25px;
}

.template-sh-features {
  margin: 0 0 20px;
}

.template-sh-features li {
  float: left;
  width: 25%;
  text-align: center;
}

@media (max-width: 768px) {
  .template-sh-features li {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 16px;
  }
}

.template-sh-features li img {
  display: table;
  margin: 0 auto 10px;
}

.sub-navigation {
  padding-bottom: 40px;
  background: url("/images/hor_divider_line.png") no-repeat 50% 100%;
  background-size: 100% 11px;
  margin-bottom: 50px;
}

.sub-navigation li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.sub-navigation li a {
  height: auto !important;
  padding: 15px 25px;
  background-color: #290000;
  color: #ebdcc2;
  font-size: 21px;
  font-size: 1.3125rem;
  border: 2px solid #d3ba92;
  font-family: "bebas-bold", sans-serif;
  display: block;
}

.sub-navigation li a:hover {
  background-color: #970000;
  text-decoration: none;
}

.sub-navigation li a.active {
  background-color: #d34212;
}

@media (max-width: 768px) {
  .sub-navigation li {
    margin: 0 5px 5px 0;
  }
  .sub-navigation li a {
    padding: 12px 25px;
  }
}

.template-split li {
  margin: 0 0 10px;
}

.template-split h4 {
  text-transform: none;
}

.template-split img {
  width: 115px;
  height: 115px;
  border: 3px solid #d34212;
  margin-bottom: 9px;
}

.template-split .img-left img {
  float: left;
  margin-right: 10px;
}

.template-split .img-right img {
  float: right;
  margin-left: 10px;
}

.validation-summary {
  color: #d34212;
  font-weight: bold;
}

.validation-summary ul {
  padding-left: 17px;
  list-style: disc;
  font-style: italic;
  font-weight: normal;
  margin: 0 0 30px;
}

.vid-contain {
  position: relative;
  padding-bottom: 52.3%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 0 0 30px;
}

.vid-contain iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.yellow {
  color: #e48e0f;
}

.yt-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

/*  Interior Styles  */
#breadcrumbs {
  margin: 0 0 15px;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #d34212;
}

#breadcrumbs li {
  float: left;
  margin-right: 3px;
}

#breadcrumbs li.spacer {
  color: #8f5a0c;
}

#breadcrumbs li a {
  color: #8f5a0c;
}

#contact-rail {
  background-color: #f0e8d9;
  border: 3px solid #caa57c;
  padding: 20px 15px 30px;
}

#contact-rail .contact-block {
  padding-top: 30px;
  margin-top: 30px;
  background: url("/images/hor_divider_line.png") no-repeat 50% 0;
  background-size: 100% 11px;
}

#contact-rail .contact-block:first-child {
  background: none;
  margin-top: 0;
  padding-top: 0;
}

#contact-rail .contact-block p {
  margin: 0 0 5px;
}

#left-rail {
  overflow: hidden;
  padding-top: 3px;
}

#left-rail.interior {
  width: 75%;
  width: calc(100% - 270px);
}

@media (max-width: 768px) {
  #left-rail.interior {
    width: 100%;
  }
}

#left-rail div.hero {
  margin: 0 0 10px;
  position: relative;
}

#left-rail div.hero img {
  display: block;
  width: 100%;
  height: auto;
}

#main {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: contain;
}

@media (max-width: 768px) {
  #main.grilling {
    background-size: 120%;
  }
  #main.recipes {
    background-size: 170%;
  }
  #main.sausages {
    background-size: 200%;
    background-position: 0 0;
  }
  #main.snacks {
    background-size: 220%;
    background-position: 56% 0;
  }
}

#main-content {
  background: url("/images/burlap_texture.jpg") repeat 0 0;
  background-size: 275px;
  clear: both;
  padding: 20px 15px 175px;
  position: relative;
  margin: 0 0 50px;
}

#main-content .landscape {
  height: 123px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("/images/footer_rolling_hills.png") repeat-x 50% 100%;
  background-size: 997px;
}

@media (max-width: 768px) {
  #main-content {
    padding: 20px 0 175px;
  }
}

#main-content.landing-page {
  padding-top: 40px;
  /* @media (max-width: $bp-tablet){
            .container{
                margin: 0;
            }

            .col-xs-12{
                padding: 0;
            }
        } */
}

#main-content.landing-page h3 {
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 37px;
  margin: 0 0 30px;
}

#main-content.landing-page .coupon img {
  width: 100%;
  max-width: 525px;
  margin: 0 0 20px;
}

#main-content.landing-page .vid-contain {
  padding-bottom: 50%;
}

#main-content.landing-page #right-rail {
  top: 0;
}

#news-list h5 {
  text-transform: none;
}

#page-title {
  clear: both;
  margin: 0 0 20px;
  padding: 0;
}

@media (max-width: 1150px) {
  #page-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#page-title h1 {
  font-size: 50px;
  font-size: 3.125rem;
  font-family: "bebas-bold", sans-serif;
  color: #fff;
  line-height: 42px;
}

@media (max-width: 768px) {
  #page-title {
    margin: 0 0 10px;
  }
  #page-title h1 {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 37px;
    letter-spacing: -1px;
  }
}

#product-right h3 {
  margin: 20px 0;
}

#product-right .action-calls {
  overflow: visible;
}

#product-right .action-calls .btn {
  border: 2px solid #caa57c;
  margin-top: 35px;
}

#product-right .features {
  margin-bottom: 20px;
}

#product-right .features li {
  position: relative;
  padding: 5px 0 5px 40px;
  min-height: 25px;
  margin: 0 0 3px;
  font-size: 13px;
  font-size: 0.8125rem;
  background-image: none;
}

#product-right .features li::before {
  content: "";
  display: block;
  background-image: url("/images/sprite-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -2px;
  background-repeat: no-repeat;
  width: 30px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}

#product-right .features li.all-natural::before {
  background-position: 0 -278px;
}

#product-right .features li.keto::before {
  background-position: 0 -920px;
}

#product-right .features li.fully-cooked::before {
  background-position: 0 -447px;
}

#product-right .features li.gluten-free::before {
  background-position: 0 -220px;
}

#product-right .features li.high-protein::before {
  background-position: 0 -730px;
}

#product-right .features li.made-wisconsin::before {
  background-position: 0 -788px;
}

#product-right .features li.natural-casing::before {
  background-position: 0 -615px;
}

#product-right .features li.no-msg::before {
  background-position: 0 -560px;
}

#product-right .features li.premium::before {
  background-position: 0 -391px;
}

#product-right .features li.ready-eat::before {
  background-position: 0 -334px;
}

#product-right .features li.resealable::before {
  background-position: 0 -672px;
}

#product-right .features li.smoked::before {
  background-position: 0 -161px;
}

#product-right .features li.spreadable::before {
  background-position: 0 -501px;
}

#recipe-detail ul {
  margin: 0 0 30px;
  padding-left: 17px;
}

#recipe-detail ul li {
  list-style-type: disc;
}

#recipe-list {
  overflow: hidden;
}

#recipe-list .recipe {
  margin: 10px 0 20px;
}

#recipe-list .recipe a {
  display: block;
  border: 1px solid #d34212;
  overflow: hidden;
  position: relative;
  -webkit-transform: scaleX(1) scaleY(1);
  -ms-transform: scaleX(1) scaleY(1);
  transform: scaleX(1) scaleY(1);
  -webkit-transition: all 0.2s ease 0s, transform 200ms ease-in-out;
  -webkit-transition: all 0.2s ease 0s, -webkit-transform 200ms ease-in-out;
  transition: all 0.2s ease 0s, -webkit-transform 200ms ease-in-out;
  transition: all 0.2s ease 0s, transform 200ms ease-in-out;
  transition: all 0.2s ease 0s, transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

#recipe-list .recipe a:hover {
  -webkit-transform: scaleX(1.04) scaleY(1.04);
  -ms-transform: scaleX(1.04) scaleY(1.04);
  transform: scaleX(1.04) scaleY(1.04);
}

#recipe-list .recipe a img {
  position: relative;
  left: 50%;
  margin-left: -250px;
}

@media (min-width: 561px) and (max-width: 767px) {
  #recipe-list .recipe a img {
    left: 0;
    margin: 0;
    width: 100%;
  }
}

#recipe-list .recipe a .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(41, 0, 0, 0.9);
  padding: 15px;
  font-family: "chunk-five", serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #ebdcc2;
  height: 100px;
}

#recipe-list .recipe a .yt-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
  width: 50px;
  height: 35px;
  background: #c30000;
  border-radius: 10px;
  margin: 0 auto;
  opacity: .7;
  z-index: 9999;
}

#recipe-list .recipe a .yt-btn:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 14px solid #fff;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: 50%;
  margin-top: -7px;
}

#right-rail {
  overflow: hidden;
  position: relative;
  top: -20px;
  width: 25%;
  width: 270px;
}

@media (max-width: 768px) {
  #right-rail {
    display: none;
  }
}

#right-rail .top {
  background: url("/images/right-rail/rr-bg-top.png") no-repeat 50% 0;
  background-size: 100%;
  padding: 12px 15px 3px;
  color: #d34212;
  font-family: "bebas-bold", sans-serif;
  font-size: 20px;
  text-align: center;
}

#right-rail .bottom {
  background: url("/images/right-rail/rr-bg-btm.png") no-repeat 50% 0;
  background-size: 100%;
  padding: 12px 15px 5px;
}

#right-rail #widgets {
  background: url("/images/right-rail/rr-bg-rpt.png") repeat-y 50% 0;
  background-size: 100%;
  padding: 5px 15px;
  overflow: hidden;
}

#right-rail #widgets div {
  width: 100%;
}

#right-rail #widgets a {
  overflow: hidden;
  position: relative;
}

#right-rail #widgets .btn {
  font-family: "bebas-bold", sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  padding: 6px 15px;
  background-color: #d34212;
  color: #ebdcc2;
  display: inline-block;
  border-radius: 0;
  border: 2px solid rgba(211, 66, 18, 0.4);
}

#right-rail #widgets .related {
  border: 2px solid #ebdcc2;
  margin: 0 0 15px;
}

#right-rail #widgets .related .rel-cont {
  max-height: 240px;
  position: relative;
  overflow: hidden;
}

#right-rail #widgets .related .text {
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 15px;
  padding: 15px;
}

#right-rail #widgets .related .text p {
  margin: 0 0 5px;
}

#right-rail #widgets .related .text .name {
  font-family: "chunk-five", serif;
  text-transform: uppercase;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 24px;
  letter-spacing: -1px;
  display: block;
}

#right-rail #widgets .related .recipe-right .text {
  color: #ebdcc2;
  background: rgba(59, 39, 17, 0.7);
}

#right-rail #widgets .related .recipe-right .text .name {
  margin: 0 0 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 15px;
  letter-spacing: 0;
}

#right-rail #widgets .find-a-store {
  padding: 50px 15px 15px;
  border: 2px solid #ebdcc2;
  background-size: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-image: url("/images/right-rail/rr_news_find_a_store.jpg");
}

#right-rail #widgets .find-a-store.about-us {
  background-image: url("/images/right-rail/rr_about_find_a_store.jpg");
}

#right-rail #widgets .find-a-store.natural-cut {
  background-image: url("/images/right-rail/rr_nc_find_a_store.jpg");
}

#right-rail #widgets .find-a-store.grilling {
  background-image: url("/images/right-rail/rr_grilling_find_a_store.jpg");
}

#right-rail #widgets .find-a-store.recipes {
  background-image: url("/images/right-rail/rr_recipes_find_a_store.jpg");
}

#right-rail #widgets .find-a-store.sausages {
  background-image: url("/images/right-rail/rr_sausages_find_a_store.jpg");
}

#right-rail #widgets .find-a-store.snacks, #right-rail #widgets .find-a-store.lp {
  background-image: url("/images/right-rail/rr_snacks_find_a_store.jpg");
}

#right-rail.alt {
  display: block !important;
}

@media (max-width: 768px) {
  #right-rail.alt {
    margin: 0 auto;
    top: 30px;
    width: 100%;
  }
}

#home h1, #home h2 {
  color: #fff;
  font-size: 94px;
  font-size: 5.875rem;
  line-height: 90px;
  letter-spacing: -1px;
  font-family: "chunk-five", serif;
  text-transform: uppercase;
  margin: 0 0 20px;
}

@media (max-width: 1000px) {
  #home h1, #home h2 {
    font-size: 56px;
    font-size: 3.5rem;
    line-height: 52px;
  }
  #home h1 br, #home h2 br {
    display: none;
  }
}

@media (max-width: 768px) {
  #home h1, #home h2 {
    font-size: 37px;
    font-size: 2.3125rem;
    line-height: 38px;
  }
}

#home h3 {
  font-size: 52px;
  font-size: 3.25rem;
  color: #290000;
  line-height: 44px;
  font-family: "chunk-five", serif;
  margin: 0 0 10px;
  text-transform: uppercase;
}

#home h3.white {
  color: #fff;
  margin: 0 0 30px;
}

@media (max-width: 768px) {
  #home h3 {
    font-size: 46px;
    font-size: 2.875rem;
  }
}

#home h4 {
  color: #d34212;
  font-size: "chunk-five", serif;
  font-size: 22px;
  font-size: 1.375rem;
  text-transform: uppercase;
  margin: 0 0 5px;
}

#home h5 {
  font-size: 27px;
  font-size: 1.6875rem;
  color: #290000;
  line-height: 23px;
  font-family: "chunk-five", serif;
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

#home h5.white {
  color: #fff;
  margin: 0 0 30px;
}

#home h6 {
  color: #8f5a0c;
  font-size: "bebas-bold", sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  text-transform: uppercase;
  margin: 0 0 5px;
}

#home p {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 31px;
  font-weight: 700;
  margin: 0 0 30px;
  color: #fff;
}

#home p.yellow {
  color: #e48e0f;
}

#home .buckets {
  overflow: hidden;
  margin: 0 0 20px;
}

#home .buckets .bucket {
  overflow: hidden;
  margin: 0 0 30px;
  position: relative;
}

#home .buckets .bucket .wrapper {
  background: url("/images/burlap_texture.jpg") repeat 0 0;
  background-size: 275px;
  height: 100%;
}

#home .buckets .bucket .text {
  padding: 30px 20px;
  color: #a58350;
  font-family: "bebas-bold", sans-serif;
  font-size: 21px;
  font-size: 1.3125rem;
}

#home .buckets .bucket .text a {
  color: #d34212;
}

#home .buckets .bucket .text p {
  font-family: Calibri, 'Arial Narrow', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  margin: 0 0 30px;
  color: #000;
  font-weight: 400;
}

#home .buckets .bucket .text .links {
  position: absolute;
  bottom: 20px;
  font-size: 20px;
  font-size: 1.25rem;
}

@media (max-width: 768px) {
  #home .buckets .bucket .text .links {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

#home .container {
  max-width: 1200px;
}

@media (max-width: 768px) {
  #home .container {
    padding-left: 0;
    padding-right: 0;
  }
}

#home .section {
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  #home .section h3, #home .section p {
    text-align: left;
  }
  #home .section h3 {
    margin: 0 0 10px;
  }
  #home .section p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 25px;
    color: #e48e0f;
  }
  #home .section a.hero-btn {
    margin: 0 0 50px;
  }
}

@media (max-width: 991px) {
  #home .section .text-right {
    text-align: left !important;
  }
}

@media (max-width: 991px) {
  #home .section .hero-btn {
    float: none !important;
  }
}

#home .section .home-thumb {
  margin: 0 0 15px;
  width: 100%;
  max-width: 400px;
}

#home .section .col-md-5.pull-right {
  padding-right: 0;
}

@media (min-width: 992px) {
  #home .section .col-md-8.pull-right .container {
    margin: 0;
  }
}

#home .smokehouse img {
  display: table;
  margin: 0 auto 30px;
  width: 190px;
  height: auto;
}

#home #wisconsin {
  padding-top: 330px;
  background-image: url("/images/home/hm_hero_wisconsin.jpg");
  background-position: 89% 0;
}

@media (max-width: 768px) {
  #home #wisconsin {
    padding-top: 165px;
  }
  #home #wisconsin h1 {
    text-align: left;
    margin: 0 0 5px;
  }
}

@media (max-width: 768px) {
  #home #intro .smokehouse img {
    margin: 0 0 30px;
  }
}

#home #snacks {
  padding-top: 50px;
  padding-bottom: 300px;
}

@media (max-width: 768px) {
  #home #snacks {
    padding-bottom: 0;
  }
}

#home #snacks .hero-btn {
  margin: 0 0 50px;
}

#home #snacks img {
  border: 1px solid #c37c13;
}

#home #summer-sausage {
  padding-top: 50px;
  padding-bottom: 300px;
}

@media (max-width: 768px) {
  #home #summer-sausage {
    padding-bottom: 0;
  }
}

#home #summer-sausage .hero-btn {
  margin: 0 0 50px;
}

#home #summer-sausage img {
  border: 1px solid #c37c13;
}

#home #big-smokey {
  padding-top: 50px;
  padding-bottom: 200px;
}

@media (max-width: 768px) {
  #home #big-smokey {
    padding-bottom: 0;
  }
}

#home #big-smokey .hero-btn {
  margin: 0 0 50px;
}

#home #big-smokey img {
  border: 1px solid #c37c13;
}

#home #grilling {
  padding-top: 50px;
  padding-bottom: 300px;
}

@media (max-width: 768px) {
  #home #grilling {
    padding-bottom: 0;
  }
}

#home #grilling .hero-btn {
  margin: 0 0 50px;
}

#home #grilling img {
  border: 1px solid #c37c13;
}

#home #natural-cut {
  padding-top: 150px;
  padding-bottom: 150px;
}

@media (max-width: 768px) {
  #home #natural-cut {
    padding-bottom: 0;
    padding-top: 50px;
  }
}

#home #natural-cut .hero-btn {
  margin: 0 0 50px;
}

#home #natural-cut img {
  border: 1px solid #c37c13;
}

#home #news {
  padding-top: 50px;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  #home #news {
    padding-bottom: 0;
  }
}

@media (max-width: 1000px) {
  #home #news {
    padding-bottom: 40px;
  }
}

#home #news .buckets {
  margin-bottom: 0;
}

#home #news .buckets .bucket .text p {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 19px;
}

#modal-custom {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background: rgba(0, 0, 0, 0.6);
}

#modal-custom .content {
  width: 320px;
  background-image: url("/images/rediscover-real-flavor-sweepstakes/modal-shape-mobile.png"), url("/images/rediscover-real-flavor-sweepstakes/modal-paper-bg.jpg");
  background-repeat: no-repeat, repeat-y;
  background-position: top right, top right;
  padding: 83px 15px 20px;
  left: calc(50% - 160px);
  top: 50px;
  position: absolute;
  text-align: center;
}

#modal-custom .content p {
  color: #333;
  font-weight: 500;
  font-size: 18px;
}

#modal-custom .content p:last-of-type {
  margin-bottom: 0;
}

#modal-custom .content img {
  margin-bottom: 40px;
}

#modal-custom a.button {
  display: inline-block;
  background: #ac7029;
  color: #ded2be;
  width: 200px;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  outline: 0;
  font-family: 'bebas-bold';
  font-weight: 500;
  font-size: 26px;
  padding: 15px 0 10px;
}

#modal-custom a.button:hover, #modal-custom a.button:focus, #modal-custom a.button:visited {
  text-decoration: none;
}

#modal-custom .close {
  font-size: 36px;
  width: 50px;
  height: 50px;
  display: table;
  position: absolute;
  right: 0;
  top: -50px;
  opacity: 1.0;
}

#modal-custom .close > span {
  display: none;
}

#modal-custom .close:after, #modal-custom .close:before {
  content: '';
  width: 24px;
  height: 2px;
  background: #982b23;
  position: absolute;
  display: block;
  left: calc(50% - 12px);
  top: calc(50% - 1px);
}

#modal-custom .close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#modal-custom .close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (min-width: 768px) {
  #modal-custom .content {
    width: 640px;
    background-image: url("/images/rediscover-real-flavor-sweepstakes/modal-shape-desktop.png"), url("/images/rediscover-real-flavor-sweepstakes/modal-paper-bg.jpg");
    background-repeat: no-repeat, repeat-y;
    background-position: top right, top right;
    padding: 95px 25px 30px;
    left: calc(50% - 320px);
    top: 25%;
  }
  #modal-custom .content p {
    font-size: 22px;
  }
}

header {
  position: relative;
  z-index: 10;
}

#header .container {
  max-width: 1200px;
}

#header .navbar-default {
  border: none;
  background: transparent;
}

#header .logo {
  display: block;
  margin: 30px 0 0;
}

#header .logo img {
  max-width: 212px;
  height: auto;
}

@media (max-width: 1000px) {
  #header .logo {
    margin: 10px 0 0;
  }
}

#header .navbar-nav {
  overflow: visible;
}

#header .navbar-nav li {
  margin-left: 20px;
}

#header .navbar-nav li:first-child {
  margin-left: 0;
}

#header .navbar-nav li .dropdown-toggle {
  padding: 0 0 20px;
  font-family: "bebas-bold", sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  color: #fff;
  background-color: transparent;
  -webkit-transition: text-shadow 0.3s ease-in-out;
  transition: text-shadow 0.3s ease-in-out;
}

#header .navbar-nav li .dropdown-toggle:hover {
  text-shadow: 0 0 9px #360000;
}

@media (max-width: 1100px) {
  #header .navbar-nav li .dropdown-toggle {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

#header .navbar-nav li .dropdown-menu {
  margin: 0;
  padding: 0;
  background-color: #ebdcc2;
  min-width: 200px;
}

#header .navbar-nav li .dropdown-menu li {
  margin: 0;
}

#header .navbar-nav li .dropdown-menu li a {
  padding: 13px 27px 10px;
  color: #970000;
  font-family: "bebas-bold", sans-serif;
  border: 1px solid rgba(195, 124, 19, 0.3);
  text-align: center;
  font-size: 19px;
  font-size: 1.1875rem;
  text-shadow: none;
  white-space: inherit;
  line-height: 20px;
}

#header .navbar-nav li .dropdown-menu li a:hover {
  background-color: #970000;
  color: #fff;
}

#header .social {
  overflow: visible;
  margin: 10px 0 20px;
}

#header .social li {
  float: left;
  display: inline-block;
  margin-left: 10px;
}

#header .social li a {
  display: block;
}

#header .social li a img {
  width: 37px;
  height: 37px;
  -webkit-transform: scaleX(1) scaleY(1);
  -ms-transform: scaleX(1) scaleY(1);
  transform: scaleX(1) scaleY(1);
  -webkit-transition: all 0.2s ease 0s, transform 200ms ease-in-out;
  -webkit-transition: all 0.2s ease 0s, -webkit-transform 200ms ease-in-out;
  transition: all 0.2s ease 0s, -webkit-transform 200ms ease-in-out;
  transition: all 0.2s ease 0s, transform 200ms ease-in-out;
  transition: all 0.2s ease 0s, transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

#header .social li a img:hover {
  -webkit-transform: scaleX(1.14) scaleY(1.14);
  -ms-transform: scaleX(1.14) scaleY(1.14);
  transform: scaleX(1.14) scaleY(1.14);
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
}

@media (max-width: 1000px) {
  #ow-nav {
    height: 100% !important;
  }
  #header .navbar-header {
    position: relative;
  }
  #header .navbar-default .navbar-toggle {
    display: block;
    margin-top: 23px;
    padding: 22px 18px;
    background-color: #fff;
    position: relative;
    color: #f7e6c9;
  }
  #header .navbar-default .navbar-toggle .icon-bar {
    background-color: #e31064;
  }
  #header .navbar-default .navbar-toggle:hover {
    background-color: #fff;
  }
  #header .navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #e31064;
  }
  #header .navbar-default .navbar-toggle:focus, #header .navbar-default .navbar-toggle.collapsed {
    background-color: transparent;
  }
  #header .navbar-default .navbar-toggle:focus .icon-bar, #header .navbar-default .navbar-toggle.collapsed .icon-bar {
    background-color: #fff;
  }
  #header .navbar-default .navbar-collapse {
    border-top: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    position: fixed;
    right: -240px;
    width: 240px;
  }
  #header .navbar-default .navbar-collapse .social {
    display: none;
  }
  #header .navbar-collapse.collapse {
    padding: 0;
  }
  #header .navbar-collapse.collapse.in {
    right: 0;
  }
  #header .navbar-nav {
    float: none !important;
    padding-top: 50px;
    margin: 0;
    width: 240px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #header .navbar-nav > li {
    float: none;
    margin: 0;
    border-bottom: 1px solid #c37c13;
    width: 240px;
  }
  #header .navbar-nav > li .dropdown-toggle {
    -webkit-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    color: #f7e6c9;
  }
  #header .navbar-nav > li .dropdown-menu {
    position: relative;
    float: none;
    width: 100%;
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
  }
  #header .navbar-nav > li .dropdown-menu li a {
    border: none;
    border-bottom: 1px solid rgba(195, 124, 19, 0.3);
    background-color: #d34212;
    color: #fff;
    text-align: left;
    color: #f7e6c9;
  }
  #header .navbar-nav > li > a {
    padding: 15px 30px;
  }
  #header .navbar-nav > li > a.dropdown-toggle {
    padding: 15px 30px;
  }
  #header .navbar-nav > li > a.dropdown-toggle:hover {
    background-color: #d34212;
  }
  ul.nav li.dropdown ul.dropdown-menu, ul.nav li.dropdown:hover ul.dropdown-menu {
    display: none;
  }
}

@media (min-width: 1001px) and (max-width: 1400px) {
  .navbar li.dropdown:last-child .dropdown-menu {
    left: unset;
    right: 0;
  }
}

#footer {
  background: url("/images/footer_trees.png") 50% 100% repeat-x;
  padding-top: 20px;
}

#footer a {
  color: #caa57c;
}

#footer a:hover {
  color: #ebdcc2;
  text-decoration: underline;
}

#footer a:hover h4 {
  color: #c37c13;
  text-decoration: underline;
}

#footer .column {
  height: 220px;
}

@media (max-width: 768px) {
  #footer .column {
    height: auto;
  }
}

#footer .column h4 {
  color: #8f5a0c;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media (max-width: 768px) {
  #footer .column h4 {
    margin: 0 0 15px;
  }
}

#footer .column ul {
  margin: 0 0 50px;
}

@media (max-width: 768px) {
  #footer .column ul {
    display: none;
  }
}

#footer .column li {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 7px;
}

#footer .sitemap {
  overflow: hidden;
}

#footer .social {
  overflow: visible;
  margin: 30px 0 50px;
}

#footer .social .footer-btn {
  font-family: "bebas-bold", sans-serif;
  width: 180px;
  text-align: center;
  display: inline-block;
  float: left;
  padding: 19px 0;
  border: 1px solid #8f5a0c;
  letter-spacing: 1px;
  -webkit-transform: scaleX(1) scaleY(1);
  -ms-transform: scaleX(1) scaleY(1);
  transform: scaleX(1) scaleY(1);
  -webkit-transition: all 0.2s ease 0s, transform 200ms ease-in-out;
  -webkit-transition: all 0.2s ease 0s, -webkit-transform 200ms ease-in-out;
  transition: all 0.2s ease 0s, -webkit-transform 200ms ease-in-out;
  transition: all 0.2s ease 0s, transform 200ms ease-in-out;
  transition: all 0.2s ease 0s, transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0 15px 15px 0;
}

#footer .social .footer-btn:hover {
  text-decoration: none;
  -webkit-transform: scaleX(1.05) scaleY(1.05);
  -ms-transform: scaleX(1.05) scaleY(1.05);
  transform: scaleX(1.05) scaleY(1.05);
}

#footer .social .footer-btn.store {
  background-color: #d34212;
  color: #ebdcc2;
}

#footer .social .footer-btn.products {
  color: #8f5a0c;
}

#footer .social ul {
  overflow: visible;
  float: left;
}

#footer .social ul li {
  float: left;
  display: inline-block;
  margin: 0 10px 10px 0;
}

#footer .social ul li a {
  display: block;
}

#footer .social ul li a img {
  width: 51px;
  height: 51px;
  -webkit-transform: scaleX(1) scaleY(1);
  -ms-transform: scaleX(1) scaleY(1);
  transform: scaleX(1) scaleY(1);
  -webkit-transition: all 0.2s ease 0s, transform 200ms ease-in-out;
  -webkit-transition: all 0.2s ease 0s, -webkit-transform 200ms ease-in-out;
  transition: all 0.2s ease 0s, -webkit-transform 200ms ease-in-out;
  transition: all 0.2s ease 0s, transform 200ms ease-in-out;
  transition: all 0.2s ease 0s, transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

#footer .social ul li a img:hover {
  -webkit-transform: scaleX(1.14) scaleY(1.14);
  -ms-transform: scaleX(1.14) scaleY(1.14);
  transform: scaleX(1.14) scaleY(1.14);
}

#footer .disclaimer {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 22px;
  color: #8f5a0c;
  text-align: center;
  margin: 50px 0 45px;
}

#footer .disclaimer a {
  color: #8f5a0c;
}

body.sweepstakes #main {
  background-image: url("/images/backgrounds/news.jpg") !important;
}

#rediscover-real-flavor-sweepstakes h2 {
  color: #982b23;
}

#rediscover-real-flavor-sweepstakes p.no-margin {
  margin-bottom: 0;
}

#rediscover-real-flavor-sweepstakes .prizes {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  line-height: 1.1;
}

#rediscover-real-flavor-sweepstakes .prizes > li {
  margin: 0 0 30px;
  border: 1px solid #ac7029;
}

#rediscover-real-flavor-sweepstakes .prizes > li .head {
  background: #ac7029;
  font-family: "chunk-five", serif;
  color: #e2d7c2;
  font-size: 27px;
  font-size: 1.6875rem;
  text-align: center;
  padding: 15px 0;
  text-transform: uppercase;
}

#rediscover-real-flavor-sweepstakes .prizes > li .body {
  padding: 20px 0px;
}

#rediscover-real-flavor-sweepstakes .prizes > li .body p {
  font-size: 22px;
  font-size: 1.375rem;
  color: #970000;
}

#rediscover-real-flavor-sweepstakes .prizes > li .body p span {
  font-family: "chunk-five", serif;
  font-size: 27px;
  font-size: 1.6875rem;
  display: block;
  margin: 3px 0 0;
}

#rediscover-real-flavor-sweepstakes .prizes > li .body p span:nth-of-type(2) {
  margin-top: 40px;
  color: #ac7029;
}

#rediscover-real-flavor-sweepstakes .prizes > li .body ul {
  max-width: 250px;
  margin: 0 auto;
}

#rediscover-real-flavor-sweepstakes .prizes > li .body li {
  width: 50%;
  font-family: "chunk-five", serif;
  color: #ac7029;
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 0.666rem;
  text-align: left;
  float: left;
  text-transform: uppercase;
}

#rediscover-real-flavor-sweepstakes .prizes > li .body li:only-child {
  width: 100%;
  float: none;
  text-align: center;
}

#rediscover-real-flavor-sweepstakes .products-list {
  margin: 0;
  text-align: center;
}

#rediscover-real-flavor-sweepstakes .products-list > a {
  float: none;
  width: auto;
  display: inline-block;
  padding: 0 20px;
  width: 145px;
  color: #ac7029;
  font-size: 13px;
  font-size: 0.8125rem;
}

#rediscover-real-flavor-sweepstakes hr {
  border-top-color: #ceab7d;
}

#rediscover-real-flavor-sweepstakes b.red {
  color: #982b23;
  font-weight: 700;
}

#rediscover-real-flavor-sweepstakes small {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.2;
}

#rediscover-real-flavor-sweepstakes small a {
  color: #000;
  text-decoration: underline;
}

@media (min-width: 768px) {
  #rediscover-real-flavor-sweepstakes .prizes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 -7px 30px;
  }
  #rediscover-real-flavor-sweepstakes .prizes > li {
    width: 50%;
    margin: 0 7px;
  }
  #rediscover-real-flavor-sweepstakes .prizes > li .body {
    padding: 20px 60px;
  }
  #rediscover-real-flavor-sweepstakes .products-list {
    margin: 0 -20px;
  }
  #rediscover-real-flavor-sweepstakes .products-list > a {
    float: left;
    width: 20%;
    display: block;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  #rediscover-real-flavor-sweepstakes .prizes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  #rediscover-real-flavor-sweepstakes .prizes br {
    display: none;
  }
  #rediscover-real-flavor-sweepstakes .prizes > li {
    width: 100%;
    margin: 0 0 30px;
  }
  #rediscover-real-flavor-sweepstakes .products-list {
    margin: 0;
    text-align: center;
  }
  #rediscover-real-flavor-sweepstakes .products-list > a {
    float: none;
    width: 145px;
    display: inline-block;
  }
}

/***** Coupons ******/
.heading-space-above-below {
  padding: 2em 0;
}

@media only screen and (max-width: 768px) {
  .heading-space-above-below {
    padding: 1em 0;
  }
}

.coupon {
  padding: 1em;
}

.coupon img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
}

/***** End Coupons ******/
/******* Store Locator modal section **********/
.store-modal-section {
  padding-top: 30px;
}

.store-modal-featured-modal {
  text-align: center;
  margin-bottom: 40px;
}

.store-modal-featured-coupon {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .row.store-modal-featured {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (min-width: 992px) {
  .store-modal-section {
    padding-top: 0;
  }
  .store-modal-featured-coupon {
    margin-bottom: 0;
  }
}

.store-modal-featured-text {
  /*width: 31%;
	text-transform: unset;
	font-weight: normal;
	position: absolute;
	bottom: 10%;
	right: 30px; */
  color: #d34212;
  text-align: center;
  /*font-family: "hvd_fonts_-_brandongrotesque-regular-webfont", "Josefin Sans", sans-serif;
	font-size: 15px;
	font-size: 4vw;
	cursor: pointer;
	text-align: left;
	display: inline-block;*/
}

.store-modal-featured-text:hover {
  color: #d34212;
}

@media (min-width: 576px) {
  .store-modal-featured-text {
    font-size: 22px;
  }
}

.store-modal-link {
  border: 2px solid #caa57c;
  line-height: 1;
}

.store-modal-featured-text a {
  -webkit-transition: none;
  transition: none;
}

.store-modal-section .fa {
  display: inline;
  vertical-align: middle;
}

.store-modal-section {
  font-size: 1em;
}

.store-modal .modal-dialog {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.store-modal-header {
  background-color: #d34212;
}

.store-modal-header h3 {
  color: #fff;
  padding: .75em .75em;
  margin: 0;
  font-size: 1.71428571429em;
}

.store-modal-header .fa {
  float: right;
  font-size: 1.4em;
  margin-top: -.15em;
  cursor: pointer;
}

.store-modal-header .close {
  color: #fff;
  opacity: 1;
  font-size: inherit;
}

.store-modal-store-links-container {
  overflow: hidden;
}

.store-modal-store-links {
  margin: 0 -1px;
}

.store-modal-area {
  background: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.store-modal-store-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 3.5em;
  position: relative;
  width: 50%;
  float: left;
  height: 180px;
  overflow: hidden;
  border-right: solid 1px grey;
  border-bottom: solid 1px grey;
}

a.store-modal-store-cell {
  -webkit-transition: none;
  transition: none;
  cursor: pointer;
}

.store-modal-store-cell > div {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 1em;
  left: 0;
}

.store-modal-store-cell img {
  display: block;
  width: 130px;
  height: auto;
  margin: 0 auto;
}

.cta.store-modal-store-cta {
  font-size: 1em;
  height: auto;
  margin: 0;
  padding: 0 1.5em;
  display: inline-block;
}

.store-modal-store-cell:hover {
  -webkit-box-shadow: inset 0 0 0 4px #d34212;
  box-shadow: inset 0 0 0 4px #d34212;
}

.store-modal-store-cell:hover .cta.store-modal-store-cta {
  display: inline-block;
}

.Store-Locator .modal-backdrop {
  background: rgba(0, 0, 0, 0.125);
}

.store-modal-legal {
  background: #F4F4F4;
  text-align: center;
  padding: 1em;
}

.store-modal-legal p {
  margin-bottom: 0;
  font-size: 1em;
}

@media (min-width: 576px) {
  .cta.store-modal-store-cta {
    display: none;
  }
}

@media (min-width: 640px) {
  .store-modal-store-cell {
    width: 33.3333%;
  }
}

@media (min-width: 784px) {
  .store-modal .modal-dialog {
    width: 804px;
    padding: 0 10px;
  }
}

@media (max-width: 341px) {
  .store-modal-section {
    font-size: .8em;
  }
}

.Coupon .section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.modole-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.modal-backdrop.in {
  z-index: 1;
}

.modal {
  top: 77px;
}

span.btn {
  display: none;
  font-family: "bebas-bold", sans-serif;
  font-size: 1.125rem;
  padding: 10px 25px;
  background-color: #d34212;
  color: #ebdcc2;
  border-radius: 0;
  border: 2px solid rgba(211, 66, 18, 0.4);
  -webkit-transform: scaleX(1) scaleY(1);
  -ms-transform: scaleX(1) scaleY(1);
  transform: scaleX(1) scaleY(1);
  -webkit-transition: all 0.2s ease 0s, transform 200ms ease-in-out;
  -webkit-transition: all 0.2s ease 0s, -webkit-transform 200ms ease-in-out;
  transition: all 0.2s ease 0s, -webkit-transform 200ms ease-in-out;
  transition: all 0.2s ease 0s, transform 200ms ease-in-out;
  transition: all 0.2s ease 0s, transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

.store-modal-store-links span.btn:hover, span.btn:focus {
  color: #ebdcc2;
}

.store-modal-store-links > a:hover span.btn {
  display: inline-block;
}

@media (hover: none) and (pointer: coarse) {
  span.btn {
    display: inline-block;
  }
}

@media (min-width: 576px) {
  .store-modal-section {
    padding-top: 15px;
  }
}

/******* End Store Locator modal section **********/
#privacy-message {
  position: fixed;
  width: 100%;
  left: 0;
  display: none;
  bottom: -1000px;
  background: #fff;
  border: solid 3px #982b23;
  z-index: 500;
  padding: 20px 30px;
}

#privacy-message .privacy-message-text {
  text-align: center;
  margin: 0 auto;
  position: relative;
  padding-top: 20px;
}

#privacy-message .privacy-message-text a {
  color: #982b23;
  text-decoration: underline;
}

#privacy-message .privacy-message-text p {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  color: black;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
}

#privacy-message .privacy-message-close {
  position: absolute;
  top: -10px;
  right: 0px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

#privacy-message .privacy-message-close::after, #privacy-message .privacy-message-close::before {
  width: 2px;
  height: 24px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  background: #982b23;
}

#privacy-message .privacy-message-close::after {
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

#privacy-message .privacy-message-close::before {
  -webkit-transform: translateX(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

#privacy-message .privacy-message-close:hover::after, #privacy-message .privacy-message-close:hover::before {
  background: #d6554b;
}

@media (min-width: 768px) {
  #privacy-message {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #privacy-message .privacy-message-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #privacy-message .privacy-message-text {
    padding-top: 0px;
    padding-right: 50px;
    text-align: left;
  }
  #privacy-message .privacy-message-text p {
    font-size: 18px;
  }
  #privacy-message .privacy-message-close {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #privacy-message .privacy-message-close::before, #privacy-message .privacy-message-close::after {
    height: 30px;
  }
}

/*# sourceMappingURL=styles.css.map */
