.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
#subHeaderContent {
  width: 100%;
}
#customHeaderContent {
  text-align: center;
  max-width: 100%;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  /* NAVIGATION STYLES */

}
#customHeaderContent * {
  box-sizing: border-box;
}
#customHeaderContent li {
  list-style-type: none;
}
#customHeaderContent h1 {
  font-family: "omnes-pro", Arial, sans-serif;
  color: #fae8cd;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 4px;
  text-transform: none;
  max-width: 640px;
  margin: 0 auto 36px auto;
}
@media screen and (min-width: 640px) {
  #customHeaderContent h1 {
    margin: 0 auto 96px auto;
  }
}
@media screen and (min-width: 1024px) {
  #customHeaderContent h1 {
    line-height: 70px;
    font-size: 65px;
  }
}
#customHeaderContent div.heading {
  background: #1c1f25 url(files/bg.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 40px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 640px) {
  #customHeaderContent div.heading {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1024px) {
  #customHeaderContent div.heading {
    padding-top: 240px;
    padding-bottom: 100px;
    background-image: url(files/bg_desktop.jpg);
    height: 792px;
  }
}
#customHeaderContent div.hero {
  background: #1c1f25 url('files/gray-bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  padding: 24px 24px 96px;
  position: relative;
}
@media screen and (min-width: 640px) {
  #customHeaderContent div.hero {
    padding: 48px 24px 144px;
  }
}
@media screen and (min-width: 768px) {
  #customHeaderContent div.hero {
    padding: 96px 0 144px;
  }
}
#customHeaderContent div.hero p {
  font-family: "omnes-pro", Arial, sans-serif;
  color: #fae8cd;
  max-width: 640px;
  margin: auto;
}
@media screen and (min-width: 640px) {
  #customHeaderContent div.hero p {
    font-size: 20px;
    line-height: 24px;
  }
}
#customHeaderContent a.whitebtn {
  display: inline-block;
  color: #dac079;
  border-bottom: 8px solid #dac079;
  background: white;
  line-height: 24px;
  padding: 0 48px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 24px;
  margin-top: 48px;
}
@media screen and (min-width: 640px) {
  #customHeaderContent a.whitebtn {
    font-size: 18px;
    padding: 36px 40px;
  }
}
@media screen and (min-width: 1024px) {
  #customHeaderContent a.whitebtn {
    padding: 36px 24px;
  }
}
#customHeaderContent ul.lifts {
  display: inline-block;
  max-width: 1820px;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 960px) {
  #customHeaderContent ul.lifts {
    *zoom: 1;
  }
  #customHeaderContent ul.lifts:before,
  #customHeaderContent ul.lifts:after {
    display: table;
    content: "";
  }
  #customHeaderContent ul.lifts:after {
    clear: both;
  }
}
#customHeaderContent ul.lifts li {
  list-style-type: none;
  display: block;
  padding: 72px 20px;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 960px) {
  #customHeaderContent ul.lifts li {
    width: 50%;
    float: left;
    height: 500px;
  }
}
@media screen and (min-width: 1024px) {
  #customHeaderContent ul.lifts li {
    height: 708px;
  }
}
#customHeaderContent ul.lifts li h3,
#customHeaderContent ul.lifts li p {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}
#customHeaderContent ul.lifts li h3 {
  margin-bottom: 12px;
}
@media screen and (min-width: 960px) {
  #customHeaderContent ul.lifts li h3 {
    margin-bottom: 48px;
  }
}
#customHeaderContent ul.lifts li.lift1 {
  padding-bottom: 192px;
}
#customHeaderContent ul.lifts li.lift1 h3,
#customHeaderContent ul.lifts li.lift1 p {
  color: #fae8cd;
  text-shadow: 1px 1px 9px black;
}
@media screen and (min-width: 640px) {
  #customHeaderContent ul.lifts li.lift1 h3,
  #customHeaderContent ul.lifts li.lift1 p {
    text-shadow: none;
  }
}
#customHeaderContent ul.lifts li.lift2 h3,
#customHeaderContent ul.lifts li.lift2 p {
  color: #212121;
}
#customHeaderContent ul.lifts li.lift3 h3,
#customHeaderContent ul.lifts li.lift3 p {
  color: #fff0da;
  text-shadow: 1px 1px 9px black;
}
@media screen and (min-width: 640px) {
  #customHeaderContent ul.lifts li.lift3 h3,
  #customHeaderContent ul.lifts li.lift3 p {
    text-shadow: none;
  }
}
#customHeaderContent ul.lifts li.lift4 h3,
#customHeaderContent ul.lifts li.lift4 p {
  color: #fff0da;
  text-shadow: 1px 1px 9px black;
}
@media screen and (min-width: 640px) {
  #customHeaderContent ul.lifts li.lift4 h3,
  #customHeaderContent ul.lifts li.lift4 p {
    text-shadow: none;
  }
}
#customHeaderContent div.products {
  padding: 72px 10px;
}
#customHeaderContent div.products * {
  color: #212121;
}
#customHeaderContent div.products > p {
  font-size: 22px;
  line-height: 24px;
  max-width: 560px;
  margin: 0 auto 72px;
}
#customHeaderContent div.products > ul {
  text-align: center;
}
#customHeaderContent div.products > ul > li {
  max-width: 400px;
  text-align: left;
  display: inline-block;
  padding-bottom: 48px;
}
@media screen and (min-width: 960px) {
  #customHeaderContent div.products > ul > li {
    padding-bottom: 96px;
  }
}
@media screen and (min-width: 960px) {
  #customHeaderContent div.products > ul > li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 1024px) {
  #customHeaderContent div.products > ul > li {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media screen and (min-width: 1280px) {
  #customHeaderContent div.products > ul > li {
    margin-left: 80px;
    margin-right: 80px;
  }
}
#customHeaderContent div.products > ul > li img {
  max-width: 90%;
  margin-bottom: 24px;
}
@media screen and (min-width: 960px) {
  #customHeaderContent div.products > ul > li img {
    margin-bottom: 48px;
  }
}
#customHeaderContent div.products > ul > li h3 {
  text-align: center;
  line-height: 36px;
  font-size: 24px;
  margin-bottom: 24px;
  font-weight: 600;
}
#customHeaderContent div.infograph {
  background: #212121;
  padding-top: 84px;
  padding-bottom: 144px;
}
#customHeaderContent div.infograph h2 {
  color: #fae8cd;
  font-weight: 300;
  font-style: italic;
  max-width: 800px;
  margin: 24px auto 48px;
}
@media screen and (min-width: 1024px) {
  #customHeaderContent div.infograph h2 {
    font-size: 50px;
    line-height: 50px;
  }
}
#customHeaderContent div.infograph img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  max-width: 100%;
}
#customHeaderContent section.premium {
  position: relative;
  padding-top: 48px;
}
@media screen and (min-width: 640px) {
  #customHeaderContent section.premium {
    padding-top: 144px;
  }
}
#customHeaderContent section.premium img.logo {
  z-index: 9;
  display: block;
  width: 150px;
  margin: -75px auto 0;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
}
@media screen and (min-width: 640px) {
  #customHeaderContent section.premium img.logo {
    margin-top: -114px;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  #customHeaderContent section.premium img.logo {
    z-index: 300;
  }
}
#customHeaderContent section.premium > h2 {
  color: #212121;
  font-weight: 300;
  font-style: italic;
  max-width: 800px;
  margin-top: 72px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 96px;
}
@media screen and (min-width: 640px) {
  #customHeaderContent section.premium > h2 {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  #customHeaderContent section.premium > h2 {
    font-size: 50px;
    line-height: 54px;
  }
}
#customHeaderContent section.premium > h3 {
  color: #212121;
  font-weight: 300;
  font-size: 30px;
  line-height: 34px;
}
#customHeaderContent section.premium > p {
  font-size: 22px;
  line-height: 24px;
  max-width: 560px;
  margin: 0 auto 72px;
}
#customHeaderContent section.premium a.btn-black {
  background: black;
  color: white;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  padding: 12px;
  border-radius: 24px;
  display: block;
  width: 320px;
  margin: auto;
}
#customHeaderContent section.premium a.btn-black:hover {
  background: #212121;
}
#customHeaderContent section.premium#butter {
  background: #fff0da;
}
#customHeaderContent section.premium#cheese {
  background: #fff0da;
}
#customHeaderContent section.premium#cheese .ribbon {
  top: -30px;
  left: 0;
  max-width: 1230px;
  content: "";
  position: absolute;
  z-index: 9;
  width: 100%;
}
@media screen and (min-width: 640px) {
  #customHeaderContent section.premium#cheese .ribbon {
    max-width: 640px;
    top: -50px;
  }
}
@media screen and (min-width: 768px) {
  #customHeaderContent section.premium#cheese .ribbon {
    max-width: 768px;
    top: -70px;
  }
}
@media screen and (min-width: 960px) {
  #customHeaderContent section.premium#cheese .ribbon {
    max-width: 960px;
    top: -90px;
  }
}
@media screen and (min-width: 1024px) {
  #customHeaderContent section.premium#cheese .ribbon {
    max-width: 1230px;
    top: -110px;
  }
}
#customHeaderContent section.premium#cheese div.cheese {
  background: #f8deb8;
  padding: 84px 24px;
  position: relative;
}
#customHeaderContent section.premium#cheese div.cheese > h2 {
  color: #212121;
  font-weight: 300;
  font-style: italic;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}
