@font-face {
  font-family: 'GothamBold';
  src: url('fonts/Gotham-Bold.eot');
  src: url('fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Gotham-Bold.woff') format('woff'), url('fonts/Gotham-Bold.ttf') format('truetype'), url('fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamRoundedBook';
  src: url('fonts/GothamRounded-Book.eot');
  src: url('fonts/GothamRounded-Book.eot?#iefix') format('embedded-opentype'), url('/css/fonts/GothamRounded-Book.woff') format('woff'), url('/css/fonts/GothamRounded-Book.ttf') format('truetype'), url('/css/fonts/GothamRounded-Book.svg#GothamRounded-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamRoundedMedium';
  src: url('fonts/GothamRounded-Medium.eot');
  src: url('fonts/GothamRounded-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/GothamRounded-Medium.woff') format('woff'), url('/css/fonts/GothamRounded-Medium.ttf') format('truetype'), url('fonts/GothamRounded-Medium.svg#GothamRounded-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvantGarde';
  src: url('fonts/avant_garde.eot');
  src: url('fonts/avant_garde.eot?#iefix') format('embedded-opentype'), url('fonts/avant_garde.woff') format('woff'), url('fonts/avant_garde.ttf') format('truetype'), url('fonts/avant_garde.svg#avantgarde_bk_btbook') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lobster';
  src: url('fonts/lobster.eot');
  src: url('fonts/lobster.eot?#iefix') format('embedded-opentype'), url('fonts/lobster.woff') format('woff'), url('fonts/lobster.ttf') format('truetype'), url('fonts/lobster.svg#lobster_1.3regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FuturaBT-Bold';
  src: url('fonts/2F499F_6_0.eot');
  src: url('fonts/2F499F_6_0.eot?#iefix') format('embedded-opentype'), url('fonts/2F499F_6_0.woff') format('woff'), url('fonts/2F499F_6_0.ttf') format('truetype');
}
@font-face {
  font-family: 'FuturaBT-Medium';
  src: url('fonts/2F499F_4_0.eot');
  src: url('fonts/2F499F_4_0.eot?#iefix') format('embedded-opentype'), url('fonts/2F499F_4_0.woff') format('woff'), url('fonts/2F499F_4_0.ttf') format('truetype');
}
@font-face {
  font-family: 'FuturaBT-Book';
  src: url('fonts/2F499F_2_0.eot');
  src: url('fonts/2F499F_2_0.eot?#iefix') format('embedded-opentype'), url('fonts/2F499F_2_0.woff') format('woff'), url('fonts/2F499F_2_0.ttf') format('truetype');
}
/* FUNCTIONS */
/* 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;
}
/*#region General Styles */
/*#region Element Styles*/
html {
  overflow-x: hidden;
  color: #333333;
}
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media all and (min-width: 992px) {
  html {
    overflow-y: scroll;
  }
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
label,
strong {
  font-weight: bold;
}
input::-ms-clear {
  /*IE SPECIFIC CSS TO REMOVE PESKY X BUTTON*/
  width: 0;
  height: 0;
}
/*#endregion*/
/*#region Headers */
h1 {
  color: #fff;
  font-family: 'GothamRoundedBook', Arial, sans-serif;
  font-size: 24px;
}
h2 {
  color: #6a1b16;
  font-family: 'GothamRoundedBook', Arial, sans-serif;
  font-size: 38px;
}
h2 span {
  color: #bf1f19;
}
h3 {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  color: #512513;
  font-family: 'GothamRoundedBook', Arial, sans-serif;
  line-height: 22px;
}
h4 {
  color: #ed1b24;
  font-family: 'GothamRoundedMedium', Arial, sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
}
@media all and (min-width: 768px) {
  h1 {
    font-size: 36px;
  }
  h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media all and (min-width: 992px) {
  h1 {
    font-size: 48px;
  }
}
/*#endregion*/
/*#region darksite*/
#breach {
  position: fixed;
  margin-left: -370px;
  left: 50%;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: left;
  border: 2px solid #e3292e;
  background-color: #fff;
  font-family: arial;
  padding: 15px;
  width: 740px;
  font-weight: bold;
  color: #000;
  top: 100px;
  z-index: 999999;
  box-shadow: 4px 4px 10px #50341f;
}
#breach a {
  color: #e3292e;
}
/*#endregion*/
/*#region Common Classes */
.scrollbar-measure {
  width: 100px;
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
}
sup,
sub {
  vertical-align: baseline;
  position: relative;
  top: -0.42em;
  font-size: 0.8em;
}
sub {
  top: 0.4em;
}
.clearfix {
  clear: both;
}
.orange-rule {
  background: #f69615;
  height: 1px;
  margin-top: 4px;
  width: 100%;
}
.black {
  color: #333333;
}
.button {
  background-color: #ed1b24;
  color: #fff;
  font-family: 'FuturaBT-Medium', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  padding: 8px 20px;
  display: inline-block;
  margin-top: 10px;
  cursor: pointer;
  transition: background-color 0.5s;
}
.button:hover {
  background-color: #bf1f19;
  text-decoration: none;
}
.preparation table {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 100%;
}
.preparation table td:first-child {
  width: 40px;
}
.preparation table td:first-child .step {
  position: relative;
  display: block;
  text-align: center;
  width: 19px;
  font-size: 16px;
  color: #0088cc;
}
.preparation table td:first-child .step:before {
  content: "";
  border: 1px dotted #0088cc;
  color: #0088cc;
  font-family: 'FuturaBT-Medium', Arial, sans-serif;
  font-size: 18px;
  width: 30px;
  height: 30px;
  left: -7px;
  top: -8px;
  position: absolute;
  border-radius: 20px;
  /*border-radius: 100%;
                color: @color-blue;
                font-family: @font-futura-medium;
                padding: 2px 6px;
                font-size: 18px;
                float: left;*/
}
.preparation table td {
  vertical-align: top;
  padding: 10px 0;
}
.nowrap {
  white-space: nowrap;
}
.tout-callout {
  background: url('/images/blue-bubble-left.png') 0 0 no-repeat;
  color: #0088cc;
  font-family: 'GothamRoundedMedium', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  width: 67px;
  height: 44px;
  padding-top: 14px;
  text-align: center;
}
.tout-callout.callout.callout-recipe-sp {
  font-size: 8px;
  padding-top: 21px;
  padding-left: 1px;
}
.fadeIn {
  opacity: 0;
}
@media print {
  .fadeIn,
  .recipe {
    opacity: 1 !important;
  }
}
@media all and (min-width: 992px) {
  .orange-rule {
    height: 2px;
  }
}
.slide-left,
.slide-right {
  width: 22px;
  height: 22px;
}
.slide-left:hover,
.slide-right:hover {
  cursor: pointer;
}
.slide-left {
  background: url('/images/scroll-left.png') 0 0 no-repeat;
}
.slide-right {
  background: url('/images/scroll-right.png') 0 0 no-repeat;
}
/*#endregion*/
/*#region Gradient Backgrounds */
.red-gradient {
  background: #be2f27;
  /* Old browsers */
  background: -moz-linear-gradient(top, #be2f27 0%, #e13025 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #be2f27 0%, #e13025 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #be2f27 0%, #e13025 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#be2f27', endColorstr='#e13025', GradientType=0);
  /* IE6-9 */
}
.red-gradient-reverse {
  background: #be2f27;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e13025 0%, #be2f27 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e13025 0%, #be2f27 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e13025 0%, #be2f27 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e13025', endColorstr='#be2f27', GradientType=0);
  /* IE6-9 */
}
.yellow-gradient {
  background: #dd9a1a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dd9a1a 0%, #fcd34a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dd9a1a 0%, #fcd34a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dd9a1a 0%, #fcd34a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd9a1a', endColorstr='#fcd34a', GradientType=0);
  /* IE6-9 */
}
.yellow-gradient-reverse {
  background: #fcd34a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fcd34a 0%, #dd9a1a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fcd34a 0%, #dd9a1a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fcd34a 0%, #dd9a1a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcd34a', endColorstr='#dd9a1a', GradientType=0);
  /* IE6-9 */
}
.yellow-fade-gradient {
  background: #f7dd83;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f7dd83 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f7dd83 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f7dd83 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7dd83', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.blue-gradient {
  background: #0087cc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0087cc 0%, #3fa5d9 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0087cc 0%, #3fa5d9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0087cc 0%, #3fa5d9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0087cc', endColorstr='#3fa5d9', GradientType=0);
  /* IE6-9 */
}
.blue-gradient-reverse {
  background: #3fa5d9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3fa5d9 0%, #0087cc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #3fa5d9 0%, #0087cc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #3fa5d9 0%, #0087cc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3fa5d9', endColorstr='#0087cc', GradientType=0);
  /* IE6-9 */
}
/*#endregion*/
/*#endregion*/
/*#region Responsive Utility Classes */
.mobile-hide {
  display: none;
}
.clear-float {
  clear: both;
  height: 0;
}
@media all and (min-width: 768px) {
  .mobile-hide {
    display: inline;
  }
}
#responsive-threshold {
  width: 320px;
}
@media all and (min-width: 480px) {
  #responsive-threshold {
    width: 480px;
  }
}
@media all and (min-width: 640px) {
  #responsive-threshold {
    width: 640px;
  }
}
@media all and (min-width: 768px) {
  #responsive-threshold {
    width: 768px;
  }
}
@media all and (min-width: 992px) {
  #responsive-threshold {
    width: 992px;
  }
}
@media all and (min-width: 1200px) {
  #responsive-threshold {
    width: 1200px;
  }
}
/*#endregion*/
/*#region Navigation */
#content {
  margin-top: 63px;
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
.error-container {
  padding: 200px 0;
  font-family: 'GothamRoundedBook', Arial, sans-serif;
  text-align: center;
}
.error-container p {
  margin: 25px 0;
}
.error-container a {
  color: #512514;
  font-size: 22px;
  font-family: 'GothamRoundedBook', Arial, sans-serif;
}
.error-container a img {
  margin-left: 10px;
}
@media all and (max-width: 768px) {
  .error-container {
    padding: 150px 0;
  }
}
@media all and (max-width: 680x) {
  .error-container {
    padding: 125px 0;
  }
}
@media all and (max-width: 480px) {
  .error-container {
    padding: 100px 30px;
  }
  .error-container h2 {
    font-size: 28px;
  }
  .error-container a {
    font-size: 16px;
  }
  .error-container a img {
    margin-left: 5px;
    width: 15px;
  }
}
.navbar-wrapper.red-gradient::after {
  content: "";
  height: 10px;
  display: block;
  background-color: #000;
  position: absolute;
  bottom: -10px;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.3+0,0+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}
