@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700&display=swap");
/*! 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.
 */
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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: content-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
}

/*$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*/
/*$global-mobile-bg-image: url(/img/alexis/global/p_0_global_bg_newsprint.gif);
$global-tablet-bg-image: url(/img/alexis/global/global_bg_newsprint.jpg);*/
/*#region headlines/sub heads */
/*#endregion */
/*#region buttons */
/*#endregion */
/*#region intro section */
/*#endregion */
/*#region form elements */
/*#endregion */
/*#region dialog close */
/*#endregion */
.header .secondary-nav > li, .header .nav-items-container, input[type=text],
textarea,
select, .button, .inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.content-placeholder-component-links .links, .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;
}

/*! 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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  -ms-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;
}

html {
  font-size: 62.5%;
  /* -webkit-overflow-scrolling: touch;*/
}
html.masked {
  height: 100%;
  overflow: hidden;
}

body {
  font-family: "gooddog-new", sans-serif, serif;
  font-size: 15px;
  font-size: 1.5rem;
  color: #4b4b4b;
  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: 1700px;
  }
}

.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: "gooddog-new", sans-serif;
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: normal;
  color: #4b4b4b;
  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: 64px;
    font-size: 6.4rem;
  }
  h1:last-child,
  h2:last-child,
  .headline:last-child {
    margin-bottom: 0;
  }
}

h3,
h4,
.sub-head {
  margin-bottom: 15px;
  margin-left: 0;
  font-family: "gooddog-new", sans-serif;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: normal;
  color: #4b4b4b;
  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: 35px;
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1024px) {
  h3,
  h4,
  .sub-head {
    font-size: 27px;
    font-size: 2.7rem;
  }
}

a {
  font-weight: normal;
  color: inherit;
}

.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: 1024px;
    padding-right: 26px;
    padding-left: 26px;
  }
}

.button {
  display: block;
  width: 100%;
  padding: 8px 30px 8px 10px;
  border: 2px solid #cc3333;
  font-family: "gooddog-new", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background-color: #cc3333;
}
.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: #cc3333;
  color: #cc3333;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .button {
    display: inline-block;
    width: auto;
    padding: 12px 34px 12px 14px;
    border-width: 1px;
    font-weight: normal;
  }
}
@media screen and (min-width: 1024px) {
  .button {
    padding: 18px 44px 18px 23px;
    border-width: 2px;
    font-size: 21px;
    font-size: 2.1rem;
  }
  .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: 0;
  margin-right: 25px !important;
}
.cta-container .button:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .cta-container {
    display: -webkit-inline-box;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .cta-container .button {
    margin-right: 0;
    margin-bottom: 0;
  }
  .cta-container .button:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .cta-container .button {
    margin-right: 0;
  }
  .cta-container .button:last-child {
    margin-right: 0;
  }
}

.stand-alone-link {
  display: inline-block;
  font-weight: bold;
  color: inherit;
  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;
  -webkit-transition: all opacity 0.1s ease-in-out ease;
  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);
  -ms-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: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .intro.side-by-side .headlines {
    -webkit-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;
    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: 25px;
    font-size: 2.5rem;
    font-weight: normal;
  }
  .intro.side-by-side .body-copy {
    -webkit-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;
    box-sizing: border-box;
    padding-left: 6px;
  }
}
@media screen and (min-width: 1024px) {
  .intro.side-by-side .headlines {
    -ms-flex-preferred-size: 324px;
    flex-basis: 324px;
    margin-bottom: 0;
    padding-right: 30px;
  }
  .intro.side-by-side .headlines .sub-head {
    font-size: 30px;
    font-size: 3rem;
  }
  .intro.side-by-side .body-copy {
    -ms-flex-preferred-size: 648px;
    flex-basis: 648px;
    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;
    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: italic;
}
fieldset .error-message {
  margin-top: 10px;
  font-size: 0.8571428571em;
  font-weight: bold;
  font-style: italic;
  color: #ac362b;
}
fieldset.optional label:after {
  content: " (Optional)";
  font-weight: normal;
  font-style: italic;
}
fieldset .input-validation-error {
  border-color: #ac362b;
}
fieldset input[type=text].input-validation-error,
fieldset textarea.input-validation-error,
fieldset select.input-validation-error {
  border-color: #ac362b;
}
fieldset.error label {
  color: #ac362b;
}
fieldset.error input[type=text],
fieldset.error textarea,
fieldset.error select {
  border-color: #ac362b;
}
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: #ac362b;
}

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

input[type=text],
textarea,
select {
  position: relative;
  width: 100%;
  height: 35px;
  padding: 0 12px;
  border: 1px solid #4b4b4b;
  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: "gooddog-new", sans-serif, serif;
}
input[type=text]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  font-family: "gooddog-new", sans-serif;
  font-style: italic;
  color: #988b83;
}
input[type=text]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  font-family: "gooddog-new", sans-serif;
  font-style: italic;
  color: #988b83;
  opacity: 1;
}
input[type=text]::-moz-placeholder { /* Mozilla Firefox 19+ */
  font-family: "gooddog-new", sans-serif;
  font-style: italic;
  color: #988b83;
  opacity: 1;
}
input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-family: "gooddog-new", sans-serif;
  font-style: italic;
  color: #988b83;
}
input[type=text]:-moz-placeholder { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  font-family: "gooddog-new", sans-serif;
  font-style: italic;
  color: #988b83;
}
input[type=text]:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  font-family: "gooddog-new", sans-serif;
  font-style: italic;
  color: #988b83;
}

select {
  padding: 0 8px;
}

.select-container {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: 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;
  -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: #988b83;
  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;
  color: #fff;
}
.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: #ac362b;
}

@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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: #c33;
  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;
}

.contact-us .popup {
  content: "";
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 50 !important;
  background: rgba(0, 0, 0, 0.2) !important;
  opacity: 0;
  -webkit-animation: modal-delay 1s !important;
          animation: modal-delay 1s !important;
  -webkit-animation-fill-mode: forwards !important;
          animation-fill-mode: forwards !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  max-width: none !important;
}

html {
  font-size: 62.5%;
}

@media screen and (min-width: 768px) {
  .home-page-template .content-placeholder .columns-container {
    min-height: 322px;
  }
  .home-page-template .content-placeholder:nth-child(even) .columns-container {
    min-height: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .home-page-template .content-placeholder .columns-container {
    min-height: 400px;
  }
  .home-page-template .content-placeholder:nth-child(even) .columns-container {
    min-height: 400px;
  }
}

.body-copy {
  margin-bottom: 25px;
}

.body-copy a {
  text-decoration: none;
}

.body-copy a i {
  color: #cc3333;
  font-style: normal;
  font-style: unset;
  font-weight: normal;
}

.body-copy a i::after {
  font-size: 1rem;
  color: white;
  content: "\f054";
  background-color: #cc3333;
  border-radius: 20px;
  margin-left: 10px;
  padding: 3px 4px 3px 6px;
  font-family: "FontAwesome";
}

h4, .sub-head {
  font-weight: normal;
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  h4, .sub-head {
    font-size: 2.5rem;
  }
}
.button {
  cursor: pointer;
}
.button.back {
  border-color: rgb(26, 90, 162);
  background-color: rgb(26, 90, 162);
  padding: 11px 30px 8px 10px;
}
.button.back:after {
  content: none;
}
.button.back:before {
  content: "\f053";
  display: inline-block;
  width: 20px;
  margin-right: 10px;
  text-align: right;
  font-family: "FontAwesome";
  font-size: 17px;
  font-size: 1.7rem;
}
.button.top {
  border-color: rgb(26, 90, 162);
  background-color: rgb(26, 90, 162);
  padding: 11px 30px 8px 10px;
  margin-bottom: 20px;
}
.button.top:after {
  content: none;
}
.button.top:before {
  content: "\f106";
  display: inline-block;
  width: 20px;
  margin-right: 10px;
  text-align: right;
  font-family: "FontAwesome";
  font-size: 2rem;
}

.header {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 90px;
  font-family: "gooddog-new", serif;
  color: #fff;
  text-transform: uppercase;
  background-color: #1a5aa2;
  /*#region tablet */
  /*#endregion */
  /*#region desktop */
  /*#endregion */
  /*#region horizontal logo */
  /*#endregion */
  /*#region center logo */
  /*#endregion */
}
.header.static-header {
  position: static;
  background-color: #1a5aa2;
}
.header .inner {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: 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: #FFF;
}
.header .nav-items-container {
  position: absolute;
  z-index: 2;
  left: 100%;
  top: 0;
  width: 265px;
  background-color: #1a5aa2;
  -webkit-transition: all transform 0.25s ease-in-out ease;
  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);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  overflow-y: scroll;
}
.header .secondary-nav {
  font-size: 0px;
  font-size: 0rem;
  color: #FFF;
}
.header .secondary-nav > li {
  padding: 15px 20px;
  border-bottom: 1px solid #1a5aa2;
}
.header .secondary-nav > li.search {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.header .search {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  height: 90px;
  background-color: #1a5aa2;
}
.header .search-container {
  position: relative;
  margin-right: 20px;
}
.header .search-container input[type=text] {
  padding-right: 42px;
  border-color: #988b83;
  font-size: 16px;
  font-size: 1.6rem;
  color: #988b83;
  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: #988b83;
}
.header .close-menu {
  color: #988b83;
  line-height: 35px;
}
.header .sign-in, .header .sign-link {
  text-align: right;
}
.header .sign-in a, .header .sign-link a {
  font-weight: normal;
  color: #FFF;
  text-decoration: none;
}
.header .language-toggle select:not(#MainLanguage) {
  display: none;
}
.header .language-toggle .select-container {
  display: -webkit-inline-box;
  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: "gooddog-new", serif;
  font-size: 0px;
  font-size: 0rem;
  font-weight: normal;
  text-indent: 0;
  text-transform: uppercase;
}
.header .language-toggle .select-container option {
  font-family: "gooddog-new", serif;
  color: #1a5aa2;
}
.header .language-toggle .select-container:after {
  content: "\f13a";
  right: 20px;
  width: 20px;
  margin-right: -20px;
  font-size: 17px;
  font-size: 1.7rem;
  color: #FFF;
  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: "gooddog-new", serif;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: normal;
  color: #fff;
  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: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: 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: #f5efe4;
}
.header .primary-nav .sub-menu > ul li {
  border-bottom: 1px solid #1a5aa2;
}
.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: 25px;
  font-size: 2.5rem;
  color: #1a5aa2;
}
.header .primary-nav .sub-menu > ul ul {
  background-color: #fff;
  border-top: 1px solid #1a5aa2;
}
.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: #fff;
}
.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 #1a5aa2;
}
.header .primary-nav .sub-menu.mega ul {
  border-bottom: #1a5aa2;
}
.header .primary-nav .sub-menu.mega .overview {
  display: none;
}
.header .primary-nav .sub-menu.mega .overview:first-child {
  display: block;
  border-bottom: 1px solid #1a5aa2;
  padding-left: 20px;
  padding-right: 20px;
}
.header .primary-nav .sub-menu.mega .overview:first-child a {
  color: #1a5aa2;
  font-size: 25px;
  font-size: 2.5rem;
}
.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;
    -moz-align-items: flex-end;
    align-items: flex-end;
    height: 95px;
  }
}
@media screen and (min-width: 1024px) {
  .header {
    height: 200px;
  }
  .header .inner {
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    padding: 0 26px;
  }
  .header .logo img {
    width: 200px;
    height: 200px;
  }
  .header .open-menu,
  .header .close-menu {
    display: none;
  }
  .header nav {
    -webkit-box-flex: 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;
    -webkit-transition: all none ease;
    transition: all none ease;
  }
  .header .secondary-nav {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    font-size: 0px;
    font-size: 0rem;
    border-bottom: none;
  }
  .header .secondary-nav > li {
    display: -webkit-box;
    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;
    -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(255, 255, 255, 0.3);
    font-size: 13px;
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.5);
  }
  .header .search-container input[type=text]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: rgba(255, 255, 255, 0.5);
  }
  .header .search-container input[type=text]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, 0.5);
  }
  .header .search-container input[type=text]::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, 0.5);
  }
  .header .search-container input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.5);
  }
  .header .search-container input[type=text]:-moz-placeholder { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color: rgba(255, 255, 255, 0.5);
  }
  .header .search-container input[type=text]:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color: rgba(255, 255, 255, 0.5);
  }
  .header .search-container button {
    right: 1px;
    top: 0;
    height: 35px;
    font-size: 20px;
    font-size: 2rem;
    color: #FFF;
  }
  .header .language-toggle .select-container select {
    padding-right: 22px;
    font-size: 0px;
    font-size: 0rem;
  }
  .header .language-toggle .select-container:after {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .header .primary-nav {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -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: 25px;
    font-size: 2.5rem;
  }
  .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: #2a74ca;
  }
  .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: #2a74ca;
  }
  .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: #FFF;
  }
  .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: #FFF;
    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);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .header .primary-nav .mega > ul {
    position: relative;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .header .primary-nav .mega > ul > li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 324px;
    margin-bottom: 0;
    padding: 15px 30px;
    -webkit-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: #2a74ca;
  }
  .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: #ccc;
  }
  .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: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: stretch;
    -ms-flex-align: 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;
    -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: #FFF;
    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;
    -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: 120px;
  }
  .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);
    -ms-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;
  }
}