@media screen and (min-width: 640px) {
  #customHeaderContent section.premium#cheese div.cheese > h2 {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1024px) {
  #customHeaderContent section.premium#cheese div.cheese > h2 {
    font-size: 50px;
    line-height: 54px;
  }
}
#customHeaderContent section.premium#cheese div.cheese > h3 {
  color: #212121;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 12px;
}
@media screen and (min-width: 640px) {
  #customHeaderContent section.premium#cheese div.cheese > h3 {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 640px) {
  #customHeaderContent section.premium#cheese div.cheese > h3 {
    font-size: 30px;
    line-height: 34px;
  }
}
#customHeaderContent section.premium#cheese div.cheese > p {
  font-size: 18px;
  line-height: 21px;
  max-width: 560px;
  margin: 0 auto 24px;
}
@media screen and (min-width: 640px) {
  #customHeaderContent section.premium#cheese div.cheese > p {
    font-size: 22px;
    line-height: 24px;
    margin: 0 auto 72px;
  }
}
#customHeaderContent section.premium#cheese div.cheese ul {
  max-width: 960px;
  margin: 0 auto 48px;
}
#customHeaderContent section.premium#cheese div.cheese ul li {
  display: block;
  min-height: 312px;
}
@media screen and (min-width: 768px) {
  #customHeaderContent section.premium#cheese div.cheese ul li {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  #customHeaderContent section.premium#cheese div.cheese ul li img {
    float: left;
    margin: 0 40px;
  }
}
@media screen and (min-width: 960px) {
  #customHeaderContent section.premium#cheese div.cheese ul li img {
    margin: 0 120px;
  }
}
#customHeaderContent section.premium#cheese div.cheese ul li h4 {
  padding-top: 24px;
  font-size: 32px;
  line-height: 36px;
}
#customHeaderContent section.premium#cheese div.cheese ul li + li {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  #customHeaderContent section.premium#cheese div.cheese ul li + li {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  #customHeaderContent section.premium#cheese div.cheese ul li + li img {
    float: right;
  }
}
#customHeaderContent section.premium#cheese div.cheese.spread {
  background: #fff0da;
}
#customHeaderContent section.premium#cheese div.cheese.spread ul {
  display: inline-block;
}
#customHeaderContent section.premium#cheese div.cheese.spread ul li {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #customHeaderContent section.premium#cheese div.cheese.spread ul li {
    float: left;
    width: 320px;
  }
}
@media screen and (min-width: 1024px) {
  #customHeaderContent section.premium#cheese div.cheese.spread ul li {
    width: 480px;
  }
}
#customHeaderContent section.premium#cheese div.cheese.spread ul li img {
  float: none;
  margin: 0;
  width: 280px;
}
@media screen and (min-width: 1024px) {
  #customHeaderContent section.premium#cheese div.cheese.spread ul li img {
    width: auto;
  }
}
#customHeaderContent section.premium#cheese div.cheese.spread ul li h4 {
  font-size: 24px;
  line-height: 24px;
  max-width: 240px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #customHeaderContent section.premium#cheese div.cheese.spread ul li + li {
    margin-top: 0;
  }
}
#customHeaderContent .w768 {
  width: 1px;
  height: 1px;
  display: none;
  position: absolute;
  left: -2px;
}
@media screen and (min-width: 768px) {
  #customHeaderContent .w768 {
    display: block;
  }
}
#customHeaderContent .naviwrapper {
  background-color: white;
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 200;
}
@media screen and (min-width: 768px) {
  #customHeaderContent .naviwrapper {
    height: 94px;
    clear: both;
  }
}
#customHeaderContent .naviwrapper.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  transform: translateX(0);
  z-index: 10;
}
#customHeaderContent .naviwrapper nav {
  background-color: white;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #customHeaderContent .naviwrapper nav {
    height: 94px;
  }
}
#customHeaderContent .naviwrapper nav a {
  color: #e0bb77;
  font-weight: 600;
  text-decoration: none;
  display: block;
  font-size: 24px;
  line-height: 34px;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  #customHeaderContent .naviwrapper nav a {
    width: 374px;
  }
}
@media screen and (min-width: 960px) {
  #customHeaderContent .naviwrapper nav a {
    width: 470px;
  }
}
#customHeaderContent .naviwrapper nav a span {
  position: relative;
}
@media screen and (min-width: 768px) {
  #customHeaderContent .naviwrapper nav a span {
    margin-right: 80px;
  }
}
@media screen and (min-width: 960px) {
  #customHeaderContent .naviwrapper nav a span {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  #customHeaderContent .naviwrapper nav a + a span {
    margin-right: 0;
    margin-left: 80px;
  }
}
@media screen and (min-width: 960px) {
  #customHeaderContent .naviwrapper nav a + a span {
    margin-left: 0;
  }
}
#customHeaderContent .naviwrapper nav a.selected span:after {
  background-color: #e0bb77;
  position: absolute;
  content: "";
  z-index: 1;
  bottom: 0;
  height: 3px;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  #customHeaderContent .naviwrapper nav a.selected span:after {
    bottom: -29px;
    height: 8px;
  }
}
@media screen and (min-width: 768px) {
  #customHeaderContent .naviwrapper nav a {
    display: inline-block;
    padding: 0;
    line-height: 94px;
  }
}
@media screen and (min-width: 640px) {
  footer#page-footer {
    margin-top: 0px;
  }
}