.navbar-wrapper {
  padding: 5px 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
.navbar-wrapper .navbar .navbar-toggle {
  width: 27px;
  background: 0 0;
  border: none;
  position: relative;
  float: right;
  padding: 0;
  margin: 12px 0 0;
}
.navbar-wrapper .navbar .navbar-toggle .icon-bar {
  background-color: #fff;
  border-radius: 7px;
  display: block;
  height: 5px;
  width: 100%;
}
.navbar-wrapper .navbar .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-wrapper .navbar .navbar-toggle:hover {
  cursor: pointer;
}
.navbar-wrapper .navbar .navbar-brand {
  display: inline-block;
  width: 105px;
}
.navbar-wrapper .navbar .navbar-brand img {
  max-width: 100%;
}
.navbar-wrapper .navbar .navbar-collapse ul li a.selected {
  color: #f69615;
}
@media all and (max-width: 991px) {
  .navbar-collapse {
    display: none;
    height: 100px;
    left: 0;
    position: fixed;
    top: 63px;
    width: 100%;
    z-index: 1000;
  }
  .navbar-collapse ul {
    background-color: #6a1b16;
  }
  .navbar-collapse ul li a {
    color: #fff;
    display: block;
    font-family: 'GothamRoundedBook', Arial, sans-serif;
    padding: 15px 25px;
    transition: 0.4s color;
    -ms-transition: 0.4s color;
    -webkit-transition: 0.4s color;
    -moz-transition: 0.4s color;
    -o-transition: 0.4s color;
  }
  .navbar-collapse ul li a span {
    color: #fff;
  }
  .navbar-collapse ul li + li {
    border-top: 1px solid #cd2f26;
  }
  .navbar-collapse ul li.dropdown-toggle a span {
    background: url('/images/arrow-down.png') center right no-repeat;
    padding-right: 25px;
  }
  .navbar-collapse ul li.dropdown-toggle ul {
    display: none;
  }
  .navbar-collapse ul li.dropdown-toggle ul li a {
    background-color: #cd2f26;
  }
  .navbar-collapse ul li.dropdown-toggle ul li + li {
    border-top: 1px solid #e98c87;
  }
  .navbar-collapse ul li.dropdown-toggle.nav-open a span {
    background: url('/images/arrow-up.png') center right no-repeat;
  }
  .navbar-collapse ul li.dropdown-toggle.nav-open ul {
    display: block;
  }
  .navbar-collapse.nav-open {
    display: block;
  }
  .navbar-collapse.nav-open ul {
    height: auto !important;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    top: 81px;
  }
}
@media all and (min-width: 768px) {
  #content {
    margin-top: 81px;
  }
  .content-wrapper {
    width: 730px;
  }
  .navbar-wrapper .navbar .navbar-brand {
    width: 145px;
  }
  .navbar-wrapper .navbar .navbar-toggle {
    margin: 20px 0 0;
  }
}
@media all and (min-width: 992px) {
  #content {
    margin-top: 91px;
  }
  .content-wrapper {
    width: 950px;
  }
  .navbar-wrapper .navbar {
    height: 70px;
  }
  .navbar-wrapper .navbar .navbar-header {
    float: left;
  }
  .navbar-wrapper .navbar .navbar-toggle {
    display: none;
  }
  .navbar-wrapper .navbar .navbar-collapse {
    display: block;
    float: right;
    margin-top: 45px;
  }
  .navbar-wrapper .navbar .navbar-collapse > ul > li {
    float: left;
    position: relative;
    padding: 0 0 20px;
  }
  .navbar-wrapper .navbar .navbar-collapse > ul > li a {
    color: #fff;
    font-family: 'GothamRoundedBook', Arial, sans-serif;
    transition: 0.4s color;
    -ms-transition: 0.4s color;
    -webkit-transition: 0.4s color;
    -moz-transition: 0.4s color;
    -o-transition: 0.4s color;
  }
  .navbar-wrapper .navbar .navbar-collapse > ul > li a.nav-open,
  .navbar-wrapper .navbar .navbar-collapse > ul > li a.nav-open span {
    color: #f69615;
  }
  .navbar-wrapper .navbar .navbar-collapse > ul > li ul {
    background-color: #ab2820;
    display: block;
    position: absolute;
    left: 0;
    top: 41px;
    height: 0;
    width: 190px;
    overflow: hidden;
    z-index: 1000;
  }
  .navbar-wrapper .navbar .navbar-collapse > ul > li ul li a {
    display: block;
    padding: 15px;
    transition: 0.4s background-color;
    -ms-transition: 0.4s background-color;
    -webkit-transition: 0.4s background-color;
    -moz-transition: 0.4s background-color;
    -o-transition: 0.4s background-color;
  }
  .navbar-wrapper .navbar .navbar-collapse > ul > li ul li a:hover {
    background-color: #ed1b24;
    text-decoration: none;
  }
  .navbar-wrapper .navbar .navbar-collapse > ul > li ul li:first-child {
    margin-top: 10px;
  }
  .navbar-wrapper .navbar .navbar-collapse > ul > li ul li:last-child {
    margin-bottom: 10px;
  }
  .navbar-wrapper .navbar .navbar-collapse > ul > li ul.right {
    right: 0;
    left: auto;
  }
  .navbar-wrapper .navbar .navbar-collapse > ul > li:hover {
    cursor: pointer;
  }
  .navbar-wrapper .navbar .navbar-collapse > ul > li:hover > a {
    color: #f69615;
    text-decoration: none;
  }
  .navbar-wrapper .navbar .navbar-collapse > ul > li.nohover > a {
    color: #fff !important;
  }
  .navbar-wrapper .navbar .navbar-collapse > ul > li + li {
    margin-left: 45px;
  }
}
@media all and (min-width: 1200px) {
  .content-wrapper {
    width: 1150px;
  }
}
/*#endregion*/
/*#region Footer */
#footer {
  padding: 5px 0 15px;
  -webkit-transform: translateZ(0);
}
#footer .orange-rule {
  margin-top: 0;
}
#footer .footer-links {
  line-height: 20px;
  margin-top: 12px;
  text-align: center;
}
#footer .footer-links ul li {
  display: inline;
}
#footer .footer-links ul li a {
  color: #fff;
  font-family: 'GothamRoundedBook', Arial, sans-serif;
  font-size: 14px;
}
#footer .footer-links ul li + li {
  margin-left: 6px;
}
#footer .footer-links ul li + li:before {
  background-color: #fff;
  content: '';
  display: inline-block;
  height: 10px;
  margin-right: 10px;
  width: 1px;
}
#footer .social-media-links {
  text-align: center;
  margin-top: 30px;
}
#footer .social-media-links a + a {
  margin-left: 5px;
}
#footer .copyright {
  color: #fff;
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}
@media all and (max-width: 767px) {
  #footer .footer-links ul li:nth-child(2):after,
  #footer .footer-links ul li:nth-child(4):after {
    content: "\A";
    white-space: pre;
  }
  #footer .footer-links ul li:nth-child(3),
  #footer .footer-links ul li:nth-child(5) {
    margin-left: 0;
  }
  #footer .footer-links ul li:nth-child(3):before,
  #footer .footer-links ul li:nth-child(5):before {
    display: none;
  }
  #footer .copyright {
    font-size: 12px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  #footer .footer-links ul li:nth-child(4):after {
    content: "\A";
    white-space: pre;
  }
  #footer .footer-links ul li:nth-child(5) {
    margin-left: 0;
  }
  #footer .footer-links ul li:nth-child(5):before {
    display: none;
  }
}
@media print {
  #footer .copyright {
    color: #000;
  }
  #footer .footer-links {
    display: none;
  }
}
/*#endregion*/
.homeFadeIn {
  opacity: 0;
}
#homepage #home-slider {
  height: 445px;
  width: 100%;
}
#homepage #home-slider #home-slider-viewport {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides {
  height: 100%;
  width: 400%;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .slide {
  float: left;
  width: 25%;
  height: 100%;
  position: relative;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .slide img {
  position: absolute;
  width: 100%;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .slide .content-wrapper {
  height: 100%;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .slide span,
#homepage #home-slider #home-slider-viewport #home-slider-slides .slide .button {
  position: absolute;
  visibility: hidden;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .slide span {
  top: 20%;
  left: 64%;
  font-family: 'GothamRoundedMedium', Arial, sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 44px;
  text-shadow: #000 2px 2px 7px;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .slide .button {
  top: 53%;
  left: 64%;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-header,
#homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-main {
  color: #ffffff;
  left: 32%;
  font-family: 'GothamRoundedMedium', Arial, sans-serif;
  font-size: 42px;
  right: 0;
  text-align: center;
  text-shadow: #000 2px 2px 7px;
  top: 40px;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-text-container {
  left: 18%;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-header {
  top: 12px;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-suffix {
  color: #ffffff;
  font-family: 'FuturaBT-Book', Arial, sans-serif !important;
  font-size: 18px;
  text-shadow: #000 2px 2px 7px;
  font-weight: normal;
  margin-top: 8px;
  top: 72px;
  right: 24%;
  left: auto;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-cta {
  width: 110px;
  height: auto;
  line-height: 16px;
  text-align: center;
  padding: 5px 15px;
  top: 87px;
  bottom: auto;
  left: auto;
  right: 15%;
}
#homepage #home-slider #home-slider-viewport > .content-wrapper {
  margin-top: -115px;
}
#homepage #home-slider #home-slider-controls {
  width: 152px;
  height: 25px;
  position: absolute;
  right: 5px;
  top: 0;
  z-index: 50;
}
#homepage #home-slider #home-slider-controls .slide-selector {
  float: left;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 2px solid #fff;
  position: relative;
}
#homepage #home-slider #home-slider-controls .slide-selector .inner {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  background-color: rgba(255, 255, 255, 0.5);
}
#homepage #home-slider #home-slider-controls .slide-selector + .slide-selector {
  margin-left: 10px;
}
#homepage #home-slider #home-slider-controls .slide-selector:hover {
  cursor: pointer;
}
#homepage #home-slider #home-slider-controls .slide-selector:hover .inner,
#homepage #home-slider #home-slider-controls .slide-selector.selected .inner {
  background-color: #fff;
}
#homepage .recipe-items {
  padding-top: 20px;
}
#homepage .recipe {
  opacity: 0;
}
#homepage .recipe a {
  color: #512514;
  font-size: 22px;
  font-family: 'GothamRoundedBook', Arial, sans-serif;
}
#homepage #home-recipes .header {
  padding-top: 0;
}
#homepage #home-recipes .sort-recipe-img {
  height: 60px;
}
#homepage #home-recipes .sort-recipe-img img {
  position: absolute;
  right: 498px;
}
#homepage #home-recipes .browse-more {
  color: #512514;
  font-size: 22px;
  font-family: 'GothamRoundedBook', Arial, sans-serif;
  display: block;
  padding: 15px 0 60px;
  text-align: center;
  position: relative;
}
#homepage #home-recipes .browse-more img {
  margin-left: 5px;
}
#homepage #home-recipes .browse-more img:first-child {
  width: 20px;
}
#homepage #home-recipes .browse-more #recipe-cta {
  position: absolute;
  margin-top: 12px;
}
#homepage #home-recipes .inline-dropdown-selector.active {
  color: #bf1f19;
}
#homepage #home-recipes .inline-dropdown-selector {
  background: url('/images/rd-arrow-down.png') center right 5px no-repeat;
  color: #c2201b;
  padding: 3px 22px 3px 6px;
  margin: 0 3px;
  z-index: 5;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  border-top: 3px solid transparent;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
  display: inline-block;
  text-align: right;
}
#homepage #home-recipes .inline-dropdown-selector img {
  position: absolute;
  top: -70px;
  right: -19px;
}
#homepage #home-recipes .inline-dropdown-selector.active.open {
  color: #bf1f19;
}
#homepage #home-recipes .inline-dropdown-selector.open {
  background-image: url('/images/rd-arrow-up.png');
  background-color: #fff;
  color: #333;
  border-top: 3px solid #ccc;
  border-right: 3px solid #ccc;
  border-left: 3px solid #ccc;
  border-bottom: 3px solid transparent;
}
#homepage #home-recipes .inline-dropdown-selector.open::after,
#homepage #home-recipes .inline-dropdown-selector.open::before {
  content: " ";
  height: 130%;
  width: 3px;
  background-color: #ccc;
  position: absolute;
  left: -3px;
  top: -3px;
}
#homepage #home-recipes .inline-dropdown-selector.open::after {
  right: -3px;
  left: auto;
}
#homepage #home-recipes .inline-dropdown {
  background-color: #fff;
  border: 3px solid #cccccc;
  position: absolute;
  text-align: left;
  display: none;
  z-indeX: 2;
  padding-right: 28px;
}
#homepage #home-recipes .inline-dropdown ul {
  padding: 5px 8px;
  /*li:nth-child(2n + 3) {
                    clear: left;
                }*/
}
#homepage #home-recipes .inline-dropdown ul li {
  padding: 7px 0px;
  clear: both;
  border-bottom: 1px solid #ccc;
  font-size: .7em;
  padding-right: 23px;
  width: 100%;
}
#homepage #home-recipes .inline-dropdown ul li a {
  color: #cd2f26;
  font-weight: bold;
  font-size: 14px;
}
#homepage #home-recipes .inline-dropdown ul li:last-child {
  border-bottom: 0;
}
#homepage #home-recipes .inline-dropdown.classification,
#homepage #home-recipes .inline-dropdown-selector.classification {
  width: 244px;
  z-index: 500;
}
#homepage #recipe-category-selector {
  margin: 0 10px;
  vertical-align: top;
  position: relative;
  width: 22px;
  display: inline-block;
  height: 32px;
}
#homepage #recipe-category-selector img {
  position: absolute;
  top: -62px;
  left: -23px;
}
@media all and (max-width: 1199px) {
  #homepage #home-slider {
    height: 390px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide span {
    font-size: 32px;
    line-height: 38px;
    top: 16%;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide .button {
    top: 47%;
  }
  #homepage #home-product-tout .product-detail-inner .image {
    width: 380px;
    right: 30px;
    top: 0;
  }
  #homepage #home-product-tout .product-detail-inner .image img {
    max-width: 100%;
  }
  #homepage #home-recipes .sort-recipe-img img {
    right: 398px;
  }
  #homepage .recipe a {
    font-size: 18px;
  }
}
@media all and (max-width: 991px) {
  #homepage #home-slider {
    height: 295px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide span {
    font-size: 28px;
    line-height: 32px;
    top: 16%;
    left: 58%;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide .button {
    top: 49%;
    left: 58%;
  }
  #homepage #home-slider #home-slider-viewport > .content-wrapper {
    margin-top: -67px;
  }
  #homepage #home-slider #home-slider-controls {
    width: 120px;
  }
  #homepage #home-slider #home-slider-controls .slide-selector {
    width: 18px;
    height: 18px;
  }
  #homepage #home-slider #home-slider-controls .slide-selector .inner {
    width: 18px;
    height: 18px;
  }
  #homepage #home-product-tout .product-detail-inner {
    height: 107px;
    padding: 25px 0 0 20px;
  }
  #homepage #home-product-tout .product-detail-inner .image {
    width: 300px;
    right: 30px;
    top: 0;
  }
  #homepage #home-product-tout .product-detail-inner .image img {
    max-width: 100%;
  }
  #homepage #home-product-tout .product-detail-inner .copy {
    font-size: 20px;
  }
  #homepage #home-product-tout .product-detail-inner .copy a {
    margin-top: 0;
    font-size: 20px;
  }
  #homepage #home-recipes .sort-recipe-img img {
    right: 298px;
  }
  #homepage .recipe a {
    font-size: 16px;
  }
}
@media all and (max-width: 768px) {
  #homepage #home-recipes .items {
    height: auto;
  }
  #homepage #home-recipes .browse-more img:first-child {
    width: 16px;
  }
}
@media all and (max-width: 767px) {
  #homepage #home-slider #home-slider-viewport {
    position: relative;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides {
    z-index: 10;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide img {
    width: auto;
    height: 100%;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide span {
    top: auto;
    left: 15px;
    bottom: 60px;
    font-size: 24px;
    line-height: 26px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide .button {
    top: auto;
    left: 15px;
    bottom: 15px;
    font-size: 16px;
    padding: 0 14px;
    line-height: 34px;
    height: 30px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide span,
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide .button {
    z-index: 10;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide .bottom-gradient {
    z-index: 1;
    position: absolute;
    bottom: 0;
    height: 150px;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#00000000', GradientType=0);
  }
  #homepage #home-slider #home-slider-viewport > .content-wrapper {
    margin-top: -40px;
  }
  #homepage #home-product-tout .product-detail-outer {
    margin-left: -15px;
    margin-right: -15px;
  }
  #homepage #home-product-tout .product-detail-inner {
    height: 205px;
    padding: 10px 0 0 0;
    margin-left: 0 !important;
    border-left: 0;
    border-right: 0;
  }
  #homepage #home-product-tout .product-detail-inner .image {
    width: 400px;
    right: 0;
    top: 50px;
    left: 0;
    margin: auto;
  }
  #homepage #home-product-tout .product-detail-inner .image img {
    max-width: 100%;
  }
  #homepage #home-product-tout .product-detail-inner .copy {
    width: 100%;
  }
  #homepage #home-product-tout .product-detail-inner .copy div {
    display: none;
  }
  #homepage #home-product-tout .product-detail-inner .copy a {
    margin-top: 0;
    font-size: 20px;
  }
  #homepage #home-product-tout .product-detail-inner .copy a img {
    width: 16px;
  }
  #homepage #home-recipes .items {
    height: 1080px;
  }
  #homepage #home-recipes .recipe-items {
    padding-top: 10px;
  }
  #homepage #home-recipes .sort-recipe-img img {
    right: 36%;
    width: 50px;
  }
  #homepage #home-recipes .recipe {
    width: 325px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    float: none;
  }
  #homepage .recipe {
    display: none !important;
    clear: both;
  }
  #homepage .recipe-mobile {
    display: block !important;
  }
}
@media all and (max-width: 480px) {
  #homepage #home-slider {
    height: 240px;
  }
  #homepage #home-slider #home-slider-viewport > .content-wrapper {
    margin-top: -35px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide {
    overflow: hidden;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide span {
    bottom: 55px;
    font-size: 16px;
    line-height: 20px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide .button {
    font-size: 14px;
  }
  #homepage #home-slider #home-slider-controls {
    height: 20px;
    width: 95px;
  }
  #homepage #home-slider #home-slider-controls .slide-selector {
    width: 14px;
    height: 14px;
  }
  #homepage #home-slider #home-slider-controls .slide-selector .inner {
    width: 14px;
    height: 14px;
  }
  #homepage #home-slider #home-slider-controls .slide-selector + .slide-selector {
    margin-left: 5px;
  }
  #homepage #home-product-tout .product-detail-inner {
    height: 140px;
  }
  #homepage #home-product-tout .product-detail-inner .copy a {
    font-size: 16px;
  }
  #homepage #home-product-tout .product-detail-inner .copy a img {
    width: 12px;
    margin-left: 5px;
  }
  #homepage #home-product-tout .product-detail-inner .image {
    width: 260px;
  }
  #homepage #home-recipes .browse-more {
    font-size: 16px;
  }
  #homepage #home-recipes .browse-more img:first-child {
    width: 12px;
  }
  #homepage #home-recipes .browse-more img:nth-child(2) {
    width: 50px;
  }
  #homepage #home-recipes .items {
    height: 880px;
  }
  #homepage #home-recipes .sort-recipe-img img {
    right: 18%;
  }
  #homepage #home-recipes .recipe {
    width: 250px;
  }
  .fathers-day-tout img {
    margin-left: -45px;
  }
  .home-recipes-tout img {
    margin-left: -24%;
  }
  .home-sub-tout img {
    margin-left: -15%;
  }
  .home-prep-tout img {
    margin-left: -30%;
  }
  .inline-dropdown-selector img {
    width: 50px;
    top: -57px !important;
    right: -13px !important;
  }
}
#home-product-tout {
  padding-bottom: 45px;
}
#home-product-tout .product-detail-inner {
  height: 135px;
  position: relative;
}
#home-product-tout .product-detail-inner .copy {
  color: #27060c;
  text-align: center;
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-size: 28px;
  width: 50%;
}
#home-product-tout .product-detail-inner .copy a {
  font-family: 'GothamRoundedMedium', Arial, sans-serif;
  font-size: 26px;
  font-weight: bold;
  color: #512515;
  text-decoration: none;
  text-transform: uppercase;
  margin: 25px 0 15px;
  display: block;
}
#home-product-tout .product-detail-inner .copy a img {
  margin: 0 0 0 10px;
  width: 20px;
}
#home-product-tout .product-detail-inner .copy a:hover {
  text-decoration: underline;
}
#home-product-tout .product-detail-inner .image {
  position: absolute;
  right: 50px;
  top: -5px;
}
#bottom-tout {
  height: 435px;
  position: relative;
  overflow: hidden;
}
#bottom-tout img {
  top: 100px;
  width: 100%;
}
#bottom-tout div {
  position: absolute;
  top: 30px;
  z-index: 150;
  text-align: center;
  width: 100%;
}
#bottom-tout div span {
  color: #fff;
  font-family: 'GothamRoundedBook', Arial, sans-serif;
  font-size: 40px;
  display: block;
}
@media all and (max-width: 1350px) {
  #bottom-tout img {
    top: 100px;
  }
}
@media all and (max-width: 1199px) {
  #bottom-tout {
    height: 385px;
  }
  #bottom-tout img {
    top: 100px;
  }
}
@media all and (max-width: 991px) {
  #bottom-tout {
    height: 320px;
    clear: both;
  }
  #bottom-tout img {
    top: 100px;
  }
  #bottom-tout div span {
    font-size: 30px;
  }
  #bottom-tout .button {
    margin-top: 0;
  }
}
@media all and (max-width: 767px) {
  #bottom-tout {
    height: 325px;
  }
  #bottom-tout img {
    left: -9999px;
    right: -9999px;
    margin: auto;
    height: auto;
    width: 150%;
    top: -9999px;
    bottom: -9999px !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
  #bottom-tout div {
    top: 20px;
  }
  #bottom-tout .button {
    font-size: 18px;
    padding-top: 0;
    padding-bottom: 0;
    height: 30px;
    line-height: 34px;
  }
}
@media all and (max-width: 480px) {
  #bottom-tout {
    height: 200px;
  }
  #bottom-tout div span {
    font-size: 18px;
    line-height: 22px;
  }
  #bottom-tout .button {
    font-size: 14px;
  }
}
#bottom-tout::before {
  content: "";
  height: 125px;
  display: block;
  background-color: #000;
  bottom: -10px;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#00000000', GradientType=0);
  position: absolute;
  top: 0;
  z-index: 100;
}
@media all and (min-width: 0) and (max-width: 480px) {
  #homepage .xs-break {
    position: relative !important;
    display: block !important;
  }
}
@media all and (min-width: 0) and (max-width: 767px) {
  #homepage .sm-break {
    position: relative !important;
    display: block !important;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  #homepage .md-break {
    position: relative !important;
    display: block !important;
  }
}
@media all and (min-width: 1025) and (max-width: 1200px) {
  #homepage .lg-break {
    position: relative !important;
    display: block !important;
  }
}
@media all and (min-width: 1201px) {
  #homepage .xl-break {
    position: relative !important;
    display: block !important;
  }
}
@media all and (max-width: 480px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout img {
    right: 0;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-container {
    height: 100%;
    width: 100%;
    padding: 0 15px;
    position: relative;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-text-container {
    position: absolute;
    height: 100%;
    width: 190px;
    right: 0;
    text-align: center;
    top: 25px !important;
    left: 5%;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-header,
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-main,
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-suffix {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    display: block;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-header {
    font-size: 26px !important;
    line-height: 30px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-suffix {
    font-size: 18px !important;
    line-height: 22px !important;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-cta {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: 120px;
  }
}
@media all and (max-width: 450px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout img {
    right: -40px;
  }
}
@media all and (max-width: 400px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout img {
    right: -50px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-container {
    height: 100%;
    width: 100%;
    padding: 0 15px;
    position: relative;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-text-container {
    position: absolute;
    height: 100%;
    width: 44%;
    right: 0;
    text-align: center;
    top: 43px !important;
    left: 3%;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-header,
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-main,
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-suffix {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    display: block;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-header {
    font-size: 18px !important;
    line-height: 20px;
    padding-left: 5px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-suffix {
    font-size: 14px !important;
    line-height: 16px !important;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-cta {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: 100px;
  }
}
@media all and (max-width: 350px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout img {
    right: -22%;
  }
}
@media all and (min-width: 481px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-container {
    height: 100%;
    width: 100%;
    padding: 0 15px;
    position: relative;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-text-container {
    position: absolute;
    height: 100%;
    width: 65%;
    right: 0;
    text-align: center;
    top: 30px;
    left: 0%;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-header,
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-main,
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-suffix {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    display: block;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-header {
    line-height: 42px;
    font-size: 38px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-header {
    line-height: 28px;
    font-size: 24px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-main {
    margin: 6px 0 8px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-cta {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: 230px;
  }
}
@media all and (min-width: 481px) and (max-width: 640px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout img {
    right: 0;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout span {
    line-height: 22px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-text-container {
    width: 43%;
    top: 55px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-cta {
    width: 130px;
  }
}
@media all and (min-width: 540px) and (max-width: 640px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-text-container {
    width: 53%;
    top: 65px;
  }
}
@media all and (min-width: 600px) and (max-width: 640px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-text-container {
    width: 53%;
    top: 30px;
    left: 3%;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-header {
    font-size: 34px;
    line-height: 36px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-suffix {
    font-size: 22px;
    line-height: 26px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-main {
    margin: 16px 0 18px;
    font-size: 54px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-cta {
    width: 150px;
    font-size: 20px;
    line-height: 24px;
  }
}
@media all and (min-width: 641px) and (max-width: 768px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout img {
    left: -500px;
    right: -500px;
    margin: auto;
  }
}
@media all and (min-width: 641px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-text-container {
    width: 42%;
    top: 25px;
    left: 27%;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #foodservice-products {
    width: 450px;
    top: 14%;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-header {
    font-size: 34px;
    line-height: 36px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-suffix {
    font-size: 22px;
    line-height: 26px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-main {
    margin: 16px 0 18px;
    font-size: 54px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-cta {
    width: 150px;
    font-size: 20px;
    line-height: 24px;
  }
}
@media all and (min-width: 768px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-text-container {
    width: 35%;
    right: 15px;
    top: 25px;
    left: 32%;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-suffix {
    font-size: 22px;
    font-weight: normal;
    line-height: 24px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-header {
    font-size: 32px;
    font-weight: normal;
    line-height: 36px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-main {
    margin: 10px 0 24px;
    font-size: 64px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-cta {
    width: 240px;
    font-size: 18px;
    margin-top: 10px;
  }
}
@media all and (min-width: 992px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout {
    height: 348px;
    overflow: hidden;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #foodservice-tout-bottom {
    top: 48%;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #foodservice-products {
    width: 590px;
    top: 2%;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-text-container {
    width: 35%;
    right: 15px;
    top: 59px;
    left: 32%;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-header {
    font-size: 30px;
    line-height: 40px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-suffix {
    font-size: 24px;
    line-height: 28px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-cta {
    padding: 8px;
    margin-top: 12px;
    width: 255px;
    font-size: 19px;
  }
}
@media all and (min-width: 1185px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout {
    height: 420px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-container {
    width: 1200px;
    margin: auto;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #foodservice-tout-bottom {
    top: 50%;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #foodservice-products {
    width: 705px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-text-container {
    width: 40%;
    right: -10px;
    left: 31%;
    top: 60px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-header {
    font-size: 40px;
    line-height: 50px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-suffix {
    font-size: 28px;
    line-height: 32px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-cta {
    padding: 10px;
    margin-top: 20px;
  }
}
@media all and (min-width: 1431px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout {
    height: 420px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-container {
    width: 1200px;
    margin: auto;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #foodservice-tout-bottom {
    top: 50%;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #foodservice-products {
    width: 705px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-text-container {
    width: 65%;
    right: -10px;
    left: 19%;
    top: 60px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-header {
    font-size: 44px;
    line-height: 50px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-suffix {
    font-size: 34px;
    line-height: 36px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-cta {
    padding: 8px;
    margin-top: 25px;
    font-size: 20px;
    width: 280px;
  }
}
/*#region SWEET FAMILY MOMENTS HEADER*/
#module-sfm-header {
  position: relative;
  display: block;
  width: 100%;
}
#module-sfm-header .fadeIn {
  opacity: 0;
}
#module-sfm-header .col-stacked-40 {
  float: left;
  width: 40%;
  position: relative;
  background-color: #f0ecdd;
}
#module-sfm-header .col-stacked-40 .vertical-align {
  margin-top: 70px;
  margin: 64.5px auto;
  width: 76%;
}
#module-sfm-header .col-stacked-40 .vertical-align h1 {
  color: #bf1f19;
  text-align: center;
}
#module-sfm-header .col-stacked-40 .vertical-align h3 {
  margin-top: 15px;
}
#module-sfm-header .col-stacked-60 {
  float: right;
  width: 60%;
  position: relative;
}
#module-sfm-header .col-stacked-60 img {
  width: 100%;
  height: auto;
}
#module-sfm-header .col-stacked-1 {
  float: left;
  width: 50%;
  position: relative;
  background-color: #f0ecdd;
}
#module-sfm-header .col-stacked-1 .vertical-align {
  margin-top: 70px;
  margin: 64.5px auto;
  width: 71%;
}
#module-sfm-header .col-stacked-1 .vertical-align h1 {
  color: #bf1f19;
  text-align: center;
}
#module-sfm-header .col-stacked-1 .vertical-align h3 {
  margin-top: 15px;
}
#module-sfm-header .col-stacked-2 {
  float: right;
  width: 50%;
  position: relative;
}
#module-sfm-header .col-stacked-2 img {
  width: 100%;
  height: auto;
}
#module-sfm-header .col-stacked-40 {
  float: left;
  width: 36%;
  position: relative;
  background-color: #f0ecdd;
}
#module-sfm-header .col-stacked-40 .vertical-align {
  margin-top: 70px;
  margin: 64.5px auto;
  width: 71%;
}
#module-sfm-header .col-stacked-40 .vertical-align h1 {
  color: #bf1f19;
  text-align: center;
}
#module-sfm-header .col-stacked-40 .vertical-align h3 {
  margin-top: 15px;
}
#module-sfm-header .col-stacked-60 {
  float: right;
  width: 64%;
  position: relative;
}
#module-sfm-header .col-stacked-60 img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1200px) {
  #module-sfm-header .col-stacked-1 .vertical-align {
    margin: 25.2px auto;
  }
  #module-sfm-header .col-stacked-40 .vertical-align {
    margin: 25.2px auto;
    width: 84%;
  }
}
@media all and (max-width: 992px) {
  #module-sfm-header .col-stacked-1 .vertical-align {
    margin: 28.7px auto;
    width: 76%;
  }
  #module-sfm-header .col-stacked-1 .vertical-align h3 {
    margin-top: 7px;
    font-size: 18px;
    line-height: 18px;
  }
  #module-sfm-header .col-stacked-40 .vertical-align {
    margin: 28.7px auto;
    width: 85%;
  }
  #module-sfm-header .col-stacked-40 .vertical-align h3 {
    margin-top: 7px;
    font-size: 17px;
    line-height: 18px;
  }
}
@media all and (max-width: 640px) {
  #module-sfm-header .col-stacked-1 {
    width: 100%;
  }
  #module-sfm-header .col-stacked-1 .vertical-align {
    width: 85%;
  }
  #module-sfm-header .col-stacked-1 .vertical-align h1 {
    font-size: 1.8em;
  }
  #module-sfm-header .col-stacked-40 {
    width: 100%;
  }
  #module-sfm-header .col-stacked-40 .vertical-align {
    width: 85%;
  }
  #module-sfm-header .col-stacked-40 .vertical-align h1 {
    font-size: 1.8em;
  }
  #module-sfm-header .col-stacked-60 {
    clear: both;
    width: 100%;
  }
  #module-sfm-header .col-stacked-2 {
    clear: both;
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  #module-sfm-header .col-stacked-1 {
    width: 100%;
  }
  #module-sfm-header .col-stacked-1 .vertical-align {
    width: 95%;
  }
  #module-sfm-header .col-stacked-1 .vertical-align h1 {
    font-size: 1.5em;
  }
  #module-sfm-header .col-stacked-1 .vertical-align h3 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 16px;
  }
  #module-sfm-header .col-stacked-40 {
    width: 100%;
  }
  #module-sfm-header .col-stacked-40 .vertical-align {
    width: 95%;
  }
  #module-sfm-header .col-stacked-40 .vertical-align h1 {
    font-size: 1.5em;
  }
  #module-sfm-header .col-stacked-40 .vertical-align h3 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 16px;
  }
}
/*#endregion*/
/*#region CELEBRATION SLIDER */
#module-celebrate-slider #celBlocker {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
#module-celebrate-slider .fadeIn {
  opacity: 0;
}
#module-celebrate-slider h2 {
  color: #000;
  text-align: center;
  margin: 10px auto;
}
#module-celebrate-slider .slider-window {
  overflow: hidden;
  display: block;
  position: relative;
}
#module-celebrate-slider .slider {
  width: 12000px;
  position: absolute;
}
#module-celebrate-slider .slide {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}
#module-celebrate-slider .slide img {
  width: 100%;
}
#module-celebrate-slider .celebrate-dir {
  width: 250px;
  color: #512513;
  text-align: center;
  display: block;
  font-family: 'GothamRoundedBook', Arial, sans-serif;
  margin: 10px auto;
  font-size: 1.1em;
  text-transform: uppercase;
}
#module-celebrate-slider .celebrate-dir span {
  vertical-align: top;
  line-height: 33px;
  font-weight: bold;
  float: left;
  position: relative;
  text-align: center;
  width: calc(100% - 62px);
}
#module-celebrate-slider .celebrate-dir img {
  position: relative;
}
#module-celebrate-slider .celebrate-dir img.inactive {
  cursor: default;
  opacity: .6;
}
#module-celebrate-slider .celebrate-dir img.left {
  float: left;
}
#module-celebrate-slider .celebrate-dir img.right {
  float: right;
}
#module-celebrate-slider .sliderContainer {
  position: absolute;
  width: 35%;
  height: 290px;
  right: 60px;
  top: 17.5%;
  background-color: rgba(255, 255, 255, 0.8);
  font-family: 'GothamRoundedBook';
  font-size: 20px;
  color: #000;
  line-height: 25px;
  display: table;
}
#module-celebrate-slider .sliderContainer .share {
  position: absolute;
  right: 0px;
  top: 14px;
}
#module-celebrate-slider .sliderContainer .share .share {
  transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
}
#module-celebrate-slider .sliderContainer .sliderTxt {
  width: 100%;
  text-align: center;
  height: 100%;
  vertical-align: middle;
  display: table-cell;
}
#module-celebrate-slider .sliderContainer .sliderTxt .viewRecipe {
  width: 66px;
  height: auto;
  margin-top: -66px;
  margin-right: -66px;
  vertical-align: bottom;
  line-height: 66px;
  position: relative;
  display: inline;
}
#module-celebrate-slider .sliderContainer .sliderTxt .viewRecipe.lr {
  bottom: -38px;
  right: 0px;
}
#module-celebrate-slider .sliderContainer .sliderTxt .viewRecipe.ll {
  bottom: 10px;
  left: 10px;
  position: absolute;
}
#module-celebrate-slider .sliderContainer .sliderTxt .big {
  font-size: 1.6em;
  line-height: 1.4em;
}
#module-celebrate-slider .sliderContainer .sliderTxt a {
  color: #c43832;
  font-size: 1.6em;
  line-height: 1.1em;
}
#module-celebrate-slider .slider-thumbs {
  margin-top: 2px;
}
#module-celebrate-slider .slider-thumbs .thumb {
  width: 10.66%;
  margin-left: .5%;
  position: relative;
  float: left;
  cursor: pointer;
  opacity: .6;
  transition: opacity 0.25s ease-out;
}
#module-celebrate-slider .slider-thumbs .thumb:first-child {
  margin-left: 0;
}
#module-celebrate-slider .slider-thumbs .thumb.active {
  cursor: default;
  opacity: 1;
}
#module-celebrate-slider .slider-thumbs .thumb:hover {
  opacity: 1;
}
@media all and (min-width: 320px) {
  #module-celebrate-slider h2 {
    font-size: 18px;
  }
  #module-celebrate-slider .slider-window {
    width: 100%;
    height: auto;
    height: 445px;
  }
  #module-celebrate-slider .sliderContainer {
    position: relative;
    width: 100%;
    height: auto;
    right: 0;
    top: inherit;
    background: #eae5cf;
    background: -moz-linear-gradient(top, #eae5cf 0%, #dad0a9 100%);
    background: -webkit-linear-gradient(top, #eae5cf 0%, #dad0a9 100%);
    background: linear-gradient(to bottom, #eae5cf 0%, #dad0a9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eae5cf', endColorstr='#dad0a9', GradientType=0);
    font-family: 'GothamRoundedBook';
    font-size: 14px;
    color: #000;
    line-height: 20px;
    bottom: 0;
  }
  #module-celebrate-slider .sliderContainer .textCenter {
    display: table;
    width: 73%;
    margin-left: 13.5%;
    height: 230px;
  }
  #module-celebrate-slider .sliderContainer .sliderTxt {
    width: 70%;
    text-align: center;
    height: 230px;
    vertical-align: middle;
    display: table-cell;
    margin-left: 15%;
  }
  #module-celebrate-slider .sliderContainer .sliderTxt .big {
    line-height: 1.2em;
  }
  #module-celebrate-slider .sliderContainer .sliderTxt .viewRecipe {
    width: 45px;
    margin-right: -45px;
  }
  #module-celebrate-slider .sliderContainer .sliderTxt .viewRecipe.lr {
    bottom: -28px;
  }
  #module-celebrate-slider .celebrate-dir {
    display: block;
  }
  #module-celebrate-slider .slider-thumbs {
    display: none;
  }
}
@media all and (min-width: 480px) {
  #module-celebrate-slider .sliderContainer {
    font-size: 18px;
    padding-bottom: 0;
  }
  #module-celebrate-slider .sliderContainer .textCenter {
    display: table;
    width: 85%;
    margin-left: 7.5%;
    height: 217px;
  }
  #module-celebrate-slider .sliderContainer .sliderTxt {
    width: 100%;
    text-align: center;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
  }
  #module-celebrate-slider .sliderContainer .big {
    line-height: 1.2em;
  }
  #module-celebrate-slider .sliderContainer .share {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
  }
}
@media all and (min-width: 640px) {
  #module-celebrate-slider .sliderContainer {
    font-size: 20px;
    height: 200px;
  }
  #module-celebrate-slider .sliderContainer .textCenter {
    display: table;
    width: 88%;
    margin-left: 6%;
    height: 200px;
  }
  #module-celebrate-slider .sliderContainer .sliderTxt {
    width: 100%;
    text-align: center;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
  }
  #module-celebrate-slider .sliderContainer .share {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
  }
}
@media all and (min-width: 768px) {
  #module-celebrate-slider h2 {
    font-size: 38px;
  }
  #module-celebrate-slider .slider-window,
  #module-celebrate-slider .slide {
    width: 730px;
  }
  #module-celebrate-slider .sliderContainer {
    position: absolute;
    border-bottom: 0;
    background: none;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    line-height: 20px;
    width: 44%;
    height: 250px;
    top: 15px;
    left: 53%;
  }
  #module-celebrate-slider .sliderContainer .textCenter {
    height: 250px;
  }
  #module-celebrate-slider .sliderContainer .sliderTxt .big {
    line-height: 1.2em;
  }
}
@media all and (min-width: 992px) {
  #module-celebrate-slider h2 {
    font-size: 38px;
  }
  #module-celebrate-slider .slider-window,
  #module-celebrate-slider .slide {
    width: 950px;
  }
  #module-celebrate-slider .sliderContainer {
    font-size: 18px;
    line-height: 20px;
    height: 325px;
  }
  #module-celebrate-slider .sliderContainer .textCenter {
    display: table;
    width: 78%;
    height: 325px;
    margin-left: 11%;
  }
  #module-celebrate-slider .sliderContainer .sliderTxt a {
    font-size: 1.5em;
    line-height: 1.2em;
  }
  #module-celebrate-slider .celebrate-dir {
    display: none;
  }
  #module-celebrate-slider .slider-thumbs {
    display: block;
  }
}
@media all and (min-width: 1200px) {
  #module-celebrate-slider .slider-window,
  #module-celebrate-slider .slide {
    width: 1150px;
  }
  #module-celebrate-slider .sliderContainer {
    position: absolute;
    width: 37%;
    height: 305px;
    left: 60%;
    top: 71px;
    background-color: rgba(255, 255, 255, 0.8);
    font-family: 'GothamRoundedBook';
    font-size: 20px;
    color: #000;
    line-height: 25px;
    display: table;
  }
  #module-celebrate-slider .sliderContainer .share {
    position: absolute;
    right: 0px;
    top: 14px;
  }
  #module-celebrate-slider .sliderContainer .textCenter {
    display: table;
    width: 78%;
    height: 305px;
    margin-left: 11%;
  }
  #module-celebrate-slider .sliderContainer .sliderTxt {
    width: 100%;
    text-align: center;
    height: 100%;
    vertical-align: middle;
    display: table-cell;
  }
  #module-celebrate-slider .sliderContainer .sliderTxt .viewRecipe {
    width: 66px;
    height: auto;
    margin-top: -66px;
    margin-right: -66px;
    vertical-align: bottom;
    line-height: 66px;
    position: relative;
    display: inline;
  }
  #module-celebrate-slider .sliderContainer .sliderTxt .viewRecipe.lr {
    bottom: -38px;
    right: 0px;
  }
  #module-celebrate-slider .sliderContainer .sliderTxt .viewRecipe.ll {
    bottom: 10px;
    left: 10px;
    position: absolute;
  }
  #module-celebrate-slider .sliderContainer .sliderTxt .big {
    font-size: 1.5em;
    line-height: 1.2em;
  }
  #module-celebrate-slider .sliderContainer .sliderTxt a {
    color: #c43832;
    font-size: 1.5em;
    line-height: 1.1em;
  }
}
/*#endregion*/
/*#region MEMORY SLIDER*/
@keyframes stayvisible {
  from {
    visibility: visible;
  }
  to {
    visibility: visible;
  }
}
@-webkit-keyframes stayvisible {
  from {
    visibility: visible;
  }
  to {
    visibility: visible;
  }
}
@-moz-keyframes stayvisible {
  from {
    visibility: visible;
  }
  to {
    visibility: visible;
  }
}
@-o-keyframes stayvisible {
  from {
    visibility: visible;
  }
  to {
    visibility: visible;
  }
}
@-ms-keyframes donothing {
}
#module-tip-slider {
  margin-top: 20px;
}
#module-tip-slider #memBlocker {
  display: none;
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  cursor: pointer;
}
#module-tip-slider .fadeIn {
  opacity: 0;
}
#module-tip-slider h2 {
  color: #000;
  text-align: center;
  margin: 15px auto;
}
#module-tip-slider p {
  font-family: 'GothamRoundedBook';
  text-align: center;
  margin: 10px auto;
}
#module-tip-slider .slider-window {
  overflow: hidden;
  display: block;
  position: relative;
}
#module-tip-slider .slider-window .slider {
  position: relative;
  width: 7000px;
}
#module-tip-slider .slider-window .tip {
  position: relative;
  float: left;
  margin-right: 5px;
  overflow: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
}
#module-tip-slider .slider-window .tip .tipContent {
  transition: 0.5s ease-out;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  /* content backface is visible so that static content still appears */
  backface-visibility: visible;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -o-backface-visibility: visible;
  -ms-backface-visibility: visible;
}
#module-tip-slider .slider-window .tip .slideImg,
#module-tip-slider .slider-window .tip .sliderContainer {
  /* Backface visibility works great for all but IE. As such, we mark the backface visible in IE and manage visibility ourselves */
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: visible;
}
#module-tip-slider .slider-window .tip .slideImg {
  animation: stayvisible 0.5s both;
  -webkit-animation: stayvisible 0.5s both;
  -moz-animation: stayvisible 0.5s both;
  -o-animation: stayvisible 0.5s both;
  -ms-animation: donothing 0.5s;
  -ms-transition: visibility 0s linear 0.17s;
  visibility: visible;
}
#module-tip-slider .slider-window .tip .sliderContainer {
  animation: stayvisible 0.5s both;
  -webkit-animation: stayvisible 0.5s both;
  -moz-animation: stayvisible 0.5s both;
  -o-animation: stayvisible 0.5s both;
  -ms-animation: donothing 0.5s;
  -ms-transition: visibility 0s linear 0.17s;
  visibility: hidden;
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
}
#module-tip-slider .slider-window .tip .slideImg {
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
}
#module-tip-slider .slider-window .tip img {
  width: 100%;
  height: auto;
  cursor: pointer;
}
#module-tip-slider .slider-window .tip .share {
  position: absolute;
  top: 10px;
  right: 0;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
}
#module-tip-slider .slider-window .tip .sliderContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f6c932;
  color: #000;
  font-family: 'GothamRoundedBook';
  font-size: 1em;
}
#module-tip-slider .slider-window .tip .sliderTxt {
  width: 100%;
  height: 100%;
  display: table;
}
#module-tip-slider .slider-window .tip .sliderTxt .textCenter {
  display: table-cell;
  vertical-align: middle;
}
#module-tip-slider .slider-window .tip .sliderTxt h4 {
  width: 75%;
  margin: 0 12.5%;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.4em;
}
#module-tip-slider .slider-window .tip .sliderTxt .copy {
  width: 90%;
  margin: 0 5%;
  text-align: center;
}
#module-tip-slider .slider-window .tip .sliderTxt .big {
  font-size: 1.4em;
  line-height: 1.2em;
}
#module-tip-slider .slider-window .tip.applyflip .tipContent {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}
#module-tip-slider .slider-window .tip.applyflip .slideImg {
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  animation: stayvisible 0.5s both;
  -webkit-animation: stayvisible 0.5s both;
  -moz-animation: stayvisible 0.5s both;
  -o-animation: stayvisible 0.5s both;
  -ms-animation: donothing 0.5s;
  -ms-transition: visibility 0s linear 0.17s;
  visibility: hidden;
}
#module-tip-slider .slider-window .tip.applyflip .sliderContainer {
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  animation: stayvisible 0.5s both;
  -webkit-animation: stayvisible 0.5s both;
  -moz-animation: stayvisible 0.5s both;
  -o-animation: stayvisible 0.5s both;
  -ms-animation: donothing 0.5s;
  -ms-transition: visibility 0s linear 0.17s;
  visibility: visible;
}
#module-tip-slider .controls {
  width: 250px;
  margin: 10px auto;
  font-family: 'GothamRoundedBook';
  color: #512513;
  margin-bottom: 50px;
}
#module-tip-slider .controls span {
  vertical-align: top;
  line-height: 33px;
  font-weight: bold;
  float: left;
  position: relative;
  text-align: center;
  font-size: 1.1em;
  width: calc(100% - 62px);
}
#module-tip-slider .controls img {
  cursor: pointer;
  opacity: 1;
  position: relative;
}
#module-tip-slider .controls img.left {
  float: left;
}
#module-tip-slider .controls img.right {
  float: right;
}
#module-tip-slider .controls img.inactive {
  cursor: default;
  opacity: .6;
}
@media all and (min-width: 320px) {
  #module-tip-slider h2 {
    font-size: 18px;
  }
  #module-tip-slider p {
    font-size: 14px;
  }
  #module-tip-slider .slider-window {
    width: 100%;
  }
  #module-tip-slider .slider-window .tip .sliderContainer {
    font-size: 1em;
    line-height: 16px;
  }
  #module-tip-slider .slider-window .tip .sliderContainer .share {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
  }
  #module-tip-slider .slider-window .tip .sliderContainer h4 {
    line-height: 1.2em;
  }
}
@media all and (min-width: 480px) {
  #module-tip-slider .slider-window .tip .sliderContainer {
    font-size: 1em;
    line-height: 26px;
  }
  #module-tip-slider .slider-window .tip .sliderContainer .share {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
  }
}
@media all and (min-width: 640px) {
  #module-tip-slider .slider-window .tip .sliderContainer {
    font-size: .7em;
    line-height: 16px;
  }
  #module-tip-slider .slider-window .tip .sliderContainer h4,
  #module-tip-slider .slider-window .tip .sliderContainer .big {
    font-size: 1.3em;
    line-height: 16px;
  }
  #module-tip-slider .slider-window .tip .sliderContainer h4 {
    margin-bottom: 5px;
  }
  #module-tip-slider .slider-window .tip .sliderContainer .share {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
  }
}
@media all and (min-width: 768px) {
  #module-tip-slider h2 {
    font-size: 38px;
  }
  #module-tip-slider p {
    font-size: 16px;
  }
  #module-tip-slider .slider-window,
  #module-tip-slider .slide {
    width: 730px;
  }
  #module-tip-slider .slider-window .tip .sliderContainer {
    font-size: .8em;
    line-height: 16px;
  }
  #module-tip-slider .slider-window .tip .sliderContainer h4,
  #module-tip-slider .slider-window .tip .sliderContainer .big {
    font-size: 1.4em;
    line-height: 1.2em;
  }
}
@media all and (min-width: 992px) {
  #module-tip-slider .slider-window,
  #module-tip-slider .slide {
    width: 950px;
  }
  #module-tip-slider .slider-window .tip .sliderContainer {
    font-size: 1em;
  }
  #module-tip-slider .slider-window .tip .sliderContainer .share {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
  }
}
@media all and (min-width: 1200px) {
  #module-tip-slider .slider-window,
  #module-tip-slider .slide {
    width: 1150px;
  }
}
/*#endregion*/
/*#region PRINT*/
@media print {
  .tipContent,
  .topContent {
    -webkit-backface-visibility: initial !important;
    backface-visibility: initial !important;
    -webkit-transform-style: initial;
    transform-style: initial;
  }
  .sliderContainer {
    backface-visibility: initial !important;
    -webkit-backface-visibility: initial !important;
    transform: initial !important;
    -webkit-transform: initial !important;
  }
  .tipContent,
  .slideImg,
  .sliderContainer {
    /* Backface visibility works great for all but IE. As such, we mark the backface visible in IE and manage visibility ourselves */
    backface-visibility: initial !important;
    -webkit-backface-visibility: initial !important;
    -moz-backface-visibility: initial !important;
    -o-backface-visibility: initial !important;
    -ms-backface-visibility: initial !important;
    animation: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    -ms-transition: none !important;
    visibility: visible !important;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
  }
  .fadeIn {
    opacity: 1 !important;
    visibility: visible !important;
  }
  img.print.logo {
    position: absolute;
    width: 90px;
    display: block !important;
  }
  .celebrate-dir {
    display: none !important;
  }
  .slider-window {
    height: 500px !important;
    opacity: 1 !important;
  }
  .sliderContainer,
  .sliderTxt {
    visibility: visible !important;
    opacity: 1 !important;
  }
  .sliderContainer,
  h4,
  p,
  h2,
  h3 {
    font-family: 'FuturaBT-Book' !important;
    font-size: 18px !important;
  }
  body.celebrate #content {
    margin-top: 10px !important;
  }
  body.celebrate #module-sfm-header {
    display: none;
  }
  body.celebrate #module-tip-slider {
    display: none;
  }
  body.celebrate #module-celebrate-slider {
    display: block !important;
  }
  body.celebrate #module-celebrate-slider .slide {
    display: none;
  }
  body.celebrate .slider-window .slider {
    transform: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    height: 500px !important;
    width: 95% !important;
    display: block;
    margin: 0 auto;
    visibility: visible !important;
  }
  body.celebrate .slider-thumbs {
    display: none !important;
  }
  body.celebrate #module-celebrate-slider .slide {
    position: absolute !important;
    width: 100% !important;
    height: 500px !important;
    visibility: visible !important;
    left: 0px !important;
    top: 0px !important;
    display: none;
  }
  body.celebrate .slideImg {
    width: 100% !important;
    height: auto;
    animation: none;
    -webkit-animation: none;
  }
  body.celebrate .slider-window {
    width: 100% !important;
    /*height: 100% !important;*/
    opacity: 1 !important;
  }
  body.celebrate .slider {
    width: 100% !important;
  }
  body.celebrate .sliderContainer {
    right: initial !important;
    left: 0 !important;
    opacity: 1 !important;
    width: 100% !important;
    margin-top: 260px !important;
    border-bottom: 0px !important;
    background: none !important;
    background-color: #fff !important;
    position: absolute !important;
  }
  body.celebrate .share {
    display: none !important;
  }
  body.celebrate .sliderTxt {
    opacity: 1 !important;
  }
  body.celebrate .textCenter {
    margin-left: 0 !important;
  }
  body.celebrate .sliderContainer {
    top: 0 !important;
  }
  body.celebrate img.viewRecipe.lr {
    display: none !important;
  }
  body.celebrate .textCenter {
    height: 190px !important;
    width: 100% !important;
  }
  body.celebrate-valentines #celebrate-valentines.slide {
    display: block !important;
  }
  body.celebrate-cinco #celebrate-cinco.slide {
    display: block !important;
  }
  body.celebrate-mothers #celebrate-mothers.slide {
    display: block !important;
  }
  body.celebrate-fathers #celebrate-fathers.slide {
    display: block !important;
  }
  body.celebrate-fourth #celebrate-fourth.slide {
    display: block !important;
  }
  body.celebrate-birthday #celebrate-birthday {
    display: block !important;
  }
  body.celebrate-thanksgiving #celebrate-thanksgiving.slide {
    display: block !important;
  }
  body.celebrate-christmas #celebrate-christmas.slide {
    display: block !important;
  }
  body.celebrate-newyears #celebrate-newyears.slide {
    display: block !important;
  }
  body.tips .tip {
    display: none;
  }
  body.tips #content {
    margin-top: 10px !important;
  }
  body.tips #module-sfm-header {
    display: none;
  }
  body.tips #module-celebrate-slider {
    display: none;
  }
  body.tips .controls {
    display: none;
  }
  body.tips div#footer {
    width: 648px;
  }
  body.tips div#module-tip-slider {
    width: 640px;
  }
  body.tips div#content {
    width: 100%;
    position: relative;
    display: block;
  }
  body.tips #module-tip-slider .slider-window .tip {
    width: 100%;
    overflow: auto;
    height: 300px;
    position: absolute;
    left: 0;
    margin: 0;
    float: none;
    width: 100% !important;
    -webkit-perspective: initial;
    perspective: initial;
  }
  body.tips #module-tip-slider .slider-window .slider {
    transform: initial !important;
    -webkit-transform: initial !important;
    -ms-transform: initial !important;
    height: 300px;
  }
  body.tips #module-tip-slider .slider-window .tip img {
    width: 298px;
    height: auto;
  }
  body.tips #module-tip-slider .slider-window .tip .sliderContainer {
    top: 0px !important;
    left: 320px !important;
    visibility: visible;
    width: 320px;
    height: 238px;
    background-color: #fff !important;
  }
  body.tips .share {
    display: none;
  }
  body.tips h4 {
    color: #000 !important;
  }
  body.tip-1 #tip-1 {
    display: block !important;
  }
  body.tip-2 #tip-2 {
    display: block !important;
  }
  body.tip-3 #tip-3 {
    display: block !important;
  }
  body.tip-4 #tip-4 {
    display: block !important;
  }
  body.tip-5 #tip-5 {
    display: block !important;
  }
  body.tip-6 #tip-6 {
    display: block !important;
  }
  body.tip-7 #tip-7 {
    display: block !important;
  }
  body.tip-8 #tip-8 {
    display: block !important;
  }
  body.tip-9 #tip-9 {
    display: block !important;
  }
  body.tip-10 #tip-10 {
    display: block !important;
  }
  body.tip-11 #tip-11 {
    display: block !important;
  }
}
/*#endregion*/
/*#region Category Page */
/*#region general */
.category-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 23%;
  overflow: hidden;
}
.category-image .content-wrapper {
  height: 100%;
}
.category-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: none;
  max-height: none;
}
.category-image h1 {
  text-shadow: 2px 2px 5px #000;
  position: absolute;
  right: 0;
  margin: auto;
  text-align: center;
  bottom: 0;
  top: auto;
  height: 50px;
  width: 100%;
}
.category-details {
  padding: 40px 0;
}
.category-details h3 {
  width: 85%;
  margin: 30px auto 0;
  -webkit-transform: translateZ(0);
}
.category-details .category-products {
  text-align: left;
  width: 9999px;
}
.category-details .category-products .category-product {
  display: inline-block;
  text-align: center;
  width: 90px;
  vertical-align: top;
  opacity: 0;
}
.category-details .category-products .category-product a,
.category-details .category-products .category-product a:visited,
.category-details .category-products .category-product a:active {
  color: #143966;
}
.category-details .category-products .category-product a span,
.category-details .category-products .category-product a:visited span,
.category-details .category-products .category-product a:active span {
  color: #143966;
  display: block;
  font-family: 'GothamRoundedBook', Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 8px;
}
.category-details .category-products .category-product img {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.category-details .category-products .category-product + .category-product {
  margin-left: 15px;
}
.textUnderline {
  text-decoration: underline;
}
@media all and (max-width: 767px) {
  .category-details .category-products .category-product a span,
  .category-details .category-products .category-product a:visited span,
  .category-details .category-products .category-product a:active span {
    font-size: 12px;
  }
  .category-image .content-wrapper {
    padding-bottom: 23%;
  }
}
@media all and (max-width: 640px) {
  .product-detail-outer {
    box-shadow: none !important;
    padding: 10px 0 !important;
  }
  .product-detail-outer .product-detail-inner {
    border-left: none !important;
    border-right: none !important;
    width: 100% !important;
    margin-left: -15px !important;
  }
  .product-detail-bg {
    background: none !important;
  }
}
@media all and (min-width: 768px) {
  .category-image {
    height: 225px;
    padding-bottom: 0;
  }
  .category-image img {
    min-height: 100%;
    width: auto;
    min-width: 100%;
  }
  .category-image #catHeaderHolder {
    width: 240px;
    height: 100%;
    display: table;
    position: absolute;
    right: 0;
  }
  .category-image h1 {
    height: 100%;
    width: 100%;
    line-height: 40px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
  }
  .product-accordian a {
    font-size: 18px !important;
  }
  .category-details h3 {
    width: 78%;
  }
  .category-details .category-products {
    width: auto !important;
    text-align: center;
    margin-left: 0 !important;
  }
  .category-details .category-products .category-product {
    width: 86px;
  }
  .category-details .category-products .category-product a span {
    margin-top: 15px !important;
  }
}
@media all and (min-width: 992px) {
  .category-image {
    height: 375px;
  }
  .category-image #catHeaderHolder {
    width: 340px;
    height: 100%;
    display: table;
    position: absolute;
    right: 0;
  }
  .category-image h1 {
    height: 100%;
    width: 100%;
    line-height: 52px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
  }
  .category-details {
    padding: 45px 0;
  }
  .category-details .category-products .category-product {
    width: 115px;
  }
  .category-details .category-products .category-product img {
    height: auto;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -ms-transform: scale(1, 1);
    /* IE 9 */
    -webkit-transform: scale(1, 1);
    /* Safari */
    transform: scale(1, 1);
  }
  .category-details .category-products .category-product:hover img {
    /*height: auto;
                    max-width: 145px;
                    margin-top: -5px;*/
    -ms-transform: scale(1.1, 1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1, 1.1);
    /* Safari */
    transform: scale(1.1, 1.1);
  }
}
@media all and (min-width: 1200px) {
  .category-details .category-products .category-product {
    width: 140px;
  }
}
/*#endregion*/
/*#region frozen foods tout */
#frozen-tout {
  padding: 20px;
}
#frozen-tout .tout-wrapper {
  width: 230px;
  margin: 0 auto;
  position: relative;
}
#frozen-tout .tout-wrapper .tout-text {
  color: #512513;
  font-family: 'GothamRoundedBook', Arial, sans-serif;
  text-align: center;
  font-size: 20px;
  line-height: 22px;
}
#frozen-tout .tout-wrapper .tout-text a {
  color: #bf1f19;
}
#frozen-tout .tout-wrapper .tout-callout {
  bottom: 5px;
  right: -45px;
  position: absolute;
}
#frozen-tout .tout-wrapper img {
  display: block;
  margin: 0 auto 15px;
  height: 100px;
}
@media all and (min-width: 768px) {
  #frozen-tout {
    display: table;
    margin: 0 auto;
    padding: 25px;
  }
  #frozen-tout .content-wrapper {
    display: table;
  }
  #frozen-tout .content-wrapper .tout-wrapper {
    display: table-row;
  }
  #frozen-tout .content-wrapper .tout-wrapper img,
  #frozen-tout .content-wrapper .tout-wrapper .tout-text {
    display: table-cell;
    vertical-align: top;
  }
  #frozen-tout .content-wrapper .tout-wrapper .tout-text {
    font-size: 19px;
    line-height: 24px;
  }
  #frozen-tout .content-wrapper .tout-wrapper img {
    height: auto;
    margin: 0;
    width: 125px;
  }
  #frozen-tout .content-wrapper .tout-wrapper .return {
    display: block;
  }
  #frozen-tout .content-wrapper .tout-wrapper .tout-callout {
    background: url('/images/blue-bubble-up.png') 0 0 no-repeat;
    width: 57px;
    height: 49px;
    padding-top: 18px;
    bottom: -10px;
    right: 314px;
  }
}
@media all and (min-width: 992px) {
  #frozen-tout {
    padding: 30px;
  }
  #frozen-tout .content-wrapper .tout-wrapper img {
    width: auto;
  }
  #frozen-tout .content-wrapper .tout-wrapper .tout-text {
    font-size: 25px;
    line-height: 30px;
    padding-top: 25px;
  }
  #frozen-tout .content-wrapper .tout-wrapper .tout-callout {
    bottom: 5px;
    right: 408px;
  }
}
@media all and (min-width: 1200px) {
  #frozen-tout .content-wrapper .tout-wrapper .tout-callout {
    bottom: 0px;
    right: 485px;
  }
}
/*#endregion*/
/*#region mobile only - product slider */
@media all and (max-width: 767px) {
  .category-details .category-products-viewport {
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
  }
  .category-details .category-products-viewport.show-two {
    width: 200px;
  }
  .category-details .category-products-viewport.show-three {
    width: 310px;
  }
  .category-details .category-products-viewport.show-four {
    width: 420px;
  }
  .category-details #category-product-left,
  .category-details #category-product-right {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .category-details #category-product-left {
    left: 15px;
    display: none;
  }
  .category-details #category-product-right {
    right: 15px;
  }
}
@media all and (min-width: 768px) {
  #category-product-left,
  #category-product-right {
    display: none !important;
  }
}
/*#endregion*/
/*#endregion*/
/*#region Product Page*/
/*#region Product Details*/
#productImage {
  opacity: 0;
}
.product-detail-bg {
  background: url('/images/textured-bg.png');
  padding-bottom: 35px;
}
.product-detail-outer {
  background-color: #fff;
  box-shadow: 0 0 5px #333;
  padding: 10px;
  margin-top: -70px;
}
.product-detail-outer .product-detail-inner {
  border: 1px solid #d3c5ac;
  padding: 25px;
}
.product-detail-outer .product-detail-inner .product-name {
  color: #bf1f19;
  font-family: 'GothamRoundedBook', Arial, sans-serif;
  font-size: 42px;
  text-align: center;
  margin-bottom: 15px;
}
.product-detail-outer .product-detail-inner .product-subheader {
  color: #333;
  font-family: 'GothamRoundedBook', Arial, sans-serif;
  text-align: center;
  margin-bottom: 15px;
  font-size: 14px;
}
.product-detail-outer .product-detail-inner .product-subheader span.no-wrap {
  white-space: nowrap;
}
.product-detail-outer .product-detail-inner .product-subheader span.divide {
  color: #d3c5ac;
  margin: 0 15px;
  font-size: 12px;
}
.product-detail-outer .product-detail-inner .product-cols {
  width: 100%;
}
.product-detail-outer .product-detail-inner .product-cols .left,
.product-detail-outer .product-detail-inner .product-cols .right {
  vertical-align: top;
}
.product-detail-outer .product-detail-inner .product-cols .left {
  float: left;
  width: 55%;
  margin-right: 5%;
}
.product-detail-outer .product-detail-inner .product-cols .right {
  float: right;
  width: 40%;
  text-align: center;
}
.product-detail-outer .product-detail-inner .product-cols .right img {
  max-width: 100%;
}
@media all and (max-width: 620px) {
  .product-detail-outer .product-detail-inner .product-subheader {
    font-size: 12px;
  }
  .product-detail-outer .product-detail-inner .product-subheader span.divide {
    display: block;
    color: #fff;
    font-size: 5px;
  }
}
.product-description {
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  color: #333;
  font-size: 22px;
  line-height: 26px;
}
.product-description sup {
  font-size: 12px;
  vertical-align: top;
  margin-top: -4px;
  display: inline-block;
}
.arrow-down,
.arrow-up {
  display: inline-block;
  margin-left: 10px;
  width: 0;
  height: 0;
}
.arrow-down {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #512513;
}
.arrow-up {
  display: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #512513;
}
.open .arrow-down {
  display: none;
}
.open .arrow-up {
  display: inline-block;
}
.product-accordian {
  border-top: 1px solid #ad9465;
  border-bottom: 1px solid #ad9465;
  margin-top: 45px;
}
.product-accordian a {
  color: #512513;
  font-family: 'GothamRoundedBook', Arial, sans-serif;
  display: block;
  height: 65px;
  line-height: 65px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}