.footer {
  font-family: "proxima-nova";
  font-size: 16px;
  font-size: 1.6rem;
  color: #99c2ea;
  background-color: #1a5aa2;
  /*#region tablet */
  /*#endregion */
  /*#region desktop */
}
.footer .inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer a {
  color: rgba(245, 239, 228, 0.8);
  text-decoration: none;
}
.footer .links-container {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: 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: 16px;
  font-size: 1.6rem;
  color: #99c2ea;
}
.footer .site-links .sub-head:before {
  content: "\f055";
  display: inline-block;
  margin-right: 10px;
  font-family: "FontAwesome";
  color: #fff;
}
.footer .site-links ul li {
  margin-bottom: 20px;
}
.footer .site-links .has-header ul {
  display: block;
}
.footer .site-links .column:last-child ul li:last-child {
  margin-bottom: 0;
}
.footer .site-links a {
  font-family: "proxima-nova";
  font-weight: normal;
  font-size: 13px;
  font-size: 1.3rem;
  color: #f6f0e4;
}
.footer .social-links .sub-head {
  display: none;
  font-size: 16px;
  font-size: 1.6rem;
  color: #99c2ea;
}
.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: #fff;
}
.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: "gooddog-new", sans-serif, serif;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
}
.footer .terms {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 20px;
}
.footer .terms li:after {
  content: "|";
  margin: 0 8px;
}
.footer .terms li:last-child:after {
  display: none;
}
.footer .terms a {
  color: #99c2ea;
  font-weight: normal;
}
.footer .secondary-footer {
  font-size: 18px;
  font-size: 1.8rem;
  color: #99c2ea;
  background-color: #1a5aa2;
  text-align: left;
}
.footer .secondary-footer .inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer .secondary-footer a {
  font-weight: normal;
  color: #99c2ea;
}
.footer .secondary-footer .saputo-logo {
  margin-bottom: 15px;
  display: none;
}
.footer .secondary-footer .family-logos {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 25px;
}
.footer .secondary-footer .family-logos li {
  -webkit-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: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.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 {
  font-family: "proxima-nova";
  text-transform: uppercase;
}
.footer .footer-row .footer-bottom-left .secondary-links {
  font-family: "proxima-nova";
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .footer {
    font-size: 20px;
    font-size: 2rem;
  }
  .footer .inner {
    padding: 40px;
    padding: 40px 40px;
  }
  .footer .site-links {
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .site-links .sub-head {
    font-size: 20px;
    font-size: 2rem;
  }
  .footer .site-links ul li {
    margin-bottom: 15px;
  }
  .footer .site-links a {
    font-size: 20px;
    font-size: 2rem;
  }
  .footer .site-links .column.has-header {
    padding-right: 50px;
  }
  .footer .site-links .column:last-child {
    padding-right: 0;
  }
  .footer .social-links {
    margin-top: 30px;
  }
  .footer .social-links .sub-head {
    font-size: 20px;
    font-size: 2rem;
  }
  .footer .social-links ul {
    display: -webkit-inline-box;
    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: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin-top: 40px;
    text-align: left;
  }
  .footer .terms {
    margin-top: 0;
  }
  .footer .secondary-footer {
    font-size: 20px;
    font-size: 2rem;
    text-align: left;
  }
  .footer .secondary-footer .inner {
    padding-top: 40px;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -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 {
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }
  .footer .secondary-footer .legal li {
    white-space: nowrap;
  }
}
@media screen and (min-width: 1024px) {
  .footer .inner {
    padding: 45px 56px;
    padding-bottom: 130px;
  }
  .footer .site-links {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    margin-right: 60px;
  }
  .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 .social-links {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
  }
  .footer .social-links .sub-head {
    display: block;
    margin-bottom: 15px;
  }
  .footer .social-links ul {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin-top: 45px;
  }
  .footer .copyright {
    margin-right: 40px;
  }
  .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;
  }
}
@media screen and (max-width: 767px) {
  .footer .social-links {
    margin-top: 30px;
  }
  .footer .social-links ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .footer .social-links ul li {
    margin-right: 15px;
  }
}
.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: 20%;
  float: left;
}
.footer .footer-container .footer-row > div.footer-top-left + div {
  width: 80%;
  float: right;
}
@media screen and (min-width: 768px) {
  .footer .footer-container .footer-row > div.footer-top-left + div {
    width: 100%;
    float: left;
  }
}
@media screen and (min-width: 1024px) {
  .footer .footer-container .footer-row > div.footer-top-left + div {
    width: 80%;
    float: right;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-container .footer-row > div.footer-top-left + div {
    width: 100%;
    float: left;
  }
}
.footer .footer-container .footer-row > div {
  display: table-cell;
}
.footer .footer-container.footer-container-bottom .footer-row > div.bottom-top-left {
  width: 20%;
}
.footer .footer-container.footer-container-bottom .footer-row > div.bottom-top-left + div {
  width: 80%;
}
.footer .footer-container + .footer-container {
  margin-top: 45px;
}

/*#endregion */
@media screen and (max-width: 767px) {
  .footer .footer-container .footer-row > div {
    display: block;
  }
}
.footer {
  font-family: "proxima-nova";
  font-size: 16px;
  font-size: 1.6rem;
  color: #99c2ea;
  background-color: #1a5aa2;
  /*#region tablet */
  /*#endregion */
  /*#region desktop */
}
.footer .inner {
  padding: 25px 30px 15px;
}
.footer a {
  color: rgba(245, 239, 228, 0.8);
  text-decoration: none;
}
.footer .links-container {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: 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: 16px;
  font-size: 1.6rem;
  color: #99c2ea;
}
.footer .site-links .sub-head:before {
  content: "\f055";
  display: inline-block;
  margin-right: 10px;
  font-family: "FontAwesome";
  color: #fff;
}
.footer .site-links ul li {
  margin-bottom: 20px;
}
.footer .site-links .has-header ul {
  display: block;
}
.footer .site-links .column:last-child ul li:last-child {
  margin-bottom: 0;
}
.footer .site-links a {
  font-family: "proxima-nova";
  font-weight: normal;
  font-size: 13px;
  font-size: 1.3rem;
  color: #f6f0e4;
}
.footer .social-links .sub-head {
  display: none;
  font-size: 16px;
  font-size: 1.6rem;
  color: #99c2ea;
}
.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: #fff;
}
.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: "gooddog-new", sans-serif, serif;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
}
.footer .terms {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 20px;
}
.footer .terms li:after {
  content: "|";
  margin: 0 8px;
}
.footer .terms li:last-child:after {
  display: none;
}
.footer .terms a {
  color: #99c2ea;
  font-weight: normal;
}
.footer .secondary-footer {
  font-size: 18px;
  font-size: 1.8rem;
  color: #99c2ea;
  background-color: #1a5aa2;
  text-align: left;
}
.footer .secondary-footer .inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer .secondary-footer a {
  font-weight: normal;
  color: #99c2ea;
}
.footer .secondary-footer .saputo-logo {
  margin-bottom: 15px;
  display: none;
}
.footer .secondary-footer .family-logos {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 25px;
}
.footer .secondary-footer .family-logos li {
  -webkit-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: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.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 {
  font-family: "proxima-nova";
  text-transform: uppercase;
}
.footer .footer-row .footer-bottom-left .secondary-links {
  font-family: "proxima-nova";
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .footer {
    font-size: 20px;
    font-size: 2rem;
  }
  .footer .inner {
    padding: 0;
  }
  .footer .site-links {
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .site-links .sub-head {
    font-size: 20px;
    font-size: 2rem;
  }
  .footer .site-links ul li {
    margin-bottom: 15px;
  }
  .footer .site-links a {
    font-size: 20px;
    font-size: 2rem;
  }
  .footer .site-links .column.has-header {
    padding-right: 50px;
  }
  .footer .site-links .column:last-child {
    padding-right: 0;
  }
  .footer .social-links {
    margin-top: 30px;
  }
  .footer .social-links .sub-head {
    font-size: 20px;
    font-size: 2rem;
  }
  .footer .social-links ul {
    display: -webkit-inline-box;
    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: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin-top: 40px;
    text-align: left;
  }
  .footer .terms {
    margin-top: 0;
  }
  .footer .secondary-footer {
    font-size: 20px;
    font-size: 2rem;
    text-align: left;
  }
  .footer .secondary-footer .inner {
    padding-top: 40px;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -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 {
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }
  .footer .secondary-footer .legal li {
    white-space: nowrap;
  }
}
@media screen and (min-width: 1024px) {
  .footer .inner {
    padding: 25px 30px 15px;
    padding-bottom: 15px;
  }
  .footer .site-links {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    margin-right: 60px;
  }
  .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 .social-links {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
  }
  .footer .social-links .sub-head {
    display: block;
    margin-bottom: 15px;
  }
  .footer .social-links ul {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin-top: 45px;
  }
  .footer .copyright {
    margin-right: 40px;
  }
  .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;
  }
}
@media screen and (max-width: 767px) {
  .footer .social-links {
    margin-top: 30px;
  }
  .footer .social-links ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .footer .social-links ul li {
    margin-right: 15px;
  }
}
.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: 20%;
  float: left;
}
.footer .footer-container .footer-row > div.footer-top-left + div {
  width: 80%;
  float: right;
}
@media screen and (min-width: 768px) {
  .footer .footer-container .footer-row > div.footer-top-left + div {
    width: 100%;
    float: left;
  }
}
@media screen and (min-width: 1024px) {
  .footer .footer-container .footer-row > div.footer-top-left + div {
    width: 80%;
    float: right;
    text-align: right;
    margin-top: 15px;
    font-size: 1.7rem;
  }
  .footer .footer-container .footer-row > div.footer-top-left + div p:first-child {
    Color: white;
    font-size: 1.7rem;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
  }
  .footer .footer-container .footer-row #wcbf-logo {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-container .footer-row > div.footer-top-left + div {
    width: 100%;
    float: left;
  }
}
.footer .footer-container .footer-row > div {
  display: table-cell;
}
.footer .footer-container.footer-container-bottom .footer-row > div.bottom-top-left {
  width: 20%;
}
.footer .footer-container.footer-container-bottom .footer-row > div.bottom-top-left + div {
  width: 80%;
}
.footer .footer-container + .footer-container {
  margin-top: 0;
}

