@charset "UTF-8";
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiAyp8kv8JHgFVrJJLmE3tF.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmv1plEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLm21llEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiGyp8kv8JHgFVrJJLedw.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmg1hlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmr19lEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmy15lEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiGyp8kv8JHgFVrLPTedw.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLFj_V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLCz7V1s.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 {
  color: #333333;
}
@media all and (min-width: 480px) {
  html {
    overflow-x: hidden;
  }
}
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
}
@media all and (max-width: 768px) {
  body {
    max-width: 100vw;
    overflow-x: hidden;
  }
}
@media all and (min-width: 992px) {
  html {
    overflow-y: scroll;
  }
}
a {
  text-decoration: none;
  color: #000;
}
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: 'Poppins', Arial, sans-serif;
  font-size: 26px;
}
h2 {
  color: #6a1b16;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 40px;
}
h2 span {
  color: #bf1f19;
}
h3 {
  margin-top: 30px;
  text-align: center;
  font-size: 20px;
  color: #092343;
  font-family: 'Poppins', Arial, sans-serif;
  line-height: 22px;
}
h4 {
  color: #be0100;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
}
@media all and (min-width: 768px) {
  h1 {
    font-size: 38px;
  }
  h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media all and (min-width: 992px) {
  h1 {
    font-size: 50px;
  }
}
/*#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: #febd41;
  height: 1px;
  margin-top: 4px;
  width: 100%;
}
.black {
  color: #333333;
}
.button {
  background-color: #e11922;
  color: #fff;
  font-family: 'Poppins', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  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: 'Poppins', 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: #006293;
  font-family: 'Poppins', 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: #b81c22;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #b81c22 0%, #e4002b 80%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #b81c22 0%, #e4002b 80%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.red-gradient-reverse {
  background: #b81c22;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #e4002b 40%, #b81c22 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e4002b 40%, #b81c22 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.yellow-gradient {
  background: #dd9a1a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dd9a1a 0%, #fede73 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dd9a1a 0%, #fede73 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dd9a1a 0%, #fede73 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: 118px;
  padding-bottom: 16px;
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
.error-container {
  padding: 200px 0;
  font-family: 'Poppins', Arial, sans-serif;
  text-align: center;
}
.error-container p {
  margin: 25px 0;
}
.error-container a {
  color: #512514;
  font-size: 22px;
  font-family: 'Poppins', 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: 30px;
  }
  .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: 216px;
}
.navbar-wrapper .navbar .navbar-brand img {
  max-width: 170%;
  margin-top: 9px;
}
.navbar-wrapper .navbar .navbar-collapse ul li a.selected {
  color: #ffeba1;
}
@media all and (max-width: 991px) {
  .navbar-collapse {
    display: none;
    height: 100px;
    left: 0;
    position: fixed;
    top: 75px;
    width: 100%;
    z-index: 1000;
  }
  .navbar-collapse ul {
    background-color: #6a1b16;
  }
  .navbar-collapse ul li a {
    color: #fff;
    display: block;
    font-family: 'Poppins', 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 #e4002b;
  }
  .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: #e4002b;
  }
  .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 (max-width: 960px) and (max-height: 480px) {
  .navbar-wrapper,
  .navbar-collapse {
    position: absolute;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    top: 81px;
  }
}
@media all and (min-width: 768px) {
  #content {
    margin-top: 91px;
  }
  .content-wrapper {
    width: 730px;
  }
  .navbar-wrapper .navbar .navbar-brand {
    width: 265px;
  }
  .navbar-wrapper .navbar .navbar-brand img {
    margin-top: 8px;
  }
  .navbar-wrapper .navbar .navbar-toggle {
    margin: 20px 0 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .navbar-wrapper .navbar .navbar-brand {
    width: 195px;
    margin-left: -21px;
  }
  .navbar-wrapper .navbar .navbar-brand img {
    margin-top: 25px;
  }
}
@media all and (max-width: 768px) {
  #content {
    margin-top: 71px;
  }
}
@media all and (max-width: 450px) {
  #content {
    margin-top: 73px;
  }
}
@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: 'Poppins', 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;
    font-size: 15px;
    font-weight: normal;
  }
  .navbar-wrapper .navbar .navbar-collapse > ul > li a.nav-open,
  .navbar-wrapper .navbar .navbar-collapse > ul > li a.nav-open span {
    color: #ffeba1;
  }
  .navbar-wrapper .navbar .navbar-collapse > ul > li ul {
    background-color: #b81c22;
    display: block;
    position: absolute;
    left: 0;
    top: 41px;
    height: 0;
    width: 190px;
    overflow: hidden;
    z-index: 1000;
    display: none;
  }
  .navbar-wrapper .navbar .navbar-collapse > ul > li ul.pearl {
    width: 280px;
  }
  .navbar-wrapper .navbar .navbar-collapse > ul > li ul.sfm-list {
    width: 220px;
  }
  .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: #e4002b;
    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: #ffeba1;
    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: 15px;
  }
}
@media all and (min-width: 1200px) {
  .content-wrapper {
    width: 1150px;
  }
  .navbar-wrapper .navbar .navbar-collapse > ul > li + li {
    margin-left: 25px;
  }
}
/*#endregion*/
/*#region Footer */
#footer {
  padding: 5px 0 15px;
  -webkit-transform: translateZ(0);
  margin-bottom: -16px;
  position: relative;
  margin-top: -16px;
}
#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: 'Poppins', Arial, sans-serif;
  font-size: 16px;
}
#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: 'Poppins', 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*/
.alertBar {
  width: 100%;
  position: fixed;
  top: 0;
  height: 40px;
  background-color: #f8d24a;
  z-index: 1001;
}
@media all and (max-width: 530px) {
  .alertBar {
    font-size: 14px;
  }
}
@media all and (max-width: 450px) {
  .alertBar {
    height: 55px;
  }
}
.alertBar__msg {
  padding-top: 13px;
  color: #010101;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.alertBar a {
  color: #010101;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-decoration: underline;
}
@media all and (max-width: 450px) {
  .navbar-wrapper {
    /* top: 55px;*/
  }
}
@media (min-width: 1200px) {
  .navbar-wrapper .navbar .navbar-collapse > ul > li a {
    font-size: 15.5px;
  }
}
.sitemapContainer {
  padding-top: 40px;
  padding-bottom: 40px;
}
.sitemapContainer h3 {
  text-align: left;
  margin-bottom: 10px;
}
.sitemapContainer li {
  margin-bottom: 5px;
}
.sitemapContainer li a {
  text-decoration: underline;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.ada__only {
  opacity: 0;
  position: absolute;
  left: -9999px;
  vertical-align: middle;
}
.screenreader-text {
  background: #000;
  color: #fff;
  top: 5px;
  height: 30px;
  left: 50%;
  padding: 10px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.3s;
  vertical-align: middle;
}
.screenreader-text:focus {
  transform: translateY(0%);
  z-index: 9999;
}
.buffer {
  flex: 1;
}
.homeFadeIn {
  opacity: 0;
}
#homepage #home-slider {
  width: 100%;
  height: 37vw;
}
#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%;
  /*Rebrand*/
  /*history*/
  /*CAPN TOUT*/
  /*PANCAKES ON THE GO TOUT*/
  /*nutella*/
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .slide {
  float: left;
  width: 25%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: #d82123;
  background-repeat: repeat-x;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .slide picture,
#homepage #home-slider #home-slider-viewport #home-slider-slides .slide img {
  position: absolute;
}
#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: 'Poppins', 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 .slide.pearl-tout picture,
#homepage #home-slider #home-slider-viewport #home-slider-slides .slide.pearl-tout img {
  top: 0;
  width: 100%;
  height: auto;
}
@media all and (min-width: 480px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.pearl-tout picture,
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.pearl-tout img {
    top: 0vw;
  }
}
@media all and (min-width: 640px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.pearl-tout picture,
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.pearl-tout img {
    top: -2vw;
  }
}
@media all and (min-width: 768px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.pearl-tout picture,
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.pearl-tout img {
    top: 0vw;
  }
}
@media all and (min-width: 992px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.pearl-tout picture,
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.pearl-tout img {
    top: -1vw;
  }
}
@media all and (min-width: 1200px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.pearl-tout picture,
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.pearl-tout img {
    top: -1vw;
  }
}
@media all and (min-width: 1700px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.pearl-tout picture,
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.pearl-tout img {
    top: -3vw;
  }
}
@media all and (min-width: 1920px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.pearl-tout picture,
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.pearl-tout img {
    width: 100%;
    top: -5vw;
  }
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .slide.pearl-tout .pearl-container {
  width: calc(100% - 30px);
  max-width: 1200px;
  margin: auto;
  height: 100%;
  padding: 0 15px;
  position: relative;
}
@media all and (max-width: 1200px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.pearl-tout .pearl-container {
    max-width: 950px;
  }
}
@media all and (max-width: 991px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.pearl-tout .pearl-container {
    max-width: 730px;
  }
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .slide.pearl-tout .pearl-textlockup {
  position: absolute;
  left: 480px;
  top: 81px;
}
@media all and (max-width: 1200px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.pearl-tout .pearl-textlockup {
    left: 365px;
    top: 73px;
  }
}
@media all and (max-width: 991px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.pearl-tout .pearl-textlockup {
    left: 285px;
    top: 47px;
  }
}
@media all and (max-width: 640px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.pearl-tout .pearl-textlockup {
    left: 218px;
    top: 20px;
  }
}
@media all and (max-width: 768px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.pearl-tout .pearl-textlockup {
    left: 272px;
    top: 40px;
    transform: none;
    margin-right: 20px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.pearl-tout .pearl-textlockup br {
    content: ' ';
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.pearl-tout .pearl-textlockup br::after {
    content: ' ';
  }
}
@media all and (max-width: 640px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.pearl-tout .pearl-textlockup {
    left: 218px;
    top: 20px;
  }
}
@media all and (max-width: 479px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.pearl-tout .pearl-textlockup {
    left: 0;
    top: 21vw;
    margin: 0 15px;
  }
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .slide.pearl-tout .pearl-textlockup span.pearl-headline {
  display: block;
  top: auto;
  left: auto;
  position: relative;
  width: auto;
  font-size: 41px;
  line-height: 49px;
  top: 0;
}
@media all and (max-width: 1200px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.pearl-tout .pearl-textlockup span.pearl-headline {
    font-size: 37px;
    line-height: 45px;
  }
}
@media all and (max-width: 991px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.pearl-tout .pearl-textlockup span.pearl-headline {
    font-size: 29px;
    line-height: 36px;
  }
}
@media all and (max-width: 768px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.pearl-tout .pearl-textlockup span.pearl-headline {
    font-size: 21.5px;
    line-height: 36px;
  }
}
@media all and (max-width: 640px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.pearl-tout .pearl-textlockup span.pearl-headline {
    font-size: 20px;
    line-height: 27px;
    text-align: left;
  }
}
@media all and (max-width: 479px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.pearl-tout .pearl-textlockup span.pearl-headline {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
  }
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .slide.pearl-tout .pearl-textlockup span.pearl-sub-detail {
  display: block;
  top: auto;
  left: auto;
  position: relative;
  width: auto;
  font-size: 19px;
  line-height: 33px;
  margin-top: 30px;
  top: 0;
}
@media all and (max-width: 1200px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.pearl-tout .pearl-textlockup span.pearl-sub-detail {
    font-size: 17px;
    line-height: 27px;
    margin-top: 30px;
  }
}
@media all and (max-width: 991px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.pearl-tout .pearl-textlockup span.pearl-sub-detail {
    font-size: 14px;
    line-height: 26px;
    margin-top: 20px;
  }
}
@media all and (max-width: 640px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.pearl-tout .pearl-textlockup span.pearl-sub-detail {
    font-size: 15px;
    line-height: 22px;
    margin-top: 20px;
  }
}
@media all and (max-width: 479px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.pearl-tout .pearl-textlockup span.pearl-sub-detail {
    font-size: 13px;
    line-height: 21px;
    margin-top: 10px;
  }
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout img {
  transform: translateX(-50%);
  left: 50%;
}
@media all and (max-width: 4000px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout img {
    top: -1vw;
    width: 35%;
  }
}
@media all and (max-width: 3500px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout img {
    top: 0vw;
    width: 37%;
  }
}
@media all and (max-width: 3000px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout img {
    top: 0vw;
    width: 42%;
  }
}
@media all and (max-width: 2500px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout img {
    top: -6vw;
    width: 94%;
  }
}
@media all and (max-width: 2000px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout img {
    top: -5vw;
    width: 100vw;
  }
}
@media all and (max-width: 1920px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout img {
    top: -4vw;
    width: 100vw;
  }
}
@media all and (max-width: 1850px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout img {
    top: -3.5vw;
  }
}
@media all and (max-width: 1800px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout img {
    top: -3vw;
  }
}
@media all and (max-width: 1700px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout img {
    top: -2vw;
  }
}
@media all and (max-width: 1600px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout img {
    top: -1vw;
  }
}
@media all and (max-width: 1500px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout img {
    top: 0vw;
  }
}
@media all and (max-width: 1450px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout img {
    top: -1vw;
  }
}
@media all and (max-width: 1350px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout img {
    top: 0vw;
  }
}
@media all and (max-width: 1300px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout img {
    top: 0vw;
  }
}
@media all and (max-width: 1024px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout img {
    top: 0vw;
    width: 100vw;
  }
}
@media all and (max-width: 768px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout img {
    top: -3vw !important;
    width: 100vw !important;
  }
}
@media all and (max-width: 479px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout img {
    top: 1vw !important;
    width: 100vw !important;
  }
}
@media all and (max-width: 411px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout img {
    top: 1vw;
  }
}
@media all and (max-width: 320px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout img {
    top: 1vw;
  }
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout span {
  left: 0;
  top: auto;
  text-align: left;
  display: block;
  position: relative;
  text-shadow: none;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-headline {
  color: #000000;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 38px;
  margin-bottom: 20px;
  text-align: center;
  display: block;
  position: relative;
  text-shadow: none;
  line-height: 1;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-headline.red {
  color: #e3292e;
  width: 90%;
  vertical-align: middle;
  text-align: center;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-sub-detail {
  font-size: 26px;
  margin-bottom: 20px;
  color: #000000;
  line-height: 1.2;
  vertical-align: middle;
  text-align: center;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-sub-learnmore {
  font-size: 20px;
  color: #000000;
  line-height: 1;
  text-align: center;
  margin-top: 10px;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout #rebrand-cta {
  position: relative;
  display: inline-block;
  left: 0;
  top: 0;
  margin-top: 0;
  margin-left: 0;
  margin: 15px 0;
  vertical-align: middle;
  text-align: center;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-textlockup {
  vertical-align: middle;
  display: inline-block;
}
@media all and (max-width: 768px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-textlockup {
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-textlockup {
    width: 100%;
  }
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  height: 380%;
  padding: 0 15px;
  position: relative;
}
@media all and (max-width: 480px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-container {
    padding: 0px;
  }
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-container .rebrand-text-container {
  left: 6%;
  width: 50%;
  top: 4%;
  position: absolute;
}
@media all and (max-width: 1200px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-container .rebrand-text-container {
    top: 3%;
    left: 150px;
  }
}
@media all and (max-width: 1024px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-container .rebrand-text-container {
    top: 2%;
    left: 23px;
  }
}
@media all and (max-width: 992px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-container .rebrand-text-container {
    top: 2%;
    left: 37px;
  }
}
@media all and (max-width: 885px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-container .rebrand-text-container {
    top: 2%;
    left: 37px;
  }
}
@media all and (max-width: 830px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-container .rebrand-text-container {
    top: 2%;
    left: 37px;
  }
}
@media all and (max-width: 780px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-container .rebrand-text-container {
    top: 2%;
    left: 37px;
  }
}
@media all and (max-width: 768px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-container .rebrand-text-container {
    top: 0%;
    left: 0px;
    width: 100%;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-container .rebrand-text-container br {
    display: none;
  }
}
@media all and (max-width: 480px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-container .rebrand-text-container {
    top: 0%;
    left: 0px;
    width: 100%;
  }
}
@media all and (max-width: 1200px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-container .rebrand-headline {
    font-size: 38px;
    left: auto;
    top: auto;
    bottom: initial;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-container .rebrand-sub-detail {
    font-size: 22px;
    left: auto;
    top: auto;
    bottom: initial;
  }
}
@media all and (max-width: 1199px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-container .rebrand-headline {
    font-size: 32px;
  }
}
@media all and (max-width: 1024px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-container .rebrand-headline {
    font-size: 32px;
    padding-top: 11px;
    margin-bottom: 27px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-container .rebrand-sub-detail {
    font-size: 20px;
    width: 57vw;
    padding: 0 2vw;
    margin-bottom: 27px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-container .rebrand-sub-learnmore {
    font-size: 21px;
    width: 57vw;
    padding: 0 2vw;
    left: -10px;
  }
}
@media all and (max-width: 992px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-container .rebrand-headline {
    font-size: 32px;
    padding-top: 11px;
    margin-bottom: 27px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-container .rebrand-sub-detail {
    font-size: 16px;
    width: 57vw;
    padding: 0 2vw;
    margin-bottom: 27px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-container .rebrand-sub-learnmore {
    font-size: 21px;
    width: 57vw;
    padding: 0 2vw;
    left: -10px;
  }
}
@media all and (max-width: 980px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-container .rebrand-headline {
    font-size: 32px;
    padding-top: 11px;
    margin-bottom: 20px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-container .rebrand-sub-detail {
    font-size: 16px;
    width: 57vw;
    padding: 0 2vw;
    margin-bottom: 20px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-container .rebrand-sub-learnmore {
    font-size: 21px;
    width: 57vw;
    padding: 0 2vw;
    left: -10px;
  }
}
@media all and (max-width: 880px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-container .rebrand-headline {
    font-size: 27px;
    padding-top: 11px;
    margin-bottom: 20px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-container .rebrand-sub-detail {
    font-size: 16px;
    width: 57vw;
    padding: 0 2vw;
    margin-bottom: 20px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-container .rebrand-sub-learnmore {
    font-size: 21px;
    margin-top: 20px;
    width: 57vw;
    padding: 0 2vw;
    left: -10px;
  }
}
@media all and (max-width: 768px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-container .rebrand-headline {
    font-size: 32px;
    padding-top: 11px;
    margin-bottom: 27px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-container .rebrand-sub-detail {
    font-size: 16px;
    width: 57vw;
    padding: 0 2vw;
    margin-bottom: 27px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-container .rebrand-sub-learnmore {
    font-size: 21px;
    margin-top: 20px;
    width: 57vw;
    padding: 0 2vw;
    left: -10px;
  }
}
@media all and (max-width: 767px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-container .rebrand-headline {
    font-size: 32px;
    padding-top: 11px;
    margin-bottom: 27px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-container .rebrand-sub-detail {
    font-size: 16px;
    width: 57vw;
    padding: 0 2vw;
    margin-bottom: 27px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-container .rebrand-sub-learnmore {
    font-size: 21px;
    margin-top: 70px;
    width: 57vw;
    padding: 0 2vw;
    left: -10px;
  }
}
@media all and (max-width: 540px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-container .rebrand-headline {
    font-size: 29px;
    padding-top: 7px;
    margin-bottom: 27px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-container .rebrand-sub-detail {
    font-size: 14px;
    width: 57vw;
    padding: 0 2vw;
    margin-bottom: 27px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-container .rebrand-sub-learnmore {
    left: 0px;
    margin-top: 70px;
    width: 57vw;
    padding: 0 2vw;
  }
}
@media all and (max-width: 480px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-container .rebrand-headline {
    font-size: 23px;
    padding-top: 7px;
    margin-bottom: 27px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-container .rebrand-sub-detail {
    font-size: 13px;
    width: 57vw;
    padding: 0 2vw;
    margin-bottom: 27px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-container .rebrand-sub-learnmore {
    left: 0px;
    margin-top: 70px;
    width: 57vw;
    padding: 0 2vw;
  }
}
@media all and (max-width: 414px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-container .rebrand-headline {
    font-size: 23px;
    padding-top: 10px;
    margin-bottom: 20px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-container .rebrand-sub-detail {
    font-size: 13px;
    width: 55vw;
    padding: 0 2vw;
    margin-bottom: 20px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-container .rebrand-sub-learnmore {
    left: 0px;
    margin-top: 60px;
    width: 57vw;
    padding: 0 2vw;
  }
}
@media all and (max-width: 360px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-container .rebrand-headline {
    font-size: 21px;
    padding-top: 10px;
    margin-bottom: 18px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-container .rebrand-sub-detail {
    font-size: 13px;
    width: 53vw;
    padding: 0 2vw;
    margin-bottom: 18px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-container .rebrand-sub-learnmore {
    left: 2px;
    margin-top: 60px;
    width: 57vw;
  }
}
@media all and (max-width: 320px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-container .rebrand-headline {
    font-size: 18px;
    padding-top: 14px;
    margin-bottom: 18px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-container .rebrand-sub-detail {
    font-size: 12px;
    width: 48vw;
    padding: 0 2vw;
    margin-bottom: 8px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-container .rebrand-sub-learnmore {
    left: 3px;
    margin-top: 60px;
    width: 49vw;
  }
}
@media all and (max-width: 280px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-container .rebrand-headline {
    font-size: 17px;
    padding-top: 14px;
    margin-bottom: 18px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-container .rebrand-sub-detail {
    font-size: 11px;
    width: 48vw;
    padding: 0 2vw;
    margin-bottom: 7px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .rebrand-tout .rebrand-container .rebrand-sub-learnmore {
    left: 3px;
    margin-top: 60px;
    width: 49vw;
  }
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout img {
  /*top aligned*/
  /*top: 0;*/
  /*bottom aligned*/
  /*top: auto;
                        bottom: 0;*/
  /*middle aligned*/
  top: 53%;
  transform: translateY(-50%);
}
@media all and (max-width: 1600px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout img {
    top: 47%;
    transform: translateY(-55%);
  }
}
@media all and (max-width: 1300px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout img {
    top: 46%;
    transform: translateY(-55%);
  }
}
@media all and (max-width: 1198px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout img {
    top: 50%;
    transform: translateY(-60%);
  }
}
@media all and (max-width: 1180px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout img {
    top: 50%;
    transform: translateY(-58%);
  }
}
@media all and (max-width: 950px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout img {
    top: 52%;
    transform: translateY(-58%);
  }
}
@media all and (max-width: 768px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout img {
    top: 55%;
    transform: translateY(-58%);
    left: 0px;
  }
}
@media all and (max-width: 740px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout img {
    top: 56%;
    transform: translateY(-58%);
    left: -25px;
  }
}
@media all and (max-width: 715px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout img {
    top: 57%;
    transform: translateY(-58%);
    left: -53px;
  }
}
@media all and (max-width: 700px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout img {
    top: 63%;
    transform: translateY(-65%);
    left: -69px;
  }
}
@media all and (max-width: 670px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout img {
    top: 63%;
    transform: translateY(-65%);
    left: -90px;
  }
}
@media all and (max-width: 650px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout img {
    top: 63%;
    transform: translateY(-65%);
    left: -106px;
  }
}
@media all and (max-width: 625px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout img {
    top: 63%;
    transform: translateY(-65%);
    left: -125px;
  }
}
@media all and (max-width: 610px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout img {
    top: 63%;
    transform: translateY(-65%);
    left: -142px;
  }
}
@media all and (max-width: 600px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout img {
    top: 63%;
    transform: translateY(-65%);
    left: -152px;
  }
}
@media all and (max-width: 575px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout img {
    top: 63%;
    transform: translateY(-65%);
    left: -175px;
  }
}
@media all and (max-width: 560px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout img {
    top: 60%;
    transform: translateY(-58%);
    left: -207px;
  }
}
@media all and (max-width: 540px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout img {
    top: 56%;
    transform: translateY(-58%);
    left: -207px;
  }
}
@media all and (max-width: 520px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout img {
    top: 59%;
    transform: translateY(-58%);
    left: -225px;
  }
}
@media all and (max-width: 500px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout img {
    top: 59%;
    transform: translateY(-58%);
    left: -247px;
  }
}
@media all and (max-width: 481px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout img {
    top: 59%;
    transform: translateY(-58%);
    left: -135px;
  }
}
@media all and (max-width: 450px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout img {
    top: 59%;
    transform: translateY(-58%);
    left: -175px;
  }
}
@media all and (max-width: 420px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout img {
    top: 59%;
    transform: translateY(-58%);
    left: -191px;
  }
}
@media all and (max-width: 400px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout img {
    top: 60%;
    transform: translateY(-58%);
    left: -220px;
  }
}
@media all and (max-width: 360px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout img {
    top: 60%;
    transform: translateY(-58%);
    left: -228px;
  }
}
@media all and (max-width: 320px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout img {
    top: 60%;
    transform: translateY(-58%);
    left: -269px;
  }
}
@media all and (max-width: 280px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout img {
    top: 60%;
    transform: translateY(-58%);
    left: -290px;
  }
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout span {
  left: 0;
  top: auto;
  text-align: left;
  display: block;
  position: relative;
  text-shadow: none;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout .history-headline {
  color: #000000;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 52px;
  margin-bottom: 20px;
  text-align: center;
  display: block;
  position: relative;
  text-shadow: none;
  line-height: 1;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout .history-headline.red {
  color: #e3292e;
  width: 90%;
  vertical-align: middle;
  text-align: center;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout .history-sub-learnmore {
  font-size: 20px;
  color: #000000;
  line-height: 1;
  text-align: center;
  margin-top: 10px;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout #history-cta {
  position: relative;
  display: inline-block;
  left: 0;
  top: 0;
  margin-top: 0;
  margin-left: 0;
  margin: 15px 0;
  vertical-align: middle;
  text-align: center;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout .history-textlockup {
  vertical-align: middle;
  display: inline-block;
}
@media all and (max-width: 768px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout .history-textlockup {
    width: 100%;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout .history-textlockup br {
    display: none;
  }
}
@media all and (max-width: 480px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout .history-textlockup {
    width: 100%;
  }
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout .history-container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  height: 380%;
  padding: 0 15px;
  position: relative;
}
@media all and (max-width: 480px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout .history-container {
    padding: 0px;
  }
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout .history-container .history-text-container {
  left: 15%;
  width: 50%;
  top: 7%;
  position: absolute;
}
@media all and (max-width: 1200px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout .history-container .history-text-container {
    top: 6%;
    left: 150px;
  }
}
@media all and (max-width: 1024px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout .history-container .history-text-container {
    top: 6%;
    left: 23px;
  }
}
@media all and (max-width: 992px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout .history-container .history-text-container {
    top: 6%;
    left: 37px;
  }
}
@media all and (max-width: 885px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout .history-container .history-text-container {
    top: 6%;
    left: 37px;
  }
}
@media all and (max-width: 830px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout .history-container .history-text-container {
    top: 6%;
    left: 37px;
  }
}
@media all and (max-width: 780px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout .history-container .history-text-container {
    top: 6%;
    left: 37px;
  }
}
@media all and (max-width: 768px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout .history-container .history-text-container {
    top: 7%;
    left: 37px;
  }
}
@media all and (max-width: 480px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout .history-container .history-text-container {
    top: 6%;
    left: 9px;
  }
}
@media all and (max-width: 411px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout .history-container .history-text-container {
    top: 6%;
    left: 12px;
  }
}
@media all and (max-width: 280px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout .history-container .history-text-container {
    top: 6%;
    left: 3px;
  }
}
@media all and (max-width: 1200px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout .history-container .history-headline {
    font-size: 47px;
    left: auto;
    top: auto;
    bottom: initial;
  }
}
@media all and (max-width: 1199px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout .history-container .history-headline {
    font-size: 47px;
    left: auto;
    top: auto;
    bottom: initial;
  }
}
@media all and (max-width: 1024px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout .history-container .history-headline {
    font-size: 47px;
    left: auto;
    top: auto;
    bottom: initial;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout .history-container .history-sub-learnmore {
    font-size: 21px;
    width: 57vw;
    padding: 0 2vw;
    left: -10px;
  }
}
@media all and (max-width: 992px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout .history-container .history-headline {
    font-size: 47px;
    left: auto;
    top: auto;
    bottom: initial;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout .history-container .history-sub-learnmore {
    font-size: 21px;
    width: 57vw;
    padding: 0 2vw;
    left: -10px;
  }
}
@media all and (max-width: 980px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout .history-container .history-headline {
    font-size: 47px;
    left: auto;
    top: auto;
    bottom: initial;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout .history-container .history-sub-learnmore {
    font-size: 21px;
    width: 57vw;
    padding: 0 2vw;
    left: -10px;
  }
}
@media all and (max-width: 880px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout .history-container .history-headline {
    font-size: 44px;
    left: auto;
    top: auto;
    bottom: initial;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout .history-container .history-sub-learnmore {
    font-size: 21px;
    margin-top: 20px;
    width: 57vw;
    padding: 0 2vw;
    left: -10px;
  }
}
@media all and (max-width: 768px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout .history-container .history-headline {
    font-size: 36px;
    left: auto;
    top: auto;
    bottom: initial;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout .history-container .history-sub-learnmore {
    font-size: 21px;
    margin-top: 20px;
    width: 57vw;
    padding: 0 2vw;
    left: -10px;
  }
}
@media all and (max-width: 767px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout .history-container .history-headline {
    font-size: 35px;
    left: auto;
    top: auto;
    bottom: initial;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout .history-container .history-sub-learnmore {
    font-size: 21px;
    margin-top: 70px;
    width: 57vw;
    padding: 0 2vw;
    left: -10px;
  }
}
@media all and (max-width: 540px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout .history-container .history-headline {
    font-size: 33px;
    left: auto;
    top: auto;
    bottom: initial;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout .history-container .history-sub-learnmore {
    left: 0px;
    margin-top: 70px;
    width: 57vw;
    padding: 0 2vw;
  }
}
@media all and (max-width: 480px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout .history-container .history-headline {
    font-size: 27px;
    left: auto;
    top: auto;
    bottom: initial;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout .history-container .history-sub-learnmore {
    left: 0px;
    margin-top: 70px;
    width: 57vw;
    padding: 0 2vw;
  }
}
@media all and (max-width: 414px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout .history-container .history-headline {
    font-size: 21px;
    left: auto;
    top: auto;
    bottom: initial;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout .history-container .history-sub-learnmore {
    left: -23px;
    margin-top: 60px;
    width: 57vw;
    padding: 0 2vw;
  }
}
@media all and (max-width: 360px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout .history-container .history-headline {
    font-size: 21px;
    left: auto;
    top: auto;
    bottom: initial;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout .history-container .history-sub-learnmore {
    left: -17px;
    margin-top: 60px;
    width: 57vw;
  }
}
@media all and (max-width: 320px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout .history-container .history-headline {
    font-size: 19px;
    left: auto;
    top: auto;
    bottom: initial;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout .history-container .history-sub-learnmore {
    left: 0px;
    margin-top: 60px;
    width: 49vw;
  }
}
@media all and (max-width: 280px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout .history-container .history-headline {
    font-size: 15px;
    left: auto;
    top: auto;
    bottom: initial;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .history-tout .history-container .history-sub-learnmore {
    left: 0px;
    margin-top: 60px;
    width: 49vw;
  }
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout img {
  /*top aligned*/
  /*top: 0;*/
  /*bottom aligned*/
  /*top: auto;
                        bottom: 0;*/
  /*middle aligned*/
  top: 53%;
  transform: translateY(-50%);
}
@media all and (max-width: 1600px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout img {
    top: 54%;
    transform: translateY(-55%);
  }
}
@media all and (max-width: 1300px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout img {
    top: 54%;
    transform: translateY(-55%);
  }
}
@media all and (max-width: 1198px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout img {
    top: 60%;
    transform: translateY(-60%);
  }
}
@media all and (max-width: 1180px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout img {
    top: 49%;
    transform: translateY(-58%);
  }
}
@media all and (max-width: 950px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout img {
    top: 54%;
    transform: translateY(-58%);
  }
}
@media all and (max-width: 768px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout img {
    top: 54%;
    transform: translateY(-58%);
    left: 0px;
  }
}
@media all and (max-width: 740px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout img {
    top: 60%;
    transform: translateY(-58%);
    left: -25px;
  }
}
@media all and (max-width: 715px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout img {
    top: 60%;
    transform: translateY(-58%);
    left: -53px;
  }
}
@media all and (max-width: 700px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout img {
    top: 66%;
    transform: translateY(-65%);
    left: -69px;
  }
}
@media all and (max-width: 670px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout img {
    top: 66%;
    transform: translateY(-65%);
    left: -90px;
  }
}
@media all and (max-width: 650px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout img {
    top: 66%;
    transform: translateY(-65%);
    left: -106px;
  }
}
@media all and (max-width: 625px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout img {
    top: 66%;
    transform: translateY(-65%);
    left: -125px;
  }
}
@media all and (max-width: 610px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout img {
    top: 66%;
    transform: translateY(-65%);
    left: -142px;
  }
}
@media all and (max-width: 600px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout img {
    top: 66%;
    transform: translateY(-65%);
    left: -152px;
  }
}
@media all and (max-width: 575px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout img {
    top: 66%;
    transform: translateY(-65%);
    left: -175px;
  }
}
@media all and (max-width: 560px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout img {
    top: 60%;
    transform: translateY(-58%);
    left: -207px;
  }
}
@media all and (max-width: 520px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout img {
    top: 59%;
    transform: translateY(-58%);
    left: -225px;
  }
}
@media all and (max-width: 500px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout img {
    top: 59%;
    transform: translateY(-58%);
    left: -247px;
  }
}
@media all and (max-width: 481px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout img {
    top: 59%;
    transform: translateY(-58%);
    left: -135px;
  }
}
@media all and (max-width: 450px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout img {
    top: 59%;
    transform: translateY(-58%);
    left: -175px;
  }
}
@media all and (max-width: 420px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout img {
    top: 59%;
    transform: translateY(-58%);
    left: -191px;
  }
}
@media all and (max-width: 400px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout img {
    top: 60%;
    transform: translateY(-58%);
    left: -235px;
  }
}
@media all and (max-width: 349px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout img {
    top: 60%;
    transform: translateY(-58%);
    left: -272px;
  }
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout span {
  left: 0;
  top: auto;
  text-align: left;
  display: block;
  position: relative;
  text-shadow: none;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-headlinesm {
  color: #ffffff;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 40px;
  text-align: left;
  display: block;
  position: relative;
  text-shadow: none;
  line-height: 1;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-headlinesm.red {
  color: #e3292e;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-headline {
  color: #ffffff;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 40px;
  margin-bottom: 65px;
  text-align: left;
  display: block;
  position: relative;
  text-shadow: none;
  line-height: 1;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-headline.red {
  color: #e3292e;
  width: 90%;
  vertical-align: middle;
  text-align: center;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-sub-detail {
  font-size: 32px;
  color: #10257d;
  line-height: 1;
  vertical-align: middle;
  text-align: center;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-sub-fnote {
  font-size: 20px;
  color: #10257d;
  line-height: 1;
  text-align: center;
  margin-top: 10px;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout #capn-cta {
  position: relative;
  display: inline-block;
  left: 0;
  top: 0;
  margin-top: 0;
  margin-left: 0;
  margin: 15px 0;
  vertical-align: middle;
  text-align: center;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-imagelockup {
  vertical-align: middle;
  margin-bottom: 14px;
  text-align: center;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-imagelockup img {
  width: 30vw;
  display: inline-block;
  vertical-align: middle;
  top: 0;
  transform: none;
  position: relative;
  text-align: center;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-textlockup {
  vertical-align: middle;
  display: inline-block;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container {
  width: 1200px;
  margin: auto;
  height: 380%;
  padding: 0 15px;
  position: relative;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-text-container {
  left: 6%;
  width: auto;
  top: 3%;
  position: absolute;
}
@media all and (max-width: 1200px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-text-container {
    top: 3%;
    left: 150px;
  }
}
@media all and (max-width: 1024px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-text-container {
    top: 4%;
    left: 96px;
  }
}
@media all and (max-width: 992px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-text-container {
    top: 5%;
    left: 129px;
  }
}
@media all and (max-width: 885px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-text-container {
    top: 5%;
    left: 100px;
  }
}
@media all and (max-width: 830px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-text-container {
    top: 5%;
    left: 82px;
  }
}
@media all and (max-width: 780px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-text-container {
    top: 5%;
    left: 65px;
  }
}
@media all and (max-width: 768px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-text-container {
    top: 5%;
    left: 55px;
  }
}
@media all and (max-width: 639px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-text-container {
    top: 5%;
    left: 44px;
  }
}
@media all and (max-width: 400px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-text-container {
    top: 3%;
    left: 3px;
  }
}
@media all and (max-width: 1200px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-headline {
    font-size: 40px;
    left: auto;
    top: auto;
    bottom: initial;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-sub-detail {
    font-size: 22px;
    left: auto;
    top: auto;
    bottom: initial;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-sub-fnote {
    font-size: 11px;
    line-height: 1;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-imagelockup {
    vertical-align: middle;
    margin-bottom: 30px;
    text-align: center;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-imagelockup img {
    width: 30vw;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    transform: none;
    position: relative;
  }
}
@media all and (max-width: 1024px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-headline {
    font-size: 40px;
    left: auto;
    top: auto;
    bottom: initial;
    padding-top: 2px;
    margin-bottom: 19px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-sub-detail {
    font-size: 24px;
    left: auto;
    top: auto;
    bottom: initial;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-sub-fnote {
    font-size: 11px;
    line-height: 1;
    bottom: initial;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-imagelockup {
    vertical-align: middle;
    margin-bottom: 21px;
    text-align: center;
    left: unset;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-imagelockup img {
    width: 28vw;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    transform: none;
    position: relative;
  }
}
@media all and (max-width: 992px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-headline {
    font-size: 33px;
    padding-top: 2px;
    margin-bottom: 19px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-sub-detail {
    font-size: 20px;
    left: auto;
    top: auto;
    bottom: initial;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-sub-fnote {
    font-size: 11px;
    line-height: 1;
    left: unset;
    bottom: initial;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container #capn-cta {
    margin: 10px 0;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-imagelockup {
    vertical-align: middle;
    margin-bottom: 10px;
    text-align: center;
    left: unset;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-imagelockup img {
    width: 28vw;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    transform: none;
    position: relative;
  }
}
@media all and (max-width: 768px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-headline {
    font-size: 30px;
    padding-top: 2px;
    margin-bottom: 19px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-sub-detail {
    font-size: 20px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-sub-fnote {
    font-size: 9px;
    line-height: 1;
    left: unset;
    bottom: initial;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-imagelockup {
    vertical-align: middle;
    margin-bottom: 10px;
    text-align: center;
    left: unset;
    bottom: unset;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-imagelockup img {
    width: 28vw;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    transform: none;
    position: relative;
  }
}
@media all and (max-width: 670px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-headline {
    font-size: 28px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-sub-detail {
    font-size: 16px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-sub-fnote {
    font-size: 9px;
    line-height: 1;
    left: unset;
    bottom: initial;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-imagelockup {
    vertical-align: middle;
    margin-bottom: 10px;
    text-align: center;
    left: unset;
    bottom: unset;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-imagelockup img {
    width: 28vw;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    transform: none;
    position: relative;
  }
}
@media all and (max-width: 625px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-headline {
    font-size: 26px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-sub-detail {
    font-size: 16px;
    padding-top: 2px;
    margin-bottom: 2px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-sub-fnote {
    font-size: 11px;
    line-height: 1;
    left: unset;
    bottom: initial;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-imagelockup {
    vertical-align: middle;
    margin-bottom: 25px;
    text-align: center;
    bottom: unset;
    left: unset;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-imagelockup img {
    width: 34vw;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    transform: none;
    position: relative;
  }
}
@media all and (max-width: 570px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-headline {
    font-size: 22px;
    padding-top: 2px;
    margin-bottom: 2px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-sub-detail {
    font-size: 15px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-sub-fnote {
    font-size: 9px;
    line-height: 1;
    left: unset;
    bottom: initial;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-imagelockup {
    vertical-align: middle;
    margin-bottom: 30px;
    bottom: unset;
    left: unset;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-imagelockup img {
    width: 39vw;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    transform: none;
    position: relative;
  }
}
@media all and (max-width: 480px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-headline {
    font-size: 18px;
    padding-top: 2px;
    margin-bottom: 2px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-sub-detail {
    font-size: 11px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-sub-fnote {
    font-size: 9px;
    line-height: 1;
    left: unset;
    bottom: initial;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-imagelockup {
    vertical-align: middle;
    margin-bottom: 13px;
    bottom: unset;
    left: unset;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-imagelockup img {
    width: 41vw;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    transform: none;
    position: relative;
  }
}
@media all and (max-width: 399px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-headline {
    font-size: 16px;
    padding-top: 10px;
    margin-bottom: 2px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-sub-detail {
    font-size: 12px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-sub-fnote {
    font-size: 9px;
    padding-top: 1px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-imagelockup {
    vertical-align: middle;
    margin-bottom: 9px;
    bottom: unset;
    left: unset;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-imagelockup img {
    width: 42vw;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    transform: none;
    position: relative;
  }
}
@media all and (max-width: 320px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-headline {
    font-size: 14px;
    padding-top: 10px;
    margin-bottom: 2px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-sub-detail {
    font-size: 9px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-sub-fnote {
    font-size: 7px;
    padding-top: 7px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-imagelockup {
    vertical-align: middle;
    margin-bottom: 9px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .capn-tout .capn-container .capn-imagelockup img {
    width: 37vw;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    transform: none;
    position: relative;
  }
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout img {
  /*top aligned*/
  /*top: 0;*/
  /*bottom aligned*/
  /*top: auto;
                        bottom: 0;*/
  /*middle aligned*/
  top: 53%;
  transform: translateY(-50%);
}
@media all and (max-width: 1600px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout img {
    top: 54%;
    transform: translateY(-55%);
  }
}
@media all and (max-width: 1300px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout img {
    top: 54%;
    transform: translateY(-55%);
  }
}
@media all and (max-width: 1198px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout img {
    top: 60%;
    transform: translateY(-60%);
  }
}
@media all and (max-width: 1180px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout img {
    top: 57%;
    transform: translateY(-58%);
  }
}
@media all and (max-width: 950px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout img {
    top: 54%;
    transform: translateY(-58%);
  }
}
@media all and (max-width: 768px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout img {
    top: 54%;
    transform: translateY(-58%);
    left: 0px;
  }
}
@media all and (max-width: 740px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout img {
    top: 60%;
    transform: translateY(-58%);
    left: -25px;
  }
}
@media all and (max-width: 715px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout img {
    top: 60%;
    transform: translateY(-58%);
    left: -53px;
  }
}
@media all and (max-width: 700px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout img {
    top: 66%;
    transform: translateY(-65%);
    left: -69px;
  }
}
@media all and (max-width: 670px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout img {
    top: 66%;
    transform: translateY(-65%);
    left: -90px;
  }
}
@media all and (max-width: 650px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout img {
    top: 66%;
    transform: translateY(-65%);
    left: -106px;
  }
}
@media all and (max-width: 625px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout img {
    top: 66%;
    transform: translateY(-65%);
    left: -125px;
  }
}
@media all and (max-width: 610px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout img {
    top: 66%;
    transform: translateY(-65%);
    left: -142px;
  }
}
@media all and (max-width: 600px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout img {
    top: 66%;
    transform: translateY(-65%);
    left: -152px;
  }
}
@media all and (max-width: 575px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout img {
    top: 66%;
    transform: translateY(-65%);
    left: -175px;
  }
}
@media all and (max-width: 560px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout img {
    top: 60%;
    transform: translateY(-58%);
    left: -207px;
  }
}
@media all and (max-width: 520px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout img {
    top: 59%;
    transform: translateY(-58%);
    left: -225px;
  }
}
@media all and (max-width: 500px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout img {
    top: 59%;
    transform: translateY(-58%);
    left: -247px;
  }
}
@media all and (max-width: 481px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout img {
    top: 59%;
    transform: translateY(-58%);
    left: -135px;
  }
}
@media all and (max-width: 450px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout img {
    top: 59%;
    transform: translateY(-58%);
    left: -175px;
  }
}
@media all and (max-width: 420px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout img {
    top: 59%;
    transform: translateY(-58%);
    left: -191px;
  }
}
@media all and (max-width: 400px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout img {
    top: 60%;
    transform: translateY(-58%);
    left: -235px;
  }
}
@media all and (max-width: 349px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout img {
    top: 60%;
    transform: translateY(-58%);
    left: -272px;
  }
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout span {
  left: 0;
  top: auto;
  text-align: left;
  display: block;
  position: relative;
  text-shadow: none;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-headlinesm {
  color: #ffffff;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 40px;
  text-align: left;
  display: block;
  position: relative;
  text-shadow: none;
  line-height: 1;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-headlinesm.red {
  color: #e3292e;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-headline {
  color: #ffffff;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 40px;
  margin-bottom: 40px;
  text-align: left;
  display: block;
  position: relative;
  text-shadow: none;
  line-height: 1;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-headline.red {
  color: #e3292e;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-sub-detail {
  font-size: 32px;
  color: #10257d;
  line-height: 1;
  left: 6%;
  vertical-align: middle;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-sub-fnote {
  font-size: 11px;
  color: #000;
  line-height: 1;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout #togo-cta {
  position: relative;
  display: inline-block;
  left: 0;
  top: 0;
  margin-top: 0;
  margin-left: 0;
  margin: 15px 0;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-imagelockup {
  vertical-align: middle;
  margin-bottom: 14px;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-imagelockup img {
  width: 7vw;
  display: inline-block;
  vertical-align: middle;
  top: 0;
  transform: none;
  position: relative;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-textlockup {
  vertical-align: middle;
  display: inline-block;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container {
  width: 1200px;
  margin: auto;
  height: 100%;
  padding: 0 15px;
  position: relative;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-text-container {
  left: 6%;
  width: auto;
  top: 6%;
  position: absolute;
}
@media all and (max-width: 1200px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-text-container {
    top: 6%;
    left: 125px;
  }
}
@media all and (max-width: 1024px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-text-container {
    top: 6%;
    left: 44px;
  }
}
@media all and (max-width: 992px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-text-container {
    top: 7%;
    left: 129px;
  }
}
@media all and (max-width: 885px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-text-container {
    top: 7%;
    left: 100px;
  }
}
@media all and (max-width: 830px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-text-container {
    top: 7%;
    left: 60px;
  }
}
@media all and (max-width: 780px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-text-container {
    top: 7%;
    left: 22px;
  }
}
@media all and (max-width: 768px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-text-container {
    top: 7%;
    left: 22px;
  }
}
@media all and (max-width: 639px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-text-container {
    top: 5%;
    left: 10px;
  }
}
@media all and (max-width: 400px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-text-container {
    top: 0%;
    left: 4px;
  }
}
@media all and (max-width: 1200px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-headline {
    font-size: 40px;
    left: auto;
    top: auto;
    bottom: initial;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-sub-detail {
    font-size: 22px;
    left: auto;
    top: auto;
    bottom: initial;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-sub-fnote {
    font-size: 11px;
    line-height: 1;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-imagelockup {
    vertical-align: middle;
    margin-bottom: 30px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-imagelockup img {
    width: 6vw;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    transform: none;
    position: relative;
  }
}
@media all and (max-width: 1024px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-headline {
    font-size: 40px;
    left: auto;
    top: auto;
    bottom: initial;
    padding-top: 2px;
    margin-bottom: 19px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-sub-detail {
    font-size: 24px;
    left: auto;
    top: auto;
    bottom: initial;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-sub-fnote {
    font-size: 11px;
    line-height: 1;
    bottom: initial;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-imagelockup {
    vertical-align: middle;
    margin-bottom: 21px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-imagelockup img {
    width: 10vw;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    transform: none;
    position: relative;
  }
}
@media all and (max-width: 992px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-headline {
    font-size: 33px;
    padding-top: 2px;
    margin-bottom: 19px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-sub-detail {
    font-size: 20px;
    left: auto;
    top: auto;
    bottom: initial;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-sub-fnote {
    font-size: 11px;
    line-height: 1;
    left: unset;
    bottom: initial;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container #togo-cta {
    margin: 10px 0;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-imagelockup {
    vertical-align: middle;
    margin-bottom: 10px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-imagelockup img {
    width: 8vw;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    transform: none;
    position: relative;
  }
}
@media all and (max-width: 768px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-headline {
    font-size: 30px;
    padding-top: 2px;
    margin-bottom: 19px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-sub-detail {
    font-size: 20px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-sub-fnote {
    font-size: 9px;
    line-height: 1;
    left: unset;
    bottom: initial;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-imagelockup {
    vertical-align: middle;
    margin-bottom: 10px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-imagelockup img {
    width: 12vw;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    transform: none;
    position: relative;
  }
}
@media all and (max-width: 670px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-headline {
    font-size: 28px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-sub-detail {
    font-size: 16px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-sub-fnote {
    font-size: 9px;
    line-height: 1;
    left: unset;
    bottom: initial;
  }
}
@media all and (max-width: 625px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-headline {
    font-size: 26px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-sub-detail {
    font-size: 16px;
    padding-top: 2px;
    margin-bottom: 2px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-sub-fnote {
    font-size: 9px;
    line-height: 1;
    left: unset;
    bottom: initial;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-imagelockup {
    vertical-align: middle;
    margin-bottom: 30px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-imagelockup img {
    width: 11vw;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    transform: none;
    position: relative;
  }
}
@media all and (max-width: 570px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-headline {
    font-size: 22px;
    padding-top: 2px;
    margin-bottom: 2px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-sub-detail {
    font-size: 15px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-sub-fnote {
    font-size: 9px;
    line-height: 1;
    left: unset;
    bottom: initial;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-imagelockup {
    vertical-align: middle;
    margin-bottom: 30px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-imagelockup img {
    width: 11vw;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    transform: none;
    position: relative;
  }
}
@media all and (max-width: 480px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-headline {
    font-size: 18px;
    padding-top: 2px;
    margin-bottom: 2px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-sub-detail {
    font-size: 11px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-sub-fnote {
    font-size: 9px;
    line-height: 1;
    left: unset;
    bottom: initial;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-imagelockup {
    vertical-align: middle;
    margin-bottom: 30px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-imagelockup img {
    width: 11vw;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    transform: none;
    position: relative;
  }
}
@media all and (max-width: 399px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-headline {
    font-size: 16px;
    padding-top: 10px;
    margin-bottom: 2px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-sub-detail {
    font-size: 12px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-sub-fnote {
    font-size: 9px;
    padding-top: 25px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-imagelockup {
    vertical-align: middle;
    margin-bottom: 30px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-imagelockup img {
    width: 11vw;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    transform: none;
    position: relative;
  }
}
@media all and (max-width: 320px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-headline {
    font-size: 14px;
    padding-top: 10px;
    margin-bottom: 2px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-sub-detail {
    font-size: 11px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-sub-fnote {
    font-size: 9px;
    padding-top: 25px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-imagelockup {
    vertical-align: middle;
    margin-bottom: 30px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .potg-tout .togo-container .togo-imagelockup img {
    width: 13vw;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    transform: none;
    position: relative;
  }
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .nutella-tout {
  background-color: #dc1021;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .nutella-tout .nutella-bg {
  width: 2075px;
  left: 46%;
  transform: translateX(-50%);
}
@media all and (max-width: 1199px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .nutella-tout .nutella-bg {
    width: 1762px;
  }
}
@media all and (max-width: 991px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .nutella-tout .nutella-bg {
    width: 1460px;
    left: 48%;
  }
}
@media all and (max-width: 798px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .nutella-tout .nutella-bg {
    left: 51%;
    width: 184%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .nutella-tout .nutella-bg {
    left: 44%;
    width: 164%;
    height: auto;
  }
}
@media all and (max-width: 710px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .nutella-tout .nutella-bg {
    left: 60%;
    width: 184%;
    height: auto;
  }
}
@media all and (max-width: 690px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .nutella-tout .nutella-bg {
    left: 60%;
    width: 184%;
    height: auto;
  }
}
@media all and (max-width: 688px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .nutella-tout .nutella-bg {
    left: 58%;
    width: 189%;
    height: auto;
  }
}
@media all and (max-width: 640px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .nutella-tout .nutella-bg {
    left: 56%;
    width: 199%;
    height: auto;
  }
}
@media all and (max-width: 620px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .nutella-tout .nutella-bg {
    left: 54%;
    width: 211%;
    height: auto;
  }
}
@media all and (max-width: 600px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .nutella-tout .nutella-bg {
    left: 49%;
    width: 234%;
    height: auto;
  }
}
@media all and (max-width: 435px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .nutella-tout .nutella-bg {
    left: 47%;
    width: 244%;
    height: auto;
  }
}
@media all and (max-width: 414px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .nutella-tout .nutella-bg {
    left: 41%;
    width: 270%;
    height: auto;
  }
}
@media all and (max-width: 375px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .nutella-tout .nutella-bg {
    left: 44%;
    width: 310%;
    height: auto;
  }
}
@media all and (max-width: 320px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .nutella-tout .nutella-bg {
    left: 36%;
    width: 352%;
    height: auto;
  }
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .nutella-tout #nutella-cta {
  position: relative;
  display: inline-block;
  left: 0;
  top: 0;
  margin-top: 0;
  margin-left: 0;
  margin: 15px 0;
  background-color: #f7ca33;
  transition: 250ms background-color ease-in-out;
  color: black;
  font-family: 'FuturaBT-Medium', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  padding: 8px 20px;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .nutella-tout #nutella-cta:hover {
  background-color: #e9ad40;
}
@media (max-width: 767px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .nutella-tout #nutella-cta {
    bottom: 15px;
    font-size: 16px;
    padding: 0 14px;
    line-height: 34px;
    height: 30px;
    z-index: 10;
  }
}
@media (max-width: 480px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .nutella-tout #nutella-cta {
    font-size: 14px;
  }
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .nutella-tout .nutella-container {
  width: 1200px;
  margin: auto;
  height: 100%;
  padding: 0 15px;
  position: relative;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .nutella-tout .nutella-container .nutella-text-container {
  left: 10%;
  width: 511px;
  height: 320px;
  top: 10%;
  position: absolute;
}
@media all and (max-width: 1199px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .nutella-tout .nutella-container .nutella-text-container {
    left: 10%;
    height: 260px;
  }
}
@media all and (max-width: 1120px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .nutella-tout .nutella-container .nutella-text-container {
    left: 10%;
    height: 260px;
  }
}
@media all and (max-width: 1024px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .nutella-tout .nutella-container .nutella-text-container {
    left: 8%;
    height: 260px;
  }
}
@media all and (max-width: 990px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .nutella-tout .nutella-container .nutella-text-container {
    left: 10%;
    height: 240px;
  }
}
@media all and (max-width: 905px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .nutella-tout .nutella-container .nutella-text-container {
    left: 7%;
    height: 240px;
  }
}
@media all and (max-width: 775px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .nutella-tout .nutella-container .nutella-text-container {
    left: 4%;
    height: 250px;
  }
}
@media all and (max-width: 768px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .nutella-tout .nutella-container .nutella-text-container {
    left: 9%;
    height: 230px;
  }
}
@media all and (max-width: 480px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .nutella-tout .nutella-container .nutella-text-container {
    left: 3%;
    height: 190px;
  }
}
@media all and (max-width: 460px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .nutella-tout .nutella-container .nutella-text-container {
    left: 3%;
    height: 190px;
  }
}
@media all and (max-width: 414px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .nutella-tout .nutella-container .nutella-text-container {
    left: 2%;
    height: 190px;
  }
}
@media all and (max-width: 375px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .nutella-tout .nutella-container .nutella-text-container {
    left: 1%;
    height: 200px;
  }
}
@media all and (max-width: 320px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .nutella-tout .nutella-container .nutella-text-container {
    left: 1%;
    height: 166px;
  }
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .nutella-tout .nutella-container img {
  width: inherit;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .nutella-tout .nutella-container .image_full {
  display: block;
  width: 95%;
}
@media all and (max-width: 1199px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .nutella-tout .nutella-container .image_full {
    width: 80%;
  }
}
@media all and (max-width: 991px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .nutella-tout .nutella-container .image_full {
    width: 70%;
  }
}
@media all and (max-width: 764px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .nutella-tout .nutella-container .image_full {
    width: 20%;
  }
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .nutella-tout .nutella-container .image_mobile {
  display: none;
}
@media all and (max-width: 775px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .nutella-tout .nutella-container .image_full {
    display: none;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .nutella-tout .nutella-container .image_mobile {
    display: block;
    height: 70%;
  }
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .nutella-tout .nutella-container .bottombutton {
  width: 100%;
  /*text-align: center;*/
  position: absolute;
  bottom: 0;
  left: 138px;
}
@media all and (max-width: 1196px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .nutella-tout .nutella-container .bottombutton {
    left: 101px;
  }
}
@media all and (max-width: 980px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .nutella-tout .nutella-container .bottombutton {
    left: 81px;
  }
}
@media all and (max-width: 775px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .nutella-tout .nutella-container .bottombutton {
    left: 5px;
  }
}
@media all and (max-width: 768px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .nutella-tout .nutella-container .bottombutton {
    left: -8px;
  }
}
@media all and (max-width: 530px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .nutella-tout .nutella-container .bottombutton {
    left: -1px;
  }
}
@media all and (max-width: 480px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .nutella-tout .nutella-container .bottombutton {
    left: -1px;
  }
}
@media all and (max-width: 320px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .nutella-tout .nutella-container .bottombutton {
    left: -4px;
    top: 134px;
  }
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .slide.home-summer-tout {
  overflow: hidden;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ddecf4+0,ffffff+56 */
  background: #ddecf4;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ddecf4 0%, #ffffff 56%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ddecf4 0%, #ffffff 56%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ddecf4 0%, #ffffff 56%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddecf4', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .slide.home-summer-tout img {
  top: -30px;
}
@media all and (max-width: 1600px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.home-summer-tout img {
    top: -10px;
  }
}
@media all and (max-width: 1400px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.home-summer-tout img {
    top: 0px;
  }
}
@media all and (max-width: 640px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.home-summer-tout img {
    width: auto;
    height: 100%;
    left: -15%;
  }
}
@media all and (max-width: 480px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.home-summer-tout img {
    width: 119%;
    height: auto;
    right: -18%;
    left: auto;
  }
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .slide.home-summer-tout span {
  left: 0;
  top: auto;
  text-align: left;
  display: block;
  position: relative;
  text-shadow: none;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .slide.home-summer-tout .fs-headline {
  color: #ffffff;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 42px;
  text-align: left;
  display: block;
  position: relative;
  text-shadow: none;
  line-height: 1;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .slide.home-summer-tout .fs-headline.red {
  color: #aa1212;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .slide.home-summer-tout .fs-sub-header {
  font-size: 26px;
  color: #10257d;
  font-weight: bold;
  line-height: 1;
  margin-top: 15px;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .slide.home-summer-tout .fs-sub-detail {
  font-size: 22px;
  color: #10257d;
  line-height: 1;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .slide.home-summer-tout .fs-legal {
  font-size: 16px;
  line-height: 1;
  color: #454444;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .slide.home-summer-tout #summer-cta {
  position: relative;
  display: inline-block;
  left: 0;
  top: 0;
  margin-top: 0;
  margin-left: 0;
  margin: 15px 0;
}
@media all and (max-width: 1200px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.home-summer-tout .fs-headline {
    font-size: 32px;
    left: auto;
    top: auto;
    bottom: initial;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.home-summer-tout .fs-sub-header {
    font-size: 18px;
    left: auto;
    top: auto;
    bottom: initial;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.home-summer-tout .fs-sub-detail {
    font-size: 16px;
    left: auto;
    top: auto;
    bottom: initial;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.home-summer-tout .fs-legal {
    font-size: 13px;
    left: auto;
    top: auto;
    bottom: initial;
  }
}
@media all and (max-width: 992px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.home-summer-tout .fs-headline {
    font-size: 30px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.home-summer-tout .fs-sub-header {
    margin-top: 10px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.home-summer-tout #summer-cta {
    margin: 10px 0;
  }
}
@media all and (max-width: 640px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.home-summer-tout .fs-headline {
    font-size: 26px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.home-summer-tout .fs-sub-header {
    font-size: 15px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.home-summer-tout .fs-sub-detail {
    font-size: 13px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.home-summer-tout .fs-legal {
    font-size: 10px;
  }
}
@media all and (max-width: 480px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.home-summer-tout .fs-headline {
    font-size: 18px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.home-summer-tout .fs-sub-header {
    font-size: 15px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.home-summer-tout .fs-sub-detail {
    font-size: 12px;
  }
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.home-summer-tout .fs-legal {
    font-size: 10px;
    width: 180px;
  }
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .slide.home-summer-tout .fs-container {
  width: 1200px;
  margin: auto;
  height: 100%;
  padding: 0 15px;
  position: relative;
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .slide.home-summer-tout .fs-container .fs-text-container {
  left: 0%;
  width: auto;
  top: 27%;
  position: absolute;
}
@media all and (max-width: 1300px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.home-summer-tout .fs-container .fs-text-container {
    left: 3%;
  }
}
@media all and (max-width: 992px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.home-summer-tout .fs-container .fs-text-container {
    top: 23%;
    left: 20px;
  }
}
@media all and (max-width: 768px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.home-summer-tout .fs-container .fs-text-container {
    top: 23%;
  }
}
@media all and (max-width: 480px) {
  #homepage #home-slider #home-slider-viewport #home-slider-slides .slide.home-summer-tout .fs-container .fs-text-container {
    top: 33%;
    left: 10px;
  }
}
#homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-header-1,
#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: 'Poppins', 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-header-1.red,
#homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-header.red,
#homepage #home-slider #home-slider-viewport #home-slider-slides .home-foodservice-tout #fs-main.red {
  color: #aa1212;
}
#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-1,
#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: 168px;
  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;
  -webkit-box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.5);
}
#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(0, 0, 0, 0.25);
}
#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: 'Poppins', 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: 'Poppins', 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: #e4002b;
  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 #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 #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: 130px;
  }
  #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-slider {
    height: 115vw;
  }
  #homepage #home-slider #home-recipes .items {
    height: auto;
  }
  #homepage #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;
    width: 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: 479px) {
  #homepage #home-slider #home-slider-viewport > .content-wrapper {
    margin-top: -25px;
  }
  #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;
  height: 260px;
}
#home-product-tout .product-detail-inner {
  height: 135px;
  position: relative;
}
#home-product-tout .product-detail-inner .copy {
  color: #27060c;
  text-align: center;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 28px;
  width: 50%;
}
#home-product-tout .product-detail-inner .copy a {
  font-family: 'Poppins', 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: 'Poppins', Arial, sans-serif;
  font-size: 40px;
  font-weight: bold;
  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) {
  #home-product-tout {
    padding-bottom: 45px;
    height: 195px;
  }
  #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-1,
  #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-1,
  #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-1,
  #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-1,
  #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-1,
  #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-1,
  #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-1,
  #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-1,
  #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-1,
  #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-1,
  #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 .potg-tout,
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-summer-tout {
    height: 348px;
  }
  #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-1,
  #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 .potg-tout,
  #homepage #home-slider #home-slider-viewport #home-slider-slides .home-summer-tout {
    height: 420px;
  }
  #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-1,
  #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-1,
  #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;
  }
}
.headerimagemobile {
  display: none;
}
.productarrayalign {
  top: 80px;
}
@media all and (max-width: 768px) {
  .productarrayalign {
    top: 28px;
  }
  .headerimagemobile {
    display: unset;
  }
  .headerimagedesktop {
    display: none;
  }
}
#homepearlimg {
  width: inherit;
  height: auto;
}
/*#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: 32.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: 'Poppins', 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: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  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.5em;
  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: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    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: 19px;
    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: 24px;
    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: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 24px;
    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.4em;
    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: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  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: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  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: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #512513;
  margin-bottom: 50px;
}
#module-tip-slider .controls strong {
  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: 16px;
  }
  #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: 18px;
  }
  #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%;
}
.onTheGoHeader {
  margin-top: 30px;
  text-align: center;
  font-size: 25px;
  color: #512513;
  font-family: 'Poppins', Arial, sans-serif;
  line-height: 1;
  font-weight: bold;
  margin-top: 45px;
  height: 0;
}
.category-details {
  padding: 40px 0;
}
.category-details h3 {
  width: 85%;
  margin: 30px auto 0;
  -webkit-transform: translateZ(0);
}
.category-details .category-products-center,
.category-details .category-products {
  text-align: left;
  width: 9999px;
}
.category-details .category-products-center .category-product,
.category-details .category-products .category-product {
  display: inline-block;
  text-align: center;
  width: 90px;
  vertical-align: top;
  opacity: 0;
}
.category-details .category-products-center .category-product a,
.category-details .category-products .category-product a,
.category-details .category-products-center .category-product a:visited,
.category-details .category-products .category-product a:visited,
.category-details .category-products-center .category-product a:active,
.category-details .category-products .category-product a:active {
  color: #092343;
}
.category-details .category-products-center .category-product a span,
.category-details .category-products .category-product a span,
.category-details .category-products-center .category-product a:visited span,
.category-details .category-products .category-product a:visited span,
.category-details .category-products-center .category-product a:active span,
.category-details .category-products .category-product a:active span {
  color: #092343;
  display: block;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 8px;
}
.category-details .category-products-center .category-product img,
.category-details .category-products .category-product img {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.category-details .category-products-center .category-product + .category-product,
.category-details .category-products .category-product + .category-product {
  margin-left: 15px;
}
.category-details .category-products-center {
  width: auto !important;
  text-align: center;
  margin-left: 0 !important;
}
.category-details .category-products-center .category-product {
  width: 86px;
}
.category-details .category-products-center .category-product a span {
  margin-top: 15px !important;
}
.textUnderline {
  text-decoration: underline;
}
@media all and (max-width: 767px) {
  .category-details .category-products-center .category-product a span,
  .category-details .category-products .category-product a span,
  .category-details .category-products-center .category-product a:visited span,
  .category-details .category-products .category-product a:visited span,
  .category-details .category-products-center .category-product a:active span,
  .category-details .category-products .category-product a:active span {
    font-size: 15px;
  }
  .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,
  .product-accordian button {
    font-size: 18px !important;
  }
  .category-details h3 {
    width: 78%;
  }
  .category-details .category-products-center,
  .category-details .category-products {
    width: auto !important;
    text-align: center;
    margin-left: 0 !important;
  }
  .category-details .category-products-center .category-product,
  .category-details .category-products .category-product {
    width: 86px;
  }
  .category-details .category-products-center .category-product a span,
  .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-center .category-product,
  .category-details .category-products .category-product {
    width: 115px;
  }
  .category-details .category-products-center .category-product img,
  .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-center .category-product:hover img,
  .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-center .category-product,
  .category-details .category-products .category-product {
    width: 127px;
  }
}
/*#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: 'Poppins', 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-center,
  .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: 'Poppins', Arial, sans-serif;
  font-size: 42px;
  text-align: center;
  margin-bottom: 15px;
}
.product-detail-outer .product-detail-inner .product-subheader {
  color: #333;
  font-family: 'Poppins', Arial, sans-serif;
  text-align: center;
  margin-bottom: 15px;
  font-size: 16px;
}
.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: 14px;
  }
  .product-detail-outer .product-detail-inner .product-subheader span.divide {
    display: block;
    color: #fff;
    font-size: 5px;
  }
}
.product-description {
  font-family: 'Poppins', 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 button,
.product-accordian a {
  color: #512513;
  font-family: 'Poppins', 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,
.product-accordian .accordian-panel + button {
  border-top: 1px solid #ad9465;
}
.product-accordian .accordian-panel {
  display: none;
  margin-bottom: 25px;
  font-size: 14px;
  font-family: 'Poppins', 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;
}
.product-accordian .preparation ul {
  counter-reset: section;
}
.product-accordian .preparation ul > li:before {
  counter-increment: section;
  content: counter(section);
  border: 1px dotted #0088cc;
  color: #0088cc;
  font-family: 'FuturaBT-Medium', Arial, sans-serif;
  font-size: 16px;
  width: 30px;
  height: 30px;
  left: -7px;
  top: 13px;
  position: absolute;
  border-radius: 20px;
  font-weight: normal;
  text-align: center;
  line-height: 30px;
}
.product-accordian .preparation ul > li {
  padding-left: 35px;
  position: relative;
  vertical-align: top;
  padding-top: 21px;
}
.product-accordian .preparation ol {
  margin-top: 20px;
}
.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%;
  text-align: left;
}
.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 span.left-val {
  display: inline-block;
  width: 73px;
}
.nutrition-label table span.right-pct {
  display: inline-block;
  margin-left: 11%;
}
.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.two-column .value-cell {
  width: 50%;
}
.nutrition-label table .daily-value td {
  padding: 5px 0;
  /*  padding-left: 30px;*/
  padding-left: calc(25px + 9%);
}
@media all and (max-width: 991px) {
  .nutrition-label table .value-cell {
    width: 30%;
  }
  .nutrition-label table span.left-val {
    width: 35px;
  }
  .nutrition-label table span.right-pct {
    margin-left: 13%;
    padding-left: 2vw;
  }
}
@media all and (max-width: 991px) {
  .nutrition-label table .value-cell {
    width: 30%;
  }
  .nutrition-label table span.left-val {
    width: 35px;
  }
  .nutrition-label table span.right-pct {
    margin-left: 13%;
    padding-left: 3vw;
  }
}
@media all and (max-width: 411px) {
  .nut-width-label-column {
    width: 19%;
  }
  .three-column .nut-width-label-column {
    width: 25%;
  }
}
@media all and (max-width: 397px) {
  .product-accordian .accordian-panel {
    font-size: 11px !important;
  }
  .two-column .nut-width-label-column {
    width: 28%;
  }
}
@media all and (max-width: 345px) {
  .nut-width-label-column {
    width: 35%;
  }
  .product-accordian .accordian-panel {
    font-size: 10px !important;
  }
  .nutrition-label table .value-cell {
    width: 40%;
    padding-left: 2px;
    padding-right: 2px;
  }
  .nutrition-label table span.left-val {
    width: 27px;
  }
  .nutrition-label table span.right-pct {
    margin-left: 13%;
    padding-left: 10px;
  }
}
#remove-dv-right {
  padding-left: 0;
}
.product-recipe-container .product-recipe {
  display: block;
  margin-top: 30px;
  margin-bottom: 40px;
  width: 310px;
  height: 252px;
  position: relative;
  float: left;
  font-size: 1.2em;
  color: #26060c;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.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: #092343;
  font-family: 'Poppins', Arial, sans-serif;
  margin-top: 10px;
  display: block;
  clear: both;
  font-size: 18px;
}
@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,
  .product-accordian button {
    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,
  .product-accordian button {
    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,
  .product-accordian button {
    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: 1200px;
  height: auto;
  position: absolute;
  max-height: 97vh;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: auto;
  min-height: 50vh;
}
#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: transparent;
  padding: 10px;
  min-height: 46px;
  position: absolute;
  right: 0;
  z-index: 10;
}
#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: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  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: 0px;
}
#buynow .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
  width: 100%;
  height: 500%;
  opacity: .5;
  cursor: pointer;
}
@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***/
.awardText {
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  color: #000;
  font-weight: normal;
  margin-top: 15px;
  display: block;
  text-align: center;
  font-size: 13px;
}
.tout_oceanblue {
  margin-top: 30px;
}
.csWidgetModal-backdrop {
  z-index: 1000 !important;
}
.csWidgetModal {
  z-index: 1001 !important;
}
.recipe-search {
  padding: 30px 0;
  text-align: center;
  width: 100%;
  position: fixed;
  z-index: 10;
}
@media all and (max-width: 960px) and (max-height: 480px) {
  .recipe-search {
    position: absolute;
  }
}
.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 input::placeholder {
  color: #333;
}
.recipe-search .search-bar .search-btn {
  position: absolute;
  right: 9px;
  top: 11px;
}
.recipe-search .other-filters {
  font-family: 'Poppins', 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: #e4002b;
  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: 157px;
}
.no-results {
  text-align: center;
  font-size: 1.5em;
  font-family: 'Poppins', 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: 'Poppins', 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: 'Poppins', 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: 206px;
}
.recipe-items .header {
  color: #26060c;
  font-family: 'Poppins', 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: 'Poppins', 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: 22px;
  }
}
/*#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;
  }
  .recipe-items.nutella-listings .items .recipe {
    width: 49%;
    margin-right: 2%;
    height: auto;
    margin-bottom: 20px;
  }
  .recipe-items.nutella-listings .items .recipe:nth-child(even) {
    margin: 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;
  }
  .recipe-items.nutella-listings .items .recipe {
    margin-bottom: 40px;
  }
}
@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: 185px;
  }
  .recipe-search .other-filters .inline-dropdown ul li a,
  .recipe-search .other-filters {
    font-size: 14px;
  }
  .recipe-search .other-filters .inline-dropdown.product {
    width: 134px;
    padding-right: 18px;
  }
  .recipe-search .other-filters .inline-dropdown-selector.product {
    width: 124px;
  }
  .recipe-search .other-filters .inline-dropdown.classification {
    width: 126px;
    padding-right: 15px;
  }
  .recipe-search .other-filters .inline-dropdown-selector.classification {
    width: 113px;
  }
}
@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: 180px;
  }
  .recipe-items .items .recipe a {
    font-size: 1em;
  }
  /*.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: 1.15em;
  }
}
@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: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -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: .6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.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: 16px;
  }
  .recipe-image {
    height: 56px;
  }
}
@media all and (max-width: 480px) {
  .recipe-image {
    height: 56px;
  }
}
img.print.logo {
  display: none;
}
@media print {
  #skip-nav {
    display: none !important;
  }
  .recipe-detail-outer .recipe-detail-inner .recipe-ingredients {
    float: none !important;
    clear: none !important;
  }
  .recipe-detail-outer .recipe-detail-inner .recipe-products.desktop {
    float: none !important;
    clear: none !important;
  }
  .recipe-detail-outer .recipe-detail-inner .recipe-steps {
    float: none !important;
    clear: none !important;
  }
  .recipe-detail-outer .recipe-detail-inner #recipeImage {
    /*width: 25% !important;*/
  }
  .recipe-detail-outer .recipe-detail-inner .recipe-name,
  h4 {
    font-family: Poppins !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;
  }
  .perfect-pancakes-tout {
    display: none;
  }
}
.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;
  width: calc(100% - 20px);
}
.recipe-detail-outer .recipe-detail-inner {
  border: 1px solid #d3c5ac;
  font-family: 'Poppins', 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: 'Poppins', 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: 'Poppins', Arial, sans-serif;
  text-decoration: underline;
}
#recipeTout h4 {
  text-align: center;
  margin: 20px 0;
  font-size: 30px;
}
#recipeTout h4 .h4Text,
#recipeTout h4 .h4Text .black {
  line-height: 68px;
  vertical-align: top;
}
#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: 1em;
  }
  .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: 'Poppins', Arial, sans-serif;
  text-align: center;
  margin-bottom: 30px;
  margin-top: -15px;
}
/*#endregion*/
/*#region TIPS */
.tip-header {
  color: #000;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 44px;
  /*span {
        color: #df0100;
    }*/
}
@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: 32px;
  font-size: 26px;
  height: 32px;
  margin: 25px 0;
}
.pancake-tips .pancake-tips-content .pancake-tip-link span {
  position: absolute;
  color: #092343;
  font-family: 'Poppins', 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 {
  width: 32px;
  height: 32px;
}
.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: -1px;
  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,
.pancake-tips .pancake-tips-content .pancake-tip-link:hover {
  background-color: #be0100;
  border-radius: 50%;
}
.pancake-tips .pancake-tips-content .pancake-tip-link.selected span,
.pancake-tips .pancake-tips-content .pancake-tip-link:hover span {
  background-color: #be0100;
  border-radius: 50%;
}
.pancake-tips .pancake-tips-content .pancake-tip {
  display: none;
  color: #333;
  font-size: 24px;
  font-family: 'Poppins', Arial, sans-serif;
}
.pancake-tips .pancake-tips-content .pancake-tip.selected {
  display: block;
}
.pancake-tips .pancake-tips-content .mobile-next-btn {
  font-family: 'Poppins', 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: 'Poppins', 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;
  }
}

/*CUSTOMER CARE END*/