.product-accordian .accordian-panel + a {
  border-top: 1px solid #ad9465;
}
.product-accordian .accordian-panel {
  display: none;
  margin-bottom: 25px;
  font-size: 14px;
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  padding-left: 7px;
}
.product-accordian ul li,
.product-accordian ol li {
  margin: 5px 0;
}
.product-accordian h5,
.product-accordian span.bold {
  font-weight: bold;
}
.product-accordian h5 {
  margin-top: 10px;
}
.product-accordian .preparation-block .title {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 15px;
}
.product-accordian .preparation-block:first-child {
  margin-top: -10px;
}
.product-accordian .preparation {
  margin-top: 15px;
}
.product-accordian .preparation table {
  margin: 0;
}
.nutrition-label {
  line-height: 18px;
}
.nutrition-label .nutrition-prefix {
  margin-bottom: 15px;
}
.nutrition-label .label {
  border-top: 1px solid #d6c9b2;
  border-bottom: 1px solid #d6c9b2;
  margin: 12px 0;
  padding: 12px 0;
}
.nutrition-label table {
  width: 100%;
}
.nutrition-label table td {
  padding: 1px 0;
}
.nutrition-label table td.col-ing-1 {
  width: 29%;
}
.nutrition-label table td.col-ing-0 {
  width: 29%;
}
.nutrition-label table td.depth-2 {
  padding-left: 15px;
}
.nutrition-label table td.depth-3 {
  padding-left: 15px;
}
.nutrition-label table .value-cell {
  width: 25%;
}
.nutrition-label table .daily-value td {
  padding: 5px 0;
}
.product-recipe-container .product-recipe {
  display: block;
  margin-top: 30px;
  margin-bottom: 40px;
  width: 310px;
  height: 252px;
  position: relative;
  float: left;
  font-size: 1em;
  color: #26060c;
  font-family: 'GothamRoundedBook';
}
.product-recipe-container .product-recipe img {
  height: 100%;
  width: 100%;
}
.product-recipe-container .tout-callout {
  float: left;
  margin-left: 15px;
  margin-top: 225px;
}
.product-all-recipes {
  color: #143966;
  font-family: 'GothamRoundedBook', Arial, sans-serif;
  margin-top: 10px;
  display: block;
  clear: both;
}
@media all and (max-width: 991px) {
  .product-recipe-container {
    width: 150%;
  }
}
@media all and (max-width: 767px) {
  .product-detail-bg {
    padding-bottom: 0;
  }
  .product-detail-outer {
    margin-top: 0;
  }
  .product-detail-outer .product-detail-inner {
    padding: 15px;
  }
  .product-detail-outer .product-detail-inner .product-cols .left,
  .product-detail-outer .product-detail-inner .product-cols .right {
    width: 100%;
  }
  .product-detail-outer .product-detail-inner .product-cols .right {
    margin-bottom: 15px;
  }
  .product-detail-outer .product-detail-inner .product-cols .right img {
    max-width: 175px;
  }
  .product-detail-outer .product-detail-inner .product-name {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .product-description {
    font-size: 16px;
    line-height: 18px;
  }
  .product-accordian {
    margin-top: 20px;
  }
  .product-accordian a {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .product-accordian .accordian-panel {
    font-size: 12px;
  }
  .product-recipe-container {
    width: 100%;
  }
  .product-recipe-container .product-recipe {
    width: 230px;
    height: 200px;
  }
  .product-recipe-container .product-recipe .recipe-title-bar {
    height: 40px;
  }
  .product-recipe-container .product-recipe .recipe-title-bar .fg span {
    height: 15px;
    font-size: 14px;
  }
  .product-recipe-container .tout-callout {
    margin-top: 175px;
  }
}
@media all and (max-width: 480px) {
  .product-accordian a {
    font-size: 12px;
    white-space: nowrap;
  }
  .product-recipe-container {
    width: 230px;
    margin: 0 auto;
  }
  .product-recipe-container .product-recipe,
  .product-recipe-container .tout-callout {
    float: none;
  }
  .product-recipe-container .tout-callout {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 58px;
    height: 49px;
    padding-top: 18px;
    background: url('/images/blue-bubble-up.png') 0 0 no-repeat;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .product-detail-outer {
    margin-top: -30px;
  }
}
/*#region Slider*/
.other-products {
  padding-top: 1px;
}
.other-products h3 {
  margin: 15px auto;
}
/*#endregion*/
/*#region PRINT*/
.print.logo {
  display: none;
}
@media print {
  .product-detail-inner .logo.print {
    margin-top: -70px;
  }
  .category-label.content-wrapper h1 {
    color: #000;
    text-shadow: initial;
  }
  .category-image img {
    display: none;
  }
  .category-image {
    display: none;
  }
  .product-detail-bg {
    background: none;
  }
  .product-detail-bg .content-wrapper {
    padding: 0 5px;
  }
  a.product-all-recipes.fadeIn {
    display: none;
  }
  .product-recipe-container {
    display: none;
  }
  .yellow-gradient.category-details.other-products {
    display: none;
  }
  a.product-all-recipes {
    display: none;
  }
  .product-accordian a {
    display: none;
  }
  div#nutrition-information-panel {
    display: block;
    width: 51%;
    float: left;
    position: relative;
    padding-left: 0;
  }
  div#preparation-panel {
    display: block;
    width: 46%;
    float: left;
    position: relative;
  }
  .product-accordian {
    page-break-before: always;
    page-break-inside: avoid;
    padding-top: 11px;
    border-bottom: 0;
  }
  .nutrition-label {
    page-break-inside: avoid !important;
    font-size: 10px;
    line-height: 14px;
  }
  .product-description {
    page-break-after: always;
  }
  .product-detail-outer {
    box-shadow: initial;
    padding: 0;
    border: none;
  }
  .product-detail-inner {
    border: 0 !important;
  }
}
/*#endregion*/
/*#region BUY MORE MODAL***/
.scrollbar-measure {
  width: 100px;
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
}
#buynow {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
#buynow .clearfix:before,
#buynow .clearfix:after,
#buynow .dl-horizontal dd:before,
#buynow .dl-horizontal dd:after,
#buynow .container:before,
#buynow .container:after,
#buynow .container-fluid:before,
#buynow .container-fluid:after,
#buynow .row:before,
#buynow .row:after,
#buynow .form-horizontal .form-group:before,
#buynow .form-horizontal .form-group:after,
#buynow .btn-toolbar:before,
#buynow .btn-toolbar:after,
#buynow .btn-group-vertical > .btn-group:before,
#buynow .btn-group-vertical > .btn-group:after,
#buynow .nav:before,
#buynow .nav:after,
#buynow .navbar:before,
#buynow .navbar:after,
#buynow .navbar-header:before,
#buynow .navbar-header:after,
#buynow .navbar-collapse:before,
#buynow .navbar-collapse:after,
#buynow .pager:before,
#buynow .pager:after,
#buynow .panel-body:before,
#buynow .panel-body:after,
#buynow .modal-footer:before,
#buynow .modal-footer:after {
  display: table;
  content: " ";
}
#buynow .clearfix:after,
#buynow .dl-horizontal dd:after,
#buynow .container:after,
#buynow .container-fluid:after,
#buynow .row:after,
#buynow .form-horizontal .form-group:after,
#buynow .btn-toolbar:after,
#buynow .btn-group-vertical > .btn-group:after,
#buynow .nav:after,
#buynow .navbar:after,
#buynow .navbar-header:after,
#buynow .navbar-collapse:after,
#buynow .pager:after,
#buynow .panel-body:after,
#buynow .modal-footer:after {
  clear: both;
}
#buynow * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#buynow .row {
  margin-right: -15px;
  margin-left: -15px;
}
#buynow .modal-dialog {
  width: 95%;
  max-width: 600px;
  margin: 50px auto !important;
}
#buynow .modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border-radius: 0;
}
#buynow .modal-header {
  background-color: #ed1b24;
  padding: 10px;
  min-height: 16.43px;
  border-bottom: 1px solid #e5e5e5;
}
#buynow .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=80);
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  color: #fff;
  text-shadow: none;
  font-size: 31px;
  opacity: .8;
  margin-top: 1px;
}
#buynow .modal-title {
  color: #fff;
  font-family: 'GothamRoundedBook', Arial, sans-serif;
  font-size: 30px;
  text-align: center;
  margin-bottom: 0;
}
#buynow .buyLogo {
  width: 25%;
  float: left;
}
#buynow .prodDesc {
  float: left;
  width: 55%;
  padding: 0 20px;
  padding-left: 31px;
  font-family: 'FuturaBT-Book', Arial, sans-serif;
}
#buynow .prodDesc:before {
  content: " ";
  width: 7px;
  height: 7px;
  background-color: #a4a3a3;
  display: inline-block;
  vertical-align: middle;
  margin-left: -10px;
  margin-right: 4px;
  margin-top: -3px;
}
#buynow .prodPrice {
  float: left;
  width: 16.66666667%;
  padding: 0 3px;
  font-weight: bold;
  font-family: 'FuturaBT-Book', Arial, sans-serif;
}
#buynow .prodBuyBtn {
  width: 25%;
  float: left;
  padding: 0 3px;
}
#buynow .available a {
  padding: 5px;
  text-transform: uppercase;
  color: #fff;
  background-color: #bf1f19;
  display: block;
  text-align: center;
  font-family: 'FuturaBT-Medium', Arial, sans-serif;
}
#buynow .notAvailable div {
  padding: 5px;
  text-transform: uppercase;
  color: #fff;
  background-color: #a4a3a3;
  display: block;
  text-align: center;
  font-family: 'FuturaBT-Medium', Arial, sans-serif;
}
#buynow .row.storeItem {
  margin-bottom: 30px;
}
#buynow .row.dealer {
  border-top: 4px solid #a4a3a3;
  width: calc(100% - 10px);
  margin-left: 0px;
  padding-top: 15px;
}
#buynow .row.dealer:first-child {
  border: none;
}
#buynow .modal-body {
  position: relative;
  padding: 15px;
}
#buynow .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
  width: 100%;
  height: 500%;
  opacity: .5;
}
@media all and (max-width: 640px) {
  #buynow .buyLogo {
    width: 50%;
  }
  #buynow .prodDesc {
    width: 49%;
    font-size: 12px;
    padding: 0 10px;
    padding-left: 31px;
  }
  #buynow .row.dealer {
    width: calc(100% - 1px);
  }
  #buynow .prodBuyBtn {
    width: 31%;
  }
  #buynow .notAvailable div,
  #buynow .available a {
    font-size: 12px;
  }
}
@media all and (max-width: 380px) {
  #buynow .notAvailable div,
  #buynow .available a {
    font-size: 8px;
  }
}
/*#endregion BUY MORE MODAL***/
.recipe-search {
  padding: 30px 0;
  text-align: center;
  width: 100%;
  position: fixed;
  z-index: 10;
}
.recipe-search .search-bar {
  width: 100%;
  max-width: 500px;
  margin: 20px auto 15px;
  position: relative;
}
.recipe-search .search-bar input {
  width: calc(100% - 30px);
  padding: 12px 15px;
}
.recipe-search .search-bar .search-btn {
  position: absolute;
  right: 9px;
  top: 11px;
}
.recipe-search .other-filters {
  font-family: 'GothamRoundedBook', Arial, sans-serif;
  font-size: 18px;
}
.recipe-search .other-filters .inline-dropdown-selector.active {
  color: #bf1f19;
}
.recipe-search .other-filters .inline-dropdown-selector {
  background: url('/images/rd-arrow-down.png') center right 5px no-repeat;
  color: #333;
  padding: 3px 22px 3px 6px;
  margin: 0 3px;
  font-weight: bold;
  z-index: 5;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  border-top: 3px solid transparent;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
  display: inline-block;
  text-align: right;
}
.recipe-search .other-filters .inline-dropdown-selector.active.open {
  color: #bf1f19;
}
.recipe-search .other-filters .inline-dropdown-selector.open {
  background-image: url('/images/rd-arrow-up.png');
  background-color: #fff;
  color: #333;
  border-top: 3px solid #ccc;
  border-right: 3px solid #ccc;
  border-left: 3px solid #ccc;
  border-bottom: 3px solid transparent;
}
.recipe-search .other-filters .inline-dropdown-selector.open::after,
.recipe-search .other-filters .inline-dropdown-selector.open::before {
  content: " ";
  height: 130%;
  width: 3px;
  background-color: #ccc;
  position: absolute;
  left: -3px;
  top: -3px;
}
.recipe-search .other-filters .inline-dropdown-selector.open::after {
  right: -3px;
  left: auto;
}
.recipe-search .other-filters .inline-dropdown {
  background-color: #fff;
  border: 3px solid #cccccc;
  position: absolute;
  text-align: left;
  display: none;
  z-indeX: 2;
  padding-right: 28px;
}
.recipe-search .other-filters .inline-dropdown ul {
  padding: 5px 8px;
  /*li:nth-child(2n + 3) {
                    clear: left;
                }*/
}
.recipe-search .other-filters .inline-dropdown ul li {
  padding: 7px 0px;
  clear: both;
  border-bottom: 1px solid #ccc;
  font-size: .7em;
  padding-right: 23px;
  width: 100%;
}
.recipe-search .other-filters .inline-dropdown ul li a {
  color: #cd2f26;
  font-weight: bold;
  font-size: 14px;
}
.recipe-search .other-filters .inline-dropdown ul li:last-child {
  border-bottom: 0;
}
.recipe-search .other-filters .inline-dropdown.classification,
.recipe-search .other-filters .inline-dropdown-selector.classification {
  width: 159px;
}
.recipe-search .other-filters .inline-dropdown.product,
.recipe-search .other-filters .inline-dropdown-selector.product {
  width: 147px;
}
.no-results {
  text-align: center;
  font-size: 1.5em;
  font-family: 'GothamRoundedBook', Arial, sans-serif;
  margin: 50px 0;
}
.recipe-search {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.recipe-search .headerImg.left,
.recipe-search .headerImg.right {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 184px;
  width: auto;
}
.recipe-search h2 {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.recipe-search.collapsed {
  padding: 20px 0;
}
.recipe-search.collapsed .headerImg.left {
  height: 105px;
  top: 30px;
}
.recipe-search.collapsed .headerImg.right {
  height: 105px;
  top: 30px;
}
.recipe-search.collapsed h2 {
  opacity: 0;
  margin-top: -58px;
}
.creditByline {
  margin-top: 20px;
}
/*#region Search paging*/
.recipe-items {
  background: url('/images/textured-bg.png');
}
span.brown {
  color: #512513;
}
span.red {
  color: #bf1f19;
}
.paging {
  margin: 0 auto;
  width: 350px;
  font-family: 'GothamRoundedBook', Arial, sans-serif;
  margin-bottom: 20px;
  text-align: center;
}
.paging #loadMore {
  margin: 20px auto;
  font-size: 1.4em;
  text-transform: uppercase;
  line-height: 20px;
  width: 230px;
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none;
}
.paging #loadMore img {
  vertical-align: top;
  margin-top: -2px;
}
/*#endregion*/
.backRecipe {
  color: #26060c;
  font-family: 'GothamRoundedBook', Arial, sans-serif;
  font-size: 16px;
  display: block;
  position: absolute;
  top: 21px;
}
.backRecipe img {
  margin-right: 5px;
  margin-bottom: -3px;
}
.preparation table td.header {
  padding-top: 20px;
}
.recipe-variations {
  margin-bottom: 20px;
  display: inline-block;
}
.creditByline a {
  color: #6d2d0a;
}
#classification-options {
  left: 604px;
  top: 138px;
}
#product-options {
  left: 728px;
  top: 138px;
}
.recipe-items {
  height: 100%;
  padding-top: 194px;
}
.recipe-items .header {
  color: #26060c;
  font-family: 'GothamRoundedBook', Arial, sans-serif;
  font-size: 32px;
  margin-bottom: 30px;
  padding-top: 20px;
  text-align: center;
}
.recipe-items .header span {
  color: #bf1f19;
}
.recipe-items .items {
  margin: 0 auto;
}
.recipe-items .items .recipe {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  width: 310px;
  height: 320px;
}
.recipe-items .items .recipe a {
  color: #26060c;
  font-family: 'GothamRoundedBook', Arial, sans-serif;
}
.recipe-items .items .recipe img {
  margin-bottom: 5px;
  width: 100%;
}
.recipe-items .items .recipe:nth-child(7),
.recipe-items .items .recipe:nth-child(8),
.recipe-items .items .recipe:nth-child(9) {
  margin-bottom: 0;
}
.recipe-items .items .recipe:nth-child(3),
.recipe-items .items .recipe:nth-child(6),
.recipe-items .items .recipe:nth-child(9),
.recipe-items .items .recipe:nth-child(12),
.recipe-items .items .recipe:nth-child(15),
.recipe-items .items .recipe:nth-child(18),
.recipe-items .items .recipe:nth-child(21),
.recipe-items .items .recipe:nth-child(24),
.recipe-items .items .recipe:nth-child(27),
.recipe-items .items .recipe:nth-child(30),
.recipe-items .items .recipe:nth-child(33),
.recipe-items .items .recipe:nth-child(36),
.recipe-items .items .recipe:nth-child(39),
.recipe-items .items .recipe:nth-child(42),
.recipe-items .items .recipe:nth-child(45),
.recipe-items .items .recipe:nth-child(48),
.recipe-items .items .recipe:nth-child(51),
.recipe-items .items .recipe:nth-child(54),
.recipe-items .items .recipe:nth-child(57),
.recipe-items .items .recipe:nth-child(60),
.recipe-items .items .recipe:nth-child(63),
.recipe-items .items .recipe:nth-child(66),
.recipe-items .items .recipe:nth-child(69),
.recipe-items .items .recipe:nth-child(72),
.recipe-items .items .recipe:nth-child(75),
.recipe-items .items .recipe:nth-child(78),
.recipe-items .items .recipe:nth-child(81),
.recipe-items .items .recipe:nth-child(84),
.recipe-items .items .recipe:nth-child(87),
.recipe-items .items .recipe:nth-child(90),
.recipe-items .items .recipe:nth-child(93),
.recipe-items .items .recipe:nth-child(96),
.recipe-items .items .recipe:nth-child(99),
.recipe-items .items .recipe:nth-child(102),
.recipe-items .items .recipe:nth-child(105),
.recipe-items .items .recipe:nth-child(108),
.recipe-items .items .recipe:nth-child(111),
.recipe-items .items .recipe:nth-child(114),
.recipe-items .items .recipe:nth-child(117),
.recipe-items .items .recipe:nth-child(120) {
  margin-right: 0;
}
.headerImg {
  position: absolute;
  top: -28px;
}
.headerImg.left {
  left: 0px;
}
.headerImg.right {
  right: 0px;
}
.recipe {
  opacity: 0;
}
#content.recipes {
  background: url('/images/textured-bg.png');
  padding-bottom: 5px;
}
@media all and (max-width: 1200px) {
  #classification-options {
    left: 504px;
    top: 138px;
  }
  #product-options {
    left: 628px;
    top: 138px;
  }
}
@media all and (max-width: 992px) {
  .backRecipe {
    top: 30px;
  }
  .headerImg {
    display: none;
  }
  #classification-options {
    left: 394px;
    top: 138px;
  }
  #product-options {
    left: 518px;
    top: 138px;
  }
  .recipe-items .header {
    font-size: 26px;
  }
}
@media all and (max-width: 768px) {
  #classification-options {
    left: 390px;
    top: 138px;
  }
  #product-options {
    left: 514px;
    top: 138px;
  }
  .recipe-search .other-filters .inline-dropdown-selector {
    line-height: 19px;
    margin-top: 5px;
  }
  .recipe-items .header {
    font-size: 20px;
  }
}
/*#region HOMEPAGE SLIDER */
.slide-recipe {
  display: none;
}
.recipe-products.mobile {
  display: none;
}
@media all and (max-width: 768px) {
  .recipe-items .items {
    height: 190px;
  }
  .recipe-items .items .recipe {
    width: 32%;
    margin-right: 2%;
    height: 240px;
    margin-bottom: 0;
  }
  .slide-recipe {
    cursor: pointer;
    height: 29px;
    width: 26px;
    background: url('/images/recipes/recipeArrows.png');
    background-position-y: 0;
  }
  .slide-recipe.disabled {
    cursor: default;
    background-position-y: 31px;
  }
}
@media all and (max-width: 768px) {
  .recipe-search {
    padding: 20px 0;
  }
  .yellow-gradient.recipe-search.collapsed {
    padding-bottom: 10px;
  }
}
@media all and (max-width: 640px) {
  .backRecipe {
    top: 20px;
  }
  .recipe-search .other-filters .inline-dropdown-selector {
    background-color: rgba(255, 255, 255, 0.15);
  }
  .inline-dropdown-selector.classification.open {
    z-index: 11;
  }
  #classification-options {
    z-index: 10;
  }
  .recipe-search .other-filters {
    font-size: 14px;
  }
  .recipe-search .other-filters .inline-dropdown ul li a {
    font-size: 13px;
  }
  .recipe-search .other-filters .inline-dropdown.product,
  .recipe-search .other-filters .inline-dropdown-selector.product {
    width: 120px;
  }
  .recipe-search .other-filters .inline-dropdown.classification,
  .recipe-search .other-filters .inline-dropdown-selector.classification {
    width: 129px;
  }
  .recipe-search.collapsed h2 {
    margin-top: -69px;
  }
  .recipe-search h2 {
    font-size: 34px;
  }
  .recipe-items {
    padding-top: 194px;
  }
}
@media all and (max-width: 500px) {
  span.browse {
    display: block;
  }
}
@media all and (max-width: 480px) {
  span.browse {
    display: block;
  }
  .recipe-search h2 {
    font-size: 22px;
  }
  .recipe-items {
    /*padding-top: 194px;*/
    padding-top: 234px;
  }
  .recipe-search.collapsed {
    padding-bottom: 0px;
  }
  .recipe-search.collapsed h2 {
    margin-top: -50px;
  }
  .yellow-gradient.recipe-search.collapsed {
    padding-bottom: 5px;
  }
  .yellow-gradient.recipe-search.collapsed .search-bar {
    margin-bottom: 8px;
  }
  .paging {
    width: 100%;
  }
}
@media all and (max-width: 430px) {
  .recipe-items {
    padding-top: 191px;
  }
  .recipe-search .other-filters .inline-dropdown ul li a,
  .recipe-search .other-filters {
    font-size: 11.6px;
  }
  .recipe-search .other-filters .inline-dropdown.product {
    width: 114px;
    padding-right: 18px;
  }
  .recipe-search .other-filters .inline-dropdown-selector.product {
    width: 104px;
  }
  .recipe-search .other-filters .inline-dropdown.classification {
    width: 116px;
    padding-right: 15px;
  }
  .recipe-search .other-filters .inline-dropdown-selector.classification {
    width: 103px;
  }
}
@media all and (max-width: 640px) {
  .recipe-items .items .recipe {
    /*width: 32%;*/
    height: 205px;
  }
  .recipe-items .items .recipe a {
    font-size: .75em;
  }
  /*.recipe-slider {
        width: 320px;
    }*/
}
@media all and (max-width: 450px) {
  .recipe-items .items .recipe {
    height: 160px;
  }
  .recipe-items .items .recipe a {
    font-size: .75em;
  }
  /*.recipe-slider {
        width: 150px;
    }*/
}
@media all and (max-width: 768px) {
  .recipe-products.mobile {
    display: block;
  }
  .recipe-products.desktop {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .recipe-items .items .recipe {
    width: 230px;
    height: 250px;
  }
  .recipe-items .items .recipe a {
    font-size: .9em;
  }
}
@media all and (min-width: 992px) {
  .recipe-items .items .recipe {
    width: 303px;
    height: 313px;
  }
  .recipe-items .items .recipe a {
    font-size: 1em;
  }
}
@media all and (min-width: 1200px) {
  .recipe-items .items .recipe {
    width: 370px;
    height: 380px;
  }
}
/*#endregion*/
/*#region recipe detail*/
.social {
  width: 228px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.social a {
  margin-right: 5px;
  opacity: .6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.social a:hover {
  text-decoration: none;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
}
.social .print {
  margin-right: 0;
}
.recipe-image {
  height: 120px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.headerImgInt {
  position: absolute;
  top: -28px;
}
.headerImgInt.left {
  left: -150px;
}
.headerImgInt.right {
  right: -150px;
}
@media all and (max-width: 992px) {
  .recipe-image {
    height: 130px;
  }
}
@media all and (max-width: 640px) {
  .backRecipe {
    font-size: 12px;
  }
  .recipe-image {
    height: 56px;
  }
}
@media all and (max-width: 480px) {
  .recipe-image {
    height: 56px;
  }
}
img.print.logo {
  display: none;
}
@media print {
  .recipe-detail-outer .recipe-detail-inner .recipe-name,
  h4 {
    font-family: 'FuturaBT-Book' !important;
  }
  h4 {
    font-weight: bold;
  }
  #recipeTout {
    display: none;
  }
  .recipe-detail-bg {
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  #content {
    margin-top: 80px;
  }
  .red-gradient-reverse {
    background: none !important;
  }
  img.print.logo {
    position: absolute;
    width: 90px;
    display: block;
  }
  .social {
    display: none;
  }
  .navbar-wrapper {
    display: none;
  }
  .recipe-products,
  .recipe-products.mobile {
    display: none;
  }
  .recipe-image {
    display: none;
  }
  .recipe-detail-bg {
    margin-top: 150px;
  }
  h4 {
    font-size: 14px;
  }
  .recipe-detail-outer .recipe-detail-inner .seperator {
    display: none !important;
  }
  .preparation table td:first-child .step {
    color: #000;
    font-weight: bold;
  }
  .preparation table td:first-child .step:before {
    border: none;
  }
  .preparation table td {
    padding: 5px 0;
  }
  .recipe-detail-outer .recipe-detail-inner #recipeImage {
    width: 25%;
  }
  .recipe-detail-outer .recipe-detail-inner .recipe-name {
    font-size: 30px;
    margin-bottom: 0;
  }
}
.recipe-detail-bg {
  background: url('/images/textured-bg.png');
  padding-bottom: 35px;
}
.recipe-variations li {
  list-style-position: outside;
  margin-left: 19px;
  list-style-image: url("/images/bullet.png");
  margin-bottom: 10px;
}
.recipe-detail-outer {
  background-color: #fff;
  box-shadow: 0 0 5px #333;
  padding: 10px;
  margin-top: -70px;
}
.recipe-detail-outer .recipe-detail-inner {
  border: 1px solid #d3c5ac;
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  padding: 25px;
}
.recipe-detail-outer .recipe-detail-inner .recipe-share {
  text-align: center;
  margin-bottom: 20px;
}
.recipe-detail-outer .recipe-detail-inner .recipe-name {
  color: #bf1f19;
  font-family: 'GothamRoundedBook', Arial, sans-serif;
  font-size: 42px;
  text-align: center;
  margin-bottom: 20px;
}
.recipe-detail-outer .recipe-detail-inner #recipeImage {
  width: 50%;
  margin: 0 auto;
  height: auto;
  display: block;
  margin-bottom: 20px;
  opacity: 0;
}
.recipe-detail-outer .recipe-detail-inner .seperator {
  display: block;
  margin: 30px auto;
  width: 75%;
  height: 1px;
  background-color: #ad9465;
}
.recipe-detail-outer .recipe-detail-inner .recipe-ingredients {
  float: left;
  margin-bottom: 30px;
  width: 62%;
}
.recipe-detail-outer .recipe-detail-inner .recipe-ingredients strong,
.recipe-detail-outer .recipe-detail-inner .recipe-ingredients .header {
  padding: 5px 0;
  padding-top: 10px;
  font-weight: bold;
  display: inline-block;
}
.recipe-detail-outer .recipe-detail-inner .recipe-ingredients .header {
  margin-bottom: 0px;
}
.recipe-detail-outer .recipe-detail-inner .recipe-ingredients li {
  margin: 10px 0;
}
.recipe-detail-outer .recipe-detail-inner .recipe-products {
  float: left;
  width: 210px;
}
.recipe-detail-outer .recipe-detail-inner .recipe-products .more {
  display: inline-block;
  width: 82px;
}
.recipe-detail-outer .recipe-detail-inner .recipe-products .more:nth-of-type(1),
.recipe-detail-outer .recipe-detail-inner .recipe-products .more:nth-of-type(3),
.recipe-detail-outer .recipe-detail-inner .recipe-products .more:nth-of-type(5),
.recipe-detail-outer .recipe-detail-inner .recipe-products .more:nth-of-type(7),
.recipe-detail-outer .recipe-detail-inner .recipe-products .more:nth-of-type(9) {
  margin-left: 38px;
}
.recipe-detail-outer .recipe-detail-inner .recipe-products .single {
  display: block;
  margin: 0;
  width: 82px;
}
.recipe-detail-outer .recipe-detail-inner .recipe-products a:hover {
  text-decoration: none;
}
.recipe-detail-outer .recipe-detail-inner .recipe-products h4 {
  white-space: nowrap;
}
.recipe-detail-outer .recipe-detail-inner .recipe-products img {
  height: 110px;
  margin: 0;
  display: block;
  margin-bottom: 20px;
}
.recipe-detail-outer .recipe-detail-inner .recipe-products.desktop {
  float: right;
  margin-right: 11%;
}
.recipe-detail-outer .recipe-detail-inner .recipe-products.desktop .single {
  display: block;
  margin: 0 auto;
  width: 82px;
}
.recipe-detail-outer .recipe-detail-inner .recipe-products.desktop img {
  margin: 0px auto;
}
@media all and (max-width: 992px) {
  .recipe-detail-outer .recipe-detail-inner .recipe-products.desktop {
    margin-right: 6%;
  }
}
@media all and (max-width: 768px) {
  .recipe-detail-outer .recipe-detail-inner .recipe-products.desktop {
    margin-right: 0;
  }
}
.recipe-detail-outer .recipe-detail-inner .recipe-products.mobile {
  float: inherit;
  width: 100%;
}
.recipe-detail-outer .recipe-detail-inner .recipe-products.mobile .more:nth-of-type(1),
.recipe-detail-outer .recipe-detail-inner .recipe-products.mobile .more:nth-of-type(3),
.recipe-detail-outer .recipe-detail-inner .recipe-products.mobile .more:nth-of-type(5),
.recipe-detail-outer .recipe-detail-inner .recipe-products.mobile .more:nth-of-type(7),
.recipe-detail-outer .recipe-detail-inner .recipe-products.mobile .more:nth-of-type(9) {
  margin-left: 0px;
}
.recipe-detail-outer .recipe-detail-inner .recipe-steps {
  /*clear: both;*/
  width: 62%;
  margin-bottom: 30px;
  display: inline-block;
}
.recipe-detail-outer .recipe-detail-inner .recipe-steps table {
  margin-top: 0;
  margin-left: 7px;
}
.recipe-detail-outer .recipe-detail-inner .recipe-steps tr {
  display: block;
}
@media all and (max-width: 768px) {
  .recipe-detail-outer .recipe-detail-inner .recipe-ingredients,
  .recipe-detail-outer .recipe-detail-inner .recipe-steps,
  .recipe-detail-outer .recipe-detail-inner .recipe-variations {
    /*clear: both;*/
    width: 97%;
  }
}
@media all and (max-width: 640px) {
  .recipe-detail-outer .recipe-detail-inner .recipe-name {
    font-size: 30px;
  }
}
/*#endregion*/
/*#region RECIPE TOUT*/
#recipeTout {
  position: relative;
  height: 409px;
  margin-top: 40px;
}
#recipeTout .recipe:nth-child(3) {
  margin-right: 0;
}
#recipeTout .recipe {
  width: 32%;
  margin-right: 2%;
  float: left;
  position: relative;
}
#recipeTout .recipe img {
  width: 100%;
}
#recipeTout .recipe a {
  font-size: .9em;
  color: #26060c;
  font-family: 'GothamRoundedBook', Arial, sans-serif;
}
#recipeTout h4 {
  text-align: center;
  margin: 20px 0;
  font-size: 30px;
}
#recipeTout h4 .h4Text,
#recipeTout h4 .h4Text .black {
  line-height: 68px;
  vertical-align: bottom;
}
#recipeTout h4 .tout-callout:hover {
  text-decoration: none;
}
#recipeTout h4 .tout-callout {
  background: url('/images/recipes/tryThemAll.png') 0 0 no-repeat;
  width: 66px;
  height: 74px;
  padding-top: 17px;
  display: inline-block;
  margin-top: -19px;
}
#recipeTout .tout-callout.mobile {
  background: url('/images/recipes/tryThemAll.png') 0 0 no-repeat;
  display: none;
  width: 66px;
  padding-top: 17px;
  height: 74px;
}
@media all and (max-width: 768px) {
  #recipeTout {
    height: 269px;
  }
  #recipeTout .tout-callout.mobile {
    text-decoration: none;
    cursor: pointer;
    display: block;
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    position: absolute;
    right: -22px;
    top: -23px;
  }
  #recipeTout .tout-callout.mobile:hover {
    text-decoration: none;
  }
  #recipeTout h4 .tout-callout {
    display: none;
  }
  #recipeTout h4 {
    text-align: center;
    margin: 20px auto;
    font-size: 24px;
    width: 80%;
  }
  #recipeTout h4 .h4Text,
  #recipeTout h4 .h4Text .black {
    line-height: normal;
    vertical-align: baseline;
  }
}
@media all and (max-width: 640px) {
  #recipeTout {
    height: 270px;
  }
  #recipeTout .tout-callout.mobile {
    top: 7px;
  }
  #recipeTout .recipe a {
    font-size: .7em;
  }
  .tips-tout-wrapper {
    margin-top: -30px;
  }
}
@media all and (min-width: 992px) and (max-width: 1200px) {
  .tips-tout-wrapper {
    margin-top: -30px;
  }
}
@media all and (max-width: 480px) {
  #recipeTout {
    margin-top: 30px;
  }
  .tips-tout-wrapper {
    margin-top: -40px;
  }
  #recipeTout h4 {
    text-align: center;
    margin: 20px auto;
    font-size: 19px;
    width: 70%;
  }
  #recipeTout .tout-callout.mobile {
    top: -7px;
  }
}
@media all and (max-width: 640px) {
  .recipe-detail-outer {
    box-shadow: none !important;
    padding: 10px 0 !important;
    margin-top: 10px;
  }
  .recipe-detail-outer .recipe-detail-inner {
    border-left: none !important;
    border-right: none !important;
    width: 100% !important;
    margin-left: -15px !important;
  }
  .recipe-detail-bg {
    background: none !important;
  }
}
.searchNote {
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-align: center;
  margin-bottom: 30px;
  margin-top: -15px;
}
/*#endregion*/
/*#region TIPS */
.tip-header {
  color: #000;
  font-family: 'GothamRoundedBook', Arial, sans-serif;
  font-size: 44px;
}
.tip-header span {
  color: #ed1b24;
}
@media all and (max-width: 992px) {
  .tip-header {
    font-size: 34px;
  }
}
@media all and (max-width: 640px) {
  .tip-header {
    font-size: 24px;
    text-align: center;
    margin: 15px auto;
  }
}
.pancake-tips {
  height: 275px;
  position: relative;
  overflow: hidden;
}
.pancake-tips .share {
  top: 15px;
  right: 0;
}
.pancake-tips > img {
  position: absolute;
  left: -40px;
  top: -40px;
  visibility: hidden;
  width: 560px;
}
.pancake-tips .pancake-tips-content {
  padding-left: 540px;
  padding-right: 50px;
  margin-top: 40px;
}
.pancake-tips .pancake-tips-content .pancake-tip-link {
  position: relative;
  display: inline-block;
  width: 35px;
  font-size: 26px;
  height: 35px;
  margin: 25px 0;
}
.pancake-tips .pancake-tips-content .pancake-tip-link span {
  position: absolute;
  color: #143966;
  font-family: 'FuturaBT-Medium', Arial, sans-serif;
  display: block;
  width: 30px;
  height: 22px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  -moz-transition: 0.4s color;
  -o-transition: 0.4s color;
  -webkit-transition: 0.4s color;
  transition: 0.4s color;
}
.pancake-tips .pancake-tips-content .pancake-tip-link + .pancake-tip-link {
  margin-left: 5px;
}
.pancake-tips .pancake-tips-content .pancake-tip-link.selected span,
.pancake-tips .pancake-tips-content .pancake-tip-link:hover span {
  color: #fff;
}
.pancake-tips .pancake-tips-content .pancake-tip-link::before {
  content: "";
  border: 1px dotted #0088cc;
  color: #0088cc;
  font-size: 18px;
  width: 32px;
  height: 32px;
  left: 1px;
  top: 2px;
  position: absolute;
  border-radius: 20px;
  -moz-transition: 0.4s background-color;
  -o-transition: 0.4s background-color;
  -webkit-transition: 0.4s background-color;
  transition: 0.4s background-color;
}
.pancake-tips .pancake-tips-content .pancake-tip-link.selected::before,
.pancake-tips .pancake-tips-content .pancake-tip-link:hover::before {
  background-color: #ed1b24;
}
.pancake-tips .pancake-tips-content .pancake-tip {
  display: none;
  color: #333;
  font-size: 24px;
  font-family: 'FuturaBT-Medium', Arial, sans-serif;
}
.pancake-tips .pancake-tips-content .pancake-tip.selected {
  display: block;
}
.pancake-tips .pancake-tips-content .mobile-next-btn {
  font-family: 'GothamRoundedBook', Arial, sans-serif;
  position: absolute;
  bottom: 10px;
  right: 15px;
  font-size: 14px;
  text-transform: uppercase;
}
.pancake-tips .pancake-tips-content .mobile-next-btn span {
  background-color: #e13025;
  color: #fff;
  font-family: 'GothamRoundedBook', Arial, sans-serif;
  border-radius: 100%;
  padding: 2px 5px;
  text-decoration: none;
}
@media all and (min-width: 641px) {
  .pancake-tips .mobile-next-btn {
    display: none;
  }
}
@media all and (max-width: 1200px) {
  .pancake-tips {
    height: 260px;
  }
  .pancake-tips > img {
    width: 430px;
    left: -60px;
    top: -20px;
  }
  .pancake-tips .pancake-tips-content {
    padding-left: 385px;
    padding-right: 60px;
    margin-top: 30px;
  }
  .pancake-tips .pancake-tips-content .pancake-tip {
    font-size: 22px;
  }
  .pancake-tips .share .shareOptions img {
    width: 32px !important;
    margin-left: 4px;
  }
}
@media all and (max-width: 992px) {
  .pancake-tips {
    height: 195px;
  }
  .pancake-tips > img {
    width: 335px;
  }
  .pancake-tips .pancake-tips-content {
    padding-left: 290px;
    padding-right: 20px;
    margin-top: 23px;
  }
  .pancake-tips .pancake-tips-content .pancake-tip-link {
    margin: 15px 0;
  }
  .pancake-tips .pancake-tips-content .pancake-tip {
    font-size: 18px;
  }
}
@media all and (max-width: 991px) {
  .pancake-tips .pancake-tips-content .pancake-tip-link {
    font-size: 22px;
  }
  .pancake-tips .pancake-tips-content .pancake-tip-link::before {
    width: 30px;
    height: 30px;
    left: 2px;
    top: 2px;
  }
  .pancake-tips .pancake-tips-content .pancake-tip-link + .pancake-tip-link {
    margin-left: 2px;
  }
  .pancake-tips .pancake-tips-content .pancake-tip {
    font-size: 16px;
  }
}
@media all and (max-width: 640px) {
  .pancake-tips {
    height: 195px;
  }
  .pancake-tips > img {
    width: 300px;
    top: 0;
    left: -80px;
  }
  .pancake-tips .pancake-tips-content {
    padding-left: 220px;
    padding-right: 15px;
    margin-top: 0;
  }
  .pancake-tips .pancake-tips-content .pancake-tip {
    font-size: 16px;
  }
  .pancake-tips .pancake-tips-content .pancake-tip-link {
    display: none;
    float: left;
    margin-right: 15px;
    margin-top: 0;
    margin-bottom: 135px;
  }
  .pancake-tips .pancake-tips-content .pancake-tip-link span {
    top: 2px;
    left: 2px;
  }
  .pancake-tips .pancake-tips-content .pancake-tip-link.selected {
    display: block;
  }
}
@media all and (max-width: 480px) {
  .pancake-tips {
    height: 215px;
  }
  .pancake-tips > img {
    width: 230px;
    top: auto;
    left: -90px;
    bottom: 0;
  }
  .pancake-tips .pancake-tips-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0;
  }
  .pancake-tips .pancake-tips-content .pancake-tip {
    font-size: 16px;
  }
  .pancake-tips .pancake-tips-content .pancake-tip-link {
    display: none;
    float: left;
    margin-right: 15px;
    margin-top: 0;
    margin-bottom: 135px;
  }
  .pancake-tips .pancake-tips-content .pancake-tip-link,
  .pancake-tips .pancake-tips-content .pancake-tip-link + .pancake-tip-link {
    margin-left: 80px;
  }
  .pancake-tips .pancake-tips-content .pancake-tip-link.selected {
    display: block;
  }
}
/*#endregion*/
/*#region warming & storage*/
.warming-storage {
  margin: 80px auto;
}
.warming-storage .tip-header {
  text-align: center;
}
.warming-storage .ws-panel {
  display: none;
  padding: 30px;
  position: relative;
  margin-top: 40px;
}
.warming-storage .ws-panel .arrow {
  position: absolute;
  top: -25px;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid #0087cc;
}
.warming-storage .ws-panel .header {
  color: #fff;
  font-family: 'GothamRoundedBook', Arial, sans-serif;
  font-size: 42px;
  margin-bottom: 15px;
  text-align: center;
}
.warming-storage .ws-panel .header .close-btn {
  float: right;
}
.warming-storage .ws-panel .header .close-btn:hover {
  cursor: pointer;
}
.warming-storage .ws-panel .panel-wrapper {
  background-color: #fff;
  position: relative;
}
.warming-storage .ws-panel .panel-wrapper .share {
  right: 0;
  top: 10px;
}
.warming-storage .ws-panel .panel-wrapper .image,
.warming-storage .ws-panel .panel-wrapper .text {
  float: left;
}
.warming-storage .ws-panel .panel-wrapper .image {
  width: 40%;
}
.warming-storage .ws-panel .panel-wrapper .image img {
  max-width: 100%;
}
.warming-storage .ws-panel .panel-wrapper .text {
  font-family: 'FuturaBT-Medium', Arial, sans-serif;
  font-size: 22px;
  line-height: 26px;
  padding: 25px;
  width: calc(60% - 85px);
}
.warming-storage .ws-panel .panel-wrapper .text label,
.warming-storage .ws-panel .panel-wrapper .text span {
  display: block;
  margin-bottom: 15px;
}
.warming-storage .ws-panel .panel-wrapper .text ul {
  list-style-image: url("/images/recipes/tips/bullet.png");
  margin-left: 15px;
}
.warming-storage .ws-panel .panel-wrapper .text ul li {
  padding-left: 5px;
}
.warming-storage .ws-panel .panel-wrapper .text ul li + li {
  margin-top: 15px;
}
.warming-storage .ws-panel .panel-wrapper .text ul + label {
  margin-top: 15px;
}
.warming-storage .ws-panel .clearfix {
  height: 0;
}
.warming-storage .ws-viewport {
  overflow: hidden;
  height: 295px;
}
.warming-storage .ws-items {
  display: table;
  height: 100%;
  width: 300%;
}
.warming-storage .ws-items .ws-item {
  display: table-cell;
  text-align: center;
  width: 33.33333%;
  vertical-align: bottom;
}
.warming-storage .ws-items .ws-item a {
  color: #26060c;
  visibility: hidden;
}
.warming-storage .ws-items .ws-item a span {
  display: block;
  font-family: 'GothamRoundedBook', Arial, sans-serif;
  margin-top: 15px;
  margin-bottom: 1px;
}
.warming-storage .ws-items .ws-item a img {
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -ms-transform: scale(1, 1);
  /* IE 9 */
  -webkit-transform: scale(1, 1);
  /* Safari */
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.warming-storage .ws-mobile-controller {
  text-align: center;
  margin-top: 30px;
}
.warming-storage .ws-mobile-controller span {
  color: #512513;
  font-family: 'GothamRoundedBook', Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.warming-storage .ws-mobile-controller #ws-scroll-left,
.warming-storage .ws-mobile-controller #ws-scroll-right {
  background-color: #e13025;
  color: #fff;
  font-family: 'GothamRoundedBook', Arial, sans-serif;
  border-radius: 100%;
  padding: 2px 5px;
  text-decoration: none;
}
.warming-storage .ws-mobile-controller #ws-scroll-left.inactive,
.warming-storage .ws-mobile-controller #ws-scroll-right.inactive {
  background-color: #999;
}
.warming-storage .ws-mobile-controller #ws-scroll-left {
  margin-right: 10px;
}
.warming-storage .ws-mobile-controller #ws-scroll-right {
  margin-left: 10px;
}
@media all and (min-width: 768px) {
  #ws-warming-panel .arrow {
    left: 95px;
  }
  #ws-freezing-panel .arrow {
    left: 335px;
  }
  #ws-reheating-panel .arrow {
    left: 580px;
  }
}
@media all and (min-width: 992px) {
  #ws-warming-panel .arrow {
    left: 130px;
  }
  #ws-freezing-panel .arrow {
    left: 445px;
  }
  #ws-reheating-panel .arrow {
    left: 765px;
  }
  .ws-items .ws-item a:hover img {
    -ms-transform: scale(1.1, 1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1, 1.1);
    /* Safari */
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}
@media all and (min-width: 1200px) {
  #ws-warming-panel .arrow {
    left: 165px;
  }
  #ws-freezing-panel .arrow {
    left: 545px;
  }
  #ws-reheating-panel .arrow {
    left: 925px;
  }
}
@media all and (max-width: 991px) {
  .warming-storage {
    margin: 40px auto;
  }
  .warming-storage .ws-viewport {
    height: 250px;
  }
  .warming-storage .ws-panel .panel-wrapper .text {
    padding: 15px;
    font-size: 18px;
    line-height: 22px;
  }
  .warming-storage .ws-panel .panel-wrapper label,
  .warming-storage .ws-panel .panel-wrapper span {
    margin-bottom: 10px;
  }
  .warming-storage .ws-item img {
    max-height: 200px;
  }
}
@media all and (max-width: 767px) {
  .warming-storage .ws-panel {
    padding: 15px;
    margin-top: 30px;
  }
  .warming-storage .ws-panel .arrow {
    display: none;
  }
  .warming-storage .ws-panel .header {
    font-size: 22px;
  }
  .warming-storage .ws-panel .header img {
    width: 20px;
  }
  .warming-storage .ws-panel .panel-wrapper .image {
    width: 100%;
    text-align: center;
  }
  .warming-storage .ws-panel .panel-wrapper .image img {
    max-height: 250px;
  }
  .warming-storage .ws-panel .panel-wrapper .text {
    font-size: 16px;
    line-height: 16px;
    padding: 20px;
    width: calc(100% - 40px);
  }
  .warming-storage .ws-panel .panel-wrapper .text ul {
    margin-left: 20px;
  }
}
@media all and (min-width: 768px) {
  .warming-storage .ws-mobile-controller {
    display: none;
  }
  .warming-storage .ws-items {
    margin-left: 0 !important;
    width: 100%;
  }
}
/*#endregion*/
/*#region touts*/
.recipe-tout {
  height: 380px;
  margin: 15px 0;
  position: relative;
}
.recipe-tout .text,
.recipe-tout .image {
  width: 50%;
}
.recipe-tout .text {
  float: left;
  height: 100%;
  position: relative;
}
.recipe-tout .text div {
  font-family: 'GothamRoundedBook', Arial, sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 38px;
  text-align: center;
  width: 80%;
  margin: auto;
  top: -15px;
  bottom: 75px;
  left: 0;
  right: 0;
  position: absolute;
}
.recipe-tout .text div span {
  font-size: 42px;
}
.recipe-tout .image {
  float: right;
  height: 100%;
  position: relative;
  width: 50%;
}
.recipe-tout .image img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.recipe-tout#egg-tout .text div {
  height: 125px;
}
.recipe-tout#milk-tout .text div {
  height: 115px;
}
.recipe-tout#stir-in-tout .text div {
  height: 230px;
}
.recipe-tout#syrup-tout .text div {
  height: 155px;
}
@media all and (max-width: 1199px) {
  .recipe-tout .text div {
    font-size: 30px;
    line-height: 34px;
  }
  .recipe-tout .text div span {
    font-size: 38px;
  }
  .recipe-tout#egg-tout .text div {
    height: 115px;
  }
  .recipe-tout#milk-tout .text div {
    height: 140px;
  }
  .recipe-tout#stir-in-tout .text div {
    height: 240px;
  }
  .recipe-tout#syrup-tout .text div {
    height: 140px;
  }
}
@media all and (max-width: 991px) {
  .recipe-tout .text div {
    font-size: 24px;
    line-height: 28px;
  }
  .recipe-tout .text div span {
    font-size: 32px;
  }
  .recipe-tout#egg-tout .text div {
    height: 115px;
  }
  .recipe-tout#milk-tout .text div {
    height: 115px;
  }
  .recipe-tout#stir-in-tout .text div {
    height: 200px;
  }
  .recipe-tout#syrup-tout .text div {
    height: 120px;
  }
}
@media all and (max-width: 767px) {
  .recipe-tout {
    height: 320px;
  }
  .recipe-tout .text div {
    bottom: 25px;
    top: -15px;
  }
  .recipe-tout#egg-tout .text div {
    height: 150px;
  }
  .recipe-tout#milk-tout .text div {
    height: 170px;
  }
  .recipe-tout#stir-in-tout .text div {
    height: 280px;
  }
  .recipe-tout#syrup-tout .text div {
    height: 140px;
  }
}
@media all and (max-width: 639px) {
  .recipe-tout {
    height: 270px;
  }
  .recipe-tout .text div {
    font-size: 20px;
    line-height: 26px;
  }
  .recipe-tout .text div span {
    font-size: 24px;
  }
  .recipe-tout#egg-tout .text div {
    height: 135px;
  }
  .recipe-tout#milk-tout .text div {
    height: 155px;
  }
  .recipe-tout#stir-in-tout .text div {
    height: 235px;
    width: 90%;
  }
  .recipe-tout#syrup-tout .text div {
    height: 130px;
  }
}
@media all and (max-width: 479px) {
  .recipe-tout {
    height: 220px;
    width: 290px;
  }
  .recipe-tout .text div {
    font-size: 16px;
    line-height: 24px;
    bottom: 25px;
  }
  .recipe-tout .text div span {
    font-size: 22px;
  }
  .recipe-tout#milk-tout .text div {
    height: 145px;
  }
  .recipe-tout#stir-in-tout .text {
    width: 55%;
  }
  .recipe-tout#stir-in-tout .text div {
    height: 180px;
    font-size: 14px;
    line-height: 20px;
  }
  .recipe-tout#stir-in-tout .text div span {
    font-size: 20px;
  }
  .recipe-tout#stir-in-tout .image {
    width: 45%;
  }
  .recipe-tout#syrup-tout .text {
    width: 55%;
  }
  .recipe-tout#syrup-tout .text div {
    height: 140px;
  }
  .recipe-tout#syrup-tout .image {
    width: 45%;
  }
  .recipe-tout#syrup-tout .image img {
    max-width: none;
    width: 135px;
    margin-right: 0;
    margin-top: 30px;
  }
  .recipe-tout#egg-tout .text,
  .recipe-tout#egg-tout .image {
    height: 100%;
    width: 100%;
    position: absolute;
  }
  .recipe-tout#egg-tout .text div {
    top: -55px;
  }
  .recipe-tout#egg-tout .image img {
    max-height: none;
    height: auto;
    width: 55%;
    left: 0;
    top: 70px;
  }
}
/*#endregion*/
/*#region substitutions rotator */
.substitutions {
  position: relative;
  margin-bottom: 60px;
}
.substitutions .share {
  z-index: 1;
  right: 0;
  top: 10px;
}
.substitutions .tip-header {
  text-align: center;
  margin-top: 15px;
}
.substitutions .sub-viewport {
  width: 100%;
  overflow: hidden;
  height: 380px;
  margin-top: 15px;
  position: relative;
}
.substitutions .sub-viewport .sub-items {
  width: 400%;
}
.substitutions .sub-viewport .sub-items .sub-item {
  float: left;
  width: 25%;
  overflow: hidden;
  vertical-align: top;
  position: relative;
}
.substitutions .sub-viewport .sub-controls {
  width: 50%;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.substitutions .sub-viewport .sub-controls a {
  display: block;
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
}
.substitutions .sub-viewport .sub-controls a img {
  width: 16px;
  height: 24px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media all and (max-width: 767px) {
  .substitutions .sub-viewport {
    height: 350px;
    width: 575px;
    margin-left: auto;
    margin-right: auto;
  }
  .substitutions .sub-viewport .sub-controls {
    height: 40px;
    width: 100%;
  }
}
@media all and (max-width: 639px) {
  .substitutions .sub-viewport {
    height: 300px;
    width: 450px;
  }
}
@media all and (max-width: 479px) {
  .substitutions .sub-viewport {
    height: 260px;
    width: 290px;
  }
}
#tips-subs-back,
#tips-subs-forward {
  background-color: #005684;
  -moz-transition: 0.2s background-color;
  -o-transition: 0.2s background-color;
  -webkit-transition: 0.2s background-color;
  transition: 0.2s background-color;
}
#tips-subs-back.disabled,
#tips-subs-forward.disabled,
#tips-subs-back.dark,
#tips-subs-forward.dark {
  background-color: #002b42;
}
@media all and (min-width: 992px) {
  #tips-subs-back:hover,
  #tips-subs-forward:hover {
    background-color: #0088cc;
  }
}
/*#endregion*/
/*#region Print*/
@media print {
  .share {
    display: none;
  }
  body.pancake_tips .warming-storage,
  body.pancake_tips .substitutions {
    display: none;
  }
  body.pancake_tips .pancake-tips {
    height: auto;
    text-align: center;
  }
  body.pancake_tips .pancake-tips > img {
    position: relative;
    float: none;
    top: 0;
    left: 0;
    display: block;
    margin: 0 auto !important;
    visibility: visible !important;
  }
  body.pancake_tips .pancake-tips .pancake-tips-content {
    width: 100%;
    padding: 15px;
  }
  body.pancake_tips .pancake-tips .pancake-tips-content .pancake-tip-link {
    display: none;
  }
  body.pancake_tips .pancake-tips .pancake-tips-content .pancake-tip {
    display: block;
    margin: 5px 0;
  }
  body.pancake_tips .pancake-tips .pancake-tips-content .pancake-tip:nth-child(8)::before {
    content: "1.";
  }
  body.pancake_tips .pancake-tips .pancake-tips-content .pancake-tip:nth-child(9)::before {
    content: "2.";
  }
  body.pancake_tips .pancake-tips .pancake-tips-content .pancake-tip:nth-child(10)::before {
    content: "3.";
  }
  body.pancake_tips .pancake-tips .pancake-tips-content .pancake-tip:nth-child(11)::before {
    content: "4.";
  }
  body.pancake_tips .pancake-tips .pancake-tips-content .pancake-tip:nth-child(12)::before {
    content: "5.";
  }
  body.pancake_tips .pancake-tips .pancake-tips-content .pancake-tip:nth-child(13)::before {
    content: "6.";
  }
  body.warming .pancake-tips,
  body.freezing .pancake-tips,
  body.reheating .pancake-tips,
  body.warming .substitutions,
  body.freezing .substitutions,
  body.reheating .substitutions,
  body.warming .ws-viewport,
  body.freezing .ws-viewport,
  body.reheating .ws-viewport,
  body.warming .arrow,
  body.freezing .arrow,
  body.reheating .arrow,
  body.warming .ws-mobile-controller,
  body.freezing .ws-mobile-controller,
  body.reheating .ws-mobile-controller {
    display: none;
  }
  body.warming #ws-warming-panel {
    display: block;
  }
  body.freezing #ws-freezing-panel {
    display: block;
  }
  body.reheating #ws-reheating-panel {
    display: block;
  }
  body.substitutions .pancake-tips,
  body.substitutions .warming-storage {
    display: none;
  }
  body.substitutions .substitutions {
    display: block;
  }
  body.substitutions .sub-controls {
    display: none;
  }
  body.substitutions .sub-viewport {
    background-color: transparent;
    width: 100%;
    overflow: visible;
    margin-top: 0;
    height: auto;
  }
  body.substitutions .sub-viewport .sub-items {
    width: 100%;
  }
  body.substitutions .sub-viewport .sub-items .sub-item {
    display: block;
    width: 100%;
    overflow: hidden;
    vertical-align: top;
    position: relative;
    float: left;
    border: 1px solid #000;
  }
  body.substitutions #footer {
    clear: both;
  }
}
/*#endregion*/
/*#region perfect pancakes tout*/
.perfect-pancakes-tout {
  padding: 30px 0;
  text-align: center;
}
.perfect-pancakes-tout .tips-link {
  margin-top: 15px;
}
.perfect-pancakes-tout .header {
  color: #26060c;
  font-family: 'GothamRoundedBook', Arial, sans-serif;
  font-size: 32px;
  text-align: center;
  margin-bottom: 15px;
}
.perfect-pancakes-tout .header span {
  color: #bf1f19;
}
.perfect-pancakes-tout .touts {
  position: relative;
}
.perfect-pancakes-tout .touts > .clearfix {
  height: 0;
}
.perfect-pancakes-tout .touts #arrow-accent {
  position: absolute;
  right: 25px;
  top: -25px;
}
.perfect-pancakes-tout .touts .left-tout,
.perfect-pancakes-tout .touts .right-tout {
  display: inline-block;
  height: 355px;
  width: 450px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout,
.perfect-pancakes-tout .touts .right-tout .recipe-tout {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout .text div,
.perfect-pancakes-tout .touts .right-tout .recipe-tout .text div {
  font-size: 26px;
  line-height: 30px;
  top: 0;
  bottom: 0;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout .text div span,
.perfect-pancakes-tout .touts .right-tout .recipe-tout .text div span {
  font-size: 34px;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#egg-tout .text,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#egg-tout .text,
.perfect-pancakes-tout .touts .left-tout .recipe-tout#egg-tout .image,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#egg-tout .image {
  height: 100%;
  width: 100%;
  position: absolute;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#egg-tout .text div,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#egg-tout .text div {
  top: -170px;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#egg-tout .image img,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#egg-tout .image img {
  max-height: none;
  height: auto;
  width: 65%;
  left: 0;
  top: 140px;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#stir-in-tout .text,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#stir-in-tout .text {
  width: 60%;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#stir-in-tout .text div,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#stir-in-tout .text div {
  height: 330px;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#stir-in-tout .image,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#stir-in-tout .image {
  width: 40%;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#stir-in-tout .image img,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#stir-in-tout .image img {
  max-width: 150%;
  right: -50%;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#syrup-tout .text,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#syrup-tout .text {
  width: 60%;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#syrup-tout .text div,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#syrup-tout .text div {
  height: 190px;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#syrup-tout .image,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#syrup-tout .image {
  width: 40%;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#syrup-tout .image img,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#syrup-tout .image img {
  max-width: 150%;
  right: -40%;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#milk-tout .text,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#milk-tout .text {
  width: 52%;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#milk-tout .text div,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#milk-tout .text div {
  height: 190px;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#milk-tout .image,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#milk-tout .image {
  width: 40%;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#milk-tout .image img,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#milk-tout .image img {
  max-width: 150%;
  right: -30%;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#skillet-tout .text,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#skillet-tout .text,
.perfect-pancakes-tout .touts .left-tout .recipe-tout#lumps-tout .text,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#lumps-tout .text,
.perfect-pancakes-tout .touts .left-tout .recipe-tout#skillet-tout .image,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#skillet-tout .image,
.perfect-pancakes-tout .touts .left-tout .recipe-tout#lumps-tout .image,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#lumps-tout .image {
  height: 100%;
  width: 100%;
  position: absolute;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#skillet-tout .text div,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#skillet-tout .text div,
.perfect-pancakes-tout .touts .left-tout .recipe-tout#lumps-tout .text div,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#lumps-tout .text div {
  top: 25px;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#skillet-tout .image img,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#skillet-tout .image img,
.perfect-pancakes-tout .touts .left-tout .recipe-tout#lumps-tout .image img,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#lumps-tout .image img {
  max-height: none;
  height: auto;
  width: 95%;
  left: 0;
  right: auto;
  bottom: 0;
  margin-left: unset;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#lumps-tout .image img,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#lumps-tout .image img {
  top: 201px;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#skillet-tout .image img,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#skillet-tout .image img {
  top: 184px;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#freshness-tout .text div,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#freshness-tout .text div {
  height: 275px;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#water-tout .text,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#water-tout .text {
  width: 60%;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#water-tout .text div,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#water-tout .text div {
  height: 245px;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#water-tout .image,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#water-tout .image {
  width: 40%;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#flip-tout .text,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#flip-tout .text {
  width: 60%;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#flip-tout .text div,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#flip-tout .text div {
  height: 245px;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#flip-tout .image,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#flip-tout .image {
  width: 40%;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#scoop-tout .text,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#scoop-tout .text {
  width: 70%;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#scoop-tout .text div,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#scoop-tout .text div {
  height: 305px;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#scoop-tout .image,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#scoop-tout .image {
  width: 30%;
}
.perfect-pancakes-tout .touts .right-tout {
  margin-left: 16px;
}
.perfect-pancakes-tout .tips-link a {
  color: #512513;
  font-family: 'GothamRoundedBook', Arial, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.perfect-pancakes-tout .tips-link a span {
  color: #bf1f19;
}
.perfect-pancakes-tout .tips-link a span.arrow {
  background-color: #e13025;
  color: #fff;
  display: inline-block;
  font-family: 'GothamRoundedBook', Arial, sans-serif;
  margin-left: 5px;
  border-radius: 100%;
  padding: 0 4px;
  text-decoration: none;
}
.perfect-pancakes-tout .tips-link a:hover span.arrow {
  text-decoration: none;
}
@media all and (max-width: 1199px) {
  .perfect-pancakes-tout .touts #arrow-accent {
    right: -5px;
    top: -25px;
  }
  .perfect-pancakes-tout .touts .left-tout,
  .perfect-pancakes-tout .touts .right-tout {
    height: 303px;
    width: 385px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout .text div {
    font-size: 22px;
    line-height: 26px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout .text div span,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout .text div span {
    font-size: 30px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#egg-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#egg-tout .text div {
    top: -150px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#egg-tout .image img,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#egg-tout .image img {
    top: 110px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#stir-in-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#stir-in-tout .text div {
    height: 285px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#syrup-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#syrup-tout .text div,
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#milk-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#milk-tout .text div {
    height: 170px !important;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#freshness-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#freshness-tout .text div {
    height: 245px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#water-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#water-tout .text div {
    height: 215px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#flip-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#flip-tout .text div {
    height: 215px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#scoop-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#scoop-tout .text div {
    height: 265px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#lumps-tout .image img,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#lumps-tout .image img {
    top: 171px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#skillet-tout .image img,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#skillet-tout .image img {
    top: 157px;
  }
}
@media all and (max-width: 991px) {
  .perfect-pancakes-tout .header {
    font-size: 26px;
  }
  .perfect-pancakes-tout .touts #arrow-accent {
    right: 0;
    top: -35px;
    width: 115px;
  }
  .perfect-pancakes-tout .touts .left-tout,
  .perfect-pancakes-tout .touts .right-tout {
    height: 240px;
    width: 305px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout .text div {
    font-size: 16px;
    line-height: 22px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout .text div span,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout .text div span {
    font-size: 24px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#egg-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#egg-tout .text div {
    top: -85px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#egg-tout .image img,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#egg-tout .image img {
    top: 100px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#stir-in-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#stir-in-tout .text div {
    height: 220px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#syrup-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#syrup-tout .text div {
    height: 115px !important;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#milk-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#milk-tout .text div {
    height: 140px !important;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#freshness-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#freshness-tout .text div {
    height: 205px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#water-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#water-tout .text div {
    height: 180px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#flip-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#flip-tout .text div {
    height: 160px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#scoop-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#scoop-tout .text div {
    height: 205px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#lumps-tout .image img,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#lumps-tout .image img {
    top: 135px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#skillet-tout .image img,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#skillet-tout .image img {
    top: 124px;
  }
}
@media all and (max-width: 767px) {
  .perfect-pancakes-tout .header {
    font-size: 20px;
  }
  .perfect-pancakes-tout .touts {
    width: 530px;
  }
  .perfect-pancakes-tout .touts #arrow-accent {
    right: -35px;
    top: -31px;
    width: 85px;
  }
  .perfect-pancakes-tout .touts .left-tout,
  .perfect-pancakes-tout .touts .right-tout {
    height: 201px;
    width: 255px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout .text div {
    font-size: 14px;
    line-height: 19px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout .text div span,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout .text div span {
    font-size: 20px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#egg-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#egg-tout .text div {
    top: -20px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#egg-tout .image img,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#egg-tout .image img {
    top: 85px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#stir-in-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#stir-in-tout .text div {
    height: 190px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#syrup-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#syrup-tout .text div {
    height: 100px !important;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#milk-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#milk-tout .text div {
    height: 120px !important;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#skillet-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#skillet-tout .text div,
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#lumps-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#lumps-tout .text div {
    top: 15px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#freshness-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#freshness-tout .text div {
    height: 175px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#water-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#water-tout .text div {
    height: 155px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#flip-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#flip-tout .text div {
    height: 140px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#scoop-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#scoop-tout .text div {
    height: 175px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#lumps-tout .image img,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#lumps-tout .image img {
    top: 113px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#skillet-tout .image img,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#skillet-tout .image img {
    top: 104px;
  }
}
@media all and (max-width: 640px) {
  .perfect-pancakes-tout .touts {
    width: 450px;
  }
  .perfect-pancakes-tout .touts #arrow-accent {
    right: 1px;
    top: -25px;
    width: 45px;
  }
  .perfect-pancakes-tout .touts .left-tout,
  .perfect-pancakes-tout .touts .right-tout {
    height: 169px;
    width: 215px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout .text div {
    font-size: 12px;
    line-height: 17px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout .text div span,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout .text div span {
    font-size: 18px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#egg-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#egg-tout .text div {
    top: -15px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#egg-tout .image img,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#egg-tout .image img {
    top: 75px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#stir-in-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#stir-in-tout .text div {
    height: 140px;
    font-size: 11px;
    width: 95%;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#freshness-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#freshness-tout .text div {
    height: 155px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#water-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#water-tout .text div {
    height: 160px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#scoop-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#scoop-tout .text div {
    font-size: 11px;
    height: 145px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#lumps-tout .image img,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#lumps-tout .image img {
    top: 95px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#skillet-tout .image img,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#skillet-tout .image img {
    top: 87px;
  }
}
@media all and (max-width: 480px) {
  .perfect-pancakes-tout {
    padding: 15px 0;
  }
  .perfect-pancakes-tout .header {
    width: 55%;
    margin: 0 auto;
  }
  .perfect-pancakes-tout .touts {
    width: 215px;
  }
  .perfect-pancakes-tout .touts .recipe-tout .text div {
    font-size: 12px !important;
    line-height: 17px !important;
  }
  .perfect-pancakes-tout .touts .recipe-tout .text div span {
    font-size: 18px !important;
  }
  .perfect-pancakes-tout .touts .recipe-tout#scoop-tout .text div {
    font-size: 11px !important;
    height: 145px;
  }
  .perfect-pancakes-tout .touts #arrow-accent {
    right: -22px;
    top: -27px;
    width: 55px;
  }
  .perfect-pancakes-tout .touts .right-tout {
    margin-left: 0;
  }
  .perfect-pancakes-tout .touts .mobile-hide {
    display: none;
  }
}
/*#endregion*/
/*#region FRAMEWORK*/
#ourHistory {
  position: relative;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,d3c3b1+100&0.62+0,0.88+60 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.62) 0%, rgba(229, 219, 208, 0.88) 60%, rgba(211, 195, 177, 0.88) 100%), url('/images/history/background.png') repeat-y;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.62) 0%, rgba(229, 219, 208, 0.88) 60%, rgba(211, 195, 177, 0.88) 100%), url('/images/history/background.png') repeat-y;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.62) 0%, rgba(229, 219, 208, 0.88) 60%, rgba(211, 195, 177, 0.88) 100%), url('/images/history/background.png') repeat-y;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9effffff', endColorstr='#e0d3c3b1', GradientType=0), url('/images/history/background.png') repeat-y;
  /* IE6-9 */
  background-size: 100%;
  overflow: hidden;
}
#ourHistory img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/*#endregion*/
/*#region bgImages*/
#bgImages {
  position: absolute;
}
#bgImages .histImg {
  position: absolute;
  height: auto;
}
#bgImages #img-1890 {
  top: 13px;
  left: 0px;
  width: 452px;
}
#bgImages #img-1926 {
  top: 455px;
  left: 50px;
  width: 597px;
}
#bgImages #img-1937 {
  top: 954px;
  left: -20px;
  width: 578px;
}
#bgImages #img-1970 {
  top: 1507px;
  right: 0px;
  width: 619px;
}
#bgImages #img-1968 {
  top: 1976px;
  left: -20px;
  width: 521px;
}
#bgImages #img-1991 {
  top: 2410px;
  left: 70px;
  width: 239px;
}
#bgImages #img-1966 {
  top: 1133px;
  right: 10px;
  width: 643px;
}
#bgImages #img-1989Waffle {
  top: 2300px;
  right: 0px;
  width: 540px;
}
#bgImages #img-2001 {
  top: 3013px;
  left: -80px;
  width: 582px;
}
#bgImages #img-1889 {
  top: -69px;
  right: 0px;
  width: 519px;
}
#bgImages #img-1933 {
  top: 948px;
  right: -30px;
  width: 545px;
}
#bgImages #img-1957 {
  top: 1365px;
  left: 0px;
  width: 561px;
}
#bgImages #img-1989Syrup {
  top: 1969px;
  right: 110px;
  width: 493px;
}
#bgImages #img-1996 {
  top: 2778px;
  right: -140px;
  width: 722px;
}
#bgImages #img-1893 {
  top: 480px;
  right: 10px;
  width: 548px;
}
@media all and (min-width: 1600px) {
  #bgImages #img-1890 {
    top: 13px;
    left: 160px;
    width: 500.8px;
  }
  #bgImages #img-1926 {
    top: 455px;
    left: 180px;
    width: 630.55px;
  }
  #bgImages #img-1937 {
    top: 1014px;
    left: 110px;
    width: 560.2px;
  }
  #bgImages #img-1970 {
    top: 1607px;
    right: 90px;
    width: 714.35px;
  }
  #bgImages #img-1968 {
    top: 1936px;
    left: 60px;
    width: 593.15px;
  }
  #bgImages #img-1991 {
    top: 2460px;
    left: 310px;
    width: 259.8px;
  }
  #bgImages #img-1966 {
    top: 1113px;
    right: 120px;
    width: 776.45px;
  }
  #bgImages #img-1989Waffle {
    top: 2370px;
    right: 160px;
    width: 586.5px;
  }
  #bgImages #img-2001 {
    top: 3053px;
    left: 70px;
    width: 718.8px;
  }
  #bgImages #img-1889 {
    top: -9px;
    right: 100px;
    width: 559.35px;
  }
  #bgImages #img-1933 {
    top: 948px;
    right: -30px;
    width: 626.75px;
  }
  #bgImages #img-1957 {
    top: 1395px;
    left: 60px;
    width: 650.65px;
  }
  #bgImages #img-1989Syrup {
    top: 2079px;
    right: 290px;
    width: 520.95px;
  }
  #bgImages #img-1996 {
    top: 2808px;
    right: 110px;
    width: 753.8px;
  }
  #bgImages #img-1893 {
    top: 490px;
    right: 310px;
    width: 540.2px;
  }
}
@media all and (max-width: 1200px) {
  #bgImages #img-1890 {
    top: 89.75px;
    left: 25px;
    width: 384px;
  }
  #bgImages #img-1926 {
    top: 441.25px;
    left: 32px;
    width: 477.75px;
  }
  #bgImages #img-1937 {
    top: 908px;
    left: -37.5px;
    width: 471px;
  }
  #bgImages #img-1970 {
    top: 1752.75px;
    right: -62.5px;
    width: 526.75px;
  }
  #bgImages #img-1968 {
    top: 1964.5px;
    left: -14px;
    width: 445.75px;
  }
  #bgImages #img-1991 {
    top: 2537.5px;
    left: 35px;
    width: 239px;
  }
  #bgImages #img-1966 {
    top: 1144.75px;
    right: -55px;
    width: 565.25px;
  }
  #bgImages #img-1989Waffle {
    top: 2647.5px;
    right: -37.5px;
    width: 412.5px;
  }
  #bgImages #img-2001 {
    top: 3159.75px;
    left: -15px;
    width: 474px;
  }
  #bgImages #img-1889 {
    top: -21.75px;
    right: -10px;
    width: 381.75px;
  }
  #bgImages #img-1933 {
    top: 711px;
    right: -22.5px;
    width: 408.75px;
  }
  #bgImages #img-1957 {
    top: 1431.25px;
    left: -20px;
    width: 458.25px;
  }
  #bgImages #img-1989Syrup {
    top: 2350.75px;
    right: 60px;
    width: 399.75px;
  }
  #bgImages #img-1996 {
    top: 2946px;
    right: -92.5px;
    width: 559px;
  }
  #bgImages #img-1893 {
    top: 497.5px;
    right: -20px;
    width: 461px;
  }
}
@media all and (max-width: 992px) {
  #bgImages #img-1890 {
    top: 22.83px;
    left: 4.2px;
    width: 277.32px;
  }
  #bgImages #img-1926 {
    top: 288.25px;
    left: 6.8px;
    width: 397.47px;
  }
  #bgImages #img-1937 {
    top: 645.44px;
    left: -47.1px;
    width: 391.08px;
  }
  #bgImages #img-1970 {
    top: 1080.07px;
    right: -21.3px;
    width: 420.99px;
  }
  #bgImages #img-1968 {
    top: 1341.06px;
    left: -42.4px;
    width: 370.51px;
  }
  #bgImages #img-1991 {
    top: 1714.5px;
    left: 32.2px;
    width: 178.92px;
  }
  #bgImages #img-1966 {
    top: 782.63px;
    right: -7.4px;
    width: 427.33px;
  }
  #bgImages #img-1989Waffle {
    top: 1634.7px;
    right: -47.1px;
    width: 382.1px;
  }
  #bgImages #img-2001 {
    top: 2139.23px;
    left: -64.2px;
    width: 433.52px;
  }
  #bgImages #img-1889 {
    top: -65.39px;
    right: -48.4px;
    width: 362.99px;
  }
  #bgImages #img-1933 {
    top: 673.08px;
    right: -21.3px;
    width: 386.95px;
  }
  #bgImages #img-1957 {
    top: 954.65px;
    left: -16px;
    width: 387.01px;
  }
  #bgImages #img-1989Syrup {
    top: 1387.79px;
    right: 46.8px;
    width: 351.63px;
  }
  #bgImages #img-1996 {
    top: 2022.08px;
    right: -131.3px;
    width: 495.52px;
  }
  #bgImages #img-1893 {
    top: 317.9px;
    right: -10px;
    width: 369.08px;
  }
}
/*@media all and (max-width: @threshold-upper-tablet) {
    #bgImages {
        #img-1890 {
            top: @img-1890-y * @scale-upper-tablet;
            left: @img-1890-x * @scale-upper-tablet;
            width: @img-1890-w * @scale-upper-tablet;
        }

        #img-1926 {
            top: @img-1926-y * @scale-upper-tablet;
            left: @img-1926-x * @scale-upper-tablet;
            width: @img-1926-w * @scale-upper-tablet;
        }

        #img-1937 {
            top: @img-1937-y * @scale-upper-tablet;
            left: @img-1937-x * @scale-upper-tablet;
            width: @img-1937-w * @scale-upper-tablet;
        }

        #img-1970 {
            top: @img-1970-y * @scale-upper-tablet;
            right: @img-1970-x * @scale-upper-tablet;
            width: @img-1970-w * @scale-upper-tablet;
        }

        #img-1968 {
            top: @img-1968-y * @scale-upper-tablet;
            left: @img-1968-x * @scale-upper-tablet;
            width: @img-1968-w * @scale-upper-tablet;
        }

        #img-1991 {
            top: @img-1991-y * @scale-upper-tablet;
            left: @img-1991-x * @scale-upper-tablet;
            width: @img-1991-w * @scale-upper-tablet;
        }

        #img-1966 {
            top: @img-1966-y * @scale-upper-tablet;
            right: @img-1966-x * @scale-upper-tablet;
            width: @img-1966-w * @scale-upper-tablet;
        }

        #img-1989Waffle {
            top: @img-1989Waffle-y * @scale-upper-tablet;
            right: @img-1989Waffle-x * @scale-upper-tablet;
            width: @img-1989Waffle-w * @scale-upper-tablet;
        }

        #img-2001 {
            top: @img-2001-y * @scale-upper-tablet;
            left: @img-2001-x * @scale-upper-tablet;
            width: @img-2001-w * @scale-upper-tablet;
        }

        #img-1889 {
            top: @img-1889-y * @scale-upper-tablet;
            right: @img-1889-x * @scale-upper-tablet;
            width: @img-1889-w * @scale-upper-tablet;
        }

        #img-1933 {
            top: @img-1933-y * @scale-upper-tablet;
            right: @img-1933-x * @scale-upper-tablet;
            width: @img-1933-w * @scale-upper-tablet;
        }

        #img-1957 {
            top: @img-1957-y * @scale-upper-tablet;
            left: @img-1957-x * @scale-upper-tablet;
            width: @img-1957-w * @scale-upper-tablet;
        }

        #img-1989Syrup {
            top: @img-1989Syrup-y * @scale-upper-tablet;
            right: @img-1989Syrup-x * @scale-upper-tablet;
            width: @img-1989Syrup-w * @scale-upper-tablet;
        }

        #img-1996 {
            top: @img-1996-y * @scale-upper-tablet;
            right: @img-1996-x * @scale-upper-tablet;
            width: @img-1996-w * @scale-upper-tablet;
        }

        #img-1893 {
            top: @img-1893-y * @scale-upper-tablet;
            right: @img-1893-x * @scale-upper-tablet;
            width: @img-1893-w * @scale-upper-tablet;
        }
    }
}*/
@media all and (max-width: 768px) {
  #bgImages #img-1890 {
    top: 33.8px;
    left: -18px;
    width: 245.2px;
  }
  #bgImages #img-1926 {
    top: 277px;
    left: 8px;
    width: 326.2px;
  }
  #bgImages #img-1937 {
    top: 615.4px;
    left: -16px;
    width: 328.8px;
  }
  #bgImages #img-1970 {
    top: 990.2px;
    right: -48px;
    width: 371.4px;
  }
  #bgImages #img-1968 {
    top: 1193.6px;
    left: -35px;
    width: 305.6px;
  }
  #bgImages #img-1991 {
    top: 1500px;
    left: 22px;
    width: 150.2px;
  }
  #bgImages #img-1966 {
    top: 711.8px;
    right: -54px;
    width: 403.8px;
  }
  #bgImages #img-1989Waffle {
    top: 1462px;
    right: -46px;
    width: 326px;
  }
  #bgImages #img-2001 {
    top: 1887.8px;
    left: -62px;
    width: 337.2px;
  }
  #bgImages #img-1889 {
    top: -85.4px;
    right: -14px;
    width: 291.4px;
  }
  #bgImages #img-1933 {
    top: 568.8px;
    right: -18px;
    width: 327px;
  }
  #bgImages #img-1957 {
    top: 859px;
    left: -20px;
    width: 318.6px;
  }
  #bgImages #img-1989Syrup {
    top: 1279.4px;
    right: 8px;
    width: 301.8px;
  }
  #bgImages #img-1996 {
    top: 1808.8px;
    right: -118px;
    width: 427.2px;
  }
  #bgImages #img-1893 {
    top: 294px;
    right: -20px;
    width: 320.8px;
  }
}
@media all and (max-width: 640px) {
  #bgImages #img-1890 {
    top: 0px;
    left: -28px;
    width: 196.4px;
  }
  #bgImages #img-1926 {
    top: 168.75px;
    left: -7px;
    width: 278.65px;
  }
  #bgImages #img-1937 {
    top: 398.8px;
    left: -54.5px;
    width: 286.6px;
  }
  #bgImages #img-1970 {
    top: 737.65px;
    right: -43.5px;
    width: 276.05px;
  }
  #bgImages #img-1968 {
    top: 898.7px;
    left: -38px;
    width: 242.45px;
  }
  #bgImages #img-1991 {
    top: 1119.5px;
    left: 9px;
    width: 113.4px;
  }
  #bgImages #img-1966 {
    top: 500.85px;
    right: -63px;
    width: 310.35px;
  }
  #bgImages #img-1989Waffle {
    top: 1086.5px;
    right: -18.5px;
    width: 229.5px;
  }
  #bgImages #img-2001 {
    top: 1385.85px;
    left: -78px;
    width: 280.4px;
  }
  #bgImages #img-1889 {
    top: -59.05px;
    right: -38px;
    width: 231.05px;
  }
  #bgImages #img-1933 {
    top: 426.6px;
    right: -13.5px;
    width: 245.25px;
  }
  #bgImages #img-1957 {
    top: 643.75px;
    left: -20px;
    width: 258.95px;
  }
  #bgImages #img-1989Syrup {
    top: 947.05px;
    right: 23px;
    width: 213.85px;
  }
  #bgImages #img-1996 {
    top: 1301.6px;
    right: -103.5px;
    width: 325.4px;
  }
  #bgImages #img-1893 {
    top: 210.5px;
    right: -27px;
    width: 246.6px;
  }
}
@media all and (max-width: 480px) {
  #bgImages #img-1890 {
    top: 321.99px;
    right: -27.2px;
    left: inherit;
    width: 307.56px;
  }
  #bgImages #img-1926 {
    top: 1132.75px;
    right: -70px;
    left: inherit;
    width: 446.51px;
  }
  #bgImages #img-1937 {
    top: 1583.02px;
    right: -48.7px;
    left: inherit;
    width: 415.64px;
  }
  #bgImages #img-1970 {
    top: 3130px;
    right: -24.9px;
    width: 373.67px;
  }
  #bgImages #img-1968 {
    top: 2728.38px;
    right: -17.2px;
    left: inherit;
    width: 379.83px;
  }
  #bgImages #img-1991 {
    top: 3440px;
    right: 70.1px;
    left: inherit;
    width: 178.36px;
  }
  #bgImages #img-1966 {
    top: 2407.59px;
    right: -74.2px;
    width: 497.89px;
  }
  #bgImages #img-1989Waffle {
    top: 4051px;
    right: -4.3px;
    width: 299.3px;
  }
  #bgImages #img-2001 {
    top: 4540px;
    left: -17.1px;
    width: 347.16px;
  }
  #bgImages #img-1889 {
    top: -49.77px;
    left: -48.6px;
    right: inherit;
    width: 341.67px;
  }
  #bgImages #img-1933 {
    top: 1300.34px;
    right: -32.9px;
    width: 363.35px;
  }
  #bgImages #img-1957 {
    top: 1970px;
    right: -65.8px;
    left: inherit;
    width: 429.33px;
  }
  #bgImages #img-1989Syrup {
    top: 3840px;
    right: -12.8px;
    width: 294.79px;
  }
  #bgImages #img-1996 {
    top: 4250.64px;
    right: -12.9px;
    width: 363.16px;
  }
  #bgImages #img-1893 {
    top: 642.7px;
    left: -63px;
    right: inherit;
    width: 395.64px;
  }
}
/*#endregion*/
/*#region historyTimeline*/
#historyTimeline {
  display: block;
  margin: 0 auto;
  width: 1048px;
  height: 4090px;
  position: relative;
}
#historyTimeline #bottle {
  top: 0;
  right: 301px;
  position: absolute;
  width: 316px;
  height: auto;
}
#historyTimeline #syrup {
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -55px;
  width: 110px;
  height: auto;
  display: block;
}
#historyTimeline #syrupMobile {
  display: none;
}
#historyTimeline #pancakes {
  position: absolute;
  bottom: 0;
  width: 938px;
  height: auto;
  left: 40px;
}
#historyTimeline #timeline_title {
  font-family: 'GothamRoundedBook', sans-serif;
  color: #000;
  font-size: 2.7em;
  width: 400px;
  position: absolute;
  top: 100px;
  left: 30px;
  text-align: center;
}
#historyTimeline #timeline_title .reg {
  font-size: .5em;
  padding-top: 9px;
  display: block;
  font-weight: normal;
}
@media all and (max-width: 992px) {
  #historyTimeline {
    width: 786px;
  }
  #historyTimeline #bottle {
    right: 225.75px;
    width: 237px;
  }
  #historyTimeline #syrup {
    top: 45px;
    margin-left: -41.25px;
    width: 82.5px;
  }
  #historyTimeline #pancakes {
    width: 786px;
  }
}
@media all and (max-width: 991px) {
  #historyTimeline {
    width: 728px;
    height: 3012px;
  }
  #historyTimeline #bottle {
    right: 206.71px;
    width: 224.36px;
  }
  #historyTimeline #syrup {
    top: 42.6px;
    margin-left: -39.05px;
    width: 78.1px;
  }
  #historyTimeline #pancakes {
    width: 728px;
  }
  #historyTimeline #timeline_title {
    font-size: 2em;
    width: 320px;
  }
}
@media all and (max-width: 768px) {
  #historyTimeline {
    width: 618px;
    height: 2580px;
  }
  #historyTimeline #bottle {
    right: 152.115px;
    width: 194.34px;
  }
  #historyTimeline #syrup {
    top: 36.9px;
    margin-left: -13.825px;
    width: 67.65px;
  }
  #historyTimeline #pancakes {
    width: 616.52px;
  }
  #historyTimeline #timeline_title {
    font-size: 1.9em;
    width: 270px;
    left: 7px;
  }
}
@media all and (max-width: 640px) {
  #historyTimeline {
    width: 471.6px;
    height: 1902px;
    padding-left: 14px;
  }
  #historyTimeline #bottle {
    right: 142.45px;
    width: 142.2px;
  }
  #historyTimeline #syrupMobile {
    top: 27px;
    width: 76px;
    display: none;
  }
  #historyTimeline #syrup {
    top: 27px;
    margin-left: -24.75px;
    width: 49.5px;
  }
  #historyTimeline #pancakes {
    width: 471.6px;
    left: 0 !important;
  }
  #historyTimeline #timeline_title {
    font-size: 1.7em;
    width: 201px;
    left: 7px;
    top: 42px;
  }
}
@media all and (max-width: 480px) {
  #historyTimeline {
    width: 786px;
    height: 5110px;
  }
  #historyTimeline #bottle {
    right: inherit;
    left: 1px;
    width: 233px;
    top: -20px;
  }
  #historyTimeline #syrupMobile {
    top: 37px;
    width: 76px;
    position: absolute;
    left: 25px;
    display: block;
  }
  #historyTimeline #syrup {
    display: none;
  }
  #historyTimeline #pancakes {
    width: 475px;
    left: -130px !important;
  }
  #historyTimeline #timeline_title {
    font-size: 2.1em;
    width: 208px;
    left: 83px;
    top: 92px;
  }
}
/*#endregion*/
/*#region TIMELINE POINTS */
.timelineShell {
  position: absolute;
}
.timelineItem {
  width: 285px;
  background-color: #fff;
  height: 285px;
  border-radius: 50%;
  border: 7px solid #5b2c00;
  position: relative;
}
.timelineItem img {
  margin-top: 10px;
}
.innerTimelineItem {
  position: absolute;
  left: 27px;
  top: 0px;
  width: 231px;
  height: 255px;
  display: table;
}
.innerTimelineItem p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-family: "GothamRoundedBook";
  font-size: 1.1em;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none;
  /* non-prefixed version, currently
                                  not supported by any browser */
}
.innerTimelineItem p .header {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none;
  /* non-prefixed version, currently
                                  not supported by any browser */
  font-size: 1.5em;
  font-family: "GothamRoundedMedium";
  font-weight: bold;
  line-height: 2em;
}
.redText {
  color: #c72e26;
}
.right.timelineShell {
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
.left.timelineShell {
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
img.arrow {
  /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;*/
}
.left img.arrow {
  position: absolute;
  top: 285px;
  margin-top: -198px;
  left: 196px;
}
.tinyRight img.arrow,
.right img.arrow {
  position: absolute;
  top: 285px;
  margin-top: -198px;
  left: -80px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.timelineShell.left {
  left: 80px;
}
.timelineShell.right {
  right: 157px;
}
#year_1889 {
  top: 194px;
}
div#year_1890 {
  top: 384px;
}
div#year_1893 {
  top: 574px;
}
div#year_1926 {
  top: 770px;
}
img.qoLogo {
  margin-top: 17px;
}
div#year_1933 {
  top: 961px;
}
div#year_1937 {
  top: 1151px;
}
div#year_1955 {
  top: 1344px;
}
div#year_1957 {
  top: 1539px;
}
div#year_1966 {
  top: 1728px;
}
div#year_1968 {
  top: 1920px;
}
div#year_1970 {
  top: 2111px;
}
div#year_1979 {
  top: 2304px;
}
div#year_1989 {
  top: 2496px;
}
div#year_1991 {
  top: 2688px;
}
div#year_1996 {
  top: 2882px;
}
div#year_2001 {
  top: 3072px;
}
div#year_current {
  top: 3263px;
}
@media all and (max-width: 1600px) and (min-width: 993px) {
  #historyTimeline {
    height: 4010px;
  }
  #historyTimeline #pancakes {
    width: 848px;
    left: 50%;
    margin-left: -424px;
  }
}
@media all and (max-width: 992px) {
  #historyTimeline #pancakes {
    left: 0px;
  }
  .timelineShell.left {
    left: 3px;
  }
  .timelineShell.right {
    right: 8px;
  }
  .timelineShell {
    transform: scale(0.85);
    -ms-transform: scale(0.85);
    -webkit-transform: scale(0.85);
  }
  #year_1889 {
    top: 115.5px;
  }
  div#year_1890 {
    top: 252px;
  }
  div#year_1893 {
    top: 390.5px;
  }
  div#year_1926 {
    top: 525.5px;
  }
  div#year_1933 {
    top: 659.75px;
  }
  div#year_1937 {
    top: 797.25px;
  }
  div#year_1955 {
    top: 934px;
  }
  div#year_1957 {
    top: 1071.25px;
  }
  div#year_1966 {
    top: 1205px;
  }
  div#year_1968 {
    top: 1343px;
  }
  div#year_1970 {
    top: 1479.25px;
  }
  div#year_1979 {
    top: 1615px;
  }
  div#year_1989 {
    top: 1750px;
  }
  div#year_1991 {
    top: 1888px;
  }
  div#year_1996 {
    top: 2024.5px;
  }
  div#year_2001 {
    top: 2162px;
  }
  div#year_current {
    top: 2294.25px;
  }
}
@media all and (max-width: 991px) {
  .timelineShell.left {
    left: 15px;
  }
  .timelineShell.right {
    right: 14px;
  }
  .timelineShell {
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
  #year_1889 {
    top: 123.5px;
  }
  div#year_1890 {
    top: 260px;
  }
  div#year_1893 {
    top: 396.5px;
  }
  div#year_1926 {
    top: 531.5px;
  }
  div#year_1933 {
    top: 667.75px;
  }
  div#year_1937 {
    top: 804.25px;
  }
  div#year_1955 {
    top: 941px;
  }
  div#year_1957 {
    top: 1078.25px;
  }
  div#year_1966 {
    top: 1215px;
  }
  div#year_1968 {
    top: 1349px;
  }
  div#year_1970 {
    top: 1485.25px;
  }
  div#year_1979 {
    top: 1622px;
  }
  div#year_1989 {
    top: 1758px;
  }
  div#year_1991 {
    top: 1895px;
  }
  div#year_1996 {
    top: 2030.5px;
  }
  div#year_2001 {
    top: 2168px;
  }
  div#year_current {
    top: 2301.25px;
  }
}
@media all and (max-width: 768px) {
  .timelineShell.left {
    left: 4px;
  }
  .timelineShell.right {
    right: -60px;
  }
  .timelineShell {
    transform: scale(0.75);
    -ms-transform: scale(0.75);
    -webkit-transform: scale(0.75);
  }
  #year_1889 {
    top: 96.5px;
  }
  div#year_1890 {
    top: 217px;
  }
  div#year_1893 {
    top: 334.5px;
  }
  div#year_1926 {
    top: 451.5px;
  }
  div#year_1933 {
    top: 568.75px;
  }
  div#year_1937 {
    top: 688.25px;
  }
  div#year_1955 {
    top: 804px;
  }
  div#year_1957 {
    top: 924.25px;
  }
  div#year_1966 {
    top: 1042px;
  }
  div#year_1968 {
    top: 1161px;
  }
  div#year_1970 {
    top: 1278.25px;
  }
  div#year_1979 {
    top: 1397px;
  }
  div#year_1989 {
    top: 1513px;
  }
  div#year_1991 {
    top: 1633px;
  }
  div#year_1996 {
    top: 1748.5px;
  }
  div#year_2001 {
    top: 1868px;
  }
  div#year_current {
    top: 1985.25px;
  }
}
@media all and (max-width: 640px) {
  #historyTimeline #pancakes {
    width: 475px;
    left: -130px;
  }
  .left img.arrow {
    -moz-transform: scaleX(1) !important;
    -o-transform: scaleX(1) !important;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) !important;
    transform: matrix(1, 0, 0, 1, 0, 0) !important;
    -ms-transform: matrix(1, 0, 0, 1, 0, 0) !important;
  }
  .timelineShell.left {
    left: -2px;
  }
  .timelineShell.right {
    right: -100px;
  }
  .timelineShell {
    transform: scale(0.57);
    -ms-transform: scale(0.57);
    -webkit-transform: scale(0.57);
  }
  #year_1889 {
    top: 66.5px;
  }
  div#year_1890 {
    top: 154px;
  }
  div#year_1893 {
    top: 240.5px;
  }
  div#year_1926 {
    top: 325.5px;
  }
  div#year_1933 {
    top: 413.75px;
  }
  div#year_1937 {
    top: 501.25px;
  }
  div#year_1955 {
    top: 587px;
  }
  div#year_1957 {
    top: 674.25px;
  }
  div#year_1966 {
    top: 761px;
  }
  div#year_1968 {
    top: 846px;
  }
  div#year_1970 {
    top: 934.25px;
  }
  div#year_1979 {
    top: 1018px;
  }
  div#year_1989 {
    top: 1106px;
  }
  div#year_1991 {
    top: 1193px;
  }
  div#year_1996 {
    top: 1279.5px;
  }
  div#year_2001 {
    top: 1367px;
  }
  div#year_current {
    top: 1453.25px;
  }
}
@media all and (max-width: 480px) {
  .left img.arrow,
  .right img.arrow {
    position: absolute;
    top: 285px;
    margin-top: -155px;
    width: 60px;
    left: -50px;
    -moz-transform: scaleX(-1) !important;
    -o-transform: scaleX(-1) !important;
    -webkit-transform: scaleX(-1) !important;
    transform: scaleX(-1) !important;
    -ms-transform: scaleX(-1) !important;
    filter: FlipH;
    -ms-filter: "FlipH";
  }
  .timelineShell.left,
  .timelineShell.right {
    left: 89px;
    right: inherit;
  }
  .timelineShell {
    transform: scale(0.7);
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  #year_1889 {
    top: 236.5px;
  }
  div#year_1890 {
    top: 502px;
  }
  div#year_1893 {
    top: 767.5px;
  }
  div#year_1926 {
    top: 1033.5px;
  }
  div#year_1933 {
    top: 1300px;
  }
  div#year_1937 {
    top: 1565px;
  }
  div#year_1955 {
    top: 1832px;
  }
  div#year_1955_v2 {
    top: 1832px;
  }
  div#year_1957 {
    top: 2097px;
  }
  div#year_1966 {
    top: 2363px;
  }
  div#year_1968 {
    top: 2632px;
  }
  div#year_1970 {
    top: 2899px;
  }
  div#year_1979 {
    top: 3164px;
  }
  div#year_1989 {
    top: 3430px;
  }
  div#year_1991 {
    top: 3697px;
  }
  div#year_1996 {
    top: 3964px;
  }
  div#year_2001 {
    top: 4229px;
  }
  div#year_current {
    top: 4494px;
  }
}
/*#endregion*/
/*#region SHARE WIDGET*/
.share {
  position: absolute;
  height: 200px;
  width: 70px;
  transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  -ms-transform: scale(0.6);
  /* IE 9 */
  -webkit-transform: scale(0.6);
  /* Safari */
  transform: scale(0.6);
}
.share .shareBtn {
  cursor: pointer;
}
.share .shareOptions {
  visibility: hidden;
  background: #d8d8d8;
  border-radius: 12px 0 0 12px;
  padding-top: 66px;
  margin-top: -53px;
  padding-bottom: 10px;
  overflow: hidden;
}
.share .shareOptions img {
  width: inherit !important;
}
.share .shareOptions a {
  margin-left: 16px;
  transition: opacity .5s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  display: block;
}
.share .shareOptions a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.share .shareBtn svg {
  margin: 0 auto;
  display: block;
}
@media all and (min-width: 500px) {
  .share {
    -ms-transform: scale(0.75);
    /* IE 9 */
    -webkit-transform: scale(0.75);
    /* Safari */
    transform: scale(0.75);
  }
}
@media all and (min-width: 992px) {
  .share {
    -ms-transform: scale(1);
    /* IE 9 */
    -webkit-transform: scale(1);
    /* Safari */
    transform: scale(1);
  }
}
@media all and (min-width: 1200px) {
  .share {
    -ms-transform: scale(1);
    /* IE 9 */
    -webkit-transform: scale(1);
    /* Safari */
    transform: scale(1);
  }
}
/*#endregion*/
html.modal-open,
body.modal-open {
  position: relative;
  overflow: hidden;
}
#pancakeDay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  outline: 0;
  opacity: 0;
  transition: opacity .5s;
  /*LEFT CONTENT*/
  /*RIGHT CONTENT*/
  /*JQUERY SLICK*/
  /*#region Slider */
  /***THEMING****/
  /* Slider */
  /* Icons */
  /* Arrows */
  /* Dots */
  /*#endregion*/
}
#pancakeDay .close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  cursor: pointer;
  width: 32px;
  height: auto;
}
#pancakeDay .close img {
  width: 100%;
  height: auto;
}
#pancakeDay .header {
  font-family: 'FuturaBT-Medium';
  font-size: 1em;
  font-weight: bold;
}
#pancakeDay .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  width: 98%;
  margin: 20px auto;
}
#pancakeDay .modal-content {
  width: 100%;
  height: 808px;
  background-color: #fff;
  position: absolute;
}
#pancakeDay .left-modal {
  width: 65%;
  position: absolute;
  height: 100%;
  overflow: hidden;
}
#pancakeDay .left-modal .nav-item {
  outline: none;
}
#pancakeDay .left-modal .nav-item img {
  border: 3px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
  display: block;
  margin: 0 auto;
}
#pancakeDay .left-modal .nav-item.active img {
  border: 3px solid #d22226;
  cursor: default;
}
#pancakeDay .left-modal .pd-primary-img {
  position: absolute;
  /*max-width: 160%;*/
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  opacity: 0;
}
#pancakeDay .left-modal #recipe-navigation {
  width: 100%;
  height: 140px;
  background-color: rgba(27, 21, 13, 0.64);
  position: absolute;
  bottom: 0;
}
#pancakeDay .left-modal #recipe-image {
  position: absolute;
  width: 100%;
  height: 100%;
}
#pancakeDay .left-modal .navText {
  display: inline-block;
  width: 240px;
  color: #ffffff;
  text-align: center;
  font-size: 1.85em;
  vertical-align: middle;
  font-family: 'FuturaBT-Book';
}
#pancakeDay .left-modal #recipe-navigation-viewport {
  display: inline-block;
  width: calc(100% - 310px);
  margin-left: 25px;
  height: 113px;
  vertical-align: middle;
  margin-top: 18px;
}
#pancakeDay .left-modal .pd-nav-img {
  max-width: 117px;
  max-height: 103px;
  display: inline;
}
#pancakeDay .right-modal {
  width: 35%;
  position: absolute;
  right: 0;
  background-color: #fff;
  height: 100%;
  font-family: 'FuturaBT-Book';
}
#pancakeDay .right-modal .preparation table {
  margin-top: 0px;
}
#pancakeDay .right-modal .preparation table td:first-child .step {
  margin-top: 2px;
  margin-left: 7px;
  padding-bottom: 12px;
}
#pancakeDay .right-modal .preparation table td {
  padding: 2px 0 10px 0!important;
}
#pancakeDay .right-modal .recipe-variations h4 {
  margin-top: -2px !important;
}
#pancakeDay .right-modal h2 {
  font-family: 'Lobster';
  color: #2e4c7d;
  margin-bottom: 20px;
  font-size: 2.5em;
}
#pancakeDay .right-modal .headline {
  text-align: center;
  color: #2e4c7d;
  margin: 20px 15px 0px 15px;
}
#pancakeDay .right-modal .recipeContentContainer {
  position: relative;
  display: block;
  overflow: hidden;
  height: calc(100% - 99px);
}
#pancakeDay .right-modal .recipeContent {
  display: block;
  position: relative;
  overflow-y: auto;
  padding: 0 15px;
  height: 100%;
}
#pancakeDay .right-modal .recipeContentContainer.desktop .pd-recipe {
  display: none;
  opacity: 0;
}
#pancakeDay .right-modal .recipe-name {
  color: #ed1b24;
  font-size: 2.5em;
  margin: 0 0 15px 0;
  font-family: 'FuturaBT-Medium';
}
#pancakeDay .right-modal .social {
  margin: 0;
  margin-bottom: 10px;
}
#pancakeDay .right-modal .recipe-meta {
  display: inline-block;
  margin: 5px 5px 0px 0;
}
#pancakeDay .right-modal h4 {
  color: #2d4e85;
  font-family: 'futuraBT-Medium';
  margin: 15px 0 5px 0;
}
#pancakeDay .right-modal .recipe-ingredients li {
  margin-bottom: 8px;
}
#pancakeDay .right-modal .preperation table {
  margin-top: 0;
}
#pancakeDay .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
#pancakeDay .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#pancakeDay .slick-list:focus {
  outline: none;
}
#pancakeDay .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
#pancakeDay .slick-slider .slick-track,
#pancakeDay .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#pancakeDay .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
#pancakeDay .slick-track:before,
#pancakeDay .slick-track:after {
  display: table;
  content: '';
}
#pancakeDay .slick-track:after {
  clear: both;
}
#pancakeDay .slick-loading .slick-track {
  visibility: hidden;
}
#pancakeDay .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
#pancakeDay [dir='rtl'] .slick-slide {
  float: right;
}
#pancakeDay .slick-slide img {
  display: block;
}
#pancakeDay .slick-slide.slick-loading img {
  display: none;
}
#pancakeDay .slick-slide.dragging img {
  pointer-events: none;
}
#pancakeDay .slick-initialized .slick-slide {
  display: block;
}
#pancakeDay .slick-loading .slick-slide {
  visibility: hidden;
}
#pancakeDay .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
#pancakeDay .slick-arrow.slick-hidden {
  display: none;
}
#pancakeDay .slick-loading .slick-list {
  background: #ffffff url('/images/ajax-loader.gif') center center no-repeat;
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('fonts/slick.eot');
  src: url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
}
#pancakeDay .slick-prev,
#pancakeDay .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
#pancakeDay .slick-prev:hover,
#pancakeDay .slick-next:hover,
#pancakeDay .slick-prev:focus,
#pancakeDay .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
#pancakeDay .slick-prev:hover:before,
#pancakeDay .slick-next:hover:before,
#pancakeDay .slick-prev:focus:before,
#pancakeDay .slick-next:focus:before {
  opacity: 1;
}
#pancakeDay .slick-prev.slick-disabled:before,
#pancakeDay .slick-next.slick-disabled:before {
  opacity: 0.25;
}
#pancakeDay .slick-prev:before,
#pancakeDay .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#pancakeDay .slick-prev {
  left: -25px;
}
#pancakeDay .slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}
#pancakeDay .slick-prev:before {
  content: "←";
}
#pancakeDay .slick-prev:before[dir="rtl"] {
  content: "→";
}
#pancakeDay .slick-next {
  right: -25px;
}
#pancakeDay .slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}
#pancakeDay .slick-next:before {
  content: "→";
}
#pancakeDay .slick-next:before[dir="rtl"] {
  content: "←";
}
#pancakeDay .slick-dotted .slick-slider {
  margin-bottom: 30px;
}
#pancakeDay .slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
#pancakeDay .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
#pancakeDay .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
#pancakeDay .slick-dots li button:hover,
#pancakeDay .slick-dots li button:focus {
  outline: none;
}
#pancakeDay .slick-dots li button:hover:before,
#pancakeDay .slick-dots li button:focus:before {
  opacity: 1;
}
#pancakeDay .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#pancakeDay .slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
#pancakeDay.open {
  opacity: 1;
  display: block;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: rgba(27, 21, 13, 0.87);
}
/***MOBILE**/
@media screen and (max-width: 640px) {
  #pancakeDay .recipeContentContainer.mobile .slick-arrow {
    display: none !important;
  }
  #pancakeDay .preparation table td {
    line-height: 1.1em;
    padding-top: 5px;
  }
  #pancakeDay .recipeCt {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #522516;
    left: 0;
  }
  #pancakeDay .mobile-nav {
    display: block;
    margin-bottom: 5px;
    position: relative;
    height: 25px;
    width: 50%;
    left: 24%;
    margin-top: -10px;
  }
  #pancakeDay .prevRecipe {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAXCAYAAAARIY8tAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6REQ5RERBQkJEREI5MTFFNjkxOUVBNjQxNjIzOTRCOEYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6REQ5RERBQkNEREI5MTFFNjkxOUVBNjQxNjIzOTRCOEYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpERDlEREFCOUREQjkxMUU2OTE5RUE2NDE2MjM5NEI4RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpERDlEREFCQUREQjkxMUU2OTE5RUE2NDE2MjM5NEI4RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PivTy3gAAALLSURBVHjatFVdSFNhGH6+nW22eeYsnEgFetFVwqSMSLyxWXcjpKIuLFjJ7IfMQLoLuklEqpsiTMR+KLG/i4rdBkKFVwZbTIS8WCAUjNK5n5w7O6f3bN/seDxnKuEDz83387zv977v975MURTM7W2CCRqJ7cQWopdYz9e/EyPESeIHYtTo8u7pMJiJgQZigNhJ3IPymCWOEZ8QY3oDVoMLbcQ+oh8bg+rATWIz8S5xQrtpMRC/tQlxLfz8bpuZgQbueWtZGVkuUKirg1BdDTCm3W3lGg1GBgLrea4sLSG/mMA232F4no6i8ngHmPFLAnoDjTyhJsoK5GSSTjO4gkHsGOwHcjkshSNQ8nmjG51ccyXJ7WbVonqtSHlUHGiGq7sLDp8P2Y+fMH/7DqSZb2BOh1niVc1oyUDLmiPkmZJOQ9i1E+KZTlSePgks55AYGETq1RsKVRKCWKnPgRaq5r2SAa8+JAqFoOLQQbiv98He1IRMKITk8CiWo9OA3QahyrVeVXm1IapftWWzQTx1AlWXLxZi/aunF5l37ykHAhhVDrNai9VUHvVG/6AAJpCQQ4RQ44Gck6BQaPiO+vULL9woLJre8i9C2SxSz54jfpaq7U8GNSNDqHn4APb9+5BPZSAvLhZfYB7/Fc2Sgcja8pGRnfqC+PkLSI+9gOPoEdQ+Hob76iVYPJ6iEXKkDCJaA5OGRyhU8kICC/0DiHcFkQ1/hftaL2ofjcBJBhUKH4z/wYpmqZuqn+Jtuc6pijHBAucxP9y9V8BcIpJDo0iNj1OOlo06bAd102jpBVHeck3BbMWCS798jfi5buRmZilsPlhE0ej4WGlGaOeB2qDub6STKpIEodYDi9MJ6cdPfZhCxB51NujnQYz38+3rdVT1H8i/5wvU4TPXiJnNA3VY3OBebBYhfnfVwDGaaBPcg6n/HZn6HGzd0N9K/BVgAAyUCTgseKhBAAAAAElFTkSuQmCC');
    width: 24px;
    height: 23px;
    display: inline-block;
  }
  #pancakeDay .nextRecipe {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAXCAYAAAARIY8tAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTU2MjUzQ0JEREI5MTFFNkE0MzVCQzczMzUyQUZCNjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTU2MjUzQ0NEREI5MTFFNkE0MzVCQzczMzUyQUZCNjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFNTYyNTNDOUREQjkxMUU2QTQzNUJDNzMzNTJBRkI2OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFNTYyNTNDQUREQjkxMUU2QTQzNUJDNzMzNTJBRkI2OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Poo6MK4AAALSSURBVHjatFVLTBNRFD0zbZlKP9BiV5K0CxakpG2UFQENCdsuNZJUk4oSNIaNaIzBqERDNAaimEiEoCTalVt2fMLGdAUICa5YQKIsKCJIa+3AdLxTHpNhnGlLjCc5i/m8c+679717OVmW8TUYgQkaiG3EJmKY6Gfv14hLxCRxmrhstLj2yyKsJsIBYpwYI9YZfA8ythNXiAniOHFV/6ORQSuxhxhFeVACeEhsJA4QZ7UfeQPxJ8cQ1yLK1raaGQRY5M3qG4sF1tpT4L0eyPv75Zg0M42AkUFcH7mlqgrep/2oGRyALRCAnMkA+Xw5O4nrDRpYQY8gn04jOzkDW30dfO9G4Lh4ofBe3iu5mxjTVA3ajE6LnM3i5+thbHXfgpT6Ds/jPtQMDUI4HQJEkSKQixW+TWvQZPgb1YCzWfFrcgobHZ3YefESQiQE39goqnvvga+uAiTJzKRJaxA23awggHe7kU+lsDM0jI0rXZS2KThi7fC9fQOh8QzA8UYrw1oDv6kB3XTwfMHE4qyEOL+Azes3sdl5AzhRCd/7cTgvXwJHgejgN7oH5uA4yERyPHissIGn9EmbKapVGrJJqqya3hIspq+cKIh7qAiF4Oq6ispoFOLiInaeDyA3//lgB4UAVKxpDZZMDejcS+kMLG4XnPHzcF3rACj63dExpD8kIH1bB+dw6MUPNVWDJGtcf+Vfzv5GRUM9PHduQzjbguzMDHZHxpCbWwBnpVNGtTFBUmswzbpind5AONcCb98D8L6T+NH/DJlEAnJOBO90GkV9iBWmqRZ5mbXco3Wle2CP0Gmz2bB1t5fSMlq4XLzLVUwcTKswIzjNwFEa1Ksj/YhElH4Eux3S+jprLiUP3gSxW5kN+oGzyvq5R+2oZC5tb5crrOAT01g1mwfKsLjPojguJtja2VITbZZFMFdkZOoLeqyReZiuR8SP/zL01SL/T/wRYAAGBtz6smubNwAAAABJRU5ErkJggg==');
    width: 24px;
    height: 23px;
    display: inline-block;
  }
  #pancakeDay .backBtn {
    text-align: left;
    position: absolute;
    left: 0;
    width: 48%;
    color: #522516;
    vertical-align: middle;
    height: 26px;
  }
  #pancakeDay .nextBtn {
    height: 26px;
    text-align: right;
    position: absolute;
    right: 0;
    width: 48%;
    color: #522516;
    vertical-align: middle;
  }
  #pancakeDay .recipeContentContainer.mobile {
    display: block;
  }
  #pancakeDay .recipeContentContainer.desktop {
    display: none;
  }
  #pancakeDay .close {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 1;
    cursor: pointer;
    width: 23px;
    height: auto;
  }
  #pancakeDay .close img {
    width: 100%;
    height: auto;
  }
  #pancakeDay .modal-content {
    height: auto;
    margin: 0;
  }
  #pancakeDay .modal-dialog {
    margin-top: 10px;
  }
  #pancakeDay .left-modal {
    display: none;
  }
  #pancakeDay .right-modal {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0;
  }
  #pancakeDay .right-modal h2 {
    margin-bottom: 10px;
  }
  #pancakeDay .right-modal h4 {
    margin-top: 25px;
  }
  #pancakeDay .right-modal .recipeContentContainer {
    position: absolute;
    overflow: hidden;
    background-color: #fff;
    width: 100%;
  }
  #pancakeDay .right-modal .recipeContent {
    padding: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #pancakeDay .right-modal .mobileMargin {
    padding: 0 15px;
  }
  #pancakeDay .right-modal .social img {
    display: inline-block;
    width: 30px;
    outline: none;
  }
  #pancakeDay .right-modal .mobile-image {
    background-color: #fff;
    background-repeat: repeat;
    width: 100%;
    margin-left: 0;
    display: block;
  }
  #pancakeDay .right-modal .mobile-image img {
    max-width: 480px;
    margin: 0 auto;
    display: block;
    width: 100%;
    height: auto;
  }
  #pancakeDay .right-modal .recipe-name {
    font-size: 1.5em;
    padding-top: 10px;
  }
  #pancakeDay .right-modal .pd-recipe {
    opacity: 1 !important;
  }
  #pancakeDay .right-modal .headline {
    border: 0;
    margin: 20px 10px 0px 10px;
  }
}
/***DESTOP**/
@media screen and (min-width: 641px) {
  #pancakeDay .mobile-nav {
    display: none;
  }
  #pancakeDay .recipeContentContainer.desktop {
    display: block;
  }
  #pancakeDay .recipeContentContainer.mobile {
    display: none;
  }
  #pancakeDay .close {
    width: 18px;
  }
  #pancakeDay .left-modal {
    display: block;
  }
  #pancakeDay .left-modal .navText {
    width: 127px;
    font-size: 1.1em;
  }
  #pancakeDay .left-modal .pd-nav-img {
    height: 63px;
  }
  #pancakeDay .left-modal #recipe-navigation {
    height: 94px;
  }
  #pancakeDay .left-modal #recipe-navigation-viewport {
    width: calc(100% - 183px);
    height: 82px;
  }
  #pancakeDay .header {
    font-family: 'FuturaBT-Medium';
    font-size: .95em;
    font-weight: bold;
  }
  #pancakeDay .right-modal .mobile-image {
    display: none;
  }
  #pancakeDay .right-modal h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
  }
  #pancakeDay .right-modal h4 {
    margin-top: 20px;
  }
  #pancakeDay .right-modal .recipe-name {
    font-size: 1.25em;
  }
  #pancakeDay .right-modal .recipeContentContainer {
    height: calc(100% - 32px);
  }
  #pancakeDay .right-modal .social {
    width: auto;
    margin-bottom: 15px;
  }
  #pancakeDay .right-modal .social a {
    margin-right: 0px;
  }
  #pancakeDay .right-modal .social img {
    width: 30px;
  }
}
@media screen and (min-width: 768px) {
  #pancakeDay .close {
    width: 23px;
  }
  #pancakeDay .left-modal .navText {
    width: 170px;
    font-size: 1.25em;
  }
  #pancakeDay .left-modal .pd-nav-img {
    height: 70px;
  }
  #pancakeDay .left-modal #recipe-navigation {
    height: 102px;
  }
  #pancakeDay .left-modal #recipe-navigation-viewport {
    width: calc(100% - 230px);
    height: 85px;
  }
  #pancakeDay .right-modal h2 {
    font-size: 2em;
    margin-bottom: 10px;
  }
  #pancakeDay .right-modal .recipe-name {
    font-size: 1.5em;
  }
  #pancakeDay .right-modal .recipeContentContainer {
    height: calc(100% - 26px);
  }
  #pancakeDay .right-modal .social a {
    margin-right: 6px;
  }
  #pancakeDay .right-modal .social img {
    width: 37px;
  }
}
@media screen and (min-width: 992px) {
  #pancakeDay .close {
    width: 23px;
  }
  #pancakeDay .left-modal .navText {
    width: 170px;
    font-size: 1.25em;
  }
  #pancakeDay .left-modal .pd-nav-img {
    height: 70px;
  }
  #pancakeDay .left-modal #recipe-navigation {
    height: 102px;
  }
  #pancakeDay .left-modal #recipe-navigation-viewport {
    width: calc(100% - 230px);
    height: 85px;
  }
  #pancakeDay .right-modal h2 {
    font-size: 2.25em;
  }
  #pancakeDay .right-modal .recipe-name {
    font-size: 1.8em;
  }
}
@media screen and (min-width: 1100px) {
  #pancakeDay .close {
    width: 26px;
  }
  #pancakeDay .left-modal .navText {
    width: 240px;
    font-size: 1.85em;
  }
  #pancakeDay .left-modal .pd-nav-img {
    height: 80px;
  }
  #pancakeDay .left-modal #recipe-navigation-viewport {
    width: calc(100% - 310px);
    height: 101px;
  }
  #pancakeDay .left-modal #recipe-navigation {
    height: 116px;
  }
}
@media screen and (min-width: 1260px) {
  #pancakeDay .left-modal .navText {
    width: 240px;
    font-size: 1.85em;
  }
  #pancakeDay .left-modal .pd-nav-img {
    height: 103px;
  }
  #pancakeDay .left-modal #recipe-navigation-viewport {
    width: calc(100% - 310px);
    height: 113px;
  }
  #pancakeDay .left-modal #recipe-navigation {
    height: 140px;
  }
}
@media screen and (min-width: 1200px) {
  #pancakeDay .header {
    font-family: 'FuturaBT-Medium';
    font-size: 1.05em;
  }
  #pancakeDay .right-modal .recipe-name {
    font-size: 2.2em;
  }
  #pancakeDay .right-modal h2 {
    font-size: 3em;
  }
}
/*** PRINT ***/
@media print {
  * {
    transition: none !important;
  }
  #homepage,
  .copyright {
    display: none !important;
  }
  #pancakeDay #pancakeDay .right-modal .recipeContent {
    overflow: visible !important;
  }
  #pancakeDay .recipeContentContainer.mobile {
    display: none !important;
  }
  #pancakeDay .recipeContentContainer.desktop {
    overflow: visible !important;
    height: auto !important;
  }
  #pancakeDay #recipe-navigation {
    display: none !important;
  }
  #pancakeDay .modal-dialog {
    width: 105% !important;
    margin: 0 !important;
  }
  #pancakeDay .modal-content {
    width: 105% !important;
  }
  #pancakeDay .close {
    display: none !important;
  }
  #pancakeDay .left-modal {
    display: block !important;
    width: 30% !important;
    position: relative;
    float: left;
  }
  #pancakeDay .left-modal .pd-primary-img {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: auto !important;
  }
  #pancakeDay .right-modal {
    display: block !important;
    width: 70% !important;
    position: relative;
    float: right;
  }
  #pancakeDay .headline {
    display: none !important;
  }
  #pancakeDay div#recipe-navigation {
    display: none;
  }
  .body.peach_pancakes_with_nutella #pancakeDay .right-modal .recipeContentContainer.desktop .pd-recipe {
    display: none !important;
  }
  .body.peach_pancakes_with_nutella #pancakeDay .right-modal .recipeContentContainer.desktop .pd-recipe-peach_pancakes_with_nutella {
    display: block !important;
  }
  .body.peach_pancakes_with_nutella #pancakeDay .left-modal .pd-primary-img {
    display: none;
  }
  .body.peach_pancakes_with_nutella #pd-img-peach_pancakes_with_nutella {
    opacity: 1 !important;
    display: block !important;
  }
  .body.apple_pecan_pancakes_with_nutella #pancakeDay .right-modal .recipeContentContainer.desktop .pd-recipe {
    display: none !important;
  }
  .body.apple_pecan_pancakes_with_nutella #pancakeDay .right-modal .recipeContentContainer.desktop .pd-recipe-apple_pecan_pancakes_with_nutella {
    display: block !important;
  }
  .body.apple_pecan_pancakes_with_nutella #pancakeDay .left-modal .pd-primary-img {
    display: none;
  }
  .body.apple_pecan_pancakes_with_nutella #pd-img-apple_pecan_pancakes_with_nutella {
    opacity: 1 !important;
    display: block !important;
  }
  .body.stack_of_pancakes_with_nutella_and_fruit #pancakeDay .right-modal .recipeContentContainer.desktop .pd-recipe {
    display: none !important;
  }
  .body.stack_of_pancakes_with_nutella_and_fruit #pancakeDay .right-modal .recipeContentContainer.desktop .pd-recipe-stack_of_pancakes_with_nutella_and_fruit {
    display: block !important;
  }
  .body.stack_of_pancakes_with_nutella_and_fruit #pancakeDay .left-modal .pd-primary-img {
    display: none;
  }
  .body.stack_of_pancakes_with_nutella_and_fruit #pd-img-stack_of_pancakes_with_nutella_and_fruit {
    opacity: 1 !important;
    display: block !important;
  }
  .body.puppy_pancakes_with_nutella #pancakeDay .right-modal .recipeContentContainer.desktop .pd-recipe {
    display: none !important;
  }
  .body.puppy_pancakes_with_nutella #pancakeDay .right-modal .recipeContentContainer.desktop .pd-recipe-puppy_pancakes_with_nutella {
    display: block !important;
  }
  .body.puppy_pancakes_with_nutella #pancakeDay .left-modal .pd-primary-img {
    display: none;
  }
  .body.puppy_pancakes_with_nutella #pd-img-puppy_pancakes_with_nutella {
    opacity: 1 !important;
    display: block !important;
  }
  .body.panda_bear_pancakes_with_nutella #pancakeDay .right-modal .recipeContentContainer.desktop .pd-recipe {
    display: none !important;
  }
  .body.panda_bear_pancakes_with_nutella #pancakeDay .right-modal .recipeContentContainer.desktop .pd-recipe-panda_bear_pancakes_with_nutella {
    display: block !important;
  }
  .body.panda_bear_pancakes_with_nutella #pancakeDay .left-modal .pd-primary-img {
    display: none;
  }
  .body.panda_bear_pancakes_with_nutella #pd-img-panda_bear_pancakes_with_nutella {
    opacity: 1 !important;
    display: block !important;
  }
  .body.fruit_and_pancake_stacker #pancakeDay .right-modal .recipeContentContainer.desktop .pd-recipe {
    display: none !important;
  }
  .body.fruit_and_pancake_stacker #pancakeDay .right-modal .recipeContentContainer.desktop .pd-recipe-fruit_and_pancake_stacker {
    display: block !important;
  }
  .body.fruit_and_pancake_stacker #pancakeDay .left-modal .pd-primary-img {
    display: none;
  }
  .body.fruit_and_pancake_stacker #pd-img-fruit_and_pancake_stacker {
    opacity: 1 !important;
    display: block !important;
  }
  .body.pancake_owl #pancakeDay .right-modal .recipeContentContainer.desktop .pd-recipe {
    display: none !important;
  }
  .body.pancake_owl #pancakeDay .right-modal .recipeContentContainer.desktop .pd-recipe-pancake_owl {
    display: block !important;
  }
  .body.pancake_owl #pancakeDay .left-modal .pd-primary-img {
    display: none;
  }
  .body.pancake_owl #pd-img-pancake_owl {
    opacity: 1 !important;
    display: block !important;
  }
  .body.pancake_bites #pancakeDay .right-modal .recipeContentContainer.desktop .pd-recipe {
    display: none !important;
  }
  .body.pancake_bites #pancakeDay .right-modal .recipeContentContainer.desktop .pd-recipe-pancake_bites {
    display: block !important;
  }
  .body.pancake_bites #pancakeDay .left-modal .pd-primary-img {
    display: none;
  }
  .body.pancake_bites #pd-img-pancake_bites {
    opacity: 1 !important;
    display: block !important;
  }
  /*body.peach_pancakes_with_nutella
body.apple_pecan_pancakes_with_nutella
body.stack_of_pancakes_with_mutella_and_fruit
body.puppy_pancakes_with_nutella
body.panda_bear_pancakes_with_nutella
body.fruit_and_pancake_stacker
body.pancake_owl
body.pancake_bites*/
}
