body {
  color: #000;
  font-family: ZillaSlab-Regular,Helvetica,Arial,sans-serif;
  font-size: 16px
}
body,
html {
  height: 100%;
  margin: 0;
  padding: 0
}
.site-wrapper {
  min-height: 100%;
  position: relative
}
main {
  padding-bottom: 306px
}
@media (min-width:768px) {
  main {
    padding-bottom: 98px
  }
}
footer {
  bottom: 0;
  height: 306px;
  position: absolute;
  width: 100%
}
@media (min-width:768px) {
  footer {
    height: 98px
  }
}
.btn-primary,
.btn-secondary {
  -webkit-font-smoothing: antialiased;
  font-family: ZillaSlab-Bold,Helvetica,Arial,sans-serif;
  font-size: 18px;
  padding: 10px 30px;
  border-radius: 0
}
.btn-primary:focus,
.btn-primary:focus:active,
.btn-secondary:focus,
.btn-secondary:focus:active {
  outline: unset
}
.btn-primary {
  background: #000;
  border-color: #000;
  color: #fff
}
.btn-primary:focus,
.btn-primary:focus:active,
.btn-primary:hover {
  background: #000;
  border-color: #000
}
.btn-primary:disabled,
.btn-primary:disabled:focus,
.btn-primary:disabled:focus:active,
.btn-primary:disabled:hover {
  background-color: #5d5b5d;
  border-color: #5d5b5d
}
.btn-secondary {
  background: #fff;
  border-color: #000;
  color: #000
}
.btn-secondary:focus,
.btn-secondary:focus:active,
.btn-secondary:hover {
  color: #000
}
.resources-container .heading {
  margin-bottom: 40px
}
.resources-container .heading:empty {
  display: none
}
.resources-container .heading > h2 {
  font-size: 2em;
  font-family: ZillaSlab-Bold,Helvetica,Arial,sans-serif;
  color: #000;
  text-align: center
}
@media (min-width:992px) {
  .resources-container .heading > h2 {
    font-size: 2.75em
  }
}
a {
  color: #000
}
a:hover {
  text-decoration: underline;
  color: #000
}
b,
strong {
  font-family: ZillaSlab-Bold,Helvetica,Arial,sans-serif
}
.small,
small {
  font-size: .75em
}
p {
  font-family: ZillaSlab-Regular,Helvetica,Arial,sans-serif
}
ul {
  padding: 0
}
ul > li {
  color: #000;
  list-style-type: none;
  padding-left: 35px
}
ul > li:before {
  color: #000;
  float: left;
  margin: 0 0 0 -1em;
  width: 1em;
  content: '\2022'
}
ol {
  padding: 0 0 0 40px
}
ol > li {
  list-style-type: inherit
}
ul.list-inline > li:before,
ul.list-unstyled > li:before {
  content: ''
}
.h1,
h1 {
  font-size: 1.875em;
  font-family: ZillaSlab-Bold,Helvetica,Arial,sans-serif;
  text-transform: uppercase
}
@media (min-width:992px) {
  .h1,
  h1 {
    font-size: 2.75em
  }
}
.h2,
h2 {
  font-size: 1.5em;
  font-family: ZillaSlab-Bold,Helvetica,Arial,sans-serif;
  text-transform: uppercase
}
@media (min-width:992px) {
  .h2,
  h2 {
    font-size: 1.5em
  }
}
.h3,
h3 {
  font-size: 1.0625em;
  font-family: ZillaSlab-Bold,Helvetica,Arial,sans-serif;
  text-transform: uppercase
}
@media (min-width:992px) {
  .h3,
  h3 {
    font-size: 1.0625em
  }
}
.h4,
h4 {
  font-size: 1em;
  font-family: ZillaSlab-Regular,Helvetica,Arial,sans-serif
}
@media (min-width:992px) {
  .h4,
  h4 {
    font-size: 1.125em
  }
}
.h5,
h5 {
  font-size: .875em;
  font-family: ZillaSlab-Regular,Helvetica,Arial,sans-serif
}
@media (min-width:992px) {
  .h5,
  h5 {
    font-size: .875em
  }
}
.h6,
h6 {
  font-size: .625em;
  font-family: ZillaSlab-Bold,Helvetica,Arial,sans-serif
}
@media (min-width:992px) {
  .h6,
  h6 {
    font-size: .625em
  }
}
.link-secondary {
  color: #757575
}
.link-secondary:hover {
  color: #5b5b5b
}
.link-white {
  color: #fff
}
.link-white:hover {
  color: #fff;
  text-decoration: underline
}
.link-readmore .icon {
  position: relative
}
.link-readmore .icon:after {
  content: '\f178';
  margin-left: 5px;
  margin-top: 3px;
  position: absolute
}
.link-arrow-right .icon {
  position: relative
}
.link-arrow-right .icon:after {
  content: '\f054';
  margin-left: 5px;
  margin-top: 3px;
  position: absolute
}
.link-video .icon {
  position: relative
}
.link-video .icon:after {
  content: '\f144';
  margin-left: 5px;
  margin-top: 3px;
  position: absolute
}
.background--primary-grey-light {
  background-color: #cfcfcf
}
.bg-tertiary {
  background: #f7f8fa
}
@font-face {
  font-family: ZillaSlab-Regular;
  src: url('../fonts/ZillaSlab-Regular.ttf') format('truetype');
  font-weight: 400
}
@font-face {
  font-family: ZillaSlab-Bold;
  src: url('../fonts/ZillaSlab-Bold.ttf') format('truetype');
  font-weight: 700
}
.site-wrapper {
  -webkit-transition: left .25s ease-out;
  -o-transition: left .25s ease-out;
  transition: left .25s ease-out;
  left: 0;
  position: relative
}
#main-content {
  padding-top: 107px
}
@media (min-width:768px) {
  #main-content {
    padding-top: 112px
  }
}
@media (min-width:992px) {
  #main-content {
    padding-top: 0
  }
}
.l-padding-large-responsive {
  padding: 15px 0
}
@media (min-width:768px) {
  .l-padding-large-responsive {
    padding: 30px 0
  }
}
.accessibility-links {
  text-align: center
}
.accessibility-links a {
  position: absolute!important;
  background-color: #949aa3;
  color: #fff
}
.accessibility-links a:focus {
  border: 1px dotted #fff;
  font-size: x-small;
  font-weight: 700;
  left: 0;
  padding: 3px;
  top: 0;
  width: 100%;
  z-index: 99999
}
.slick-next:before,
.slick-prev:before {
  color: #5d5c5b;
  cursor: pointer;
  position: absolute
}
.slick-prev:before {
  bottom: 20px;
  left: 50px
}
@media (min-width:1200px) {
  .slick-prev:before {
    left: 130px
  }
}
.slick-prev--more-left:before {
  left: 35%
}
.slick-next:before {
  bottom: 20px;
  right: 50px
}
@media (min-width:1200px) {
  .slick-next:before {
    right: 130px
  }
}
.slick-next--more-right:before {
  right: 35%
}
.slick-slider {
  margin-bottom: 50px
}
.carousel--hero .slick-dots {
  display: block;
  list-style: none
}
.carousel--hero .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px
}
.carousel--hero .slick-dots li:before {
  content: ''
}
.carousel--hero .slick-dots li button {
  background: 0 0;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  outline: 0;
  padding: 5px;
  width: 20px
}
.carousel--hero .slick-dots li button:focus,
.carousel--hero .slick-dots li button:hover {
  outline: 0
}
.carousel--hero .slick-dots li button:focus:before,
.carousel--hero .slick-dots li button:hover:before {
  opacity: 1
}
.carousel--hero .slick-dots li button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000;
  content: '•';
  font-size: 40px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: .25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px
}
.carousel--hero .slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000
}
button,
input[type=button],
input[type=reset],
input[type=submit] {
  background: #000;
  border-radius: 0;
  border: 1px solid #000;
  color: #fff;
  font-weight: 700;
  min-height: 40px;
  margin-bottom: 16px;
  padding: 8px 16px
}
button:active,
button:focus,
button:hover,
input[type=button]:active,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:active,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:active,
input[type=submit]:focus,
input[type=submit]:hover {
  background: #000;
  border: 1px solid #000;
  color: #fff
}
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
  border: 1px solid #ddd;
  border-radius: 0;
  height: 40px;
  margin-bottom: 16px;
  padding: 8px
}
select[size='0'],
select[size='1'] {
  height: 40px
}
textarea {
  height: auto;
  min-height: 40px
}
.table--compare--heading-element {
  font-family: ZillaSlab-Bold,Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-weight: 400;
  padding: 6px 0 0
}
.table--compare--details > td {
  border-top: 0!important
}
.table--compare--heading > th {
  border-top: 1px solid #ddd!important
}
.table--compare > tbody {
  border-bottom: 1px solid #ddd!important
}
@media (min-width:992px) {
  .table--compare--heading {
    height: 53px
  }
}
.compare-content-grid--item--code,
.compare-content-grid--item--price,
.compare-content-grid--item--title {
  text-align: center
}
.compare-content-grid--item--remove {
  display: block;
  text-align: center
}
a.compare-content-grid--item--price {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px
}
@media print {
  div#specifications:before {
    font-family: ZillaSlab-Bold,Helvetica,Arial,sans-serif
  }
  div#warranty:before {
    font-family: ZillaSlab-Bold,Helvetica,Arial,sans-serif
  }
}
.article-listing--list > li {
  border-bottom: none;
  margin: 0
}
@media (min-width:992px) {
  .article-listing--list > li {
    border-bottom: 1px solid #cfcfcf;
    padding: 50px 0
  }
}
.article-listing--list > li a {
  width: 100%
}
.article-listing--list > li a.pull-left {
  padding-right: 0
}
@media (min-width:992px) {
  .article-listing--list > li a {
    width: auto
  }
}
.article-listing--list > li:last-child {
  border: none
}
.article-listing--list-item-desc {
  padding: 20px 0 50px;
  vertical-align: middle
}
@media (min-width:992px) {
  .article-listing--list-item-desc {
    height: 278px;
    padding: 20px 25px
  }
}
@media (min-width:1200px) {
  .article-listing--list-item-desc {
    height: 300px;
    padding: 25px 30px
  }
}
.article-listing--list-item-desc:before {
  content: '';
  display: block
}
@media (min-width:1200px) {
  .article-listing--list-item-desc:before {
    height: 40px
  }
}
.article-listing--list-item-desc h4 {
  font-size: 1.6875em;
  font-family: ZillaSlab-Bold,Helvetica,Arial,sans-serif
}
.article-listing--list-item-desc a,
.article-listing--list-item-desc a:visited {
  color: #000
}
.article-listing--list-item-desc a span:before,
.article-listing--list-item-desc a:visited span:before {
  color: #878787
}
.article-listing--list-item-img {
  margin: 0;
  width: 100%
}
@media (min-width:768px) {
  .article-listing--list-item-img {
    width: auto
  }
}
@media (min-width:992px) {
  .article-listing--list-item-img {
    max-width: 500px
  }
}
.breadcrumbs {
  background-color: #757575;
  padding: 7px 0
}
.breadcrumbs .breadcrumb {
  background: 0 0
}
.breadcrumbs--list {
  font-size: .875em;
  padding: 8px 20px
}
@media (min-width:768px) {
  .breadcrumbs--list {
    padding: 8px 0
  }
}
.breadcrumbs--list li {
  padding-left: 0;
  padding-right: 0
}
.breadcrumbs--list > li + li:before {
  padding: 0 10px;
  margin: 0;
  float: none;
  color: #fff;
  content: "›"
}
.breadcrumbs--list a,
.breadcrumbs--list a:hover {
  color: #fff
}
.breadcrumbs--list .active {
  color: #fff
}
.collection-item {
  color: #fff;
  -ms-word-break: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  hyphens: auto
}
.collection-item a,
.collection-item a:visited {
  color: #fff
}
.collection-item.tile--secondary {
  height: auto;
  color: #000
}
@media (min-width:992px) {
  .collection-item.tile--secondary {
    height: 380px
  }
}
.collection-item.tile--secondary a.link-readmore {
  display: none
}
.collection-item.tile--secondary.tile--secondary--fluid-height {
  height: auto
}
.collection-item.tile--secondary > .tile--secondary--image {
  height: auto;
  aspect-ratio: 1
}
.collection-item.tile--secondary > .tile--secondary--content {
  text-align: left;
  font-size: 1.25em
}
.collection-item.tile--secondary > .tile--secondary--content hr {
  display: none
}
.collection-item.tile--secondary > .tile--secondary--content h2 {
  font-size: 1.5em;
  margin-top: 16px;
  font-family: ZillaSlab-Bold,Helvetica,Arial,sans-serif;
  text-align: left;
  text-transform: none
}
@media (min-width:992px) {
  .collection-item.tile--secondary > .tile--secondary--content h2 {
    font-size: 2.25em
  }
}
.collection-item.tile--secondary > .tile--secondary--content h2:after {
  font-size: 18px;
  position: absolute;
  margin-top: 4px;
  margin-left: 12px;
  font-family: icomoon;
  content: "\f178"
}
@media (min-width:992px) {
  .collection-item.tile--secondary > .tile--secondary--content h2:after {
    margin-top: 10px
  }
}
.collection-item.tile--secondary > .tile--secondary--content div {
  font-size: 1.5em;
  line-height: 36px
}
a.collection-item--video {
  font-size: 5em;
  text-decoration: none
}
.l-padding-b-2 {
  padding-bottom: 0
}
@media (min-width:768px) {
  .l-padding-b-2 {
    padding-bottom: 2em
  }
}
.l-padding-b-3 {
  padding-bottom: 0
}
@media (min-width:768px) {
  .l-padding-b-3 {
    padding-bottom: 3em
  }
}
.hero + .l-padding-t-3 {
  padding-top: 3em
}
.l-padding-t-3 {
  padding-top: 0
}
@media (min-width:768px) {
  .l-padding-t-3 {
    padding-top: 3em
  }
}
.hero + .l-padding-t-2 {
  padding-top: 2em
}
.l-padding-t-2 {
  padding-top: 0
}
@media (min-width:768px) {
  .l-padding-t-2 {
    padding-top: 2em
  }
}
.l-padding-b-2:last-of-type,
.l-padding-b-3:last-of-type {
  padding-bottom: 1.25em
}
.l-padding-b-2:last-of-type .tile--secondary.tile--secondary--fluid-height,
.l-padding-b-3:last-of-type .tile--secondary.tile--secondary--fluid-height {
  margin-bottom: 0
}
.footer--container {
  background: #000
}
@media (min-width:768px) {
  .footer--gradient {
    background: #000
  }
}
.footer--list,
.footer--logo {
  padding: 25px 0
}
.footer--list li {
  display: block;
  margin: 16px;
  text-align: center
}
@media (min-width:768px) {
  .footer--list li {
    display: inline-block;
    margin: 14px 2px
  }
}
@media (min-width:992px) {
  .footer--list li {
    padding-left: 0;
    padding-right: 0;
    margin: 14px 8px
  }
}
@media (min-width:992px) {
  .footer--list li:first-child {
    margin-left: 0
  }
}
.footer--list li > a {
  font-size: 1em;
  line-height: 24px;
  color: #fff
}
.footer--logo {
  margin: 0 auto;
  width: 120px
}
@media (min-width:768px) {
  .footer--logo {
    float: right;
    margin-right: 24px
  }
}
@media (min-width:992px) {
  .footer--logo {
    margin-right: 0
  }
}
.header {
  -webkit-transition: left .25s ease-out;
  -o-transition: left .25s ease-out;
  transition: left .25s ease-out;
  height: 107px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000
}
@media (min-width:768px) {
  .header {
    height: 112px
  }
}
@media (min-width:992px) {
  .header {
    position: relative;
    height: auto
  }
}
.heading > h1 {
  font-size: 1.5em;
  font-family: ZillaSlab-Bold,Helvetica,Arial,sans-serif;
  text-transform: uppercase
}
@media (min-width:992px) {
  .heading > h1 {
    font-size: 1.5em
  }
}
.header-top-bar {
  background: #000;
  display: block;
  padding-bottom: 0;
  padding-top: 0
}
.header-top-bar .container {
  padding: 0
}
@media (min-width:992px) {
  .header-top-bar .container {
    padding: 0 15px
  }
}
.header-top-bar .header-top-bar--links {
  display: none
}
@media (min-width:768px) {
  .header-top-bar .header-top-bar--links {
    display: block;
    float: left;
    line-height: 12px;
    margin-left: 0
  }
}
.header-top-bar .header-top-bar--list {
  font-size: 12px
}
@media (min-width:992px) {
  .header-top-bar .header-top-bar--list {
    font-size: 22px
  }
}
.header-top-bar .header-top-bar--list .svgicon-shopping-list {
  height: 15px;
  width: 15px
}
@media (min-width:992px) {
  .header-top-bar .header-top-bar--list .svgicon-shopping-list {
    height: 20px;
    width: 20px
  }
}
.header-top-bar .header-top-bar--list li a {
  padding: 0 16px;
  color: #fff;
  font-family: ZillaSlab-Regular,Helvetica,Arial,sans-serif;
  font-size: 16px
}
@media (min-width:992px) {
  .header-top-bar .header-top-bar--list li a {
    min-height: 54px;
    font-size: 18px
  }
}
.header-top-bar .header-top-bar--list li a:hover:not(.header-search-trigger) {
  text-decoration: underline
}
@media (min-width:992px) {
  .header-top-bar .header-top-bar--list li:first-child a {
    padding-left: 0
  }
}
.header-search--is-active .header-search-trigger {
  background-color: #000
}
.header-search-trigger {
  min-width: 87px
}
.header-search-trigger:hover {
  text-decoration: none
}
.header-search-trigger:hover span {
  text-decoration: underline
}
.header-search-trigger-text {
  display: inline-block
}
.header-top-bar--counter.badge {
  height: 16px;
  width: 16px;
  padding: 0;
  font-size: 12px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff
}
.header-top-bar--search-compare {
  display: flex;
  width: 100%;
  justify-content: space-between
}
@media (min-width:768px) {
  .header-top-bar--search-compare {
    width: auto
  }
}
.header-top-bar--search-control svg,
.header-top-bar--search-control svg.svgicon-cross {
  height: 12px;
  vertical-align: middle;
  width: 12px
}
@media (min-width:768px) {
  .header-top-bar--search-control svg,
  .header-top-bar--search-control svg.svgicon-cross {
    height: 16px;
    width: 16px
  }
}
.header-top-bar--search-control svg.svgicon-cross {
  border-radius: 50%;
  border: 1px solid #fff;
  padding: 3px
}
.header-mega-menu {
  position: relative;
  height: 69px;
  background: #fff
}
@media (min-width:992px) {
  .header-mega-menu {
    height: 115px
  }
}
.header-mega-menu > .container {
  height: 69px
}
@media (min-width:992px) {
  .header-mega-menu > .container {
    height: 115px
  }
}
.header-nav--navigation > li {
  margin-top: 16px
}
@media (min-width:992px) {
  .header-nav--navigation > li {
    margin-top: 0
  }
}
.header-nav--navigation > li > a {
  font-size: 1.125em;
  color: #000;
  font-family: ZillaSlab-Regular,Helvetica,Arial,sans-serif;
  text-decoration: none
}
.header-nav--navigation > li > a:focus,
.header-nav--navigation > li > a:hover {
  color: #000
}
@media (min-width:992px) {
  .header-nav--navigation > li > a {
    font-size: 1.375em;
    display: block;
    padding: 0
  }
}
a.header-logo {
  float: left;
  padding: 0;
  height: 69px;
  line-height: 69px
}
@media (min-width:992px) {
  a.header-logo {
    height: 115px;
    display: inline-block;
    line-height: 115px
  }
}
a.header-logo img {
  max-height: 38px;
  vertical-align: middle;
  display: inline-block
}
@media (min-width:992px) {
  a.header-logo img {
    max-height: 50px
  }
}
.header-nav--mobile-navigation {
  float: right;
  list-style: none;
  height: 69px;
  margin: 0
}
@media (min-width:992px) {
  .header-nav--mobile-navigation {
    display: none
  }
}
.header-nav--mobile-navigation li {
  display: inline-block;
  margin: 0;
  padding-left: 10px
}
.header-nav--mobile-navigation li:before {
  content: ''
}
.header-nav--mobile-navigation a {
  font-size: 1.75em;
  display: block;
  height: 36px;
  line-height: 1;
  margin: 14px 0 18px;
  padding: 0
}
.mobile-nav--active .header-nav--mobile-navigation li {
  padding-left: 30px
}
.header-nav--mobile-navigation-flex a {
  padding-bottom: 6px
}
.header-nav--mobile-navigation-flex a:focus,
.header-nav--mobile-navigation-flex a:hover {
  text-decoration: none
}
a.header-nav--mobile-close {
  font-size: 1.75em;
  width: 60px;
  height: 60px;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  background: #fff;
  color: #000;
  display: block;
  line-height: 32px;
  opacity: 0;
  padding: 14px 0 6px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 1001
}
.lt-ie9 a.header-nav--mobile-close {
  display: none
}
@media (min-width:992px) {
  a.header-nav--mobile-close {
    display: none
  }
}
a.header-nav--mobile-close:focus,
a.header-nav--mobile-close:hover {
  background: #000;
  color: #fff;
  text-decoration: none
}
.mobile-nav--active .header {
  left: -240px
}
@media (min-width:992px) {
  .mobile-nav--active .header {
    left: 0
  }
}
.mobile-nav--active .site-wrapper {
  left: -240px;
  width: 100%
}
@media (min-width:992px) {
  .mobile-nav--active .site-wrapper {
    left: auto;
    position: static;
    width: auto
  }
}
.mobile-nav--active #main-content {
  left: -240px
}
.mobile-nav--active .header-nav--wrapper {
  display: block;
  overflow: auto;
  right: 0
}
.mobile-nav--active a.header-nav--mobile-close {
  opacity: 1
}
.header-nav--wrapper {
  -webkit-transition: right .25s ease-out;
  -o-transition: right .25s ease-out;
  transition: right .25s ease-out;
  background: #d0d1c9;
  bottom: 0;
  position: fixed;
  right: -240px;
  top: 0;
  width: 240px;
  z-index: 999
}
@media (min-width:992px) {
  .header-nav--wrapper {
    background: 0 0;
    float: right;
    position: static;
    width: auto
  }
}
.m-no-rgba .header-nav--wrapper {
  background: url('../img/black-80.png') repeat
}
.header-nav--navigation {
  list-style: none;
  margin: 16px
}
@media (min-width:992px) {
  .header-nav--navigation {
    margin: 0
  }
}
.header-nav--navigation > li {
  display: block;
  padding: 0
}
.header-nav--navigation > li:before {
  content: ''
}
@media (min-width:992px) {
  .header-nav--navigation > li {
    display: inline-block
  }
}
@media (min-width:992px) {
  .header-nav--navigation > li > a {
    line-height: 115px;
    height: 115px;
    padding: 0 15px
  }
}
.header-nav--submenu {
  display: none;
  position: absolute;
  z-index: 1000
}
.header-nav--submenu--wrapper {
  background: #d0d1c9
}
.header-nav--submenu-list {
  margin: 0;
  padding: 24px 16px
}
.header-nav--submenu-list > li {
  padding-left: 0
}
.header-nav--submenu-list > li + li {
  margin-top: 16px
}
.header-nav--subnavigation {
  border-top: 2px solid #000;
  list-style: none;
  margin: 16px;
  padding: 16px 0
}
@media (min-width:992px) {
  .header-nav--subnavigation {
    display: none
  }
}
.header-nav--subnavigation > li {
  display: block;
  padding: 0
}
.header-nav--subnavigation > li:before {
  content: ''
}
.header-nav--subnavigation > li + li {
  margin-top: 16px
}
.header-nav--subnavigation > li > a {
  font-size: 1.125em;
  color: #000;
  font-family: ZillaSlab-Regular,Helvetica,Arial,sans-serif
}
.header-nav--subnavigation > li > a:hover {
  color: #000
}
.header-nav--subnavigation .header-top-bar--counter.badge {
  margin-left: 6px;
  color: #000;
  border-color: #000
}
.header-nav--mega-menu {
  left: 0;
  right: 0
}
.header-nav--mega-menu .header-nav--submenu--wrapper {
  background: #d0d1c9
}
.header-nav--mega-menu .header-nav--submenu-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  padding: 24px 0;
  margin: 0 -16px
}
.header-nav--mega-menu .header-nav--submenu-list > li {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
.header-nav--mega-menu .header-nav--submenu-list > li > a {
  font-size: 1em;
  display: block;
  padding: 16px;
  height: 100%;
  font-family: ZillaSlab-Bold,Helvetica,Arial,sans-serif;
  border: 1px solid transparent
}
.header-nav--mega-menu .header-nav--submenu-list > li > a:focus,
.header-nav--mega-menu .header-nav--submenu-list > li > a:hover {
  text-decoration: none;
  background: #fff;
  border-color: #000
}
.header-nav--submenu-item--image {
  width: 180px;
  height: 120px;
  display: block;
  background: 0 0
}
.header-nav--submenu-item--title {
  font-size: 1.125em;
  display: block;
  margin-top: 8px;
  color: #000
}
.header-nav--submenu-item--description {
  font-size: .875em;
  display: block;
  margin-top: 8px;
  font-family: ZillaSlab-Regular,Helvetica,Arial,sans-serif;
  color: #000
}
.header-nav--submenu-trigger .icon-chevron-up {
  display: none
}
.header-nav--submenu-trigger .icon-chevron-down {
  display: none
}
@media (min-width:992px) {
  .header-nav--submenu-trigger .icon-chevron-down {
    display: inline
  }
}
.header-nav--navigation a {
  font-size: 1.25em
}
@media (min-width:992px) {
  .header-nav--navigation a {
    font-size: .9375em
  }
}
.header-nav--navigation > li.is-active > a {
  position: relative
}
@media (min-width:992px) {
  .header-nav--has-submenu:hover .header-nav--submenu-trigger {
    background: #fff;
    color: #000
  }
  .header-nav--has-submenu:hover .header-nav--submenu-trigger .icon-chevron-up {
    display: inline
  }
  .header-nav--has-submenu:hover .header-nav--submenu-trigger .icon-chevron-down {
    display: none
  }
}
.header-nav--has-submenu:hover .header-nav--submenu-arrow {
  border-color: transparent transparent #d0d1c9 transparent;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  content: '';
  display: block;
  height: 0;
  margin-top: -10px;
  margin-left: 50%;
  transform: translateX(-50%);
  position: relative;
  right: 0;
  top: 0;
  width: 0
}
.header-nav--has-submenu:hover .header-nav--submenu-trigger:after {
  display: none
}
@media (min-width:992px) {
  .header-nav--has-submenu:hover .header-nav--submenu-trigger:after {
    border-color: transparent transparent #d0d1c9 transparent;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    content: '';
    display: block;
    height: 0;
    margin-top: -10px;
    margin-left: 50%;
    transform: translateX(-50%);
    position: relative;
    right: 0;
    top: 0;
    width: 0
  }
}
.header-nav--has-submenu:hover .header-nav--submenu {
  display: block
}
.mobile-nav--active .header-nav--has-submenu:hover .header-nav--submenu {
  display: none
}
@media (min-width:992px) {
  .mobile-nav--active .header-nav--has-submenu:hover .header-nav--submenu {
    display: block
  }
}
.hero.is-playing-video {
  background-color: #000;
  background-image: none!important
}
.hero {
  color: #000
}
.hero--content--title {
  font-size: 1.5em;
  -ms-word-break: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  hyphens: auto;
  margin-bottom: 20px;
  text-transform: uppercase
}
@media (min-width:992px) {
  .hero--content--title {
    font-size: 2.75em
  }
}
.hero--content--summary {
  font-size: 1.25em;
  margin-bottom: 20px
}
.hero--content--video-icon a {
  font-size: 5em;
  color: #000;
  text-decoration: none
}
.hero--content--button {
  font-size: 1.125em;
  font-family: ZillaSlab-Bold,Helvetica,Arial,sans-serif;
  width: auto
}
.carousel--hero--banner .hero .btn-primary {
  background: #f7f8fa
}
.carousel--hero--banner .hero.hero--left {
  background-color: #f7f8fa
}
.carousel--hero--banner .hero.hero--left .hero--content .hero--content--bottom .hero--content--title {
  color: #fff;
  font-weight: 500
}
@media (min-width:768px) {
  .carousel--hero--banner .hero.hero--left .hero--content .hero--content--bottom .hero--content--title {
    font-size: 40px
  }
}
.carousel--hero--banner .hero.hero--left .hero--content .hero--content--bottom .hero--content--summary {
  color: #fff
}
.carousel--banner .slick-dots li button.slick-active,
.carousel--banner .slick-dots li.slick-active {
  background-color: #f7f8fa
}
.carousel--banner .slick-dots li button.slick-active button,
.carousel--banner .slick-dots li.slick-active button {
  background-color: #f7f8fa
}
.hero-content-containter {
  padding-bottom: 2em
}
.hero-content-containter .hero-content-item--title {
  font-size: 2.5em;
  line-height: 40px;
  font-family: ZillaSlab-Regular,Helvetica,Arial,sans-serif;
  color: #000;
  text-transform: none
}
@media (min-width:992px) {
  .hero-content-containter .hero-content-item--title {
    font-size: 3.375em;
    line-height: 54px
  }
}
.hero-content-containter .hero-content-item--summary {
  font-size: 1.25em;
  color: #000
}
@media (min-width:768px) {
  .hero-content-containter.hero-content-containter--split .hero-content-primary > * {
    margin-right: 45px
  }
}
.hero-content-containter.hero-content-containter--split .hero-content-primary {
  background-color: #f7f8fa
}
.hero-content-containter.hero-content-containter--split.hero-content-container--reverse {
  flex-direction: column
}
@media (min-width:768px) {
  .hero-content-containter.hero-content-containter--split.hero-content-container--reverse {
    flex-direction: row
  }
}
@media (min-width:992px) {
  .hero-content-containter.hero-content-containter--split.hero-content-container--reverse {
    flex-direction: row
  }
}
.hero-content-containter.hero-content-containter--split.hero-content-container--reverse .hero-content-primary {
  padding-top: 64px;
  color: #fff;
  background-color: #000
}
@media (min-width:992px) {
  .hero-content-containter.hero-content-containter--split.hero-content-container--reverse .hero-content-primary {
    padding-top: 52px
  }
}
.hero-content-containter.hero-content-containter--split.hero-content-container--reverse .hero-content-primary .hero-content-item--title {
  color: #fff
}
.hero.slick-slider {
  margin-bottom: 24px
}
@media (min-width:992px) {
  .hero.slick-slider {
    margin-bottom: 0
  }
}
@media (min-width:992px) {
  .hero .slick-dots {
    position: absolute;
    bottom: 16px
  }
}
.slick-dots li button:before {
  font-size: 28px;
  color: #878787;
  opacity: 1
}
.slick-dots li.slick-active button:before {
  font-size: 28px;
  color: #000;
  opacity: 1
}
@media (min-width:992px) {
  .carousel--hero.is-playing-video .slick-dots li button {
    opacity: .7
  }
  .carousel--hero.is-playing-video .slick-dots li button:before {
    color: #cfcfcf
  }
  .carousel--hero.is-playing-video .slick-dots li.slick-active button:before {
    color: #000
  }
}
@media (min-width:992px) {
  .carousel--tiles .tile--primary {
    margin-bottom: 0
  }
}
.carousel--tiles .tile--primary .tile--primary--content--bottom {
  margin-bottom: 35px
}
.background--primary-grey-light .carousel--tiles .slick-dots li button:before {
  color: #f6f6f6
}
@media (min-width:992px) {
  .background--primary-grey-light .carousel--tiles .slick-dots li button:before {
    color: #cfcfcf
  }
}
.background--primary-grey-light .carousel--tiles .slick-dots li.slick-active button:before {
  color: #000
}
.product-specifications-warranty {
  padding: 10px 0 0
}
@media (min-width:992px) {
  .product-specifications-warranty {
    padding: 10px 0 10px
  }
}
.product-specifications-warranty .list-dl-horizontal--title {
  color: #000
}
.product-specifications-warranty .list-dl-horizontal--content {
  padding-bottom: 16px;
  color: #000
}
.product-specifications-warranty .tab-content {
  padding: 30px 0
}
@media (min-width:992px) {
  .product-specifications-warranty .tab-content {
    padding-left: 15px;
    padding-right: 15px
  }
}
.product-specifications-warranty h4 {
  font-size: 1.5em;
  padding-bottom: 24px;
  margin: 0;
  font-family: ZillaSlab-Bold,Helvetica,Arial,sans-serif
}
.product-specifications-warranty--pills-navigation {
  border-bottom: 1px solid #ddd
}
.product-specifications-warranty--pills-navigation > li {
  padding-left: 0
}
.product-specifications-warranty--pills-navigation > li:before {
  content: ''
}
.product-specifications-warranty--pills-navigation > li.active > a:link,
.product-specifications-warranty--pills-navigation > li.active > a:visited {
  background-color: #000;
  color: #fff
}
.product-specifications-warranty--pills-navigation > li > a:link,
.product-specifications-warranty--pills-navigation > li > a:visited {
  border-radius: 0;
  color: #000;
  font-weight: 700;
  padding: 15px 10px
}
.product-specifications-warranty--logo {
  width: 240px;
  display: block;
  margin: 0 auto 29px
}
.product-detail--gallery--preview-item img {
  max-height: 344px;
  border-radius: 4px
}
@media (min-width:768px) {
  .product-detail--gallery--preview-item img {
    max-height: 496px
  }
}
.product-detail--gallery--nav {
  margin-left: 20px;
  margin-right: 20px;
  max-width: 410px
}
@media (min-width:480px) {
  .product-detail--gallery--nav {
    margin-left: auto;
    margin-right: auto
  }
}
@media (min-width:768px) {
  .product-detail--gallery--nav {
    margin-left: 25px;
    margin-right: 25px;
    max-width: 100%
  }
}
.product-detail--gallery--close {
  color: #000
}
.product-detail--gallery--nav-item.product-detail--gallery--nav-item--active {
  outline: 1px solid #000000;
  border-radius: 4px
}
.product-detail--gallery--nav--next,
.product-detail--gallery--nav--previous {
  top: 50%;
  transform: translateY(-50%);
  color: #5b5b5b
}
.product-detail--gallery--nav--next:focus,
.product-detail--gallery--nav--next:hover,
.product-detail--gallery--nav--previous:focus,
.product-detail--gallery--nav--previous:hover {
  color: #5b5b5b
}
.product-detail--content {
  text-align: left
}
.product-detail--content h4 {
  font-size: 1.25em;
  font-family: ZillaSlab-Bold,Helvetica,Arial,sans-serif
}
@media (min-width:992px) {
  .product-detail--content h4 {
    font-size: 1.5em
  }
}
.product-detail--content--subtitle {
  font-size: 1.875em;
  font-family: ZillaSlab-Bold,Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  font-size: 2.5em;
  margin-bottom: 0;
  font-family: ZillaSlab-Regular,Helvetica,Arial,sans-serif;
  text-transform: none
}
@media (min-width:992px) {
  .product-detail--content--subtitle {
    font-size: 2.75em
  }
}
@media (min-width:992px) {
  .product-detail--content--subtitle {
    font-size: 3.375em
  }
}
.product-detail--content--price {
  font-size: 1.875em;
  font-family: ZillaSlab-Bold,Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  font-size: 2em;
  margin-top: 0;
  color: #000
}
@media (min-width:992px) {
  .product-detail--content--price {
    font-size: 2.75em
  }
}
@media (min-width:992px) {
  .product-detail--content--price {
    font-size: 3em
  }
}
.product-detail--content--summary {
  margin-bottom: 32px
}
.product-detail--compare-container {
  margin-bottom: 28px;
  text-align: center
}
input.product-compare--checkbox {
  margin: 0
}
.product-detail--list-feature-item {
  padding-left: 1em;
  color: #000;
  text-align: left
}
.product-detail--feature--title {
  margin-bottom: 4px
}
.product-detail--info {
  font-size: 1em;
  line-height: 1.5;
  letter-spacing: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 16px;
  margin-bottom: 24px;
  width: fit-content
}
@media (min-width:992px) {
  .product-detail--info {
    margin-bottom: 32px
  }
}
.product-detail--info .svgicon {
  fill: none;
  margin-right: 8px
}
.product-detail--info-unavailable {
  font-weight: 400;
  background-color: #fbeae8
}
.product-detail--info-select-state {
  background-color: #ecfaff;
  color: #055169
}
button.product-detail--info {
  border: none
}
button.product-detail--info-select-state {
  background-color: #ecfaff;
  color: #055169
}
.product-shopping-list-cta--info {
  text-align: center
}
.generic-content {
  padding: 24px 0
}
@media (min-width:768px) {
  .generic-content {
    padding: 64px 0
  }
  .generic-content hr {
    margin-left: 0;
    margin-right: 0
  }
}
.generic-content hr {
  margin-left: -15px;
  margin-right: -15px
}
.generic-content {
  font-size: 1.25em
}
.generic-content .h2,
.generic-content h2 {
  text-transform: none
}
.generic-content p {
  line-height: 30px
}
.generic-content a {
  text-decoration: underline
}
.generic-content a:hover {
  text-decoration: none
}
.generic-content--image {
  margin-left: -30px;
  margin-right: -30px
}
@media (min-width:768px) {
  .generic-content--image {
    margin-left: 0;
    margin-right: 0
  }
}
.homepage-item {
  color: #fff
}
.homepage-item a,
.homepage-item a:visited {
  color: #fff;
  text-decoration: none
}
.homepage-item--title {
  margin-top: 0
}
a.homepage-item--video {
  font-size: 5.625em;
  display: block;
  margin-top: 40px;
  text-decoration: none
}
.nav-pills > li,
.nav-tabs > li {
  float: none;
  display: inline-block
}
.nav-pills,
.nav-tabs {
  text-align: center
}
.nav-tabs > li a,
.nav-tabs > li a:visited {
  border-radius: 0;
  border: none;
  color: #000;
  font-weight: 700;
  padding: 15px 25px
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: none;
  color: #fff;
  background: #000
}
.product-listing--item.tile--tertiary {
  border-bottom: 0
}
.product-listing--image {
  width: 100%
}
@media (min-width:992px) {
  .product-listing--image {
    width: auto
  }
}
@media (min-width:992px) {
  .product-listing--price-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: baseline
  }
}
.product-listing--content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}
.product-listing--content div[data-module=compare] {
  font-size: 1em;
  line-height: 1;
  padding-top: 8px
}
@media (min-width:992px) {
  .product-listing--content div[data-module=compare] {
    text-align: right
  }
}
.product-listing--content div[data-module=compare] label {
  font-size: 1em;
  font-weight: 400;
  margin: 0
}
.product-listing--content div[data-module=compare] .product-compare--message {
  font-size: 1em
}
.tile--tertiary--content .product-listing--content > h3.product-listing--title {
  display: block;
  font-size: 16px;
  flex-basis: 100%;
  margin-bottom: 12px;
  margin-top: 16px;
  font-family: ZillaSlab-Bold,Helvetica,Arial,sans-serif;
  line-height: 1.5;
  text-align: left;
  text-transform: none
}
@media (min-width:992px) {
  .tile--tertiary--content .product-listing--content > h3.product-listing--title {
    font-size: 1.25em
  }
}
.product-listing--price {
  font-size: 1.25em;
  margin-bottom: 0
}
.product-listing--price-unavailable {
  font-size: 1em;
  line-height: 1.5
}
.product-listing--view-price {
  font-size: 1em;
  line-height: 1.5
}
.product-compare--message {
  font-size: .875em
}
div[data-module=compare] label {
  font-size: .875em;
  font-weight: 400
}
.sub-category--featured-icon--list {
  border-bottom: 0;
  border-top: 0;
  padding: 30px 0 15px
}
.sub-category--featured-icon--list.is-bordered {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd
}
.sub-category--featured-icon--title {
  color: #666;
  font-family: ZillaSlab-Bold,Helvetica,Arial,sans-serif;
  line-height: 12px
}
.related-products {
  margin-bottom: 70px
}
.related-products--description,
.related-products--list,
.related-products--title {
  text-align: center
}
.related-products--description {
  margin-bottom: 70px;
  padding: 0 50px
}
@media (min-width:992px) {
  .related-products--description {
    padding: 0 200px
  }
}
.related-products--item {
  margin-bottom: 50px
}
@media (min-width:768px) {
  .related-products--item {
    min-height: 330px
  }
}
.related-products--item a,
.related-products--item a:visited {
  color: #000
}
.related-products--item-title {
  font-family: ZillaSlab-Bold,Helvetica,Arial,sans-serif;
  margin-bottom: 5px
}
.related-products--title {
  margin-bottom: 20px
}
.sharing--list li > a:link,
.sharing--list li > a:visited {
  color: #000
}
.sharing--list li .icon-facebook:before {
  content: "\f082"
}
.sharing--list li .icon-twitter:before {
  content: "\f081"
}
.sharing--list li .icon-pinterest:before {
  content: "\f0d3"
}
.sharing--list li .icon-envelope:before {
  content: "\f199"
}
.tile--primary.tile {
  height: auto;
  aspect-ratio: 1.8
}
@media (min-width:992px) {
  .tile--primary.tile {
    aspect-ratio: 1
  }
}
.tile--primary .tile--primary--content--bottom {
  bottom: 10px
}
.tile--primary .tile--primary--content--bottom > h2 {
  font-size: 1.5em;
  font-family: ZillaSlab-Bold,Helvetica,Arial,sans-serif;
  text-align: left;
  text-transform: none
}
@media (min-width:992px) {
  .tile--primary .tile--primary--content--bottom > h2 {
    font-size: 2.25em
  }
}
.tile--primary .tile--primary--content--bottom > h2:after {
  font-size: 18px;
  position: absolute;
  margin-top: 4px;
  margin-left: 12px;
  font-family: icomoon;
  content: "\f178"
}
@media (min-width:992px) {
  .tile--primary .tile--primary--content--bottom > h2:after {
    margin-top: 10px
  }
}
.tile--primary .tile--primary--content--bottom > a.link-readmore > .icon:after {
  display: none
}
.resources-container .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}
.resources-container .col-xs-6 {
  display: flex
}
.tile--tertiary {
  padding-bottom: 20px;
  border-bottom: 4px solid #000;
  color: #000;
  text-align: left
}
@media (min-width:992px) {
  .tile--tertiary {
    min-height: 360px
  }
}
.tile--tertiary > .tile--tertiary--image-link:empty {
  display: none
}
.tile--tertiary > .tile--tertiary--content {
  text-align: left
}
.tile--tertiary > .tile--tertiary--content .tile--tertiary--link {
  font-size: 1.25em;
  font-family: ZillaSlab-Bold,Helvetica,Arial,sans-serif;
  text-transform: none;
  color: #000
}
.tile--tertiary > .tile--tertiary--content > div p:empty {
  display: none
}
.tile--tertiary > .tile--tertiary--content > div a {
  font-family: ZillaSlab-Bold,Helvetica,Arial,sans-serif;
  font-weight: 700
}
.tile--tertiary > .tile--tertiary--content h3 {
  font-size: 1.125em;
  margin: 20px 0;
  text-transform: none
}
@media (min-width:992px) {
  .tile--tertiary > .tile--tertiary--content h3 {
    font-size: 1.5em
  }
}
.product-listing-content-grid .sub-category-intro-text--title {
  margin-bottom: 20px
}
.product-listing-content-grid.l-padding-large-responsive {
  padding-top: 0;
  padding-bottom: 0
}
@media (min-width:992px) {
  .product-listing-content-grid.l-padding-large-responsive {
    padding-top: 8px
  }
}
.sub-category-intro-text {
  margin: 30px 0;
  color: #000
}
.sub-category-intro-text--separator {
  display: none
}
.sub-category-intro-text--content {
  padding: 0 20px
}
@media (min-width:768px) {
  .sub-category-intro-text--content {
    padding: 0 160px
  }
}
.scfIntroBorder,
.scfRequired,
.scfSectionLegend {
  display: none
}
.scfForm {
  margin: 0
}
.scfSingleLineGeneralPanel > span {
  display: block;
  margin: 0 0 16px
}
.recipe-navigation .collapse,
.recipe-navigation .collapsing {
  display: none
}
@media (min-width:768px) {
  .recipe-navigation .collapse,
  .recipe-navigation .collapsing {
    display: block;
    height: auto
  }
}
.recipe-navigation .collapse.in {
  display: block
}
.recipe-navigation .collapsed span.icon-chevron-up:before {
  content: '\f078'
}
.recipe-links--collapse .recipe-links--title-main {
  background-color: #000;
  color: #fff;
  margin: 0;
  padding: 15px;
  text-align: center;
  text-decoration: none
}
.recipe-links--collapse:focus {
  text-decoration: initial
}
.recipe-links--pills-navigation {
  background: #000;
  text-align: center
}
.recipe-links--pills-navigation > li + li {
  padding-left: 0;
  margin-left: -5px
}
.recipe-links--pills-navigation li {
  color: #fff;
  display: inline-block;
  float: none
}
.recipe-links--pills-navigation li:before {
  content: ''
}
.recipe-links--pills-navigation li > a,
.recipe-links--pills-navigation li > a:visited {
  border-radius: 0;
  color: #fff;
  padding: 7px
}
.recipe-links--pills-navigation li > a:hover {
  color: #000
}
.recipe-links--pills-navigation li.active > a,
.recipe-links--pills-navigation li.active > a:focus,
.recipe-links--pills-navigation li.active > a:hover {
  background: #f6f6f6;
  color: #000;
  font-family: ZillaSlab-Bold,Helvetica,Arial,sans-serif
}
.recipe-links--pills-navigation li.active > a > .recipe-links--title {
  font-family: ZillaSlab-Bold,Helvetica,Arial,sans-serif
}
.recipe-links--sublinks {
  background-color: #f6f6f6;
  overflow-x: scroll;
  position: relative;
  text-align: center;
  white-space: nowrap
}
@media (min-width:480px) {
  .recipe-links--sublinks {
    overflow-x: auto
  }
}
.recipe-links--sublinks li {
  display: inline-block;
  float: none
}
.recipe-links--sublinks li.active a {
  font-family: ZillaSlab-Bold,Helvetica,Arial,sans-serif
}
.recipe-links--sublinks a:link,
.recipe-links--sublinks a:visited {
  color: #000;
  display: block;
  padding: 14px
}
.recipe-links--sublinks-container {
  position: relative
}
.recipe-links--sublinks-container:after {
  background: -moz-linear-gradient(left,rgba(255,255,255,0) 0,#fff 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,0)),color-stop(100%,#fff));
  background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,#fff 100%);
  background: -o-linear-gradient(left,rgba(255,255,255,0) 0,#fff 100%);
  background: -ms-linear-gradient(left,rgba(255,255,255,0) 0,#fff 100%);
  background: linear-gradient(to right,rgba(255,255,255,0) 0,#fff 100%);
  bottom: 0;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 70px
}
@media (min-width:768px) {
  .recipe-links--sublinks-container:after {
    background: 0 0
  }
}
.recipe-links--title {
  font-family: ZillaSlab-Regular,Helvetica,Arial,sans-serif;
  font-size: 1em;
  margin: 10px
}
.recipe-links--title-main {
  font-size: .875em;
  font-family: ZillaSlab-Bold,Helvetica,Arial,sans-serif;
  margin: 10px
}
.contact-us-content-grid {
  padding: 20px 0 30px
}
@media (min-width:992px) {
  .contact-us-content-grid {
    padding: 60px 0
  }
}
.contact-us-content-grid .heading {
  padding-bottom: 20px;
  text-align: center
}
.contact-us-content-grid .heading > h1,
.contact-us-content-grid .heading > h2 {
  font-size: 1.875em;
  font-family: ZillaSlab-Bold,Helvetica,Arial,sans-serif;
  text-transform: uppercase
}
@media (min-width:992px) {
  .contact-us-content-grid .heading > h1,
  .contact-us-content-grid .heading > h2 {
    font-size: 2.75em
  }
}
@media (min-width:768px) {
  .contact-us-content-grid .heading {
    padding: 0 40px
  }
}
@media (min-width:992px) {
  .contact-us-content-grid .heading {
    padding: 0 100px
  }
}
.contact-us .display-section-border {
  padding-top: 20px
}
.contact-us .field-border {
  position: relative
}
.contact-us .field-required {
  color: red;
  position: absolute;
  right: 0;
  top: 0
}
.contact-us .field-validation-error {
  color: red;
  font-size: 15px;
  top: -10px;
  position: relative
}
.contact-us .form-group {
  text-align: left
}
.contact-us #contact-us-form {
  overflow: hidden;
  width: 100%;
  border: 0;
  min-height: 850px
}
.search-location--control--input {
  border-radius: 0
}
.search-location--control--input:focus {
  border-color: #000;
  border-radius: 0 0 0 0
}
a.search-location--control--button {
  border: 1px solid transparent;
  background: 0 0;
  border-radius: 0 0 0 0;
  color: #000
}
.search-location--control--input:focus + a.search-location--control--button {
  border-radius: 0 0 0 0
}
a.search-location--control--button:focus,
a.search-location--control--button:hover {
  border: 1px solid transparent;
  background: 0 0;
  color: #000
}
.search-location--results {
  border: 1px solid #000;
  border-radius: 0 0 0 0
}
.search-location--results > li {
  padding: 0
}
.search-location--results > li:before {
  content: ""
}
.search-location--results > li > a {
  display: block;
  padding: 8px;
  text-decoration: none
}
.search-location--results > li > a:focus,
.search-location--results > li > a:hover {
  background: #000;
  color: #fff
}
.product-features {
  background-color: #fff;
  color: #000;
  padding: 0
}
.product-features:empty {
  display: none
}
.product-features a,
.product-features a:hover {
  color: #fff
}
.product-features .heading > h1,
.product-features .heading > h2 {
  margin-bottom: 20px;
  margin-top: 0;
  text-align: left
}
.sub-category--featured-icon--item {
  width: 69px
}
.related-recipes {
  background-color: #f8f8f8;
  padding: 50px 0 0
}
@media (min-width:992px) {
  .related-recipes {
    padding: 70px 0 0
  }
}
.related-recipes .heading > h1,
.related-recipes .heading > h2 {
  margin-bottom: 20px;
  margin-top: 0;
  text-align: center
}
.other-products {
  padding: 70px 0 30px
}
.other-products .heading {
  padding-bottom: 20px
}
.other-products .heading > h1,
.other-products .heading > h2 {
  margin-bottom: 20px;
  margin-top: 0;
  text-align: center
}
.compare-content-grid {
  padding: 15px 0
}
@media (min-width:768px) {
  .compare-content-grid {
    padding: 30px 0
  }
}
.compare-content-grid--item--title {
  font-family: ZillaSlab-Bold,Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 23px
}
.compare-content-grid--item--remove .icon {
  position: relative
}
.compare-content-grid--item--remove .icon:before {
  content: "\f00d";
  margin-left: -18px;
  margin-top: 2px;
  position: absolute
}
.where-to-buy-content-grid {
  padding: 20px 0 50px
}
@media (min-width:992px) {
  .where-to-buy-content-grid {
    padding: 60px 0 100px
  }
}
.where-to-buy-content-grid .heading {
  padding-bottom: 20px;
  text-align: center
}
.where-to-buy-content-grid .heading > h1,
.where-to-buy-content-grid .heading > h2 {
  font-size: 1.875em;
  font-family: ZillaSlab-Bold,Helvetica,Arial,sans-serif;
  text-transform: uppercase
}
@media (min-width:992px) {
  .where-to-buy-content-grid .heading > h1,
  .where-to-buy-content-grid .heading > h2 {
    font-size: 2.75em
  }
}
@media (min-width:768px) {
  .where-to-buy-content-grid .heading {
    padding: 0 40px 20px
  }
}
@media (min-width:992px) {
  .where-to-buy-content-grid .heading {
    padding: 0 100px 20px
  }
}
.where-to-buy-content-grid .where-to-buy--section-title {
  padding-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 14px
}
.where-to-buy-content-grid .where-to-buy--section-title h2 {
  font-size: 1.875em
}
@media (min-width:992px) {
  .where-to-buy-content-grid .where-to-buy--section-title {
    padding-bottom: 20px
  }
}
.where-to-buy-content-grid .store-results--result .store-results--title {
  padding-bottom: 4px
}
.where-to-buy-content-grid .store-results--result .store-results--details {
  padding-bottom: 6px
}
.where-to-buy-content-grid .store-results--result .store-results--details strong {
  font-family: ZillaSlab-Regular,Helvetica,Arial,sans-serif;
  font-weight: 400
}
.where-to-buy-content-grid .store-results--result .store-results--details dl {
  margin-bottom: 0
}
.where-to-buy-content-grid .store-results--result .store-results--details dt {
  float: left;
  padding-right: 4px
}
.where-to-buy-content-grid .store-results--result .store-results--details a,
.where-to-buy-content-grid .store-results--result .store-results--details a:focus {
  color: #000;
  text-decoration: none
}
@media (min-width:992px) {
  .where-to-buy-content-grid .store-results--result .store-results--details strong {
    font-family: ZillaSlab-Bold,Helvetica,Arial,sans-serif;
    font-weight: 700
  }
}
.where-to-buy-content-grid .store-results--result .store-results--trading-hours dt {
  display: inline-block;
  width: 40%
}
.where-to-buy-content-grid .store-results--result .store-results--trading-hours dd {
  display: inline-block;
  float: right;
  text-align: right;
  width: 55%
}
@media (min-width:992px) {
  .where-to-buy-content-grid .store-results--result .store-results--trading-hours dd {
    float: none;
    text-align: left
  }
}
@media (min-width:992px) {
  .where-to-buy-content-grid .store-results--result strong {
    padding-bottom: 4px;
    display: block
  }
}
.where-to-buy-content-grid .store-results--result hr {
  margin-top: 0
}
.where-to-buy-content-grid .store-results--nearest > .store-results--result > hr,
.where-to-buy-content-grid .store-results--other > .store-results--result:first-child > hr {
  display: none
}
@media (min-width:992px) {
  .where-to-buy-content-grid .store-results--nearest > .store-results--result > hr,
  .where-to-buy-content-grid .store-results--other > .store-results--result:first-child > hr {
    display: block
  }
}
.video--close {
  height: 40px
}
.product-detail--gallery--close,
.video--close {
  color: #000
}
.product-detail--gallery--close:active,
.product-detail--gallery--close:hover,
.video--close:active,
.video--close:hover {
  background: 0 0;
  border: 0;
  color: #aa0321
}
.sitemap-grid {
  padding: 20px 0 40px
}
@media (min-width:992px) {
  .sitemap-grid {
    padding: 60px 0 100px
  }
}
.sitemap-grid h3 {
  text-transform: uppercase
}
.sitemap-grid h3 a {
  color: #000
}
.category-landing {
  padding: 40px 0 0
}
@media (min-width:992px) {
  .category-landing {
    padding: 50px 0 0
  }
}
.category-landing .heading > h1,
.category-landing .heading > h2 {
  margin-bottom: 20px;
  margin-top: 0;
  text-align: center
}
.category-landing + .category-landing .heading {
  position: relative
}
.category-landing + .category-landing .heading:before {
  border-top: 1px solid #eee;
  content: "";
  left: 0;
  margin-top: -60px;
  position: absolute;
  right: 0;
  top: 0
}
.recipe-listing-content-grid {
  padding: 40px 0 20px
}
@media (min-width:992px) {
  .recipe-listing-content-grid {
    padding: 50px 0 50px
  }
}
.recipe-listing-content-grid .heading {
  margin: 0 auto;
  max-width: 1000px;
  padding-bottom: 20px;
  text-align: center
}
.recipe-listing-content-grid .heading > h1,
.recipe-listing-content-grid .heading > h2 {
  margin-bottom: 20px;
  margin-top: 0
}
.header-search {
  background-color: #000
}
.header-search .container {
  margin-bottom: 10px;
  margin-top: 10px
}
.header-search--is-active .header-search {
  max-height: 60px
}
.header-search .header-search--control {
  margin-right: 0;
  padding-right: 45px;
  position: relative
}
@media (min-width:992px) {
  .header-search .header-search--control {
    margin-right: 15px
  }
}
.header-search input {
  font-size: .875em;
  background: 0 0;
  border-bottom: 1px solid #999;
  border-left: none;
  border-radius: 0;
  border-right: none;
  border-top: none;
  color: #f6f6f6;
  font-family: ZillaSlab-Regular,Helvetica,Arial,sans-serif;
  height: 30px;
  margin-bottom: 30px;
  padding-left: 0
}
.header-search input::-webkit-input-placeholder {
  color: #9e9e9e
}
.header-search input:-moz-placeholder {
  color: #9e9e9e;
  opacity: 1
}
.header-search input::-moz-placeholder {
  color: #9e9e9e;
  opacity: 1
}
.header-search input:-ms-input-placeholder {
  color: #9e9e9e
}
.header-search .header-search--control--button {
  color: #999;
  width: 18.4px;
  background-color: transparent
}
.header-search .header-search--control--button:active,
.header-search .header-search--control--button:hover {
  background-color: transparent;
  color: #f6f6f6
}
.header-search .header-search--control--button svg {
  height: 18.4px;
  width: 18.4px
}
@media (min-width:768px) {
  .header-search .header-search--control--button {
    width: 23px
  }
  .header-search .header-search--control--button svg {
    height: 23px;
    width: 23px
  }
}
.search-results-filter {
  border-color: #f4f4f4
}
.search-results-filter .search-results-title {
  font-size: 1.25em
}
.search-results-filter .search-results-title .search-results-total {
  display: block;
  float: left;
  margin-right: 20px;
  margin-top: -1px
}
.search-results-filter .search-results-sort {
  font-size: .9375em
}
.search-results-filter .search-results-sort select {
  background: 0 0;
  border-width: 0;
  border-bottom: 2px solid #cfcfcf;
  border-radius: 0;
  margin-left: 10px;
  padding: 10px
}
.tab-grid-tabs:after {
  background: #ddd
}
.search-results-tab-total,
.search-results-title .search-results-total {
  font-size: .625em;
  width: 25px;
  height: 25px;
  background: #ebebeb;
  border-radius: 3px;
  border: 1px solid #ddd;
  display: inline-block;
  font-family: ZillaSlab-Bold,Helvetica,Arial,sans-serif;
  line-height: 25px;
  text-align: center
}
.search-results-tab-total {
  margin-top: -12px;
  position: absolute;
  right: 20px;
  top: 50%
}
.tab-grid-tab {
  border: 0;
  padding: 0;
  margin-right: 10px;
  width: 160px
}
@media (min-width:768px) {
  .tab-grid-tab {
    width: 200px
  }
}
.tab-grid-tab a {
  background-color: #f6f6f6;
  border-color: #cfcfcf;
  border-style: solid;
  border-width: 1px;
  color: #000;
  padding: 15px 20px;
  position: relative
}
.tab-grid-tab a:after {
  content: '';
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}
.tab-grid-tab a:hover {
  text-decoration: none
}
.tab-grid-tab a:hover:after {
  background: #cfcfcf
}
.tab-grid-tab--is-active.tab-grid-tab a {
  background: #fff;
  border-bottom-color: #fff;
  border-top-color: #000
}
.tab-grid-tab--is-active.tab-grid-tab a:after {
  background: #000
}
.search-results-title {
  font-family: ZillaSlab-Bold,Helvetica,Arial,sans-serif
}
.search-results-filter {
  margin-bottom: 40px;
  padding-bottom: 10px
}
.search-results .articles-content-grid .container {
  padding-bottom: 20px;
  padding-top: 0
}
.search-results .search-pagination {
  margin-top: 20px
}
.pagination--next,
.pagination--pages,
.pagination--prev {
  border-color: #ddd;
  text-transform: uppercase;
  font-family: ZillaSlab-Bold,Helvetica,Arial,sans-serif
}
.pagination--next a,
.pagination--pages a,
.pagination--prev a {
  color: #5d5c5b
}
.pagination--next > a:hover,
.pagination--next li:not(.pagination--current) a:hover,
.pagination--pages > a:hover,
.pagination--pages li:not(.pagination--current) a:hover,
.pagination--prev > a:hover,
.pagination--prev li:not(.pagination--current) a:hover {
  background: #f6f6f6
}
.pagination--prev svg {
  margin-right: 10px
}
.pagination--next svg {
  margin-left: 10px
}
.pagination--pages li + li {
  border-color: #ddd
}
li.pagination--current.pagination--current {
  background: #000;
  border-color: #000
}
li.pagination--current.pagination--current + li {
  border-left-color: #000
}
li.pagination--current.pagination--current a {
  color: #f6f6f6
}
.cookie-message {
  background-color: #878787;
  color: #f6f6f6
}
.cookie-message .icon-close {
  color: #000
}
.cookie-message .icon-close:active,
.cookie-message .icon-close:focus,
.cookie-message .icon-close:hover {
  color: #f6f6f6
}
.state-modal-overlay {
  background-color: rgba(0,0,0,.5)
}
.state-modal-content {
  background-color: #fff
}
.state-modal-button {
  border-color: #000;
  background-color: #fff;
  color: #000
}
.state-modal-button-selected {
  background-color: #000;
  color: #fff
}
.state-modal-continue {
  background-color: #000;
  color: #fff
}
.state-modal-title {
  text-transform: none;
  font-size: 1.5em;
  font-weight: 700
}
.state-modal-close,
.state-modal-close:hover {
  background: 0 0;
  color: #000;
  border: none
}
.header-state-selector a {
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  margin-right: 0
}
@media (min-width:992px) {
  .header-state-selector a {
    font-size: 22px;
    line-height: 1.2
  }
}
.header-state-selector a .selected-state {
  font-weight: 700
}