/*#endregion */
@media screen and (max-width: 767px) {
  .footer .footer-container .footer-row {
    text-align: center;
  }
  .footer .footer-container .footer-row > div {
    display: block;
    float: none;
  }
  .footer .footer-container .footer-row > div.footer-top-left {
    position: relative;
  }
  .footer .footer-container .footer-row > div.footer-top-left + div {
    font-size: 12px !important;
  }
  .footer .footer-container .footer-row > div.footer-bottom-left {
    width: 100% !important;
  }
  .footer .footer-container .footer-row > div.footer-bottom-left + div {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .footer .footer-container .footer-row {
    text-align: center;
  }
  .footer .footer-container .footer-row > div {
    display: block;
    float: none;
  }
  .footer .footer-container .footer-row .footer-top-left {
    margin: 0 50%;
    position: relative;
    right: 22%;
    width: 25% !important;
  }
  .footer .footer-container .footer-row > div.footer-bottom-left {
    width: 100% !important;
  }
  .footer .footer-container .footer-row > div.footer-bottom-left + div {
    width: 100% !important;
  }
}
@media screen and (min-width: 1024px) {
  .footer .footer-container .footer-row {
    text-align: center;
  }
  .footer .footer-container .footer-row > div {
    display: block;
    float: none;
  }
  .footer .footer-container .footer-row .footer-top-left {
    margin: 0;
    position: relative;
    right: 0%;
    width: 20% !important;
  }
  .footer .footer-container .footer-row > div.footer-bottom-left {
    width: 20% !important;
    float: left;
    margin-top: 3px;
  }
  .footer .footer-container .footer-row > div.footer-bottom-left + div {
    width: 80% !important;
    float: right;
    margin-top: 5px;
  }
}
/*added for saputo*/
/*end added*/
/*#region generic component styles */
.content-placeholder-component {
  position: relative;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 140px;
  /*#region tablet */
  /*#endregion */
  /*#region desktop */
  /*#endregion */
}
.content-placeholder-component.theme-1 .body-copy, .content-placeholder-component:not(.theme-2):not(.theme-3) .body-copy {
  padding-bottom: 15px;
}
.content-placeholder-component.theme-1 .body-copy:last-child, .content-placeholder-component:not(.theme-2):not(.theme-3) .body-copy:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .content-placeholder-component.theme-1 .body-copy, .content-placeholder-component:not(.theme-2):not(.theme-3) .body-copy {
    padding-bottom: 25px;
  }
  .content-placeholder-component.theme-1 .body-copy:last-child, .content-placeholder-component:not(.theme-2):not(.theme-3) .body-copy:last-child {
    padding-bottom: 0;
  }
}
.content-placeholder-component.theme-1 .body-copy {
  padding-bottom: 15px;
}
.content-placeholder-component.theme-1 .body-copy:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .content-placeholder-component.theme-1 .body-copy {
    padding-bottom: 25px;
  }
  .content-placeholder-component.theme-1 .body-copy:last-child {
    padding-bottom: 0;
  }
}
.content-placeholder-component.theme-2 .body-copy {
  padding-bottom: 15px;
}
.content-placeholder-component.theme-2 .body-copy:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .content-placeholder-component.theme-2 .body-copy,
  .content-placeholder-component.theme-2 .body-copy:last-child {
    padding: 25px;
  }
}
@media screen and (min-width: 768px) {
  .content-placeholder-component.theme-2 .body-copy {
    background-color: rgba(26, 90, 162, 0.4);
  }
}
.content-placeholder-component.theme-3 .body-copy {
  padding-bottom: 15px;
}
.content-placeholder-component.theme-3 .body-copy:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .content-placeholder-component.theme-3 .body-copy,
  .content-placeholder-component.theme-3 .body-copy:last-child {
    padding: 25px;
  }
}
@media screen and (min-width: 768px) {
  .content-placeholder-component.theme-3 .body-copy {
    background-color: rgba(26, 90, 162, 0.7);
  }
}
.content-placeholder-sub-layout-3-column-sss .content-placeholder-component {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.content-placeholder-component.valign-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.content-placeholder-component.valign-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.content-placeholder-component.valign-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.content-placeholder-component.mobile-background-image {
  padding-top: 140px;
}
.content-placeholder-component .content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 25px 20px;
}
.content-placeholder-component .body-copy .stand-alone-link:last-child {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .column:not(:first-child) .content-placeholder-component:not(.mobile-top-divider):not(.mobile-background-image):not(.has-background-color) .content img {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
  .column:not(:first-child) .content-placeholder-component.mobile-top-divider {
    margin-top: 2px;
  }
  .column:not(:first-child) .content-placeholder-component.mobile-top-divider:before {
    content: "";
    position: absolute;
    left: 20px;
    top: -2px;
    display: block;
    width: calc(100% - 40px);
    border-top: 2px solid rgba(102, 102, 102, 0.2);
  }
}
@media screen and (min-width: 768px) {
  .content-placeholder-component {
    padding: 35px 0;
    background-size: auto;
  }
  .content-placeholder-component.mobile-background-image {
    padding-top: 35px;
  }
  .content-placeholder-component .content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    /*#region content widths by column size */
    /*#endregion */
    /*#region sss default content padding */
    /*#endregion */
    /*#region sd and ds default content padding */
    /*#endregion */
    /*#region t default content padding */
    /*#endregion */
    /*#region hh default content padding*/
    /*#endregion*/
    /*#region margins for first and last column content */
    /*#endregion */
  }
  .content-placeholder-component .content.component-left {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  .content-placeholder-component .content.component-right {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
  .content-placeholder-component .content.component-center {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .content-placeholder-sub-layout-3-column .single .content-placeholder-component .content {
    width: 242.6666666667px;
  }
  .content-placeholder-sub-layout-3-column .double .content-placeholder-component .content {
    width: 485.3333333333px;
  }
  .content-placeholder-sub-layout-3-column .triple .content-placeholder-component .content {
    width: 728px;
  }
  .content-placeholder-sub-layout-3-column .hh .content-placeholder-component .content {
    width: 364px;
  }
  .content-placeholder-sub-layout-3-column-sss .single:nth-child(1) .content-placeholder-component .content {
    padding-right: 12px;
  }
  .content-placeholder-sub-layout-3-column-sss .single:nth-child(2) .content-placeholder-component .content {
    padding-right: 6px;
    padding-left: 6px;
  }
  .content-placeholder-sub-layout-3-column-sss .single:nth-child(3) .content-placeholder-component .content {
    padding-left: 12px;
  }
  .content-placeholder-sub-layout-3-column-ds .column .content-placeholder-component .content, .content-placeholder-sub-layout-3-column-sd .column .content-placeholder-component .content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-placeholder-sub-layout-3-column-t .triple .content-placeholder-component .content {
    padding: 0;
  }
  .content-placeholder-sub-layout-3-column-hh .column .content-placeholder-component .content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-placeholder-sub-layout-3-column .column:first-child .content-placeholder-component .content {
    margin-left: auto;
  }
  .content-placeholder-sub-layout-3-column .column:last-child .content-placeholder-component .content {
    margin-right: auto;
  }
  .content-placeholder-component .body-copy .stand-alone-link:last-child {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .content-placeholder-component {
    padding: 50px 0;
    background-size: cover;
  }
  .content-placeholder-component.mobile-background-image {
    padding-top: 50px;
  }
  .content-placeholder-component .content {
    /*#region content widths by column size */
    /*#endregion */
    /*#region sss default content padding */
    /*#endregion */
    /*#region sd and ds default content padding */
    /*#endregion */
    /*#region hh default content padding*/
    /*#endregion*/
  }
  .content-placeholder-sub-layout-3-column .single .content-placeholder-component .content {
    width: 324px;
  }
  .content-placeholder-sub-layout-3-column .double .content-placeholder-component .content {
    width: 648px;
  }
  .content-placeholder-sub-layout-3-column .triple .content-placeholder-component .content {
    width: 972px;
  }
  .content-placeholder-sub-layout-3-column .hh .content-placeholder-component .content {
    width: 486px;
  }
  .content-placeholder-sub-layout-3-column-sss .single:nth-child(1) .content-placeholder-component .content {
    padding-right: 10px;
  }
  .content-placeholder-sub-layout-3-column-sss .single:nth-child(2) .content-placeholder-component .content {
    padding-right: 5px;
    padding-left: 5px;
  }
  .content-placeholder-sub-layout-3-column-sss .single:nth-child(3) .content-placeholder-component .content {
    padding-left: 10px;
  }
  .content-placeholder-sub-layout-3-column-ds .column .content-placeholder-component .content, .content-placeholder-sub-layout-3-column-sd .column .content-placeholder-component .content {
    padding-right: 30px;
    padding-left: 30px;
  }
  .content-placeholder-sub-layout-3-column-hh .column .content-placeholder-component .content {
    padding-right: 30px;
    padding-left: 30px;
  }
  .content-placeholder-component .body-copy .stand-alone-link:last-child {
    margin-bottom: 0;
  }
}

/*#endregion */
/*#region text/image compoenent */
@media screen and (max-width: 767px) {
  .content-placeholder-component-text-image:not(.mobile-background-image) {
    padding-top: 25px;
    background-size: cover;
  }
}
.content-placeholder-component-text-image .foreground-image {
  display: block;
  max-width: 100%;
  margin: 0 auto 20px;
}
.content-placeholder-component-text-image .foreground-image:last-child {
  margin-bottom: 0;
}
.content-placeholder-component-text-image.center {
  text-align: center;
}
.content-placeholder-component-text-image.right {
  text-align: right;
}

/*#endregion */
/*#region text/video compoenent */
.content-placeholder-component-text-video {
  /*#region tablet */
  /*#endregion */
  /*#region desktop */
  /*#endregion */
}
.content-placeholder-component-text-video .video-container {
  margin: 0 auto 20px;
}
.content-placeholder-component-text-video .video-container:last-child {
  margin-bottom: 0;
}
.content-placeholder-component-text-video.center {
  text-align: center;
}
.content-placeholder-component-text-video.right {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .content-placeholder-sub-layout-3-column-ds .column:first-child .content-placeholder-component-text-video .content, .content-placeholder-sub-layout-3-column-sd .column:first-child .content-placeholder-component-text-video .content {
    padding-left: 0;
  }
  .content-placeholder-sub-layout-3-column-ds .double:first-child .content-placeholder-component-text-video .content {
    padding-right: 6px;
  }
  .content-placeholder-sub-layout-3-column-sd .single:first-child .content-placeholder-component-text-video .content {
    padding-right: 12px;
  }
  .content-placeholder-sub-layout-3-column-ds .column:last-child .content-placeholder-component-text-video .content, .content-placeholder-sub-layout-3-column-sd .column:last-child .content-placeholder-component-text-video .content {
    padding-right: 0;
  }
  .content-placeholder-sub-layout-3-column-ds .single:last-child .content-placeholder-component-text-video .content {
    padding-left: 12px;
  }
  .content-placeholder-sub-layout-3-column-sd .double:last-child .content-placeholder-component-text-video .content {
    padding-left: 6px;
  }
}
@media screen and (min-width: 1024px) {
  .content-placeholder-sub-layout-3-column-ds .column:first-child .content-placeholder-component-text-video .content, .content-placeholder-sub-layout-3-column-sd .column:first-child .content-placeholder-component-text-video .content {
    padding-left: 0;
  }
  .content-placeholder-sub-layout-3-column-ds .double:first-child .content-placeholder-component-text-video .content {
    padding-right: 5px;
  }
  .content-placeholder-sub-layout-3-column-sd .single:first-child .content-placeholder-component-text-video .content {
    padding-right: 10px;
  }
  .content-placeholder-sub-layout-3-column-ds .column:last-child .content-placeholder-component-text-video .content, .content-placeholder-sub-layout-3-column-sd .column:last-child .content-placeholder-component-text-video .content {
    padding-right: 0;
  }
  .content-placeholder-sub-layout-3-column-ds .single:last-child .content-placeholder-component-text-video .content {
    padding-left: 10px;
  }
  .content-placeholder-sub-layout-3-column-sd .double:last-child .content-placeholder-component-text-video .content {
    padding-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .content-placeholder-component-text-video {
    background-size: cover;
  }
}

/*#endregion */
/*#region Carousel compoenent */
.carousel-component {
  width: 100%;
}

/*#endregion */
/*#region links compoenent */
.content-placeholder-component-links {
  /*#region tablet */
  /*#endregion */
  /*#region desktop */
  /*#endregion */
}
.content-placeholder-component-links .links {
  margin-bottom: 20px;
  text-transform: uppercase;
  overflow: visible;
}
.content-placeholder-component-links .links li {
  margin-bottom: 8px;
  float: none;
  width: 100%;
}
.content-placeholder-component-links .links li:last-child {
  margin-bottom: 0;
}
.content-placeholder-component-links .links a {
  color: inherit;
  text-decoration: none;
}
.content-placeholder-component-links.center {
  text-align: center;
}
.content-placeholder-component-links.right {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .content-placeholder-sub-layout-3-column .triple .content-placeholder-component-links .content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-placeholder-component-links .links {
    margin: 30px 0;
    overflow: hidden;
  }
  .double .content-placeholder-component-links .links, .triple .content-placeholder-component-links .links {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .double .content-placeholder-component-links .links li {
    float: left;
    width: 46%;
    padding: 0 3% 0 0;
  }
  .triple .content-placeholder-component-links .links li {
    float: left;
    width: 30%;
    padding: 0 3% 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .content-placeholder-sub-layout-3-column .triple .content-placeholder-component-links .content {
    padding-right: 30px;
    padding-left: 30px;
  }
  .content-placeholder-component-links .links {
    margin: 40px 0;
  }
  .double .content-placeholder-component-links .links, .triple .content-placeholder-component-links .links {
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
}

/*#endregion */
/*Home Page only region*/
.home-page-template {
  /*section:nth-child(2) {
      .content-placeholder-sub-layout-3-column-sd {


          .column:nth-child(1) {
              display: $homeonly-content-display;
              margin: $homeonly-content-margin;
          }

          .content-placeholder-component:nth-child(1) {
              padding-bottom: $homeonly-first-content-padding;
          }

          .content-placeholder-component:nth-child(2) {
              padding-top: $homeonly-second-content-padding;
          }
      }
  }*/
  /*section:nth-child(5) {

      @media  screen and (min-width: 1024px) {
          .inner {
              .intro {
                  .body-copy {

                      @include font-size($homeonly-desktop-cheesemaker-body-font-size);
                  }
              }
          }
      }

      @media  screen and (min-width: 768px) {
          .inner {
              .intro {
                  .body-copy {

                      @include font-size($homeonly-tablet-cheesemaker-body-font-size);
                  }
              }
          }
      }
  }

  @media  screen and (max-width: 767px) {
      section:nth-child(2) {
          .content-placeholder-sub-layout-3-column-sd {

              .content-placeholder-component:nth-child(1) {
                  padding-bottom: 0;
              }
          }
      }
  }*/
}

/*#endregion */
@media screen and (max-width: 767px) {
  .content-placeholder-component-text-image:not(.mobile-background-image) {
    padding-top: 25px;
    background-size: cover;
  }
  .content-placeholder-sub-layout-3-column-ds {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 0;
  }
  .content-placeholder-component-text-image:not(.mobile-background-image) {
    background-color: transparent !important;
  }
  .columns-container .single {
    background-color: transparent !important;
  }
  .column:not(:first-child) .content-placeholder-component:not(.mobile-top-divider):not(.mobile-background-image):not(.has-background-color) .content img {
    width: 65%;
    height: auto;
    margin: 0 auto;
    margin-top: -18%;
  }
}
content-placeholder-component content-placeholder-component-text-image has-background-color {
  width: 200px;
}

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

.home-page-template h4, .home-page-template .sub-head {
  font-weight: normal;
  font-size: 2.7rem;
}

.content-placeholder-sub-layout-3-column-sd .columns-container .column:last-child {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.content-placeholder-sub-layout-3-column-sd .columns-container .column:first-child {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

@media screen and (max-width: 767px) {
  .fa-search:before {
    color: #fff;
  }
  .fa-times:before {
    color: #fff;
  }
  .header .search-container input[type=text] {
    border-color: #fff;
    color: #fff;
  }
  .header .nav-items-container {
    background-color: #2a74c9;
  }
  .header .primary-nav a, .header .header .primary-nav .sub-head {
    font-weight: normal;
    padding: 11px 20px;
  }
  .header .primary-nav .sub-menu > ul a, .header .header .primary-nav .sub-menu > ul .sub-head {
    font-size: 1.7rem;
  }
  .header .search-container input[type=text]::-webkit-input-placeholder {
    color: #d6ddea;
  }
  .header .search-container input[type=text]::-moz-placeholder {
    color: #d6ddea;
  }
  .header .search-container input[type=text]:-ms-input-placeholder {
    color: #d6ddea;
  }
  .header .search-container input[type=text]:-moz-placeholder {
    color: #d6ddea;
  }
}
/*added for saputo*/
/*end added*/
.ie11 .hero-placeholder-component-image:not(.hero-placeholder-component-image-sub-page) .headline {
  font-size: 48px;
  font-size: 4.8rem;
}
.ie11 .hero-placeholder-component-image:not(.hero-placeholder-component-image-sub-page) .body-copy {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .ie11 .hero-placeholder-component-image:not(.hero-placeholder-component-image-sub-page) {
    display: table !important;
    width: 100%;
  }
  .ie11 .hero-placeholder-component-image:not(.hero-placeholder-component-image-sub-page) .inner {
    display: table-cell;
    vertical-align: middle;
  }
  .ie11 .hero-placeholder-component-image:not(.hero-placeholder-component-image-sub-page) .inner > .content {
    width: 100% !important;
    margin: 0;
    padding: 0;
  }
  .ie11 .hero-placeholder-component-image:not(.hero-placeholder-component-image-sub-page) .inner > .content.hero-content-center h1, .ie11 .hero-placeholder-component-image:not(.hero-placeholder-component-image-sub-page) .inner > .content.hero-content-center .body-copy, .ie11 .hero-placeholder-component-image:not(.hero-placeholder-component-image-sub-page) .inner > .content.hero-content-center .cta-container {
    text-align: center;
  }
  .ie11 .hero-placeholder-component-image:not(.hero-placeholder-component-image-sub-page) .inner > .content h1, .ie11 .hero-placeholder-component-image:not(.hero-placeholder-component-image-sub-page) .inner > .content .body-copy, .ie11 .hero-placeholder-component-image:not(.hero-placeholder-component-image-sub-page) .inner > .content .cta-container {
    max-width: 400px;
    display: block;
    margin: 0 auto;
  }
  .ie11 .hero-placeholder-component-image:not(.hero-placeholder-component-image-sub-page) .inner > .content .cta-container .button {
    width: auto;
  }
  .ie11 .hero-placeholder-component-image:not(.hero-placeholder-component-image-sub-page) .headline {
    font-size: 52px;
    font-size: 5.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .ie11 .hero-placeholder-component-image:not(.hero-placeholder-component-image-sub-page) .inner > .content h1, .ie11 .hero-placeholder-component-image:not(.hero-placeholder-component-image-sub-page) .inner > .content .body-copy, .ie11 .hero-placeholder-component-image:not(.hero-placeholder-component-image-sub-page) .inner > .content .cta-container {
    max-width: 850px;
    margin: 0 auto;
  }
  .ie11 .hero-placeholder-component-image:not(.hero-placeholder-component-image-sub-page) .inner > .content .cta-container .button {
    width: auto;
  }
  .ie11 .hero-placeholder-component-image:not(.hero-placeholder-component-image-sub-page) .headline {
    font-size: 90px;
    font-size: 9rem;
  }
}

.hero-placeholder-component-image {
  padding-top: 247px;
  background: #FFF no-repeat center top;
  background-size: auto 247px;
  color: #fff;
  /*#region tablet */
  /*#endregion */
  /*#region desktop */
  /*#endregion */
  /*ipad Landscape region*/
  /* LANDSCAPE TABLET VIEW ORIENTATION */
  /*#endregion */
  /*#region carousel variant */
  /*#endregion */
}
.hero-placeholder-component-image.theme-1 .body-copy, .hero-placeholder-component-image:not(.theme-2):not(.theme-3) .body-copy {
  padding-bottom: 15px;
}
.hero-placeholder-component-image.theme-1 .body-copy:last-child, .hero-placeholder-component-image:not(.theme-2):not(.theme-3) .body-copy:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .hero-placeholder-component-image.theme-1 .body-copy, .hero-placeholder-component-image:not(.theme-2):not(.theme-3) .body-copy {
    padding-bottom: 25px;
  }
  .hero-placeholder-component-image.theme-1 .body-copy:last-child, .hero-placeholder-component-image:not(.theme-2):not(.theme-3) .body-copy:last-child {
    padding-bottom: 0;
  }
}
.hero-placeholder-component-image.theme-1 .body-copy {
  padding-bottom: 15px;
}
.hero-placeholder-component-image.theme-1 .body-copy:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .hero-placeholder-component-image.theme-1 .body-copy {
    padding-bottom: 25px;
  }
  .hero-placeholder-component-image.theme-1 .body-copy:last-child {
    padding-bottom: 0;
  }
}
.hero-placeholder-component-image.theme-2 .body-copy {
  padding-bottom: 15px;
}
.hero-placeholder-component-image.theme-2 .body-copy:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .hero-placeholder-component-image.theme-2 .body-copy,
  .hero-placeholder-component-image.theme-2 .body-copy:last-child {
    padding: 25px;
  }
}
@media screen and (min-width: 768px) {
  .hero-placeholder-component-image.theme-2 .body-copy {
    background-color: rgba(26, 90, 162, 0.4);
  }
}
.hero-placeholder-component-image.theme-3 .body-copy {
  padding-bottom: 15px;
}
.hero-placeholder-component-image.theme-3 .body-copy:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .hero-placeholder-component-image.theme-3 .body-copy,
  .hero-placeholder-component-image.theme-3 .body-copy:last-child {
    padding: 25px;
  }
}
@media screen and (min-width: 768px) {
  .hero-placeholder-component-image.theme-3 .body-copy {
    background-color: rgba(26, 90, 162, 0.7);
  }
}
.hero-placeholder-component-image .content {
  padding: 25px 0;
}
.hero-placeholder-component-image .headline {
  margin-bottom: 15px;
  font-family: "gooddog-new";
  font-size: 40px;
  font-size: 4rem;
  color: #fff;
  /*added for saputo*/
  max-width: 100%;
  word-wrap: break-word;
  /*end added*/
  /*added for saputo*/
  line-height: 0.8;
  /*end added */
}
.hero-placeholder-component-image .headline:last-child {
  margin-bottom: 0;
}
.hero-placeholder-component-image a {
  color: #fff;
  font-weight: inherit;
}
.hero-placeholder-component-image .button {
  background-color: #f6f2e7;
  color: #4b4b4b;
  border-color: #f6f2e7;
}
@media screen and (min-width: 768px) {
  .hero-placeholder-component-image {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 540px;
    padding-top: 180px;
    padding-bottom: 60px;
    background-size: cover;
  }
  .hero-placeholder-component-image.left {
    text-align: left;
  }
  .hero-placeholder-component-image.right {
    text-align: right;
  }
  .hero-placeholder-component-image.center {
    text-align: center;
  }
  .product-brand-detail-page-template .hero-placeholder-component-image:not(.hero-placeholder-component-image-sub-page) {
    min-height: 480px;
  }
  .cheese-events-landing .hero-placeholder-component-image:not(.hero-placeholder-component-image-sub-page), .cheese-event-detail .hero-placeholder-component-image:not(.hero-placeholder-component-image-sub-page) {
    min-height: 440px;
  }
  .hero-placeholder-component-image, .slick-initialized .hero-placeholder-component-image {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .hero-placeholder-component-image .content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 485.3333333333px;
    padding: 0 20px;
  }
  .hero-placeholder-component-image .content.hero-content-right {
    float: right;
  }
  .hero-placeholder-component-image .content.hero-content-left {
    float: left;
    background-color: rgba(255, 255, 255, 0);
  }
  .hero-placeholder-component-image .content.hero-content-center {
    margin: 0 auto;
    padding: 0 20px;
  }
  .hero-placeholder-component-image.content-right .content {
    margin-left: auto;
  }
  .hero-placeholder-component-image .headline {
    margin-bottom: 20px;
    font-size: 45px;
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .hero-placeholder-component-image {
    min-height: 720px;
    padding-top: 260px;
    background-size: cover;
  }
  .product-brand-detail-page-template .hero-placeholder-component-image:not(.hero-placeholder-component-image-sub-page) {
    min-height: 640px;
  }
  .cheese-events-landing .hero-placeholder-component-image:not(.hero-placeholder-component-image-sub-page), .cheese-event-detail .hero-placeholder-component-image:not(.hero-placeholder-component-image-sub-page) {
    min-height: 586px;
  }
  .hero-placeholder-component-image .content {
    width: 648px;
    padding: 0 30px 0 30px;
  }
  .hero-placeholder-component-image .headline {
    font-size: 58px;
    font-size: 5.8rem;
  }
  .hero-placeholder-component-image .inner {
    color: #4b4b4b;
  }
}
@media screen and (max-width: 767px) {
  .hero-placeholder-component-image .top-headline {
    width: 100%;
  }
  .hero-placeholder-component-image .top-headline img {
    width: 100%;
  }
  .hero-placeholder-component-image .content .hero-content-left {
    background-color: transparent;
    width: 100%;
    height: auto;
    padding-top: 0;
  }
}
.hero-placeholder-sub-layout-carousel .hero-placeholder-component-image {
  height: auto;
}
@media screen and (min-width: 768px) {
  .hero-placeholder-sub-layout-carousel .hero-placeholder-component-image.content-right .content {
    padding-right: 100px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-placeholder-sub-layout-carousel .hero-placeholder-component-image .content {
    padding-left: 100px;
  }
  .hero-placeholder-sub-layout-carousel .hero-placeholder-component-image .content.hero-content-center {
    padding: 0 20px;
  }
  .hero-placeholder-sub-layout-carousel .hero-placeholder-component-image.content-right .content {
    padding-right: 100px;
  }
}

@media screen and (min-width: 768px) {
  .hero-placeholder-component-image {
    min-height: 350px;
    margin-top: 119px;
    background-size: cover;
    padding: 0;
    color: #4b4b4b;
  }
  .hero-placeholder-component-image .headline {
    margin-top: 120px;
    color: #fff !important;
  }
  .hero-placeholder-component-image .headline:last-child {
    background-color: rgba(26, 90, 162, 0.9);
    border-radius: 11px;
  }
  .hero-placeholder-component-image .hero-content-left {
    float: left;
    width: 282px;
    height: 50%;
    border-radius: 20px;
    padding: 15px 29px;
    margin-left: -161px;
  }
  .hero-placeholder-component-image .hero-content-left .headline {
    font-size: 2.3rem;
    font-weight: normal;
    width: 100%;
    margin-top: 5%;
    line-height: 100%;
    letter-spacing: 0.1rem;
  }
  .hero-placeholder-component-image .hero-content-left .body-copy:last-child {
    line-height: 120%;
  }
  .hero-placeholder-component-image .img-top-headline {
    margin: 40px 0 0 107px;
    position: absolute;
    width: 500px;
  }
  .hero-placeholder-component-image-sub-page {
    min-height: 350px;
    background-position: bottom;
  }
  .home-page-template .content-placeholder-component-text-image.has-background-color {
    width: 350px;
  }
  .CHEER-fleck-headline .headline:before {
    content: "";
    height: 114px;
    width: 37px;
    background: url(/-/media/ecosystem/divisions/australia/sites/coon/coon-images/logos/recipe-landing-left-header-flecks.ashx) no-repeat;
    position: absolute;
    margin-left: -31px;
    margin-top: -19px;
  }
  .CHEER-fleck-headline .headline:after {
    content: "";
    height: 114px;
    width: 37px;
    background: url(/-/media/ecosystem/divisions/australia/sites/coon/coon-images/logos/recipe-landing-right-header-flecks.ashx) no-repeat;
    position: absolute;
    margin-left: 146px;
    margin-top: -71px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-placeholder-component-image {
    min-height: 550px;
    margin-top: 181px;
    background-size: cover;
    padding: 0;
  }
  .hero-placeholder-component-image .headline {
    margin-top: 120px;
    color: white;
  }
  .hero-placeholder-component-image .headline:last-child {
    background-color: rgba(26, 90, 162, 0.9);
    border-radius: 11px;
  }
  .hero-placeholder-component-image .hero-content-left {
    float: left;
    background-color: rgba(255, 255, 255, 0);
    width: 360px;
    height: 50%;
    margin-left: auto;
  }
  .hero-placeholder-component-image .hero-content-left .headline {
    font-size: 3rem;
    font-weight: normal;
    width: 100%;
    margin-top: 5%;
    line-height: 100%;
  }
  .hero-placeholder-component-image .hero-content-left .body-copy:last-child {
    line-height: 120%;
  }
  .hero-placeholder-component-image .img-top-headline {
    margin: 50px 0 0 81px;
    position: absolute;
    width: 800px;
  }
  .hero-placeholder-component-image-sub-page {
    min-height: 450px;
    background-position: bottom;
  }
  .home-page-template .content-placeholder-component-text-image.has-background-color {
    width: 350px;
  }
  .CHEER-fleck-headline .headline:before {
    content: "";
    height: 114px;
    width: 37px;
    background: url(/-/media/ecosystem/divisions/australia/sites/coon/coon-images/logos/recipe-landing-left-header-flecks.ashx) no-repeat;
    position: absolute;
    margin-left: -39px !important;
    margin-top: -11px !important;
  }
  .CHEER-fleck-headline .headline:after {
    content: "";
    height: 114px;
    width: 37px;
    background: url(/-/media/ecosystem/divisions/australia/sites/coon/coon-images/logos/recipe-landing-right-header-flecks.ashx) no-repeat;
    position: absolute;
    margin-left: 57px !important;
    margin-top: -72px !important;
  }
}
@media screen and (max-width: 767px) {
  .content-placeholder-component-text-image .foreground-image {
    max-width: 65%;
  }
  .hero-placeholder-component-image {
    background-color: white;
    padding-top: 20%;
    background-size: cover;
    color: #fff;
  }
  .hero-placeholder-component-image .headline {
    font-size: 3rem;
    font-weight: normal;
  }
  .hero-placeholder-component-image .img-top-headline {
    margin: 0;
    position: relative;
  }
  /*.generic-filter-template{
      .hero-placeholder-component-image {
          background-color: white;
          padding-top: 0;
          background-size: contain;
          color: #fff;
          margin-top: 90px;

          .hero-content-left {
              padding-top: 200px;
          }
      }
  }*/
  .generic-sub-page-template .hero-placeholder-sub-layout-single {
    margin-top: 90px;
  }
  .generic-sub-page-template .hero-placeholder-sub-layout-single .hero-placeholder-component-image {
    padding-top: 51%;
  }
  .generic-sub-page-template .hero-placeholder-sub-layout-single .hero-placeholder-component-image .headline {
    font-weight: 100;
  }
  .generic-sub-page-template .hero-placeholder-sub-layout-single .hero-placeholder-component-image .inner {
    background-color: rgb(26, 90, 162);
  }
  .generic-sub-page-template .content {
    padding: 0;
  }
  .generic-filter-template .hero-placeholder-sub-layout-single {
    margin-top: 90px;
  }
  .generic-filter-template .hero-placeholder-sub-layout-single .hero-placeholder-component-image {
    padding-top: 51%;
  }
  .generic-filter-template .hero-placeholder-sub-layout-single .hero-placeholder-component-image .headline {
    font-weight: 100;
  }
  .generic-filter-template .hero-placeholder-sub-layout-single .hero-placeholder-component-image .inner {
    background-color: rgb(26, 90, 162);
  }
  .generic-filter-template .hero-placeholder-sub-layout-single .hero-placeholder-component-image .inner .content {
    padding: 0;
  }
}
.ie11 .hero-placeholder-component-image:not(.hero-placeholder-component-image-sub-page) .headline {
  font-size: 48px;
  font-size: 4.8rem;
}
.ie11 .hero-placeholder-component-image:not(.hero-placeholder-component-image-sub-page) .body-copy {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .ie11 .hero-placeholder-component-image:not(.hero-placeholder-component-image-sub-page) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .ie11 .hero-placeholder-component-image:not(.hero-placeholder-component-image-sub-page) .inner {
    display: block;
    vertical-align: middle;
  }
  .ie11 .hero-placeholder-component-image:not(.hero-placeholder-component-image-sub-page) .inner > .content {
    width: 360px !important;
    margin: 0;
    padding: 0 30px 0 30px;
  }
  .ie11 .hero-placeholder-component-image:not(.hero-placeholder-component-image-sub-page) .inner > .content.hero-content-center h1, .ie11 .hero-placeholder-component-image:not(.hero-placeholder-component-image-sub-page) .inner > .content.hero-content-center .body-copy, .ie11 .hero-placeholder-component-image:not(.hero-placeholder-component-image-sub-page) .inner > .content.hero-content-center .cta-container {
    text-align: center;
  }
  .ie11 .hero-placeholder-component-image:not(.hero-placeholder-component-image-sub-page) .inner > .content h1, .ie11 .hero-placeholder-component-image:not(.hero-placeholder-component-image-sub-page) .inner > .content .body-copy, .ie11 .hero-placeholder-component-image:not(.hero-placeholder-component-image-sub-page) .inner > .content .cta-container {
    max-width: 400px;
    display: block;
    margin: 0 auto;
  }
  .ie11 .hero-placeholder-component-image:not(.hero-placeholder-component-image-sub-page) .inner > .content .cta-container .button {
    width: auto;
  }
  .ie11 .hero-placeholder-component-image:not(.hero-placeholder-component-image-sub-page) .headline {
    font-size: 52px;
    font-size: 5.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .ie11 .hero-placeholder-component-image:not(.hero-placeholder-component-image-sub-page) .inner > .content h1, .ie11 .hero-placeholder-component-image:not(.hero-placeholder-component-image-sub-page) .inner > .content .cta-container {
    max-width: 100%;
    margin: 55% 0 20px;
  }
  .ie11 .hero-placeholder-component-image:not(.hero-placeholder-component-image-sub-page) .inner > .content .body-copy {
    margin: 0 0 20px;
  }
  .ie11 .hero-placeholder-component-image:not(.hero-placeholder-component-image-sub-page) .inner > .content .cta-container .button {
    width: auto;
  }
  .ie11 .hero-placeholder-component-image:not(.hero-placeholder-component-image-sub-page) .headline {
    font-size: 3rem;
  }
}

.video-container {
  opacity: 1 !important;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

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

.recipes-sub-layout .grid-container .grid-item {
  font-family: "gooddog-new";
}
.recipes-sub-layout .grid-container .grid-item .sub-head a {
  font-weight: normal;
  font-size: 2.7rem;
}
.recipes-sub-layout .grid-container .grid-item .recipe-summary dd {
  font-size: 2rem;
  background-color: #1a5aa2;
  padding: 16px 0;
  text-transform: lowercase;
  font-family: "gooddog-new";
  font-weight: normal;
}
.recipes-sub-layout .grid-container .grid-item .recipe-summary dt {
  font-size: 1.8rem;
  padding: 16px 0;
  font-family: "gooddog-new";
  font-weight: normal;
}

.recipe-description-sub-layout .recipe-description .headline {
  font-weight: normal;
}

.recipe-description-sub-layout .recipe-intro {
  border-bottom: 0px #ddd solid;
  margin-bottom: 10px;
}

.img-top-headline {
  margin: 40px 0 0 265px;
  position: absolute;
}

.recipe-description-sub-layout .ingredients-directions-container .ingredients, .recipe-description-sub-layout .ingredients-directions-container .directions {
  font-size: 2.1rem;
  font-weight: normal;
}
.recipe-description-sub-layout .ingredients-directions-container .ingredients ul {
  background-color: #bdeaff;
  padding: 15px 10px 15px 0px;
}
.recipe-description-sub-layout .ingredients-directions-container .ingredients ul li {
  font-weight: normal;
}
.recipe-description-sub-layout .ingredients-directions-container .ingredients ul li input {
  margin-right: 5px;
  width: 21px;
  height: 21px;
}

.recipe-description-sub-layout .ingredients-directions-container .ingredients ul li:before {
  content: "";
}

@media screen and (min-width: 768px) {
  .recipe-description-sub-layout.recipe-description-sub-layout-2-column-center-image {
    border-top: 10px #fff solid;
    background: #1a5aa2;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1a5aa2 0%, #1a5aa2 0%, #1a5aa2 501px, #ffffff 501px, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$header-static-bg-color", endColorstr="#ffffff",GradientType=0 );
    /* IE6-9 */
  }
  .recipe-description-sub-layout.recipe-description-sub-layout-2-column-center-image .recipe-summary dt {
    color: #1a5aa2;
    background-color: white;
    padding: 12px 0;
    font-family: "gooddog-new";
    font-weight: normal;
    font-size: 2.5rem;
    letter-spacing: 0.1rem;
  }
  .recipe-description-sub-layout.recipe-description-sub-layout-2-column-center-image .recipe-summary dd {
    padding: 12px 0;
    font-family: "gooddog-new";
    font-weight: normal;
    font-size: 2.5rem;
    letter-spacing: 0.1rem;
  }
}
@media screen and (min-width: 1024px) {
  .recipe-description-sub-layout.recipe-description-sub-layout-2-column-center-image {
    border-top: 10px #fff solid;
    background: #1a5aa2;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1a5aa2 0%, #1a5aa2 0%, #1a5aa2 678px, #ffffff 678px, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$header-static-bg-color", endColorstr="#ffffff",GradientType=0 );
    /* IE6-9 */
  }
  .recipe-description-sub-layout.recipe-description-sub-layout-2-column-center-image .recipe-summary dd {
    background-color: white;
    padding: 20px 0;
    font-family: "gooddog-new";
    font-weight: normal;
    font-size: 2.5rem;
    letter-spacing: 0.1rem;
    color: #1a5aa2;
  }
  .recipe-description-sub-layout.recipe-description-sub-layout-2-column-center-image .recipe-summary dt {
    padding: 20px 0;
    font-family: "gooddog-new";
    font-weight: normal;
    background-color: rgba(51, 51, 51, 0.5);
    color: white;
  }
  .recipe-description-sub-layout .recipe-intro {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 767px) {
  .recipe-description-sub-layout .recipe-summary dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .recipe-description-sub-layout.recipe-description-sub-layout-2-column-center-image {
    border-top: 10px #fff solid;
    background: #1a5aa2;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1a5aa2 0%, #1a5aa2 0%, #1a5aa2 444px, #ffffff 444px, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$header-static-bg-color", endColorstr="#ffffff",GradientType=0 );
    /* IE6-9 */
  }
  .recipe-description-sub-layout.recipe-description-sub-layout-2-column-center-image .recipe-summary {
    background-color: #fff;
    border-radius: 5px;
    padding: 5px;
  }
  .recipe-description-sub-layout.recipe-description-sub-layout-2-column-center-image .recipe-summary dt {
    font-size: 2rem;
    padding: 2px 0;
    color: #1a5aa2;
    font-weight: normal;
  }
  .recipe-description-sub-layout.recipe-description-sub-layout-2-column-center-image .recipe-summary dd {
    background-color: transparent;
    padding: 2px 0;
    font-size: 2rem;
    color: #cc3333;
    font-weight: normal;
  }
}
.category-sub-layout .grid-container .sub-head a {
  font-weight: normal;
}

@media screen and (min-width: 1024px) {
  .category-sub-layout .grid-container .grid-item {
    width: 33%;
  }
  .category-sub-layout .grid-container .grid-item:nth-child(3n+1) {
    clear: none;
  }
}
.product-brand-sub-layout.grid-view .items-container .product-brand h3 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  letter-spacing: -0.3px;
}

.product-brand-sub-layout.grid-view .items-container .product-brand h3 a {
  font-family: "gooddog-new";
  font-weight: 900;
  font-size: 2.5rem;
}

.product-brand-sub-layout .content-container {
  padding: 0;
}

.product-description-sub-layout .headline {
  font-weight: normal;
  font-size: 3.7rem;
}

@media screen and (max-width: 767px) {
  .product-brand-sub-layout.grid-view .items-container .product-brand {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media print {
  .article-sub-layout .shareSocial  {
    display: none;
  }
  .article-sub-layout .share {
    display: none !important;
  }
  .recipe-description-sub-layout {
    font-size: 10px;
    font-size: 1rem;
    color: #000;
    background: none;
  }
  .recipe-description-sub-layout .headline,
  .recipe-description-sub-layout .sub-head {
    color: #000;
  }
  .recipe-description-sub-layout .headline {
    margin-bottom: 25px;
    line-height: 1em;
    letter-spacing: normal;
    font-size: 10px;
    font-size: 1rem;
  }
  .recipe-description-sub-layout .sub-head {
    font-size: 20px !important;
    font-size: 2rem !important;
    border: 0 none !important;
    padding-bottom: 0 !important;
  }
  .recipe-description-sub-layout .recipe-intro {
    position: relative;
    padding: 0;
    border-bottom: none;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .recipe-description-sub-layout .recipe-overview {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 50px 0 0;
    -webkit-box-flex: 1;
    -moz-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    width: 220px;
    height: 220px;
    overflow: hidden;
  }
  .recipe-description-sub-layout .recipe-overview img {
    display: block;
    height: 220px;
  }
  .recipe-description-sub-layout .recipe-summary {
    position: absolute;
    left: 40%;
    bottom: 0;
    display: block;
    margin-top: 0;
  }
  .recipe-description-sub-layout .recipe-summary li {
    margin-bottom: 5px;
  }
  .recipe-description-sub-layout .recipe-summary li:last-child {
    margin-bottom: 0;
  }
  .recipe-description-sub-layout .recipe-summary dl {
    display: -webkit-inline-box;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .recipe-description-sub-layout .recipe-summary dt,
  .recipe-description-sub-layout .recipe-summary dd {
    height: auto;
    background-color: transparent;
    line-height: 1em;
    letter-spacing: normal;
    font-size: 14px;
    font-size: 1.4rem;
    color: #000;
    line-height: normal;
    padding: 0;
    margin: 0;
  }
  .recipe-description-sub-layout .recipe-summary dt {
    font-weight: 300;
    padding: 0;
    margin: 0;
  }
  .recipe-description-sub-layout .recipe-summary dt:after {
    content: ":";
  }
  .recipe-description-sub-layout .recipe-summary dd {
    margin-left: 5px;
    font-weight: normal;
    padding: 0;
    margin: 0;
  }
  .recipe-description-sub-layout .recipe-description {
    width: auto;
    margin: 0;
    padding-bottom: 0px;
    -webkit-box-flex: 1;
    -moz-flex: 1 1 60%;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
  }
  .recipe-description-sub-layout .nutrition-container {
    display: none;
  }
  .recipe-description-sub-layout .share {
    display: none;
  }
  .recipe-description-sub-layout .ingredients-directions-container {
    margin-top: 35px;
    padding-top: 35px;
    border-top: 2px solid #000;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .recipe-description-sub-layout .ingredients {
    width: auto;
    padding-right: 60px;
    -webkit-box-flex: 1;
    -moz-flex: 1 1 33.33333%;
    -ms-flex: 1 1 33.33333%;
    flex: 1 1 33.33333%;
  }
  .recipe-description-sub-layout .ingredients ul li {
    color: #000;
  }
  .recipe-description-sub-layout .directions {
    width: auto;
    -webkit-box-flex: 1;
    -moz-flex: 1 1 66.66667%;
    -ms-flex: 1 1 66.66667%;
    flex: 1 1 66.66667%;
    padding: 0;
  }
  .header {
    display: none;
  }
  .footer {
    display: none;
  }
  body {
    padding: 10px 0;
  }
  .site-wrapper {
    max-width: 1125px;
  }
  .inner {
    max-width: none;
    padding: 0;
  }
  .cssmask .hero-placeholder {
    margin: 0;
    padding: 0;
    -webkit-mask-box-image: none;
  }
  .hero-placeholder {
    display: none;
  }
  .hero-placeholder-component-image-sub-page .content {
    margin-left: 30px;
  }
  .article-sub-layout {
    padding-top: 0;
    color: #000;
    background-color: transparent;
  }
  .article-sub-layout .inner {
    display: block;
  }
  .article-sub-layout .article-nav {
    display: none;
  }
  .article-sub-layout .text-content {
    width: auto;
  }
  .article-sub-layout .text-content header {
    margin-bottom: 0;
    /*padding: 0 0 45px;*/
    border-bottom: none;
  }
  .article-sub-layout .text-content .headline {
    margin-right: 0;
    font-size: 16px;
    font-size: 1.6rem;
    color: #000;
    /*margin-right: 2em;*/
  }
  .article-sub-layout .text-content .sub-head {
    font-size: 16px;
    font-size: 1.6rem;
    color: #000;
  }
  .article-sub-layout .text-content .body-copy {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    margin-bottom: -35px;
    line-height: normal;
  }
  .article-sub-layout .text-content .body-copy * {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -webkit-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    margin: 0;
    padding: 0 0 35px;
  }
  .article-sub-layout .text-content .body-copy :not(.sub-head):not(:first-child) {
    margin-top: -21px;
  }
  .article-sub-layout .text-content header img {
    display: block;
    width: 20%;
    /*margin-bottom: 30px;*/
    position: relative;
    float: left;
    margin: 0 30px 30px 0;
  }
  .article-sub-layout .text-content .headline-container {
    position: relative;
    left: 0 !important;
    width: 75%;
    float: right;
  }
}
@media print {
  .article-sub-layout .text-content .body-copy {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    margin-bottom: 0;
    /*position: relative;
    left: 0;*/
    padding: 0 !important;
    /*float:right;*/
    width: 100%;
  }
  .recall-notice {
    display: none;
  }
  .content-placeholder {
    display: none;
  }
  section.recipes-placeholder {
    display: none;
  }
  .recipe-description-sub-layout .inner {
    background: transparent;
  }
  h3, h4, .sub-head {
    line-height: normal;
  }
  .recipe-description-sub-layout .ingredients-directions-container .ingredients ul li {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .recipe-description-sub-layout .ingredients-directions-container .directions ol li {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .recipe-description-sub-layout.recipe-description-sub-layout-2-column-center-image .recipe-summary dt {
    padding: 0;
  }
  .recipe-description-sub-layout.recipe-description-sub-layout-2-column-center-image .recipe-summary dd {
    padding: 0 0 0 10px;
  }
}
.COON-central {
  background-position: center;
}

.COON-slimmer {
  min-height: 0;
  padding: 5px;
}
.COON-slimmer .columns-container .column-triple .content-placeholder-component {
  padding: 3px !important;
}
.COON-slimmer .columns-container .column-triple .content-placeholder-component .content {
  padding: 23px !important;
}

.CHEER-slimline {
  min-height: 0;
}

.CHEER-TVC {
  padding: 25px 0px;
}
.CHEER-TVC:before {
  padding-top: 42% !important;
}
@media screen and (max-width: 767px) {
  .CHEER-TVC:before {
    padding-top: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .CHEER-TVC .video-section {
    display: inherit !important;
    top: 61% !important;
    left: 39% !important;
    height: 0px;
    -webkit-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
  }
  .CHEER-TVC .video-section video {
    -webkit-transform: translate(-27%, -49%) !important;
        -ms-transform: translate(-27%, -49%) !important;
            transform: translate(-27%, -49%) !important;
    height: auto;
    width: 300% !important;
  }
}
.CHEER-TVC .body-copy {
  border-radius: 25px;
  border: 5px solid white;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.61), 0 4px 8px 0 rgba(0, 0, 0, 0.79);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.61), 0 4px 8px 0 rgba(0, 0, 0, 0.79);
  cursor: pointer;
}

.CHEER-topper {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-top: 17px;
}
.CHEER-topper .headline {
  font-size: 4rem;
  text-shadow: 0 -1px 0 #fff, 0 1px 0 #4e4e4e, 0 2px 0 #4c4c4c, 0 4px 7px rgba(0, 0, 0, 0.9);
}
.CHEER-topper .component-center .body-copy {
  padding: 10px 33px 0px 0px !important;
}

.CHEER-leftHero {
  background-position-x: left;
  min-height: 601px;
}

.CHEER-toastie {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-top: 17px;
}
.CHEER-toastie .headline {
  font-size: 4rem;
  text-shadow: 0 -1px 0 #fff, 0 1px 0 #4e4e4e, 0 2px 0 #4c4c4c, 0 4px 7px rgba(0, 0, 0, 0.9);
}
.CHEER-toastie .component-center {
  padding: 5px !important;
}

.CHEER-filter .multiple-filter-content {
  background-color: #1a5aa2;
  line-height: 0.5em;
}
.CHEER-filter .multiple-filter-content .inner .nav-categories {
  font-family: "gooddog-new", serif;
}
.CHEER-filter .multiple-filter-content .inner .nav-categories .category {
  font-weight: normal;
  color: white;
  border-left: 1px solid white;
  background-color: #cc3333;
  padding: 20px 15px 20px 10px;
}
.CHEER-filter .multiple-filter-content .inner .nav-categories .category button {
  font-family: "gooddog-new", serif;
  padding: 0px;
}
.CHEER-filter .multiple-filter-content .inner .nav-categories .category .category-values .category-value {
  background-color: #1a5aa2;
  font-weight: normal;
  font-size: 1.9rem;
  padding: 15px;
}
.CHEER-filter .multiple-filter-content .inner button {
  font-family: "gooddog-new", serif;
  padding: 0 0 15px 36px;
  color: white;
}

.CHEER-triPanel {
  background-position: bottom;
}
.CHEER-triPanel .columns-container .column:first-child {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-top: 69px;
}
.CHEER-triPanel .columns-container .column:not(:first-child):not(:last-child) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-left: 20em;
}
.CHEER-triPanel .columns-container .column:last-child {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-right: 15em;
}

.CHEER-background {
  background-position: bottom;
}

body {
  font-size: 17px;
  font-size: 1.7rem;
}
body .site-wrapper {
  max-width: 1816px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
          box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.CHEER-form {
  color: #054892;
  background-color: #0194d9;
  padding: 27px 0px;
  font-size: 1.7rem;
  padding-top: 31px;
}
.CHEER-form .content-placeholder-sub-layout-3-column {
  background-size: contain;
}
.CHEER-form .hh {
  min-width: 40%;
}
.CHEER-form .CHEER-FormSection {
  padding: 0 15px 10px 15px;
  background-color: rgba(255, 255, 255, 0.95);
  border: 1px solid #667a90;
  border-radius: 20px;
  margin-bottom: 27px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
}
.CHEER-form .CHEER-FormSection .CHEER-FormHeader {
  font-size: 2rem;
  color: white;
  padding-top: 2px;
  margin-bottom: 7px;
  background-color: #e91528;
  border-radius: 5px;
  text-transform: uppercase;
  text-align: center;
  margin-top: -10px;
}
.CHEER-form .CHEER-FormFooter {
  font-size: 2rem;
  color: white;
  font-weight: normal;
  margin: 5px 21px;
}
.CHEER-form .CHEER-FormCheckbox {
  display: block;
  clear: both;
}
.CHEER-form .CHEER-FormSubmit {
  margin-left: 18px;
  font-size: 2.5rem;
  padding: 0px 12px;
}
.CHEER-form .form-group {
  padding: 5px 2px;
}
.CHEER-form .field-validation-valid {
  display: block;
  padding-top: 4px;
}
.CHEER-form textarea {
  height: 92px;
}

.CHEER-lefty {
  background-size: inherit;
}
.CHEER-lefty .columns-container .single {
  width: 33%;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.CHEER-lefty .columns-container .double {
  width: 66%;
}
.CHEER-lefty .foreground-image {
  max-width: 67%;
}
.CHEER-lefty .content-placeholder-component .content.component-left {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 101px;
  padding: 0px 45px 0px 10px !important;
  width: 100%;
}
.CHEER-lefty .body-copy {
  font-family: "gooddog-new", serif;
  font-size: 3rem;
  line-height: 4rem;
}

.CHEER-panel50 {
  background-size: cover;
  max-height: 523px;
}
.CHEER-panel50 .columns-container .hh {
  margin-left: 8%;
}
.CHEER-panel50 .content-placeholder-component {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0px 45px 0px 10px !important;
  width: 100%;
}
.CHEER-panel50 .content-placeholder-component .content.component-right {
  width: 100%;
  padding: 5px 6px 7px 69px !important;
}
.CHEER-panel50 .body-copy {
  font-family: "gooddog-new", serif;
  font-size: 2.4rem;
  line-height: 3rem;
  padding: 0px !important;
  letter-spacing: 0.7px;
}

.button {
  border-radius: 2px 2px;
}

.recipe-description-sub-layout .recipe-description .text-content .headline {
  color: #FFF;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= FAQ
*/
/*------------------------------------------------------------------------------------------------------------*/
#content .accordion {
  padding: 28px 20px 33px;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
}
#content .accordion * {
  max-width: 1290px;
  margin: auto;
  line-height: 1.55em;
}
#content .accordion .title {
  font-size: 6rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  margin-bottom: 90px;
}
#content .accordion .title strong {
  color: #1a5aa2;
}
#content .accordion .sectiontit {
  background: #1a5aa2;
  padding: 10px 20px;
  color: #fff;
  font-size: 2.5rem;
  margin-top: 14px;
  cursor: pointer;
  border-radius: 11px;
}
#content .accordion .sectiontit div {
  float: right;
  margin-right: 1px;
}
#content .accordion .sectioncont {
  display: none;
  background: #ffe252;
  padding: 10px 20px;
  border-radius: 0 0 11px 11px;
  margin-top: -6px;
  -webkit-transition: all 1.3s ease;
  transition: all 1.3s ease;
}

/*-------------------------------*/
/***  CHEER layouts - Tablet  ***/
/*-------------------------------*/
@media screen and (min-width: 768px) {
  body {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .CHEER-lefty {
    max-height: 472px;
  }
  .CHEER-lefty .body-copy {
    font-family: "gooddog-new", serif;
    font-size: 2.4rem;
    line-height: 3rem;
  }
  .CHEER-white .body-copy {
    color: white !important;
  }
  .CHEER-white .hero-content-left {
    background-color: #1a5aa2 !important;
  }
  .CHEER-panel50 .columns-container .hh {
    margin-left: 0%;
  }
  .recipe-description-sub-layout .recipe-overview img {
    border-radius: 15px;
  }
  .recipe-description-sub-layout .recipe-description .text-content .headline {
    font-size: 3rem;
  }
  .CHEER-panel100 .sub-head {
    font-family: "gooddog-new", serif;
    font-size: 3.4rem;
    line-height: 3.2rem;
    padding: 0px !important;
  }
  .CHEER-panel100 .body-copy {
    font-family: "gooddog-new", serif;
    font-size: 1.9rem;
    line-height: 3rem;
    padding: 0px !important;
    letter-spacing: 0.7px;
  }
}
/*-------------------------------*/
/***  CHEER layouts - Desktop  ***/
/*-------------------------------*/
@media screen and (min-width: 1024px) {
  body {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.25em;
  }
  body .header {
    height: 180px;
  }
  .grid-container .grid-item .text-content {
    padding-right: 20px;
    text-align: -webkit-center;
  }
  .hero-placeholder-component-image .content {
    padding: 25px 50px;
  }
  .button {
    padding: 11px 23px 2px 23px;
    border-width: 2px;
    font-size: 2.7rem;
    margin-left: 25px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
    border: 1px solid #fff;
    text-align: center;
  }
  .button:after {
    font-size: 0px;
  }
  .recipe-description-sub-layout .recipe-overview img {
    border-radius: 15px 15px 0px 0px;
  }
  .recipe-description-sub-layout .recipe-overview:before {
    content: "";
    height: 305px;
    width: 122px;
    background: url(/-/media/ecosystem/divisions/australia/sites/coon/coon-images/logos/recipe-fleck-before.ashx) no-repeat;
    position: absolute;
    margin-left: -16%;
    margin-top: 4%;
  }
  .recipe-description-sub-layout .recipe-overview:after {
    content: "";
    height: 305px;
    width: 122px;
    background: url(/-/media/ecosystem/divisions/australia/sites/coon/coon-images/logos/recipe-fleck-after.ashx) no-repeat;
    position: absolute;
    margin-left: 105%;
    margin-top: -40%;
  }
  .recipe-description-sub-layout .recipe-description .text-content .headline {
    font-size: 5rem !important;
  }
  .recipes-sub-layout {
    padding: 0;
    background-color: #FFF;
  }
  .recipes-sub-layout .grid-container .grid-item .recipe-summary dd {
    font-size: 2.2rem;
    background-color: #1a5aa2;
    padding: 16px 0;
    text-transform: lowercase;
    font-weight: normal;
    letter-spacing: 0.1rem;
    font-family: "gooddog-new", serif;
  }
  .CHEER-lefty {
    max-height: 632px !important;
    background-size: cover;
  }
  .CHEER-center .inner .content {
    padding: 25px 0px;
  }
  .CHEER-products .inner .content {
    padding: 25px 0px;
  }
  .CHEER-panel100 {
    background-size: contain;
  }
  .CHEER-panel100 .sub-head {
    font-family: "gooddog-new", serif;
    font-size: 3.4rem;
    line-height: 3.2rem;
    padding: 0px !important;
  }
  .CHEER-panel100 .body-copy {
    font-family: "gooddog-new", serif;
    font-size: 2rem;
    line-height: 3rem;
    padding: 0px !important;
    letter-spacing: 0.7px;
  }
  .CHEER-panel50 .columns-container .hh .component-left {
    width: 686px;
  }
}
/*------------------------------*/
/***  CHEER layouts - Mobile  ***/
/*------------------------------*/
@media screen and (max-width: 767px) {
  body .site-wrapper {
    max-width: 400px !important;
  }
  .button {
    padding: 7px 15px 0px 15px;
    border-width: 2px;
    font-size: 2.2rem;
    margin-left: 50px;
    width: 75% !important;
    text-align: center;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
    border: 1px solid #fff;
    text-align: center;
  }
  .button:after {
    font-size: 0px;
  }
  .CHEER-form {
    padding: 5px;
    background-image: url("https://saputo.canto.com/direct/image/em19d2s5hp7k77r48c9fget75h/QwT9VKBTzaVp3ztpsLGI1gi_RKw/original?content-type=image%2Fjpeg&name=mHhomepage-wallpaper.jpg") !important;
  }
  .CHEER-form .sub-head {
    color: #effbcb !important;
  }
  .CHEER-form .page-header {
    margin-top: -30px;
    font-size: 3.3rem;
    text-shadow: 0 -1px 0 #fff, 0 1px 0 #4e4e4e, 0 2px 0 #4c4c4c, 0 4px 7px rgba(0, 0, 0, 0.9);
    color: white;
    text-transform: uppercase;
    margin: 0 20px;
  }
  .CHEER-topper {
    padding-top: 35px !important;
  }
  .CHEER-topper .headline {
    font-size: 3.5rem;
  }
  .CHEER-toastie .headline {
    font-size: 3.5rem;
  }
  .CHEER-toastie .foreground-image {
    min-width: 97%;
  }
  .CHEER-triPanel {
    background-position: right;
    background-size: cover;
  }
  .CHEER-triPanel .columns-container .single {
    margin: 0em !important;
    padding-top: 0px !important;
  }
  .CHEER-panel50 .columns-container .hh {
    margin-left: 0%;
    margin-bottom: -15px;
  }
  .CHEER-panel50 .content-placeholder-component {
    padding: 2px 45px 0px 0px !important;
  }
  .CHEER-panel50 .content-placeholder-component .content.component-right {
    width: 100%;
    padding: 5px !important;
  }
  .CHEER-panel50 .body-copy {
    font-size: 2.2rem;
    line-height: 2.7rem;
  }
  .CHEER-panel50 .component-center {
    padding: 5px !important;
  }
  .CHEER-panel50 .foreground-image {
    max-width: 77%;
    padding: 10px 0px;
  }
  .CHEER-lefty .content-placeholder-component .content.component-left {
    margin-top: 71px;
    padding: 0px 4px 0px 10px !important;
  }
  .CHEER-lefty .body-copy {
    font-size: 2rem;
    line-height: 2.2rem;
    padding: 10px !important;
  }
  .CHEER-panel100 .sub-head {
    font-family: "gooddog-new", serif;
    font-size: 3.4rem;
    line-height: 3.2rem;
    padding: 0px !important;
  }
  .CHEER-panel100 .body-copy {
    font-family: "gooddog-new", serif;
    font-size: 1.8rem;
    line-height: 2.5rem;
    padding: 0px !important;
    letter-spacing: 0.4px;
  }
  .CHEER-products .inner .content .top-headline img {
    width: 133%;
    margin-left: -16%;
    margin-top: -7%;
  }
  .CHEER-ProductGrid .grid-container .grid-item {
    margin-bottom: 5px;
    text-align: -webkit-center;
  }
  .CHEER-ProductGrid .grid-container .grid-item .main-image {
    max-width: 60%;
  }
  .product-brand:last-child {
    margin-bottom: 33px !important;
  }
  .grid-container .grid-item .text-content h3 {
    text-align: -webkit-center;
    text-align: center;
  }
  .recipe-description-sub-layout .recipe-overview img {
    border-radius: 15px;
  }
  .recipe-description-sub-layout .recipe-description .text-content .headline {
    font-size: 3rem;
  }
  .column:not(:first-child) .content-placeholder-component:not(.mobile-top-divider):not(.mobile-background-image):not(.has-background-color) .content img {
    width: 95%;
    height: auto;
    margin: 0 auto;
    margin-top: -5%;
  }
  /* FAQ */
  #content .accordion .sectiontit {
    font-size: 1.7rem;
  }
  .CHEER-filter {
    padding: 6px 0px;
  }
  .CHEER-filter .multiple-filter-content {
    line-height: 0.9em;
  }
  .CHEER-filter .multiple-filter-content .inner .nav-categories .category {
    padding: 15px 14px 15px 10px;
  }
  .CHEER-filter .multiple-filter-content .inner .nav-categories .category button {
    font-size: 1.5rem;
  }
  .CHEER-filter .multiple-filter-content .inner .nav-categories .category .category-values .category-value {
    font-size: 1.4rem;
    padding: 6px 0px 5px 10px;
  }
  .CHEER-filter h2 {
    font-family: "gooddog-new", serif !important;
    font-weight: normal !important;
    font-size: 1.6rem !important;
    letter-spacing: 0.1rem;
  }
  .CHEER-fleck-headline .inner .hero-content-left .headline {
    padding-top: 17px;
  }
  .CHEER-fleck-headline .inner .hero-content-left .body-copy {
    margin-bottom: 7px;
    padding: 4px;
  }
}
/*
@import '_fonts';
@import '../_fonts';
@import '../_normalize';
@import '../_variables';
@import '_variables';

@import '../_flexbox';
@import '../_functions';
@import '../_mixins';
@import '../_extensions';
@import '../vendor/jquery-ui';
@import '../../slick/slick.scss';  

@import '../_base'; 
@import '_base'; 

@import '../_HeaderVariables';
@import '_HeaderVariables';
@import '../_Header';

@import '../_FooterVariables'; 
@import '_FooterVariables';
@import '../_Footer';

@import '../_HomePageTemplateVariables';
@import '_HomePageTemplateVariables'; 
@import '../_HomePageTemplate';

@import '../_HeroPlaceholderVariables';
@import '_HeroPlaceholderVariables';
@import '../_HeroPlaceholder'; 
@import '_HeroPlaceholder';

@import '../_HeroPlaceholderComponentImageVariables';
@import '_HeroPlaceholderComponentImageVariables';


@import '_HeroPlaceholderComponentImage';

@import '../_HeroPlaceholderComponentImageSubPageVariables';
@import '_HeroPlaceholderComponentImageSubPageVariables';
@import '../_HeroPlaceholderComponentImageSubPage';

@import '_HeroPlaceholderComponentVideoVariables';
@import '../_HeroPlaceholderComponentVideo'; 

@import '../_HeroPlaceholderSubLayoutVariables';
@import '_HeroPlaceholderSubLayoutVariables';
@import '../_HeroPlaceholderSubLayout';

@import '../_ContentPlaceholderVariables';
@import '_ContentPlaceholderVariables';
@import '../_ContentPlaceholder';

@import '../_ContentPlaceholderSubLayout3ColumnVariables';
@import '_ContentPlaceholderSubLayout3ColumnVariables';
@import '../_ContentPlaceholderSubLayout3Column';

@import '../_ContentPlaceholderComponentVariables';
@import '_ContentPlaceholderComponentVariables';
@import '../_ContentPlaceholderComponent';

@import '../_GenericFilterTemplateVariables';
@import '_GenericFilterTemplateVariables';
@import '../_GenericFilterTemplate';

@import '../_CategorySubLayoutVariables';
@import '_CategorySubLayoutVariables'; 
@import '../_CategorySubLayout';

@import '../_ProductBrandSubLayoutVariables';
@import '_ProductBrandSubLayoutVariables'; 
@import '../_ProductBrandSubLayout';

@import '../_PaginationSubLayoutVariables';
@import '_PaginationSubLayoutVariables'; 
@import '../_PaginationSubLayout';

@import '../_ProductBrandDetailPageTemplateVariables';
@import '_ProductBrandDetailPageTemplateVariables';   
@import '../_ProductBrandDetailPageTemplate';

@import '../_ProductDescriptionSubLayoutVariables';
@import '_ProductDescriptionSubLayoutVariables';
@import '../_ProductDescriptionSubLayout';

@import '../_BrandDescriptionSubLayoutVariables';
@import '../_BrandDescriptionSubLayout';

@import '../_RecipesSubLayoutVariables';
@import '_RecipesSubLayoutVariables';
@import '../_RecipesSubLayout';

@import '../_PairingsSubLayoutVariables';
@import '_PairingsSubLayoutVariables';
@import '../_PairingsSubLayout';

@import '../_FilterJumpSubLayoutVariables';
@import '_FilterJumpSubLayoutVariables';
@import '../_FilterJumpSubLayout';

@import '../_RecipeDetailPageTemplateVariables';
@import '_RecipeDetailPageTemplateVariables';
@import '../_RecipeDetailPageTemplate';

@import '../_RecipeDetailPagePrintFriendlyTemplateVariables';
@import '_RecipeDetailPagePrintFriendlyTemplateVariables';
@import '../_RecipeDetailPagePrintFriendlyTemplate';

@import '../_RecipeDescriptionSubLayoutVariables';
@import '_RecipeDescriptionSubLayoutVariables';
@import '../_RecipeDescriptionSubLayout';

@import '../_ArticleListSubLayoutVariables';
@import '_ArticleListSubLayoutVariables';
@import '../_ArticleListSubLayout';

@import '../_ArticleTemplateVariables';
@import '_ArticleTemplateVariables';
@import '../_ArticleTemplate';

@import '../_ArticlePrintFriendlyTemplateVariables';
@import '_ArticlePrintFriendlyTemplateVariables';
@import '../_ArticlePrintFriendlyTemplate';

@import '../_ArticleSubLayoutVariables';
@import '_ArticleSubLayoutVariables';
@import '../_ArticleSubLayout';

@import '../_ContactUsSubLayoutVariables';
@import '_ContactUsSubLayoutVariables';
@import '../_ContactUsSubLayout';

@import '../_SearchResultsTemplateVariables';
@import '_SearchResultsTemplateVariables';
@import '../_SearchResultsTemplate';

@import '../_GenericSubPageTemplateVariables';
@import '_GenericSubPageTemplateVariables';
@import '../_GenericSubPageTemplate';

@import '../_GenericFixedSubPageTemplateVariables';
@import '_GenericFixedSubPageTemplateVariables';
@import '../_GenericFixedSubPageTemplate';

@import '../_CheeseEventsLandingPageTemplateVariables';
@import '_CheeseEventsLandingPageTemplateVariables';
@import '../_CheeseEventsLandingPageTemplate';

@import '../_CheeseEventDetailPageTemplateVariables';
@import '_CheeseEventDetailPageTemplateVariables';
@import '../_CheeseEventDetailPageTemplate';

@import '../_RecallNoticeVariables'; 
@import '_RecallNoticeVariables';
@import '../_RecallNotice';  

@import '../_Print';
@import '../_PressRelease';
@import '../_Events';

@import '../_RelatedRecipeComponentVariables';
@import '../_RelatedRecipeComponent';

@import '../_SearchComponentVariables';
@import '../_SearchComponent';

@import '../_ProductShortVariables';
@import '../_ProductShort';

@import '../_FaqVariables'; 
@import '../_Faq';

@import '../_EditVariables';
@import '_EditVariables'; 
@import '../_Edit';

@import '../_ShortVariables';
@import '_ShortVariables';
@import '../_Short'; 

@import '../_GenericGridVariables';
@import '_GenericGridVariables';
@import '../_GenericGrid';

@import '_HeroOveride';
*/