@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url("https://fonts.googleapis.com/css2?family=Arima:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Karla:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Karla:wght@400;500;600;700;800&display=swap");
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent displaying `audio` without controls in Mobile Safari 4/5/6/7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address inconsistent styling of `abbr[title]`.
 * 1. Correct styling in Firefox 39 and Opera 12.
 * 2. Correct missing styling in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Address inconsistent styling of b and strong.
 * 1. Correct duplicate application of `bolder` in Safari 6.0.2.
 * 2. Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+.
 */
b,
strong {
  font-weight: inherit; /* 1 */
}

b,
strong {
  font-weight: bolder; /* 2 */
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address inconsistent styling of `hr`.
 * 1. Correct `box-sizing` set to `border-box` in Firefox.
 * 2. Correct `overflow` set to `hidden` in IE 8/9/10/11 and Edge 12.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * 1. Correct inheritance and scaling of font-size for preformatted text.
 * 2. Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct font properties not being inherited.
 * 2. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Restore focus style in Firefox 4+ (unset by a rule above)
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Address `appearance` set to `searchfield` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Restore font weight (unset by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/*! jQuery UI - v1.11.4 - 2016-04-08
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, button.css, dialog.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0; /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible; /* removes extra width in IE */
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em;
}

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: 0.4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}

/* button sets */
.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*$global-mobile-bg-image: url(/img/b2c/global/m_0_global_background-tile.jpg);
$global-tablet-bg-image: url(/img/b2c/global/d_0_global_background-tile.jpg);*/
/*#region headlines/sub heads */
/*#endregion */
/*#region buttons */
/*#endregion */
/*#region intro section */
/*#endregion */
/*#region form elements */
/*#endregion */
/*#region global dimensions */
/*#endregion */
/*#region media queries */
/*

File Location: Global
File Name: media-queries.scss

*/
/*--------------------------------------------------
Media Queries - Target Points
--------------------------------------------------*/
/*--------------------------------------------------
Media Queries - Mixins
--------------------------------------------------*/
/* DESKTOP -  Max width of the website */
/*#endregion */
/*#region dialog close */
/*#endregion */
/*sublayouts*/
/*endsublayouts*/
.filter-jump-sub-layout-dropdown .current-selection, .header .secondary-nav > li, .header .nav-items-container, input[type=text],
textarea,
select, .button, .inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.brand-description-sub-layout .share, .product-description-sub-layout .share, .filter-jump-sub-layout-links .links, .cheese-event-detail-page-template .share, .secondary-footer .legal, .secondary-footer .family-logos, .footer .secondary-footer .legal, .footer .secondary-footer .family-logos, .footer .terms, .footer .social-links ul, .footer .site-links ul, .header .primary-nav .sub-menu > ul ul, .header .primary-nav .sub-menu > ul, .header .primary-nav, .header .secondary-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*#region headlines/sub heads */
/*#endregion */
/*#region buttons */
/*#endregion */
/*#region intro section */
/*#endregion */
/*#region form elements */
/*#endregion */
/*#region global dimensions */
/*#endregion */
/*#region media queries */
/*#endregion */
/*#region dialog close */
/*#endregion */
/*sublayouts*/
/*endsublayouts*/
/*added*/
/*end added*/
/*#region left nav variation */
/*#endregion */
/*#region print friendly */
/*#endregion */
/*added for saputo ca*/
/*$article-header-tablet-margin:*/
/*end added*/
/*
$dark-article-background: #1a1a1a !default;
$dark-article-text: #e8e8e8 !default;
$dark-article-text-muted: #ccc !default;
$dark-article-border: #404040 !default;
$dark-article-card-background: #2a2a2a !default;
$dark-article-code-background: #2a2a2a !default;
$dark-article-blockquote-background: #2a2a2a !default;
*/
/*added for Saputo*/
/*end added*/
/*added for saputo*/
/*end added*/
/*#mobile thumbnails section*/
/*#end mobile thumbnails section*/
/*$faq-headline-font-family: null;
$faq-headline-font-weight: null;
$faq-headline-text-transform: null;
$faq-headline-font-color: null;

$faq-subhead-font-family: null;
$faq-subhead-text-transform: normal;
$faq-subhead-font-weight: null;
$faq-subhead-font-color: null;

$faq-headline-mobile-font-size: null;
$faq-subhead-mobile-font-size: null;
$faq-headline-tablet-font-size: null;
$faq-subhead-tablet-font-size: null;
$faq-headline-desktop-font-size: null;
$faq-subhead-desktop-font-size: null;
    */
/*#region dropdown variation */
/*#endregion */
/*#region links variation */
/*#endregion */
/*$generic-grid-text-content-padding-top: 10px;
$generic-grid-h4-padding-top-tablet: 10px;
$generic-grid-h4-padding-top-desktop: 10px;*/
/*added for saputo*/
/**/
/*end added*/
/*added for saputo*/
/*end added*/
/*added for Saputo*/
/*end added*/
/*B2C*/
/*Knockout*/
/*Knockout*/
/*Knockout*/
/*added for saputo*/
/*$product-brand-text-content-width: null;*/
/*$product-brand-first-grid-container-padding-mobile: 50px 0 0 0;
$product-brand-first-grid-container-padding-tablet: 50px 0 0 0;
$product-brand-first-grid-container-padding-desktop: 50px 0 0 0;*/
/*end added*/
/*nutrition button region*/
/*endregion*/
/*added for Saputo*/
/*end added*/
/*$recipe-description-print-bg-image: url(/-/media/Ecosystem/Divisions/SCUSA/Sites/Food-Services/Food-Services-Images/print_mobile.png);*/
/*$recipe-sub-layout-jump-margin-top: null;
$recipe-sub-layout-jump-margin: null;
$recipe-sub-layout-jump-padding-top: null;*/
/*$recipe-short-headline-text-align: center;*/
/*For recipe sublayout only when recipe short*/
html {
  font-size: 62.5%;
  /* -webkit-overflow-scrolling: touch;*/
}
html.masked {
  height: 100%;
  overflow: hidden;
}

body {
  font-family: karla, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  color: #666;
  line-height: 1.3333333333em;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25em;
  }
}
.masked body {
  height: 100%;
  overflow: hidden;
}
body h1, body h2, body h3, body h4, body h5, body h6, body p, body ul, body ol, body li, body a {
  word-wrap: break-word;
}

.padding-default {
  padding: 25px;
}

.margin-default {
  margin: 0;
}

.site-wrapper {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .site-wrapper {
    max-width: 1440px;
  }
}

.site-mask {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.masked .site-mask {
  display: block;
}

button {
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

h1,
h2,
.headline {
  margin-bottom: 20px;
  margin-left: 0;
  font-family: americane-condensed, "Open Sans";
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 500;
  color: #f1e3cd;
  text-transform: uppercase;
}
h1:last-child,
h2:last-child,
.headline:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  h1,
  h2,
  .headline {
    font-size: 41px;
    font-size: 4.1rem;
  }
  h1:last-child,
  h2:last-child,
  .headline:last-child {
    margin-bottom: 0;
  }
}

h3,
h4,
.sub-head {
  margin-bottom: 15px;
  margin-left: 0;
  font-family: "Open Sans";
  line-height: 1.05em;
  letter-spacing: normal;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
h3:last-child,
h4:last-child,
.sub-head:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  h3,
  h4,
  .sub-head {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 1024px) {
  h3,
  h4,
  .sub-head {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

a {
  font-weight: bold;
  color: #e31b23;
}

.off-screen {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 1px;
  height: 1px;
  text-align: left;
  overflow: hidden;
}

.inner {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 1024px) {
  .inner {
    max-width: 1300px;
    padding-right: 26px;
    padding-left: 26px;
  }
}

.button {
  display: block;
  width: 100%;
  padding: 8px 30px 8px 10px;
  border: 2px solid #e31b23;
  font-family: americane-condensed, "Open Sans";
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background-color: #e31b23;
}
.button:after {
  content: "\f054";
  display: inline-block;
  width: 20px;
  margin-right: -20px;
  text-align: right;
  font-family: "FontAwesome";
  font-size: 12px;
  font-size: 1.2rem;
}
.button.secondary-cta {
  border-color: #782327;
  color: #fff;
  background-color: #782327;
}
@media screen and (min-width: 768px) {
  .button {
    display: inline-block;
    width: auto;
    padding: 12px 34px 12px 14px;
    border-width: 1px;
    font-weight: 500;
  }
}
@media screen and (min-width: 1024px) {
  .button {
    padding: 18px 44px 18px 23px;
    border-width: 2px;
    font-size: 17px;
    font-size: 1.7rem;
  }
  .button:after {
    width: 21px;
    margin-right: -21px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.cta-container {
  max-width: 100%;
}
.cta-container .button {
  width: 100%;
  margin-bottom: 10px;
}
.cta-container .button:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .cta-container {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .cta-container .button {
    margin-right: 12px;
    margin-bottom: 0;
  }
  .cta-container .button:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .cta-container .button {
    margin-right: 25px;
  }
  .cta-container .button:last-child {
    margin-right: 0;
  }
}

.stand-alone-link {
  display: inline-block;
  font-weight: bold;
  color: #e31b23;
  text-decoration: none;
}
.stand-alone-link:after {
  content: "\f138";
  margin-left: 0.5em;
  font-family: "FontAwesome";
  font-size: inherit;
}
.stand-alone-link span {
  text-decoration: underline;
}
.stand-alone-link.view-more:after {
  content: "\f13a";
}
.stand-alone-link.show-less:after {
  content: "\f139";
}
.stand-alone-link.view-nutrition:after {
  content: "\f055";
}

/*#region videos */
.video-container {
  position: relative;
  padding-top: 56.25%;
  opacity: 1;
  transition: all opacity 0.1s ease-in-out ease;
}
.video-container img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-container iframe {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-container:after {
  content: "\f01d";
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  font-family: "FontAwesome";
  font-size: 60px;
  font-size: 6rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1em;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.video-container.api-loaded {
  cursor: pointer;
  opacity: 1;
}
.video-container.active-video img {
  z-index: 0;
}
.video-container.active-video iframe {
  z-index: 1;
}
.video-container.active-video:after {
  display: none;
}
@media screen and (min-width: 1024px) {
  .video-container:after {
    font-size: 85px;
    font-size: 8.5rem;
  }
}

/*#endregion */
/*#region intro copy */
.intro .headlines {
  margin-bottom: 10px;
}
.intro .headlines:last-child {
  margin-bottom: 0;
}
.intro .headlines .headline {
  margin-bottom: 4px;
}
.intro .headlines .headline:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .intro .headlines {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .intro.side-by-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .intro.side-by-side .headlines {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 242.6666666667px;
    -moz-box-flex: 1;
    -moz-flex: 1 1 242.6666666667px;
    -ms-flex: 1 1 242.6666666667px;
    flex: 1 1 242.6666666667px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
    padding-right: 20px;
  }
  .intro.side-by-side .headlines .headline {
    margin-bottom: 6px;
  }
  .intro.side-by-side .headlines .headline:last-child {
    margin-bottom: 0;
  }
  .intro.side-by-side .headlines .sub-head {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
  }
  .intro.side-by-side .body-copy {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 485.3333333333px;
    -moz-box-flex: 1;
    -moz-flex: 1 1 485.3333333333px;
    -ms-flex: 1 1 485.3333333333px;
    flex: 1 1 485.3333333333px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 6px;
  }
}
@media screen and (min-width: 1024px) {
  .intro.side-by-side .headlines {
    -webkit-flex-basis: 416px;
    -moz-flex-basis: 416px;
    -ms-flex-preferred-size: 416px;
    flex-basis: 416px;
    margin-bottom: 0;
    padding-right: 30px;
  }
  .intro.side-by-side .headlines .sub-head {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .intro.side-by-side .body-copy {
    -webkit-flex-basis: 832px;
    -moz-flex-basis: 832px;
    -ms-flex-preferred-size: 832px;
    flex-basis: 832px;
    padding-left: 5px;
  }
}
/*#endregion */
/*#region grid (not for content placeholders) */
.grid-container .grid-item {
  margin-bottom: 45px;
}
.grid-container .grid-item:last-child {
  margin-bottom: 0;
}
.grid-container .grid-item .main-image {
  display: block;
  margin-bottom: 20px;
}
.grid-container .grid-item .main-image:last-child {
  margin-bottom: 0;
}
.grid-container .grid-item .main-image img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .grid-container {
    margin-bottom: -45px;
    overflow: auto;
  }
  .grid-container .grid-item {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.3333333333%;
  }
  .grid-container .grid-item:last-child {
    margin-bottom: 45px;
  }
  .grid-container .grid-item:nth-child(3n+1) {
    clear: left;
    padding-right: 12px;
  }
  .grid-container .grid-item:nth-child(3n+2) {
    padding: 0 6px;
  }
  .grid-container .grid-item:nth-child(3n+3) {
    padding-left: 12px;
  }
  .grid-container .grid-item .text-content {
    padding-right: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .grid-container {
    margin-bottom: -50px;
  }
  .grid-container .grid-item {
    margin-bottom: 50px;
  }
  .grid-container .grid-item:last-child {
    margin-bottom: 50px;
  }
  .grid-container .grid-item:nth-child(3n+1) {
    padding-right: 10px;
  }
  .grid-container .grid-item:nth-child(3n+2) {
    padding: 0 5px;
  }
  .grid-container .grid-item:nth-child(3n+3) {
    padding-left: 10px;
  }
  .grid-container .grid-item .text-content {
    padding-right: 20px;
  }
}

/*#endregion */
/*#region FontAwesome */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-navicon:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-times:before {
  content: "\f00d";
}

.fa-search:before {
  content: "\f002";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-print:before {
  content: "\f02f";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-plus-circle:before {
  content: "\f055";
}

/*#endregion */
/*#region form elements */
fieldset {
  margin: 0 0 30px;
  padding: 0;
  border: none;
}
fieldset label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  font-style: normal;
}
fieldset .error-message {
  margin-top: 10px;
  font-size: 0.8571428571em;
  font-weight: 600;
  font-style: normal;
  color: #e31b23;
}
fieldset.optional label:after {
  content: " (Optional)";
  font-weight: normal;
  font-style: normal;
}
fieldset .input-validation-error {
  border-color: #e31b23;
}
fieldset input[type=text].input-validation-error,
fieldset textarea.input-validation-error,
fieldset select.input-validation-error {
  border-color: #e31b23;
}
fieldset.error label {
  color: #e31b23;
}
fieldset.error input[type=text],
fieldset.error textarea,
fieldset.error select {
  border-color: #e31b23;
}
fieldset.form-attachment input[type=file]:hover + div label.button {
  opacity: 0.7;
}
@media screen and (min-width: 1024px) {
  fieldset {
    margin-bottom: 20px;
  }
}

.input-validation-error.legal-checkbox + input[type=hidden] + label:before {
  color: #e31b23;
}

.validation-summary-errors {
  padding: 20px;
  background-color: #efefef;
}
.validation-summary-errors * {
  color: #e31b23;
}

input[type=text],
textarea,
select {
  position: relative;
  width: 100%;
  height: 35px;
  padding: 0 12px;
  border: 1px solid #666;
  border-radius: 4px;
  background-color: transparent;
  font: inherit;
}
input[type=text][disabled],
textarea[disabled],
select[disabled] {
  opacity: 0.5;
  cursor: default;
}

input[type=text],
textarea,
.select-container {
  background-color: #fff;
}

input[type=text] {
  font-family: karla, sans-serif;
}
input[type=text]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  font-family: karla;
  font-style: normal;
  color: #666;
}
input[type=text]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  font-family: karla;
  font-style: normal;
  color: #666;
  opacity: 1;
}
input[type=text]::-moz-placeholder { /* Mozilla Firefox 19+ */
  font-family: karla;
  font-style: normal;
  color: #666;
  opacity: 1;
}
input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-family: karla;
  font-style: normal;
  color: #666;
}
input[type=text]:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  font-family: karla;
  font-style: normal;
  color: #666;
}

select {
  padding: 0 8px;
}

.select-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  position: relative;
}
.select-container select {
  z-index: 1;
  padding-right: 30px;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.select-container select::-ms-expand {
  display: none;
}
.select-container:after {
  content: "\f078";
  position: relative;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  z-index: 0;
  right: 30px;
  width: 30px;
  margin-right: -30px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "FontAwesome";
  color: #666;
  text-align: center;
}

.radio-container,
.checkbox-container {
  position: relative;
}
.radio-container input[type=radio],
.radio-container input[type=checkbox],
.checkbox-container input[type=radio],
.checkbox-container input[type=checkbox] {
  position: absolute;
  left: -9999px;
}
.radio-container label:not(.error), .radio-container span,
.checkbox-container label:not(.error),
.checkbox-container span {
  display: inline-block;
  position: relative;
  padding-left: 1.25em;
  cursor: pointer;
}
.radio-container label:not(.error):before, .radio-container span:before,
.checkbox-container label:not(.error):before,
.checkbox-container span:before {
  content: "\f10c";
  display: block;
  position: absolute;
  left: 0;
  font-family: "FontAwesome";
  font-size: 1em;
  line-height: inherit;
}
.radio-container input[type=radio]:focus + label:not(.error):before,
.radio-container input[type=checkbox]:focus + label:not(.error):before,
.checkbox-container input[type=radio]:focus + label:not(.error):before,
.checkbox-container input[type=checkbox]:focus + label:not(.error):before {
  outline: 1px dotted;
}
.radio-container.IsChecked #legal-label:before,
.checkbox-container.IsChecked #legal-label:before {
  content: "\f058";
}
.radio-container input[type=radio]:checked + label:not(.error):before,
.radio-container input[type=checkbox]:checked + label:not(.error):before,
.radio-container input[type=checkbox]:checked + .error + [type=hiddem] + label:not(.error):before,
.radio-container input[type=checkbox].valid:checked ~ label:before,
.checkbox-container input[type=radio]:checked + label:not(.error):before,
.checkbox-container input[type=checkbox]:checked + label:not(.error):before,
.checkbox-container input[type=checkbox]:checked + .error + [type=hiddem] + label:not(.error):before,
.checkbox-container input[type=checkbox].valid:checked ~ label:before {
  content: "\f058";
}
.radio-container input[type=radio]:checked + span:before,
.checkbox-container input[type=radio]:checked + span:before {
  content: "\f058";
}
.radio-container input[type=radio]:focus + input + label:before,
.radio-container input[type=checkbox]:focus + input + label:before,
.checkbox-container input[type=radio]:focus + input + label:before,
.checkbox-container input[type=checkbox]:focus + input + label:before {
  outline: 1px dotted;
}
.radio-container input[type=radio]:checked + input + label:before,
.radio-container input[type=checkbox]:checked + input + label:before,
.checkbox-container input[type=radio]:checked + input + label:before,
.checkbox-container input[type=checkbox]:checked + input + label:before {
  content: "\f058";
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=text],
  input[type=date],
  textarea,
  select,
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px;
  }
}
/*#endregion */
/*#region overlays */
.overlay-content {
  display: none;
}

.ui-widget-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.ui-dialog .ui-dialog-titlebar {
  height: 30px;
  margin-bottom: 10px;
  padding: 0;
}
.ui-dialog .ui-dialog-titlebar-close {
  right: 0;
  top: 0;
  width: auto;
  height: 30px;
  margin: 0;
  padding: 0;
}
.ui-dialog .ui-dialog-titlebar-close .ui-button-text {
  display: inline;
  padding: 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  line-height: 30px;
  vertical-align: middle;
  text-decoration: underline;
  text-indent: 0;
}
.ui-dialog .ui-dialog-titlebar-close:after {
  content: "\f00d";
  margin-left: 10px;
  font-family: "FontAwesome";
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
  line-height: 30px;
  vertical-align: middle;
}
.ui-dialog .ui-dialog-content {
  padding: 12px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4166666667em;
  background-color: #fff;
}

@media screen and (min-width: 1024px) {
  .ui-dialog .ui-dialog-titlebar-close .ui-button-text {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .ui-dialog .ui-dialog-content {
    line-height: 1.6666666667em;
  }
}
/*#endregion */
/*Social Share and Print styles*/
.js-social-share:hover {
  opacity: 0.8;
}

.print:hover {
  opacity: 0.8;
}

/*#endregion */
.field-required {
  color: #e31b23;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  html.masked {
    overflow: scroll;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  html.masked {
    overflow: scroll;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  html.masked {
    overflow: scroll;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  html.masked {
    overflow: scroll;
  }
}
.content-placeholder-sub-layout-3-column-sd .cta-container, .content-placeholder-sub-layout-3-column-ds .cta-container, .content-placeholder-sub-layout-3-column-sss .cta-container {
  flex-wrap: wrap;
  -wekit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}
.content-placeholder-sub-layout-3-column-sd .cta-container .button, .content-placeholder-sub-layout-3-column-ds .cta-container .button, .content-placeholder-sub-layout-3-column-sss .cta-container .button {
  margin-right: 0;
  margin-bottom: 10px;
}

.awards-short .side-by-side {
  padding-top: 0 !important;
}

.nutrition-container select option {
  border-right: 1px solid #7b7b7b;
}

.intro.side-by-side .headlines {
  padding-right: 0;
}

.form-attachment {
  width: 100% !important;
}

.input-file-custom {
  overflow: hidden;
  max-width: 320px;
}
.input-file-custom > input[type=file] {
  position: absolute;
  display: block;
  z-index: 1;
  opacity: 0;
  padding: 4px;
  width: 100px;
  cursor: pointer;
  padding: 0 4px 4px 0;
  margin: -2px 0px 0 -4px;
  font-size: 27px;
}
.input-file-custom .fake-file label.button {
  display: inline-block;
  float: left;
  margin-right: 10px;
  width: auto;
  padding: 7px 10px;
  background-color: #e31b23;
  border-color: transparent;
  background-image: none;
  font-size: 14px;
}
.input-file-custom .fake-file label.path {
  display: inline-block;
  float: left;
  width: 70%;
  height: auto;
  margin-left: 0;
  word-wrap: break-word;
  font-size: 14px;
  font-weight: normal;
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .input-file-custom {
    max-width: inherit;
  }
}

.global-link {
  cursor: pointer;
}

.position-relative {
  position: relative;
}

[v-cloak] {
  display: none;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

h1,
h2,
.headline {
  text-transform: none;
  font-weight: 500;
  line-height: 110%;
  font-family: americane-condensed, "Open Sans";
}

h4.sub-head {
  font-family: americane-condensed, "Open Sans";
}

.headline img {
  margin: 0 0 -10px 20px !important;
  display: inline !important;
}

.left-container ul li a img {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .button {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .button {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .button {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: normal;
  }
}

input[type=text],
textarea,
select {
  border-radius: 0;
}

sup {
  top: -0.6em;
}

sub,
sup {
  font-size: 55%;
}

a {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  img.rte-responsive-img {
    width: 100%;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  img.imported-cheese {
    width: 320px;
    height: 213px;
  }
  img.stella {
    width: 320px;
    height: 242px;
  }
}
/*Arima*/
@media print {
  .recipe-description-sub-layout .headline {
    margin-bottom: 15px;
    font-family: americane-condensed, "Open Sans";
  }
  .recipe-description-sub-layout .recipe-intro {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 35px;
  }
  .recipe-description-sub-layout .recipe-intro .recipe-overview {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0;
  }
  .recipe-description-sub-layout .recipe-intro .recipe-description {
    padding-top: 40px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .recipe-description-sub-layout .recipe-intro .recipe-description p, .recipe-description-sub-layout .recipe-intro .recipe-description ul li {
    color: #737373;
  }
  .recipe-description-sub-layout .ingredients-directions-container {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: transparent;
    color: #737373;
    border-top: 1px solid #737373;
    background: none;
  }
  .recipe-description-sub-layout .ingredients-directions-container .nosleep {
    display: none;
  }
  .recipe-description-sub-layout .ingredients-directions-container .directions {
    background-color: transparent;
    color: #737373;
    order: -1;
    min-width: 100%;
  }
  .recipe-description-sub-layout .ingredients-directions-container .directions p:nth-child(2) b {
    font-family: "Arima", cursive;
    font-weight: lighter;
    font-size: 30px;
    font-size: 3rem;
    color: black;
    display: block;
  }
  .recipe-description-sub-layout .ingredients-directions-container .directions p, .recipe-description-sub-layout .ingredients-directions-container .directions ul li {
    color: #737373;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
  }
  .recipe-description-sub-layout .ingredients-directions-container .directions ul {
    padding-left: 20px;
  }
  .recipe-description-sub-layout .ingredients-directions-container .directions ul li {
    padding-left: 0;
    list-style-type: disc;
  }
  .recipe-description-sub-layout .ingredients-directions-container .directions ul li:before {
    display: none;
  }
  .recipe-description-sub-layout .ingredients-directions-container .directions h2, .recipe-description-sub-layout .ingredients-directions-container .directions .headline {
    font-family: americane-condensed, "Open Sans";
    font-weight: 500;
    font-size: 30px;
    font-size: 3rem;
    color: black;
  }
  .recipe-description-sub-layout .ingredients-directions-container .ingredients {
    color: #737373;
    border-top: 1px solid #737373;
    padding-top: 45px;
    margin-top: 20px;
  }
  .recipe-description-sub-layout .ingredients-directions-container .ingredients p, .recipe-description-sub-layout .ingredients-directions-container .ingredients ul li {
    color: #737373;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
  }
  .recipe-description-sub-layout .ingredients-directions-container .ingredients ul {
    padding-left: 20px;
  }
  .recipe-description-sub-layout .ingredients-directions-container .ingredients ul li {
    padding-left: 0;
    list-style-type: disc;
    margin-bottom: 10px;
  }
  .recipe-description-sub-layout .ingredients-directions-container .ingredients ul li:before {
    display: none;
  }
  .recipe-description-sub-layout .ingredients-directions-container .ingredients h2, .recipe-description-sub-layout .ingredients-directions-container .ingredients .headline {
    font-family: americane-condensed, "Open Sans";
    font-weight: 500;
    font-size: 30px;
    font-size: 3rem;
    color: black;
    /*width: 30%;*/
  }
  .recipe-description-sub-layout .recipe-summary {
    display: none;
  }
  .recipe-description-sub-layout .recipe-description h2, .recipe-description-sub-layout .recipe-description .headline {
    font-family: americane-condensed, "Open Sans";
    font-weight: 500;
  }
  .recipe-description-sub-layout .recipe-description .body-copy {
    font-family: "OpenSans", sans-serif;
  }
  .secondary-footer {
    display: none;
  }
}
@media print and (min-device-width: 768px) {
  .recipe-description-sub-layout .ingredients-directions-container .ingredients h2, .recipe-description-sub-layout .ingredients-directions-container .ingredients .headline {
    width: 30%;
  }
  .recipe-description-sub-layout .ingredients-directions-container .ingredients p {
    width: 30%;
    float: left;
  }
  .recipe-description-sub-layout .ingredients-directions-container .ingredients ul {
    margin-top: -45px;
    width: 60%;
    float: right;
  }
}
@media print and (min-device-width: 1024px) {
  .recipe-detail-page-template {
    /*margin-top: 190px;*/
  }
  .recipe-description-sub-layout {
    margin-top: 2%;
  }
  .recipe-description-sub-layout .ingredients-directions-container .directions, .recipe-description-sub-layout .ingredients-directions-container .ingredients {
    padding-left: 20px;
  }
  .recipe-description-sub-layout .ingredients-directions-container .directions h2, .recipe-description-sub-layout .ingredients-directions-container .directions .headline, .recipe-description-sub-layout .ingredients-directions-container .ingredients h2, .recipe-description-sub-layout .ingredients-directions-container .ingredients .headline {
    font-size: 41px;
    font-size: 4.1rem;
  }
  .recipe-description-sub-layout .ingredients-directions-container .directions p:nth-child(2) b {
    font-size: 41px;
    font-size: 4.1rem;
  }
  .recipe-description-sub-layout .recipe-description h2, .recipe-description-sub-layout .recipe-description .headline {
    font-size: 41px;
    font-size: 4.1rem;
  }
  .footer {
    display: block;
  }
  .footer .footer-container {
    display: none;
  }
  .footer .footer-container.footer-container-bottom {
    /*display: block;*/
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .footer-container.footer-container-bottom > div {
    width: 30%;
  }
  .footer .footer-container.footer-container-bottom .footer-row {
    width: 70%;
  }
  .footer .footer-container.footer-container-bottom .footer-bottom-left {
    /*width: 60%;*/
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .footer-container.footer-container-bottom .footer-bottom-left p:nth-child(2) {
    display: none;
  }
  .footer .footer-container.footer-container-bottom .footer-bottom-left .secondary-links {
    width: 75%;
    padding-left: 25%;
    top: -12px;
    position: absolute;
  }
  .footer .secondary-footer {
    display: none;
  }
  .header.static-header {
    display: block;
  }
  .header.static-header * {
    display: none;
  }
  .header.static-header {
    background-color: transparent;
  }
  .header.static-header .inner {
    display: block;
  }
  .header.static-header .inner nav {
    display: none;
  }
  .header.static-header .inner .logo {
    display: block;
  }
}
.hero-placeholder-sub-layout-carousel .slick-dots {
  width: auto;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.hero-placeholder-component-image .headline {
  color: #fff;
}

.multiple-filter-jump-sub-layout-dropdown .multiple-filter-content {
  background-color: #f1e3cd !important;
}
.multiple-filter-jump-sub-layout-dropdown .multiple-filter-content .inner .nav-categories {
  gap: 20px;
}
.multiple-filter-jump-sub-layout-dropdown .multiple-filter-content .inner .nav-categories .category {
  color: #e31b23;
  border-left: 0px solid #f1e3cd;
  background-color: #f1e3cd;
  font-family: americane-condensed, "Open Sans";
  text-transform: uppercase;
  text-align: right;
}
.multiple-filter-jump-sub-layout-dropdown .multiple-filter-content .inner .nav-categories .current-selection {
  color: #782327;
  border-radius: 11px 11px 4px 4px;
  border: 2px solid #782327 !important;
}
.multiple-filter-jump-sub-layout-dropdown .multiple-filter-content .inner .nav-categories .current-selection button {
  font-family: americane-condensed, "Open Sans";
}
.multiple-filter-jump-sub-layout-dropdown .multiple-filter-content .inner .nav-categories .current-selection .category-values .filter-option {
  font-size: 2.1rem;
  font-weight: 500;
  padding: 7px 0px;
  text-align: center;
}
.multiple-filter-jump-sub-layout-dropdown .multiple-filter-content .inner .nav-categories .current-selection .category-values .filter-option:hover {
  text-decoration: underline;
}
.multiple-filter-jump-sub-layout-dropdown .multiple-filter-content .inner .nav-categories .current-selection::after {
  color: #782327;
  font-size: 2rem;
}
.multiple-filter-jump-sub-layout-dropdown .multiple-filter-content .inner .nav-categories .current-selection.open {
  color: #e31b23;
}
@media screen and (max-width: 767px) {
  .multiple-filter-jump-sub-layout-dropdown .multiple-filter-content .inner .nav-categories {
    gap: 0px;
  }
  .multiple-filter-jump-sub-layout-dropdown .multiple-filter-content .inner .nav-categories .current-selection {
    margin: 0px 7px;
    font-size: 1.7rem;
    font-weight: 500;
  }
  .multiple-filter-jump-sub-layout-dropdown .multiple-filter-content .inner .nav-categories .current-selection .category-values .filter-option {
    font-size: 1.7rem;
    font-weight: 500;
    padding: 4px 0px;
    text-align: center;
    border-bottom: 1px solid #999;
  }
  .multiple-filter-jump-sub-layout-dropdown .multiple-filter-content .inner .nav-categories .current-selection .category-values .filter-option:last-child {
    border-bottom: none;
  }
}
@media screen and (min-width: 1024px) {
  .multiple-filter-jump-sub-layout-dropdown .multiple-filter-content .inner .clear-values {
    position: absolute;
    top: 12px;
    left: 19%;
    font-family: americane-condensed, "Open Sans";
    font-size: 2rem;
    text-transform: uppercase;
  }
}

.FS-BottomBoard .content-placeholder-component {
  background-repeat: no-repeat;
  background-position: top;
  background-size: auto;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 125px;
}
.FS-BottomBoard .content-placeholder-component .headline-span {
  color: #fff !important;
  font-size: 7rem !important;
}

.FS-SlateBottomBoard {
  background-color: #ffffff !important;
  background-image: url("https://saputo.canto.com/direct/image/1adi2sv4td0a52bujvlvj81v70/d7rCOyfnQ0VNCcP9UrMTith05R0/original?content-type=image%2Fjpeg&name=ProductLandingVerticalSlateBoardBottom.jpg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position-x: center;
  padding-bottom: 121px !important;
}
@media screen and (max-width: 767px) {
  .FS-SlateBottomBoard {
    background-size: cover;
    background-position: bottom;
    background-image: url("https://saputo.canto.com/direct/image/75ihujmnhp189dc31641t5446u/kwNennHwQ8mrtLa2K8fScgjxw2I/original?content-type=image%2Fjpeg&name=mUsaFS-SlateBoardBlack.jpg");
    padding-bottom: 64px !important;
  }
}
.FS-SlateBottomBoard .content-placeholder-component .headline-span {
  color: #fff !important;
  font-size: 7rem !important;
}

.FS-SlateBoard {
  background-repeat: no-repeat;
  background-position: top 50px center;
  background-image: url("https://saputo.canto.com/direct/image/s2h9eqe7s53cpb6qtm82voeb3q/kYNYYE0QblfR2iCwRXy6rOB5S9s/original?content-type=image%2Fjpeg&name=ProductLandingVerticalSlateBoard.jpg");
}
@media screen and (max-width: 767px) {
  .FS-SlateBoard {
    background-repeat: repeat-y;
    background-position: top 0px center;
    background-image: url("https://saputo.canto.com/direct/image/75ihujmnhp189dc31641t5446u/kwNennHwQ8mrtLa2K8fScgjxw2I/original?content-type=image%2Fjpeg&name=mUsaFS-SlateBoardBlack.jpg");
  }
}
.FS-SlateBoard .inner {
  max-width: 1130px;
}
.FS-SlateBoard .inner .grid-container {
  padding-top: 117px !important;
}
.FS-SlateBoard .inner .grid-container .grid-item {
  margin-bottom: 30px !important;
  background: none;
}
.FS-SlateBoard .inner .grid-container .grid-item .main-image {
  border: 2px solid rgba(255, 255, 255, 0.9);
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.FS-SlateBoard .inner .grid-container .grid-item .main-image img {
  transform: scale(1.1);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.FS-SlateBoard .inner .grid-container .grid-item .text-content {
  padding-right: 0px !important;
}
.FS-SlateBoard .inner .grid-container .grid-item .text-content .sub-head {
  justify-self: center;
  text-align: center;
  border-bottom: 2px solid #ccc;
  font-size: 3.1rem;
}
.FS-SlateBoard .inner .grid-container .grid-item .text-content .sub-head a {
  color: #fff !important;
  justify-self: center;
  text-transform: uppercase !important;
  font-family: americane-condensed, "Open Sans";
}
.FS-SlateBoard .inner .grid-container .grid-item:hover .main-image {
  border: 2px solid rgba(255, 255, 255, 0.9);
}
.FS-SlateBoard .inner .grid-container .grid-item:hover .main-image img {
  transform: scale(1);
}

.FS-RecipeDarkWood .inner {
  background-image: url("https://saputo.canto.com/direct/image/tr1sqs5fn17t7ernle0es4ju7g/KiypXZ0lTE58oK4HV9xyuTZ8GlU/original?content-type=image%2Fpng&name=RecipeDarkWood.png");
}
.FS-RecipeDarkWood .inner .content .headline {
  text-shadow: 2px 2px 3px #231f20;
}

.FS-RecipeSlate .inner {
  background-image: url("https://saputo.canto.com/direct/image/qri92tteol7cf1lqckkaoftk0i/-szJK1njAUhWUtQNQhoL34D7-AE/original?content-type=image%2Fpng&name=RecipeSlate.png");
}
.FS-RecipeSlate .inner .content .headline {
  color: #fff !important;
}

.FS-RecipeMarbleOne .inner {
  background-image: url("https://saputo.canto.com/direct/image/m02pfm4e2p6rn6hjvo3iioau45/7jxkI_tL2zhaudMHhs-mVYiDIhQ/original?content-type=image%2Fpng&name=RecipeMarbleOne.png");
}
.FS-RecipeMarbleOne .inner .content .headline {
  color: #782327 !important;
  text-shadow: 2px 2px 4px #ffffff;
}

.FS-RecipeMarbleTwo .inner {
  background-image: url("https://saputo.canto.com/direct/image/jq8t4afpb936543apmed732r7p/xuqQJ9bLa2nRwQ1lSv0cvBm10fU/original?content-type=image%2Fpng&name=RecipeMarbleTwo.png");
}
.FS-RecipeMarbleTwo .inner .content .headline {
  color: #782327 !important;
  text-shadow: 2px 2px 4px #ffffff;
}

.FS-RecipeVariedWood .inner {
  background-image: url("https://saputo.canto.com/direct/image/g2aqcb5ab521b20gmis3fam06n/hn3aXIEL4-tan0AxHuYmfcfevb0/original?content-type=image%2Fpng&name=RecipeVariedWood.png");
}
.FS-RecipeVariedWood .inner .content .headline {
  text-shadow: 2px 2px 3px #231f20;
}

.FS-OperatorSolution .hero-placeholder {
  position: relative;
  width: 100%;
  height: auto;
}
.FS-OperatorSolution .hero-placeholder .hero-placeholder-sub-layout-single:not(:last-child) {
  position: absolute;
  z-index: 1;
  background-color: rgba(241, 227, 205, 0.8);
  width: 100%;
  height: 60px;
  margin-top: 127px;
}
.FS-OperatorSolution .hero-placeholder .hero-placeholder-sub-layout-single:not(:last-child) .hero-placeholder-component-image {
  background-color: rgba(241, 227, 205, 0) !important;
  min-height: 0px !important;
}
.FS-OperatorSolution .hero-placeholder .hero-placeholder-sub-layout-single:not(:last-child) .hero-placeholder-component-image .inner {
  padding: 0px;
}
.FS-OperatorSolution .hero-placeholder .hero-placeholder-sub-layout-single:not(:last-child) .hero-placeholder-component-image .inner .content {
  margin-top: -20px;
}
.FS-OperatorSolution .hero-placeholder .hero-placeholder-sub-layout-single:not(:last-child) .hero-placeholder-component-image .inner .content .headline {
  color: #782327 !important;
  text-align: center !important;
  font-family: americane-condensed, "Open Sans" !important;
  font-style: normal !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  font-size: 3.1rem;
  text-shadow: none !important;
  display: flex !important;
  flex-direction: column;
  line-height: 2.5rem;
  margin: -333px 0 0 0;
}
.FS-OperatorSolution .hero-placeholder .hero-placeholder-sub-layout-single:not(:last-child) .hero-placeholder-component-image .inner .content .headline span {
  font-size: 1.7rem;
  color: #000;
}
.FS-OperatorSolution .hero-placeholder .hero-placeholder-component-background-video {
  position: relative;
  overflow: hidden;
  padding: 0;
  min-height: 0;
  max-height: 707px;
}
.FS-OperatorSolution .hero-placeholder .hero-placeholder-component-background-video .video-section video {
  width: 100%;
  height: auto;
  display: block;
}
.FS-OperatorSolution .hero-placeholder .hero-placeholder-component-background-video .inner {
  padding: 0 !important;
  margin-bottom: 12% !important;
  display: none;
}
.FS-OperatorSolution .hero-placeholder-sub-layout-carousel .hero-placeholder-component-image {
  background-color: #782327;
  padding: 0 0 41px 0;
  min-height: 0px;
}
.FS-OperatorSolution .hero-placeholder-sub-layout-carousel .hero-placeholder-component-image .hero-content-left {
  width: 100%;
  display: flex !important;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  transition: all 200ms ease;
  padding: 10px 0 !important;
  min-height: 123px;
}
.FS-OperatorSolution .hero-placeholder-sub-layout-carousel .hero-placeholder-component-image .hero-content-left .subhead {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-family: americane-condensed, "Open Sans";
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 2.5rem;
  color: #782327;
  place-items: center;
  text-align: center;
  font-weight: 500;
  justify-content: center;
  gap: 4px;
  padding: 0 7px;
}
.FS-OperatorSolution .hero-placeholder-sub-layout-carousel .hero-placeholder-component-image .hero-content-left .subhead span {
  color: #e31b23;
}
@media screen and (max-width: 767px) {
  .FS-OperatorSolution .hero-placeholder-sub-layout-carousel .hero-placeholder-component-image .hero-content-left .subhead {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.FS-OperatorSolution .hero-placeholder-sub-layout-carousel .hero-placeholder-component-image .hero-content-left .body-copy {
  color: #333;
  place-items: center;
  text-align: center;
  letter-spacing: -0.2px;
  font-size: 1.5rem;
  line-height: 1.3rem;
  margin-top: -17px;
}
.FS-OperatorSolution .hero-placeholder-sub-layout-carousel .slick-arrow {
  top: 31%;
  width: 25px;
  height: 25px;
  margin-top: 0px;
  font-size: 1rem;
  background-color: #f1e3cd;
}
.FS-OperatorSolution .hero-placeholder-sub-layout-carousel .slick-arrow .fa {
  color: #782327;
}
@media screen and (max-width: 767px) {
  .FS-OperatorSolution .hero-placeholder-sub-layout-carousel .slick-arrow {
    top: 55%;
  }
}
.FS-OperatorSolution .hero-placeholder-sub-layout-carousel .slick-prev {
  left: 3%;
  padding-left: 5px;
}
.FS-OperatorSolution .hero-placeholder-sub-layout-carousel .slick-next {
  right: 3%;
  padding-right: 5px;
}
.FS-OperatorSolution .hero-placeholder-sub-layout-carousel .slick-dots {
  bottom: 2px;
  top: auto;
}
.FS-OperatorSolution .hero-placeholder-sub-layout-carousel .slick-dots li {
  border: 1px solid #fff;
  width: 7px;
  height: 7px;
}
.FS-OperatorSolution .hero-placeholder-sub-layout-carousel .slick-dots li.slick-active {
  background-color: #fff;
}
.FS-OperatorSolution .middle-generic-placeholder section.content-placeholder {
  display: block !important;
}
.FS-OperatorSolution .middle-generic-placeholder section.content-placeholder .content-placeholder-sub-layout-3-column {
  background-color: #f1e3cd;
  border-top: 5px solid #e31b23;
}
.FS-OperatorSolution .middle-generic-placeholder section.content-placeholder .content-placeholder-sub-layout-3-column .feature-article-component {
  background-image: url("https://saputo.canto.com/direct/image/f7gu2gi77h42p82m7r699njv7a/jsBc0ITXosDN20dZTycjIHm1YII/original?content-type=image%2Fjpeg&name=BlogBoard.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.FS-OperatorSolution .middle-generic-placeholder section.content-placeholder .content-placeholder-sub-layout-3-column .feature-article-component .feature-article-content {
  flex-direction: row-reverse;
}
.FS-OperatorSolution .middle-generic-placeholder section.content-placeholder .content-placeholder-sub-layout-3-column .feature-article-component .feature-article-content a {
  color: #f1e3cd;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .FS-OperatorSolution .middle-generic-placeholder section.content-placeholder .content-placeholder-sub-layout-3-column .feature-article-component {
    background-image: url("https://saputo.canto.com/direct/image/e7vm2htsc509nf6123ma6u0l7b/n3lCpJGF76I4dh2PLWyhICDGvv8/m3000/800");
    background-size: auto;
    margin: 0;
  }
  .FS-OperatorSolution .middle-generic-placeholder section.content-placeholder .content-placeholder-sub-layout-3-column .feature-article-component .feature-article-content {
    gap: 0;
    flex-wrap: wrap;
    max-width: 90%;
    margin-left: -10px;
  }
}
.FS-OperatorSolution .middle-generic-placeholder section.content-placeholder .content-placeholder-sub-layout-3-column .recipes-placeholder {
  width: 100%;
}
.FS-OperatorSolution .middle-generic-placeholder section.content-placeholder .content-placeholder-sub-layout-3-column .recipes-placeholder .recipes-short-variation {
  background-color: #782327;
  padding: 20px 0 7px 0 !important;
}
.FS-OperatorSolution .middle-generic-placeholder section.content-placeholder .content-placeholder-sub-layout-3-column .recipes-placeholder .recipes-short-variation h3 {
  color: #fff;
}
.FS-OperatorSolution .middle-generic-placeholder div.content-placeholder {
  display: block !important;
}
.FS-OperatorSolution .middle-generic-placeholder div.content-placeholder .content-placeholder-sub-layout-3-column {
  background-color: #eee;
  border-top: 5px solid #e31b23;
}
.FS-OperatorSolution .middle-generic-placeholder div.content-placeholder .content-placeholder-sub-layout-3-column .intro {
  place-items: center;
  padding: 20px 0 0 0;
}
.FS-OperatorSolution .middle-generic-placeholder div.content-placeholder .content-placeholder-sub-layout-3-column .intro .headline {
  display: none;
}
.FS-OperatorSolution .middle-generic-placeholder div.content-placeholder .content-placeholder-sub-layout-3-column .intro .sub-head {
  text-align: center;
  font-size: 7rem;
  text-transform: uppercase;
  font-family: americane-condensed, "Open Sans";
  font-weight: 700;
  color: #782327;
}
@media screen and (max-width: 767px) {
  .FS-OperatorSolution .middle-generic-placeholder div.content-placeholder .content-placeholder-sub-layout-3-column .intro .sub-head {
    font-size: 4.5rem;
    line-height: 5rem;
  }
}
.FS-OperatorSolution .middle-generic-placeholder .grid-view-mode .content-container {
  padding: 20px 0 85px;
}
@media screen and (min-width: 1024px) {
  .FS-OperatorSolution .hero-placeholder .hero-placeholder-sub-layout-single:not(:last-child) {
    height: 105px;
    margin-top: 0px !important;
  }
  .FS-OperatorSolution .hero-placeholder .hero-placeholder-sub-layout-single:not(:last-child) .headline {
    font-size: 8rem !important;
    line-height: 4.5rem !important;
    margin: -235px 0 0 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .FS-OperatorSolution .hero-placeholder .video-section {
    display: block;
  }
}

.FS-OpsHeroRedPanel {
  background-color: #782327;
}
.FS-OpsHeroRedPanel .content {
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: -0.7px;
  color: white;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .FS-OpsHeroRedPanel .content {
    font-size: 1.5rem;
    line-height: 1.7rem;
  }
}

.FS-OpDarkWood .hero-placeholder .hero-placeholder-component-background-video .inner .hero-content-right {
  background-image: url("https://saputo.canto.com/direct/image/tr1sqs5fn17t7ernle0es4ju7g/KiypXZ0lTE58oK4HV9xyuTZ8GlU/original?content-type=image%2Fpng&name=RecipeDarkWood.png");
}

.FS-OpMarbleTwo .hero-placeholder .hero-placeholder-component-background-video .inner .hero-content-right {
  background-image: url("https://saputo.canto.com/direct/image/jq8t4afpb936543apmed732r7p/xuqQJ9bLa2nRwQ1lSv0cvBm10fU/original?content-type=image%2Fpng&name=RecipeMarbleTwo.png");
}
.FS-OpMarbleTwo .hero-placeholder .hero-placeholder-component-background-video .inner .hero-content-right .headline {
  color: #782327;
  text-shadow: none;
}

.FS-OpSlate .hero-placeholder .hero-placeholder-component-background-video .inner .hero-content-right {
  background-image: url("https://saputo.canto.com/direct/image/qri92tteol7cf1lqckkaoftk0i/-szJK1njAUhWUtQNQhoL34D7-AE/original?content-type=image%2Fpng&name=RecipeSlate.png");
}

.generic-filter-template .middle-generic-placeholder .content-placeholder .content-placeholder-sub-layout-3-column > .inner {
  padding: 0 !important;
  max-width: 100% !important;
}
.generic-filter-template .FS-OperatorSolution .middle-generic-placeholder div.content-placeholder .content-placeholder-sub-layout-3-column {
  background-color: #eee;
  border-top: 5px solid #e31b23;
}

.FS-NoProductHeader .middle-generic-placeholder {
  border-top: 5px solid #e31b23;
}
.FS-NoProductHeader .middle-generic-placeholder .content-placeholder .inner {
  display: none;
}

.FS-ProductHeader .middle-generic-placeholder .content-placeholder .intro {
  display: flex !important;
  background-color: #eee;
  border-top: 5px solid #e31b23;
  justify-content: center;
  padding: 40px 0 0 0;
}
.FS-ProductHeader .middle-generic-placeholder .content-placeholder .intro .content-placeholder-sub-layout-3-column {
  width: 100%;
}
.FS-ProductHeader .middle-generic-placeholder .content-placeholder .intro .sub-head {
  text-align: center;
  font-size: 7rem;
  text-transform: uppercase;
  font-family: americane-condensed, "Open Sans";
  font-weight: 700;
  color: #782327;
}
.FS-ProductHeader .middle-generic-placeholder .content-placeholder .intro .headline {
  text-align: center;
  font-size: 7rem;
  text-transform: uppercase;
  font-family: americane-condensed, "Open Sans";
  font-weight: 700;
  color: #782327;
  display: none;
}

.slick-current {
  box-shadow: 0 0 0 1px #782327 inset;
}

.header {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 90px;
  font-family: americane-condensed, "OpenSans";
  color: #F1E3CD;
  text-transform: uppercase;
  background-color: #e31b23;
  /*#region tablet */
  /*#endregion */
  /*#region desktop */
  /*#endregion */
  /*#region horizontal logo */
  /*#endregion */
  /*#region center logo */
  /*#endregion */
}
.header.static-header {
  position: static;
  background-color: #e9e8e7;
}
.header .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.header .logo img {
  display: block;
  width: 90px;
  height: 90px;
}
.header .open-menu,
.header .close-menu {
  font-size: 32px;
  font-size: 3.2rem;
  cursor: pointer;
}
.header .open-menu {
  color: #F1E3CD;
}
.header .nav-items-container {
  position: absolute;
  z-index: 2;
  left: 100%;
  top: 0;
  width: 265px;
  background-color: #333;
  transition: all transform 0.25s ease-in-out ease;
}
@media screen and (min-width: 400px) {
  .header .nav-items-container {
    left: calc(50% + 200px);
  }
}
.header .open .nav-items-container {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  overflow-y: scroll;
}
.header .secondary-nav {
  font-size: 15px;
  font-size: 1.5rem;
  color: #F1E3CD;
}
.header .secondary-nav > li {
  padding: 15px 20px;
  border-bottom: 1px solid #c4c4c4;
}
.header .secondary-nav > li.search {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.header .search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  height: 90px;
  background-color: #e9e8e7;
}
.header .search-container {
  position: relative;
  margin-right: 20px;
}
.header .search-container input[type=text] {
  padding-right: 42px;
  border-color: #999;
  font-size: 15px;
  font-size: 1.5rem;
  color: #999;
  background-color: transparent;
}
.header .search-container input[type=text]:focus {
  border-color: #7999CE;
}
.header .search-container button {
  position: absolute;
  right: 1px;
  top: 0;
  height: 35px;
  padding: 0 12px;
  font-size: 20px;
  font-size: 2rem;
  color: #999;
}
.header .close-menu {
  color: #999;
  line-height: 35px;
}
.header .sign-in, .header .sign-link {
  text-align: right;
}
.header .sign-in a, .header .sign-link a {
  font-weight: 600;
  color: #F1E3CD;
  text-decoration: none;
}
.header .language-toggle select:not(#MainLanguage) {
  display: none;
}
.header .language-toggle .select-container {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: transparent;
}
.header .language-toggle .select-container select {
  width: auto;
  height: auto;
  padding: 0 20px 0 0;
  border: none;
  font-family: americane-condensed, "OpenSans";
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  text-indent: 0;
  text-transform: uppercase;
}
.header .language-toggle .select-container option {
  font-family: americane-condensed, "OpenSans";
  color: #333;
}
.header .language-toggle .select-container:after {
  content: "\f13a";
  right: 20px;
  width: 20px;
  margin-right: -20px;
  font-size: 17px;
  font-size: 1.7rem;
  color: #F1E3CD;
  text-align: right;
}
.header .primary-nav {
  padding: 20px 0;
}
.header .primary-nav a,
.header .primary-nav .sub-head {
  display: block;
  margin-bottom: 0;
  padding: 15px 20px;
  font-family: americane-condensed, "OpenSans";
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #F1E3CD;
  text-decoration: none;
  background-color: transparent;
}
.header .primary-nav .button {
  border-width: 0;
}
.header .primary-nav .button:after {
  display: none;
}
.header .primary-nav li {
  display: block;
}
.header .primary-nav li.has-sub-menu > a,
.header .primary-nav li.has-sub-menu > .sub-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.header .primary-nav li.has-sub-menu > a:after,
.header .primary-nav li.has-sub-menu > .sub-head:after {
  content: "\f078";
  margin-left: 20px;
  font-family: "FontAwesome";
  font-size: 20px;
  font-size: 2rem;
}
.header .primary-nav li.has-sub-menu.open > a:after,
.header .primary-nav li.has-sub-menu.open > .sub-head:after {
  content: "\f077";
}
.header .primary-nav li.has-sub-menu.open .sub-menu {
  display: block;
}
.header .primary-nav .sub-menu {
  display: none;
  background-color: #e9e8e6;
}
.header .primary-nav .sub-menu > ul li {
  border-bottom: 1px solid #c4c4c4;
}
.header .primary-nav .sub-menu > ul li:last-child {
  /*border-bottom: none;*/
}
.header .primary-nav .sub-menu > ul li.open.image-variation .category-content {
  display: block;
}
.header .primary-nav .sub-menu > ul a,
.header .primary-nav .sub-menu > ul .sub-head {
  padding-left: 40px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
}
.header .primary-nav .sub-menu > ul ul {
  background-color: #e9e8e7;
  border-top: 1px solid #c4c4c4;
}
.header .primary-nav .sub-menu > ul ul a {
  padding-left: 60px;
}
.header .primary-nav .sub-menu > ul .image-variation .category-content {
  display: none;
  background-color: #e9e8e7;
}
.header .primary-nav .sub-menu > ul .image-variation .category-overview img {
  display: none;
}
.header .primary-nav .sub-menu > ul .image-variation .category-overview .view-all {
  padding-left: 60px;
  border-top: 1px solid #c4c4c4;
}
.header .primary-nav .sub-menu.mega ul {
  border-bottom: #c4c4c4;
}
.header .primary-nav .sub-menu.mega .overview {
  display: none;
}
.header .primary-nav .sub-menu.mega .overview:first-child {
  display: block;
  border-bottom: 1px solid #c4c4c4;
  padding-left: 20px;
  padding-right: 20px;
}
.header .primary-nav .sub-menu.mega .overview:first-child a {
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
}
.header .primary-nav a.empty-link {
  cursor: default;
}
@media screen and (min-width: 768px) {
  .header {
    height: 120px;
  }
  .header .logo img {
    width: 120px;
    height: 120px;
  }
  .header .nav-items-container {
    left: 100%;
  }
  .header .secondary-nav > li.search {
    padding-bottom: 20px;
  }
  .header .search {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    height: 95px;
  }
}
@media screen and (min-width: 1024px) {
  .header {
    height: 106px;
  }
  .header .inner {
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    padding: 0 13px;
  }
  .header .logo img {
    width: auto;
    height: 106px;
  }
  .header .open-menu,
  .header .close-menu {
    display: none;
  }
  .header nav {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .header .nav-items-container {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    height: auto !important;
    margin-top: 40px;
    background-color: transparent;
    transition: all none ease;
  }
  .header .secondary-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    font-size: 13px;
    font-size: 1.3rem;
    border-bottom: none;
  }
  .header .secondary-nav > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
    padding: 0;
    border-bottom: none;
  }
  .header .secondary-nav > li:after {
    content: "|";
    display: inline-block;
    margin-left: 30px;
  }
  .header .secondary-nav > li:first-child {
    margin-right: 0;
  }
  .header .secondary-nav > li:last-child:after {
    display: none;
  }
  .header .secondary-nav > li.search {
    padding-bottom: 0;
  }
  .header .secondary-nav > li.search:after {
    display: none;
  }
  .header .search {
    width: 160px;
    height: auto;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    background-color: transparent;
  }
  .header .search-container {
    margin-right: 0;
  }
  .header .search-container input[type=text] {
    padding-right: 30px;
    border-color: rgba(241, 227, 205, 0.3);
    font-size: 13px;
    font-size: 1.3rem;
    color: rgba(241, 227, 205, 0.5);
  }
  .header .search-container input[type=text]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: rgba(241, 227, 205, 0.5);
  }
  .header .search-container input[type=text]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: rgba(241, 227, 205, 0.5);
  }
  .header .search-container input[type=text]::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgba(241, 227, 205, 0.5);
  }
  .header .search-container input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(241, 227, 205, 0.5);
  }
  .header .search-container input[type=text]:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color: rgba(241, 227, 205, 0.5);
  }
  .header .search-container button {
    right: 1px;
    top: 0;
    height: 35px;
    font-size: 20px;
    font-size: 2rem;
    color: #F1E3CD;
  }
  .header .language-toggle .select-container select {
    padding-right: 22px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .header .language-toggle .select-container:after {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .header .primary-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin-top: 50px;
    padding: 0;
  }
  .header .primary-nav:before {
    content: "";
  }
  .header .primary-nav a {
    display: block;
    padding: 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .header .primary-nav > li {
    display: block;
  }
  .header .primary-nav > li.home {
    display: none;
  }
  .header .primary-nav > li.has-sub-menu {
    position: relative;
  }
  .header .primary-nav > li.has-sub-menu > a {
    display: block;
  }
  .header .primary-nav > li.has-sub-menu > a:after {
    display: none;
  }
  .touchevents .header .primary-nav > li.has-sub-menu.open, .no-touchevents .header .primary-nav > li.has-sub-menu:hover {
    margin: -13px;
  }
  .touchevents .header .primary-nav > li.has-sub-menu.open > a, .no-touchevents .header .primary-nav > li.has-sub-menu:hover > a {
    padding: 13px;
    background-color: #333;
  }
  .touchevents .header .primary-nav > li.has-sub-menu.open .sub-menu, .no-touchevents .header .primary-nav > li.has-sub-menu:hover .sub-menu {
    display: block;
  }
  .header .primary-nav .sub-menu {
    position: absolute;
    top: 100%;
    left: -37px;
    padding: 35px 50px;
    background-color: #333;
  }
  .header .primary-nav .sub-menu > ul li {
    margin-bottom: 15px;
    border-bottom: none;
  }
  .header .primary-nav .sub-menu > ul li:last-child {
    margin-bottom: 0;
  }
  .header .primary-nav .sub-menu > ul a,
  .header .primary-nav .sub-menu > ul .sub-head {
    padding: 0;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    color: #F1E3CD;
  }
  .header .primary-nav .sub-menu > ul ul {
    background-color: transparent;
  }
  .header .primary-nav .sub-menu > ul .button {
    display: inline-block;
    padding: 10px 30px;
    border-width: 1px;
    border-color: #F1E3CD;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    background-color: transparent;
  }
  .header .primary-nav .sub-menu > ul .button:after {
    display: none;
  }
  .header .primary-nav .sub-menu.mega ul {
    border-bottom: 1px solid #ccc;
  }
  .header .primary-nav .sub-menu.mega ul .image-variation {
    border-right: 1px solid #ccc;
  }
  .header .primary-nav .sub-menu.mega ul .image-variation:last-child {
    border-right: none;
  }
  .header .primary-nav .sub-menu.mega .category-content ul {
    border-bottom: none;
  }
  .header .primary-nav .sub-menu.mega .overview {
    display: none;
  }
  .header .primary-nav .sub-menu.mega .overview:first-child {
    display: none;
  }
  .header .primary-nav .sub-menu.mega .overview:last-child {
    display: block;
    padding-left: 30px;
    padding-top: 15px;
  }
  .header .primary-nav .sub-menu.mega .overview:last-child a {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .header .primary-nav .simple > ul {
    width: 105px;
    /*li {
        white-space: nowrap;
    }*/
  }
  .header .primary-nav .simple > ul .button {
    padding: 10px 20px;
  }
  .header .primary-nav .mega {
    left: 50%;
    padding: 20px 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .header .primary-nav .mega > ul {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .header .primary-nav .mega > ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 416px;
    margin-bottom: 0;
    padding: 15px 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .header .primary-nav .mega > ul > li:last-child {
    border-right: none;
  }
  .header .primary-nav .mega > ul > li.overview {
    position: absolute;
    top: 100%;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
    border-right: none;
    background-color: #333;
  }
  .header .primary-nav .mega > ul > li.overview:before {
    content: "";
    display: block;
    width: 100%;
    height: 15px;
    border-top: 1px solid #ccc;
  }
  .header .primary-nav .mega > ul > li.overview a {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
  }
  .header .primary-nav .mega > ul .sub-head {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
    color: #fff;
  }
  .header .primary-nav .mega > ul .sub-head:after {
    display: none;
  }
  .header .primary-nav .mega > ul li.image-variation .sub-head,
  .header .primary-nav .mega > ul li.open.image-variation .sub-head {
    margin-bottom: 20px;
  }
  .header .primary-nav .mega > ul li.image-variation .category-content,
  .header .primary-nav .mega > ul li.open.image-variation .category-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    background-color: transparent;
  }
  .header .primary-nav .mega > ul li.image-variation .category-overview,
  .header .primary-nav .mega > ul li.open.image-variation .category-overview {
    width: 124px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .header .primary-nav .mega > ul li.image-variation .category-overview img,
  .header .primary-nav .mega > ul li.open.image-variation .category-overview img {
    display: block;
    width: 100%;
  }
  .header .primary-nav .mega > ul li.image-variation .category-overview .view-all,
  .header .primary-nav .mega > ul li.open.image-variation .category-overview .view-all {
    width: 100%;
    margin-top: 15px;
    padding-left: 30px;
    border-top-color: #F1E3CD;
    text-align: center;
  }
  .header .primary-nav .mega > ul li.image-variation ul,
  .header .primary-nav .mega > ul li.open.image-variation ul {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 20px;
    border-top: none;
  }
  .header .primary-nav .mega > ul li.image-variation ul li,
  .header .primary-nav .mega > ul li.open.image-variation ul li {
    white-space: normal;
  }
  .header .primary-nav .mega > ul li.image-variation ul a,
  .header .primary-nav .mega > ul li.open.image-variation ul a {
    padding: 0;
  }
}
.header.horizontal .inner {
  height: 100%;
  padding: 0 26px;
}
.header.horizontal .logo {
  margin-right: 20px;
}
.header.horizontal .logo img {
  width: auto;
  max-height: 50px;
}
@media screen and (min-width: 768px) {
  .header.horizontal .logo img {
    max-height: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .header.horizontal .inner {
    height: auto;
  }
  .header.horizontal .logo {
    position: absolute;
    z-index: 3;
    left: 13px;
    top: 25px;
    margin-right: 0;
  }
  .header.horizontal .logo img {
    width: auto;
    max-height: 57px;
  }
  .header.horizontal .primary-nav {
    margin-top: 85px;
  }
  .header.horizontal .primary-nav:before {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .header.horizontal.center .logo {
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .header.horizontal.center .logo img {
    max-width: 264px;
  }
  .header.horizontal.center .secondary-nav > li {
    margin-right: 15px;
  }
  .header.horizontal.center .secondary-nav > li:after {
    margin-left: 15px;
  }
  .header.horizontal.center .secondary-nav > li:first-child {
    margin-right: 0;
  }
  .header.horizontal.center .secondary-nav > li:last-child {
    margin-right: 20px;
  }
}

.header {
  position: static;
}
.header.static-header {
  background-color: #e31b23;
}
.header .open-menu {
  color: #FFF;
}
.header .search-container input[type=text] {
  height: 37px;
  border-radius: 10px;
  border-width: 2px;
}
.header .search-container button {
  top: -2px;
  padding-right: 5px;
}
.header .nav-items-container {
  width: 100%;
  background-color: transparent;
}
@media screen and (min-width: 400px) {
  .header .nav-items-container {
    left: 100%;
  }
}
.header .sub-menu > ul li:last-child {
  border-bottom: none;
}
.header .sub-menu > ul li:not(.view-all):last-child {
  border-bottom: none;
}
.header .sub-menu li.overview {
  display: none;
}
.header .primary-nav {
  padding: 0;
  width: 80%;
  margin-left: auto;
  background-color: #292929;
}
.header .primary-nav li {
  border-bottom: 1px solid #c4c4c4;
}
.header .primary-nav li a {
  color: #fff;
  padding-left: 40px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 7px;
}
@media screen and (max-width: 767px) {
  .header .primary-nav li a {
    border-radius: 0px;
    font-weight: 400;
  }
}
.header .primary-nav li.has-sub-menu {
  background-color: #292929;
  z-index: 2 !important;
}
.header .primary-nav li.has-sub-menu > a,
.header .primary-nav li.has-sub-menu > .sub-head {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .header .primary-nav li.has-sub-menu > a,
  .header .primary-nav li.has-sub-menu > .sub-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.header .primary-nav li.has-sub-menu > a {
  color: #fff;
  margin-left: -20px;
  margin-right: 0;
  padding-right: 20px;
}
.header .primary-nav li.has-sub-menu > a:after {
  content: "\f054";
  order: -1;
  margin-left: 0;
  margin-right: 6px;
  font-size: 18px;
  font-size: 1.8rem;
}
.header .primary-nav li.has-sub-menu > a:after {
  color: #fff;
}
.header .primary-nav li.has-sub-menu.open > a:after {
  content: "\f078";
  font-size: 18px;
  font-size: 1.8rem;
}
.header .primary-nav li:not(.has-sub-menu):active {
  background-color: #FFF;
}
.header .primary-nav li:not(.has-sub-menu):active a {
  color: #fff;
}
.header .secondary-nav {
  color: #fff;
}
.header .secondary-nav .language-toggle {
  background-color: #333;
}
.header .secondary-nav .language-toggle .select-container:after {
  color: #fff;
}
.header .secondary-nav .fa-times:before {
  content: "\f00d";
  color: #FFF;
  margin-left: -10px;
}
.header .search {
  height: 90px;
}
@media screen and (max-width: 767px) {
  .header .search {
    background-color: #292929;
  }
  .header .search .search-container .inputsearch {
    border-color: #eee;
    color: #f1e3cd;
  }
  .header .search .search-container .inputsearch::placeholder {
    color: #F1E3CD;
  }
  .header .search .search-container .submitsearch {
    color: #eee;
    top: 1px;
  }
}
@media screen and (min-width: 768px) {
  .header .primary-nav {
    width: 30%;
  }
}
@media screen and (min-width: 1024px) {
  .header .search {
    height: auto;
  }
  .header .nav-items-container {
    /*background-color: $header-mobile-menu-bg-color;*/
    left: 0;
    margin-top: 37px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .header .primary-nav {
    padding: 0;
    width: auto;
    margin-left: 0;
    background-color: transparent;
    max-width: 52%;
    margin-top: 0px !important;
    gap: 3.5rem;
  }
  .header .primary-nav .sub-menu > ul a {
    color: #fff;
  }
  .header .primary-nav .sub-menu > ul li {
    white-space: nowrap;
  }
  .header .primary-nav .sub-menu li.overview {
    display: none;
  }
  .header .primary-nav > li.has-sub-menu {
    position: relative;
    z-index: 2 !important;
  }
  .header .primary-nav > li.has-sub-menu:hover > a {
    color: #fff;
    border-radius: 8px 8px 0px 0px !important;
  }
  .header .primary-nav > li.has-sub-menu:hover .sub-menu {
    display: block;
  }
  .header .primary-nav > li.has-sub-menu .sub-menu:hover {
    display: block;
  }
  .header .primary-nav > li.has-sub-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    background-color: #292929 !important;
    border-radius: 0 8px 8px 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    padding: 0;
    margin-top: 0;
    overflow: hidden;
    left: 0px !important;
  }
  .header .primary-nav > li.has-sub-menu .sub-menu::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 10px;
    background: transparent;
  }
  .header .primary-nav > li.has-sub-menu .sub-menu ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none !important;
    background: transparent !important;
  }
  .header .primary-nav > li.has-sub-menu .sub-menu ul li {
    transition: background-color 0.2s ease !important;
    border-bottom: none !important;
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    position: static !important;
    left: auto !important;
    right: auto !important;
  }
  .header .primary-nav > li.has-sub-menu .sub-menu ul li:hover {
    background-color: #f1e3cd !important;
    border-radius: 0px;
  }
  .header .primary-nav > li.has-sub-menu .sub-menu ul li:hover a {
    color: #333333 !important;
  }
  .header .primary-nav > li.has-sub-menu .sub-menu ul li:last-child:not(.view-all) a {
    font-size: 1.4rem;
  }
  .header .primary-nav > li.has-sub-menu .sub-menu ul li a {
    display: block !important;
    padding: 12px 24px !important;
    font-family: "Inter", system-ui, sans-serif !important;
    color: #ffffff !important;
    text-decoration: none !important;
    text-transform: capitalize !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
    transition: color 0.2s ease !important;
    background: transparent !important;
    border: none !important;
    margin: 0 !important;
    position: static !important;
    left: auto !important;
    right: auto !important;
    box-sizing: border-box !important;
  }
  .header .primary-nav > li.has-sub-menu .sub-menu ul li.view-all {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    padding: 16px !important;
    border-top: 1px solid #424242 !important;
    margin-top: 8px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: static !important;
    left: auto !important;
    right: auto !important;
    background: transparent !important;
  }
  .header .primary-nav > li.has-sub-menu .sub-menu ul li.view-all a {
    display: block !important;
    background-color: #d32f2f !important;
    text-align: center !important;
    border-radius: 6px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    transition: background-color 0.2s ease !important;
    padding: 12px 24px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    position: static !important;
    left: auto !important;
    right: auto !important;
    border: none !important;
  }
  .header .primary-nav > li.has-sub-menu .sub-menu ul li.view-all a:hover {
    background-color: #b71c1c !important;
  }
  .header .primary-nav > li.has-sub-menu .sub-menu ul li.view-all:hover {
    background-color: transparent !important;
  }
  .header .primary-nav > li.has-sub-menu .sub-menu ul li.view-all:hover a {
    color: #ffffff !important;
    background-color: #b71c1c !important;
  }
  .header .primary-nav > li:not(:nth-last-child(1)):not(:nth-last-child(2)):hover {
    margin: -13px;
  }
  .header .primary-nav > li:not(:nth-last-child(1)):not(:nth-last-child(2)):hover > a {
    color: #fff;
    background-color: #292929 !important;
    padding: 13px;
  }
  .header .primary-nav > li:last-child:hover {
    background-color: #292929 !important;
    box-shadow: 0 0 0 1px #eee inset !important;
    transform: translateY(-1px) scale(1.01);
    transition: transform 0.2s ease;
  }
  .header .primary-nav > li:last-child:hover a {
    color: #f1e3cd !important;
  }
  .header .primary-nav li {
    border-bottom: none;
  }
  .header .primary-nav li.has-sub-menu {
    background-color: transparent;
    z-index: 2 !important;
  }
  .header .primary-nav li.has-sub-menu > a {
    color: #F1E3CD;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
    cursor: pointer;
  }
  .header .primary-nav li.open a {
    color: #fff;
  }
  .header .primary-nav li:not(.has-sub-menu):active {
    background-color: transparent;
    z-index: 2 !important;
  }
  .header .primary-nav li:nth-last-child(1) {
    position: absolute;
    right: 6.5%;
    background-color: #F1E3CD;
    padding: 10px;
    margin-top: 0px;
    top: 0;
    border-radius: 7px;
  }
  .header .primary-nav li:nth-last-child(1) a {
    color: #782327;
    font-size: 1.7rem;
  }
  .header .primary-nav li:nth-last-child(2) {
    position: absolute;
    right: 2px;
    padding: 0px;
    margin-top: -4px;
    top: 0;
  }
  .header .primary-nav li a.FS-MVP {
    font-size: 0;
    display: inline-block;
    width: 55px;
    height: 55px;
    position: relative;
    overflow: hidden;
  }
  .header .primary-nav li a.FS-MVP::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 55px;
    background-image: url("https://saputo.canto.com/direct/image/e5hpfpgdu95uv2dlev15806q6q/aigsP877G_7nmHiQJySqOVnK-zI/original?content-type=image%2Fpng&name=logo_mvp.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
  }
  .header .primary-nav li a.FS-MVP:hover::before {
    transform: rotate(5deg);
  }
  .header .primary-nav li a {
    color: #F1E3CD;
    padding-left: 0;
  }
  .header .primary-nav .simple ul {
    width: 100%;
  }
  .header .secondary-nav {
    color: #F1E3CD;
    margin-right: 115px;
  }
  .header .secondary-nav .search {
    margin-right: 3.7vw !important;
    width: clamp(114px, 8.125vw + 32px, 160px);
  }
  .header .secondary-nav .search .search-container input[type=text] {
    border-color: #F1E3CD;
    color: #F1E3CD;
  }
  .header .secondary-nav .search .search-container select:focus {
    border: 1px solid #782327;
    outline: none;
  }
  .header .secondary-nav .search .search-container button {
    top: 1px;
    padding-right: 9px;
    color: #e31b23;
    background-color: #F1E3CD;
    border-radius: 10px;
  }
  .header .secondary-nav .search .language-toggle {
    background-color: transparent;
  }
  .header .secondary-nav .search .language-toggle .select-container:after {
    color: #F1E3CD;
  }
}
@media screen and (min-width: 1024px) {
  .header.horizontal .logo {
    left: 53.5%;
  }
}

.sub-menu sup {
  font-size: 75% !important;
}

.footer {
  font-size: 17px;
  font-size: 1.7rem;
  color: #F1E3CD;
  background-color: #782327;
  /*#region tablet */
  /*#endregion */
  /*#region desktop */
}
.footer .inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer a {
  color: #F1E3CD;
  text-decoration: none;
}
.footer .links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.footer .site-links {
  margin-right: 30px;
  text-transform: uppercase;
}
.footer .site-links .sub-head {
  font-size: 17px;
  font-size: 1.7rem;
  color: #F1E3CD;
}
.footer .site-links .sub-head:before {
  content: "\f055";
  display: inline-block;
  margin-right: 10px;
  font-family: "FontAwesome";
  color: #F1E3CD;
}
.footer .site-links ul li {
  margin-bottom: 20px;
}
.footer .site-links .has-header ul {
  display: none;
}
.footer .site-links .column:last-child ul li:last-child {
  margin-bottom: 0;
}
.footer .site-links a {
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}
.footer .social-links .sub-head {
  display: none;
  font-size: 17px;
  font-size: 1.7rem;
  color: #F1E3CD;
}
.footer .social-links ul li {
  margin-bottom: 12px;
  font-size: 45px;
  font-size: 4.5rem;
}
.footer .social-links ul li:last-child {
  margin-bottom: 0;
}
.footer .social-links ul li a {
  color: #F1E3CD;
}
.footer .social-links ul li a img {
  max-height: 26px;
  max-width: 26px;
}
.footer .social-links ul li i {
  display: block;
}
.footer .social-links ul li a:focus i {
  outline: 1px dotted;
}
.footer .disclaimer-container {
  margin-top: 30px;
  font-family: karla, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}
.footer .terms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 20px;
}
.footer .terms li:after {
  content: "|";
  margin: 0 8px;
}
.footer .terms li:last-child:after {
  display: none;
}
.footer .terms a {
  color: #F1E3CD;
  font-weight: normal;
}
.footer .secondary-footer {
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
  background-color: #ccc;
  text-align: center;
}
.footer .secondary-footer .inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer .secondary-footer a {
  font-weight: 600;
  color: #fff;
}
.footer .secondary-footer .saputo-logo {
  margin-bottom: 15px;
}
.footer .secondary-footer .family-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 25px;
}
.footer .secondary-footer .family-logos li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-right: 15px;
}
.footer .secondary-footer .family-logos li:last-child {
  margin-right: 0;
}
.footer .secondary-footer .family-logos img {
  width: 100%;
}
.footer .secondary-footer .legal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.footer .secondary-footer .legal li:after {
  content: "|";
  margin: 0 15px;
}
.footer .secondary-footer .legal li:last-child:after {
  display: none;
}
.footer .secondary-footer .legal a {
  text-transform: none;
}
@media screen and (min-width: 768px) {
  .footer {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .footer .inner {
    padding: 40px;
    padding: 40px 40px;
  }
  .footer .site-links .sub-head {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .footer .site-links ul li {
    margin-bottom: 15px;
  }
  .footer .site-links a {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .footer .social-links .sub-head {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .footer .social-links ul {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: -12px;
  }
  .footer .social-links ul li {
    margin-right: 15px;
  }
  .footer .social-links ul li:last-child {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .footer .disclaimer-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin-top: 40px;
    text-align: left;
  }
  .footer .terms {
    margin-top: 0;
  }
  .footer .secondary-footer {
    text-align: left;
  }
  .footer .secondary-footer .inner {
    padding-top: 40px;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .footer .secondary-footer .saputo-logo,
  .footer .secondary-footer .family-logos {
    margin-right: 40px;
    margin-bottom: 0;
  }
  .footer .secondary-footer .saputo-logo:last-child,
  .footer .secondary-footer .family-logos:last-child {
    margin-right: 0;
  }
  .footer .secondary-footer .legal {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .footer .secondary-footer .legal li {
    white-space: nowrap;
  }
}
@media screen and (min-width: 1024px) {
  .footer {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .footer .inner {
    padding: 45px 56px;
  }
  .footer .site-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    margin-right: 60px;
  }
  .footer .site-links .sub-head {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .footer .site-links .sub-head:before {
    display: none;
  }
  .footer .site-links ul li {
    margin-bottom: 10px;
  }
  .footer .site-links ul li:last-child {
    margin-bottom: 0;
  }
  .footer .site-links .has-header ul {
    display: block;
  }
  .footer .site-links .column {
    margin-right: 60px;
  }
  .footer .site-links .column:last-child {
    margin-right: 0;
  }
  .footer .site-links a {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .footer .social-links {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .footer .social-links .sub-head {
    display: block;
    margin-bottom: 15px;
    font-size: 19px;
    font-size: 1.9rem;
  }
  .footer .social-links ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
  }
  .footer .social-links ul li {
    margin: 0 15px 0 0;
    font-size: 30px;
    font-size: 3rem;
  }
  .footer .social-links ul li:last-child {
    margin-right: 0;
  }
  .footer .disclaimer-container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin-top: 45px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .footer .copyright {
    margin-right: 40px;
  }
  .footer .secondary-footer {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .footer .secondary-footer .inner {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .footer .secondary-footer .saputo-logo,
  .footer .secondary-footer .family-logos {
    margin-right: 50px;
  }
  .footer .secondary-footer .saputo-logo:last-child,
  .footer .secondary-footer .family-logos:last-child {
    margin-right: 0;
  }
}
.footer .footer-container {
  width: 100%;
  display: table;
}
.footer .footer-container .footer-row {
  display: table-row;
}
.footer .footer-container .footer-row > div.footer-top-left {
  width: 70%;
  float: left;
}
.footer .footer-container .footer-row > div.footer-top-left + div {
  width: 30%;
  float: right;
}
@media screen and (min-width: 768px) {
  .footer .footer-container .footer-row > div.footer-top-left + div {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-container .footer-row > div.footer-top-left + div {
    width: 100%;
  }
}
.footer .footer-container .footer-row > div {
  display: table-cell;
}
.footer .footer-container.footer-container-bottom .footer-row > div.bottom-top-left {
  width: 70%;
}
.footer .footer-container.footer-container-bottom .footer-row > div.bottom-top-left + div {
  width: 30%;
}
.footer .footer-container + .footer-container {
  margin-top: 45px;
}

/*#endregion */
@media screen and (max-width: 767px) {
  .footer .footer-container .footer-row > div {
    display: block;
  }
}
.footer {
  border-top: 5px solid #e31b23;
  /*#region desktop */
  /*#endregion */
  /*#region desktop */
  /*#endregion */
  /*#region desktop */
  /*#endregion */
}
@media (max-width: 768px) {
  .footer {
    display: flex;
    flex-direction: column;
  }
  .footer .footer-container-bottom {
    order: 1;
  }
  .footer .secondary-footer {
    order: 2;
  }
}
.footer .FS-MVP {
  padding: 50px 150px 0 0;
}
@media (max-width: 768px) {
  .footer .FS-MVP {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.footer .FS-MVP h1 {
  text-transform: uppercase;
}
.footer .FS-MVP h4 {
  font-weight: 100;
  font-size: 17px;
  font-size: 1.7rem;
  text-transform: none;
  color: #F1E3CD;
}
.footer .inner {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100%;
  background: #782327;
}
.footer .footer-container-bottom {
  background-color: #e31b23;
}
@media (max-width: 768px) {
  .footer .footer-container-bottom {
    border-radius: 12px 12px 0 0;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
  }
  .footer .footer-container-bottom .footer-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 32px;
  }
  .footer .footer-container-bottom .footer-row .footer-bottom-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 0;
  }
  .footer .footer-container-bottom .footer-row .footer-bottom-left p:first-child {
    margin-bottom: 24px;
  }
  .footer .footer-container-bottom .footer-row .footer-bottom-left p:first-child img {
    max-width: 200px;
    height: auto;
    filter: brightness(1.1);
  }
  .footer .footer-container-bottom .footer-row .footer-bottom-left p:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 0;
  }
  .footer .footer-container-bottom .footer-row .footer-bottom-left p:last-child a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    text-decoration: none;
    margin-right: 0 !important;
  }
  .footer .footer-container-bottom .footer-row .footer-bottom-left p:last-child a:hover {
    background: #782327;
    transform: translateY(-2px);
  }
  .footer .footer-container-bottom .footer-row .footer-bottom-left p:last-child a i {
    font-size: 24px !important;
    color: white !important;
    margin-right: 0 !important;
  }
  .footer .footer-container-bottom .footer-row > div:last-child {
    width: 100%;
  }
  .footer .footer-container-bottom .footer-row > div:last-child ul.menuLinks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 24px;
    padding: 24px 0;
    margin: 0;
    list-style: none;
  }
  .footer .footer-container-bottom .footer-row > div:last-child ul.menuLinks li {
    text-align: center;
  }
  .footer .footer-container-bottom .footer-row > div:last-child ul.menuLinks li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 12px 8px;
    display: block;
    border-radius: 8px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
  }
  .footer .footer-container-bottom .footer-row > div:last-child ul.menuLinks li a:hover {
    color: #782327;
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-1px);
  }
  .footer .footer-container-bottom .footer-row > div:last-child ul.menuLinks li:after {
    display: none !important;
  }
}
.footer .site-links .has-header ul {
  display: block;
  width: 100%;
}
.footer .site-links .sub-head {
  font-weight: 600;
}
.footer .site-links .sub-head:before {
  color: #e31b23;
  font-size: 23px;
  font-size: 2.3rem;
}
.footer .site-links .column.has-header .sub-head a {
  font-size: 18px;
  font-size: 1.8rem;
}
.footer .footer-container .footer-row {
  /*@include font-size(1.1);*/
  display: flex;
}
@media (max-width: 768px) {
  .footer .footer-container .footer-row {
    flex-direction: column;
  }
}
.footer .footer-container .footer-row ul.legal {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
}
.footer .footer-container .footer-row ul.legal li:after {
  content: "|";
  margin: 0 15px;
}
.footer .footer-container .footer-row ul.legal li:last-child:after {
  display: none;
}
.footer .footer-container .footer-row ul.legal li a {
  font-weight: 600;
}
.footer .footer-container .footer-row ul.menuLinks {
  display: grid;
  gap: 42px;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  padding: 25px 0;
}
@media (max-width: 768px) {
  .footer .footer-container .footer-row ul.menuLinks {
    justify-items: center;
  }
}
.footer .footer-container .footer-row ul.menuLinks li {
  text-transform: uppercase;
  font-family: "americane-condensed";
  font-size: 2rem;
}
.footer .footer-container .footer-row ul.menuLinks li:after {
  content: none !important;
  display: none !important;
}
.footer .footer-container .footer-row ul.menuLinks li a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer .footer-container .footer-row ul.menuLinks li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: currentColor;
  transition: width 0.3s ease;
}
.footer .footer-container .footer-row ul.menuLinks li a:hover {
  color: #782327;
}
.footer .footer-container .footer-row ul.menuLinks li a:hover::after {
  width: 100%;
}
.footer .footer-container .footer-row .footer-bottom-left {
  font-weight: 600;
}
@media (max-width: 768px) {
  .footer .footer-container .footer-row .footer-bottom-left {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.footer .footer-container .footer-row .footer-bottom-left .secondary-links {
  font-size: 12px;
  font-size: 1.2rem;
}
.footer .footer-container .footer-row .footer-top-left {
  margin-top: 69px;
}
.footer .footer-container .footer-row .footer-top-left img {
  float: right;
  margin-right: 28px;
}
.footer .footer-container.footer-container-bottom > div {
  font-size: 14px;
  font-size: 1.4rem;
}
.footer .footer-container.footer-container-bottom > div ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  /*li:after {
              content: '|';
              margin: 0 15px;
          }

          li:last-child:after {
              display: none;
          }*/
}
.footer .footer-container.footer-container-bottom > div ul li a {
  font-weight: 400;
}
.footer .footer-container.footer-container-bottom > div ul li:after {
  content: "|";
  margin: 0 15px;
}
.footer .footer-container.footer-container-bottom > div ul li:last-child:after {
  display: none;
}
.footer .secondary-footer {
  padding-bottom: 12px;
}
.footer .secondary-footer .inner {
  padding-top: 0;
  padding-bottom: 10px;
  flex-direction: column;
  align-items: center;
  gap: 11px;
}
.footer .secondary-footer .inner .saputo-logo {
  background-color: #e31b23;
  width: 100%;
  padding: 0 0 10px 0;
  margin: 0;
}
.footer .secondary-footer .inner .saputo-logo .secondary-links {
  justify-self: anchor-center;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .footer .inner {
    padding-bottom: 20px;
  }
  .footer .site-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .site-links ul li {
    white-space: nowrap;
  }
  .footer .site-links .sub-head {
    font-weight: 600;
  }
  .footer .site-links .sub-head:before {
    display: none;
  }
  .footer .site-links .column.has-header {
    margin-right: 80px;
  }
  .footer .site-links .column.has-header .sub-head a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .footer .site-links .column.has-header:last-child {
    margin-right: 0;
  }
  .footer .secondary-footer .inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer .footer-container .footer-row {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .footer .footer-container .footer-row > div.footer-top-left {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .footer .footer-container .footer-row > div.footer-top-left {
    width: fit-content !important;
  }
}
@media screen and (min-width: 768px) {
  .footer .footer-container .footer-row > div {
    font-weight: 600;
  }
  .footer .footer-container .footer-row .footer-bottom-left {
    width: 100%;
    padding-right: 0;
  }
  .footer .footer-container .footer-row .footer-bottom-left p {
    /*margin-right: -400px;*/
    display: block;
  }
  .footer .footer-container .footer-row .footer-bottom-left p.secondary-links {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .footer .footer-container.footer-container-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .footer-container.footer-container-bottom > div {
    font-size: 12px;
    font-size: 1.2rem;
    width: 100%;
  }
  .footer .footer-container.footer-container-bottom > div ul.legal li {
    padding-top: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .footer .secondary-footer .inner {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .footer .site-links .column.has-header {
    margin-right: 160px;
  }
  .footer .site-links .column.has-header .sub-head a {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .footer .footer-container .footer-row {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 20px 150px;
    width: 70%;
  }
  .footer .footer-container .footer-row .footer-bottom-left {
    max-width: 67%;
    display: flex;
    justify-content: center;
    align-items: left;
    gap: 20px;
    flex-direction: column;
  }
  .footer .footer-container .footer-row .footer-bottom-left p {
    display: block;
    /*margin-right: -500px;*/
  }
  .footer .footer-container .footer-row .footer-bottom-left p.secondary-links {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .footer .footer-container.footer-container-bottom > div {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .footer .footer-container.footer-container-bottom > div ul.legal {
    padding-left: 80px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-container .footer-row > div.footer-top-left {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .footer .footer-container .footer-row > div.footer-top-left .site-links .sub-head {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .footer .footer-container .footer-row > div.footer-top-left .site-links .has-header ul {
    display: none;
  }
  .footer .footer-container .footer-row > div.footer-top-left .site-links ul li {
    margin-bottom: 10px;
    white-space: nowrap;
  }
  .footer .footer-container .footer-row > div.footer-top-left .site-links ul li:last-child {
    margin-bottom: 20px;
  }
  .footer .secondary-footer .inner .saputo-logo {
    padding-top: 10px;
  }
}

/*Food Services Production separate secondry footer*/
.secondary-footer {
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
  background-color: #782327 !important;
  text-align: center;
}
.secondary-footer a {
  text-decoration: none;
}
.secondary-footer .inner {
  padding-top: 0;
  padding-bottom: 10px;
}
.secondary-footer a {
  font-weight: 600;
  color: #fff;
}
.secondary-footer .saputo-logo {
  margin-bottom: 15px;
}
.secondary-footer .family-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 25px;
}
.secondary-footer .family-logos li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-right: 15px;
}
.secondary-footer .family-logos li:last-child {
  margin-right: 0;
}
.secondary-footer .family-logos img {
  width: 100%;
}
.secondary-footer .legal {
  display: flex;
  flex-wrap: wrap !important;
  align-content: center;
  border: none !important;
}
@media (min-width: 768px) {
  .secondary-footer .legal {
    justify-content: flex-start !important;
  }
}
.secondary-footer .legal li:after {
  content: "|";
  margin: 0 15px;
}
.secondary-footer .legal li:last-child:after {
  display: none;
}
.secondary-footer .legal a {
  text-transform: none;
  font-weight: 100;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .secondary-footer {
    background: #1a1a1a !important;
  }
  .secondary-footer .inner {
    padding: 0 20px;
    position: relative;
  }
  .secondary-footer .inner .legal {
    flex-direction: column;
    align-items: center;
    display: block !important;
  }
  .secondary-footer .inner .legal li {
    width: 100%;
    text-align: center;
  }
  .secondary-footer .inner .legal li:after {
    display: none;
  }
  .secondary-footer .inner .legal li a {
    color: #a0a0a0;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 6px;
    transition: all 0.3s ease;
    display: block;
    margin: 4px 0;
  }
  .secondary-footer .inner .legal li a:hover {
    color: white;
    background: rgba(255, 255, 255, 0.05);
  }
  .secondary-footer .inner .saputo-logo .secondary-links {
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .secondary-footer {
    /*.inner {
            padding-top: 10px;
            padding-bottom: 10px;
        }*/
    text-align: left;
  }
  .secondary-footer .inner {
    padding-top: 10px;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .secondary-footer .saputo-logo,
  .secondary-footer .family-logos {
    margin-right: 40px;
    margin-bottom: 0;
  }
  .secondary-footer .saputo-logo:last-child,
  .secondary-footer .family-logos:last-child {
    margin-right: 0;
  }
  .secondary-footer .legal {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    justify-content: flex-start;
  }
  .secondary-footer .legal li {
    white-space: nowrap;
  }
}
@media screen and (min-width: 1024px) {
  .secondary-footer {
    /*.inner {
            padding-top: 15px;
            padding-bottom: 15px;
        }*/
    font-size: 15px;
    font-size: 1.5rem;
  }
  .secondary-footer .inner {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .secondary-footer .saputo-logo,
  .secondary-footer .family-logos {
    margin-right: 50px;
  }
  .secondary-footer .saputo-logo:last-child,
  .secondary-footer .family-logos:last-child {
    margin-right: 0;
  }
}

.header {
  position: static;
}
.header.static-header {
  background-color: #e31b23;
}
.header .open-menu {
  color: #FFF;
}
.header .search-container input[type=text] {
  height: 37px;
  border-radius: 10px;
  border-width: 2px;
}
.header .search-container button {
  top: -2px;
  padding-right: 5px;
}
.header .nav-items-container {
  width: 100%;
  background-color: transparent;
}
@media screen and (min-width: 400px) {
  .header .nav-items-container {
    left: 100%;
  }
}
.header .sub-menu > ul li:last-child {
  border-bottom: none;
}
.header .sub-menu > ul li:not(.view-all):last-child {
  border-bottom: none;
}
.header .sub-menu li.overview {
  display: none;
}
.header .primary-nav {
  padding: 0;
  width: 80%;
  margin-left: auto;
  background-color: #292929;
}
.header .primary-nav li {
  border-bottom: 1px solid #c4c4c4;
}
.header .primary-nav li a {
  color: #fff;
  padding-left: 40px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 7px;
}
@media screen and (max-width: 767px) {
  .header .primary-nav li a {
    border-radius: 0px;
    font-weight: 400;
  }
}
.header .primary-nav li.has-sub-menu {
  background-color: #292929;
  z-index: 2 !important;
}
.header .primary-nav li.has-sub-menu > a,
.header .primary-nav li.has-sub-menu > .sub-head {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .header .primary-nav li.has-sub-menu > a,
  .header .primary-nav li.has-sub-menu > .sub-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.header .primary-nav li.has-sub-menu > a {
  color: #fff;
  margin-left: -20px;
  margin-right: 0;
  padding-right: 20px;
}
.header .primary-nav li.has-sub-menu > a:after {
  content: "\f054";
  order: -1;
  margin-left: 0;
  margin-right: 6px;
  font-size: 18px;
  font-size: 1.8rem;
}
.header .primary-nav li.has-sub-menu > a:after {
  color: #fff;
}
.header .primary-nav li.has-sub-menu.open > a:after {
  content: "\f078";
  font-size: 18px;
  font-size: 1.8rem;
}
.header .primary-nav li:not(.has-sub-menu):active {
  background-color: #FFF;
}
.header .primary-nav li:not(.has-sub-menu):active a {
  color: #fff;
}
.header .secondary-nav {
  color: #fff;
}
.header .secondary-nav .language-toggle {
  background-color: #333;
}
.header .secondary-nav .language-toggle .select-container:after {
  color: #fff;
}
.header .secondary-nav .fa-times:before {
  content: "\f00d";
  color: #FFF;
  margin-left: -10px;
}
.header .search {
  height: 90px;
}
@media screen and (max-width: 767px) {
  .header .search {
    background-color: #292929;
  }
  .header .search .search-container .inputsearch {
    border-color: #eee;
    color: #f1e3cd;
  }
  .header .search .search-container .inputsearch::placeholder {
    color: #F1E3CD;
  }
  .header .search .search-container .submitsearch {
    color: #eee;
    top: 1px;
  }
}
@media screen and (min-width: 768px) {
  .header .primary-nav {
    width: 30%;
  }
}
@media screen and (min-width: 1024px) {
  .header .search {
    height: auto;
  }
  .header .nav-items-container {
    /*background-color: $header-mobile-menu-bg-color;*/
    left: 0;
    margin-top: 37px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .header .primary-nav {
    padding: 0;
    width: auto;
    margin-left: 0;
    background-color: transparent;
    max-width: 52%;
    margin-top: 0px !important;
    gap: 3.5rem;
  }
  .header .primary-nav .sub-menu > ul a {
    color: #fff;
  }
  .header .primary-nav .sub-menu > ul li {
    white-space: nowrap;
  }
  .header .primary-nav .sub-menu li.overview {
    display: none;
  }
  .header .primary-nav > li.has-sub-menu {
    position: relative;
    z-index: 2 !important;
  }
  .header .primary-nav > li.has-sub-menu:hover > a {
    color: #fff;
    border-radius: 8px 8px 0px 0px !important;
  }
  .header .primary-nav > li.has-sub-menu:hover .sub-menu {
    display: block;
  }
  .header .primary-nav > li.has-sub-menu .sub-menu:hover {
    display: block;
  }
  .header .primary-nav > li.has-sub-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    background-color: #292929 !important;
    border-radius: 0 8px 8px 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    padding: 0;
    margin-top: 0;
    overflow: hidden;
    left: 0px !important;
  }
  .header .primary-nav > li.has-sub-menu .sub-menu::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 10px;
    background: transparent;
  }
  .header .primary-nav > li.has-sub-menu .sub-menu ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none !important;
    background: transparent !important;
  }
  .header .primary-nav > li.has-sub-menu .sub-menu ul li {
    transition: background-color 0.2s ease !important;
    border-bottom: none !important;
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    position: static !important;
    left: auto !important;
    right: auto !important;
  }
  .header .primary-nav > li.has-sub-menu .sub-menu ul li:hover {
    background-color: #f1e3cd !important;
    border-radius: 0px;
  }
  .header .primary-nav > li.has-sub-menu .sub-menu ul li:hover a {
    color: #333333 !important;
  }
  .header .primary-nav > li.has-sub-menu .sub-menu ul li:last-child:not(.view-all) a {
    font-size: 1.4rem;
  }
  .header .primary-nav > li.has-sub-menu .sub-menu ul li a {
    display: block !important;
    padding: 12px 24px !important;
    font-family: "Inter", system-ui, sans-serif !important;
    color: #ffffff !important;
    text-decoration: none !important;
    text-transform: capitalize !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
    transition: color 0.2s ease !important;
    background: transparent !important;
    border: none !important;
    margin: 0 !important;
    position: static !important;
    left: auto !important;
    right: auto !important;
    box-sizing: border-box !important;
  }
  .header .primary-nav > li.has-sub-menu .sub-menu ul li.view-all {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    padding: 16px !important;
    border-top: 1px solid #424242 !important;
    margin-top: 8px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: static !important;
    left: auto !important;
    right: auto !important;
    background: transparent !important;
  }
  .header .primary-nav > li.has-sub-menu .sub-menu ul li.view-all a {
    display: block !important;
    background-color: #d32f2f !important;
    text-align: center !important;
    border-radius: 6px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    transition: background-color 0.2s ease !important;
    padding: 12px 24px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    position: static !important;
    left: auto !important;
    right: auto !important;
    border: none !important;
  }
  .header .primary-nav > li.has-sub-menu .sub-menu ul li.view-all a:hover {
    background-color: #b71c1c !important;
  }
  .header .primary-nav > li.has-sub-menu .sub-menu ul li.view-all:hover {
    background-color: transparent !important;
  }
  .header .primary-nav > li.has-sub-menu .sub-menu ul li.view-all:hover a {
    color: #ffffff !important;
    background-color: #b71c1c !important;
  }
  .header .primary-nav > li:not(:nth-last-child(1)):not(:nth-last-child(2)):hover {
    margin: -13px;
  }
  .header .primary-nav > li:not(:nth-last-child(1)):not(:nth-last-child(2)):hover > a {
    color: #fff;
    background-color: #292929 !important;
    padding: 13px;
  }
  .header .primary-nav > li:last-child:hover {
    background-color: #292929 !important;
    box-shadow: 0 0 0 1px #eee inset !important;
    transform: translateY(-1px) scale(1.01);
    transition: transform 0.2s ease;
  }
  .header .primary-nav > li:last-child:hover a {
    color: #f1e3cd !important;
  }
  .header .primary-nav li {
    border-bottom: none;
  }
  .header .primary-nav li.has-sub-menu {
    background-color: transparent;
    z-index: 2 !important;
  }
  .header .primary-nav li.has-sub-menu > a {
    color: #F1E3CD;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
    cursor: pointer;
  }
  .header .primary-nav li.open a {
    color: #fff;
  }
  .header .primary-nav li:not(.has-sub-menu):active {
    background-color: transparent;
    z-index: 2 !important;
  }
  .header .primary-nav li:nth-last-child(1) {
    position: absolute;
    right: 6.5%;
    background-color: #F1E3CD;
    padding: 10px;
    margin-top: 0px;
    top: 0;
    border-radius: 7px;
  }
  .header .primary-nav li:nth-last-child(1) a {
    color: #782327;
    font-size: 1.7rem;
  }
  .header .primary-nav li:nth-last-child(2) {
    position: absolute;
    right: 2px;
    padding: 0px;
    margin-top: -4px;
    top: 0;
  }
  .header .primary-nav li a.FS-MVP {
    font-size: 0;
    display: inline-block;
    width: 55px;
    height: 55px;
    position: relative;
    overflow: hidden;
  }
  .header .primary-nav li a.FS-MVP::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 55px;
    background-image: url("https://saputo.canto.com/direct/image/e5hpfpgdu95uv2dlev15806q6q/aigsP877G_7nmHiQJySqOVnK-zI/original?content-type=image%2Fpng&name=logo_mvp.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
  }
  .header .primary-nav li a.FS-MVP:hover::before {
    transform: rotate(5deg);
  }
  .header .primary-nav li a {
    color: #F1E3CD;
    padding-left: 0;
  }
  .header .primary-nav .simple ul {
    width: 100%;
  }
  .header .secondary-nav {
    color: #F1E3CD;
    margin-right: 115px;
  }
  .header .secondary-nav .search {
    margin-right: 3.7vw !important;
    width: clamp(114px, 8.125vw + 32px, 160px);
  }
  .header .secondary-nav .search .search-container input[type=text] {
    border-color: #F1E3CD;
    color: #F1E3CD;
  }
  .header .secondary-nav .search .search-container select:focus {
    border: 1px solid #782327;
    outline: none;
  }
  .header .secondary-nav .search .search-container button {
    top: 1px;
    padding-right: 9px;
    color: #e31b23;
    background-color: #F1E3CD;
    border-radius: 10px;
  }
  .header .secondary-nav .search .language-toggle {
    background-color: transparent;
  }
  .header .secondary-nav .search .language-toggle .select-container:after {
    color: #F1E3CD;
  }
}
@media screen and (min-width: 1024px) {
  .header.horizontal .logo {
    left: 53.5%;
  }
}

.sub-menu sup {
  font-size: 75% !important;
}

.footer {
  border-top: 5px solid #e31b23;
  /*#region desktop */
  /*#endregion */
  /*#region desktop */
  /*#endregion */
  /*#region desktop */
  /*#endregion */
}
@media (max-width: 768px) {
  .footer {
    display: flex;
    flex-direction: column;
  }
  .footer .footer-container-bottom {
    order: 1;
  }
  .footer .secondary-footer {
    order: 2;
  }
}
.footer .FS-MVP {
  padding: 50px 150px 0 0;
}
@media (max-width: 768px) {
  .footer .FS-MVP {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.footer .FS-MVP h1 {
  text-transform: uppercase;
}
.footer .FS-MVP h4 {
  font-weight: 100;
  font-size: 17px;
  font-size: 1.7rem;
  text-transform: none;
  color: #F1E3CD;
}
.footer .inner {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100%;
  background: #782327;
}
.footer .footer-container-bottom {
  background-color: #e31b23;
}
@media (max-width: 768px) {
  .footer .footer-container-bottom {
    border-radius: 12px 12px 0 0;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
  }
  .footer .footer-container-bottom .footer-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 32px;
  }
  .footer .footer-container-bottom .footer-row .footer-bottom-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 0;
  }
  .footer .footer-container-bottom .footer-row .footer-bottom-left p:first-child {
    margin-bottom: 24px;
  }
  .footer .footer-container-bottom .footer-row .footer-bottom-left p:first-child img {
    max-width: 200px;
    height: auto;
    filter: brightness(1.1);
  }
  .footer .footer-container-bottom .footer-row .footer-bottom-left p:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 0;
  }
  .footer .footer-container-bottom .footer-row .footer-bottom-left p:last-child a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    text-decoration: none;
    margin-right: 0 !important;
  }
  .footer .footer-container-bottom .footer-row .footer-bottom-left p:last-child a:hover {
    background: #782327;
    transform: translateY(-2px);
  }
  .footer .footer-container-bottom .footer-row .footer-bottom-left p:last-child a i {
    font-size: 24px !important;
    color: white !important;
    margin-right: 0 !important;
  }
  .footer .footer-container-bottom .footer-row > div:last-child {
    width: 100%;
  }
  .footer .footer-container-bottom .footer-row > div:last-child ul.menuLinks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 24px;
    padding: 24px 0;
    margin: 0;
    list-style: none;
  }
  .footer .footer-container-bottom .footer-row > div:last-child ul.menuLinks li {
    text-align: center;
  }
  .footer .footer-container-bottom .footer-row > div:last-child ul.menuLinks li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 12px 8px;
    display: block;
    border-radius: 8px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
  }
  .footer .footer-container-bottom .footer-row > div:last-child ul.menuLinks li a:hover {
    color: #782327;
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-1px);
  }
  .footer .footer-container-bottom .footer-row > div:last-child ul.menuLinks li:after {
    display: none !important;
  }
}
.footer .site-links .has-header ul {
  display: block;
  width: 100%;
}
.footer .site-links .sub-head {
  font-weight: 600;
}
.footer .site-links .sub-head:before {
  color: #e31b23;
  font-size: 23px;
  font-size: 2.3rem;
}
.footer .site-links .column.has-header .sub-head a {
  font-size: 18px;
  font-size: 1.8rem;
}
.footer .footer-container .footer-row {
  /*@include font-size(1.1);*/
  display: flex;
}
@media (max-width: 768px) {
  .footer .footer-container .footer-row {
    flex-direction: column;
  }
}
.footer .footer-container .footer-row ul.legal {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
}
.footer .footer-container .footer-row ul.legal li:after {
  content: "|";
  margin: 0 15px;
}
.footer .footer-container .footer-row ul.legal li:last-child:after {
  display: none;
}
.footer .footer-container .footer-row ul.legal li a {
  font-weight: 600;
}
.footer .footer-container .footer-row ul.menuLinks {
  display: grid;
  gap: 42px;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  padding: 25px 0;
}
@media (max-width: 768px) {
  .footer .footer-container .footer-row ul.menuLinks {
    justify-items: center;
  }
}
.footer .footer-container .footer-row ul.menuLinks li {
  text-transform: uppercase;
  font-family: "americane-condensed";
  font-size: 2rem;
}
.footer .footer-container .footer-row ul.menuLinks li:after {
  content: none !important;
  display: none !important;
}
.footer .footer-container .footer-row ul.menuLinks li a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer .footer-container .footer-row ul.menuLinks li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: currentColor;
  transition: width 0.3s ease;
}
.footer .footer-container .footer-row ul.menuLinks li a:hover {
  color: #782327;
}
.footer .footer-container .footer-row ul.menuLinks li a:hover::after {
  width: 100%;
}
.footer .footer-container .footer-row .footer-bottom-left {
  font-weight: 600;
}
@media (max-width: 768px) {
  .footer .footer-container .footer-row .footer-bottom-left {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.footer .footer-container .footer-row .footer-bottom-left .secondary-links {
  font-size: 12px;
  font-size: 1.2rem;
}
.footer .footer-container .footer-row .footer-top-left {
  margin-top: 69px;
}
.footer .footer-container .footer-row .footer-top-left img {
  float: right;
  margin-right: 28px;
}
.footer .footer-container.footer-container-bottom > div {
  font-size: 14px;
  font-size: 1.4rem;
}
.footer .footer-container.footer-container-bottom > div ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  /*li:after {
              content: '|';
              margin: 0 15px;
          }

          li:last-child:after {
              display: none;
          }*/
}
.footer .footer-container.footer-container-bottom > div ul li a {
  font-weight: 400;
}
.footer .footer-container.footer-container-bottom > div ul li:after {
  content: "|";
  margin: 0 15px;
}
.footer .footer-container.footer-container-bottom > div ul li:last-child:after {
  display: none;
}
.footer .secondary-footer {
  padding-bottom: 12px;
}
.footer .secondary-footer .inner {
  padding-top: 0;
  padding-bottom: 10px;
  flex-direction: column;
  align-items: center;
  gap: 11px;
}
.footer .secondary-footer .inner .saputo-logo {
  background-color: #e31b23;
  width: 100%;
  padding: 0 0 10px 0;
  margin: 0;
}
.footer .secondary-footer .inner .saputo-logo .secondary-links {
  justify-self: anchor-center;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .footer .inner {
    padding-bottom: 20px;
  }
  .footer .site-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .site-links ul li {
    white-space: nowrap;
  }
  .footer .site-links .sub-head {
    font-weight: 600;
  }
  .footer .site-links .sub-head:before {
    display: none;
  }
  .footer .site-links .column.has-header {
    margin-right: 80px;
  }
  .footer .site-links .column.has-header .sub-head a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .footer .site-links .column.has-header:last-child {
    margin-right: 0;
  }
  .footer .secondary-footer .inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer .footer-container .footer-row {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .footer .footer-container .footer-row > div.footer-top-left {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .footer .footer-container .footer-row > div.footer-top-left {
    width: fit-content !important;
  }
}
@media screen and (min-width: 768px) {
  .footer .footer-container .footer-row > div {
    font-weight: 600;
  }
  .footer .footer-container .footer-row .footer-bottom-left {
    width: 100%;
    padding-right: 0;
  }
  .footer .footer-container .footer-row .footer-bottom-left p {
    /*margin-right: -400px;*/
    display: block;
  }
  .footer .footer-container .footer-row .footer-bottom-left p.secondary-links {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .footer .footer-container.footer-container-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .footer-container.footer-container-bottom > div {
    font-size: 12px;
    font-size: 1.2rem;
    width: 100%;
  }
  .footer .footer-container.footer-container-bottom > div ul.legal li {
    padding-top: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .footer .secondary-footer .inner {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .footer .site-links .column.has-header {
    margin-right: 160px;
  }
  .footer .site-links .column.has-header .sub-head a {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .footer .footer-container .footer-row {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 20px 150px;
    width: 70%;
  }
  .footer .footer-container .footer-row .footer-bottom-left {
    max-width: 67%;
    display: flex;
    justify-content: center;
    align-items: left;
    gap: 20px;
    flex-direction: column;
  }
  .footer .footer-container .footer-row .footer-bottom-left p {
    display: block;
    /*margin-right: -500px;*/
  }
  .footer .footer-container .footer-row .footer-bottom-left p.secondary-links {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .footer .footer-container.footer-container-bottom > div {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .footer .footer-container.footer-container-bottom > div ul.legal {
    padding-left: 80px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-container .footer-row > div.footer-top-left {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .footer .footer-container .footer-row > div.footer-top-left .site-links .sub-head {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .footer .footer-container .footer-row > div.footer-top-left .site-links .has-header ul {
    display: none;
  }
  .footer .footer-container .footer-row > div.footer-top-left .site-links ul li {
    margin-bottom: 10px;
    white-space: nowrap;
  }
  .footer .footer-container .footer-row > div.footer-top-left .site-links ul li:last-child {
    margin-bottom: 20px;
  }
  .footer .secondary-footer .inner .saputo-logo {
    padding-top: 10px;
  }
}

/*Food Services Production separate secondry footer*/
.secondary-footer {
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
  background-color: #782327 !important;
  text-align: center;
}
.secondary-footer a {
  text-decoration: none;
}
.secondary-footer .inner {
  padding-top: 0;
  padding-bottom: 10px;
}
.secondary-footer a {
  font-weight: 600;
  color: #fff;
}
.secondary-footer .saputo-logo {
  margin-bottom: 15px;
}
.secondary-footer .family-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 25px;
}
.secondary-footer .family-logos li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-right: 15px;
}
.secondary-footer .family-logos li:last-child {
  margin-right: 0;
}
.secondary-footer .family-logos img {
  width: 100%;
}
.secondary-footer .legal {
  display: flex;
  flex-wrap: wrap !important;
  align-content: center;
  border: none !important;
}
@media (min-width: 768px) {
  .secondary-footer .legal {
    justify-content: flex-start !important;
  }
}
.secondary-footer .legal li:after {
  content: "|";
  margin: 0 15px;
}
.secondary-footer .legal li:last-child:after {
  display: none;
}
.secondary-footer .legal a {
  text-transform: none;
  font-weight: 100;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .secondary-footer {
    background: #1a1a1a !important;
  }
  .secondary-footer .inner {
    padding: 0 20px;
    position: relative;
  }
  .secondary-footer .inner .legal {
    flex-direction: column;
    align-items: center;
    display: block !important;
  }
  .secondary-footer .inner .legal li {
    width: 100%;
    text-align: center;
  }
  .secondary-footer .inner .legal li:after {
    display: none;
  }
  .secondary-footer .inner .legal li a {
    color: #a0a0a0;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 6px;
    transition: all 0.3s ease;
    display: block;
    margin: 4px 0;
  }
  .secondary-footer .inner .legal li a:hover {
    color: white;
    background: rgba(255, 255, 255, 0.05);
  }
  .secondary-footer .inner .saputo-logo .secondary-links {
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .secondary-footer {
    /*.inner {
            padding-top: 10px;
            padding-bottom: 10px;
        }*/
    text-align: left;
  }
  .secondary-footer .inner {
    padding-top: 10px;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .secondary-footer .saputo-logo,
  .secondary-footer .family-logos {
    margin-right: 40px;
    margin-bottom: 0;
  }
  .secondary-footer .saputo-logo:last-child,
  .secondary-footer .family-logos:last-child {
    margin-right: 0;
  }
  .secondary-footer .legal {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    justify-content: flex-start;
  }
  .secondary-footer .legal li {
    white-space: nowrap;
  }
}
@media screen and (min-width: 1024px) {
  .secondary-footer {
    /*.inner {
            padding-top: 15px;
            padding-bottom: 15px;
        }*/
    font-size: 15px;
    font-size: 1.5rem;
  }
  .secondary-footer .inner {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .secondary-footer .saputo-logo,
  .secondary-footer .family-logos {
    margin-right: 50px;
  }
  .secondary-footer .saputo-logo:last-child,
  .secondary-footer .family-logos:last-child {
    margin-right: 0;
  }
}

.ie11 .slick-track {
  -webkit-box-align: flex-end !important;
  -ms-flex-align: flex-end !important;
  -webkit-align-items: flex-end !important;
  -moz-align-items: flex-end !important;
  align-items: flex-end !important;
}

@media screen and (min-width: 768px) {
  .ie11 :not(.hero-placeholder-component-image-sub-page).hero-placeholder-component-image .inner > .content {
    width: 485px !important;
    padding-left: 40px !important;
  }
  .ie11 :not(.hero-placeholder-component-image-sub-page).hero-placeholder-component-image .inner > .content h1 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .ie11 :not(.hero-placeholder-component-image-sub-page).hero-placeholder-component-image .inner > .content {
    width: 648px !important;
    padding-left: 20px !important;
  }
}

@media screen and (min-width: 768px) {
  .inner > .content h1:not(.hero-placeholder-sub-layout-carousel) .hero-placeholder-component-image,
  .ie11 :not(.hero-placeholder-component-image-sub-page).hero-placeholder-component-image .inner > .content .body-copy:not(.hero-placeholder-sub-layout-carousel) .hero-placeholder-component-image,
  .ie11 :not(.hero-placeholder-component-image-sub-page).hero-placeholder-component-image .inner > .content .cta-container .hero-placeholder-sub-layout:not(.hero-placeholder-sub-layout-carousel) .hero-placeholder-component-image {
    padding-top: 0;
    background: #666 no-repeat center Bottom;
    background-size: auto 268px;
  }
}
@media screen and (min-width: 1024px) {
  .inner > .content h1:not(.hero-placeholder-sub-layout-carousel) .hero-placeholder-component-image,
  .ie11 :not(.hero-placeholder-component-image-sub-page).hero-placeholder-component-image .inner > .content .body-copy:not(.hero-placeholder-sub-layout-carousel) .hero-placeholder-component-image,
  .ie11 :not(.hero-placeholder-component-image-sub-page).hero-placeholder-component-image .inner > .content .cta-container .hero-placeholder-sub-layout:not(.hero-placeholder-sub-layout-carousel) .hero-placeholder-component-image {
    background-size: auto 368px;
  }
}

@media screen and (min-width: 768px) {
  .hero-placeholder-sub-layout.hero-placeholder-sub-layout-carousel .hero-placeholder-component-image .content.hero-content-left {
    padding-left: 60px;
  }
  .hero-placeholder-sub-layout.hero-placeholder-sub-layout-carousel .hero-placeholder-component-image .inner {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-placeholder-sub-layout.hero-placeholder-sub-layout-carousel .hero-placeholder-component-image .content.hero-content-left {
    padding-left: 100px;
  }
  .hero-placeholder-sub-layout.hero-placeholder-sub-layout-carousel .hero-placeholder-component-image .inner {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .content-placeholder-sub-layout-3-column.content-placeholder-sub-layout-3-column-sd .cta-container, .content-placeholder-sub-layout-3-column.content-placeholder-sub-layout-3-column-hh .cta-container, .content-placeholder-sub-layout-3-column.content-placeholder-sub-layout-3-column-ds .cta-container, .content-placeholder-sub-layout-3-column.content-placeholder-sub-layout-3-column-sss .cta-container {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
  }
  .content-placeholder-sub-layout-3-column.content-placeholder-sub-layout-3-column-sd .cta-container .button, .content-placeholder-sub-layout-3-column.content-placeholder-sub-layout-3-column-hh .cta-container .button, .content-placeholder-sub-layout-3-column.content-placeholder-sub-layout-3-column-ds .cta-container .button, .content-placeholder-sub-layout-3-column.content-placeholder-sub-layout-3-column-sss .cta-container .button {
    margin-right: 25px;
    width: auto;
  }
}
.content-placeholder-sub-layout-3-column.content-placeholder-sub-layout-3-column-t .aditinalInfo {
  background-color: #333;
  color: #fff;
  /*ul:nth-child(even) {
      padding-left: 70px;
  }*/
}
.content-placeholder-sub-layout-3-column.content-placeholder-sub-layout-3-column-t .aditinalInfo .list-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.content-placeholder-sub-layout-3-column.content-placeholder-sub-layout-3-column-t .aditinalInfo .list-links ul li {
  font-size: 22px;
  font-size: 2.2rem;
}
.content-placeholder-sub-layout-3-column.content-placeholder-sub-layout-3-column-t .aditinalInfo a {
  color: #fff;
}
.content-placeholder-sub-layout-3-column.content-placeholder-sub-layout-3-column-t .aditinalInfo h1 {
  color: #fff;
}
.content-placeholder-sub-layout-3-column.content-placeholder-sub-layout-3-column-t .aditinalInfo p {
  padding-bottom: 20px;
}
.content-placeholder-sub-layout-3-column.content-placeholder-sub-layout-3-column-t .aditinalInfo p a {
  color: #fff;
}
.content-placeholder-sub-layout-3-column.content-placeholder-sub-layout-3-column-t .aditinalInfo ul {
  list-style-type: none;
  /*float: left;*/
  font-family: karla;
  text-transform: uppercase;
  color: #898989;
  padding-left: 0;
}
.content-placeholder-sub-layout-3-column.content-placeholder-sub-layout-3-column-t .aditinalInfo ul li {
  padding-bottom: 10px;
}
.content-placeholder-sub-layout-3-column.content-placeholder-sub-layout-3-column-t .intro.side-by-side {
  padding: 35px 0;
}
.content-placeholder-sub-layout-3-column.content-placeholder-sub-layout-3-column-t .intro.side-by-side .headlines {
  color: #fff;
}
.content-placeholder-sub-layout-3-column.content-placeholder-sub-layout-3-column-t .intro.side-by-side .headlines .headline, .content-placeholder-sub-layout-3-column.content-placeholder-sub-layout-3-column-t .intro.side-by-side .headlines .sub-head {
  color: #fff;
}
.content-placeholder-sub-layout-3-column.content-placeholder-sub-layout-3-column-t .body-copy {
  color: #fff;
}
.content-placeholder-sub-layout-3-column.content-placeholder-sub-layout-3-column-t .inner + .columns-container {
  min-height: 0;
}
@media screen and (min-width: 768px) {
  .content-placeholder-sub-layout-3-column.content-placeholder-sub-layout-3-column-t .aditinalInfo {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
  }
  .content-placeholder-sub-layout-3-column.content-placeholder-sub-layout-3-column-t .aditinalInfo .list-links ul li {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .content-placeholder-sub-layout-3-column.content-placeholder-sub-layout-3-column-t .aditinalInfo .list-links ul:nth-child(even) {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .content-placeholder-sub-layout-3-column.content-placeholder-sub-layout-3-column-t .intro.side-by-side .headlines .sub-head {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .content-placeholder-sub-layout-3-column.content-placeholder-sub-layout-3-column-t .aditinalInfo {
    max-width: 1024px;
    margin: 0 auto;
  }
  .content-placeholder-sub-layout-3-column.content-placeholder-sub-layout-3-column-t .aditinalInfo .list-links ul:nth-child(even) {
    padding-left: 120px;
    padding-right: 120px;
  }
  .content-placeholder-sub-layout-3-column.content-placeholder-sub-layout-3-column-t .aditinalInfo .list-links ul li {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .content-placeholder-sub-layout-3-column.content-placeholder-sub-layout-3-column-t .aditinalInfo {
    /*ul:last-Child {
        clear: both;
    }*/
  }
  .content-placeholder-sub-layout-3-column.content-placeholder-sub-layout-3-column-t .aditinalInfo .list-links {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .content-placeholder-sub-layout-3-column.content-placeholder-sub-layout-3-column-t .body-copy {
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
  }
  .content-placeholder-sub-layout-3-column.content-placeholder-sub-layout-3-column-t .intro.side-by-side {
    display: block;
  }
  .content-placeholder-sub-layout-3-column.content-placeholder-sub-layout-3-column-sss .content-placeholder-component-text-image .foreground-image {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .ie11 .content-placeholder-sub-layout-3-column.content-placeholder-sub-layout-3-column-t .body-copy {
    width: 100%;
  }
}

.category-sub-layout .grid-container {
  padding: 25px 0 25px;
  border-bottom: 2px solid #ccc;
}
.category-sub-layout .grid-container .grid-item .sub-head {
  color: #333;
  text-transform: none;
}
.category-sub-layout .grid-container .grid-item .sub-head a {
  color: #333;
  text-transform: none;
}
.category-sub-layout .grid-container .grid-item .main-image {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .category-sub-layout .grid-container {
    padding: 35px 0 30px;
  }
}
@media screen and (min-width: 1024px) {
  .category-sub-layout .grid-container {
    padding: 70px 0 40px;
  }
}

/*.content-placeholder + .category-sub-layout {
    .grid-container {
        padding-top: 0;
    }
}*/
.product-brand-sub-layout {
  /*#region grid view */
  /*#endregion */
  /*#region list view */
  /*#endregion */
}
.product-brand-sub-layout .product-brand {
  border-radius: 20px;
  background: rgba(241, 227, 205, 0.7);
  margin: 0 10px 20px !important;
  padding: 19px 17px 0px !important;
  transition: filter 0.2s ease;
  width: 98% !important;
}
.product-brand-sub-layout .product-brand h3 a {
  color: #333;
}
.product-brand-sub-layout .product-brand .main-image img {
  display: block;
  max-height: 320px;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
.product-brand-sub-layout .product-brand:hover {
  filter: drop-shadow(4px 3px 3px rgba(221, 190, 137, 0.9));
}
.product-brand-sub-layout .text-content {
  padding: 0 17px 10px !important;
  justify-items: center;
  min-height: 111px;
}
.product-brand-sub-layout .text-content .sub-head,
.product-brand-sub-layout .text-content h3 {
  text-transform: none;
  color: #333;
  text-align: center;
}
.product-brand-sub-layout .text-content .sub-head a,
.product-brand-sub-layout .text-content h3 a {
  color: #782327;
  font-family: americane-condensed, "Open Sans";
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 111%;
  text-transform: uppercase;
}
.product-brand-sub-layout .text-content .sub-head a span,
.product-brand-sub-layout .text-content h3 a span {
  color: #782327;
  font-weight: 700;
  font-size: 31px;
  border-bottom: 2px solid #e31b23;
  line-height: 131%;
}
.product-brand-sub-layout .text-content .sub-head a span::after,
.product-brand-sub-layout .text-content h3 a span::after {
  content: "\a";
  white-space: pre;
  line-height: 0.8;
  margin-bottom: -27px;
  display: block;
}
.product-brand-sub-layout .text-content .description {
  color: #666;
  line-height: normal;
}
.product-brand-sub-layout .items-container {
  border-bottom: 2px solid #ccc;
  padding-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .product-brand-sub-layout .product-brand {
    width: 31% !important;
  }
}
.product-brand-sub-layout.grid-view .items-container .product-brand h3,
.product-brand-sub-layout.grid-view .items-container .product-brand .sub-head {
  margin-bottom: 0;
  font-size: 15px;
  font-size: 1.5rem;
}
.product-brand-sub-layout.grid-view .items-container .product-brand .description {
  display: none;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .product-brand-sub-layout.grid-view .items-container .product-brand .main-image {
    margin-bottom: 10px;
  }
  .product-brand-sub-layout.grid-view .items-container .product-brand h3,
  .product-brand-sub-layout.grid-view .items-container .product-brand .sub-head {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .product-brand-sub-layout.grid-view .items-container .product-brand .description {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.product-brand-sub-layout.list-view .items-container {
  padding-bottom: 50px;
}
.product-brand-sub-layout.list-view .items-container .product-brand h3,
.product-brand-sub-layout.list-view .items-container .product-brand .sub-head {
  font-size: 15px;
  font-size: 1.5rem;
}
.product-brand-sub-layout.list-view .items-container .product-brand .description {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .product-brand-sub-layout.list-view .items-container {
    margin-bottom: -50px;
  }
}
@media screen and (min-width: 1024px) {
  .product-brand-sub-layout.list-view .items-container .product-brand h3,
  .product-brand-sub-layout.list-view .items-container .product-brand .sub-head {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .product-brand-sub-layout.list-view .items-container .product-brand .description {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/*.generic-grid-sub-layout.list-view .inner {
        max-width: 1200px;
    }*/
.cta-container .button {
  border-color: transparent !important;
}

.pagination-sub-layout {
  border-top: 0;
}
.pagination-sub-layout .controls {
  font-family: americane-condensed, "Open Sans";
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  /*background: #e31b23;*/
  z-index: 1;
  background-color: #fff;
  margin: 0 -20px;
  padding: 20px;
}
@media (min-width: 768px) {
  .pagination-sub-layout .controls {
    margin: 0;
    flex-direction: row;
    justify-content: space-between;
  }
}
.pagination-sub-layout .controls .pages {
  z-index: 1;
  margin-top: 2px;
  background-color: transparent;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .pagination-sub-layout .controls .pages {
    margin-left: -70px;
  }
}
.pagination-sub-layout .controls .pages li.extended-pagination a {
  background-color: #fff !important;
}
.pagination-sub-layout .controls .pages li.current a {
  background-color: #e31b23 !important;
  color: #fff;
}
.pagination-sub-layout .controls .pages li.dots {
  color: #782327;
}
.pagination-sub-layout .controls .pages li {
  margin: 0 5px;
  font-size: 1.8rem !important;
}
.pagination-sub-layout .controls .pages li.arrow {
  color: #782327;
}
.pagination-sub-layout .controls .pages li.page {
  opacity: 1;
}
.pagination-sub-layout .controls .pages li.dotsLastDot {
  color: #782327;
}
.pagination-sub-layout .controls .pages li a {
  color: #782327;
}
@media (min-width: 1024px) {
  .pagination-sub-layout .controls .pages li a .fa-chevron-left::after {
    font-family: americane-condensed, "Open Sans";
    content: "PREVIOUS";
    font-weight: bold;
    margin-left: 7px;
    font-size: 1.8rem;
  }
  .pagination-sub-layout .controls .pages li a .fa-chevron-right::before {
    position: absolute;
    margin-left: 40px;
  }
  .pagination-sub-layout .controls .pages li a .fa-chevron-right::after {
    font-family: americane-condensed, "Open Sans";
    content: "NEXT";
    font-weight: bold;
    margin-right: 7px;
    font-size: 1.8rem;
  }
}
.pagination-sub-layout .controls .pages li.previous {
  margin-right: 50px !important;
}
.pagination-sub-layout .controls .select-container {
  background-color: white;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .pagination-sub-layout .controls .select-container {
    margin-top: 0;
  }
}
.pagination-sub-layout .controls .select-container select {
  color: #782327;
  height: 26px;
  font-size: 17px;
  font-size: 1.7rem;
}
.pagination-sub-layout .controls .select-container:after {
  color: #782327;
}
.pagination-sub-layout:before {
  /*border-top-style: solid;
      border-top-color: #e31b23;
      border-top-width: 55px;*/
}
@media screen and (min-width: 768px) {
  .pagination-sub-layout .controls .pages li.previous {
    margin-right: 15px;
  }
}

.recipe-detail-page-template .hero-placeholder-component-image {
  background-size: auto !important;
  min-height: 700px !important;
  padding-top: 1px !important;
}
@media screen and (max-width: 767px) {
  .recipe-detail-page-template .hero-placeholder-component-image {
    min-height: 400px !important;
    background-size: cover !important;
  }
}
.recipe-detail-page-template .hero-placeholder-component-image .inner {
  height: 370px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  padding: 0;
  max-width: 1440px;
  background-position-x: right;
  margin-top: 5%;
}
@media screen and (max-width: 767px) {
  .recipe-detail-page-template .hero-placeholder-component-image .inner {
    background-position: right -49vw center;
  }
}
.recipe-detail-page-template .hero-placeholder-component-image .inner .content {
  margin-top: 0px;
  float: right;
  width: 42%;
  height: 370px;
  padding: 0;
  display: flex;
  align-items: center;
}
.recipe-detail-page-template .hero-placeholder-component-image .inner .content .headline {
  color: #f1e3cd;
  font-family: americane-condensed, "Open Sans";
  font-size: 79px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  text-transform: uppercase;
  padding: 0 18px;
}
@media screen and (max-width: 767px) {
  .recipe-detail-page-template .hero-placeholder-component-image .inner .content .headline {
    font-size: 3.1rem !important;
  }
}
.recipe-detail-page-template .recipe-description-placeholder {
  background-color: #fff;
}
.recipe-detail-page-template .recipe-description-placeholder .recipe-intro {
  margin: 0;
  padding: 10px 0;
  position: absolute;
  width: 100%;
}
.recipe-detail-page-template .recipe-description-placeholder .recipe-intro .recipe-overview {
  display: none;
}
.recipe-detail-page-template .recipe-description-placeholder .recipe-intro .recipe-description {
  margin-top: 7px;
}
.recipe-detail-page-template .recipe-description-placeholder .recipe-intro .recipe-description .text-content {
  display: none;
}
.recipe-detail-page-template .recipe-description-placeholder .recipe-intro .recipe-description .share-container {
  flex-direction: row-reverse;
}
.recipe-detail-page-template .recipe-description-placeholder .featured-product-placeholder {
  background-color: #782327;
  order: 1;
}
.recipe-detail-page-template .recipe-description-placeholder .featured-product-placeholder .feature-recipe-component .feature-recipe-content {
  max-width: 920px;
  margin: 0 auto;
}
.recipe-detail-page-template .recipe-description-placeholder .featured-product-placeholder .feature-recipe-component .feature-recipe-content .single, .recipe-detail-page-template .recipe-description-placeholder .featured-product-placeholder .feature-recipe-component .feature-recipe-content .double {
  width: 50%;
}
.recipe-detail-page-template .recipe-description-placeholder .featured-product-placeholder .feature-recipe-component .feature-recipe-content .single .cont-txt-recipe .sub-head {
  font-size: 4.6rem;
  font-family: americane-condensed, "Open Sans";
}
.recipe-detail-page-template .recipe-description-placeholder .featured-product-placeholder .feature-recipe-component .feature-recipe-content .single .cont-txt-recipe .cta-container .button {
  background-color: #f1e3cd !important;
  color: #782327 !important;
}
.recipe-detail-page-template .recipe-description-placeholder .featured-product-placeholder .feature-recipe-component .feature-recipe-content .single .cont-txt-recipe .cta-container .button:hover {
  background-color: #eee !important;
  box-shadow: 0 0 0 1px #333 inset !important;
}
.recipe-detail-page-template .recipe-description-placeholder .featured-product-placeholder .feature-recipe-component .feature-recipe-content .double {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
}
.recipe-detail-page-template .recipe-description-placeholder .featured-product-placeholder .feature-recipe-component .feature-recipe-content .double .foreground-image {
  max-height: 250px;
  filter: drop-shadow(6px 3px 3px rgba(64, 17, 19, 0.9));
}
@media screen and (max-width: 767px) {
  .recipe-detail-page-template .recipe-description-placeholder .featured-product-placeholder .feature-recipe-component {
    flex-direction: column;
  }
  .recipe-detail-page-template .recipe-description-placeholder .featured-product-placeholder .feature-recipe-component .feature-recipe-content .single, .recipe-detail-page-template .recipe-description-placeholder .featured-product-placeholder .feature-recipe-component .feature-recipe-content .double {
    width: 100%;
  }
  .recipe-detail-page-template .recipe-description-placeholder .featured-product-placeholder .feature-recipe-component .feature-recipe-content .single .cont-txt-recipe .sub-head {
    font-size: 3.6rem;
  }
  .recipe-detail-page-template .recipe-description-placeholder .featured-product-placeholder .feature-recipe-component .feature-recipe-content .double {
    width: 100%;
  }
}
.recipe-detail-page-template .recipes-placeholder {
  width: 100%;
}
.recipe-detail-page-template .recipes-placeholder .recipes-short-variation {
  padding: 0px !important;
  text-align-last: center;
}
.recipe-detail-page-template .recipes-placeholder .recipes-short-variation .inner .intro {
  padding: 35px 0px 5px 0px;
}
.recipe-detail-page-template .recipes-placeholder .recipes-short-variation .inner .intro .headline {
  color: #782327;
  text-transform: uppercase;
  font-family: americane-condensed, "Open Sans";
  font-weight: 700;
  font-size: 6rem;
}
@media screen and (max-width: 767px) {
  .recipe-detail-page-template .recipes-placeholder .recipes-short-variation .inner .intro .headline {
    font-size: 4.1rem !important;
  }
}

.recipes-sub-layout {
  padding: 50px 0 0 0 !important;
  background-color: #F1E3CD;
}
.recipes-sub-layout .grid-container {
  margin-bottom: auto;
}
.recipes-sub-layout .grid-container .grid-item {
  position: relative;
  margin-bottom: 25px;
}
.recipes-sub-layout .grid-container .grid-item .recipe-summary {
  display: none;
}
.recipes-sub-layout .grid-container .grid-item .main-image {
  padding-bottom: 0;
  margin-bottom: 7px;
  --transition-duration: 0.2s;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0px;
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.3)) drop-shadow(0px 0px 0px rgba(255, 255, 255, 0.7));
  transition: filter var(--transition-duration) ease-in-out;
  margin-bottom: 20px;
}
.recipes-sub-layout .grid-container .grid-item .main-image img {
  height: 230px !important;
  object-fit: cover !important;
  border-radius: 11px;
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1);
  transition: transform var(--transition-duration) ease-in-out;
}
.recipes-sub-layout .grid-container .grid-item .text-content .sub-head {
  color: #333;
  font-family: americane-condensed, "Open Sans";
  font-size: 32px;
  font-weight: 100;
  line-height: 90%;
  text-transform: uppercase;
  min-height: 40px !important;
}
.recipes-sub-layout .grid-container .grid-item .text-content .sub-head a {
  color: #333;
  text-decoration: none;
  position: relative;
  padding-bottom: 5px;
}
.recipes-sub-layout .grid-container .grid-item .text-content .sub-head a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background-color: #e31b23;
  transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}
.recipes-sub-layout .grid-container .grid-item .text-content .description {
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
}
.recipes-sub-layout .grid-container .grid-item .text-content .description a {
  color: #333;
}
.recipes-sub-layout .grid-container .grid-item .text-content .description a .new-recipe-tag {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px;
  background: #e31b23;
  color: #FFFFFF;
}
.recipes-sub-layout .grid-container .grid-item:hover .main-image {
  filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.35)) drop-shadow(0px 0px 0.5px rgba(255, 255, 255, 0.8));
}
.recipes-sub-layout .grid-container .grid-item:hover .main-image img {
  transform: scale(1.02);
}
.recipes-sub-layout .grid-container .grid-item:hover .text-content .sub-head a::after {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .recipes-sub-layout .grid-container .grid-item:nth-child(3n+2) .new-recipe-tag {
    left: 6px !important;
  }
  .recipes-sub-layout .grid-container .grid-item:nth-child(3n+3) .new-recipe-tag {
    left: 12px !important;
  }
}
@media screen and (min-width: 1024px) {
  .recipes-sub-layout .grid-container .grid-item:nth-child(3n+2) .new-recipe-tag {
    left: 5px !important;
  }
  .recipes-sub-layout .grid-container .grid-item:nth-child(3n+3) .new-recipe-tag {
    left: 10px !important;
  }
}
.recipes-sub-layout .grid-container + .pagination-sub-layout {
  margin-bottom: -40px;
}
.recipes-sub-layout .pagination-sub-layout .controls .select-container select:focus {
  font-size: inherit;
}
@media screen and (max-width: 767px) {
  .recipes-sub-layout {
    padding: 20px 0 0 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .recipes-sub-layout .grid-container .grid-item .main-image {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .recipes-sub-layout {
    padding: 0;
  }
  .recipes-sub-layout .grid-container .grid-item .text-content .description {
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .recipes-sub-layout .inner .grid-container + .pagination-sub-layout {
    margin-bottom: 0;
  }
}

.content-placeholder + .recipes-sub-layout .content-placeholder-sub-layout-3-column .columns-container {
  min-height: 0;
}

.recipe-description-sub-layout {
  /* ----------- iPhone 4 and 4S ----------- */
  /* Portrait */
  /* ----------- iPhone 5 and 5S ----------- */
  /* Portrait */
  /* ----------- iPhone 6 ----------- */
  /* Portrait */
  /* ----------- iPhone 6+ ----------- */
  /* Portrait */
}
.recipe-description-sub-layout .inner {
  max-width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.recipe-description-sub-layout .recipe-summary {
  display: none;
}
.recipe-description-sub-layout .ingredients-directions-container {
  flex-wrap: wrap;
  gap: 20px;
  max-width: 95%;
  margin: 0 auto;
}
.recipe-description-sub-layout .ingredients-directions-container .nosleep {
  display: inline-block;
  position: relative;
  margin-top: 17px;
  flex: 0 0 100%;
}
.recipe-description-sub-layout .ingredients-directions-container .nosleep input[type=checkbox] {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}
.recipe-description-sub-layout .ingredients-directions-container .nosleep label {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 17px;
  clip: rect(0 0 0 0);
  color: transparent;
  user-select: none;
  -webkit-user-select: none;
}
.recipe-description-sub-layout .ingredients-directions-container .nosleep label::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f1e3cd;
  border-radius: 9999em;
  transition: background-color 0.25s ease;
}
.recipe-description-sub-layout .ingredients-directions-container .nosleep label::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.95);
  transition: left 0.25s ease;
}
.recipe-description-sub-layout .ingredients-directions-container .nosleep input[type=checkbox]:checked + label::before {
  background-color: #782327;
}
.recipe-description-sub-layout .ingredients-directions-container .nosleep input[type=checkbox]:checked + label::after {
  left: 14px;
}
.recipe-description-sub-layout .ingredients-directions-container .nosleep::after {
  content: "Cook mode (prevent screen from sleeping)";
  font-size: 1.5rem;
  margin-left: 4px;
  margin-bottom: 8px;
  display: inline-block;
  vertical-align: middle;
  color: #333;
}
.recipe-description-sub-layout .ingredients-directions-container .ingredients,
.recipe-description-sub-layout .ingredients-directions-container .directions {
  flex: 0 0 49%;
}
.recipe-description-sub-layout .ingredients-directions-container .ingredients .sub-head,
.recipe-description-sub-layout .ingredients-directions-container .directions .sub-head {
  color: #e31b23;
  font-family: americane-condensed, "Open Sans";
  padding: 0 0 10px 0;
  display: inline-block;
  text-transform: uppercase;
  font-size: 4.5rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .recipe-description-sub-layout .ingredients-directions-container .ingredients .sub-head,
  .recipe-description-sub-layout .ingredients-directions-container .directions .sub-head {
    font-size: 3.5rem;
  }
}
.recipe-description-sub-layout .ingredients-directions-container .directions {
  padding: 0 0 50px;
}
.recipe-description-sub-layout .ingredients-directions-container .directions ol {
  list-style: decimal;
  list-style-position: inside;
  padding-left: 0;
}
.recipe-description-sub-layout .ingredients-directions-container .directions ol li {
  color: #666;
  font-weight: normal;
  padding-left: 0;
}
.recipe-description-sub-layout .ingredients-directions-container .directions ol li:before {
  display: none;
}
.recipe-description-sub-layout .ingredients-directions-container .ingredients {
  color: #666;
  padding: 0 0 50px;
}
.recipe-description-sub-layout .ingredients-directions-container .ingredients .headline {
  color: #666;
}
.recipe-description-sub-layout .ingredients-directions-container .ingredients p {
  letter-spacing: 0.5px;
}
.recipe-description-sub-layout .ingredients-directions-container .ingredients > strong {
  display: block;
  margin: 30px 0 10px;
}
.recipe-description-sub-layout .ingredients-directions-container .ingredients ul {
  list-style: none;
  padding-left: 0;
}
.recipe-description-sub-layout .ingredients-directions-container .ingredients ul li {
  color: #333;
  font-weight: normal;
  padding-left: 0.5rem;
  margin: 0 0 15px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
.recipe-description-sub-layout .ingredients-directions-container .ingredients ul li:before {
  content: none;
}
.recipe-description-sub-layout .share-container .shareSocial .share li {
  /*display: none;*/
}
.recipe-description-sub-layout .share-container .shareSocial .share li:last-child {
  display: block;
}
.recipe-description-sub-layout .recipe-description .headline {
  line-height: 120%;
}
.recipe-description-sub-layout.recipe-description-sub-layout-2-column-2-columns .inner .recipe-intro .recipe-overview {
  float: none;
}
.recipe-description-sub-layout.recipe-description-sub-layout-2-column-2-columns .inner .recipe-intro .recipe-description .ingredients-directions-container .ingredients,
.recipe-description-sub-layout.recipe-description-sub-layout-2-column-2-columns .inner .recipe-intro .recipe-description .ingredients-directions-container .directions {
  padding: 20px;
}
.recipe-description-sub-layout.recipe-description-sub-layout-2-column-2-columns .inner .recipe-intro .recipe-description .inner .share-container {
  margin: 20px 0 0 0;
  position: static;
  top: auto;
  right: 0;
}
.recipe-description-sub-layout.recipe-description-sub-layout-2-column-2-columns .inner .recipe-intro:after {
  display: none;
}
@media screen and (min-width: 768px) {
  .recipe-description-sub-layout.recipe-description-sub-layout-2-column-2-columns .inner .recipe-intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .recipe-description-sub-layout.recipe-description-sub-layout-2-column-2-columns .inner .recipe-intro .recipe-description {
    float: none;
  }
  .recipe-description-sub-layout.recipe-description-sub-layout-2-column-2-columns .inner .recipe-intro .recipe-description .ingredients-directions-container .ingredients,
  .recipe-description-sub-layout.recipe-description-sub-layout-2-column-2-columns .inner .recipe-intro .recipe-description .ingredients-directions-container .directions {
    padding: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .recipe-description-sub-layout.recipe-description-sub-layout-2-column-2-columns .ingredients-directions-container .ingredients,
  .recipe-description-sub-layout.recipe-description-sub-layout-2-column-2-columns .ingredients-directions-container .directions {
    padding: 40px 20px 100px 20px;
  }
}
@media screen and (min-width: 768px) {
  .recipe-description-sub-layout .share-container {
    margin-top: 0;
  }
  .recipe-description-sub-layout .ingredients-directions-container .ingredients,
  .recipe-description-sub-layout .ingredients-directions-container .directions {
    padding: 0 0 40px;
  }
  .recipe-description-sub-layout .ingredients-directions-container .ingredients p,
  .recipe-description-sub-layout .ingredients-directions-container .ingredients ul li,
  .recipe-description-sub-layout .ingredients-directions-container .directions p,
  .recipe-description-sub-layout .ingredients-directions-container .directions ul li {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.1;
  }
  .recipe-description-sub-layout:not(.recipe-description-sub-layout-2-column-2-columns) .ingredients-directions-container .ingredients {
    width: 242.6666666667px;
    margin-left: auto;
  }
  .recipe-description-sub-layout:not(.recipe-description-sub-layout-2-column-2-columns) .ingredients-directions-container .directions {
    width: 485.3333333333px;
    margin-right: auto;
    padding-left: 50px;
  }
  .recipe-description-sub-layout:not(.recipe-description-sub-layout-2-column-2-columns) .inner .ingredients-directions-container {
    max-width: 1024px;
    margin: 0 auto;
    order: 3;
  }
}
@media screen and (min-width: 1024px) {
  .recipe-description-sub-layout .ingredients-directions-container .ingredients,
  .recipe-description-sub-layout .ingredients-directions-container .directions {
    padding: 0 0 100px;
  }
  .recipe-description-sub-layout .ingredients-directions-container .ingredients p,
  .recipe-description-sub-layout .ingredients-directions-container .ingredients ul li,
  .recipe-description-sub-layout .ingredients-directions-container .directions p,
  .recipe-description-sub-layout .ingredients-directions-container .directions ul li {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .recipe-description-sub-layout:not(.recipe-description-sub-layout-2-column-2-columns) .ingredients-directions-container .ingredients {
    width: 416px;
  }
  .recipe-description-sub-layout:not(.recipe-description-sub-layout-2-column-2-columns) .ingredients-directions-container .directions {
    width: 832px;
    padding-left: 50px;
  }
  .recipe-description-sub-layout .recipe-intro .share .print img {
    display: block;
    opacity: 0;
  }
  .recipe-description-sub-layout .recipe-intro .share::after {
    content: "Print";
    position: absolute;
    margin-left: 14px;
    margin-top: 3px;
    border-radius: 8px;
    background: #f1e3cd;
    color: #782327;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: americane-condensed, "Open Sans";
    padding: 15px 25px;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .recipe-description-sub-layout .recipe-intro .share .print img {
    display: block;
    opacity: 0;
  }
  .recipe-description-sub-layout .recipe-intro .share::after {
    content: "Print";
    position: absolute;
    margin-left: 14px;
    margin-top: 3px;
    border-radius: 8px;
    background: #f1e3cd;
    color: #782327;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: americane-condensed, "Open Sans";
    padding: 15px 25px;
    z-index: -1;
  }
  .recipe-description-sub-layout.recipe-description-sub-layout-2-column-2-columns .inner .recipe-intro .recipe-description {
    padding-left: 0;
    padding-right: 0;
  }
  .recipe-description-sub-layout.recipe-description-sub-layout-2-column-2-columns .inner .recipe-intro .recipe-description .inner {
    padding: 0 20px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .recipe-description-sub-layout .recipe-intro .share .print img {
    width: 335px; /* Width of new image */
    padding-left: 335px; /* Equal to width of new image */
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .recipe-description-sub-layout .recipe-intro .share .print img {
    width: 335px; /* Width of new image */
    padding-left: 335px; /* Equal to width of new image */
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .recipe-description-sub-layout .recipe-intro .share .print img {
    width: 335px; /* Width of new image */
    padding-left: 335px; /* Equal to width of new image */
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  .recipe-description-sub-layout .recipe-intro .share .print img {
    width: 335px; /* Width of new image */
    padding-left: 335px; /* Equal to width of new image */
  }
}
.recipe-description-sub-layout.recipe-description-sub-layout-2-column-center-image .recipe-intro {
  padding-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .recipe-description-sub-layout.recipe-description-sub-layout-2-column-center-image .share-container {
    margin-top: -30px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .recipe-description-sub-layout.recipe-description-sub-layout-2-column-center-image .recipe-description {
    max-width: 984px;
    padding-left: 0;
    padding-right: 20px;
    position: relative;
  }
  .recipe-description-sub-layout.recipe-description-sub-layout-2-column-center-image .recipe-description .text-content {
    width: auto;
    padding: 0;
  }
  .recipe-description-sub-layout.recipe-description-sub-layout-2-column-center-image .recipe-description .headline {
    padding-top: 20px;
  }
  .recipe-description-sub-layout.recipe-description-sub-layout-2-column-center-image .recipe-overview {
    max-width: 984px;
    margin: 0 auto;
  }
  .recipe-description-sub-layout.recipe-description-sub-layout-2-column-center-image .recipe-overview img {
    max-height: 420px !important;
    object-fit: cover !important;
  }
}
@media screen and (min-width: 1024px) {
  .recipe-description-sub-layout.recipe-description-sub-layout-2-column-center-image .share-container {
    margin-top: -40px;
  }
}
@media screen and (max-width: 767px) {
  .recipe-description-sub-layout.recipe-description-sub-layout-2-column-center-image .recipe-description {
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .recipe-description-sub-layout.recipe-description-sub-layout-2-column-center-image .recipe-description .share-container {
    order: -1;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .recipe-description-sub-layout.recipe-description-sub-layout-2-column-left-image .recipe-intro {
    max-width: 984px;
    margin: 0 auto;
    width: 100%;
    height: 0px;
    padding: 0;
    z-index: 999;
    order: 2;
    position: static;
  }
  .recipe-description-sub-layout.recipe-description-sub-layout-2-column-left-image .recipe-intro .recipe-description {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.hide_ingredients-directions #content .recipe-description-sub-layout .ingredients-directions-container {
  display: none;
}

#content .recipe-detail-page-template .kitchen-tips {
  background: url("https://saputo.canto.com/direct/image/jonqlusant2d342hclmqbeul0m/eZ7NmH1ztdbTZSJCk_K-jfXsxM4/original?content-type=image%2Fjpeg&name=background.jpg");
}
#content .recipe-detail-page-template .kitchen-tips .columns-container {
  min-height: 20px;
}
#content .recipe-detail-page-template .kitchen-tips .content-placeholder-component {
  padding: 0;
}
#content .recipe-detail-page-template .kitchen-tips .content-placeholder-component .content {
  padding: 50px 0;
}
#content .recipe-detail-page-template .kitchen-tips .double {
  font-family: "Arima", cursive;
}
#content .recipe-detail-page-template .kitchen-tips .double .body-copy ul {
  padding: 0 1em;
}
#content .recipe-detail-page-template .kitchen-tips .double .body-copy li {
  margin-bottom: 35px;
}
#content .recipe-detail-page-template .kitchen-tips .single .content-placeholder-component .content {
  background: #e31b23;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.content-placeholder + .article-list-sub-layout .inner {
  padding-top: 0px;
}

.article-list-sub-layout {
  padding: 0px;
  /*#region tablet */
  /*#endregion */
  /*#region desktop */
  /*#endregion */
}
.article-list-sub-layout .article {
  margin-bottom: 0;
  padding-bottom: 0;
}
.article-list-sub-layout .article .text-content .sub-head a {
  color: #666;
}
@media screen and (min-width: 768px) {
  .article-list-sub-layout {
    padding: 0px;
  }
  .article-list-sub-layout .content-placeholder + .article-list-sub-layout .inner {
    padding-top: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .article-list-sub-layout {
    padding: 0px;
  }
  .article-list-sub-layout .content-placeholder + .article-list-sub-layout .inner {
    padding-top: 0px;
  }
  .article-list-sub-layout .article .main-image {
    width: 40%;
  }
  .article-list-sub-layout .article .text-content {
    width: 60%;
  }
}

.article-sub-layout {
  /*#region tablet */
  /*#endregion */
  /*#region desktop */
  /*#endregion */
  /*#region left nav variation */
}
.article-sub-layout .text-content {
  width: 100%;
}
.article-sub-layout .text-content header {
  padding-bottom: 0;
}
.article-sub-layout .text-content .body-copy {
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: none;
  font-weight: normal;
  line-height: normal;
}
.article-sub-layout .text-content .body-copy .sub-head {
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: none;
  font-weight: normal;
  line-height: normal;
}
.article-sub-layout .text-content .body-copy img {
  width: 100%;
  height: auto;
}
.article-sub-layout .text-content .headline-container .headline {
  font-family: americane-condensed, "Open Sans";
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .article-sub-layout {
    padding-top: 35px;
  }
  .article-sub-layout .text-content {
    width: 100%;
  }
  .article-sub-layout .text-content .headline {
    margin-right: 0 !important;
  }
  .article-sub-layout .shareSocial {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .article-sub-layout .text-content {
    width: 100%;
  }
  .article-sub-layout .text-content header {
    margin-bottom: 25px;
    padding: 0;
    border-bottom: 0;
  }
  .article-sub-layout .text-content header img {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .article-sub-layout .inner {
    padding: 0;
  }
  .article-sub-layout .inner .text-content .headline-container, .article-sub-layout .inner .text-content .body-copy {
    padding-left: 20px;
    padding-right: 20px;
  }
  .article-sub-layout .inner .shareSocial {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.article-sub-layout.article-sub-layout-left-nav {
  padding-top: 0px;
  /*#region desktop */
}
@media screen and (min-width: 1024px) {
  .article-sub-layout.article-sub-layout-left-nav {
    padding-top: 25px;
  }
  .article-sub-layout.article-sub-layout-left-nav .article-nav ul li {
    background-color: #e5e5e5;
  }
}

.share {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}

@media only screen and (min-device-width: 768px) and (orientation: landscape) {
  .article-nav {
    padding: 0 30px;
  }
}
.contact-us-sub-layout-container {
  padding-bottom: 0;
  /*> .inner {
        border-bottom: 1px solid $body-font-color;
        padding-bottom: 35px;
    }*/
}
.contact-us-sub-layout-container .contact-us-sub-layout .form-container .intro {
  color: #999;
  font-size: 20px;
  font-size: 2rem;
}
.contact-us-sub-layout-container .contact-us-sub-layout .form-container hr {
  border-top: 1px solid rgba(152, 139, 131, 0.2);
}
.contact-us-sub-layout-container .contact-us-sub-layout .form-container .select-container {
  background-color: #eaeaea;
}
.contact-us-sub-layout-container .contact-us-sub-layout .form-container .select-container select {
  border: 1px solid #eaeaea;
}
.contact-us-sub-layout-container .contact-us-sub-layout .form-container .radio-container label:not(.error):before,
.contact-us-sub-layout-container .contact-us-sub-layout .form-container .radio-container span:before,
.contact-us-sub-layout-container .contact-us-sub-layout .form-container .checkbox-container label:not(.error):before,
.contact-us-sub-layout-container .contact-us-sub-layout .form-container .checkbox-container span:before {
  content: "\f096";
  font-size: 2em;
}
.contact-us-sub-layout-container .contact-us-sub-layout .form-container .checkbox-container {
  margin-bottom: 10px;
}
.contact-us-sub-layout-container .contact-us-sub-layout .form-container .checkbox-container label {
  padding-left: 2.25em;
}
.contact-us-sub-layout-container .contact-us-sub-layout .form-container .checkbox-container #legal-label {
  min-height: 30px;
}
.contact-us-sub-layout-container .contact-us-sub-layout .form-container .checkbox-container label:before {
  color: #c1c1c1;
}
.contact-us-sub-layout-container .content-placeholder-sub-layout-3-column .columns-container {
  border-bottom: 1px solid #999;
}
.contact-us-sub-layout-container .content-placeholder-sub-layout-3-column .columns-container .column.single {
  padding-left: 30px;
}
.contact-us-sub-layout-container .content-placeholder-sub-layout-3-column .columns-container .column.single .content-placeholder-component .content .headline,
.contact-us-sub-layout-container .content-placeholder-sub-layout-3-column .columns-container .column.single .content-placeholder-component .content .body-copy {
  color: #999;
}
.contact-us-sub-layout-container .content-placeholder-sub-layout-3-column .columns-container .column.single .content-placeholder-component .content .body-copy {
  font-size: 20px;
  font-size: 2rem;
}
.contact-us-sub-layout-container .content-placeholder-sub-layout-3-column .columns-container .column.single .content-placeholder-component .content .sub-head {
  color: #e31b23;
  font-size: 32px;
  font-size: 3.2rem;
}
.contact-us-sub-layout-container .content-placeholder-sub-layout-3-column .columns-container .column.double {
  padding-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .contact-us-sub-layout-container {
    padding-bottom: 15px;
  }
  .contact-us-sub-layout-container .contact-us-sub-layout .form-container {
    padding-right: 30px;
  }
  .contact-us-sub-layout-container .contact-us-sub-layout .form-container textarea {
    width: 90%;
  }
  .contact-us-sub-layout-container .contact-us-sub-layout .form-container .intro {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .contact-us-sub-layout-container .contact-us-sub-layout .form-container hr {
    border-top: 1px solid rgba(152, 139, 131, 0.2);
  }
  .contact-us-sub-layout-container .content-placeholder-sub-layout-3-column .columns-container .column.single .content-placeholder-component .content .body-copy {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .contact-us-sub-layout-container .content-placeholder-sub-layout-3-column .columns-container .column.single .content-placeholder-component .content .sub-head {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .contact-us-sub-layout-container .content-placeholder-sub-layout-3-column .columns-container .column.double {
    border-right: 1px solid #999;
  }
}
@media screen and (min-width: 1024px) {
  .contact-us-sub-layout-container .contact-us-sub-layout .form-container {
    padding-right: 80px;
  }
  .contact-us-sub-layout-container .contact-us-sub-layout .form-container textarea {
    width: 100%;
  }
  .contact-us-sub-layout-container .contact-us-sub-layout .form-container .intro {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .contact-us-sub-layout-container .content-placeholder-sub-layout-3-column .columns-container .column.single .content-placeholder-component .content .body-copy {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .contact-us-sub-layout-container .content-placeholder-sub-layout-3-column .columns-container .column.single .content-placeholder-component .content .sub-head {
    font-size: 29px;
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-us-sub-layout-container {
    padding-bottom: 0;
    border-bottom: 1px solid #999;
  }
  .contact-us-sub-layout-container .content-placeholder-sub-layout-3-column .columns-container {
    border-bottom: none;
  }
  .contact-us-sub-layout-container .content-placeholder-sub-layout-3-column .columns-container .column.single {
    padding-bottom: 20px;
  }
  .contact-us-sub-layout-container .content-placeholder-sub-layout-3-column .columns-container .column.single:before {
    display: block;
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    border-top-style: solid;
    border-top-color: #999;
    border-top-width: 1px;
    margin-top: -20px;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  .contact-us-sub-layout-container {
    /* For portrait layouts only */
  }
  .contact-us-sub-layout-container .contact-us-sub-layout .form-container textarea {
    width: 90%;
  }
}

.generic-grid-sub-layout {
  background-color: white;
  /*#endregion */
  /*#region list view */
  /*#endregion */
}
.generic-grid-sub-layout .items-container {
  overflow: visible !important;
}
.generic-grid-sub-layout .items-container:after {
  clear: both;
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
}
.generic-grid-sub-layout .content-container {
  padding: 0;
}
.generic-grid-sub-layout .product-brand {
  padding-bottom: 0;
  margin-bottom: 0;
}
.generic-grid-sub-layout .product-brand h3 {
  color: black;
  padding-top: 1em;
}
.generic-grid-sub-layout .product-brand h4, .generic-grid-sub-layout .product-brand .sub-title {
  text-transform: none;
}
.generic-grid-sub-layout .product-brand > img {
  width: 100%;
  height: auto;
  padding: 5px 20px;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .generic-grid-sub-layout .product-brand > img {
    max-width: 450px;
  }
}
.generic-grid-sub-layout .product-brand img.responsive {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .generic-grid-sub-layout .product-brand img.responsive {
    width: 100%;
  }
}
.generic-grid-sub-layout .product-brand .cta-container {
  margin-top: 40px;
}
.generic-grid-sub-layout .product-brand .text-content {
  padding-top: 20px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .generic-grid-sub-layout .product-brand .text-content .button {
    font-size: 20px;
    font-size: 2rem;
  }
}
.generic-grid-sub-layout.list-view .items-container .product-brand {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .generic-grid-sub-layout.list-view .items-container .product-brand {
    margin-bottom: 35px;
  }
}
.generic-grid-sub-layout.list-view .items-container .product-brand img.responsive {
  width: 100%;
}
.generic-grid-sub-layout.list-view .items-container .product-brand .product-brand h4 {
  text-transform: none;
}
.generic-grid-sub-layout.list-view .items-container .product-brand .product-brand h4 span {
  text-transform: none;
}
@media screen and (min-width: 768px) {
  .generic-grid-sub-layout.list-view .items-container .product-brand {
    /*padding-top: 20px;
    padding-bottom: 20px;*/
  }
  .generic-grid-sub-layout.list-view .items-container .product-brand img.responsive {
    width: 35%;
  }
  .generic-grid-sub-layout.list-view .items-container .product-brand .text-content .text-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .generic-grid-sub-layout.list-view .inner {
    padding: 0;
  }
  .generic-grid-sub-layout.list-view .inner .items-container .product-brand .text-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .generic-grid-sub-layout .product-brand .text-content {
    line-height: normal;
  }
  .generic-grid-sub-layout .product-brand .text-content .description {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .generic-grid-sub-layout .product-brand .cta-container {
    margin-top: 20px;
  }
  .generic-grid-sub-layout .product-brand .cta-container .button {
    width: auto;
  }
  .generic-grid-sub-layout.list-view .items-container .product-brand:last-child {
    margin-bottom: 2em;
    border-bottom: 2px solid rgba(102, 102, 102, 0.2);
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .generic-grid-sub-layout .cta-container .button {
    margin-bottom: 20px;
  }
}

.cssmask .hero-placeholder {
  margin: 0;
  padding: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-mask-box-image: none;
}
@media screen and (min-width: 768px) {
  .cssmask .hero-placeholder {
    margin-bottom: 0;
    -webkit-mask-box-image: none;
  }
}
@media screen and (min-width: 1024px) {
  .cssmask .hero-placeholder {
    margin-bottom: 0;
    -webkit-mask-box-image: none;
  }
}

@media screen and (min-width: 768px) {
  .content-placeholder {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1080px auto;
  }
}
@media screen and (min-width: 1024px) {
  .content-placeholder {
    background-size: 1440px auto;
  }
}

.search-component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 15px 0;
  background-color: #e31b23;
  border-bottom: 1px solid rgba(152, 139, 131, 0.5);
  /*#region tablet */
  /*#endregion */
  /*#region desktop */
  /*#endregion */
}
.search-component .search-container {
  margin: 0 auto;
  border: 1px solid #000;
  width: 90%;
}
.search-component .search-container input[type=text] {
  border: none;
  font-size: 15px;
  font-size: 1.5rem;
  background-color: #fff;
  font-family: "OpenSans";
  color: #000;
  text-transform: none;
  width: 85%;
}
.search-component .search-container input[type=text]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #000;
}
.search-component .search-container input[type=text]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #000;
}
.search-component .search-container input[type=text]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #000;
}
.search-component .search-container input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}
.search-component .search-container input[type=text]:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #000;
}
.search-component .search-container input[type=text]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  font-family: "OpenSans";
  font-style: normal;
  color: #000;
}
.search-component .search-container input[type=text]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  font-family: "OpenSans";
  font-style: normal;
  color: #000;
  opacity: 1;
}
.search-component .search-container input[type=text]::-moz-placeholder { /* Mozilla Firefox 19+ */
  font-family: "OpenSans";
  font-style: normal;
  color: #000;
  opacity: 1;
}
.search-component .search-container input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-family: "OpenSans";
  font-style: normal;
  color: #000;
}
.search-component .search-container input[type=text]:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  font-family: "OpenSans";
  font-style: normal;
  color: #000;
}
.search-component .search-container button {
  float: right;
}
.search-component .search-container button img {
  width: 100%;
  height: auto;
  position: relative;
  top: 3px;
  right: 5px;
}
@media screen and (min-width: 768px) {
  .search-component {
    padding: 20px 0;
  }
  .search-component .search-container {
    height: 54px;
    width: 596px;
  }
  .search-component .search-container input[type=text] {
    height: 54px;
    width: 545px;
    background-color: #fff;
  }
  .search-component .search-container button img {
    top: 13px;
  }
}
@media screen and (min-width: 1024px) {
  .search-component {
    padding: 20px 0;
  }
  .search-component .search-container {
    height: 54px;
    width: 596px;
  }
  .search-component .search-container input[type=text] {
    height: 54px;
    width: 545px;
    font-size: 2rem;
    background-color: #fff;
  }
  .search-component .search-container button img {
    top: 13px;
  }
}

.search-filter {
  padding: 20px 0;
  border-top: 0 none;
  margin-bottom: 60px;
  background-color: #e31b23;
}
.search-filter .inner {
  padding-right: 0;
  padding-left: 0;
  padding-top: 0 !important;
}
.search-filter .search-container {
  margin: 0 auto;
  background-color: white;
  border: 1px solid #000;
}
.search-filter .search-container input[type=text] {
  border: 0 none;
  width: 80% !important;
  outline: none;
  padding: 0 0 0 20px;
  height: 54px;
  font-size: 20px;
}
@media screen and (min-width: 1024px) {
  .search-filter .search-container input[type=text] {
    width: 90% !important;
  }
}
.search-filter .ui-menu {
  width: 100% !important;
  background-color: white;
  list-style-type: none;
  /*border:$search-content-border;*/
  border: 0px;
  left: 0px !important;
  outline: 1px solid #000;
  padding: 0;
}
.search-filter .ui-menu .ui-menu-item div {
  font-size: 21px;
  padding: 8px 16px;
  line-height: 1.2;
  cursor: pointer;
}
.search-filter .fa-search {
  font-size: 27px;
  margin: 13px;
}
.search-filter .ui-state-active,
.search-filter .ui-widget-content .ui-state-active,
.search-filter .ui-widget-header .ui-state-active,
.search-filter a.ui-button:active,
.search-filter .ui-button:active,
.search-filter .ui-button.ui-state-active:hover {
  background: rgba(227, 27, 35, 0.5);
}

.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(152, 139, 131, 0.5);
  background: #fff;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}
.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}
.autocomplete-suggestions .autocomplete-suggestion {
  padding: 10px 5px;
  white-space: nowrap;
  overflow: hidden;
}
.autocomplete-suggestions .autocomplete-no-suggestion {
  padding: 10px 5px;
}
.autocomplete-suggestions .autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-suggestions .autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 2rem;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}

.feature-recipe-component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 0;
  width: 100%;
  /*#region tablet */
  /*#endregion */
  /*#region desktop */
  /*#endregion */
}
.feature-recipe-component.right {
  text-align: right;
}
.feature-recipe-component.center {
  text-align: center;
}
.feature-recipe-component.left {
  text-align: left;
}
.feature-recipe-component .feature-recipe-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
}
@media screen and (min-width: 768px) {
  .feature-recipe-component {
    padding: 0;
    background-size: cover;
  }
  .feature-recipe-component.mobile-background-image {
    padding-top: 0;
  }
  .feature-recipe-component .feature-recipe-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
  }
  .feature-recipe-component .feature-recipe-content .recipe-content .cont-txt-recipe {
    max-width: 242.6666666667px;
    margin: 40px 0 40px auto;
    padding: 0 20px;
  }
  .feature-recipe-component .body-copy {
    padding: 0 0 15px 0;
  }
  .feature-recipe-component .body-copy .stand-alone-link:last-child {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .feature-recipe-component {
    padding: 0;
  }
  .feature-recipe-component.mobile-background-image {
    padding-top: 0;
  }
  .feature-recipe-component .feature-recipe-content .recipe-content .cont-txt-recipe {
    max-width: 416px;
    margin: 40px 0 40px auto;
    padding: 0 30px;
  }
  .feature-recipe-component .body-copy {
    padding: 0 0 25px 0;
  }
  .feature-recipe-component .body-copy .stand-alone-link:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .feature-recipe-component {
    text-align: left;
  }
  .feature-recipe-component .feature-recipe-content {
    margin-bottom: 0;
  }
  .feature-recipe-component .feature-recipe-content .recipe-right-component {
    width: 100%;
  }
  .feature-recipe-component .feature-recipe-content .recipe-content.column.single {
    display: block;
    width: 100%;
  }
  .feature-recipe-component .feature-recipe-content .recipe-content.column.single .cont-txt-recipe {
    margin: 0;
    padding: 25px 20px;
    width: auto;
    display: block;
  }
  .feature-recipe-component .feature-recipe-content .recipe-content.column.single .cont-txt-recipe .body-copy {
    padding-bottom: 25px;
  }
  .feature-recipe-component.right .recipe-content.double {
    width: 100%;
  }
  .feature-recipe-component.right .recipe-content.single {
    text-align: left;
  }
}

.column .double img {
  width: 100%;
  height: 100%;
  display: block;
}

.filter-liner-jump-to .inner .select-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  padding: 0.5em;
  position: relative;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .filter-liner-jump-to .inner .select-container {
    width: 100%;
    padding: 0.2em;
  }
}
@media screen and (min-width: 768px) {
  .filter-liner-jump-to .inner .select-container {
    width: 70%;
  }
}
.filter-liner-jump-to .inner .select-container:after {
  content: "▼";
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  z-index: 0;
  right: 53px;
  width: 5%;
  font-size: 0.8em;
  font-family: "FontAwesome";
  color: #fff;
  background-color: transparent;
  text-align: center;
  background: #c91f25;
  border-radius: 0.2em;
  border-left: 1px solid #333;
  color: #fff;
  padding: 0.57em;
}
@media screen and (min-width: 768px) {
  .filter-liner-jump-to .inner .select-container:after {
    border-left: none;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .filter-liner-jump-to .inner .select-container:after {
    height: 100%;
    width: 10%;
    padding: 0;
    right: 0;
    border-left: none;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
  }
}
.filter-liner-jump-to .inner .select-container label {
  text-transform: uppercase;
  color: #fff;
  padding: 0.5em;
  min-width: 30%;
}
@media screen and (max-width: 767px) {
  .filter-liner-jump-to .inner .select-container label {
    min-width: 25%;
    font-size: 1.5rem;
    text-align: center;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .filter-liner-jump-to .inner .select-container label {
    min-width: 25%;
  }
}
.filter-liner-jump-to .inner .select-container select.jumperSelect {
  background: #c91f25;
  width: 50%;
  border-radius: 0.2em;
  border: 1px solid #333;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0.5em;
  height: auto;
}
@media screen and (max-width: 767px) {
  .filter-liner-jump-to .inner .select-container select.jumperSelect {
    height: 100%;
    width: 60%;
    padding: 0 8px;
  }
}
@media screen and (min-width: 768px) {
  .filter-liner-jump-to .inner .select-container select.jumperSelect {
    width: 55%;
  }
}

/*#region generic component styles */
.content-placeholder-component.arima-font .content {
  text-align: center;
}
.content-placeholder-component.arima-font .content h4.sub-head {
  font-family: americane-condensed, "Open Sans";
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  .content-placeholder-component.cta-container-alignment .content .cta-container {
    margin-left: 20%;
  }
}
.content-placeholder-component.rock-bg-left .content.component-right {
  padding-left: 0;
  padding-right: 0;
}
.content-placeholder-component.rock-bg-left .content .sub-head {
  font-weight: normal;
}
.content-placeholder-component.rock-bg-right .content .body-copy a {
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .content-placeholder-component.rock-bg-left .content .sub-head {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .content-placeholder-component.content-placeholder-component-links .content .headline {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .content-placeholder-component.content-placeholder-component-links .content .body-copy {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .content-placeholder-component.homepage-tablet-text-image .content .body-copy {
    height: 174px;
  }
}
@media screen and (min-width: 1024px) {
  .content-placeholder-component.rock-bg-left .content .sub-head {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .content-placeholder-component.trust-saputo-headline .content .headline {
    font-size: 39px;
    font-size: 3.9rem;
    padding-top: 10px;
  }
  .content-placeholder-component.cta-container-alignment .content .headline {
    font-size: 39px;
    font-size: 3.9rem;
    padding-top: 10px;
  }
  .content-placeholder-component.product-links .content {
    margin-top: -7%;
  }
  .content-placeholder-component.content-placeholder-component-links .content .headline {
    font-size: 30px;
    font-size: 3rem;
  }
  .content-placeholder-component.homepage-tablet-text-image .content .body-copy {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .content-placeholder-component.rock-bg-left {
    /*padding: 0 !important;*/
    padding-left: 20px;
    padding-right: 20px;
  }
  .content-placeholder-component.rock-bg-left .content.component-right {
    padding: 0;
  }
  .content-placeholder-component.rock-bg-right {
    padding-top: 0;
  }
  .content-placeholder-component.rock-bg-right .content {
    padding: 20px;
  }
  .content-placeholder-component.arima-font .content {
    text-align: left;
    padding-bottom: 0;
  }
  .content-placeholder-component.arima-font .content h4.sub-head {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .content-placeholder-component.arima-font .content .foreground-image {
    margin: 0 auto 20px !important;
  }
  .content-placeholder-component.arima-font .content:last-child {
    padding-bottom: 20px;
  }
}

/*#endregion */
/*#region text/image component */
.content-placeholder-component-text-image .content .headline, .content-placeholder-component-text-image .content .sub-head, .content-placeholder-component-text-image .content .body-copy {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .content-placeholder-component-text-image {
    background-size: cover;
  }
}

/*#endregion */
/*#region links compoenent */
.content-placeholder-component-links {
  background-color: #e31b23;
}
.content-placeholder-component-links .content .headline, .content-placeholder-component-links .content .sub-head, .content-placeholder-component-links .content .body-copy {
  color: #fff;
}
.content-placeholder-component-links .content .headline {
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: 1px;
  font-family: karla;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .content-placeholder-component-links .content .headline {
    font-size: 30px;
    font-size: 3rem;
  }
}

/*#endregion */
#content .home-page-template .redBackground {
  background: #e31b23;
  padding-top: 0px;
}
#content .home-page-template .hs-input {
  position: relative;
  width: 98%;
  height: 35px;
  padding: 0 12px;
  border: none !important;
}
#content .home-page-template .hbspt-form label {
  color: white;
  font-size: 16px;
  display: block;
  margin: 8px 0px 4px 0px;
}
#content .home-page-template .hbspt-form label.hs-error-msg {
  color: white;
  font-size: 14px;
}
#content .home-page-template .hbspt-form .hs-submit input {
  cursor: pointer;
  background: #333333;
  color: white;
  border: none;
  padding: 12px 24px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin-top: 24px;
}
#content .home-page-template .hbspt-form ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#content .home-page-template .submitted-message {
  display: block;
  padding: 24px;
  color: white;
  border: 1.5px solid white;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: -100px;
}

@media screen and (min-width: 1024px) {
  .content-placeholder-sub-layout-3-column .single .content-placeholder-component .content {
    width: 454px;
  }
}
.filter-liner-jump-to {
  background: #e31b23;
}
.filter-liner-jump-to .inner .select-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  padding: 0.5em;
  position: relative;
  background-color: transparent;
}
.filter-liner-jump-to .inner .select-container:after {
  content: "▼";
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 0.8em;
  font-family: "FontAwesome";
  background-color: transparent;
  text-align: center;
  border-radius: 0.2em;
  border: none;
  border-left: 1px solid #333;
  color: #fff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  /**/
  position: absolute;
  z-index: 1;
  top: 4px;
  pointer-events: none;
  height: 25px;
  left: 88%;
  right: 0;
  padding: 0;
}
.filter-liner-jump-to .inner .select-container select::-ms-expand {
  display: none;
}
.filter-liner-jump-to .inner .select-container label {
  text-transform: uppercase;
  color: #fff;
  padding: 0.5em;
  min-width: 30%;
  font-weight: bold;
}
.filter-liner-jump-to .inner .select-container select.jumperSelect {
  background: #c91f25;
  /*background-color: #c91f25;*/
  width: 50%;
  border-radius: 0.2em;
  border: 1px solid #333;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0.5em;
  height: auto;
}
.filter-liner-jump-to .inner .select-container select.jumperSelect option {
  color: white;
}
@media screen and (min-width: 768px) {
  .filter-liner-jump-to .inner .select-container {
    width: 70%;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .filter-liner-jump-to .inner .select-container:after {
    left: 82%;
    width: 10%;
    height: 40px;
    top: 11px;
    padding-top: 7px;
  }
  .filter-liner-jump-to .inner .select-container label {
    min-width: 25%;
  }
  .filter-liner-jump-to .inner .select-container select.jumperSelect {
    width: 65%;
  }
}
@media screen and (min-width: 1024px) {
  .filter-liner-jump-to .inner .select-container {
    padding-left: 30px;
  }
  .filter-liner-jump-to .inner .select-container:after {
    left: 64%;
    width: 7%;
    height: 30px;
    top: 8px;
    padding-top: 8px;
  }
  .filter-liner-jump-to .inner .select-container label {
    min-width: 13%;
  }
  .filter-liner-jump-to .inner .select-container select.jumperSelect {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .filter-liner-jump-to {
    margin-bottom: 25px;
  }
  .filter-liner-jump-to .inner {
    padding: 0;
    padding-right: 10px;
  }
  .filter-liner-jump-to .inner .select-container {
    width: 100%;
    padding: 0.2em;
  }
  .filter-liner-jump-to .inner .select-container label {
    min-width: 25%;
    font-size: 1.5rem;
    text-align: center;
    padding: 0;
  }
  .filter-liner-jump-to .inner .select-container select.jumperSelect {
    height: 100%;
    width: 75%;
    padding: 0 8px;
    text-overflow: ellipsis;
    padding-right: 50px;
  }
}

.subnavigation-placeholder .content-placeholder-sub-layout-3-column {
  min-height: 150px;
}
.subnavigation-placeholder .content-placeholder-sub-layout-3-column-sss, .subnavigation-placeholder .content-placeholder-sub-layout-3-column-sd, .subnavigation-placeholder .content-placeholder-sub-layout-3-column-ds {
  padding: 35px 20px;
}
.subnavigation-placeholder .columns-container .column.double {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.subnavigation-placeholder .columns-container .column.double .content-placeholder-sub-layout-3-column-ds {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.subnavigation-placeholder .content-placeholder-component {
  padding: 35px 0;
}
@media screen and (max-width: 767px) {
  .subnavigation-placeholder .content-placeholder-component.rock-bg-left {
    padding: 0;
  }
}

.left-nav {
  border-bottom: 2px solid #ccc;
  margin-bottom: 30px;
}
.left-nav .article-sub-layout {
  background-color: #fff;
}
.left-nav .article-sub-layout .columns-container {
  padding: 2em 0;
}
.left-nav .left-container ul li a {
  font-weight: bold;
}

.filter-liner-layout {
  margin: 0;
  padding-bottom: 28px;
}
.filter-liner-layout .search-filter {
  border-bottom: none;
}
.filter-liner-layout .search-filter .ui-widget {
  background-color: #c1171e;
  border: 1px solid rgba(255, 255, 255, 0.6);
  height: 38px;
}
.filter-liner-layout .search-filter .ui-widget input {
  background-color: #c1171e;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  height: 38px;
  width: 87% !important;
}
.filter-liner-layout .search-filter .ui-widget .fa-search {
  margin: 0;
}
.filter-liner-layout .search-filter .ui-widget .fa-search:before {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
}
.filter-liner-layout .search-filter .search-container {
  height: 38px;
  border: none;
}
.filter-liner-layout .search-filter #ui-id-1 {
  outline: none;
  height: 100%;
}
.filter-liner-layout .search-filter #ui-id-1 li.ui-menu-item {
  background-color: linear-input-bg-color;
  color: #fff;
}
.filter-liner-layout .filterLiner .arrowL:after, .filter-liner-layout .filterLiner .arrowR:after {
  display: none;
}
@media screen and (min-width: 768px) {
  .filter-liner-layout {
    padding: 0;
  }
  .filter-liner-layout .filterLiner {
    width: 60%;
  }
  .filter-liner-layout .search-filter {
    width: 30%;
  }
  .filter-liner-layout .search-filter .ui-widget {
    height: 33px;
  }
  .filter-liner-layout .search-filter .ui-widget input {
    height: 33px;
    width: 85% !important;
  }
  .filter-liner-layout .search-filter .search-container {
    height: 33px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .filter-liner-layout {
    padding-bottom: 25px;
  }
  .filter-liner-layout .filterLiner {
    width: 90%;
    /*margin-left: 30px;*/
    margin: auto;
  }
  .filter-liner-layout .search-filter .ui-widget input {
    text-align: center;
  }
  .filter-liner-layout .search-filter .search-container {
    margin-left: 30px;
    margin-right: 30px;
  }
}

.ie11 .filter-liner-layout .filterLiner .filterLinerCont ul li:last-child {
  padding-left: 4em;
}

.hero-placeholder-component-image .headline {
  font-weight: 500;
  line-height: 110%;
}
@media screen and (max-width: 767px) {
  .hero-placeholder-component-image .content .body-copy {
    color: #fff;
  }
  .hero-placeholder-component-image .headline {
    color: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .hero-placeholder-component-image {
    min-height: 600px;
    padding-top: 170px;
    background-size: 1700px 519px;
    background-position: center bottom;
  }
  .hero-placeholder-component-image .hero-content-center {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) and (orientation: portrait) {
  .hero-placeholder-component-image.hero-placeholder-component-image-sub-page {
    background-size: 100vw 180px;
    background-position: center bottom;
  }
}
@media screen and (min-width: 768px) {
  .hero-placeholder-component-image.hero-placeholder-component-image-sub-page {
    background-size: 100vw 180px;
    background-position: center bottom;
  }
}
@media screen and (min-width: 1024px) {
  .hero-placeholder-component-image.hero-placeholder-component-image-sub-page {
    background-size: 100% 370px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 1024px) and (orientation: landscape) {
  .hero-placeholder-component-image.hero-placeholder-component-image-sub-page {
    background-size: 1400px 380px;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .hero-placeholder-component-image.hero-placeholder-component-image-sub-page {
    background-size: auto 200px;
    background-position: center 150%;
  }
}

@media screen and (min-width: 768px) {
  .ie11 :not(.hero-placeholder-component-image-sub-page).hero-placeholder-component-image .inner {
    display: block;
    padding-top: 6%;
  }
  .ie11 :not(.hero-placeholder-component-image-sub-page).hero-placeholder-component-image .inner > .content {
    width: 648px;
  }
  .ie11 :not(.hero-placeholder-component-image-sub-page).hero-placeholder-component-image .headline {
    font-size: 3.2rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .ie11 :not(.hero-placeholder-component-image-sub-page).hero-placeholder-component-image .inner {
    padding-left: 7%;
    padding-top: 6%;
  }
  .ie11 :not(.hero-placeholder-component-image-sub-page).hero-placeholder-component-image .headline {
    font-size: 4.2rem !important;
  }
}
@media screen and (max-width: 767px) {
  .hero-placeholder-component-image-sub-page {
    padding-top: 190px;
    background-size: cover !important;
    position: relative;
  }
}
.hero-placeholder-component-image-sub-page .content {
  background: transparent;
}
.hero-placeholder-component-image-sub-page .content .headline {
  padding: 12px;
}
.hero-placeholder-component-image-sub-page .headline {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .hero-placeholder-component-image-sub-page {
    min-height: 300px;
    padding-bottom: 0;
    position: relative;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .hero-placeholder-component-image-sub-page > .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .hero-placeholder-component-image-sub-page .content {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 485.3333333333px;
    background: transparent;
  }
  .hero-placeholder-component-image-sub-page .content .headline {
    padding: 15px;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 300;
    background-color: rgba(51, 51, 51, 0.25);
    color: #fff;
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
  .hero-placeholder-component-image-sub-page {
    min-height: 568px;
  }
  .hero-placeholder-component-image-sub-page > .inner {
    padding-left: 0;
  }
  .hero-placeholder-component-image-sub-page .content {
    max-width: 832px;
    background: transparent;
  }
  .hero-placeholder-component-image-sub-page .content .headline {
    font-size: 48px;
    font-size: 4.8rem;
    padding: 20px;
  }
}

.hero-placeholder-component-background-video .inner {
  background: none !important;
  margin-bottom: 25% !important;
}
.hero-placeholder-component-background-video .inner .headline {
  font-family: americane-condensed, "Open Sans";
  font-size: 7em;
  color: #f1e3cd;
  font-weight: 900;
  padding-left: 0px !important;
}
.hero-placeholder-component-background-video .inner .body-copy {
  font-family: Kandal;
  font-size: 12rem;
  color: white;
  font-weight: 700;
}

/*#Awards Short Section*/
/*#end section*/
/*#Pairing Short and Recipe Short Section*/
/*#end section*/
/*#Product Short*/
.product-short {
  background-color: #333;
}

/*#en

/*#Event Short, Product Short and Brand Short Section*/
.event-short-sub-layout .intro .headlines .headline, .event-short-sub-layout .intro .headlines .sub-head, .product-short .intro .headlines .headline, .product-short .intro .headlines .sub-head, .brand-short .intro .headlines .headline, .brand-short .intro .headlines .sub-head {
  color: #fff;
}
.event-short-sub-layout .intro .body-copy, .product-short .intro .body-copy, .brand-short .intro .body-copy {
  color: #fff;
}
.event-short-sub-layout .grid-container .grid-item .sub-head, .product-short .grid-container .grid-item .sub-head, .brand-short .grid-container .grid-item .sub-head {
  font-family: "Arima", cursive;
  font-weight: 700;
  color: #fff;
}
.event-short-sub-layout .grid-container .grid-item .sub-head a, .product-short .grid-container .grid-item .sub-head a, .brand-short .grid-container .grid-item .sub-head a {
  color: #fff;
}
.event-short-sub-layout .grid-container .grid-item .description, .product-short .grid-container .grid-item .description, .brand-short .grid-container .grid-item .description {
  color: #fff;
}
.event-short-sub-layout .grid-container:last-child, .product-short .grid-container:last-child, .brand-short .grid-container:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .event-short-sub-layout .grid-container .grid-item .text-content, .product-short .grid-container .grid-item .text-content, .brand-short .grid-container .grid-item .text-content {
    text-align: center;
  }
  .event-short-sub-layout .grid-container .grid-item .text-content .sub-head, .product-short .grid-container .grid-item .text-content .sub-head, .brand-short .grid-container .grid-item .text-content .sub-head {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .event-short-sub-layout .grid-container .grid-item .sub-head, .product-short .grid-container .grid-item .sub-head, .brand-short .grid-container .grid-item .sub-head {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.w-breadcrumb {
  background-color: #fff;
}
.w-breadcrumb .i-breadcrumb {
  padding: 7px 0px 7px 15px;
}
.w-breadcrumb .i-breadcrumb .breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.w-breadcrumb .i-breadcrumb .breadcrumb__item {
  display: flex;
  align-items: center;
}
.w-breadcrumb .i-breadcrumb .breadcrumb__item + .breadcrumb__item::before {
  content: "›";
  margin: 0 8px;
  color: #999;
}
.w-breadcrumb .i-breadcrumb .breadcrumb__link {
  text-decoration: none;
  color: #e31b23;
}
.w-breadcrumb .i-breadcrumb .breadcrumb__link:hover {
  text-decoration: underline;
}

.home-page-template {
  /*.product-brand-sub-layout {
      padding: $prod-short-sublayout-mobile-padding;
      background: $global-mobile-bg-image repeat scroll center top;
      text-align: $grid-horizontal-alignment;

      .intro {


          .headline {
              @include set-font-with-properties($prod-short-headline-font-family);
              font-weight: $prod-short-headline-font-weight;
              @include font-size($prod-short-mobile-headline-font-size);
          }

          .sub-head {
              font-weight: $prod-short-sub-head-font-weight;
          }
      }

      > .inner hr {
          margin: -20px 0 20px;
          border-top: 3px solid $prod-short-rule-color;
      }

      .filter-jump-sub-layout:first-child {
          margin-top: -25px;
      }

      .grid-container {
          margin-bottom: 55px;

          .sub-head {
              margin-bottom: 10px;
              @include font-size($sub-head-mobile-font-size);
              color: $prod-short-name-font-color;
              text-transform: $prod-short-grid-subhead-text-transform;
          }

          .grid-item {
              .main-image {
                  img {
                      margin: $prod-short-grid-item-img-horizontal-alignment;
                  }
              }
              /*added for saput
              border-top: $prod-short-grid-item-border-color;
              padding-top: $prod-short-grid-item-padding;
              /*added for saputo
          }

          .grid-item:nth-child(1) {
              border-top: none;
          }

          .grid-item:nth-child(2) {
              border-top: none;
          }

          .grid-item:nth-child(3) {
              border-top: none;
          }
      }

      .inner:last-child {
          .grid-container {
              margin-bottom: 0;
          }
      }

      @media  screen and (max-width: 767px) {
          .grid-container {

              .grid-item {
                  .main-image {
                      img {
                          width: $prod-short-grid-item-mobile-img-width;
                          margin: $prod-short-grid-item-img-horizontal-alignment;
                      }
                  }
              }
          }
      }


      @media  screen and (min-width: 768px) {
          padding: $prod-short-sublayout-tablet-padding;
          background-image: $global-tablet-bg-image;

          .intro {
              .headline {
                  @include font-size($prod-short-tablet-headline-font-size);
              }

              .sub-head {
                  @include font-size($prod-short-tablet-sub-head-font-size);
              }
          }

          > .inner hr {
              margin-top: -15px;
              margin-bottom: 25px;
              border-top-width: 2px;
          }

          .filter-jump-sub-layout:first-child {
              margin-top: -35px;
          }

          .grid-container {
              margin-bottom: 10px;

              .sub-head {
                  @include font-size($sub-head-tablet-font-size);
              }
          }

          .inner:last-child {
              .grid-container {
                  margin-bottom: $margin-bottom-grid-cont;
              }
          }
      }


      @media  screen and (min-width: 1024px) {
          padding: $prod-short-sublayout-desktop-padding;

          .intro {
              .headline {
                  @include font-size($prod-short-desktop-headline-font-size);
              }

              .sub-head {
                  @include font-size($prod-short-desktop-sub-head-font-size);
              }
          }

          .filter-jump-sub-layout:first-child {
              margin-top: -100px;
          }

          .grid-container {
              .sub-head {
                  @include font-size($sub-head-desktop-font-size);
              }

              .grid-item {
                  .main-image {
                      img {
                          width: $prod-short-grid-item-desktop-img-width;
                      }
                  }
              }
          }
      }
  }*/
}
.search-results-container {
  font-size: 16px;
  font-size: 1.6rem;
  /*#region tablet */
  /*#endregion */
  /*#region desktop */
  /*#endregion */
}
.search-results-container .modify-search {
  padding: 30px 0 25px;
  background: repeat scroll center top;
}
.search-results-container .modify-search .close-menu {
  display: none;
}
.search-results-container .modify-search .suggestion {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 20px;
}
.search-results-container .modify-search .suggestion strong {
  display: inline;
  line-height: 1;
}
.search-results-container .modify-search .suggestion a {
  color: inherit;
  font-weight: bold;
}
.search-results-container .modify-search .select-container .close-menu {
  display: none;
}
.search-results-container .modify-search .select-container:after {
  color: #666;
}
.search-results-container .results-summary {
  font-size: 13px;
  font-size: 1.3rem;
  background-color: #666;
  color: #fff;
}
.search-results-container .results-summary .sub-head {
  margin-bottom: 0;
  padding: 10px 0;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  text-transform: lowercase;
}
.search-results-container .result,
.search-results-container .pagination-container {
  background-color: #fff;
}
.search-results-container .result:nth-child(even),
.search-results-container .pagination-container:nth-child(even) {
  background-color: #fff;
}
.search-results-container .result {
  padding: 20px 0;
}
.search-results-container .result .sub-head {
  margin-bottom: 10px;
  font-family: "OpenSansCondensed";
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  color: #666;
  text-transform: uppercase;
}
.search-results-container .result a {
  font-weight: bold;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.search-results-container .result a:hover {
  text-decoration: underline;
}
.search-results-container .pagination-sub-layout:before {
  display: none;
}
.search-results-container .pagination-container {
  padding: 0 0 30px;
  overflow: auto;
}
.search-results-container .pagination-container .pagination-sub-layout {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
@media screen and (min-width: 768px) {
  .search-results-container .modify-search .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .search-results-container .modify-search .suggestion {
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 0;
    margin-top: 0;
  }
  .search-results-container .results-summary {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .search-results-container .results-summary .sub-head {
    padding: 20px 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .search-results-container .result {
    padding: 30px 0;
  }
  .search-results-container .pagination-container {
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 1024px) {
  .search-results-container .modify-search {
    padding: 35px 0 30px;
  }
  .search-results-container .results-summary .sub-head:before, .search-results-container .results-summary .sub-head:after {
    content: "///";
    display: inline-block;
    color: #999;
  }
  .search-results-container .results-summary .sub-head:before {
    margin-right: 0.8em;
  }
  .search-results-container .results-summary .sub-head:after {
    margin-left: 0.8em;
  }
  .search-results-container .result {
    padding: 40px 0;
  }
  .search-results-container .result:first-child {
    padding-top: 65px;
  }
  .search-results-container .result .sub-head {
    margin-bottom: 15px;
    font-size: 36px;
    font-size: 3.6rem;
  }
  .search-results-container .pagination-container {
    padding-bottom: 105px;
  }
  .search-results-container .pagination-sub-layout .controls {
    margin-top: 50px;
  }
}

.search-container {
  position: relative;
  min-width: 40%;
}
.search-container input[type=text] {
  padding-right: 20px;
}
.search-container input[type=text]:focus {
  border-color: #7999CE;
}
.search-container .submitsearch {
  position: absolute;
  right: 6px;
  top: 0;
  font-size: 2rem;
  height: 33px;
}
.search-container span.submitsearch .fa-search {
  position: relative;
  top: 7px;
}

@media screen and (min-width: 1024px) {
  .search-container + .close-menu {
    display: none;
  }
}
/*.generic-sub-page-template{
    .content-placeholder-component{
        padding:0 !important;
    }
}*/
.cheese-events-landing-page-template {
  padding-bottom: 30px;
  margin-top: -5px;
}
@media screen and (min-width: 768px) {
  .cheese-events-landing-page-template {
    padding-bottom: 45px;
    margin-top: -4px;
  }
}
@media screen and (min-width: 1024px) {
  .cheese-events-landing-page-template {
    padding-bottom: 65px;
    margin-top: -6px;
  }
}

.content-placeholder + .cheese-events-landing-page-template .filter-jump-sub-layout {
  margin: !important;
}
.cheese-event-detail-page-template {
  background: repeat scroll center top;
  /*#region tablet */
  /*#endregion */
  /*#region desktop */
  /*#endregion */
}
.cheese-event-detail-page-template .event-details {
  padding-bottom: 35px;
}
.cheese-event-detail-page-template .event-details .event-image {
  margin-top: 0;
  margin-bottom: 30px;
}
.cheese-event-detail-page-template .event-details .event-image img {
  display: block;
  margin: 0;
  max-width: 100%;
  width: 100%;
}
.cheese-event-detail-page-template .event-details .sub-head {
  margin-bottom: 2px;
  font-weight: normal;
}
.cheese-event-detail-page-template .event-details .headline {
  margin-bottom: 15px;
  font-size: 30px;
  font-size: 3rem;
}
.cheese-event-detail-page-template .share {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cheese-event-detail-page-template .share li {
  margin-right: 10px;
}
.cheese-event-detail-page-template .share li a {
  color: #999;
  text-decoration: none;
}
.cheese-event-detail-page-template .share li i {
  display: block;
  font-size: 40px;
  font-size: 4rem;
  line-height: 0.9em;
}
.cheese-event-detail-page-template .share li a:focus i {
  outline: 1px dotted;
}
@media screen and (min-width: 768px) {
  .cheese-event-detail-page-template .event-details > .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row-reverse nowrap;
    -moz-flex-flow: row-reverse nowrap;
    -ms-flex-flow: row-reverse nowrap;
    flex-flow: row-reverse nowrap;
  }
  .cheese-event-detail-page-template .event-details .event-image,
  .cheese-event-detail-page-template .event-details .event-info {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .cheese-event-detail-page-template .event-details .event-image {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 242.6666666667px;
    margin-bottom: 0;
    padding-left: 12px;
  }
  .cheese-event-detail-page-template .event-details .event-info {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: strecth;
    -ms-flex-align: strecth;
    -webkit-align-items: strecth;
    -moz-align-items: strecth;
    align-items: strecth;
    width: 485.3333333333px;
    padding-right: 6px;
  }
  .cheese-event-detail-page-template .event-details .sub-head {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .cheese-event-detail-page-template .event-details .headline {
    margin-bottom: 20px;
    font-size: 40px;
    font-size: 4rem;
  }
  .cheese-event-detail-page-template .share {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media screen and (min-width: 1024px) {
  .cheese-event-detail-page-template .event-details .event-image {
    width: 416px;
    padding-left: 10px;
  }
  .cheese-event-detail-page-template .event-details .event-info {
    width: 832px;
    padding-right: 5px;
  }
  .cheese-event-detail-page-template .event-details .sub-head {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .cheese-event-detail-page-template .event-details .headline {
    margin-bottom: 25px;
    font-size: 48px;
    font-size: 4.8rem;
  }
}

.product-short-sub-layout {
  padding: 30px 0 55px;
  background: repeat scroll center top;
}
.product-short-sub-layout > .inner hr {
  margin: -20px 0 20px;
  border-top: 3px solid rgba(102, 102, 102, 0.2);
}
.product-short-sub-layout .filter-jump-sub-layout:first-child {
  margin-top: -25px;
}
.product-short-sub-layout .grid-container {
  margin-bottom: 55px;
}
.product-short-sub-layout .grid-container .sub-head {
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}
.product-short-sub-layout .grid-container .grid-item {
  /*.main-image {
      img {
          width: $prod-short-grid-item-mobile-img-width;
          margin: $prod-short-grid-item-img-horizontal-alignment;
      }
  }*/
  /*added for saputo*/
  /*added for saputo*/
}
.product-short-sub-layout .grid-container .grid-item:nth-child(1) {
  border-top: none;
}
.product-short-sub-layout .grid-container .grid-item:nth-child(2) {
  border-top: none;
}
.product-short-sub-layout .grid-container .grid-item:nth-child(3) {
  border-top: none;
}
.product-short-sub-layout .inner:last-child .grid-container {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .product-short-sub-layout {
    padding: 40px 0 50px;
  }
  .product-short-sub-layout .intro .headline {
    font-size: 30px;
    font-size: 3rem;
  }
  .product-short-sub-layout > .inner hr {
    margin-top: -15px;
    margin-bottom: 25px;
    border-top-width: 2px;
  }
  .product-short-sub-layout .filter-jump-sub-layout:first-child {
    margin-top: -35px;
  }
  .product-short-sub-layout .grid-container {
    margin-bottom: 10px;
    /*.grid-item {
        .main-image {
            img {
                width: $prod-short-grid-item-tablet-img-width;
                height: $prod_short-grid-item-tablet-img-height;
            }
        }
    }*/
  }
  .product-short-sub-layout .grid-container .sub-head {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 1024px) {
  .product-short-sub-layout {
    padding: 90px 0;
  }
  .product-short-sub-layout .intro .headline {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .product-short-sub-layout .filter-jump-sub-layout:first-child {
    margin-top: -100px;
  }
  .product-short-sub-layout .grid-container .sub-head {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.faq-sublayout {
  padding: 30px;
}
.faq-sublayout h1, .faq-sublayout h2, .faq-sublayout h3, .faq-sublayout h4, .faq-sublayout h5, .faq-sublayout h6 {
  padding: 0;
  margin: 0;
  padding: 20px 0;
}
.faq-sublayout h2, .faq-sublayout .headline {
  font-family: "BurfordBase", sans-serif;
  text-transform: inherit;
  font-weight: normal;
  color: #000;
  font-size: 32px;
  font-size: 3.2rem;
}
.faq-sublayout h3, .faq-sublayout .sub-head {
  font-family: inherit;
  text-transform: none;
  font-weight: normal;
  color: #000;
  line-height: normal;
  /*@include font-size($faq-headline-mobile-font-size);*/
}
.faq-sublayout h4, .faq-sublayout .sub-head {
  font-family: "BurfordBase", sans-serif;
  text-transform: none;
  font-weight: bold;
  color: #000;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .faq-sublayout {
    padding: 40px;
  }
  .faq-sublayout h2, .faq-sublayout .headline {
    font-size: 20px;
    font-size: 2rem;
  }
  .faq-sublayout h3, .faq-sublayout .sub-head {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 1024px) {
  .faq-sublayout {
    padding: 80px;
  }
  .faq-sublayout h2, .faq-sublayout .headline {
    font-size: 54px;
    font-size: 5.4rem;
  }
  .faq-sublayout h3, .faq-sublayout .sub-head {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

@media screen and (min-width: 1024px) {
  .event-short-sub-layout .grid-container .grid-item {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .event-short-sub-layout div.inner div.grid-container .grid-item {
    margin-bottom: 40px;
  }
}

.event-short-sub-layout + .event-short-sub-layout {
  padding-top: 0;
}

.event-short-introduction .inner {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .event-short-introduction .inner {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .event-short-introduction .inner {
    padding-top: 60px;
  }
}

.recall-notice {
  color: #666;
  font-family: karla, sans-serif;
  padding: 20px;
  padding: 2rem;
  position: relative;
  border-bottom: 2px solid #000;
  background-color: #efefef;
  animation-name: showMessage;
  animation-duration: 2s;
  -ms-animation-name: showMessage;
  -ms-animation-duration: 2s;
  -moz-animation-name: showMessage;
  -moz-animation-duration: 2s;
  -webkit-animation-name: showMessage;
  -webkit-animation-duration: 2s;
}
.recall-notice * {
  font-family: karla, sans-serif;
  color: #666;
}
.recall-notice h1, .recall-notice h2, .recall-notice h3, .recall-notice h4, .recall-notice h5 {
  font-family: karla, sans-serif;
  color: #666;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.recall-notice a {
  color: #c33;
  font-family: karla, sans-serif;
  font-weight: 600;
}
.recall-notice p {
  line-height: 1.3333333333em;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: karla, sans-serif;
}
.recall-notice p:last-child {
  margin-bottom: 0;
  margin-bottom: 0;
}
.recall-notice h1 {
  font-size: 25px;
  font-size: 2.5rem;
}
.recall-notice h2 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
}
.recall-notice .btn-recall-close {
  position: relative;
  float: right;
  right: 0;
  top: 0;
  width: auto;
  height: 30px;
  margin: 0 0 1rem 1rem;
  padding: 0;
}
.recall-notice .btn-recall-close:after {
  content: "\f00d";
  margin-left: 10px;
  font-family: "FontAwesome";
  font-size: 30px;
  font-size: 3rem;
  color: #e31b23;
  line-height: 30px;
  vertical-align: middle;
}

.multiple-filter-jump-sub-layout {
  padding-bottom: 20px;
  position: relative;
}
.multiple-filter-jump-sub-layout .filter-text {
  display: block;
  text-align: center;
  margin-bottom: 0;
  padding: 10px 0;
  font-size: 20px;
  font-size: 2rem;
  color: #782327;
  text-transform: lowercase;
  font-family: "OpenSans";
  font-weight: bold;
}
.multiple-filter-jump-sub-layout button {
  padding: 0;
  border: 0;
  text-transform: uppercase;
  font-family: "OpenSans";
  letter-spacing: 0;
}
.multiple-filter-jump-sub-layout .multiple-filter-content {
  border-bottom: none;
  border-top: none;
  background-color: #782327;
  position: relative;
}
.multiple-filter-jump-sub-layout .multiple-filter-content .inner {
  margin: auto;
  font-family: "OpenSans";
  text-transform: lowercase;
  letter-spacing: 1px;
  width: 100%;
  padding: 0;
}
.multiple-filter-jump-sub-layout ul, .multiple-filter-jump-sub-layout ol {
  list-style: none;
}
.multiple-filter-jump-sub-layout .nav-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  font-family: "OpenSans";
  padding: 0;
}
.multiple-filter-jump-sub-layout .nav-categories li .category-value {
  background-color: #782327;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.5;
  cursor: pointer;
  cursor: hand;
}
.multiple-filter-jump-sub-layout .nav-categories li .category-value span::-moz-selection {
  background: transparent !important;
}
.multiple-filter-jump-sub-layout .nav-categories li .category-value.selected {
  background-color: #999;
}
.multiple-filter-jump-sub-layout .nav-categories li .category-value.selected span {
  color: #fff;
  text-decoration: none;
  border-style: none;
  border-width: 0 0 0 0;
  padding-bottom: 0;
  font-weight: bold;
}
.multiple-filter-jump-sub-layout .nav-categories li ul {
  position: absolute;
  width: 100%;
  border: none;
  left: 0;
  top: 100%;
  padding: 0;
  z-index: 1;
  background-color: #782327;
}
.multiple-filter-jump-sub-layout .nav-categories li ul li {
  position: relative;
}
.multiple-filter-jump-sub-layout .nav-categories li:hover > ul {
  display: block;
}
.multiple-filter-jump-sub-layout .nav-categories .category {
  color: #ccc;
  border-left: 1px solid #782327;
  background-color: #333;
  font-weight: bold;
}
.multiple-filter-jump-sub-layout .nav-categories .category button {
  font-family: "OpenSans";
  letter-spacing: 0;
}
.multiple-filter-jump-sub-layout .nav-categories .category.current-selection {
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: inherit;
  cursor: pointer;
}
.multiple-filter-jump-sub-layout .nav-categories .category.current-selection.open {
  color: #999;
}
.multiple-filter-jump-sub-layout .nav-categories .category.current-selection.open:after {
  content: "\f077";
  font-family: "Fontawesome";
}
.multiple-filter-jump-sub-layout .nav-categories .category.current-selection:after {
  content: "\f078";
  display: inline-block;
  margin-left: 12px;
  font-family: "Fontawesome";
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
}
.multiple-filter-jump-sub-layout .nav-categories .category .category-values {
  display: none;
}
.multiple-filter-jump-sub-layout .nav-categories .category:last-child {
  border-right: 1px solid #782327;
}
.multiple-filter-jump-sub-layout .clear-button {
  position: absolute;
  bottom: -30px;
  right: 0;
}
.multiple-filter-jump-sub-layout .clear-button li.clear-values {
  color: #000;
  cursor: pointer;
}
.multiple-filter-jump-sub-layout .clear-button li.clear-values::after {
  content: "\f00d";
  font-family: "FontAwesome";
  font-size: 1rem;
  padding-left: 5px;
}
.multiple-filter-jump-sub-layout button.clear-values {
  color: #000;
  cursor: pointer;
  text-transform: none;
  display: flex;
  align-items: center;
  margin: 1rem 0;
}
.multiple-filter-jump-sub-layout button.clear-values::after {
  content: "\f00d";
  font-family: "FontAwesome";
  font-size: 2rem;
  padding-left: 5px;
}
.multiple-filter-jump-sub-layout .nav-categories > li {
  float: left;
  background-color: #fff;
  padding: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .multiple-filter-jump-sub-layout {
    padding-bottom: 40px;
  }
  .multiple-filter-jump-sub-layout .filter-text {
    display: none;
  }
  .multiple-filter-jump-sub-layout .multiple-filter-content .inner {
    max-width: 716px;
  }
  .multiple-filter-jump-sub-layout .nav-categories > li {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px;
  }
  .multiple-filter-jump-sub-layout .nav-categories li ul {
    top: 100%;
  }
  .multiple-filter-jump-sub-layout .nav-categories li .category-value {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .multiple-filter-jump-sub-layout {
    padding-bottom: 50px;
  }
  .multiple-filter-jump-sub-layout filter-text {
    display: none;
  }
  .multiple-filter-jump-sub-layout .multiple-filter-content .inner {
    max-width: 1238px;
  }
  .multiple-filter-jump-sub-layout .nav-categories > li {
    font-size: 20px;
    font-size: 2rem;
    padding: 20px;
  }
  .multiple-filter-jump-sub-layout .nav-categories li ul {
    top: 100%;
  }
  .multiple-filter-jump-sub-layout .nav-categories li .category-value {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .multiple-filter-jump-sub-layout .multiple-filter-content .nav-categories > li:first-child {
    display: none;
  }
  .multiple-filter-jump-sub-layout .multiple-filter-content .nav-categories .category:nth-child(2) {
    border-left: none;
  }
  .multiple-filter-jump-sub-layout .multiple-filter-content .nav-categories .category:last-child {
    border-right: none;
  }
}

/*#Filter with Toggle Grid/List Component */
.toggle + .filter-jump-sub-layout {
  margin-bottom: 0;
  margin-top: -1px;
}

@media screen and (min-width: 768px) {
  .toggle + .filter-jump-sub-layout {
    margin-top: -39px;
  }
}
@media screen and (min-width: 1024px) {
  .toggle + .filter-jump-sub-layout {
    margin-top: -59px;
  }
}
/*#endregion */
.toggle {
  position: relative;
  z-index: 1;
}

.filter-jump-sub-layout {
  color: #fff;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .filter-jump-sub-layout {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 1024px) {
  .filter-jump-sub-layout {
    margin-bottom: 65px;
  }
}

/*#region dropdown variation */
.filter-jump-sub-layout-dropdown {
  /*#region tablet */
  /*#endregion */
  /*#region desktop */
  /*#endregion */
}
.filter-jump-sub-layout-dropdown .filter-content {
  background-color: #e31b23;
  position: relative;
}
.filter-jump-sub-layout-dropdown .filter-content .inner:after {
  display: none;
  content: " ";
  height: 1px;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}
.filter-jump-sub-layout-dropdown .filter-text {
  display: block;
  text-align: center;
  margin-bottom: 0;
  padding: 10px 0;
  font-size: 13px;
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.7);
  text-transform: lowercase;
}
.filter-jump-sub-layout-dropdown .filter-text:before, .filter-jump-sub-layout-dropdown .filter-text:after {
  content: "///";
  color: rgba(153, 153, 153, 0.7);
}
.filter-jump-sub-layout-dropdown .filter-text:before {
  margin-right: 0.8em;
}
.filter-jump-sub-layout-dropdown .filter-text:after {
  margin-left: 0.8em;
}
.filter-jump-sub-layout-dropdown .options-container {
  display: none;
}
.filter-jump-sub-layout-dropdown .options-container:before {
  content: "";
  display: none;
  border-top: 1px solid #b7b7b7;
  left: 0;
  width: 100%;
  position: absolute;
}
.filter-jump-sub-layout-dropdown .options-content {
  padding: 10px 0 30px;
}
.filter-jump-sub-layout-dropdown .view-all {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.filter-jump-sub-layout-dropdown .radio-container {
  margin-bottom: 15px;
  margin-left: 12px;
}
.filter-jump-sub-layout-dropdown .radio-container:last-child {
  margin-bottom: 0;
}
.filter-jump-sub-layout-dropdown label, .filter-jump-sub-layout-dropdown span {
  font-weight: 600;
  font-size: 15px;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.filter-jump-sub-layout-dropdown .option-category {
  margin-bottom: 30px;
}
.filter-jump-sub-layout-dropdown .option-category:last-child {
  margin-bottom: 0;
}
.filter-jump-sub-layout-dropdown .option-category .sub-head {
  margin-bottom: 15px;
  padding-left: 31px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  color: #999;
}
.filter-jump-sub-layout-dropdown .current-selection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 10px 12px;
  background-color: #333;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  cursor: pointer;
}
.filter-jump-sub-layout-dropdown .current-selection button {
  text-transform: uppercase;
}
.filter-jump-sub-layout-dropdown .current-selection:after {
  content: "\f078";
  display: inline-block;
  margin-left: 12px;
  font-family: "FontAwesome";
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
}
.filter-jump-sub-layout-dropdown.open .current-selection {
  color: #999;
}
.filter-jump-sub-layout-dropdown.open .current-selection:after {
  content: "\f077";
}
@media screen and (min-width: 768px) {
  .filter-jump-sub-layout-dropdown .filter-content .inner {
    text-align: center;
  }
  .filter-jump-sub-layout-dropdown .filter-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .filter-jump-sub-layout-dropdown .options-container {
    text-align: center;
  }
  .filter-jump-sub-layout-dropdown .options-content {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
  }
  .filter-jump-sub-layout-dropdown .radio-container {
    margin-left: 0;
  }
  .filter-jump-sub-layout-dropdown label, .filter-jump-sub-layout-dropdown span {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .filter-jump-sub-layout-dropdown .categories-container {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .filter-jump-sub-layout-dropdown .option-category {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 40px;
  }
  .filter-jump-sub-layout-dropdown .option-category:last-child {
    margin-right: 0;
  }
  .filter-jump-sub-layout-dropdown .option-category .sub-head {
    padding-left: 15px;
  }
  .filter-jump-sub-layout-dropdown .current-selection-container {
    text-align: center;
  }
  .filter-jump-sub-layout-dropdown .current-selection {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 230.6666666667px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .filter-jump-sub-layout-dropdown .filter-text {
    padding: 20px 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .filter-jump-sub-layout-dropdown .view-all {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .filter-jump-sub-layout-dropdown .options-content {
    padding-bottom: 35px;
  }
  .filter-jump-sub-layout-dropdown .radio-container {
    margin-bottom: 20px;
  }
  .filter-jump-sub-layout-dropdown .radio-container:last-child {
    margin-bottom: 0;
  }
  .filter-jump-sub-layout-dropdown label, .filter-jump-sub-layout-dropdown span {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .filter-jump-sub-layout-dropdown .option-category {
    margin-right: 60px;
  }
  .filter-jump-sub-layout-dropdown .option-category:last-child {
    margin-right: 0;
  }
  .filter-jump-sub-layout-dropdown .option-category .sub-head {
    margin-bottom: 20px;
    padding-left: 18px;
  }
  .filter-jump-sub-layout-dropdown .current-selection {
    min-width: 406px;
    padding: 15px 20px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

/*#endregion */
/*#region links variation */
.filter-jump-sub-layout-links {
  padding: 2px 0;
  background-color: #333;
  /*#region tablet */
  /*#endregion */
  /*#region desktop */
  /*#endregion */
}
.filter-jump-sub-layout-links .links {
  position: relative;
  margin: 0 30px;
  text-transform: uppercase;
}
.filter-jump-sub-layout-links .links:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 100%;
  background-image: -webkit-linear-gradient(to right, rgba(51, 51, 51, 0) 0, #333333 100%);
  background-image: -moz-linear-gradient(to right, rgba(51, 51, 51, 0) 0, #333333 100%);
  background-image: -o-linear-gradient(to right, rgba(51, 51, 51, 0) 0, #333333 100%);
  background-image: linear-gradient(to right, rgba(51, 51, 51, 0) 0, #333333 100%);
}
.filter-jump-sub-layout-links .links .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
}
.filter-jump-sub-layout-links .links .slick-prev {
  left: -30px;
}
.filter-jump-sub-layout-links .links .slick-next {
  right: -30px;
}
.filter-jump-sub-layout-links .links .slick-disabled {
  cursor: default;
  opacity: 0.5;
}
.filter-jump-sub-layout-links .links li {
  display: inline-block;
  border-right: 1px solid rgba(204, 204, 204, 0.2);
}
.filter-jump-sub-layout-links .links li:last-child {
  border-right: none;
}
.filter-jump-sub-layout-links .links li.active a {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
  color: #333;
  cursor: default;
}
.filter-jump-sub-layout-links .links li.active a:after {
  display: none;
}
.filter-jump-sub-layout-links .links a {
  display: inline-block;
  padding: 8px 10px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.filter-jump-sub-layout-links .links a:after {
  content: "\f054";
  display: inline-block;
  width: 20px;
  font-family: "FontAwesome";
  line-height: 1em;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .filter-jump-sub-layout-links {
    padding: 1px 0;
  }
  .filter-jump-sub-layout-links .links a {
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: 600;
  }
}
@media screen and (min-width: 1024px) {
  .filter-jump-sub-layout-links {
    padding: 2px 0;
  }
  .filter-jump-sub-layout-links .links {
    margin: 0 45px;
  }
  .filter-jump-sub-layout-links .links:after {
    width: 40px;
  }
  .filter-jump-sub-layout-links .links .slick-prev {
    left: -45px;
  }
  .filter-jump-sub-layout-links .links .slick-next {
    right: -45px;
  }
  .filter-jump-sub-layout-links .links li.active a {
    padding-right: 30px;
    padding-left: 30px;
  }
  .filter-jump-sub-layout-links .links a {
    padding: 20px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

/*#Filter with Toggle Grid/List Component */
.toggle + .filter-jump-sub-layout {
  margin-bottom: 0;
  margin-top: -1px;
}

@media screen and (min-width: 768px) {
  .toggle + .filter-jump-sub-layout {
    margin-top: -39px;
  }
}
@media screen and (min-width: 1024px) {
  .toggle + .filter-jump-sub-layout {
    margin-top: -59px;
  }
}
/*#endregion */
.toggle {
  position: relative;
  z-index: 1;
}

.pairings-sub-layout {
  padding: 40px 0;
  background-color: #999;
  color: #fff;
}
.filter-placeholder:not(:empty) + .middle-generic-placeholder .pairings-sub-layout {
  padding-top: 74px;
}
.pairings-sub-layout .intro {
  margin-bottom: 30px;
}
.pairings-sub-layout .intro .headline,
.pairings-sub-layout .intro .sub-head {
  color: #fff;
}
.pairings-sub-layout .grid-container .grid-item .sub-head {
  font-size: 23px;
  font-size: 2.3rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .pairings-sub-layout .grid-container .grid-item {
    margin-bottom: 30px;
  }
  .pairings-sub-layout .grid-container .grid-item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .pairings-sub-layout .grid-container .grid-item .main-image {
    margin-bottom: 18px;
  }
  .pairings-sub-layout .grid-container .grid-item .sub-head {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .pairings-sub-layout {
    /*padding: 90px 0 100px;*/
    padding: 90px 0; /*90px 0*/
  }
  .filter-placeholder:not(:empty) + .middle-generic-placeholder .pairings-sub-layout {
    padding-top: 114px;
  }
  .pairings-sub-layout .intro {
    margin-bottom: 45px;
  }
  .pairings-sub-layout .grid-container .grid-item .main-image {
    margin-bottom: 20px;
  }
  .pairings-sub-layout .grid-container .grid-item .sub-head {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.product-description-sub-layout {
  padding: 35px 0;
  background: repeat scroll center top;
}
.product-description-sub-layout .product-image {
  margin-bottom: 20px;
}
.product-description-sub-layout .product-image img {
  display: block;
  max-width: 100%;
  margin: auto 0 auto auto;
}
@media screen and (max-width: 767px) {
  .product-description-sub-layout .product-image img {
    margin: 0 auto;
  }
}
.product-description-sub-layout .headline {
  font-size: 30px;
  font-size: 3rem;
}
.product-description-sub-layout .more-copy {
  display: none;
  margin-bottom: 1em;
}
.product-description-sub-layout .nutrition-container {
  margin-top: 25px;
}
.product-description-sub-layout .sizes-types {
  margin-bottom: 25px;
}
.product-description-sub-layout .share {
  margin-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-description-sub-layout .share li {
  margin-right: 10px;
}
.product-description-sub-layout .share li:last-child {
  margin-right: 0;
}
.product-description-sub-layout .share li a {
  color: #999;
  text-decoration: none;
}
.product-description-sub-layout .share li i {
  display: block;
  font-size: 40px;
  font-size: 4rem;
  line-height: 0.9em;
}
.product-description-sub-layout .share li a:focus i {
  outline: 1px dotted;
}
.product-description-sub-layout .where-to-buy {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .product-description-sub-layout {
    padding: 45px 0;
  }
  .product-description-sub-layout .headline {
    font-size: 33px;
    font-size: 3.3rem;
    margin-bottom: 15px;
  }
  .product-description-sub-layout .where-to-buy {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .product-description-sub-layout {
    padding: 70px 0;
  }
  .product-description-sub-layout .headline {
    font-size: 40px;
    font-size: 4rem;
  }
}
/*#region 2-column no image */
.product-description-sub-layout-2-column-no-image .nutrition-container {
  padding-top: 25px;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
}
@media screen and (min-width: 768px) {
  .product-description-sub-layout-2-column-no-image > .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .product-description-sub-layout-2-column-no-image .product-info,
  .product-description-sub-layout-2-column-no-image .product-links {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .product-description-sub-layout-2-column-no-image .product-info {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 485.3333333333px;
    padding-right: 20px;
  }
  .product-description-sub-layout-2-column-no-image .nutrition-container {
    margin-top: 30px;
    padding-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .product-description-sub-layout-2-column-no-image .sizes-types {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 242.6666666667px;
    margin-right: 6px;
    margin-bottom: 0;
    padding-right: 12px;
  }
  .product-description-sub-layout-2-column-no-image .product-links {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 242.6666666667px;
    padding-left: 12px;
    text-align: right;
  }
  .product-description-sub-layout-2-column-no-image .share {
    margin-top: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .product-description-sub-layout-2-column-no-image .where-to-buy:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .product-description-sub-layout-2-column-no-image .product-info {
    width: 832px;
    padding-right: 30px;
  }
  .product-description-sub-layout-2-column-no-image .nutrition-container {
    margin-top: 45px;
    padding-top: 45px;
  }
  .product-description-sub-layout-2-column-no-image .sizes-types {
    width: auto;
    margin-right: 30px;
    padding-right: 0;
  }
  .product-description-sub-layout-2-column-no-image .product-links {
    width: 416px;
    padding-left: 10px;
  }
}

/*#endregion */
/*#region 2-column left image tablet, 3-column tablet */
@media screen and (min-width: 768px) {
  .product-description-sub-layout-2-column-left-image > .inner,
  .product-description-sub-layout-3-column > .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .product-description-sub-layout-2-column-left-image .product-image,
  .product-description-sub-layout-3-column .product-image {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 485.3333333333px;
    padding-right: 20px;
  }
  .product-description-sub-layout-2-column-left-image .product-details,
  .product-description-sub-layout-3-column .product-details {
    width: 242.6666666667px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .product-description-sub-layout-2-column-left-image .product-info,
  .product-description-sub-layout-3-column .product-info {
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .product-description-sub-layout-2-column-left-image .nutrition-container,
  .product-description-sub-layout-3-column .nutrition-container {
    margin-top: 20px;
  }
  .product-description-sub-layout-2-column-left-image .sizes-types,
  .product-description-sub-layout-3-column .sizes-types {
    margin-bottom: 20px;
  }
  .product-description-sub-layout-2-column-left-image .share,
  .product-description-sub-layout-3-column .share {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-order: 0;
    -ms-flex-order: 0;
    order: 0;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .product-description-sub-layout-2-column-left-image .where-to-buy,
  .product-description-sub-layout-3-column .where-to-buy {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

/*#endregion */
/*#region 2-column left image desktop */
@media screen and (min-width: 1024px) {
  .product-description-sub-layout-2-column-left-image .product-image {
    width: 832px;
    padding-right: 30px;
  }
  .product-description-sub-layout-2-column-left-image .product-details {
    width: 416px;
  }
  .product-description-sub-layout-2-column-left-image .nutrition-container {
    margin-top: 35px;
  }
  .product-description-sub-layout-2-column-left-image .sizes-types {
    width: auto;
    margin-bottom: 25px;
  }
  .product-description-sub-layout-2-column-left-image .share {
    margin-bottom: 25px;
  }
  .product-description-sub-layout-2-column-left-image .where-to-buy {
    margin-top: 30px;
  }
}

/*#endregion */
/*#region 3-column desktop */
@media screen and (min-width: 1024px) {
  .product-description-sub-layout-3-column .product-image {
    width: 416px;
  }
  .product-description-sub-layout-3-column .product-details {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 832px;
    padding-right: 30px;
  }
  .product-description-sub-layout-3-column .product-info {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 416px;
    margin-right: 30px;
    padding: 0 30px;
  }
  .product-description-sub-layout-3-column .nutrition-container {
    margin-top: 35px;
  }
  .product-description-sub-layout-3-column .sizes-types {
    margin-bottom: 25px;
  }
  .product-description-sub-layout-3-column .sizes-types select {
    width: auto;
  }
  .product-description-sub-layout-3-column .share {
    float: left;
    width: 356px;
    margin-bottom: 35px;
  }
  .product-description-sub-layout-3-column .where-to-buy {
    float: left;
    max-width: 356px;
    margin-top: 0;
  }
}

/*#endregion */
/*#region 2-column no image description */
.product-description-sub-layout-2-column-image-description .nutrition-container {
  padding-top: 25px;
  border-top: none;
  order: 1;
  margin-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product-description-sub-layout-2-column-image-description .product-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.product-description-sub-layout-2-column-image-description .product-links .shareSocial {
  order: 0;
}
.product-description-sub-layout-2-column-image-description .product-links .where-to-buy {
  order: 3;
}
.product-description-sub-layout-2-column-image-description .product-links .additional-description {
  order: 2;
  margin-top: 20px;
}
.product-description-sub-layout-2-column-image-description .product-links .additional-description #productAdditionalDescriptionText {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .product-description-sub-layout-2-column-image-description > .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .product-description-sub-layout-2-column-image-description .product-info {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 485.3333333333px;
    padding-right: 20px;
  }
  .product-description-sub-layout-2-column-image-description .nutrition-container {
    margin-top: 30px;
    padding-top: 0;
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .product-description-sub-layout-2-column-image-description .additional-description {
    margin-left: auto;
  }
  .product-description-sub-layout-2-column-image-description .sizes-types {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 242.6666666667px;
    margin-right: 6px;
    margin-bottom: 0;
    padding-right: 12px;
  }
  .product-description-sub-layout-2-column-image-description .product-links {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 242.6666666667px;
    padding-left: 12px;
    text-align: right;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .product-description-sub-layout-2-column-image-description .product-links .share {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .product-description-sub-layout-2-column-image-description .where-to-buy:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .product-description-sub-layout-2-column-image-description .product-info {
    width: 832px;
    padding-right: 30px;
  }
  .product-description-sub-layout-2-column-image-description .nutrition-container {
    margin-top: 45px;
  }
  .product-description-sub-layout-2-column-image-description .sizes-types {
    width: auto;
    margin-right: 30px;
    padding-right: 0;
  }
  .product-description-sub-layout-2-column-image-description .product-links {
    width: 416px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .product-description-sub-layout-2-column-image-description .stand-alone-link {
    margin-right: auto;
    margin-left: 0;
  }
}

/*#endregion */
/*#region nutrition info */
.nutrition-info .text-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
}
.nutrition-info .product-name {
  font-family: americane-condensed, "OpenSans";
  font-size: 50px;
  font-size: 5rem;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  margin-bottom: 12px;
  word-wrap: break-word;
  text-align: center;
  border: 0.6rem solid #666;
  padding: 1.2rem;
}
.nutrition-info .nutrition-label {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .nutrition-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .nutrition-info .text-content {
    width: 250px;
    margin-right: 20px;
  }
  .nutrition-info .product-name {
    font-size: 30px;
    font-size: 3rem;
  }
  .nutrition-info .nutrition-label {
    width: 245px;
  }
}
@media screen and (min-width: 1024px) {
  .nutrition-info .text-content {
    width: 300px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .nutrition-info .product-name {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .nutrition-info .nutrition-label {
    width: 330px;
  }
}

/*#endregion */
.product-name {
  line-height: 1.2;
}

/* production description sizes types summary */
.production-description-sizes-types-summary .double {
  width: 70%;
}
.production-description-sizes-types-summary .double .grid-container {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 0 20px 0 0;
  width: 100%;
}
.production-description-sizes-types-summary .double .grid-container .grid-item {
  height: auto;
  width: 50%;
  text-align: center;
  margin-bottom: 100px;
}
.production-description-sizes-types-summary .double .grid-container .grid-item img {
  max-width: 100%;
}
.production-description-sizes-types-summary .double .grid-container .grid-item .card-description {
  margin-top: 10px;
}
.production-description-sizes-types-summary .single {
  width: 30%;
}
.production-description-sizes-types-summary .single img.nutrition-facts {
  max-width: 100%;
}

@media screen and (min-width: 1024px) {
  .production-description-sizes-types-summary .double {
    width: 80%;
  }
  .production-description-sizes-types-summary .double .grid-container {
    padding-right: 50px;
  }
  .production-description-sizes-types-summary .double .grid-container .grid-item {
    width: 33.3%;
  }
  .production-description-sizes-types-summary .single {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .production-description-sizes-types-summary .double {
    width: 100%;
  }
  .production-description-sizes-types-summary .double .grid-container {
    padding-right: 0;
  }
  .production-description-sizes-types-summary .single {
    width: 100%;
    padding-bottom: 30px;
  }
}
.brand-description-sub-layout {
  padding: 35px 0;
  background: repeat scroll center top;
}
.brand-description-sub-layout .brand-image {
  margin-bottom: 20px;
}
.brand-description-sub-layout .brand-image img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.brand-description-sub-layout .headline {
  font-size: 30px;
  font-size: 3rem;
}
.brand-description-sub-layout .more-copy {
  display: none;
  margin-bottom: 1em;
}
.brand-description-sub-layout .brand-links {
  margin-top: 25px;
  border-top: 2px solid rgba(51, 51, 51, 0.2);
}
.brand-description-sub-layout .share {
  margin-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.brand-description-sub-layout .share li {
  margin-right: 10px;
}
.brand-description-sub-layout .share li:last-child {
  margin-right: 0;
}
.brand-description-sub-layout .share li a {
  color: #999;
  text-decoration: none;
}
.brand-description-sub-layout .share li i {
  display: block;
  font-size: 40px;
  font-size: 4rem;
  line-height: 0.9em;
}
.brand-description-sub-layout .share li a:focus i {
  outline: 1px dotted;
}
.brand-description-sub-layout .where-to-buy {
  margin-top: 25px;
}
.brand-description-sub-layout .visit-website {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .brand-description-sub-layout {
    padding: 45px 0;
  }
  .brand-description-sub-layout .headline {
    font-size: 33px;
    font-size: 3.3rem;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .brand-description-sub-layout {
    padding: 70px 0;
  }
  .brand-description-sub-layout .headline {
    font-size: 40px;
    font-size: 4rem;
  }
}

/*#region 2-column no image */
@media screen and (min-width: 768px) {
  .brand-description-sub-layout-2-column-no-image > .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .brand-description-sub-layout-2-column-no-image .brand-info,
  .brand-description-sub-layout-2-column-no-image .brand-links {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .brand-description-sub-layout-2-column-no-image .brand-info {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 485.3333333333px;
    padding-right: 20px;
  }
  .brand-description-sub-layout-2-column-no-image .brand-links {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 242.6666666667px;
    margin-top: 0;
    padding-left: 12px;
    border-top: none;
  }
  .brand-description-sub-layout-2-column-no-image .share {
    margin-top: 0;
  }
  .brand-description-sub-layout-2-column-no-image .where-to-buy,
  .brand-description-sub-layout-2-column-no-image .visit-website {
    margin-top: 20px;
  }
  .brand-description-sub-layout-2-column-no-image .where-to-buy:first-child,
  .brand-description-sub-layout-2-column-no-image .visit-website:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .brand-description-sub-layout-2-column-no-image .brand-info {
    width: 832px;
    padding-right: 30px;
  }
  .brand-description-sub-layout-2-column-no-image .brand-links {
    width: 416px;
    padding-left: 10px;
  }
  .brand-description-sub-layout-2-column-no-image .where-to-buy,
  .brand-description-sub-layout-2-column-no-image .visit-website {
    margin-top: 35px;
  }
  .brand-description-sub-layout-2-column-no-image .where-to-buy:first-child,
  .brand-description-sub-layout-2-column-no-image .visit-website:first-child {
    margin-top: 0;
  }
  .brand-description-sub-layout-2-column-no-image .visit-website {
    margin-top: 30px;
  }
}

/*#endregion */
/*#region 2-column left image */
.brand-description-sub-layout-2-column-left-image hr {
  width: 100%;
  margin: 25px 0 0;
  border: none;
  border-top: 2px solid rgba(51, 51, 51, 0.2);
}
@media screen and (min-width: 768px) {
  .brand-description-sub-layout-2-column-left-image > .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .brand-description-sub-layout-2-column-left-image .brand-image {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 485.3333333333px;
    padding-right: 20px;
  }
  .brand-description-sub-layout-2-column-left-image .brand-details {
    width: 242.6666666667px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .brand-description-sub-layout-2-column-left-image .brand-info {
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .brand-description-sub-layout-2-column-left-image .share {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-order: 0;
    -ms-flex-order: 0;
    order: 0;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .brand-description-sub-layout-2-column-left-image hr {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 20px;
  }
  .brand-description-sub-layout-2-column-left-image .where-to-buy {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 20px;
  }
  .brand-description-sub-layout-2-column-left-image .visit-website {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-order: 4;
    -ms-flex-order: 4;
    order: 4;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .brand-description-sub-layout-2-column-left-image .brand-image {
    width: 832px;
    padding-right: 30px;
  }
  .brand-description-sub-layout-2-column-left-image .brand-details {
    width: 416px;
  }
  .brand-description-sub-layout-2-column-left-image .share {
    margin-bottom: 25px;
  }
  .brand-description-sub-layout-2-column-left-image hr {
    margin-top: 30px;
  }
  .brand-description-sub-layout-2-column-left-image .where-to-buy {
    margin-top: 30px;
  }
  .brand-description-sub-layout-2-column-left-image .visit-website {
    margin-top: 30px;
  }
}

/*#endregion */
body {
  background-color: #f1e3cd;
}

.content-placeholder-component .headline .headline-span {
  text-transform: uppercase;
  color: #f1e3cd;
  font-weight: 600;
  font-size: 5.5rem;
}
.content-placeholder-component .body-copy {
  padding: 0 0 25px 0;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: #f1e3cd;
}

.content-placeholder-sub-layout-3-column-hh .columns-container {
  max-width: 90%;
  align-self: center;
}
.content-placeholder-sub-layout-3-column-hh .columns-container .hh {
  width: 50%;
}

.cta-container .button {
  width: fit-content;
  border-radius: 8px;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: americane-condensed, "Open Sans";
  padding: 15px 25px;
  background: #f1e3cd !important;
  color: #782327 !important;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.cta-container .button:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.cta-container .button:hover {
  background-color: #782327 !important;
  box-shadow: 0 0 0 1px #eee inset !important;
  color: #f1e3cd !important;
  transform: translateY(-1px) scale(1.02);
}
.cta-container .button:hover:before {
  left: 100%;
}
.cta-container .button:active {
  transform: translateY(0) scale(0.98);
  transition: transform 0.4s ease;
}
.cta-container .button:after {
  content: none !important;
  display: none !important;
}

.FS-TopBoard .headline {
  margin-top: 6.5rem;
}
.FS-TopBoard .headline .headline-span {
  font-size: clamp(15px, 7.3vw, 2.3em);
  text-transform: uppercase;
  font-weight: 700;
  color: #f1e3cd !important;
}
.FS-TopBoard .body-copy {
  color: #f1e3cd;
  font-family: karla;
  line-height: 160%;
  font-size: clamp(15px, 1.9vw, 25px);
  margin: 0 75px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .FS-TopBoard .body-copy {
    margin: 0px;
  }
}

.FS-Homepage .body-copy {
  font-family: karla;
}
.FS-Homepage .sub-head {
  font-size: 8rem !important;
  color: #f1e3cd !important;
}
.FS-Homepage:after {
  content: "";
  position: absolute;
  top: 1229px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: calc(100% - 1229px);
  background-image: url("https://saputo.canto.com/direct/image/bj1dcph5c53ffdmd20ca0vud3a/g9SEOYMEJygfa8PAeNWrrVPYF5c/original?content-type=image%2Fjpeg&name=FSBoardBackground.jpg");
  background-repeat: no-repeat;
  z-index: -1;
  background-position-x: center;
  background-size: cover;
  max-width: 1440px;
}
.FS-Homepage .home-page-template .content-placeholder:nth-of-type(2) {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: center;
  background-image: url("https://saputo.canto.com/direct/image/grbrl7mpvd28d0d82jhtokuf1e/yhBAQniBs4ttHNh0bZSC9OPM1d8/original?content-type=image%2Fpng&name=Board_SaputoIS.png");
  background-size: contain;
  background-position: bottom;
  color: white;
  min-height: 500px;
  background-repeat: no-repeat;
  margin-top: -169px;
}
@media screen and (max-width: 767px) {
  .FS-Homepage:after {
    top: clamp(275px, 127px + 46.25vw, 312px) !important;
    background-image: url("https://saputo.canto.com/direct/image/ev6t9bi25d31p52poq7h5uh732/4xsxlOX0ZeRYgs4oChh4Zp2UMBk/original?content-type=image%2Fjpeg&name=mFSBoardBackground.jpg");
    background-repeat: repeat-y;
    z-index: -1;
    background-position-x: center;
    background-size: cover;
    max-width: 370px;
  }
  .FS-Homepage .home-page-template .content-placeholder:nth-of-type(2) {
    background-image: none;
    min-height: 0px;
    margin-top: -57px;
  }
  .FS-Homepage .content-placeholder-component .component-center {
    padding: 10px 0 0 0 !important;
  }
  .FS-Homepage .content-placeholder-component .component-center .sub-head {
    font-size: 4rem !important;
  }
  .FS-Homepage .content-placeholder-component .component-center .body-copy {
    width: 90%;
  }
  .FS-Homepage .content-placeholder-component .headline {
    padding: 0 15px 0px 15px;
  }
  .FS-Homepage .content-placeholder-component .headline .headline-span {
    text-transform: uppercase;
    color: #f1e3cd;
    font-weight: 600;
    font-size: 3rem;
  }
  .FS-Homepage .content-placeholder-component .body-copy {
    padding: 0 15px 25px 15px;
    font-size: 1.5rem;
    line-height: 1.6rem;
    font-weight: 400;
    color: #fff;
  }
  .FS-Homepage .content-placeholder-component .cta-container {
    width: 80%;
    margin-left: 13px;
  }
  .FS-Homepage .content-placeholder-sub-layout-3-column-hh .columns-container {
    max-width: 100%;
    align-self: center;
    display: flex;
  }
  .FS-Homepage .content-placeholder-sub-layout-3-column-hh .columns-container .hh {
    width: 100%;
  }
  .FS-Homepage .content-placeholder-sub-layout-3-column-hh.reverse .columns-container {
    flex-direction: column-reverse;
  }
  .FS-Homepage .content-placeholder-sub-layout-3-column-hh:not(.reverse) .columns-container {
    flex-direction: column;
  }
}

.FS-HomeVideo .headline {
  line-height: 125%;
}
@media screen and (max-width: 767px) {
  .FS-HomeVideo .video-section {
    display: block !important;
  }
  .FS-HomeVideo .inner {
    position: absolute !important;
  }
  .FS-HomeVideo .inner .hero-content-center .headline {
    line-height: 77%;
    font-size: 4rem !important;
  }
  .FS-HomeVideo .inner .hero-content-center .body-copy {
    font-size: 4rem !important;
  }
}

.items-container a {
  text-decoration: none;
}
.items-container a:hover {
  text-decoration: none;
}

.grid-container .grid-item a {
  text-decoration: none;
}
.grid-container .grid-item a:hover {
  text-decoration: none;
}

.product-brand a {
  text-decoration: none;
}
.product-brand a:hover {
  text-decoration: none;
}

/*Gray background section on articles*/
.content-placeholder-sub-layout-3-column-t .intro {
  /*padding: 40px 0;
    @include flexbox();
    @include align-items(center);*/
}
.content-placeholder-sub-layout-3-column-t .intro.side-by-side {
  padding: 40px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.content-placeholder-sub-layout-3-column-t .intro.side-by-side .headlines h2.headline {
  color: white;
}
.content-placeholder-sub-layout-3-column-t .intro.side-by-side .body-copy p {
  text-align: left;
  color: white;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .content-placeholder-sub-layout-3-column-t .intro.side-by-side {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.article-template .content-placeholder-component {
  padding: 0;
}
.article-template .awards-short .intro {
  padding: 0;
}
.article-template .article-sub-layout .text-content .body-copy {
  line-height: 1.5;
}

.generic-filter-template .feature-article-component {
  display: flex;
  background-repeat: no-repeat;
  width: 100%;
  background-position: center;
  background-size: contain;
  margin: 5rem 0;
}
.generic-filter-template .feature-article-content {
  display: flex;
  width: 100%;
  align-items: center;
  height: 600px;
  justify-content: center;
  gap: 60px;
  padding-inline: 0 !important;
  justify-content: center !important;
}
.generic-filter-template .feature-article-content img {
  aspect-ratio: 1/1;
  width: 450px;
  height: 450px;
  border-radius: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.generic-filter-template .columns-container .double {
  width: 500px;
}
.generic-filter-template .feature-article-content .article-content.column {
  flex-grow: 0;
}
.generic-filter-template .feature-article-content .article-content.column .cont-txt-article .headline {
  font-weight: 600;
  font-size: 4rem;
  text-transform: uppercase;
}
.generic-filter-template .feature-article-content .article-content.column .cont-txt-article .description > p {
  font-size: 2rem;
}
.generic-filter-template .pagination-sub-layout.repeater-paging {
  margin-bottom: 15rem !important;
}
.generic-filter-template .pagination-sub-layout.repeater-paging .controls {
  background-color: #f1e3cd !important;
  margin-bottom: 3rem;
}
.generic-filter-template .article-list-sub-layout .article a.button.primary-cta {
  background-color: #f9f4eb;
  font-family: americane-condensed, "Open Sans";
  font-size: 18px;
  background: none;
  border: none;
  padding: 15px;
}
.generic-filter-template .grid-view-mode .grid-view .article-list-sub-layout {
  background-color: #f9f4eb !important;
}
.generic-filter-template .article {
  justify-content: flex-start;
  padding: 20px;
  background-color: #f9f4eb;
  margin-bottom: 1rem;
}
.generic-filter-template .article:last-child {
  justify-content: flex-start;
  padding-bottom: 20px;
}
.generic-filter-template .article img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.generic-filter-template .article .main-image {
  display: block;
  width: 300px;
  height: 300px;
  overflow: hidden;
  flex-shrink: 0; /* Prevents the image from shrinking */
}
.generic-filter-template .article-list-sub-layout .article .text-content {
  /* REMOVE the "width: 100%;" rule and use this instead: */
  flex: 1; /* Shorthand for flex-grow: 1, allowing it to fill space */
}
.generic-filter-template .article-list-sub-layout .article .text-content {
  width: 100%;
}
.generic-filter-template section.hero-placeholder .hero-placeholder-sub-layout > .hero-placeholder-component.hero-placeholder-component-image-sub-page {
  background-size: auto;
  min-height: 368px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.generic-filter-template section.hero-placeholder .hero-placeholder-sub-layout > .hero-placeholder-component.hero-placeholder-component-image-sub-page > .inner {
  display: flex !important;
  justify-content: center !important;
  align-items: flex-start !important;
  height: 100% !important;
  text-align: center;
  flex-direction: column !important;
  width: 100%;
  position: relative !important;
  padding-top: 0px !important;
}
.generic-filter-template section.hero-placeholder .hero-placeholder-sub-layout > .hero-placeholder-component.hero-placeholder-component-image-sub-page .content {
  position: relative !important;
  max-width: none !important;
  width: 100% !important;
  background: transparent !important;
  bottom: auto !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
}
.generic-filter-template section.hero-placeholder .hero-placeholder-sub-layout > .hero-placeholder-component.hero-placeholder-component-image-sub-page .content .headline {
  font-size: 10rem;
  padding: 0 !important;
  background-color: transparent !important;
  color: white;
  display: block;
  font-weight: 700;
  margin: -210px 0 0 0;
  text-align: center;
  text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.5);
  font-family: americane-condensed, "Open Sans";
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .generic-filter-template section.hero-placeholder .hero-placeholder-sub-layout > .hero-placeholder-component.hero-placeholder-component-image-sub-page {
    min-height: auto;
  }
  .generic-filter-template section.hero-placeholder .hero-placeholder-sub-layout > .hero-placeholder-component.hero-placeholder-component-image-sub-page .content .headline {
    font-size: 6rem;
  }
}
@media (max-width: 480px) {
  .generic-filter-template section.hero-placeholder .hero-placeholder-sub-layout > .hero-placeholder-component.hero-placeholder-component-image-sub-page .content .headline {
    font-size: 4rem;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
  }
}
.generic-filter-template > section.content-placeholder .column.triple > .content-placeholder-component:not(.wooden-board) .component-center {
  width: 52%;
}
@media screen and (max-width: 767px) {
  .generic-filter-template > section.content-placeholder .column.triple > .content-placeholder-component:not(.wooden-board) {
    padding: 0;
  }
  .generic-filter-template > section.content-placeholder .column.triple > .content-placeholder-component:not(.wooden-board) .component-center {
    width: 92%;
  }
}
.generic-filter-template > section.content-placeholder .column.triple > .content-placeholder-component.wooden-board .card-container {
  --card-bg-color: #6a4531;
  --text-light: #f3e9e0;
  --text-dark: #6a4531;
  background-size: cover;
  background-position: center;
  border-radius: 35px;
  padding: 8.5rem;
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 2rem auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.generic-filter-template > section.content-placeholder .column.triple > .content-placeholder-component.wooden-board .card-container .card-image-wrapper {
  flex-shrink: 0;
  margin-left: -5rem;
  margin-right: 2rem;
}
.generic-filter-template > section.content-placeholder .column.triple > .content-placeholder-component.wooden-board .card-container .card-image-wrapper img {
  width: 380px;
  height: 380px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.generic-filter-template > section.content-placeholder .column.triple > .content-placeholder-component.wooden-board .card-container .card-text-content {
  color: var(--text-light);
}
.generic-filter-template > section.content-placeholder .column.triple > .content-placeholder-component.wooden-board .card-container .card-text-content .headline {
  font-family: americane-condensed, "Open Sans";
  font-size: 50px;
  font-weight: 800;
}
.generic-filter-template > section.content-placeholder .column.triple > .content-placeholder-component.wooden-board .card-container .card-text-content .headline {
  font-family: americane-condensed, "Open Sans";
  font-size: 50px;
  font-weight: 800;
}
.generic-filter-template > section.content-placeholder .column.triple > .content-placeholder-component.wooden-board .card-container .card-text-content h2 {
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 1rem 0;
}
.generic-filter-template > section.content-placeholder .column.triple > .content-placeholder-component.wooden-board .card-container .card-text-content p {
  font-family: karla;
  font-family: karla;
  font-size: 18px;
  line-height: 1.6;
  max-width: 45ch;
  margin: 0 0 1.5rem 0;
}
.generic-filter-template > section.content-placeholder .column.triple > .content-placeholder-component.wooden-board .card-container .card-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background-color: var(--text-light);
  color: var(--text-dark);
  border: none;
  border-radius: 8px;
  padding: 0.8rem 1.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.generic-filter-template > section.content-placeholder .column.triple > .content-placeholder-component.wooden-board .card-container .card-cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.generic-filter-template > section.content-placeholder .column.triple > .content-placeholder-component.wooden-board .card-container .card-cta-button:hover .arrow {
  transform: translateX(4px);
}
.generic-filter-template > section.content-placeholder .column.triple > .content-placeholder-component.wooden-board .card-container .card-cta-button .arrow {
  font-size: 1.2rem;
  transition: transform 0.2s ease;
}
@media (max-width: 768px) {
  .generic-filter-template > section.content-placeholder .column.triple > .content-placeholder-component.wooden-board .card-container {
    flex-direction: column;
    padding: 2rem;
    text-align: center;
  }
  .generic-filter-template > section.content-placeholder .column.triple > .content-placeholder-component.wooden-board .card-container .card-image-wrapper {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .generic-filter-template > section.content-placeholder .column.triple > .content-placeholder-component.wooden-board .card-container .card-image-wrapper img {
    width: 200px;
    height: 200px;
  }
  .generic-filter-template > section.content-placeholder .column.triple > .content-placeholder-component.wooden-board .card-container .card-text-content h2 {
    font-size: 1.8rem;
  }
}
.generic-filter-template > section.content-placeholder .column.triple > .content-placeholder-component.wooden-board .content.component-left {
  display: flex;
  justify-content: center;
  padding: 0 !important;
  margin: 0 auto !important;
}

@media screen and (min-width: 1024px) {
  .article-list-sub-layout .content-container > .inner {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.article-list-sub-layout #itemsContainer .article .sub-head a {
  font-size: 32px;
  font-size: 32px;
  color: #732225 !important;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  font-family: americane-condensed;
  color: #f1e3cd;
}
.article-list-sub-layout #itemsContainer .article .description p {
  font-family: karla;
  font-size: 18px;
  color: #21272a;
  font-family: americane-condensed;
  color: #f1e3cd;
}
.article-list-sub-layout #itemsContainer .article .description p {
  font-family: karla;
  font-size: 18px;
  color: #21272a;
}

.article-list-sub-layout #itemsContainer .article .text-content {
  padding: 3.8rem;
}

@media screen and (min-width: 1024px) {
  .pagination-sub-layout .controls .pages li.previous,
  .pagination-sub-layout .controls .pages li.next {
    white-space: nowrap;
    width: auto;
  }
}
.pagination-sub-layout .controls .pages {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 500px;
  max-width: 100%; /* Override the previous 70% limit */
  overflow: visible; /* Remove the scrollbar */
  justify-content: space-evenly;
}

.pagination-sub-layout .controls .pages li {
  float: none;
}

@media screen and (min-width: 1024px) {
  /*
    This is a more forceful fix for both positioning and layering.
  */
  /* 1. Force the negative margin to be reset. */
  .pagination-sub-layout .controls .pages {
    margin-left: 0 !important;
  }
  /* 2. Ensure all items have a stacking context. */
  .pagination-sub-layout .controls .pages li {
    position: relative;
    z-index: 1;
  }
  /* 3. Make sure the active page number is always on top. */
  .pagination-sub-layout .controls .pages li.current {
    z-index: 2;
  }
}
section.middle-generic-placeholder .grid-view-mode.grid-view.article-list-sub-layout {
  background-color: #f1e3cd !important;
}

.pagination-sub-layout {
  margin-top: 0;
  border-top: rgba(94, 94, 94, 0.2196078431) solid 2px;
}

section.middle-generic-placeholder .grid-view-mode.grid-view.article-list-sub-layout {
  background-color: #f1e3cd !important;
}

.pagination-sub-layout {
  margin-top: 0;
  border-top: rgba(94, 94, 94, 0.2196078431) solid 2px;
}

@media screen and (max-width: 768px) {
  .middle-generic-placeholder .article .button.primary-cta {
    width: fit-content;
  }
  .middle-generic-placeholder .article .text-content {
    padding: 0 !important;
  }
  .middle-generic-placeholder .article .main-image {
    width: 100%;
    height: 100%;
  }
  .generic-filter-template .feature-article-component {
    padding: 6rem 0;
    height: auto;
    justify-content: center;
  }
  .generic-filter-template .feature-article-component .feature-article-content {
    display: flex;
    flex-direction: column;
    height: auto;
    gap: 0rem;
  }
  .generic-filter-template .feature-article-component .feature-article-content img {
    height: 300px;
    width: 300px;
  }
  .generic-filter-template .feature-article-component .feature-article-content .article-content.column {
    display: flex;
    justify-content: center;
    width: 72%;
  }
  .generic-filter-template .feature-article-component .feature-article-content .article-content.column .cont-txt-article {
    margin-top: 4rem;
  }
  .generic-filter-template .feature-article-component .feature-article-content .article-content.column .cta-container .button {
    width: fit-content;
  }
  .Center {
    justify-content: center;
  }
  .generic-filter-template .pagination-sub-layout.repeater-paging {
    margin-bottom: 1rem !important;
  }
}
.article-template h2 {
  color: #732225 !important;
  text-align: center;
  margin-bottom: 3rem;
}
.article-template .category-sub-layout {
  padding: 0 !important;
}
.article-template .category-sub-layout .intro {
  margin-bottom: 0 !important;
}
.article-template .article-placeholder .article-sub-layout .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 3rem 2rem;
}
@media (max-width: 768px) {
  .article-template .article-placeholder .article-sub-layout .inner {
    padding: 2rem 1.5rem;
  }
}
.article-template .article-placeholder .article-sub-layout .article-description .text-content .body-copy .blog-post-wrapper {
  margin: 0 auto;
}
.article-template .article-placeholder .article-sub-layout .article-description .text-content .body-copy .blog-post-wrapper .section.post-header {
  margin-bottom: 3rem;
  text-align: center;
}
.article-template .article-placeholder .article-sub-layout .article-description .text-content .body-copy .blog-post-wrapper .section.post-header h1 {
  font-family: karla;
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 800;
  line-height: 1.1;
  color: #e31b23;
  margin-bottom: 3rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.article-template .article-placeholder .article-sub-layout .article-description .text-content .body-copy .blog-post-wrapper .section.post-header h1 span {
  display: inline;
}
.article-template .article-placeholder .article-sub-layout .article-description .text-content .body-copy .blog-post-wrapper .section.post-header br {
  display: none;
}
.article-template .article-placeholder .article-sub-layout .article-description .text-content .body-copy .blog-post-wrapper .section.post-body {
  font-family: karla;
  font-size: 1.8rem;
  line-height: 1.7;
  color: #2c3e50;
}
@media (max-width: 768px) {
  .article-template .article-placeholder .article-sub-layout .article-description .text-content .body-copy .blog-post-wrapper .section.post-body {
    font-size: 2rem;
  }
}
.article-template .article-placeholder .article-sub-layout .article-description .text-content .body-copy .blog-post-wrapper .section.post-body p {
  margin-bottom: 2rem;
}
.article-template .article-placeholder .article-sub-layout .article-description .text-content .body-copy .blog-post-wrapper .section.post-body p:first-child {
  font-size: 1.5rem;
  font-weight: 500;
  color: #34495e;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .article-template .article-placeholder .article-sub-layout .article-description .text-content .body-copy .blog-post-wrapper .section.post-body p:first-child {
    font-size: 1.3rem;
  }
}
.article-template .article-placeholder .article-sub-layout .article-description .text-content .body-copy .blog-post-wrapper .section.post-body p[style*="font-weight: bold"] {
  font-size: 2rem;
  font-weight: 700;
  color: #2c3e50;
  margin-top: 4rem;
  margin-bottom: 2rem;
  border-bottom: 3px solid #732225;
  padding-bottom: 0.75rem;
}
@media (max-width: 768px) {
  .article-template .article-placeholder .article-sub-layout .article-description .text-content .body-copy .blog-post-wrapper .section.post-body p[style*="font-weight: bold"] {
    font-size: 1.75rem;
  }
}
.article-template .article-placeholder .article-sub-layout .article-description .text-content .body-copy .blog-post-wrapper .section.post-body img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  margin: 2rem 0;
  display: block;
}
.article-template .article-placeholder .article-sub-layout .article-description .text-content .body-copy .blog-post-wrapper .section.post-body img[width] {
  margin-left: auto;
  margin-right: auto;
}
.article-template .article-placeholder .article-sub-layout .article-description .text-content .body-copy .blog-post-wrapper .section.post-body a {
  color: #732225;
  text-decoration: underline;
  text-decoration-color: rgba(115, 34, 37, 0.3);
  text-underline-offset: 3px;
  transition: all 0.3s ease;
}
.article-template .article-placeholder .article-sub-layout .article-description .text-content .body-copy .blog-post-wrapper .section.post-body a:hover {
  color: #5a1b1e;
  text-decoration-color: #5a1b1e;
  text-decoration-thickness: 2px;
}
.article-template .content-placeholder-sub-layout-3-column {
  background: #f8f9fa;
  padding: 5rem 2rem;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .article-template .content-placeholder-sub-layout-3-column {
    padding: 3rem 1.5rem;
  }
}
.article-template .content-placeholder-sub-layout-3-column .columns-container {
  margin: 0 auto;
}
.article-template .content-placeholder-sub-layout-3-column .columns-container .column.triple {
  width: 1200px;
}
@media (max-width: 768px) {
  .article-template .content-placeholder-sub-layout-3-column .columns-container .column.triple {
    width: auto;
  }
}
@media (max-width: 768px) {
  .article-template .content-placeholder-sub-layout-3-column .columns-container .column.triple .category-sub-layout.article-short-sub-layout .inner {
    margin: 0;
    padding: 0;
  }
}
.article-template .content-placeholder-sub-layout-3-column .columns-container .column.triple .category-sub-layout.article-short-sub-layout .inner .intro.side-by-side {
  text-align: center;
  margin-bottom: 4rem;
}
.article-template .content-placeholder-sub-layout-3-column .columns-container .column.triple .category-sub-layout.article-short-sub-layout .inner .intro.side-by-side .body-copy h1 {
  font-family: karla;
  font-size: 3rem;
  font-weight: 700;
  color: #2c3e50;
  margin: 0;
}
@media (max-width: 768px) {
  .article-template .content-placeholder-sub-layout-3-column .columns-container .column.triple .category-sub-layout.article-short-sub-layout .inner .intro.side-by-side .body-copy h1 {
    font-size: 2.5rem;
  }
}
.article-template .content-placeholder-sub-layout-3-column .columns-container .column.triple .category-sub-layout.article-short-sub-layout .inner .article-thumbnails .grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media (max-width: 1024px) {
  .article-template .content-placeholder-sub-layout-3-column .columns-container .column.triple .category-sub-layout.article-short-sub-layout .inner .article-thumbnails .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .article-template .content-placeholder-sub-layout-3-column .columns-container .column.triple .category-sub-layout.article-short-sub-layout .inner .article-thumbnails .grid-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.article-template .content-placeholder-sub-layout-3-column .columns-container .column.triple .category-sub-layout.article-short-sub-layout .inner .article-thumbnails .grid-container .grid-item {
  width: 100%;
}
@media (max-width: 768px) {
  .article-template .content-placeholder-sub-layout-3-column .columns-container .column.triple .category-sub-layout.article-short-sub-layout .inner .article-thumbnails .grid-container .grid-item {
    margin-bottom: 0;
  }
}
.article-template .content-placeholder-sub-layout-3-column .columns-container .column.triple .category-sub-layout.article-short-sub-layout .inner .article-thumbnails .grid-container .grid-item .article-thumbnail {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.article-template .content-placeholder-sub-layout-3-column .columns-container .column.triple .category-sub-layout.article-short-sub-layout .inner .article-thumbnails .grid-container .grid-item .article-thumbnail:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}
.article-template .content-placeholder-sub-layout-3-column .columns-container .column.triple .category-sub-layout.article-short-sub-layout .inner .article-thumbnails .grid-container .grid-item .article-thumbnail .main-image {
  display: block;
  overflow: hidden;
}
.article-template .content-placeholder-sub-layout-3-column .columns-container .column.triple .category-sub-layout.article-short-sub-layout .inner .article-thumbnails .grid-container .grid-item .article-thumbnail .main-image img,
.article-template .content-placeholder-sub-layout-3-column .columns-container .column.triple .category-sub-layout.article-short-sub-layout .inner .article-thumbnails .grid-container .grid-item .article-thumbnail .main-image image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.article-template .content-placeholder-sub-layout-3-column .columns-container .column.triple .category-sub-layout.article-short-sub-layout .inner .article-thumbnails .grid-container .grid-item .article-thumbnail .main-image:hover img, .article-template .content-placeholder-sub-layout-3-column .columns-container .column.triple .category-sub-layout.article-short-sub-layout .inner .article-thumbnails .grid-container .grid-item .article-thumbnail .main-image:hover image {
  transform: scale(1.05);
}
.article-template .content-placeholder-sub-layout-3-column .columns-container .column.triple .category-sub-layout.article-short-sub-layout .inner .article-thumbnails .grid-container .grid-item .article-thumbnail .text-content {
  padding: 1.5rem 1.75rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 275px;
}
.article-template .content-placeholder-sub-layout-3-column .columns-container .column.triple .category-sub-layout.article-short-sub-layout .inner .article-thumbnails .grid-container .grid-item .article-thumbnail .text-content .sub-head {
  margin: 0 0 1rem 0;
  min-height: auto !important;
}
.article-template .content-placeholder-sub-layout-3-column .columns-container .column.triple .category-sub-layout.article-short-sub-layout .inner .article-thumbnails .grid-container .grid-item .article-thumbnail .text-content .sub-head a {
  font-family: karla;
  font-size: 1.3rem;
  font-weight: 700;
  color: #2c3e50;
  text-decoration: none;
  line-height: 1.4;
}
.article-template .content-placeholder-sub-layout-3-column .columns-container .column.triple .category-sub-layout.article-short-sub-layout .inner .article-thumbnails .grid-container .grid-item .article-thumbnail .text-content .sub-head a:hover {
  color: #732225;
}
.article-template .content-placeholder-sub-layout-3-column .columns-container .column.triple .category-sub-layout.article-short-sub-layout .inner .article-thumbnails .grid-container .grid-item .article-thumbnail .text-content .description {
  flex-grow: 1;
}
.article-template .content-placeholder-sub-layout-3-column .columns-container .column.triple .category-sub-layout.article-short-sub-layout .inner .article-thumbnails .grid-container .grid-item .article-thumbnail .text-content .description p {
  font-family: karla;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #5a667d;
  margin: 0;
}
.article-template .content-placeholder-sub-layout-3-column .columns-container .column.triple .category-sub-layout.article-short-sub-layout .inner .article-thumbnails .grid-container .grid-item .article-thumbnail .text-content .description p a {
  color: #e31b23;
  font-weight: 600;
  text-decoration: none;
}
.article-template .content-placeholder-sub-layout-3-column .columns-container .column.triple .category-sub-layout.article-short-sub-layout .inner .article-thumbnails .grid-container .grid-item .article-thumbnail .text-content .description p a:hover {
  text-decoration: underline;
}

@media print {
  body {
    background: none;
    color: #000;
  }
  .article-template .content-placeholder,
  .recipe-intro,
  .featured-product-placeholder,
  .footer,
  .nosleep,
  .w-breadcrumb {
    display: none;
  }
  .recipe-description-sub-layout {
    overflow: hidden;
  }
  .recipe-description-sub-layout .inner {
    overflow: hidden;
  }
  .recipe-description-sub-layout .inner .recipe-intro .recipe-overview {
    display: none;
  }
  .recipe-description-sub-layout .inner .recipe-intro .recipe-description {
    margin-top: -45px;
  }
  .recipe-description-sub-layout .inner .recipe-intro .recipe-description .text-content {
    display: block;
    text-align: center;
  }
  .recipe-description-sub-layout .inner .recipe-intro .recipe-description .text-content .headline {
    color: #000;
    font-family: americane-condensed, "Open Sans";
    font-size: 25px;
  }
  .recipe-description-sub-layout .inner .ingredients-directions-container {
    flex-direction: column-reverse;
    padding-top: 20px;
  }
  .recipe-description-sub-layout .inner .ingredients-directions-container .ingredients {
    display: flex;
    flex-direction: column;
  }
  .recipe-description-sub-layout .inner .ingredients-directions-container .ingredients .sub-head {
    display: block;
    font-size: 3rem !important;
  }
  .recipe-description-sub-layout .inner .ingredients-directions-container .ingredients ul {
    margin-top: 10px;
  }
  .recipe-description-sub-layout .inner .ingredients-directions-container .ingredients ul li {
    border-bottom: none;
    padding-bottom: 1px;
  }
  .recipe-description-sub-layout .inner .ingredients-directions-container .ingredients ul li::before {
    content: "☐";
    margin-right: 12px;
    font-size: 1.2em;
    position: absolute;
    left: 0;
    top: 0;
  }
  .article-template .article-placeholder .article-sub-layout .inner {
    padding: 0;
    max-width: 100%;
  }
  .article-template .article-placeholder .article-sub-layout .inner .article-description .text-content .body-copy .blog-post-wrapper .section.post-body img {
    box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 0;
  }
  .article-template .article-placeholder .article-sub-layout .inner .article-description .text-content .body-copy .blog-post-wrapper .section.post-body a {
    color: #000;
    text-decoration: underline;
  }
}
.product-brand-detail-page-template {
  background-color: #fff;
}
.product-brand-detail-page-template .product-description-sub-layout .inner {
  max-width: 1280px;
}
.product-brand-detail-page-template .product-description-sub-layout .inner .product-image img {
  margin: 0 auto;
}
.product-brand-detail-page-template .product-description-sub-layout .inner .product-image .carousel-component-slides {
  border-top: 3px solid #e31b23;
  padding-top: 20px;
}
.product-brand-detail-page-template .product-description-sub-layout .inner .product-image .carousel-component-slide {
  cursor: pointer;
}
.product-brand-detail-page-template .product-description-sub-layout .inner .product-actions {
  display: none;
}
.product-brand-detail-page-template .product-description-sub-layout .inner .product-details {
  max-width: 520px;
  width: 100%;
}
.product-brand-detail-page-template .product-description-sub-layout .inner .product-details .productEnquiryButtonDiv {
  order: 3;
}
.product-brand-detail-page-template .product-description-sub-layout .inner .product-details .productEnquiryButtonDiv .productEnquiryButtonLink {
  border-radius: 7px;
  padding: 11px 31px 11px 17px;
  margin-top: 1px;
}
.product-brand-detail-page-template .product-description-sub-layout .inner .product-details .productEnquiryButtonDiv .productEnquiryButtonLink:hover {
  background-color: #782327 !important;
  box-shadow: 0 0 0 1px #eee inset !important;
  transform: translateY(-1px) scale(1.01);
  transition: transform 0.2s ease;
}
@media screen and (max-width: 767px) {
  .product-brand-detail-page-template .product-description-sub-layout .inner .product-details .productEnquiryButtonDiv {
    width: 45%;
  }
  .product-brand-detail-page-template .product-description-sub-layout .inner .product-details .productEnquiryButtonDiv .productEnquiryButtonLink {
    font-size: 1.7rem;
    padding: 9px 15px 9px 15px;
  }
}
.product-brand-detail-page-template .product-description-sub-layout .inner .product-details .product-info .headline {
  color: #e31b23;
  font-family: americane-condensed, "Open Sans";
  font-size: 59px;
  font-style: normal;
  font-weight: 700;
  line-height: 84%;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .product-brand-detail-page-template .product-description-sub-layout .inner .product-details .product-info .headline {
    font-size: 42px;
  }
}
.product-brand-detail-page-template .product-description-sub-layout .inner .product-details .product-info .headline span {
  color: #782327;
  font-size: 36px;
  line-height: 99%;
}
.product-brand-detail-page-template .product-description-sub-layout .inner .product-details .product-info .headline span::after {
  content: "\a";
  white-space: pre;
  line-height: 0.8;
  margin-bottom: -29px;
  display: block;
}
.product-brand-detail-page-template .product-description-sub-layout .inner .product-details .product-info #productCodeBlock {
  display: flex;
}
.product-brand-detail-page-template .product-description-sub-layout .inner .product-details .product-info #productCodeBlock .productCodeText {
  font-family: karla;
  font-size: 14px;
}
.product-brand-detail-page-template .product-description-sub-layout .inner .product-details .product-info #productCodeBlock .productCodeText::before {
  content: "Product Number: ";
  font-weight: bold;
  margin-right: 4px;
}
.product-brand-detail-page-template .product-description-sub-layout .inner .product-details .product-info #productCodeBlock .productCodeLabel {
  display: none;
}
.product-brand-detail-page-template .product-description-sub-layout .inner .product-details .product-info .sizes-types {
  display: none;
}
.product-brand-detail-page-template .product-description-sub-layout .inner .product-details .product-info .size-type-table-container {
  order: 2;
}
.product-brand-detail-page-template .product-description-sub-layout .inner .product-details .product-info .size-type-table-container .size-type-table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.product-brand-detail-page-template .product-description-sub-layout .inner .product-details .product-info .size-type-table-container .size-type-table,
.product-brand-detail-page-template .product-description-sub-layout .inner .product-details .product-info .size-type-table-container .size-type-table th,
.product-brand-detail-page-template .product-description-sub-layout .inner .product-details .product-info .size-type-table-container .size-type-table td {
  border: 1px solid #797979;
  padding: 5px;
  text-align: left;
  font-size: 1.4rem;
}
.product-brand-detail-page-template .product-description-sub-layout .inner .product-details .product-info #productDescriptionText {
  padding: 20px 0;
}
.product-brand-detail-page-template .product-description-sub-layout .inner .product-details .product-info #productDescriptionText .productSizeFormat {
  display: flex;
  gap: 25px;
}
.product-brand-detail-page-template .product-description-sub-layout .inner .product-details .product-info #productDescriptionText .productSizeFormat .productSize span, .product-brand-detail-page-template .product-description-sub-layout .inner .product-details .product-info #productDescriptionText .productSizeFormat .productFormat span {
  text-transform: uppercase;
  font-family: "americane-condensed";
  font-weight: 700;
}
.product-brand-detail-page-template .product-description-sub-layout .inner .product-details .product-info .stand-alone-link.view-more {
  display: none;
}
.product-brand-detail-page-template .product-description-sub-layout .inner .product-details .product-info .more-copy {
  display: block !important;
}
.product-brand-detail-page-template .product-description-sub-layout .inner .product-details .product-info .more-copy #productAdditionalDescriptionText h4 {
  font-family: americane-condensed, "Open Sans";
  color: #e31b23;
  font-size: 2.3rem;
  margin-bottom: 4px;
}
.product-brand-detail-page-template .product-description-sub-layout .inner .product-details .product-info .nutrition-container {
  display: none;
}
.product-brand-detail-page-template .product-description-sub-layout .inner .nutrition-container {
  position: absolute;
  margin-left: 10%;
  margin-top: 31px;
}
@media screen and (max-width: 767px) {
  .product-brand-detail-page-template .product-description-sub-layout .inner .nutrition-container {
    margin-left: 35%;
    margin-top: 5px;
    margin-right: 12px;
  }
  .product-brand-detail-page-template .product-description-sub-layout .inner .nutrition-container .view-nutrition {
    padding: 10px 11px 10px 11px !important;
    margin-top: 4px;
  }
}
.product-brand-detail-page-template .product-description-sub-layout .inner .nutrition-container .view-nutrition {
  border-color: #e31b23;
  color: #FFF;
  background-color: #e31b23;
  padding: 13px 17px 13px 17px;
  border-radius: 7px;
  font-family: americane-condensed, "Open Sans";
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.7rem;
  margin-left: 31px;
}
.product-brand-detail-page-template .product-description-sub-layout .inner .nutrition-container .view-nutrition span {
  text-decoration: none;
}
.product-brand-detail-page-template .product-description-sub-layout .inner .nutrition-container .view-nutrition span::before {
  content: "\f019";
  font-family: "FontAwesome";
  margin-right: 8px;
}
.product-brand-detail-page-template .product-description-sub-layout .inner .nutrition-container .view-nutrition::after {
  content: none !important;
}
.product-brand-detail-page-template .product-description-sub-layout .inner .nutrition-container .view-nutrition:hover {
  background-color: #e31b23 !important;
  outline: 1px solid #fff;
  outline-offset: -3px;
  transform: translateY(-1px) scale(1.01);
  transition: transform 0.2s ease;
}
.product-brand-detail-page-template .product-description-sub-layout .inner .productEnquiryButtonDiv .emailButtonLink {
  padding: 13px 17px 13px 17px;
  border-radius: 7px;
}
.product-brand-detail-page-template .product-description-sub-layout .inner .productEnquiryButtonDiv .emailButtonLink::before {
  content: "Contact a Rep";
  text-transform: uppercase;
}
.product-brand-detail-page-template .product-description-sub-layout .inner .productEnquiryButtonDiv .emailButtonLink::after {
  content: none;
}
.product-brand-detail-page-template .nutrition-info {
  min-height: 320px;
}
.product-brand-detail-page-template .nutrition-info .text-content {
  margin-bottom: auto;
}
.product-brand-detail-page-template .nutrition-info .text-content #nutritionName {
  font-size: 2.9rem;
  border: none;
  text-align: left;
  padding: 0;
  color: #e31b23;
}
.product-brand-detail-page-template .nutrition-info #nutritionImage {
  padding-right: 10px;
}
.product-brand-detail-page-template .recipes-placeholder .product-brand-sub-layout {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: top;
  background-image: url(https://saputo.canto.com/direct/image/3lh4g74sct1c3c35ff2lh89q7g/tvUYtf9LLmg7ewTSm0ZMQ1x7PaM/original?content-type=image%2Fjpeg&name=additionalBoards.jpg);
  background-color: white;
  background-position-x: right;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .product-brand-detail-page-template .recipes-placeholder .product-brand-sub-layout {
    background-image: url(https://saputo.canto.com/direct/image/ev6t9bi25d31p52poq7h5uh732/4xsxlOX0ZeRYgs4oChh4Zp2UMBk/original?content-type=image%2Fjpeg&name=mFSBoardBackground.jpg);
    background-size: cover;
  }
}
.product-brand-detail-page-template .recipes-placeholder .product-brand-sub-layout .inner {
  margin-left: 84px;
  max-width: 95%;
}
@media screen and (max-width: 767px) {
  .product-brand-detail-page-template .recipes-placeholder .product-brand-sub-layout .inner {
    margin-left: 4px;
    max-width: 99%;
  }
}
.product-brand-detail-page-template .recipes-placeholder .product-brand-sub-layout .inner .intro {
  justify-self: center;
}
.product-brand-detail-page-template .recipes-placeholder .product-brand-sub-layout .inner .intro .headline {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 5rem;
}
.product-brand-detail-page-template .recipes-placeholder .product-brand-sub-layout .inner .grid-container {
  padding: 31px 0 31px 0;
}
.product-brand-detail-page-template .recipes-placeholder .product-brand-sub-layout .inner .grid-container .product-brand {
  width: 84% !important;
}
.product-brand-detail-page-template .recipes-placeholder .product-brand-sub-layout .inner .grid-container .product-brand .text-content .sub-head {
  min-height: 150px !important;
}
.product-brand-detail-page-template .recipes-placeholder .product-brand-sub-layout .inner .grid-container .product-brand .text-content .sub-head a {
  line-height: 111%;
}
.product-brand-detail-page-template .recipes-placeholder .product-brand-sub-layout .inner .grid-container .product-brand .text-content .sub-head a span {
  line-height: 131%;
}

.FS-AboutUs .saputo-content-block {
  background-color: #f1e3cd;
  padding: 80px 40px;
  text-align: center;
}
.FS-AboutUs .saputo-content-block .content-block-heading {
  font-family: americane-condensed, "Open Sans";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: 0.5px;
  margin: 0 auto 10px;
}
.FS-AboutUs .saputo-content-block h1.content-block-heading:nth-of-type(1) {
  font-size: 80px;
  color: #782327;
}
.FS-AboutUs .saputo-content-block h1.content-block-heading:nth-of-type(2) {
  font-size: 100px;
  color: #e31b23;
}
.FS-AboutUs .saputo-content-block h2.content-block-heading:nth-of-type(1) {
  font-size: 50px;
  color: #782327;
}
.FS-AboutUs .saputo-content-block h2.content-block-heading:nth-of-type(2) {
  font-size: 50px;
  color: #e31b23;
  margin-bottom: 40px;
}
.FS-AboutUs .saputo-content-block strong {
  margin-top: 4rem;
}
.FS-AboutUs .saputo-content-block .content-block-body {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.FS-AboutUs .saputo-content-block .content-block-body p {
  font-family: karla;
  font-size: 22px;
  line-height: 1.7;
  color: #000;
  margin-bottom: 24px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.FS-AboutUs .saputo-content-block .content-block-body p:last-child {
  margin-bottom: 0;
}

.generic-sub-page-template .content-placeholder .columns-container .column.triple {
  display: flex;
  justify-content: center !important;
}

.FS-AboutBoard .short-sub-layout {
  padding: 40px;
}
.FS-AboutBoard .headline {
  font-family: americane-condensed, "Open Sans";
  font-weight: 700;
  text-transform: uppercase;
  color: #f1e3cd;
  font-size: 80px;
  line-height: 70%;
  text-align: center;
}
.FS-AboutBoard .grid-item {
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 350px;
  padding: 10px !important;
  max-width: 380px !important;
}
.FS-AboutBoard .grid-item img {
  height: 130px;
  width: auto;
  object-fit: contain;
}
.FS-AboutBoard .grid-item .text-content {
  padding: 0 !important;
}
.FS-AboutBoard .grid-item .description {
  color: #000;
  font-family: karla;
  font-size: 15px;
  text-align: center;
  margin-top: 1rem;
}
.FS-AboutBoard .grid-container {
  display: flex;
  justify-content: space-around;
}
.FS-AboutBoard .sub-head {
  font-family: karla;
  color: #782327;
  text-align: center;
  font-size: 30px;
  text-transform: none !important;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .FS-AboutBoard .grid-container {
    flex-direction: column;
    align-items: center;
  }
  .FS-AboutBoard .grid-item {
    max-width: none !important;
    margin-bottom: 2rem;
  }
  .FS-AboutBoard .headline {
    font-size: 40px;
    line-height: 4rem;
  }
  .FS-AboutBoard .sub-head {
    font-family: karla;
    color: #782327;
    text-align: center;
    font-size: 16px;
    text-transform: none !important;
    margin-top: 1rem;
    font-weight: 500;
  }
  .FS-AboutBoard .short-sub-layout {
    margin-bottom: 3rem;
  }
}

.FS-ContactUs .content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}
.FS-ContactUs .links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.FS-ContactUs .links li {
  position: relative;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 40px 30px 30px 30px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
.FS-ContactUs .links li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #782327, rgb(80.5161290323, 23.4838709677, 26.1677419355));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.FS-ContactUs .links li::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.1;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.FS-ContactUs .links li:nth-child(1)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23800020'%3E%3Cpath d='M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zM1 2v2h2l3.6 7.59-1.35 2.45c-.16.28-.25.61-.25.96 0 1.1.9 2 2 2h12v-2H7.42c-.14 0-.25-.11-.25-.25l.03-.12.9-1.63h7.45c.75 0 1.41-.41 1.75-1.03l3.58-6.49c.08-.14.12-.31.12-.48 0-.55-.45-1-1-1H5.21l-.94-2H1zm16 16c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2z'/%3E%3C/svg%3E");
}
.FS-ContactUs .links li:nth-child(2)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23800020'%3E%3Cpath d='M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E");
}
.FS-ContactUs .links li:nth-child(3)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23800020'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z'/%3E%3C/svg%3E");
}
.FS-ContactUs .links li:nth-child(4)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23800020'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E");
}
.FS-ContactUs .links li:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(128, 0, 32, 0.15);
  border-color: #782327;
}
.FS-ContactUs .links li:hover::before {
  transform: scaleX(1);
}
.FS-ContactUs .links li:hover::after {
  opacity: 0.15;
  transform: scale(1.1) rotate(5deg);
}
.FS-ContactUs .links li:hover a {
  color: #782327;
}
.FS-ContactUs .links li:hover a::after {
  opacity: 1;
  right: -5px;
}
.FS-ContactUs .links li:hover span {
  color: #000;
}
.FS-ContactUs .links li a {
  display: block;
  font-size: 30px;
  font-weight: 700;
  font-family: americane-condensed, "Open Sans";
  color: #1a1a1a;
  text-decoration: none;
  margin-bottom: 8px;
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
  line-height: 1.3;
  padding-right: 40px;
}
.FS-ContactUs .links li a::after {
  content: "→";
  position: absolute;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.FS-ContactUs .links li span {
  display: block;
  font-size: 15px;
  line-height: 1.6;
  color: #666666;
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
}

.content-placeholder-component .content.component-left {
  margin: auto !important;
}

@media (max-width: 968px) {
  .FS-ContactUs .links {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .FS-ContactUs .links li {
    padding: 35px 25px 25px 25px;
  }
  .FS-ContactUs .links li::after {
    top: 25px;
    left: 25px;
    width: 45px;
    height: 45px;
  }
  .FS-ContactUs .links li a {
    font-size: 18px;
  }
  .FS-ContactUs .links li span {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .FS-ContactUs .content {
    padding: 40px 15px;
  }
  .FS-ContactUs .links {
    gap: 15px;
  }
  .FS-ContactUs .links li {
    padding: 30px 20px 20px 20px;
  }
  .FS-ContactUs .links li::after {
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
  }
  .FS-ContactUs .links li a {
    font-size: 17px;
  }
  .FS-ContactUs .links li span {
    font-size: 13px;
  }
}
.FS-Legal {
  background-color: #fff;
}
.FS-Legal h1 {
  padding-bottom: 10px;
  text-align: center;
  color: #782327;
  font-family: americane-condensed;
  font-size: 100px;
  text-transform: uppercase;
  font-weight: 800;
}
.FS-Legal .footer h1 {
  padding-bottom: 0;
  text-align: left;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  text-transform: none;
  font-weight: inherit;
}
.FS-Legal h3 {
  font-family: americane-condensed;
  color: #dd1e2d;
  font-size: 50px;
  margin-top: 5rem;
}
.FS-Legal p {
  font-family: karla;
}

.cheese-board {
  background-image: url("https://saputo.canto.com/direct/image/800anap4dh6kr7cj6qm8tph45t/ljxnuMWWgmVZVXgU9DiHFTZflao/original?content-type=image%2Fpng&name=Group+21-min.png");
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 60vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10rem;
}
.cheese-board .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 8rem;
}
.cheese-board .content .error-code {
  font-family: americane-condensed, "Open Sans";
  font-size: 25px;
  font-weight: 700;
  line-height: 90%;
  letter-spacing: 6%;
  text-align: left;
  color: #fff;
}
.cheese-board .content h1 {
  font-size: 80px;
  text-transform: uppercase;
  font-weight: 700;
  color: #f1e3cd;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 30px;
  width: 49%;
}
.cheese-board .content .message {
  font-size: 22px;
  color: #fff;
  text-align: left;
  font-family: karla;
  width: 34%;
  line-height: 3rem;
  margin-bottom: 5rem;
}
.cheese-board .content .cta-container {
  text-align: center;
}

.FS-ErrorPage .content-placeholder-component {
  padding: 0;
}

.FS-ErrorPage .content-placeholder-sub-layout-3-column .triple .content-placeholder-component .content {
  width: 100%;
  margin: auto !important;
}

.FS-ErrorPage .content.component-left.padding-default.margin-default {
  margin: auto !important;
}
.FS-ErrorPage .content-placeholder-component {
  padding: 0 !important;
}

@media (max-width: 1024px) {
  .cheese-board .content h1 {
    font-size: 70px;
    width: 70%;
  }
  .cheese-board .content .message {
    width: 50%;
    font-size: 20px;
    line-height: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cheese-board {
    min-height: 50vh;
    margin-bottom: 5rem;
    padding: 0 20px;
    background-image: url("https://saputo.canto.com/direct/image/epo1inkfpp7ip2bi3a8viod76i/jzhMZX1RIwtMs1Kn0Z3EUKNy_44/original?content-type=image%2Fpng&name=cheese-board-2-min.png");
  }
  .cheese-board .content {
    margin-top: 4rem;
  }
  .cheese-board .content .error-code {
    font-size: 20px;
    text-align: center;
  }
  .cheese-board .content h1 {
    font-size: 40px;
    width: 85%;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .cheese-board .content .message {
    width: 70%;
    font-size: 18px;
    line-height: 2rem;
    margin-bottom: 3rem;
    text-align: center;
  }
  .FS-ErrorPage .content.component-left.padding-default.margin-default {
    padding: 0;
  }
}
.brands .left-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.brands .left-container > ul {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: inline mandatory;
  border-block-end: 1px solid #e0e0e0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.brands .left-container > ul::-webkit-scrollbar {
  display: none;
}
.brands .left-container > ul > li {
  flex-shrink: 0;
  scroll-snap-align: start;
}
.brands .left-container > ul > li > a {
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  min-block-size: 60px;
  padding-inline: 20px;
  padding-block: 8px;
  border-block-end: 4px solid transparent;
  margin-block-end: -1px;
  background-color: transparent;
  color: #e31b23;
  font-family: americane-condensed;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  font-size: 18px;
  text-transform: uppercase;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.brands .left-container > ul > li > a > img {
  max-block-size: 40px;
  object-fit: contain;
  vertical-align: middle;
}
.brands .left-container > ul > li:not(.selected):not(.title):hover > a {
  background-color: #732225;
  border-block-end-color: #c5474b;
  width: fit-content;
  color: #fff;
}
.brands .left-container > ul > li > a:focus-visible {
  outline: 3px solid #0a59ff;
  outline-offset: -3px;
}
.brands .left-container > ul > li.selected > a {
  color: #961117;
  font-weight: 700;
  border-block-end-color: #961117;
  text-decoration: none;
}
.brands .left-container > ul > li.title {
  display: none;
  align-items: center;
  padding-inline: 20px;
  color: #666666;
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: sticky;
  inset-inline-start: 0;
  background-color: #ffffff;
}
.brands .content-placeholder {
  border-top: solid 1px rgba(0, 0, 0, 0);
}
.brands .product-brand-sub-layout .items-container {
  border-bottom: none;
}
.brands .grid-view-mode .grid-view .product-brand-sub-layout {
  width: 100%;
}
.brands .article-sub-layout {
  background-color: white;
}
.brands .product-brand-sub-layout {
  background-color: white;
  width: 100%;
}
.brands .subnavigation-placeholder {
  margin: 0;
}
.brands .headline {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  font-family: americane-condensed, "Open Sans" !important;
  font-weight: 800;
  color: #782327;
  gap: 2rem;
}
.brands .headline img {
  margin: 0 !important;
}
.brands .body-copy .sub-head {
  font-family: karla;
}
.brands .body-copy ul {
  font-family: americane-condensed;
  font-family: karla;
  font-size: 16px;
  line-height: 1.7;
  color: #4a4a4a;
}
.brands .body-copy h1 {
  font-family: americane-condensed !important;
  font-weight: 800;
  color: #782327;
  font-size: 7rem;
  text-align: center;
  margin-top: 10rem;
}
.brands .text-content {
  font-family: karla;
}
.brands .aditinalInfo {
  margin: 8rem auto !important;
  font-family: karla;
}
.brands .aditinalInfo ul {
  font-family: karla !important;
}
.brands .article-sub-layout .text-content .body-copy img {
  margin: 4rem auto;
  border-radius: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media screen and (max-width: 768px) {
  .brands .left-container {
    position: relative;
  }
  .brands .left-container > ul {
    display: flex;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 0;
    padding: 0 16px;
    margin: 0;
  }
  .brands .left-container > ul::-webkit-scrollbar {
    display: none;
  }
  .brands .left-container > ul > li {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }
  .brands .left-container > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    height: 56px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    border-bottom: 3px solid transparent;
    -webkit-tap-highlight-color: rgba(227, 27, 35, 0.1);
  }
  .brands .left-container > ul > li > a > img {
    max-height: 24px;
    width: auto;
  }
  .brands .left-container > ul > li.selected > a {
    background-color: rgba(227, 27, 35, 0.1);
    border-bottom-color: #e31b23;
  }
  .brands .left-container > ul > li:active > a {
    transform: scale(0.95);
    background-color: rgba(227, 27, 35, 0.2);
  }
  .brands .left-container::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    background: linear-gradient(to left, rgb(255, 255, 255), transparent);
    pointer-events: none;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  .brands .left-container > ul {
    flex-wrap: wrap;
    overflow-x: visible;
    scroll-snap-type: none;
  }
  .brands .left-container > ul > li.title {
    position: static;
    background-color: transparent;
  }
}
@media (prefers-reduced-motion: reduce) {
  .brands .left-container > ul > li > a {
    transition: none;
  }
}
@media (prefers-color-scheme: dark) {
  .brands .left-container > ul {
    border-block-end-color: #444444;
  }
  .brands .left-container > ul > li > a {
    color: #e0e0e0;
  }
  .brands .left-container > ul > li:not(.selected):not(.title):hover > a {
    background-color: #333333;
    border-block-end-color: #555555;
  }
  .brands .left-container > ul > li > a:focus-visible {
    outline-color: #5ea1ff;
  }
  .brands .left-container > ul > li.selected > a {
    color: #ffffff;
    border-block-end-color: #5ea1ff;
  }
  .brands .left-container > ul > li.title {
    color: #999999;
    background-color: #121212;
  }
}
@media (prefers-color-scheme: dark) and (min-width: 768px) {
  .brands .left-container > ul > li.title {
    background-color: transparent;
  }
}

.something-specific {
  background-color: #fff !important;
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
}
.something-specific .content.component-left.padding-default.margin-default {
  margin: auto !important;
}
.something-specific .content.component-left.padding-default.margin-default .headline-span {
  line-height: 9rem;
  color: #732225;
  font-size: 7rem;
}
.something-specific .content.component-left.padding-default.margin-default .content-placeholder-component:not(.wooden-board) {
  background-color: #dd1e2d !important;
}
.something-specific .content.component-left.padding-default.margin-default .body-copy {
  color: #000 !important;
}

.two-columns-fifty-fifty .headline-span {
  color: #782327 !important;
}
.two-columns-fifty-fifty .body-copy {
  color: #000 !important;
}

.FS-Custom-Solutions .content-placeholder-sub-layout-3-column-hh .columns-container {
  width: 100%;
  max-width: 100%;
}
.FS-Custom-Solutions .industrial-bulk-content {
  background-color: #f1e3cd !important;
}
.FS-Custom-Solutions section.content-placeholder:has(.content-placeholder-sub-layout-3-column-hh):nth-of-type(2) {
  background-color: #f1e3cd !important;
}
.FS-Custom-Solutions .generic-filter-template section.content-placeholder:nth-child(4) {
  background-color: #f1e3cd !important;
}
.FS-Custom-Solutions section.content-placeholder:nth-of-type(3) {
  background-color: #f1e3cd !important;
}
.FS-Custom-Solutions .content-placeholder:nth-of-type(3) {
  background-color: #f1e3cd !important;
}
.FS-Custom-Solutions .FS-OpsHeroRedPanel {
  background-color: #782327 !important;
}
.FS-Custom-Solutions .content.component-left {
  margin: auto !important;
  width: 66%;
}
.FS-Custom-Solutions .content-placeholder-component:first-child {
  background-color: #ffffff;
}
.FS-Custom-Solutions .content-placeholder-component:first-child .content-block-body {
  display: flex;
  flex-direction: row;
}
.FS-Custom-Solutions .content-placeholder-component:nth-child(2) {
  background-color: #f0e3cc;
}
.FS-Custom-Solutions .content-placeholder-component:nth-child(2) .content-block-body {
  display: flex;
  flex-direction: row-reverse;
}
.FS-Custom-Solutions .content-placeholder-component:nth-child(2) h1,
.FS-Custom-Solutions .content-placeholder-component:nth-child(2) .content-block-heading {
  width: max-content;
}
.FS-Custom-Solutions .content-placeholder-component:nth-child(2) p {
  color: #000;
}
.FS-Custom-Solutions section.content-placeholder h1,
.FS-Custom-Solutions section.content-placeholder .content-block-heading {
  font-family: americane-condensed, "Open Sans";
  font-weight: 800;
  color: #782327;
  font-size: 7rem;
  text-align: left;
  line-height: 1.1;
}
.FS-Custom-Solutions p {
  font-family: karla;
  font-size: 20px;
  line-height: 1.7;
  color: #000;
}
.FS-Custom-Solutions img {
  max-width: 100%;
  height: auto;
}

.button {
  background-color: #782327 !important;
  color: #f1e3cd !important;
}

.FS-MVP .button {
  background-color: #f1e3cd !important;
  color: #782327 !important;
}

.hero-placeholder .hero-placeholder-component .inner {
  align-items: flex-start !important;
  padding-top: 0 !important;
}
.hero-placeholder .hero-placeholder-component .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero-placeholder .hero-placeholder-component .content h1 {
  text-transform: uppercase;
  font-family: americane-condensed, "Open Sans" !important;
  font-weight: 800;
  font-size: 10rem;
  margin: 0;
  padding: 0;
}
.hero-placeholder .hero-placeholder-component .content h2 {
  color: #000 !important;
  text-transform: uppercase;
  font-family: americane-condensed, "Open Sans" !important;
  font-weight: 800;
  margin-bottom: 0;
  margin-top: 0;
}

.content-placeholder-component:has(.custom-solutions-cta) {
  background-color: #d41927 !important;
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 10rem;
  padding-bottom: 0;
}

.content.component-left.padding-default.margin-default:has(.custom-solutions-cta) {
  width: 100%;
  display: flex;
  justify-content: center;
}

.custom-solutions-cta {
  background-image: url("https://saputo.canto.com/direct/image/7k8btnqs011a11beascsuj6o0r/oyS3rP1HsVyu7n62Y9U5Rqn4wfU/original?content-type=image%2Fpng&name=Marble-web2+1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1200px;
}
.custom-solutions-cta .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 8rem;
}
.custom-solutions-cta .content h1 {
  font-size: 70px;
  text-transform: uppercase;
  font-weight: 700;
  color: #cb1321 !important;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 30px;
  width: 70%;
}
.custom-solutions-cta .content .message {
  font-size: 22px;
  color: #000;
  text-align: center;
  font-family: karla;
  width: 45%;
  line-height: 3rem;
  margin-bottom: 4rem;
}
.custom-solutions-cta .content .cta-container {
  text-align: center;
  margin-bottom: 5rem;
}

@media only screen and (max-width: 768px) {
  .two-columns-fifty-fifty .columns-container {
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }
  .two-columns-fifty-fifty:has(.column:first-child h3.headline) .columns-container {
    flex-direction: column-reverse !important;
  }
  .two-columns-fifty-fifty .column.hh {
    width: 100% !important;
  }
  .two-columns-fifty-fifty .column.hh .button {
    width: fit-content;
  }
  .two-columns-fifty-fifty .foreground-image {
    max-width: 100% !important;
    min-width: 100% !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 768px) {
  .something-specific .content.component-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .something-specific .content.component-left .cta-container .button {
    width: fit-content;
  }
  .something-specific .headline-span {
    font-size: 5rem !important;
    line-height: 5rem !important;
    text-align: center;
  }
}
.FS-Industrial .content-placeholder-component .content > div section.hero h1 {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: 0.5px;
  margin: 0 auto 10px;
  font-size: 80px;
  color: #782327;
}
.FS-Industrial .content-placeholder-component .content > div section.hero h2 {
  font-family: americane-condensed, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: 0.5px;
  margin: 0 auto 40px;
  font-size: 50px;
  color: #dd1e2d;
}
.FS-Industrial .content-placeholder-component .content > div section.hero p {
  text-align: center;
  font-family: karla;
  font-size: 22px;
  line-height: 1.7;
  color: #21272a;
  margin: 0 auto 24px;
  font-weight: 400;
  width: 60%;
}
.FS-Industrial .content-placeholder-component .content > div section h2 {
  font-family: americane-condensed, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: 0.5px;
  margin: 40px auto 20px;
  font-size: 50px;
  color: #782327;
  text-align: center;
}
.FS-Industrial .content-placeholder-component .content > div section p {
  text-align: center;
  font-family: karla;
  font-size: 22px;
  line-height: 1.7;
  color: #21272a;
  margin: 0 auto 24px;
  font-weight: 400;
  width: 60%;
}
.FS-Industrial .content-placeholder-component .content > div .product-categories {
  margin-top: 40px;
  text-align: left;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  gap: 30px;
}
.FS-Industrial .content-placeholder-component .content > div .product-categories .product-category {
  background: white;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.FS-Industrial .content-placeholder-component .content > div .product-categories .product-category h3 {
  font-family: americane-condensed, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 28px;
  color: #782327;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.FS-Industrial .content-placeholder-component .content > div .product-categories .product-category h4 {
  font-family: karla;
  font-size: 18px;
  color: #dd1e2d;
  margin-bottom: 15px;
  font-weight: 600;
}
.FS-Industrial .content-placeholder-component .content > div .product-categories .product-category ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.FS-Industrial .content-placeholder-component .content > div .product-categories .product-category ul li {
  font-family: karla;
  font-size: 16px;
  line-height: 1.6;
  color: #21272a;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.FS-Industrial .content-placeholder-component .content > div .product-categories .product-category ul li:before {
  content: "•";
  color: #dd1e2d;
  font-weight: bold;
  position: absolute;
  left: 0;
}
.FS-Industrial .content-placeholder-component .content > div .product-categories .product-category ul li strong {
  color: #782327;
  font-weight: 600;
  margin-right: 5px;
}
.FS-Industrial .content-placeholder-component .content > div section.cta {
  margin-top: 60px;
}
.FS-Industrial .content-placeholder-component .content > div section.cta h2 {
  color: #dd1e2d;
}
.FS-Industrial .content-placeholder-component .content > div strong {
  margin-top: 4rem;
}
.FS-Industrial section.hero-placeholder .hero-placeholder-component.hero-placeholder-component-image {
  background-size: auto;
  min-height: 368px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.FS-Industrial section.hero-placeholder .hero-placeholder-component.hero-placeholder-component-image > .inner {
  display: flex !important;
  justify-content: center !important;
  align-items: flex-start !important;
  height: 100% !important;
  text-align: center;
  flex-direction: column !important;
  width: 100%;
  position: relative !important;
  padding-top: 0px !important;
}
.FS-Industrial section.hero-placeholder .hero-placeholder-component.hero-placeholder-component-image .content {
  position: relative !important;
  max-width: none !important;
  width: 100% !important;
  background: transparent !important;
  bottom: auto !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
}
.FS-Industrial section.hero-placeholder .hero-placeholder-component.hero-placeholder-component-image .content .headline {
  font-size: 12rem;
  padding: 0 !important;
  background-color: transparent !important;
  color: white !important;
  display: block;
  font-weight: 700;
  margin: -100px 0 0 0 !important;
  text-align: center;
  text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.5);
  font-family: americane-condensed, "Open Sans";
}
@media (max-width: 768px) {
  .FS-Industrial section.hero-placeholder .hero-placeholder-component.hero-placeholder-component-image {
    min-height: auto;
  }
  .FS-Industrial section.hero-placeholder .hero-placeholder-component.hero-placeholder-component-image .content .headline {
    font-size: 6rem;
  }
}
@media (max-width: 480px) {
  .FS-Industrial section.hero-placeholder .hero-placeholder-component.hero-placeholder-component-image .content .headline {
    font-size: 4rem;
  }
}
.FS-Industrial .cta .button {
  background-color: #782327;
  color: #f1e3cd;
}
.FS-Industrial .headlines {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.FS-Industrial .headlines p {
  font-size: 2rem;
  text-align: center;
  width: 60%;
  color: #000;
}
.FS-Industrial .headlines .headline-span {
  color: #782327 !important;
  font-size: 7rem;
}
.FS-Industrial .headlines .headline {
  text-align: center;
  padding-top: 6rem;
  padding-bottom: 4rem;
}
.FS-Industrial .content-placeholder .columns-container {
  gap: 10rem;
}
.FS-Industrial .content-placeholder .columns-container .content-placeholder-component-text-image {
  align-items: flex-start;
}
.FS-Industrial .content-placeholder .headline-span {
  color: #dd1e2d !important;
}
.FS-Industrial .content-placeholder .sub-head {
  color: #782327;
}
.FS-Industrial .content-placeholder .body-copy {
  color: #000;
}
.FS-Industrial .something-specific {
  background-color: #fff !important;
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
}
.FS-Industrial .something-specific .content.component-left.padding-default.margin-default {
  margin: auto !important;
}
.FS-Industrial .something-specific .content.component-left.padding-default.margin-default .headline-span {
  line-height: 9rem;
  color: #6e2124;
  font-size: 7rem;
}
.FS-Industrial .something-specific .content.component-left.padding-default.margin-default .content-placeholder-component:not(.wooden-board) {
  background-color: #dd1e2d !important;
}
.FS-Industrial .something-specific .content.component-left.padding-default.margin-default .body-copy {
  color: #000 !important;
}
@media (max-width: 768px) {
  .FS-Industrial .FS-OpsHeroRedPanel.content-placeholder-component {
    justify-content: center !important;
  }
  .FS-Industrial .content.component-left {
    width: 100% !important;
  }
  .FS-Industrial section.hero-placeholder .hero-placeholder-component.hero-placeholder-component-image .content .headline {
    margin: -220px 0 0 0 !important;
  }
  .FS-Industrial h2 {
    font-size: 5rem;
  }
  .FS-Industrial h3,
  .FS-Industrial .headline-span {
    font-size: 4rem !important;
    margin-top: 0;
    width: 70%;
    padding-top: 0 !important;
  }
  .FS-Industrial .headlines h3,
  .FS-Industrial .headlines .headline-span {
    margin-top: 4rem;
    width: 70% !important;
  }
  .FS-Industrial .headlines p {
    width: 100%;
  }
  .FS-Industrial .grid-view-mode.grid-view.generic-grid-sub-layout {
    width: auto !important;
  }
  .FS-Industrial .grid-view-mode.grid-view.generic-grid-sub-layout .product-brand {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .FS-Industrial {
    /* NEW: Give the image column the first position */
    /* NEW: Give the text column the second position */
    /* SYNTAX FIX: Un-nested the .button rule */
  }
  .FS-Industrial .columns-container {
    max-width: 100%;
    display: flex;
    flex-direction: column; /* Stacks items vertically */
    gap: 0 !important;
  }
  .FS-Industrial .column:has(.foreground-image) {
    order: 1;
  }
  .FS-Industrial .column:has(h3.headline) {
    order: 2;
  }
  .FS-Industrial .column.hh {
    width: 100% !important;
  }
  .FS-Industrial .column.hh .button {
    width: fit-content;
  }
  .FS-Industrial .foreground-image {
    max-width: 100% !important;
    min-width: 100% !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 768px) {
  .FS-Industrial .something-specific .content.component-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .FS-Industrial .something-specific .content.component-left .cta-container .button {
    width: fit-content;
  }
  .FS-Industrial .something-specific .headline-span {
    font-size: 5rem !important;
    line-height: 5rem !important;
    text-align: center;
    color: #732225 !important;
  }
}

@media only screen and (max-width: 768px) {
  .something-specific .content.component-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .something-specific .content.component-left .cta-container .button {
    width: fit-content;
  }
  .something-specific .headline-span {
    font-size: 5rem !important;
    line-height: 5rem !important;
    text-align: center;
    color: #732225 !important;
  }
}
.industrialpage5050 .content-placeholder-component .headline .headline-span {
  color: #dd1e2d !important;
}
.industrialpage5050 .sub-head {
  color: #782327 !important;
}
.industrialpage5050 .content .body-copy {
  color: #000;
}
.industrialpage5050 .content-placeholder-component-text-image {
  display: flex;
  align-items: stretch;
}
@media only screen and (max-width: 768px) {
  .industrialpage5050 .columns-container {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0 !important;
  }
  .industrialpage5050 .column:has(.foreground-image) {
    order: 1;
  }
  .industrialpage5050 .column:has(h3.headline) {
    order: 2;
  }
  .industrialpage5050 .column.hh {
    width: 100% !important;
  }
  .industrialpage5050 .column.hh .button {
    width: fit-content;
  }
  .industrialpage5050 .foreground-image {
    max-width: 100% !important;
    min-width: 100% !important;
    height: auto !important;
  }
  .industrialpage5050 .columns-container {
    max-width: 100% !important;
  }
  .industrialpage5050 .grid-view-mode.grid-view.generic-grid-sub-layout {
    width: auto !important;
  }
  .industrialpage5050 .grid-view-mode.grid-view.generic-grid-sub-layout .product-brand {
    padding: 0;
  }
}

.genericgrid .generic-grid-sub-layout.grid-view .items-container .product-brand .text-content {
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.genericgrid .grid-view-mode.grid-view.generic-grid-sub-layout {
  background-color: #f0e3cc;
  padding: 4rem 2rem;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
}
.genericgrid .grid-view-mode.grid-view.generic-grid-sub-layout .content-container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.genericgrid .grid-view-mode.grid-view.generic-grid-sub-layout .content-container .inner {
  padding: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.genericgrid .grid-view-mode.grid-view.generic-grid-sub-layout .content-container .items-container {
  width: 100% !important;
  margin: 0 auto !important;
}
.genericgrid .grid-view-mode.grid-view.generic-grid-sub-layout .content-container .items-container > div:first-child {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 3rem !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
@media (max-width: 1024px) {
  .genericgrid .grid-view-mode.grid-view.generic-grid-sub-layout .content-container .items-container > div:first-child {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 2rem !important;
  }
}
@media (max-width: 768px) {
  .genericgrid .grid-view-mode.grid-view.generic-grid-sub-layout .content-container .items-container > div:first-child {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }
}
.genericgrid .grid-view-mode.grid-view.generic-grid-sub-layout .content-container .items-container .product-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: transparent;
  width: 100% !important;
  margin: 0 !important;
}
.genericgrid .grid-view-mode.grid-view.generic-grid-sub-layout .content-container .items-container .product-brand img {
  width: 280px;
  height: 180px;
  object-fit: contain;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: block;
}
.genericgrid .grid-view-mode.grid-view.generic-grid-sub-layout .content-container .items-container .product-brand .text-content {
  width: fit-content;
}
.genericgrid .grid-view-mode.grid-view.generic-grid-sub-layout .content-container .items-container .product-brand .text-content h3 {
  font-family: americane-condensed, "Open Sans" !important;
  font-weight: 700;
  font-size: 1.8rem;
  color: #782327;
  text-transform: uppercase;
  margin: 0 0 0.5rem 0;
  letter-spacing: 0.5px;
  line-height: 1.2;
  min-height: auto !important;
  text-align: center !important;
}
.genericgrid .grid-view-mode.grid-view.generic-grid-sub-layout .content-container .items-container .product-brand .text-content h3 span {
  display: block;
}
.genericgrid .grid-view-mode.grid-view.generic-grid-sub-layout .content-container .items-container .product-brand .text-content .description {
  font-family: karla;
  font-size: 1.4rem;
  color: #000;
  line-height: 1.4;
  margin: 0;
  text-align: center;
}
.genericgrid #itemsContainer {
  width: 100% !important;
  margin: 0 !important;
}
.genericgrid #itemsContainer > div {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 3rem !important;
  width: 100% !important;
  margin: 0 !important;
}
@media (max-width: 1024px) {
  .genericgrid #itemsContainer > div {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .genericgrid #itemsContainer > div {
    grid-template-columns: 1fr !important;
  }
}
.genericgrid #repeater-3dcbf786-d479-4764-b37a-c50c1dca6c22 .product-brand {
  transition: transform 0.3s ease;
}
.genericgrid #repeater-3dcbf786-d479-4764-b37a-c50c1dca6c22 .product-brand:hover {
  transform: translateY(-5px);
}
.genericgrid #repeater-3dcbf786-d479-4764-b37a-c50c1dca6c22 .product-brand:hover img {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  .genericgrid .grid-view-mode.grid-view.generic-grid-sub-layout {
    padding: 0 !important;
  }
}

section.hero-placeholder .hero-placeholder-sub-layout > .hero-placeholder-component.hero-placeholder-component-image-sub-page {
  background-size: auto;
  min-height: 368px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
section.hero-placeholder .hero-placeholder-sub-layout > .hero-placeholder-component.hero-placeholder-component-image-sub-page > .inner {
  display: flex !important;
  justify-content: center !important;
  align-items: flex-start !important;
  height: 100% !important;
  text-align: center;
  flex-direction: column !important;
  width: 100%;
  position: relative !important;
  padding-top: 0px !important;
}
section.hero-placeholder .hero-placeholder-sub-layout > .hero-placeholder-component.hero-placeholder-component-image-sub-page .content {
  position: relative !important;
  max-width: none !important;
  width: 100% !important;
  background: transparent !important;
  bottom: auto !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
}
section.hero-placeholder .hero-placeholder-sub-layout > .hero-placeholder-component.hero-placeholder-component-image-sub-page .content .headline {
  font-size: 10rem;
  padding: 0 !important;
  background-color: transparent !important;
  color: white;
  display: block;
  font-weight: 700;
  margin: -210px 0 0 0;
  text-align: center;
  text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.5);
  font-family: americane-condensed, "Open Sans";
  text-transform: uppercase;
}
@media (max-width: 768px) {
  section.hero-placeholder .hero-placeholder-sub-layout > .hero-placeholder-component.hero-placeholder-component-image-sub-page {
    min-height: auto;
  }
  section.hero-placeholder .hero-placeholder-sub-layout > .hero-placeholder-component.hero-placeholder-component-image-sub-page .content .headline {
    font-size: 6rem;
  }
}
@media (max-width: 480px) {
  section.hero-placeholder .hero-placeholder-sub-layout > .hero-placeholder-component.hero-placeholder-component-image-sub-page .content .headline {
    font-size: 4rem;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
  }
}

.FS-WidthFix .component-center {
  width: 80%;
}

.genericgrid .grid-view-mode.grid-view.generic-grid-sub-layout .content-container .items-container .product-brand .text-content .description {
  display: block !important;
}

.FS-Contract {
  /* ----------------------------------------- */
  /* Responsive Styles for Mobile 📱           */
  /* ----------------------------------------- */
}
.FS-Contract section.hero-placeholder .hero-placeholder-component.hero-placeholder-component-image {
  background-size: auto;
  min-height: 368px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.FS-Contract section.hero-placeholder .hero-placeholder-component.hero-placeholder-component-image > .inner {
  display: flex !important;
  justify-content: center !important;
  align-items: flex-start !important;
  height: 100% !important;
  text-align: center;
  flex-direction: column !important;
  width: 100%;
  position: relative !important;
  padding-top: 0px !important;
}
.FS-Contract section.hero-placeholder .hero-placeholder-component.hero-placeholder-component-image .content {
  position: relative !important;
  max-width: none !important;
  width: 100% !important;
  background: transparent !important;
  bottom: auto !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
}
.FS-Contract section.hero-placeholder .hero-placeholder-component.hero-placeholder-component-image .content .headline {
  font-size: 12rem;
  padding: 0 !important;
  background-color: transparent !important;
  color: white !important;
  display: block;
  font-weight: 700;
  margin: -100px 0 0 0 !important;
  text-align: center;
  text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.5);
  font-family: americane-condensed, "Open Sans";
}
@media (max-width: 768px) {
  .FS-Contract section.hero-placeholder .hero-placeholder-component.hero-placeholder-component-image {
    min-height: auto;
  }
  .FS-Contract section.hero-placeholder .hero-placeholder-component.hero-placeholder-component-image .content .headline {
    font-size: 6rem;
  }
}
@media (max-width: 480px) {
  .FS-Contract section.hero-placeholder .hero-placeholder-component.hero-placeholder-component-image .content .headline {
    font-size: 4rem;
  }
}
.FS-Contract .FS-OpsHeroRedPanel {
  background-color: #782327 !important;
}
.FS-Contract .generic-grid-sub-layout {
  background-color: none;
}
.FS-Contract h2 {
  font-family: americane-condensed, "Open Sans";
  font-weight: 900;
  color: #782327;
  font-size: 7rem;
  text-align: left;
  line-height: 1.1;
  text-align: center;
}
.FS-Contract .content-placeholder-component:has(.process-container) + .content-placeholder-component p {
  text-align: center;
  font-size: 2rem;
  color: black;
}
.FS-Contract h3 {
  font-family: americane-condensed, "Open Sans";
  font-size: 5rem;
  text-align: center;
  margin-top: 8rem;
  color: #dd1e2d;
}
.FS-Contract .hero-placeholder-component-image {
  background-size: cover;
}
.FS-Contract .content.component-left {
  margin: auto !important;
  width: 66%;
}
.FS-Contract .content-placeholder-component:first-child .content-block-body {
  display: flex;
  flex-direction: row;
}
.FS-Contract .content-placeholder-component:nth-child(2) {
  background-color: #f0e3cc;
}
.FS-Contract .content-placeholder-component:nth-child(2) .content-block-body {
  display: flex;
  flex-direction: row-reverse;
}
.FS-Contract .content-placeholder-component:nth-child(2) h1,
.FS-Contract .content-placeholder-component:nth-child(2) .content-block-heading {
  color: #782327 !important;
  width: max-content;
}
.FS-Contract .content-placeholder-component:nth-child(2) p {
  color: #000;
}
.FS-Contract .content.component-left.padding-default.margin-default p {
  text-align: center;
  font-size: 2rem;
  color: #000;
}
.FS-Contract .generic-grid-sub-layout.grid-view .items-container .product-brand .text-content {
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.FS-Contract .grid-view-mode.grid-view.generic-grid-sub-layout {
  background-color: #f0e3cc;
  padding: 4rem 2rem;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
}
.FS-Contract .grid-view-mode.grid-view.generic-grid-sub-layout .content-container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.FS-Contract .grid-view-mode.grid-view.generic-grid-sub-layout .content-container .inner {
  padding: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.FS-Contract .grid-view-mode.grid-view.generic-grid-sub-layout .content-container .items-container {
  width: 100% !important;
  margin: 0 auto !important;
}
.FS-Contract .grid-view-mode.grid-view.generic-grid-sub-layout .content-container .items-container > div:first-child {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 3rem !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
@media (max-width: 1024px) {
  .FS-Contract .grid-view-mode.grid-view.generic-grid-sub-layout .content-container .items-container > div:first-child {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 2rem !important;
  }
}
@media (max-width: 768px) {
  .FS-Contract .grid-view-mode.grid-view.generic-grid-sub-layout .content-container .items-container > div:first-child {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }
}
.FS-Contract .grid-view-mode.grid-view.generic-grid-sub-layout .content-container .items-container .product-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: transparent;
  width: 100% !important;
  margin: 0 !important;
}
.FS-Contract .grid-view-mode.grid-view.generic-grid-sub-layout .content-container .items-container .product-brand img {
  width: 280px;
  height: 180px;
  object-fit: contain;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: block;
}
.FS-Contract .grid-view-mode.grid-view.generic-grid-sub-layout .content-container .items-container .product-brand .text-content {
  width: fit-content;
}
.FS-Contract .grid-view-mode.grid-view.generic-grid-sub-layout .content-container .items-container .product-brand .text-content h3 {
  font-family: americane-condensed, "Open Sans" !important;
  font-weight: 700;
  font-size: 1.8rem;
  color: #782327;
  text-transform: uppercase;
  margin: 0 0 0.5rem 0;
  letter-spacing: 0.5px;
  line-height: 1.2;
  min-height: auto !important;
  text-align: center !important;
}
.FS-Contract .grid-view-mode.grid-view.generic-grid-sub-layout .content-container .items-container .product-brand .text-content h3 span {
  display: block;
}
.FS-Contract .grid-view-mode.grid-view.generic-grid-sub-layout .content-container .items-container .product-brand .text-content .description {
  font-family: karla;
  font-size: 1.4rem;
  color: #000;
  line-height: 1.4;
  margin: 0;
  text-align: center;
}
.FS-Contract #itemsContainer {
  width: 100% !important;
  margin: 0 !important;
}
.FS-Contract #itemsContainer > div {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 3rem !important;
  width: 100% !important;
  margin: 0 !important;
}
@media (max-width: 1024px) {
  .FS-Contract #itemsContainer > div {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .FS-Contract #itemsContainer > div {
    grid-template-columns: 1fr !important;
  }
}
.FS-Contract #repeater-3dcbf786-d479-4764-b37a-c50c1dca6c22 .product-brand {
  transition: transform 0.3s ease;
}
.FS-Contract #repeater-3dcbf786-d479-4764-b37a-c50c1dca6c22 .product-brand:hover {
  transform: translateY(-5px);
}
.FS-Contract #repeater-3dcbf786-d479-4764-b37a-c50c1dca6c22 .product-brand:hover img {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.FS-Contract .content-block-body {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10rem;
}
.FS-Contract .content-block-body .content-text {
  flex: 1;
}
.FS-Contract .content-block-body .content-image {
  flex: 0 0 50%;
  max-width: 600px;
}
.FS-Contract .content-block-body .content-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 8px;
}
.FS-Contract .content-block-body h1,
.FS-Contract .content-block-body .content-block-heading {
  font-family: americane-condensed, "Open Sans";
  font-weight: 800;
  color: #782327;
  font-size: 7rem;
  text-align: left;
  line-height: 1.1;
}
.FS-Contract .content-block-body p {
  font-family: karla;
  font-size: 20px;
  line-height: 1.7;
  color: #000;
}
.FS-Contract .content-block-body img {
  max-width: 100%;
  height: auto;
}
.FS-Contract .hero-placeholder .hero-placeholder-component .inner {
  align-items: flex-start !important;
  padding-top: 0 !important;
  width: fit-content;
}
.FS-Contract .hero-placeholder .hero-placeholder-component .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
.FS-Contract .hero-placeholder .hero-placeholder-component .content h2 {
  color: #000 !important;
  text-transform: uppercase;
  font-family: americane-condensed, "Open Sans" !important;
  font-weight: 800;
  margin-bottom: 0;
  margin-top: 0;
}
.FS-Contract .content-placeholder-component:has(.custom-solutions-cta) {
  background-color: #d41927;
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 10rem;
  padding-bottom: 0;
}
.FS-Contract .content.component-left.padding-default.margin-default:has(.custom-solutions-cta) {
  width: 100%;
  display: flex;
  justify-content: center;
}
.FS-Contract .custom-solutions-cta {
  background-image: url("https://saputo.canto.com/direct/image/7k8btnqs011a11beascsuj6o0r/oyS3rP1HsVyu7n62Y9U5Rqn4wfU/original?content-type=image%2Fpng&name=Marble-web2+1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1200px;
}
.FS-Contract .custom-solutions-cta .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 8rem;
}
.FS-Contract .custom-solutions-cta .content h1 {
  font-size: 70px;
  text-transform: uppercase;
  font-weight: 700;
  color: #cb1321 !important;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 30px;
  width: 70%;
}
.FS-Contract .custom-solutions-cta .content .message {
  font-size: 22px;
  color: #000;
  text-align: center;
  font-family: karla;
  width: 45%;
  line-height: 3rem;
  margin-bottom: 4rem;
}
.FS-Contract .custom-solutions-cta .content .cta-container {
  text-align: center;
  margin-bottom: 5rem;
}
.FS-Contract .process-container {
  display: flex;
  flex-direction: column;
  margin: 5% auto;
}
.FS-Contract .process-step {
  background: #fff;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  margin: 20px 0;
  border-radius: 8px;
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
}
.FS-Contract .process-step:last-child:after {
  content: none;
}
.FS-Contract .process-step:nth-child(2) .step-number {
  background: #782327;
}
.FS-Contract .process-step:nth-child(2) .step-headline {
  color: #782327;
}
.FS-Contract .process-step:nth-child(2):before {
  background: #782327;
  border-color: #782327;
}
.FS-Contract .process-step:nth-child(2):after {
  background: #782327;
}
.FS-Contract .process-step:nth-child(3) .step-number {
  background: #782327;
}
.FS-Contract .process-step:nth-child(3) .step-headline {
  color: #782327;
}
.FS-Contract .process-step:nth-child(3):before {
  background: #782327;
  border-color: #782327;
}
.FS-Contract .process-step:nth-child(3):after {
  background: #782327;
}
.FS-Contract .process-step:nth-child(4) .step-number {
  background: #782327;
}
.FS-Contract .process-step:nth-child(4) .step-headline {
  color: #782327;
}
.FS-Contract .process-step:nth-child(4):before {
  background: #782327;
  border-color: #782327;
}
.FS-Contract .process-step:nth-child(4):after {
  background: #782327;
}
.FS-Contract .step-number {
  border-radius: 8px 0 0 8px;
  background: #782327;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 40%;
  font-size: 10.5rem;
  color: white;
  font-weight: 600;
  padding: 20px;
  position: relative;
  font-family: americane-condensed, "Open Sans";
}
.FS-Contract .step-content {
  flex-basis: 60%;
  padding: 70px;
}
.FS-Contract .step-headline {
  font-size: 3rem;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 600;
  color: #782327;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  font-family: americane-condensed, "Open Sans";
}
.FS-Contract .step-description {
  color: #000;
  line-height: 1.6;
  font-family: karla;
}
.FS-Contract .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.FS-Contract .fadeInUp {
  animation-name: fadeInUp;
}
.FS-Contract .delay-1s {
  animation-delay: 0.5s;
}
.FS-Contract .delay-2s {
  animation-delay: 0.7s;
}
.FS-Contract .delay-3s {
  animation-delay: 0.9s;
}
.FS-Contract .delay-4s {
  animation-delay: 1.1s;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.FS-Contract .packaging-section {
  background-color: #f0e3cc;
  padding-bottom: 8rem;
  text-align: center;
}
.FS-Contract .packaging-section .packaging-header {
  margin-bottom: 6rem;
}
.FS-Contract .packaging-section .packaging-header .main-title {
  font-family: americane-condensed, "Open Sans";
  font-weight: 800;
  font-size: 6rem;
  color: #782327;
  text-transform: uppercase;
  margin-bottom: 3rem;
  line-height: 1.2;
  letter-spacing: 2px;
}
.FS-Contract .packaging-section .packaging-header .intro-text {
  font-family: karla;
  font-size: 1.8rem;
  color: #000;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}
.FS-Contract .packaging-section .packaging-content .section-title {
  font-family: americane-condensed, "Open Sans";
  font-weight: 700;
  font-size: 3.5rem;
  color: #d41927;
  text-transform: uppercase;
  margin-bottom: 4rem;
  letter-spacing: 1.5px;
}
.FS-Contract .packaging-section .packaging-content .packaging-grid {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  max-width: 1200px;
  margin: 0 auto;
}
.FS-Contract .packaging-section .packaging-content .packaging-grid .packaging-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
.FS-Contract .packaging-section .packaging-content .packaging-grid .packaging-row .packaging-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.FS-Contract .packaging-section .packaging-content .packaging-grid .packaging-row .packaging-item .packaging-image {
  width: 200px;
  height: 150px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.FS-Contract .packaging-section .packaging-content .packaging-grid .packaging-row .packaging-item .packaging-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  display: block;
  flex-shrink: 0;
}
.FS-Contract .packaging-section .packaging-content .packaging-grid .packaging-row .packaging-item .packaging-name {
  font-family: americane-condensed, "Open Sans";
  font-weight: 700;
  font-size: 2.5rem;
  color: #782327;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
  line-height: 1.3;
}
.FS-Contract .packaging-section .packaging-content .packaging-grid .packaging-row .packaging-item .packaging-description {
  font-family: karla;
  font-size: 1.5rem;
  color: #000;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 1024px) {
  .FS-Contract .packaging-section {
    padding: 6rem 2rem;
  }
  .FS-Contract .packaging-section .packaging-header .main-title {
    font-size: 3rem;
  }
  .FS-Contract .packaging-section .packaging-header .intro-text {
    font-size: 1.6rem;
  }
  .FS-Contract .packaging-section .packaging-content .section-title {
    font-size: 2.5rem;
  }
  .FS-Contract .packaging-section .packaging-content .packaging-grid .packaging-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .FS-Contract .packaging-section {
    padding: 4rem 1.5rem;
  }
  .FS-Contract .packaging-section .packaging-header .main-title {
    font-size: 2.5rem;
  }
  .FS-Contract .packaging-section .packaging-header .intro-text {
    font-size: 1.4rem;
  }
  .FS-Contract .packaging-section .packaging-content .section-title {
    font-size: 2rem;
  }
  .FS-Contract .packaging-section .packaging-content .packaging-grid .packaging-row {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.FS-Contract .content-placeholder-component:has(.packaging-section) {
  padding: 0;
}
.FS-Contract .something-specific .margin-default {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
.FS-Contract .something-specific .margin-default .body-copy {
  text-align: center;
}
.FS-Contract .something-specific .headline {
  margin-top: 0 !important;
}
.FS-Contract .generic-grid-sub-layout.grid-view .items-container .product-brand .description {
  display: block;
}
@media only screen and (max-width: 768px) {
  .FS-Contract .FS-OpsHeroRedPanel .content.component-left {
    width: 90% !important;
  }
}
@media (max-width: 768px) {
  .FS-Contract .process-step {
    flex-direction: column;
  }
  .FS-Contract .step-number {
    border-radius: 8px 8px 0 0;
    font-size: 5rem;
    padding: 20px 0;
  }
  .FS-Contract .step-content {
    padding: 30px 20px;
    text-align: center;
  }
  .FS-Contract .step-headline {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .FS-Contract .content.component-left {
    width: 90% !important;
  }
  .FS-Contract section.hero-placeholder .hero-placeholder-component.hero-placeholder-component-image .content .headline {
    margin: -220px 0 0 0 !important;
  }
  .FS-Contract h2 {
    font-size: 5rem;
  }
  .FS-Contract h3 {
    font-size: 4rem;
    margin-top: 4rem;
  }
  .FS-Contract .grid-view-mode.grid-view.generic-grid-sub-layout {
    width: auto !important;
  }
  .FS-Contract .grid-view-mode.grid-view.generic-grid-sub-layout .product-brand {
    padding: 0;
  }
}