*,
.slick-slider {
  box-sizing: border-box;
}

.liquid-child,
.slick-list {
  overflow: hidden;
}

*,
.slick-list {
  margin: 0;
  padding: 0;
}

.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}

.slick-list,
.slick-slider,
.slick-track,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.heading-large,
.heading-medium,
.heading-small,
.heading-xlarge,
.heading-xsmall,
.nav-text,
.utility-text,
h1,
h2,
h3,
h4,
h5 {
  text-transform: uppercase;
}

.nav-main,
table tbody tr:nth-of-type(odd),
table thead tr {
  background-image: url(/static/img/noise.png);
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}

.picker__table,
table {
  border-collapse: collapse;
  border-spacing: 0;
}

#main,
#main:after,
.card-group ul,
.clearfix,
.content-tile .details-list:after,
.footer-contact .map,
.footer-contact .map .tooltip a,
.footer-main,
.form-toolbar,
.index-stay:after,
.module-group>div,
.nav-main,
.nav-main .nav-group-promos ul:after,
.nav-main:after,
.play-apply .field-group:after,
.play-apply h3,
.property-map .clearer,
.rewards-promo:after,
.slick-track:after,
.tab-group,
.valid-form .clear {
  clear: both;
}

.picker__list,
ol,
ul {
  list-style: none;
}

* {
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
  font-family: "proxima-nova", Arial, sans-serif !important;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

.slick-slider {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.btn-play,
.btn-play:after {
  -ms-transform: translate(-50%, -50%);
}

.slick-track {
  left: 0;
  top: 0;
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  outline: 0;
}

[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-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.h1,
.heading-xlarge,
h1 {
  font-size: 48px;
}

.h2,
.heading-large,
h2 {
  font-size: 44px;
}

@media only screen and (max-width:900px) {

  .h1,
  .heading-xlarge,
  h1 {
    font-size: 44px
  }

  .h2,
  .heading-large,
  h2 {
    font-size: 38px
  }
}

@media only screen and (max-width:480px) {

  .h2,
  .heading-large,
  h2 {
    font-size: 30px
  }
}

.h3,
.heading-medium,
h3 {
  font-size: 30px;
}

.h4,
.heading-small,
h4 {
  font-size: 24px;
}

@media only screen and (max-width:900px) {

  .h3,
  .heading-medium,
  h3 {
    font-size: 24px
  }

  .h4,
  .heading-small,
  h4 {
    font-size: 20px
  }
}

.h5,
.heading-xsmall,
h5 {
  font-size: 14px;
}

.body-text,
a,
li,
p,
span {
  font-size: 18px;
  line-height: 22px;
}

.btn,
.btn-default {
  border: 2px solid #c4c1a3;
  display: inline-block;
  line-height: 44px;
  padding: 0 20px;
  text-align: center;
  outline: 0;
  font-weight: 700;
  color: #c4c1a3;
}

a {
  text-decoration: none;
}

.content-intro p>a,
.detail-details a,
.footer-legal a,
.wysiwyg a,
.wysiwyg-module a {
  text-decoration: underline;
}

.utility-text {
  font-size: 12px;
}

.nav-text {
  font-size: 16px;
}

.input-text {
  font-size: 14px;
  font-style: italic;
}

.title-large {
  font-size: 18px;
}

.title-small {
  font-size: 14px;
}

.title-xsmall {
  font-size: 12px;
}

.btn,
.btn-dark,
.btn-default {
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
}

.icon-cloudy:before {
  content: "\f114";
}

.icon-club-house:before {
  content: "\f115";
}

.icon-day-pass:before {
  content: "\f116";
}

.icon-diesel:before {
  content: "\f117";
}

.icon-dog:before {
  content: "\f118";
}

.icon-early-check-in:before {
  content: "\f119";
}

.icon-envelope:before {
  content: "\f11a";
}

.icon-eye:before {
  content: "\f11b";
}

.icon-facebook:before {
  content: "\f11c";
}

.icon-foggy:before {
  content: "\f11d";
}

.icon-fridge:before {
  content: "\f11e";
}

.icon-game:before {
  content: "\f11f";
}

.icon-gas:before {
  content: "\f120";
}

.icon-gift-card:before {
  content: "\f121";
}

.icon-grid:before {
  content: "\f122";
}

.icon-guy:before {
  content: "\f123";
}

.icon-horseshoe:before {
  content: "\f124";
}

.icon-hot-air-balloon:before {
  content: "\f125";
}

.icon-instagram:before {
  content: "\f126";
}

.icon-key-card:before {
  content: "\f127";
}

.icon-laundry:before {
  content: "\f128";
}

.icon-lightning:before {
  content: "\f129";
}

.icon-list:before {
  content: "\f12a";
}

.icon-logo:before {
  content: "\f12b";
}

.icon-mag-glass:before {
  content: "\f12c";
}

.icon-partly_cloudy:before {
  content: "\f12d";
}

.icon-partly_rainy:before {
  content: "\f12e";
}

.icon-party:before {
  content: "\f12f";
}

.icon-phone:before {
  content: "\f130";
}

.icon-picnic:before {
  content: "\f131";
}

.icon-pin:before {
  content: "\f132";
}

.icon-plane-ticket:before {
  content: "\f133";
}

.icon-plant:before {
  content: "\f134";
}

.icon-play:before {
  content: "\f135";
}

.icon-pool:before {
  content: "\f136";
}

.icon-postage:before {
  content: "\f137";
}

.icon-power:before {
  content: "\f138";
}

.icon-propane:before {
  content: "\f139";
}

.icon-quote-left:before {
  content: "\f13a";
}

.icon-quote-right:before {
  content: "\f13b";
}

.icon-rainy:before {
  content: "\f13c";
}

.icon-safe:before {
  content: "\f13d";
}

.icon-scattered_clouds:before {
  content: "\f13e";
}

.icon-scooter:before {
  content: "\f13f";
}

.icon-search:before {
  content: "\f140";
}

.icon-security-1:before {
  content: "\f141";
}

.icon-security-2:before {
  content: "\f142";
}

.icon-shop:before {
  content: "\f143";
}

.icon-showers:before {
  content: "\f144";
}

.icon-shuttle:before {
  content: "\f145";
}

.icon-spade:before {
  content: "\f146";
}

.icon-spade-icon:before {
  content: "\e900";
}

.icon-speech-bubble:before {
  content: "\f147";
}

.icon-star:before {
  content: "\f148";
}

.icon-sunny:before {
  content: "\f149";
}

.icon-taco:before {
  content: "\f14a";
}

.icon-telephone:before {
  content: "\f14b";
}

.icon-three-pets:before {
  content: "\f14c";
}

.icon-ticket:before {
  content: "\f14d";
}

.icon-towel:before {
  content: "\f14e";
}

.icon-tray:before {
  content: "\f14f";
}

.icon-truck:before {
  content: "\f150";
}

.icon-tv:before {
  content: "\f151";
}

.icon-twitter:before {
  content: "\f152";
}

.icon-utensils:before {
  content: "\f153";
}

.icon-water:before {
  content: "\f154";
}

.icon-weight:before {
  content: "\f155";
}

.icon-wifi:before {
  content: "\f156";
}

.icon-wine:before {
  content: "\f157";
}

.icon-world:before {
  content: "\f158";
}

.icon-yelp:before {
  content: "\f159";
}

.icon-youtube:before {
  content: "\f15a";
}

/* @font-face {
    font-family: ProximaNova;
    font-weight: 100;
    src: url(/static/fonts/ProximaNovaLight/93cc6d34-798e-42c8-87d2-fd6391801b63.eot?#iefix);
    src: url(/static/fonts/ProximaNovaLight/93cc6d34-798e-42c8-87d2-fd6391801b63.eot?#iefix) format("eot"), url(/static/fonts/ProximaNovaLight/2fa30669-9bbd-4ced-912f-db94a367ed6c.woff) format("woff"), url(/static/fonts/ProximaNovaLight/c12b3ebb-3771-483f-a84a-ac63d615c28e.ttf) format("truetype"), url(/static/fonts/ProximaNovaLight/2a961063-ea56-4a4b-8cea-bdae32edb0e2.svg#2a961063-ea56-4a4b-8cea-bdae32edb0e2) format("svg");
}

@font-face {
    font-family: ProximaNova;
    src: url(/static/fonts/ProximaNovaRegular/7e90123f-e4a7-4689-b41f-6bcfe331c00a.eot?#iefix);
    src: url(/static/fonts/ProximaNovaRegular/7e90123f-e4a7-4689-b41f-6bcfe331c00a.eot?#iefix) format("eot"), url(/static/fonts/ProximaNovaRegular/64017d81-9430-4cba-8219-8f5cc28b923e.woff2) format("woff2"), url(/static/fonts/ProximaNovaRegular/e56ecb6d-da41-4bd9-982d-2d295bec9ab0.woff) format("woff"), url(/static/fonts/ProximaNovaRegular/2aff4f81-3e97-4a83-9e6c-45e33c024796.ttf) format("truetype"), url(/static/fonts/ProximaNovaRegular/ab9cd062-380f-4b53-b1a7-c0bec7402235.svg#ab9cd062-380f-4b53-b1a7-c0bec7402235) format("svg");
}

@font-face {
    font-family: ProximaNova;
    font-weight: 700;
    src: url(/static/fonts/ProximaNovaBold/fbc6b03a-b3a1-427c-a884-053deca3a53c.eot?#iefix);
    src: url(/static/fonts/ProximaNovaBold/fbc6b03a-b3a1-427c-a884-053deca3a53c.eot?#iefix) format("eot"), url(/static/fonts/ProximaNovaBold/0d416408-95c6-4ad7-b08d-e60573d3b37d.woff2) format("woff2"), url(/static/fonts/ProximaNovaBold/d999c07b-a049-4eb5-b8a6-4f36ae25e67e.woff) format("woff"), url(/static/fonts/ProximaNovaBold/4d4a75f5-d32a-4a09-8665-133afd39cc37.ttf) format("truetype"), url(/static/fonts/ProximaNovaBold/8152bc4e-d700-4c78-b6be-326893e6f53f.svg#8152bc4e-d700-4c78-b6be-326893e6f53f) format("svg");
} */

.btn {
  transition: box-shadow .3s ease-in-out, color .3s ease-in-out;
}

.btn-play,
.icon-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transition: opacity .4s, transform .1s;
}

.btn-default {
  background-color: #c4c1a3;
  box-shadow: inset 0 0 0 50px #fff;
  min-width: 140px;
}

.btn-default:hover,
.btn-light {
  box-shadow: inset 0 0 0 0 #fff;
}

.btn-default:hover {
  color: #fff;
}

.btn-dark {
  border: 2px solid #333;
  display: inline-block;
  line-height: 44px;
  padding: 0 20px;
  text-align: center;
  outline: 0;
  font-weight: 700;
  color: #333;
}

.btn-fancy,
.btn-light {
  cursor: pointer;
  border: 2px solid #fff;
  font-size: 14px;
  line-height: 44px;
  padding: 0 20px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  outline: 0;
}

.btn-dark:hover {
  background-color: #333;
  color: #fff;
}

.btn-light {
  color: #fff;
}

.btn-light:hover {
  box-shadow: inset 0 0 0 50px #fff;
  color: #c4c1a3;
}

.btn-fancy {
  color: #fff;
  background-color: rgba(255, 255, 255, .3);
}

.btn-fancy:hover {
  background-color: #fff;
  box-shadow: inset 0 0 0 50px #fff;
  color: #c4c1a3;
}

.btn-disabled {
  font-size: 14px;
  text-transform: uppercase;
  border: 2px solid #d5d5d5;
  display: inline-block;
  line-height: 44px;
  padding: 0 20px;
  text-align: center;
  outline: 0;
  font-weight: 700;
  cursor: default;
}

.btn-group {
  text-align: center;
}

.btn-group .btn {
  display: inline-block;
  margin-right: 3%;
  margin-left: 3%;
}

.btn-play:after,
.btn-play:before,
.loader:after {
  display: block;
  content: "";
}

@media only screen and (max-width:900px) {
  .btn-group .btn {
    display: block;
    margin: 0 auto 20px
  }
}

.btn-play {
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, .2);
  border-radius: 50%;
  border: 3px solid #fff;
  width: 9%;
}

.btn-play:before {
  cursor: pointer;
  text-indent: -9999px;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.btn-play:after {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-left-width: 25px;
  margin-left: 5px;
  cursor: pointer;
}

.icon-play {
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.icon-play:before {
  color: #fff;
  font-size: 80px;
}

table {
  width: 100%;
}

table.events-table {
  width: calc(100% - 80px);
  margin: 40px;
}

table.events-table td {
  width: 20%;
}

table.events-table td:first-child {
  padding-left: 40px;
}

table td,
table th {
  cursor: default;
  padding: 20px 10px;
  text-align: center;
}

.filter-grid .flyout li,
.flyout-menu,
.flyout-menu .flyout li,
.flyout-menu .heading,
.is-enabled .accordion-item .trigger,
.nav-main .heading,
.nav-main a,
.tab-item,
.toggle-nav {
  cursor: pointer;
}

table td:first-child,
table thead tr th:first-child {
  text-align: left;
  padding-left: 20px;
}

table p,
table td {
  font-size: 15px;
}

table td.active {
  font-weight: 700;
}

table thead tr {
  background-color: #333;
  color: #fff;
}

table tbody tr:nth-of-type(odd) {
  background-color: #d5d5d5;
}

@media only screen and (max-width:900px) {
  table.events-table {
    width: 100%;
    margin: 20px 0
  }

  table td,
  table th {
    padding: 20px 4px
  }

  table p,
  table td {
    font-size: 12px
  }

  table th {
    font-size: 13px
  }
}

@media only screen and (max-width:480px) {
  table td:first-child {
    width: 160px
  }
}

.liquid-container {
  position: relative;
  overflow: hidden;
}

.lf-overlay,
.lm-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.lm-container {
  z-index: 10;
  overflow: auto;
}

.lf-overlay {
  z-index: 9;
  background-color: #fff;
  opacity: .9;
}

.lf-modal-open {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@keyframes spin {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

.loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.loader:after {
  position: relative;
  top: 50%;
  margin: -30px auto 0;
  background: url(/static/img/preloader.png) center no-repeat;
  background-size: cover;
  width: 60px;
  height: 60px;
  animation-name: spin;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: .4s;
}

.header-main {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.header-main .header-link {
  position: relative;
  left: 30px;
}

.header-main .header-link.desktop {
  line-height: 0;
}

.header-main .header-link img {
  width: 210px;
  padding: 15px 0;
}

.header-main .play-link-image {
  display: none;
  margin: auto;
}

.header-main .play-link-image.wide-layout {
  display: block;
  width: 107px;
  padding: 12px 0;
}

@media only screen and (max-width:520px) {
  .header-main .play-link-image.wide-layout {
    display: none
  }

  .header-main .play-link-image.stacked-layout {
    width: 58px;
    display: block
  }
}

.hide .header-main {
  display: none;
}

.header-main .icon-logo {
  display: inline-block;
  line-height: 92px;
  margin-left: 40px;
  position: relative;
}

.header-main .icon-logo:before {
  font-size: 120px;
  line-height: 0;
}

.header-main .icon-logo a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

.header-main .flyout-menu {
  position: absolute;
  top: 13px;
  z-index: 1;
}

.header-main .flyout-menu,
.header-main .flyout-menu a {
  font-size: 12px;
  text-transform: uppercase;
}

.header-main .join-subnav {
  opacity: 0;
}

.header-main .header-link.mobile,
.header-main .nav-group.mobile,
.nav-main .header-link.mobile,
.nav-main .nav-group.mobile {
  display: none;
}

@media only screen and (max-width:900px) {

  .header-main .flyout-menu,
  .header-main .flyout-menu .flyout {
    background-color: #5e0f1b;
    background-image: url(/static/img/noise.png)
  }

  .header-main {
    text-align: center
  }

  .header-main .header-link {
    left: 0
  }

  .header-main .header-link img {
    padding-top: 20px;
    width: 100px
  }

  .header-main nav {
    position: relative
  }

  .header-main .icon-logo {
    width: 100%;
    line-height: 90px;
    text-align: center;
    margin-left: 0
  }

  .header-main .flyout-menu {
    position: relative;
    top: initial;
    width: 100%;
    line-height: 46px;
    height: 70px;
    padding-left: 20px;
    z-index: 5
  }

  .header-main .flyout-menu:before {
    font-size: 16px;
    right: 20px
  }

  .header-main .flyout-menu .heading {
    color: #fff;
    font-size: 14px
  }

  .header-main .flyout-menu .heading:before {
    font-size: 20px;
    margin-right: 5px
  }

  .header-main .flyout-menu .flyout {
    width: 100%;
    text-align: left
  }

  .nav-is-open .header-main nav:after,
  .nav-is-open .header-main nav:before {
    content: "";
    width: 50%;
    position: absolute;
    z-index: 0;
    top: 138px;
    height: 100%
  }

  .header-main .flyout-menu .flyout a {
    color: #fff
  }

  .header-main .flyout-menu .flyout a.active,
  .header-main .flyout-menu .flyout a:hover {
    background-color: #420912
  }

  .nav-is-open .header-main nav:before {
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, .45) 0, transparent 40%, transparent 50%, rgba(30, 87, 153, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73000000', endColorstr='#001e5799', GradientType=1)
  }

  .nav-is-open .header-main nav:after {
    right: 0;
    background: linear-gradient(45deg, rgba(30, 87, 153, 0) 0, transparent 50%, transparent 60%, rgba(0, 0, 0, .45) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#73000000', GradientType=1)
  }

  .header-main .join-subnav {
    opacity: 1
  }

  .header-main .icon-logo:before {
    font-size: 150px
  }

  .header-main .header-link.mobile,
  .header-main .nav-group.mobile,
  .nav-main .header-link.mobile,
  .nav-main .nav-group.mobile {
    display: block
  }

  .header-main .header-link.desktop,
  .header-main .nav-group.desktop,
  .nav-account,
  .nav-language,
  .nav-main,
  .nav-main .header-link.desktop,
  .nav-main .nav-group.desktop {
    display: none
  }
}

.nav-is-open .nav-account,
.nav-is-open .nav-language,
.nav-is-open .nav-main {
  display: block;
}

.nav-language {
  display: none !important;
}

.nav-main {
  background-color: #5e0f1b;
  background-image: url(/static/img/noise.png), linear-gradient(0deg, #5e0f1b 0, #420912 100%);
}

.nav-main:after,
.nav-main:before {
  content: "";
  display: table;
}

.nav-main .heading,
.nav-main a {
  font-size: 16px;
  text-transform: uppercase;
}

.nav-main .heading {
  color: #fff;
  display: block;
  padding: 0 40px;
  line-height: 70px;
}

.nav-main .heading.active,
.nav-main .heading:hover {
  background-color: #420912;
  background-image: url(/static/img/noise.png);
}

.nav-main .nav-group {
  color: #fff;
  display: block;
  float: left;
}

.nav-main .nav-group .drawer {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 100%;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  width: 100%;
  z-index: 100;
  -ms-transform: translateY(-25px);
  transform: translateY(-25px);
  transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}

.nav-main .nav-group .heading img,
.nav-main .nav-group .heading span {
  display: inline-block;
  vertical-align: middle;
}

.nav-main .nav-group.active>.heading,
.nav-main .nav-group:hover>.heading {
  background-color: #420912;
  background-image: url(/static/img/noise.png);
}

.nav-main .nav-group.active .drawer,
.nav-main .nav-group:hover .drawer {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.nav-main .nav-group-subnav {
  background-color: #420912;
  background-image: url(/static/img/noise.png);
  position: relative;
  text-align: left;
  z-index: 1;
}

.nav-main .nav-group-subnav li {
  display: inline-block;
}

.nav-main .nav-group-subnav a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  padding: 0 40px;
}

.nav-main .nav-group-subnav a.active,
.nav-main .nav-group-subnav a:hover {
  background-color: #300c11;
  background-image: url(/static/img/noise.png);
}

.nav-main .nav-group-promos {
  background-color: #d5d5d5;
  background-image: url(/static/img/noise.png);
  background-image: url(/static/img/noise.png), linear-gradient(0deg, #d5d5d5 0, #888 100%);
  padding: 40px;
  position: relative;
}

.nav-main .nav-group-promos ul {
  margin: auto;
}

.nav-main .nav-group-promos ul:after,
.nav-main .nav-group-promos ul:before {
  content: "";
  display: table;
}

.content-tile .image-thumb:after,
.footer-legal a:before,
.nav-language a:after,
.nav-main .nav-group-promos .promo:after {
  content: "";
}

.nav-main .nav-group-promos .promo {
  padding: 0 15px;
  width: 33.33%;
  color: #1f1e1e;
  position: relative;
  overflow: hidden;
  float: left;
}

.nav-main .nav-group-promos .promo:after {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  width: 2px;
  height: 100%;
  background-color: rgba(51, 51, 51, .2);
}

.nav-main .nav-group-promos .promo:last-child:after {
  display: none;
}

.nav-main .nav-group-promos .promo a {
  color: #000;
}

.nav-main .nav-group-promos .description {
  overflow: hidden;
}

.nav-main .nav-group-promos .description strong {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}

.nav-main .nav-group-promos .description,
.nav-main .nav-group-promos .description p {
  text-transform: none;
  font-size: 14px;
}

.nav-main .nav-group-promos .image-thumb {
  float: left;
  width: 40%;
  margin-right: 20px;
}

@media only screen and (max-width:1156px) {
  .nav-main .nav-group .heading {
    padding: 0 30px
  }
}

@media only screen and (max-width:996px) {
  .nav-main .nav-group .heading {
    padding: 0 20px
  }
}

@media only screen and (max-width:900px) {

  .nav-main:after,
  .nav-main:before {
    width: 50%;
    position: absolute;
    z-index: 0
  }

  .nav-main .nav-group:after,
  .nav-main:before {
    content: "";
    left: 0
  }

  .nav-main:after,
  .nav-main:before {
    bottom: 0;
    height: 300px;
    -ms-transform: scaleY(-1);
    transform: scaleY(-1)
  }

  .nav-main:before {
    background: linear-gradient(135deg, rgba(0, 0, 0, .45) 0, transparent 40%, transparent 50%, rgba(30, 87, 153, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73000000', endColorstr='#001e5799', GradientType=1)
  }

  .nav-main:after {
    content: "";
    right: 0;
    background: linear-gradient(45deg, rgba(30, 87, 153, 0) 0, transparent 50%, transparent 60%, rgba(0, 0, 0, .45) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#73000000', GradientType=1)
  }

  .nav-main .heading {
    line-height: 70px;
    font-size: 20px
  }

  .nav-main .nav-group {
    float: none;
    text-align: center;
    position: relative;
    z-index: 1;
    max-height: 70px
  }

  .nav-main .nav-group li {
    text-align: center;
    display: block
  }

  .nav-main .nav-group-promos,
  .nav-main .nav-group:first-child:after {
    display: none
  }

  .nav-main .nav-group .drawer {
    position: static
  }

  .nav-main .nav-group:after {
    position: absolute;
    top: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(0, 0, 0, .3)
  }

  .nav-main .nav-group:hover>.heading,
  .nav-main .nav-group>.heading {
    background: 0 0
  }

  .nav-main .nav-group-subnav {
    background-color: #300c11;
    background-image: url(/static/img/noise.png);
    height: auto
  }

  .nav-main .nav-group-subnav a {
    line-height: 50px
  }

  .nav-main .nav-group-subnav li {
    float: none
  }
}

.nav-utility {
  position: absolute;
  top: 51px;
  right: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav-utility li {
  float: left;
  padding-right: 30px;
}

.nav-utility li.nav-utility-link-property,
.nav-utility li:last-child {
  padding-right: 0;
}

.nav-utility a {
  font-size: 14px;
  text-transform: uppercase;
  color: #333;
  display: block;
}

.nav-utility a:before {
  color: #c4c1a3;
  font-size: 12px;
  position: relative;
  top: -1px;
  margin-right: 8px;
}

@media only screen and (max-width:900px) {

  .nav-utility li:after,
  .nav-utility:before {
    content: "";
    left: 0
  }

  .nav-utility {
    position: relative;
    top: 0;
    right: 0;
    padding: 10px 0;
    overflow: hidden;
    height: 75px;
    text-align: center
  }

  .nav-utility:before {
    display: block;
    position: absolute;
    width: 100%;
    height: 50px;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .1), transparent)
  }

  .nav-utility li {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    width: 25%;
    padding: 0 10px
  }

  .nav-utility li:after {
    position: absolute;
    width: 2px;
    background-color: rgba(216, 216, 216, .6);
    height: 80%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  .nav-utility li:last-child {
    padding-right: 10px
  }

  .nav-utility li:first-child:after {
    display: none
  }

  .nav-utility a {
    font-weight: 700;
    font-size: 11px;
    line-height: 11px
  }

  .nav-utility a:before {
    display: block;
    font-size: 30px;
    margin-bottom: 5px;
    margin-right: 0
  }

  .nav-account {
    left: 0
  }
}

.nav-account,
.nav-language {
  right: 30px;
}

.toggle-nav span:before,
.toggle-nav:before {
  font-size: 38px;
  color: #c4c1a3;
}

@media only screen and (max-width:480px) {
  .nav-utility li {
    width: 25%
  }

  .nav-utility li.hide-at-width-phone {
    display: none
  }
}

.nav-language li {
  text-align: right;
}

.nav-language .heading {
  display: block;
}

.nav-language a:after {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  top: 2px;
}

@media only screen and (max-width:900px) {
  .nav-language {
    right: 0
  }

  .nav-language li {
    text-align: left
  }

  .nav-language:after {
    content: "";
    left: 0;
    width: 2px;
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 60%
  }
}

.toggle-nav {
  position: absolute;
  top: 40px;
  left: 40px;
  right: auto;
  bottom: auto;
}

.toggle-nav span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition: all .25s ease-in-out;
}

.toggle-nav span:last-child {
  top: 15px;
}

.nav-is-open .toggle-nav span:first-child {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-is-open .toggle-nav span:last-child {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}

@media only screen and (min-width:901px) {
  .toggle-nav {
    display: none
  }
}

@media only screen and (max-width:900px) {
  .toggle-nav {
    top: 25px;
    left: 25px
  }
}

.form-search {
  width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 40px;
}

.form-search .input-text {
  padding-right: 40px;
}

.form-search .message {
  bottom: -17px;
}

.form-search .btn-submit,
.form-search:before {
  position: absolute;
  top: 50%;
  left: auto;
  right: 10px;
  bottom: auto;
  color: #c4c1a3;
  margin-top: -8px;
}

.form-search .btn-submit {
  opacity: 0;
  width: 20px;
  margin-top: -22px;
  right: 0;
}

.hide .footer-main {
  display: none;
}

.footer-main .heading {
  font-size: 14px;
  text-transform: uppercase;
  color: #f5f5f5;
  display: block;
  margin-bottom: 15px;
}

.footer-main .tout {
  float: left;
  width: 30%;
  margin-left: 5%;
}

.footer-main .tout:first-child {
  margin-left: 0;
}

.footer-main .tout strong {
  font-weight: 700;
}

.footer-main .tout .heading {
  transition: transform .2s ease;
}

.footer-main .tout .heading:before {
  color: #c4c1a3;
  margin-right: 7px;
  position: relative;
  top: -1px;
}

.footer-main .tout .phone-wrap {
  border-top: 1px solid rgba(196, 193, 163, .3);
  border-bottom: 1px solid rgba(196, 193, 163, .3);
}

.footer-main .tout .tel {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  color: #c4c1a3;
  border-width: 1px 0;
  line-height: 46px;
  transition: opacity .2s ease;
}

@media only screen and (max-width:900px) {
  .footer-main .tout .tel {
    font-size: 20px
  }
}

.footer-main .tout .tel:hover {
  opacity: .5;
}

.footer-main .social-link {
  display: block;
  float: left;
  background-color: transparent;
  width: 14%;
  margin-right: 6%;
  border-radius: 50%;
  padding-top: 14%;
  height: 0;
  position: relative;
  box-shadow: inset 0 0 0 50px #333;
  transition: box-shadow .2s ease, background-color .2s ease;
}

.footer-main .social-link span {
  display: block;
  text-indent: -9999px;
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.footer-main .social-link:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #f5f5f5;
  z-index: 1;
  font-size: 24px;
  transition: color .2s ease;
}

.footer-main .social-link:last-child {
  margin-right: 0;
}

.footer-main .social-link:hover {
  background-color: #fff;
  box-shadow: inset 0 0 0 0 #333;
}

.footer-main .social-link:hover:before {
  color: #333;
}

.footer-main .flyout-mobile-contact {
  display: none;
  color: #1a1a1a;
  font-weight: 700;
  text-align: center;
  padding: 18px;
  text-transform: uppercase;
  font-size: 16px;
}

.footer-main .flyout-mobile-contact a {
  padding-left: 5px;
  font-weight: 400;
  color: #c4c1a3;
  font-size: 16px;
}

.footer-main .flyout-mobile-contact .icon-phone:before {
  font-size: 22px;
  padding-right: 5px;
  color: #c4c1a3;
}

@media only screen and (max-width:900px) {
  .footer-main .tout {
    width: 100%;
    margin: 70px 0 0
  }

  .footer-main .tout:first-child {
    margin: 30px 0 0
  }

  .footer-main .tout .heading:before {
    font-size: 25px
  }

  .footer-main .social-link:before {
    font-size: 30px
  }

  .nav-is-open .footer-main .flyout-mobile-contact {
    display: block
  }
}

@media only screen and (max-width:480px) {
  .footer-main .social-link {
    width: 17%;
    margin-right: 3.5%;
    padding-top: 17%
  }

  .footer-main .social-link:before {
    font-size: 25px
  }
}

.footer-contact {
  background: url(/static/img/bg-footer.jpg) center top no-repeat;
  background-size: cover;
  padding: 40px;
  overflow: hidden;
}

.footer-contact .map {
  margin-top: 150px;
  position: relative;
  background: url(/static/img/map-footer.jpg) center no-repeat;
  background-size: cover;
  height: 300px;
}

.footer-contact .map .tooltip {
  width: 350px;
  position: absolute;
  left: 47%;
  top: 50%;
  margin-top: -90px;
}

.footer-contact .map .tooltip a,
.footer-contact .map .tooltip p,
.footer-contact .map .tooltip strong {
  color: #fff;
  display: block;
}

.footer-contact .map .tooltip strong {
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
}

.footer-contact .map .tooltip p {
  font-size: 14px;
  margin-bottom: 20px;
}

.footer-contact .map .tooltip a {
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  position: relative;
  margin: 10px 0;
  font-weight: 700;
}

.footer-contact .map .tooltip a:hover .icon-caret-right:before {
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}

.footer-contact .map .tooltip .icon-caret-right:before {
  transition: transform .3s ease;
  font-size: 8px;
}

@media only screen and (max-width:900px) {
  .footer-contact .map {
    display: none
  }
}

@media only screen and (max-width:480px) {
  .footer-contact {
    padding: 40px 20px
  }
}

.footer-legal {
  font-size: 12px;
  text-transform: uppercase;
  padding: 15px 0;
  text-align: center;
}

.footer-legal a,
.footer-legal p {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
}

.footer-legal p {
  margin-right: 15px;
}

.footer-legal a {
  padding: 0 15px;
  position: relative;
  color: #c4c1a3;
}

.footer-legal a:before {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  background-color: #333;
  height: 10px;
}

@media only screen and (max-width:900px) {
  .footer-legal p {
    display: block;
    margin: 0
  }

  .footer-legal a:first-of-type:before {
    display: none
  }
}

.nav-footer {
  background-color: #333;
  background-image: url(/static/img/noise.png);
  overflow: hidden;
  padding: 40px 0;
  margin: 0;
}

.nav-footer .heading {
  color: #fff;
}

.nav-footer .nav-group {
  float: left;
  width: 20%;
  padding-left: 40px;
}

.nav-footer li {
  margin: 10px 0;
}

.nav-footer li:last-child {
  margin-bottom: 0;
}

.nav-footer a {
  color: #d5d5d5;
  font-size: 14px;
  transition: opacity .2s ease;
}

.nav-footer a:hover {
  opacity: .5;
}

@media only screen and (max-width:900px) {
  .nav-footer {
    background-color: #333;
    background-image: url(/static/img/noise.png);
    padding: 20px 0
  }

  .nav-footer .heading {
    line-height: 35px
  }

  .nav-footer .nav-group {
    background: 0 0;
    text-align: center;
    float: none;
    max-height: 35px;
    width: 100%;
    padding: 0
  }

  .nav-footer li {
    margin: 0
  }

  .nav-footer .drawer {
    background-color: #0c0c0c;
    background-image: url(/static/img/noise.png);
    padding: 10px 0
  }

  .nav-footer .drawer a {
    padding: 10px 0;
    display: inline-block
  }

  .nav-is-open .nav-footer {
    display: block
  }

  .nav-is-open .footer-contact,
  .nav-is-open .footer-legal {
    display: none
  }
}

.form-signup {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.form-signup .input-text {
  padding-right: 40px;
}

.form-signup .message {
  bottom: -17px;
}

.form-signup .btn-submit,
.form-signup:before {
  position: absolute;
  top: 50%;
  left: auto;
  right: 10px;
  bottom: auto;
  color: #c4c1a3;
  margin-top: -8px;
}

.content-tile,
.content-tile .img-container {
  position: relative;
}

.form-signup .btn-submit {
  opacity: 0;
  width: 20px;
  margin-top: -22px;
  right: 0;
}

.form-signup .content-intro {
  padding: 20px 0;
}

.form-signup .content-intro h2 {
  font-size: 20px;
}

.form-signup .content-intro p {
  margin-bottom: 0;
}

.content-tile {
  text-align: center;
  padding-bottom: 20px;
}

.content-tile.featured .gray {
  background: #f5f5f5;
  padding-bottom: 15px;
}

.content-tile h2 {
  font-weight: 700;
}

.content-tile .featured-bar {
  background: #5e0f1b;
  color: #fff;
  text-transform: uppercase;
  top: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  padding: 10px;
}

.content-tile .heading-small {
  color: #333;
  margin-bottom: 10px;
}

.content-tile .btn-default {
  margin-top: 16px;
  max-width: 390px;
}

.content-tile .image-thumb,
.content-tile .image-thumb-svg {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.content-tile .image-thumb:after {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
}

.svgclippaths .content-tile .image-thumb {
  -webkit-clip-path: url(/static/img/clip-path.svg#clip-caret);
  clip-path: url(/static/img/clip-path.svg#clip-caret);
}

.svgclippaths .content-tile .image-thumb .content {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 55% 100%, 50% 90%, 45% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 55% 100%, 50% 90%, 45% 100%, 0 100%);
}

.svgclippaths .content-tile .image-thumb:after {
  display: none;
}

.content-tile .details-list {
  margin: auto;
}

.content-tile .details-list:after,
.content-tile .details-list:before {
  content: "";
  display: table;
}

.content-tile .details-list li {
  display: inline;
  padding: 0 8px;
  position: relative;
}

.content-tile .details-list .bar {
  width: 1px;
  height: 17px;
  background: #000;
  display: inline-block;
  position: relative;
  top: 3px;
}

.content-tile .email {
  color: #c4c1a3;
  font-weight: 700;
  display: block;
}

.content-tile .tel {
  color: #000;
}

@media only screen and (max-width:900px) {

  .content-tile .image-thumb,
  .content-tile .image-thumb-svg {
    margin-bottom: 20px
  }

  .content-tile .btn-default {
    margin-top: 10px
  }
}

.promo-tile .promo {
  position: relative;
  padding: 60px 30px 0;
  text-align: center;
}

.promo-tile .promo:first-child:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 20px;
  background-color: rgba(196, 193, 163, .7);
  background-image: url(/static/img/noise.png);
}

.promo-tile .promo:only-child {
  padding-top: 80px;
}

.promo-tile .promo p {
  margin-bottom: 30px;
}

.promo-tile .heading-small {
  color: #c4c1a3;
  font-weight: 300;
  margin-bottom: 30px;
}

.promo-tile .heading-small b {
  color: #333;
  font-weight: 700;
}

.generic-promos {
  margin: 40px 0;
}

.hide .generic-promos {
  display: none;
}

.header-hero {
  position: relative;
  overflow: hidden;
  margin-top: -1px;
}

.header-hero:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 38.1944444444%;
}

.header-hero .aspect-ratio {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: "object-fit:cover;";
}

.header-hero h1,
.header-hero p {
  color: #fff;
}

.header-hero h1:last-child,
.header-hero p:last-child {
  margin-bottom: 0;
}

.header-hero .icon-play {
  display: none;
}

.header-hero .content-intro {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0;
  bottom: 60px;
}

.header-hero .content-intro .h1,
.header-hero .content-intro h1 {
  font-size: 44px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}

.header-hero .content-intro div {
  margin-bottom: 20px;
}

@media only screen and (max-width:900px) {

  .header-hero .content-intro .h1,
  .header-hero .content-intro h1 {
    font-size: 38px
  }
}

@media only screen and (max-width:480px) {

  .header-hero .content-intro .h1,
  .header-hero .content-intro h1 {
    font-size: 30px
  }
}

.header-hero .overlay {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 60%;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, .55), transparent);
}

@media only screen and (max-width:900px) {
  .header-hero {
    position: relative
  }

  .header-hero:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 121.875%
  }

  .header-hero .aspect-ratio {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: "object-fit:cover;"
  }

  .header-hero .content-intro {
    bottom: 20px
  }
}

.header-hero.has-video .video-player {
  pointer-events: none;
}

.header-hero.has-video:before {
  display: none;
}

.flyout-menu {
  padding: 12px 23px 12px 15px;
}

.flyout-menu:before {
  top: 50%;
  color: #c4c1a3;
  font-size: 11px;
  position: absolute;
  right: 1px;
  margin-top: -2px;
  font-weight: 700;
  -ms-transform: translateY(-50%) scaleY(1);
  transform: translateY(-50%) scaleY(1);
  transition: transform 150ms ease-in-out;
}

.flyout-menu.bordered {
  position: relative;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  width: 250px;
  border: 2px solid #c4c1a3;
}

.flyout-menu.bordered .flyout {
  top: 42px;
  width: 250px;
  left: -2px;
  padding: 0;
}

.flyout-menu.bordered:before {
  right: 20px;
}

.flyout-menu .flyout {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
  -ms-transform: translateY(-25px);
  transform: translateY(-25px);
  background-color: #f5f5f5;
  position: absolute;
  top: 100%;
  right: 0;
  white-space: nowrap;
  padding: 15px;
}

.flyout-menu .flyout a {
  display: block;
  padding: 11px 20px;
  text-align: center;
}

.lazy-image.loaded .loader,
.valid-form.did-submit .form-fields-container {
  display: none;
}

.flyout-menu .flyout a.active,
.flyout-menu .flyout a:hover {
  background-color: #d5d5d5;
}

.flyout-menu .label {
  position: absolute;
  top: auto;
  left: 0;
  right: auto;
  bottom: 100%;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.flyout-menu .heading:before {
  z-index: -1;
  pointer-events: none;
  position: relative;
  top: -1px;
  margin-right: 6px;
  color: #c4c1a3;
  font-size: 13px;
}

.flyout-menu.is-open:before {
  -ms-transform: translateY(-50%) scaleY(-1);
  transform: translateY(-50%) scaleY(-1);
}

.flyout-menu.is-open .flyout {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.lazy-image .blazy-image {
  opacity: 0;
  transition: opacity .5s ease-in-out;
  width: 100%;
}

.lazy-image .blazy-image.lazy-image-loaded {
  opacity: 1;
}

.video-player .lazy-image {
  opacity: 1;
  transition: opacity .4s 50ms cubic-bezier(.6, .04, .98, .335);
}

.video-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .5s 250ms;
}

.video-player.is-playing .btn-play,
.video-player.is-playing .lazy-image {
  opacity: 0;
}

.video-player.is-playing iframe {
  opacity: 1;
}

.page-view .valid-form {
  background: #fff;
  padding: 0 4% 40px;
}

.valid-form .heading {
  color: #c4c1a3;
  font-weight: 300;
  font-size: 30px;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 30px;
  border-bottom: 1px #c4c1a3 solid;
  position: relative;
  padding-right: 100px;
}

.valid-form .heading b {
  color: #333;
  font-weight: 700;
}

@media only screen and (max-width:900px) {
  .valid-form .heading {
    font-size: 24px
  }
}

.valid-form .heading .asterisk {
  position: absolute;
  right: 0;
  bottom: 5px;
  color: #333;
  font-size: 14px;
  text-transform: none;
}

.valid-form .input-text {
  line-height: 42px;
  height: 42px;
  padding: 0 10px;
  font-style: normal;
}

.valid-form .input-text::-webkit-input-placeholder {
  font-size: 14px;
  font-style: italic;
}

.valid-form .input-text:-moz-placeholder {
  font-size: 14px;
  font-style: italic;
}

.valid-form .input-text::-moz-placeholder {
  font-size: 14px;
  font-style: italic;
}

.valid-form .input-text:-ms-input-placeholder {
  font-size: 14px;
  font-style: italic;
}

.valid-form .fill {
  display: block;
  overflow: hidden;
}

.valid-form .fill input,
.valid-form .fill select {
  width: 100%;
}

.valid-form .column {
  width: 48%;
  float: left;
  margin-bottom: 45px;
  position: relative;
}

.valid-form .column:nth-child(odd) {
  margin-right: 4%;
}

@media only screen and (max-width:900px) {
  .valid-form .column {
    width: 100%
  }
}

.valid-form .label,
.valid-form .message {
  display: block;
}

.valid-form .label {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}

.valid-form .message {
  position: absolute;
  top: 100%;
  padding-top: 5px;
  font-size: 12px;
}

.valid-form .input-text {
  display: block;
  width: 100%;
  border: 2px solid #c4c1a3;
}

.valid-form fieldset label {
  padding-right: 20px;
}

.valid-form fieldset label span {
  font-size: 14px;
}

.valid-form fieldset label:last-of-type {
  padding-right: 0;
}

.valid-form .first-name,
.valid-form .state {
  width: 80%;
  margin-right: 10%;
  float: left;
}

.valid-form .state {
  width: 45%;
  margin-right: 10%;
}

.valid-form .country {
  width: 45%;
  float: left;
}

.valid-form .clear {
  display: block;
  position: relative;
  margin-bottom: 45px;
}

.valid-form .success {
  text-align: center;
  margin: 20px 0 60px;
}

@media only screen and (max-width:900px) {

  .valid-form .btn-default,
  .valid-form .btn-default:hover {
    box-shadow: inset 0 0 0 50px #fff;
    color: #c4c1a3
  }

  .valid-form .btn-default {
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    border: 2px solid #c4c1a3;
    display: inline-block;
    line-height: 44px;
    padding: 0 20px;
    text-align: center;
    outline: 0;
    font-weight: 700;
    background-color: transparent
  }

  .valid-form .country,
  .valid-form .state {
    width: 100%
  }

  .valid-form .mobile-bump {
    margin-bottom: 45px
  }

  .valid-form .mobile-clear {
    clear: both
  }
}

.valid-field.has-error .message {
  color: #d90013;
}

.valid-field.has-error .selected,
.valid-field.has-error input,
.valid-field.has-error textarea {
  background-color: #fbe5e7;
  border-color: #d90013;
}

.valid-field textarea {
  height: 150px !important;
  line-height: 20px !important;
}

.custom-radio input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.custom-radio input+span:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 3px #c4c1a3;
  margin: 0 10px 0 3px;
  transition: .1s ease all;
}

.custom-radio input:checked+span:before {
  background: #420912;
}

.form-step {
  opacity: 0;
  height: 0;
  transition: opacity .3s;
  overflow: hidden;
}

.form-step.is-active {
  opacity: 1;
  height: auto;
  transition: opacity .3s;
}

.grid-list .grid-item,
.grid-list li {
  transition: opacity .5s ease-in-out, transform .6s ease-in-out;
}

.form-toolbar {
  display: block;
  border-top: 1px #c4c1a3 solid;
  padding-top: 15px;
  margin-top: 20px;
  overflow: hidden;
}

.form-toolbar .btn-prev {
  float: left;
}

.form-toolbar .btn-next,
.form-toolbar .btn-submit {
  float: right;
}

.custom-select {
  height: 42px;
  position: relative;
  background: #fff;
  outline: 0;
}

.filter-grid .filter-options,
.filter-grid .filter.active,
.filter-grid .flyout {
  background-image: url(/static/img/noise.png);
}

.custom-select.isSet .selected {
  font-style: normal;
  color: #000;
}

.picker__year,
i {
  font-style: italic;
}

.custom-select:before {
  color: #c4c1a3;
  position: absolute;
  right: 20px;
  top: 17px;
  z-index: 1;
}

.custom-select .selected,
.custom-select select {
  color: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-style: italic;
  color: rgba(0, 0, 0, .4);
}

.custom-select select {
  opacity: 0;
  height: 46px;
}

.custom-select .selected {
  font-size: 14px;
  border: 2px solid #c4c1a3;
  line-height: 44px;
  padding: 0 30px 0 10px;
  height: 100%;
  width: 100%;
}

.weather-forecast {
  margin: 2em 0;
}

.weather-forecast .forecasts li {
  display: inline-block;
  margin: 0 20px 20px;
}

.weather-forecast span {
  text-transform: uppercase;
  font-size: .875em;
}

.weather-forecast .icon {
  margin: .125em 0;
  font-size: 2.5em;
  color: #c4c1a3;
}

.weather-forecast .icon.icon-cloudy:before,
.weather-forecast .icon.icon-partly_cloudy:before {
  margin-left: -.5em;
}

.weather-forecast .temp.temp-high {
  margin-right: .5em;
}

.weather-forecast .temp:after {
  content: "Â°";
}

#main:after,
#main:before,
.grid-list:after,
.grid-list:before,
.slick-dots button:before,
.slick-dots li {
  content: "";
}

.grid-list {
  max-width: 1600px;
  margin: 40px auto 0;
}

.grid-list:after,
.grid-list:before {
  display: table;
}

.grid-list:after {
  clear: both;
}

.grid-list>h2 {
  text-align: center;
  color: #c4c1a3;
  font-weight: 300;
  margin-bottom: 40px;
}

.grid-item h2,
.grid-list>h2 b,
.wysiwyg a,
.wysiwyg-module a {
  font-weight: 700;
}

.grid-list>h2 b {
  color: #333;
}

.grid-list.before-animate .grid-item {
  opacity: 0;
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

.grid-list.animate-in .grid-item {
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media only screen and (max-width:900px) {
  .grid-list {
    padding: 0 0 60px
  }

  .grid-list .clearfix {
    display: none
  }
}

.grid-item {
  width: 33.33%;
  float: left;
  text-align: center;
  margin: 0 0 60px;
  padding: 0 20px;
  outline: 0;
}

.grid-item.before-animate {
  transition: transform .3s ease, opacity .3s ease;
  opacity: 0;
  -ms-transform: translateY(25px);
  transform: translateY(25px);
}

.grid-item.animate-in {
  transition: transform .3s ease, opacity .3s ease;
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.filter-grid .filter-options li,
.filter-grid .flyout-menu .heading {
  transition: .3s opacity ease-in-out;
}

.filter-grid .filter-options li:hover,
.filter-grid .flyout-menu:hover .heading,
.filter-grid .flyout-menu:hover:before {
  opacity: .5;
}

@media only screen and (max-width:900px) {
  .grid-item {
    width: 100%;
    margin: 60px 0 0
  }
}

.filter-grid {
  position: relative;
}

R .filter-grid.at-top .filter-options {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

.filter-grid.at-top .sticky-filler {
  display: block;
  height: 70px;
  width: 100%;
}

.filter-grid .filter-options {
  background-color: #333;
  color: #fff;
  width: 100%;
  height: 70px;
  padding: 0 20px;
}

.filter-grid .filter-options>li {
  padding: 25px 25px 22px;
  font-size: 16px;
}

.filter-grid .filter-options .filter {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
}

.filter-grid li {
  display: inline-block;
}

.filter-grid .flyout-menu {
  display: inline-block;
  width: 150px;
  position: relative;
  z-index: 999;
  height: 70px;
  top: -15px;
  text-align: center;
  text-transform: uppercase;
}

.filter-grid .flyout-menu:before {
  margin-top: 0;
  right: 25px;
}

.filter-grid .flyout-menu .heading {
  display: block;
  top: 50%;
  position: relative;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width:900px) {
  .filter-grid .flyout-menu {
    width: 100%;
    height: auto
  }
}

.filter-grid .flyout {
  text-transform: initial;
  text-align: left;
  white-space: normal;
  background-color: #333;
  top: 68px;
  width: 240px;
  left: 0;
  right: auto;
}

.filter-grid .flyout li.active {
  background-color: rgba(0, 0, 0, .7);
}

.filter-grid .flyout li.active:before {
  display: block;
  opacity: 1;
  right: 15px;
}

.filter-grid .flyout li {
  padding: 10px;
  position: relative;
  width: 100%;
  transition: all .2s ease;
}

.filter-grid .flyout li:before {
  transition: all .2s ease;
  display: block;
  opacity: 0;
  color: #c4c1a3;
  position: absolute;
  right: 20px;
}

@media only screen and (max-width:900px) {
  .filter-grid .flyout {
    width: 100%;
    height: auto
  }
}

.filter-grid .grid-item {
  height: 455px;
}

.filter-grid .filter {
  transition: all .3s ease;
}

.filter-grid .filter.active {
  background-color: #000;
}

@media only screen and (max-width:900px) {
  .filter-grid .grid-item {
    height: auto
  }

  .filter-grid .filter-options {
    overflow: hidden;
    width: 100%;
    height: 70px;
    padding: 0
  }

  .filter-grid .filter-options .close,
  .filter-grid .filter-options div,
  .filter-grid .filter-options li {
    display: none
  }

  .filter-grid .filter-options .close,
  .filter-grid .filter-options .mobile-filter-toggle {
    cursor: pointer;
    text-align: center
  }

  .filter-grid .filter-options .close:before,
  .filter-grid .filter-options .mobile-filter-toggle:before {
    transition: transform .2s ease;
    position: relative;
    left: 90px
  }

  .filter-grid .filter-options .all,
  .filter-grid .filter-options .mobile-filter-toggle {
    display: inline-block
  }

  .filter-grid .filter-options .mobile-filter-toggle {
    width: 65%;
    text-align: left;
    position: relative
  }

  .filter-grid .filter-options .mobile-filter-toggle:before {
    color: #c4c1a3;
    position: absolute;
    right: 20px;
    left: initial;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
  }

  .filter-grid .filter-options .all {
    float: right;
    text-align: center;
    width: 33%;
    background: #000
  }

  .filter-grid .filter-options .close {
    width: 80%;
    margin: 20px auto
  }

  .filter-grid .half {
    text-align: center;
    width: 49%
  }

  .filter-grid.is-open .filter-options {
    height: auto;
    padding: 0 20px
  }

  .filter-grid.is-open .filter-options .close,
  .filter-grid.is-open .filter-options div,
  .filter-grid.is-open .filter-options li {
    display: block
  }

  .filter-grid.is-open .filter-options .all {
    width: 100%;
    background: 0 0
  }

  .filter-grid.is-open .filter-options .half {
    display: inline-block;
    width: 49%
  }

  .filter-grid.is-open .mobile-filter-toggle {
    width: 100%;
    text-align: center;
    -ms-transform: translateX(-20px);
    transform: translateX(-20px)
  }

  .filter-grid.is-open .mobile-filter-toggle:before {
    position: relative;
    left: 90px;
    right: initial;
    -ms-transform: rotate(0);
    transform: rotate(0)
  }

  .filter-grid .flyout-menu {
    top: 0;
    text-align: left;
    padding: 25px 20px
  }

  .filter-grid .flyout-menu:before {
    top: 23px
  }

  .filter-grid .flyout-menu.is-open .flyout {
    top: 0;
    position: relative
  }

  .filter-grid .flyout-menu .flyout {
    transition: none
  }
}

.slick-dots,
.tab-group:before {
  -ms-transform: translateX(-50%);
}

@media screen and (min-width:0\0) {
  .filter-grid .filter-options li {
    margin-top: -15px;
    vertical-align: middle
  }

  .filter-grid .flyout-menu {
    top: 0
  }

  .filter-grid .flyout-menu li {
    padding: 15px
  }
}

.slick-track {
  margin-top: 30px;
}

.slick-dots {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.slick-dots li {
  display: inline-block;
  position: relative;
  margin: 10px;
  width: 20px;
  outline: 0;
}

.slick-dots button {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  outline: 0;
}

.slick-dots button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #c4c1a3;
}

.tab-group:before,
.tab-item.is-active:after {
  content: "";
  left: 50%;
}

.slick-active button:before {
  background-color: #333;
}

.inverse-dots .slick-active button:before {
  background-color: #f5f5f5;
}

.accordion-list {
  width: 100%;
  overflow: hidden;
}

.accordion-item {
  z-index: 1;
}

.is-enabled .accordion-item {
  position: relative;
  overflow: hidden;
  transition: max-height .3s;
}

.is-enabled .accordion-item .drawer {
  position: relative;
  opacity: 0;
  z-index: -1;
  transition: opacity .2s, transform .2s, z-index 0s .3s;
}

.is-enabled .accordion-item.active {
  max-height: 530px;
  overflow: hidden;
}

.is-enabled .accordion-item.active .drawer {
  opacity: 1;
  z-index: 0;
  transition: opacity .2s, transform .2s, max-height .2s;
}

.tab-group {
  background-color: #d5d5d5;
  background-image: url(/static/img/noise.png);
  background-image: url(/static/img/noise.png), linear-gradient(0deg, #5e0f1b 0, #420912 100%);
  position: relative;
  text-align: center;
  overflow: hidden;
  transition: height .3s linear;
}

.tab-panel.not-active .grid-item,
.tab-panel>p {
  opacity: 0;
  transition: opacity 450ms ease-in-out;
}

.tab-group:before {
  position: absolute;
  transform: translateX(-50%);
  background-color: #fff;
  top: 99px;
  width: 94%;
  height: 65px;
  z-index: 9;
}

.tab-group .wygiwyg {
  margin: 40px auto;
}

.tab-item {
  font-size: 30px;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  padding: 0 20px;
  line-height: 100px;
  z-index: 1;
}

@media only screen and (max-width:900px) {
  .tab-group:before {
    top: 100px;
    width: 100%
  }

  .tab-item {
    font-size: 24px
  }
}

.tab-item h2 {
  font-size: 30px;
  text-transform: uppercase;
}

.tab-item.is-active {
  background-color: #300c11;
  position: relative;
  font-weight: 700;
}

.tab-item.is-active:after {
  width: 0;
  height: 0;
  display: block;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  position: absolute;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

@media only screen and (max-width:900px) {
  .tab-item h2 {
    font-size: 24px
  }

  .tab-item {
    width: 49%
  }
}

.tab-panel {
  opacity: 0;
  width: 100%;
  background-color: #fff;
  position: absolute;
  height: 100%;
  top: 160px;
  padding: 10px 8%;
  display: table;
}

.tab-panel.not-active .grid-item {
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}

.tab-panel .grid-item {
  margin-top: 15px;
  transition: opacity 450ms ease-in-out, transform 450ms ease-in-out !important;
}

.tab-panel p {
  width: 75%;
  margin: auto;
}

.tab-panel.is-active {
  opacity: 1;
  left: 0;
}

.tab-panel.is-active>p {
  opacity: 1;
}

.tab-panel.is-active .grid-item {
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.table-group {
  min-height: 200px;
  padding: 0 40px;
}

.table-panel {
  display: none;
  margin-top: 40px;
}

.table-panel.is-active {
  display: block;
}

@media only screen and (max-width:600px) {
  .table-group {
    padding: 0
  }

  .table-panel,
  .wysiwyg-module {
    overflow-x: auto
  }

  .wysiwyg-module h1 {
    font-size: 32px
  }

  .wysiwyg-module h2 {
    font-size: 24px
  }
}

.reserve-table .column-secondary .text-panel {
  position: absolute;
  height: 100%;
  padding: 40px;
  width: calc(33.3% - 60px);
}

.reserve-table.flipped.media-text-group .text-panel {
  padding: 40px;
}

.reserve-table #esp-frame-0 {
  margin: 0 auto;
}

@media only screen and (max-width:1350px) {
  .reserve-table.flipped.media-text-group .text-panel {
    padding: 20px 15px;
    width: calc(100% - 40px);
    margin-right: 40px;
    min-width: 287px
  }

  .reserve-table .column-secondary .text-panel {
    position: relative;
    width: auto;
    padding: 20px 15px
  }
}

.wysiwyg-module {
  text-align: left;
  width: 83.33%;
  margin: auto;
}

.wysiwyg-module h1,
.wysiwyg-module h2,
.wysiwyg-module h3,
.wysiwyg-module h4 {
  margin: 20px 0;
  text-align: center;
  color: #c4c1a3;
}

.wysiwyg-module .intro-copy {
  text-align: center;
}

.wysiwyg-module iframe {
  width: 100%;
}

.wysiwyg-module #pechanga-iframe-event-form {
  height: 1420px;
}

.wysiwyg-module li,
.wysiwyg-module p {
  margin: 10px 0;
}

.wysiwyg-module ul {
  padding-left: 10px;
}

.wysiwyg-module ul li {
  color: #000;
  list-style-type: none;
  position: relative;
  padding-left: 5px;
}

.wysiwyg-module ul li:before {
  content: "\2022 ";
  position: absolute;
  left: -10px;
  color: #c4c1a3;
}

.wysiwyg-module a {
  color: #c4c1a3;
}

@media only screen and (max-width:922px) {
  .wysiwyg-module #pechanga-iframe-event-form {
    height: 2000px
  }
}

.wysiwyg a {
  color: #c4c1a3;
}

.card-group ul {
  max-width: 1600px;
  margin: 0 auto;
}

.card-item {
  margin: 40px 0;
}

.card-item h3,
.card-item p {
  margin: 15px 0;
}

.photo-gallery {
  padding: 0 2%;
}

.photo-gallery .slick-slider {
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  width: 66.6%;
  display: inline-block;
  float: left;
}

.photo-gallery .slick-slider .slick-list {
  padding-bottom: 8px;
}

.photo-gallery .slick-slider .slick-dots {
  position: relative;
  max-width: 70%;
  display: inline-block;
  top: auto;
}

.photo-gallery .slick-slider .slick-dots button {
  color: #fff;
}

.photo-gallery .text {
  padding: 40px;
  display: inline-block;
  float: left;
  width: 33.3%;
}

@media only screen and (max-width:900px) {
  .photo-gallery {
    padding: 0
  }

  .photo-gallery .slick-slider {
    float: none;
    width: 100%;
    padding-bottom: 0
  }

  .photo-gallery .slick-dots {
    left: auto;
    -ms-transform: none;
    transform: none
  }

  .photo-gallery .text {
    float: none;
    width: 100%
  }
}

@media only screen and (max-width:480px) {

  .photo-gallery .slick-slider .slick-dots button,
  .photo-gallery .slick-slider .slick-dots button::before {
    width: 16px;
    height: 16px
  }

  .photo-gallery .slick-slider .slick-dots li {
    width: 16px;
    margin: 8px;
    line-height: 17px
  }
}

.gallery-item .img-container {
  position: relative;
  width: 100%;
  display: inline-block;
  float: left;
}

.gallery-item .img-container .image-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .5);
  color: #fff;
  text-align: center;
  line-height: 50px;
}

.picker__list {
  padding: .75em 0 4.2em;
  margin: 0;
}

.picker__list-item {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-bottom: -1px;
  position: relative;
  background: #fff;
  padding: .75em 1.25em;
}

.picker__list-item--highlighted,
.picker__list-item:hover {
  border-color: #0089ec;
  z-index: 10;
}

.picker--focused .picker__list-item--highlighted,
.picker__list-item--highlighted:hover,
.picker__list-item:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}

@media (min-height:46.75em) {
  .picker__list-item {
    padding: .5em 1em
  }
}

.picker--focused .picker__list-item--selected,
.picker__list-item--selected,
.picker__list-item--selected:hover {
  background: #0089ec;
  color: #fff;
  z-index: 10;
}

.picker--focused .picker__list-item--disabled,
.picker__list-item--disabled,
.picker__list-item--disabled:hover {
  background: #f5f5f5;
  color: #ddd;
  cursor: default;
  border-color: #ddd;
  z-index: auto;
}

.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: 0 0;
  border: 0;
  font-weight: 500;
  font-size: .67em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}

.picker--time .picker__button--clear:focus,
.picker--time .picker__button--clear:hover {
  background: #e20;
  border-color: #e20;
  cursor: pointer;
  color: #fff;
  outline: 0;
}

.picker--time .picker__button--clear:before {
  top: -.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: 700;
}

.picker--time .picker__button--clear:focus:before,
.picker--time .picker__button--clear:hover:before {
  color: #fff;
  border-color: #fff;
}

.picker--time .picker__frame {
  min-width: 256px;
  max-width: 320px;
}

.picker--time .picker__box {
  font-size: 1em;
  background: #f2f2f2;
  padding: 0;
}

@media (min-height:40.125em) {
  .picker--time .picker__box {
    margin-bottom: 5em
  }
}

.picker__box {
  padding: 0 1em;
}

.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}

.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}

.picker__year {
  color: #999;
  font-size: .8em;
}

.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}

.picker__select--month {
  width: 35%;
}

.picker__select--year {
  width: 22.5%;
}

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}

.picker__nav--next,
.picker__nav--prev {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -.25em;
}

.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}

.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}

@media (min-width:24.5em) {

  .picker__select--month,
  .picker__select--year {
    margin-top: -.5em
  }

  .picker__nav--next,
  .picker__nav--prev {
    top: -.33em
  }

  .picker__nav--prev {
    padding-right: 1.5em
  }

  .picker__nav--next {
    padding-left: 1.5em
  }
}

.picker__nav--next:before,
.picker__nav--prev:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: .75em solid #000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}

.picker__nav--next:before {
  border-right: 0;
  border-left: .75em solid #000;
}

.picker__nav--next:hover,
.picker__nav--prev:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}

.picker__nav--disabled,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover,
.picker__nav--disabled:hover {
  cursor: default;
  background: 0 0;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}

.picker__table {
  text-align: center;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}

@media (min-height:33.875em) {
  .picker__table {
    margin-bottom: .75em
  }
}

.picker__table td {
  margin: 0;
  padding: 0;
}

.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999;
  font-weight: 500;
}

@media (min-height:33.875em) {
  .picker__weekday {
    padding-bottom: .5em
  }
}

.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}

.picker__day--today {
  position: relative;
}

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: .5em solid #0059bc;
  border-left: .5em solid transparent;
}

.picker__day--disabled:before {
  border-top-color: #aaa;
}

.picker__day--outfocus {
  color: #ddd;
}

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  background: #b1dcfb;
}

.picker__day--highlighted {
  border-color: #0089ec;
}

.picker--focused .picker__day--highlighted,
.picker__day--highlighted:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}

.picker--focused .picker__day--selected,
.picker__day--selected,
.picker__day--selected:hover {
  background: #0089ec;
  color: #fff;
}

.picker--focused .picker__day--disabled,
.picker__day--disabled,
.picker__day--disabled:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb;
}

.picker__footer {
  text-align: center;
}

.picker__button--clear,
.picker__button--close,
.picker__button--today {
  border: 1px solid #fff;
  background: #fff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: 700;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}

.picker__button--clear:hover,
.picker__button--close:hover,
.picker__button--today:hover {
  cursor: pointer;
  background: #b1dcfb;
}

.picker__button--clear:focus,
.picker__button--close:focus,
.picker__button--today:focus {
  background: #b1dcfb;
  outline: 0;
}

.picker__button--clear:before,
.picker__button--close:before,
.picker__button--today:before {
  position: relative;
  display: inline-block;
  height: 0;
}

.picker__button--clear:before,
.picker__button--today:before {
  content: " ";
  margin-right: .45em;
}

.picker__button--today:before {
  top: -.05em;
  width: 0;
  border-top: .66em solid #0059bc;
  border-left: .66em solid transparent;
}

.picker__button--clear:before {
  top: -.25em;
  width: .66em;
  border-top: 3px solid #e20;
}

.picker__button--close:before {
  content: "\D7";
  top: -.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
}

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}

.picker__button--today[disabled]:before {
  border-top-color: #aaa;
}

.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.picker__input {
  cursor: default;
}

.picker__input.picker__input--active {
  border-color: #0089ec;
}

.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  transition: background .15s ease-out, transform 0s .15s;
  -webkit-backface-visibility: hidden;
}

.picker__frame,
.picker__holder {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all .15s ease-out;
}

@media (min-height:33.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%
  }
}

.column-group,
.image-panel-group {
  overflow: hidden;
}

.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}

@media (min-height:33.875em) {
  .picker__wrap {
    display: block
  }
}

.picker__box {
  background: #fff;
  display: table-cell;
  vertical-align: middle;
}

@media (min-height:26.5em) {
  .picker__box {
    font-size: 1.25em
  }
}

@media (min-height:33.875em) {
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, .24)
  }

  .picker--opened .picker__frame {
    top: auto;
    bottom: 0
  }
}

.img-link:hover .btn-default,
.img-link:hover~.btn-group a:first-child {
  box-shadow: inset 0 0 0 0 #fff;
  color: #fff;
}

@media (min-height:40.125em) {
  .picker__frame {
    margin-bottom: 7.5%
  }

  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    border-radius: 5px
  }
}

.picker--opened .picker__holder {
  -ms-transform: translateY(0);
  transform: translateY(0);
  zoom: 1;
  background: rgba(0, 0, 0, .32);
  transition: background .15s ease-out;
}

.picker--opened .picker__frame {
  -ms-transform: translateY(0);
  transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.image-panel-16x9 .aspect-ratio,
.image-panel-4x3 .aspect-ratio,
.image-panel-8x3 .aspect-ratio,
.image-thumb .aspect-ratio,
.image-thumb-svg .aspect-ratio {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "object-fit:cover;";
}

.picker__button--clear:focus,
.picker__button--clear:hover,
.picker__button--close:focus,
.picker__button--close:hover,
.picker__button--today:focus,
.picker__button--today:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
}

.picker__button--clear:before,
.picker__button--close:before {
  color: #c4c1a3;
}

.picker__button--clear:before,
.picker__button--today:before {
  border-top-color: #c4c1a3;
}

.picker--focused .picker__day--selected,
.picker__day--infocus:hover,
.picker__day--outfocus:hover,
.picker__day--selected {
  background-color: #333;
  color: #fff;
  border-color: #333;
}

.picker__day {
  text-align: center;
}

.picker .picker__select--month,
.picker .picker__select--year {
  height: 45px;
  padding: 0 10px;
}

@media only screen and (max-width:600px) {
  .picker table {
    min-width: 320px
  }

  .picker .picker__box {
    padding: 0
  }

  .picker .picker__select--year {
    width: 28%;
    font-size: 14px;
    height: 40px
  }

  .picker .picker__select--month {
    width: 43%;
    height: 40px;
    font-size: 14px
  }
}

#container {
  overflow-x: hidden;
}

#container .breadcrumb-bar {
  text-align: center;
  display: none;
  background-color: #5e0f1b;
  background-image: url(/static/img/noise.png);
  background-image: url(/static/img/noise.png), linear-gradient(0deg, #5e0f1b 0, #420912 100%);
  color: #fff;
}

#container .breadcrumb-bar a {
  padding: 15px 10px;
  display: inline-block;
  color: #fff;
  text-transform: capitalize;
}

#container .breadcrumb-bar a:after {
  margin-left: 15px;
  display: inline-block;
  content: "/";
}

#container .breadcrumb-bar a:last-child:after {
  content: "";
}

#container .breadcrumb-bar a:hover {
  opacity: .7;
}

#container.hide .breadcrumb-bar {
  display: block;
}

#main {
  background-color: #f5f5f5;
}

#main:after,
#main:before {
  display: table;
}

.image-panel-16x9:before,
.image-panel-4x3:before,
.image-panel-8x3:before,
.image-thumb-svg:before,
.image-thumb:before {
  content: "";
  display: block;
}

.page-view {
  background-color: #fff;
  margin: auto;
}

.page-view.join-apply .valid-form,
.page-view.motor-coach-charter .valid-form,
.page-view.motor-coach-info .valid-form,
.page-view.play-apply .valid-form,
.page-view.play-private .valid-form {
  width: 77.77%;
  margin: 0 auto;
}

@media only screen and (max-width:900px) {
  .nav-is-open #main {
    height: 0;
    overflow: hidden
  }

  .page-view.join-apply .valid-form,
  .page-view.motor-coach-charter .valid-form,
  .page-view.motor-coach-info .valid-form,
  .page-view.play-apply .valid-form,
  .page-view.play-private .valid-form {
    width: 95%
  }
}

img {
  width: 100%;
}

td>a>img {
  width: unset;
}

.image-panel-group .image-panel {
  width: 48%;
}

.image-panel-group .image-panel:first-child {
  float: left;
}

.image-panel-group .image-panel:last-child,
.module-group .flipable:nth-of-type(even) .column-primary {
  float: right;
}

.image-panel-4x3 {
  position: relative;
}

.image-panel-4x3:before {
  width: 100%;
  padding-top: 75%;
}

.image-panel-4x3 .aspect-ratio {
  position: absolute;
}

.image-panel-16x9 {
  position: relative;
}

.image-panel-16x9:before {
  width: 100%;
  padding-top: 56.25%;
}

.image-panel-16x9 .aspect-ratio {
  position: absolute;
}

.image-panel-8x3 {
  position: relative;
}

.image-panel-8x3:before {
  width: 100%;
  padding-top: 37.5%;
}

.image-panel-8x3 .aspect-ratio {
  position: absolute;
}

.image-background .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: opacity .2s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover;";
}

.image-background.is-loaded .image {
  opacity: 1;
}

.image-thumb {
  position: relative;
}

.image-thumb:before {
  width: 100%;
  padding-top: 56.25%;
}

.image-thumb .aspect-ratio {
  position: absolute;
}

.image-thumb-svg {
  position: relative;
}

.image-thumb-svg:before {
  width: 100%;
  padding-top: 56.15%;
}

.image-thumb-svg .aspect-ratio {
  position: absolute;
}

.image-thumb-svg svg {
  width: 100%;
  height: 100%;
}

.menu-group .flyout-menu {
  margin-right: 2%;
}

.menu-group:last-child {
  margin-right: 0;
}

.module-group .flipable:nth-of-type(even) .column-secondary {
  float: right;
  padding-left: 0;
}

.module-group .flipable:nth-of-type(even) .text-panel {
  padding-left: 0;
}

.module-group .flipable:nth-of-type(even).reserve-table .text-panel {
  padding-left: 40px;
}

.module-group .flipable:nth-of-type(even) .slick-slider .slick-dots {
  bottom: 0;
}

@media only screen and (max-width:900px) {
  .image-panel-group .image-panel {
    width: 100%
  }

  .module-group .flipable:nth-of-type(even) .text-panel,
  .module-group .flipable:nth-of-type(even).reserve-table .text-panel {
    padding-left: 40px
  }
}

.column-group {
  display: table;
  position: relative;
  width: 100%;
}

.column-group .column {
  display: table-cell;
  vertical-align: top;
}

.column-group .column:only-child {
  display: block;
  width: 100%;
}

.column-group .column-primary {
  width: 66.66%;
}

.column-group .column-secondary {
  width: 33.33%;
  max-width: 900px;
}

.module-group .column-group {
  padding: 0 2%;
}

@media only screen and (max-width:900px) {

  .column-group,
  .column-group .column {
    display: block
  }

  .column-group .column .anchor-bottom {
    position: relative
  }

  .column-group .column-primary,
  .column-group .column-secondary {
    width: 100%
  }

  .module-group .column-group {
    padding: 0
  }
}

.module-group {
  margin: 3% 0 0;
}

.module-group .before-animate {
  transition: transform .3s ease, opacity .3s ease;
  opacity: 0;
  -ms-transform: translateY(25px);
  transform: translateY(25px);
}

.module-group .animate-in {
  transition: transform .3s ease, opacity .3s ease;
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.numeric-list-item,
.numeric-list-item a,
.numeric-list-item:before {
  transition: opacity .3s ease;
}

.module-group>div {
  margin-bottom: 3%;
}

.module-group .column-secondary {
  padding-left: 40px;
}

.module-group .content-intro p>a {
  font-weight: 700;
  color: #c4c1a3;
  text-decoration: underline;
}

@media only screen and (max-width:900px) {
  .module-group {
    margin: 0
  }

  .module-group .column-secondary {
    padding: 0
  }
}

.media-text-group h1,
.media-text-group h2,
.photo-gallery h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.media-text-group .text-panel,
.photo-gallery .text-panel {
  padding: 40px;
}

.media-text-group .text-panel h1,
.media-text-group .text-panel h2,
.media-text-group .text-panel p,
.photo-gallery .text-panel h2,
.photo-gallery .text-panel p {
  text-align: left;
}

.content-intro,
.heading-block,
.message-bar,
.reserve-table,
.rewards-promo {
  text-align: center;
}

.media-text-group .text-panel h1,
.media-text-group .text-panel h2,
.photo-gallery .text-panel h2 {
  font-weight: 700;
}

.media-text-group .text-panel .btn,
.photo-gallery .text-panel .btn {
  margin: 30px auto;
}

.media-text-group.flipped .text-panel,
.photo-gallery.flipped .text-panel {
  padding-left: 0;
}

@media only screen and (max-width:900px) {

  .media-text-group h1,
  .media-text-group h2,
  .photo-gallery h2 {
    font-size: 20px
  }

  .media-text-group,
  .photo-gallery {
    text-align: center
  }

  .media-text-group.flipped .text-panel,
  .photo-gallery.flipped .text-panel {
    padding-left: 40px
  }
}

.media-text-group li,
.media-text-group p {
  margin: 10px 0;
}

.media-text-group ul {
  padding-left: 10px;
}

.media-text-group ul li {
  color: #000;
  list-style-type: none;
  position: relative;
  padding-left: 5px;
}

.media-text-group ul li:before {
  content: "\2022 ";
  position: absolute;
  left: -10px;
  color: #c4c1a3;
}

.reserve-table p {
  margin: 20px 0;
}

.reserve-table iframe {
  height: 400px !important;
}

.numeric-list-item {
  counter-increment: step-counter;
  position: relative;
}

.numeric-list-item:before {
  font-size: 44px;
  text-transform: uppercase;
  content: counter(step-counter);
  color: #c4c1a3;
}

.heading-block:after,
.stacked-list li:after {
  content: "";
  width: 100%;
  bottom: 0;
}

@media only screen and (max-width:900px) {
  .numeric-list-item:before {
    font-size: 38px
  }
}

@media only screen and (max-width:480px) {
  .numeric-list-item:before {
    font-size: 30px
  }
}

.numeric-list-item:hover a,
.numeric-list-item:hover:before {
  opacity: .5;
}

.numeric-list-item:hover a:before {
  right: 35px;
}

.stacked-list .numeric-list-item {
  padding-left: 55px;
}

.stacked-list .numeric-list-item:before {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.columns-list .numeric-list-item {
  padding: 0 20px;
}

.columns-list .numeric-list-item:before {
  display: block;
  margin-bottom: 20px;
}

.hide .rewards-promo,
.stacked-list li:nth-child(5):after {
  display: none;
}

.stacked-list {
  padding: 0 40px;
}

.stacked-list li {
  height: 90px;
}

.stacked-list li:after {
  position: absolute;
  left: 0;
  height: 2px;
  background-color: rgba(213, 213, 213, .3);
  top: auto;
  opacity: .5;
}

.stacked-list .content {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  margin-left: 40px;
  padding-right: 20px;
  width: 100%;
}

.stacked-list .icon-caret-right {
  padding: 30px 60px 30px 0;
}

.stacked-list .icon-caret-right:before {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #c4c1a3;
  transition: right .3s ease;
  right: 40px;
  font-size: 22px;
}

.heading-block {
  background-color: #d5d5d5;
  background-image: url(/static/img/noise.png);
  background-image: url(/static/img/noise.png), linear-gradient(0deg, #1f1e1e 0, #333 100%);
  color: #fff;
  padding: 40px 0;
  margin-bottom: 20px;
  position: relative;
}

.heading-block h2 {
  font-size: 30px;
  text-transform: uppercase;
  max-width: 400px;
  margin: 0 auto 20px;
  font-weight: 400;
}

@media only screen and (max-width:900px) {
  .stacked-list li {
    height: 150px
  }

  .stacked-list li:last-child:after {
    display: none
  }

  .heading-block h2 {
    font-size: 24px
  }
}

.heading-block h2:last-child {
  margin-bottom: 0;
}

.heading-block h2 b {
  font-weight: 700;
}

.heading-block:after {
  position: absolute;
  left: 0;
  height: 2px;
  background-color: rgba(213, 213, 213, .3);
  top: auto;
}

.content-intro {
  width: 83.33%;
  max-width: 1000px;
  margin: auto;
  padding: 60px 0 30px;
}

.content-intro .h1,
.content-intro h1,
.content-intro h2,
.content-intro p {
  margin-bottom: 20px;
}

.content-intro .h1,
.content-intro h1,
.content-intro h2 {
  color: #c4c1a3;
  font-weight: 300;
  text-transform: uppercase;
}

.content-intro .h1 b,
.content-intro h1 b,
.content-intro h2 b {
  color: #333;
  font-weight: 700;
}

.content-intro p>a {
  font-weight: 700;
  color: #c4c1a3;
}

@media only screen and (max-width:900px) {
  .content-intro {
    padding: 40px 0
  }
}

.rewards-promo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/static/img/bg-rewards-small.jpg);
  color: #fff;
  background-color: #5e0f1b;
  padding: 40px 5%;
}

.rewards-promo:after,
.rewards-promo:before {
  content: "";
  display: table;
}

.rewards-promo h3:after,
.tooltip:before {
  content: "";
}

.rewards-promo .content-intro {
  padding: 0 0 20px;
}

.rewards-promo h2 {
  color: #c4c1a3;
  font-weight: 300;
}

.rewards-promo h2 b {
  color: #fff;
  font-weight: 700;
}

.rewards-promo h3 {
  font-size: 24px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin: 30px auto;
}

.rewards-promo h3:after {
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: auto;
  bottom: -10px;
  width: 40%;
}

.message-bar,
.tooltip {
  background-color: #5e0f1b;
}

.rewards-promo .grid-item {
  margin-top: 0;
}

@media only screen and (max-width:900px) {
  .rewards-promo h3 {
    font-size: 20px
  }

  .rewards-promo .grid-item {
    margin-top: 50px
  }

  .rewards-promo .grid-item:first-child {
    margin-top: 35px
  }

  .rewards-promo .grid-item p {
    margin-top: 15px
  }
}

.message-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  padding: 10px;
  width: 100%;
}

.tooltip {
  position: relative;
  padding: 20px;
}

.tooltip:before {
  width: 0;
  height: 0;
  display: block;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #5e0f1b;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -10px;
}

.anchor-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.clearfix {
  float: none;
  width: 100%;
}

.scrollable-x {
  overflow-x: auto;
}

.commas span:after {
  content: ",";
}

.commas span:last-child:after {
  content: "";
}

.liquid-child {
  background: #fff;
}

.index-hero .aspect-ratio,
.index-play {
  background-repeat: no-repeat;
  background-size: cover;
}

b {
  font-weight: 700;
}

.img-link {
  color: #000;
}

.img-link image,
.img-link img {
  transition: opacity .25s ease-in-out;
  opacity: 1;
}

.img-link:hover image,
.img-link:hover img {
  opacity: .6;
}

@media only screen and (max-width:900px) {

  #container.filter-is-open footer,
  #container.filter-is-open header,
  #container.filter-is-open section {
    display: none
  }

  #container.filter-is-open .filter-grid {
    margin: 0;
    min-height: auto;
    transition: none !important
  }

  #container.filter-is-open .filter-options {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: scroll
  }

  #container.filter-is-open .grid-list {
    transition: none !important;
    height: 0 !important;
    padding: 0
  }
}

.join-index .heading-cards th,
.join-index td {
  transition: transform .3s ease;
}

.opentable-loader {
  height: 0;
  opacity: 0;
}

.spacer {
  margin: 40px 0;
}

.index-hero {
  position: relative;
}

.index-hero:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 38.3333333333%;
}

.index-hero .aspect-ratio {
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: "object-fit:cover;";
}

.index-hero .menu-group {
  margin-bottom: 40px;
}

.index-hero .flyout-menu {
  position: relative;
  display: inline-block;
  min-width: 200px;
  width: 18%;
}

.index-hero .flyout {
  width: 100%;
}

.index-hero .label {
  color: #fff;
}

.index-hero .btn {
  width: 200px;
}

.index-play {
  background-image: url(/static/img/bg-content-1.jpg);
  background-position: left top;
}

.index-play.column {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  float: none;
}

.index-play .btn {
  width: 250px;
}

.index-play .stats-list {
  width: 560px;
  overflow: hidden;
  margin: auto auto 40px;
  text-align: left;
}

.index-play .stats-list li,
.index-play .stats-list span,
.index-play .stats-list strong {
  float: left;
}

.index-play .stats-list li {
  display: block;
  border-right: 2px solid #c4c1a3;
  padding: 0 20px;
  width: 48%;
  margin-right: 1%;
}

.index-play .stats-list li:first-child {
  padding-left: 0;
}

.index-play .stats-list li:last-child {
  border: none;
}

.index-play .stats-list strong {
  font-size: 44px;
  text-transform: uppercase;
  color: #c4c1a3;
  padding-top: 15px;
}

@media only screen and (max-width:900px) {
  .index-play .stats-list strong {
    font-size: 38px
  }
}

@media only screen and (max-width:480px) {
  .index-play .stats-list strong {
    font-size: 30px
  }
}

.index-play .stats-list span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 1px 0 0 20px;
  float: left;
  width: 170px;
}

.index-play .stats-list small {
  position: relative;
  top: -5px;
  font-size: 88%;
}

@media only screen and (max-width:900px) {
  .index-play.column {
    position: relative
  }

  .index-play .stats-list {
    width: auto
  }

  .index-play .stats-list li {
    clear: both;
    float: none;
    border: none;
    width: auto;
    padding: 0
  }

  .index-play .stats-list span {
    width: auto;
    padding: 16px 0 0 10px
  }
}

@media only screen and (max-width:340px) {
  .index-play .stats-list span {
    display: inline-block;
    float: none;
    width: 200px
  }
}

.index-events {
  background-color: #333;
  background-image: url(/static/img/noise.png);
  color: #fff;
}

.index-events.column {
  float: none;
  display: inline-block;
}

.index-events .events-list {
  padding: 0 8.3%;
  position: relative;
}

.index-events .events-list .heading-small {
  font-weight: 700;
}

.index-events .details-list .bar {
  background: #fff;
}

.index-eat,
.index-promos,
.index-stay {
  background-position: left top;
}

.detail-overview,
.eat-detail .detail-overview,
.index-eat,
.index-promos,
.index-stay {
  background-repeat: no-repeat;
  background-size: cover;
}

.index-events .content-tile {
  padding: 30px 10px;
}

.index-events .heading-small {
  color: #fff;
}

@media only screen and (max-width:900px) {
  .index-events .events-list {
    padding: 0
  }
}

.index-todo {
  background-color: #333;
  background-image: url(/static/img/noise.png);
}

.index-eat {
  background-image: url(/static/img/bg-content-1.jpg);
}

.index-eat .image-panel {
  width: 100%;
}

.index-stay {
  background-image: url(/static/img/bg-content-2.jpg);
}

.index-stay:after,
.index-stay:before {
  content: "";
  display: table;
}

.detail-overview .grid-item:last-child:after,
.hide .index-promos {
  display: none;
}

.index-stay .content-intro {
  padding: 80px 0 20px;
}

.index-stay .grid-list {
  padding: 0 0 80px;
}

.index-promos {
  background-image: url(/static/img/bg-content-3.jpg);
  padding: 80px 0;
}

@media only screen and (max-width:900px) {
  .index-promos .grid-item {
    background-color: #fff
  }

  .index-rewards {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/static/img/bg-source/Rewards_HomePage_Mobile.jpg);
    background-position: right center;
    padding: 80px 0
  }
}

@media only screen and (min-width:900px) {
  .index-rewards {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/static/img/bg-source/Rewards_HomePage_Desktop.jpg);
    background-position: right center;
    padding: 80px 0
  }
}

.detail-details h1,
.detail-details h2,
.detail-overview h1,
.detail-overview h2 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media only screen and (max-width:900px) {

  .detail-details h2,
  .detail-overview h2 {
    font-size: 24px
  }
}

.detail-details dt,
.detail-details h3,
.detail-overview dt,
.detail-overview h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}

.detail-details p,
.detail-overview p {
  margin: 0 auto;
}

.detail-overview {
  background-image: url(/static/img/bg-content-4.jpg);
  background-position: left top;
}

.detail-overview .grid-item {
  position: relative;
  width: 25%;
  padding: 10px 20px;
}

.detail-overview .grid-item:after {
  position: absolute;
  content: "";
  right: 0;
  width: 2px;
  background-color: #d5d5d5;
  top: 5px;
  height: 45px;
}

.detail-overview .grid-item:last-child {
  margin-right: 0;
}

.detail-overview .overview-item {
  margin: 40px 0;
}

.detail-overview a {
  margin: 0 10px 20px;
}

@media only screen and (max-width:900px) {
  .detail-overview .grid-item {
    width: 50%
  }

  .detail-overview .grid-item:nth-child(2):after {
    display: none
  }
}

.detail-details {
  background-color: #d5d5d5;
  background-image: url(/static/img/noise.png);
  padding: 80px 0;
  text-align: center;
}

.detail-details h2 {
  color: #1f1e1e;
  font-weight: 300;
}

.detail-details h2 b {
  color: #1f1e1e;
  font-weight: 700;
}

.detail-details dt {
  margin: 40px 0 5px;
}

.detail-details dt:first-child {
  margin-top: 0;
}

.detail-details dd {
  margin-bottom: 5px;
}

.detail-details a {
  color: #b0ad8b;
  font-weight: 700;
  display: block;
  font-size: 16px;
  text-transform: none;
}

.detail-details span {
  font-size: 16px;
}

.detail-details .logo {
  width: 35%;
  margin: 0 auto 30px;
}

.related-content {
  margin: 80px 0 30px;
}

.hide .related-content {
  display: none;
}

.related-content>h2 {
  color: #c4c1a3;
  font-weight: 300;
  text-align: center;
}

.related-content>h2 b {
  color: #333;
  font-weight: 700;
}

.generic-view iframe {
  width: 100%;
}

@media only screen and (max-width:900px) {
  .eat-index .rewards-promo {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/static/img/bg-source/Rewards_EatPage_Mobile.jpg);
    background-position: right center
  }
}

@media only screen and (min-width:900px) {
  .eat-index .rewards-promo {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/static/img/bg-source/Rewards_EatPage_Desktop.jpg);
    background-position: right center
  }
}

.eat-detail .detail-overview {
  background-image: url(/static/img/bg-content-eat.jpg);
  background-position: left top;
}

.eat-detail .detail-overview .grid-item {
  height: 100px;
}

@media only screen and (max-width:480px) {
  .eat-detail .content-intro {
    width: 100%
  }

  .eat-detail .content-intro p {
    padding: 0 20px
  }

  .eat-detail .content-intro .grid-item {
    padding: 10px 5px
  }

  .eat-detail .content-intro .grid-item p {
    padding: 0;
    width: 100%
  }
}

@media only screen and (max-width:900px) {
  .entertain-index .rewards-promo {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/static/img/bg-source/Rewards_EntertainPage_Mobile.jpg);
    background-position: right center
  }
}

@media only screen and (min-width:900px) {
  .entertain-index .rewards-promo {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/static/img/bg-source/Rewards_EntertainPage_Desktop.jpg);
    background-position: right center
  }
}

.entertain-detail .detail-overview,
.indulge-detail .detail-overview {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}

.entertain-detail .detail-overview {
  background-image: url(/static/img/bg-content-entertain.jpg);
}

.indulge-detail .detail-overview {
  background-image: url(/static/img/bg-content-indulge.jpg);
}

.eat-detail .menu-btn,
.indulge-detail .menu-btn,
.play-detail .menu-btn,
.stay-detail .menu-btn {
  margin-top: 30px;
}

@media only screen and (max-width:900px) {
  .play-index .rewards-promo {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/static/img/bg-source/Rewards_PlayPage_Mobile.jpg);
    background-position: right center
  }
}

@media only screen and (min-width:900px) {
  .play-index .rewards-promo {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/static/img/bg-source/Rewards_PlayPage_Desktop.jpg);
    background-position: right center
  }
}

.play-detail .detail-overview {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/static/img/bg-content-play.jpg);
  background-position: left top;
}

.play-apply h3 {
  text-transform: uppercase;
  font-size: bold;
  margin-bottom: 30px;
}

@media only screen and (max-width:900px) {
  .play-apply h3 {
    font-size: 20px
  }
}

.play-apply .field-group {
  border-bottom: 1px solid #c4c1a3;
  margin-bottom: 30px;
}

.play-apply .field-group:after,
.play-apply .field-group:before {
  content: "";
  display: table;
}

.play-apply .field-group:last-child {
  border: none;
}

.play-hosts .hosts-grid .image-thumb-svg {
  position: relative;
}

.play-hosts .hosts-grid .image-thumb-svg:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}

.play-hosts .hosts-grid .image-thumb-svg .aspect-ratio {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: "object-fit:cover;";
}

.join-index .detail-overview {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/static/img/bg-content-3.jpg);
  background-position: left top;
}

.join-index .disclaimer:nth-of-type(odd),
.join-index .heading-cards {
  background: 0 0;
}

.join-index .benefits {
  padding: 0 20px;
}

.join-index .benefits .content-intro {
  padding: 80px 0 60px;
}

.join-index .benefits .content-intro p {
  margin-bottom: 0;
}

.join-index .heading-cards th.active {
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.join-index tr.inactive .icon-checkmark {
  transition: transform 0s;
  transform: rotateY(0);
}

.join-index tr.active .icon-checkmark {
  transition: transform .6s ease;
  transform: rotateY(360deg);
}

.join-index tr.active td:first-child {
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.join-index tr.active td:not(:first-child) {
  font-weight: 700;
}

.join-index .disclaimer td {
  text-align: center;
}

.join-index .disclaimer p {
  display: inline;
  padding-right: 20px;
}

.join-index .disclaimer p:last-child {
  margin-right: 0;
}

.join-index .icon-checkmark {
  font-size: 18px;
  transition: transform .6s ease;
}

.join-index .icon-checkmark.silver-card {
  color: #a0a0a0;
}

.join-index .icon-checkmark.gold-card {
  color: #c59a38;
}

.join-index .icon-checkmark.platinum-card {
  color: #0c5b98;
}

.join-index .icon-checkmark.red-card {
  color: #d90013;
}

.join-index .icon-checkmark.active {
  transform: rotateY(360deg);
}

.join-index .icon-checkmark.inactive {
  transition: transform 0s;
}

@media only screen and (max-width:900px) {
  .join-index .benefits {
    padding: 0
  }

  .join-index .rewards-promo {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/static/img/bg-source/Rewards_JoinPage_Mobile.jpg);
    background-position: right center
  }
}

@media only screen and (min-width:900px) {
  .join-index .rewards-promo {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/static/img/bg-source/Rewards_JoinPage_Desktop.jpg);
    background-position: right center
  }
}

.stay-index header {
  margin-bottom: 60px;
}

@media only screen and (max-width:900px) {
  .stay-index .rewards-promo {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/static/img/bg-source/Rewards_StayPage_Mobile.jpg);
    background-position: right center
  }
}

.stay-index .grid-list:nth-of-type(2) {
  margin: 0 auto;
}

@media only screen and (min-width:900px) {
  .stay-index .rewards-promo {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/static/img/bg-source/Rewards_StayPage_Desktop.jpg);
    background-position: right center
  }
}

.stay-detail .detail-overview {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/static/img/bg-content-stay.jpg);
  background-position: left top;
}

.venues-index>.content-intro {
  padding: 80px 0 40px;
}

.venues-index>.content-intro p {
  margin-bottom: 0;
}

.venues-index>.content-intro a {
  margin-top: 20px;
}

.property-map .content-intro {
  padding: 80px 0 0;
}

.property-map .content-intro h1,
.property-map .content-intro p {
  margin-bottom: 30px;
}

.property-map .liquid-child {
  background: 0 0;
}

.property-map .zoomContainer,
.property-map .zoomImg {
  background-color: #e3e3e3;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, #fff 1px, #fff 7px);
}

.property-map .map-list-container {
  position: relative;
}

.property-map .zoomContainer {
  width: 66.6%;
  display: inline-block;
  cursor: pointer;
}

.property-map .zoomContainer p {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 80px;
  margin-bottom: 40px;
}

.property-map .zoommap {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 40px 80px;
}

.property-map .flyout-menu {
  z-index: 999;
  margin-bottom: 30px;
}

.property-map .flyout-menu:before {
  right: 20px;
  margin-top: 0;
  pointer-events: none;
}

.property-map .flyout-menu .flyout {
  width: 100%;
  z-index: -1;
  border-bottom: 2px solid #c4c1a3;
  border-left: 2px solid #c4c1a3;
  border-right: 2px solid #c4c1a3;
}

.property-map .map-list {
  background-color: #d5d5d5;
  background-image: url(/static/img/noise.png);
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 33.3%;
  padding: 80px 40px;
}

.property-map .map-list h2 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
}

@media only screen and (max-width:900px) {
  .property-map .map-list h2 {
    font-size: 20px
  }
}

.property-map .map-list ol {
  margin-top: 20px;
  counter-reset: li;
  margin-left: 0;
  padding-left: 0;
}

.property-map .map-list ol.numbered li {
  position: relative;
  margin: 0 0 6px 1.7em;
  padding: 6px 8px;
  list-style: none;
}

.property-map .map-list ol.numbered li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 3px;
  left: -2.2em;
  box-sizing: border-box;
  width: 29px;
  height: 29px;
  padding: 4px;
  color: #fff;
  background: #5e0f1b;
  border-radius: 20px;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
}

@media only screen and (max-width:900px) {
  .property-map .zoomContainer {
    width: 100%
  }

  .property-map .zoom-map {
    padding: 0 10px 40px
  }

  .property-map .map-list {
    width: 100%;
    position: relative;
    padding: 40px 20px
  }

  .property-map .flyout-menu {
    width: 80%;
    max-width: 350px
  }

  .property-map .zoomContainer p {
    margin-top: 30px;
    margin-bottom: 15px
  }
}

.error-page {
  background: url(/static/img/background-error.jpg) center top no-repeat;
  background-size: cover;
  text-align: center;
  padding: 90px 0;
}

.style-guide-route .footer-main,
.style-guide-route .header-main {
  display: none;
}

.style-guide .divider {
  border-top: 1px solid #c4c1a3;
  padding: 30px 0 0;
}

.style-guide .style-title {
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  background-color: #5e0f1b;
  line-height: 50px;
  padding-left: 30px;
  margin: 0;
}

@media only screen and (max-width:900px) {
  .style-guide .style-title {
    font-size: 20px
  }
}

.style-guide .useage {
  color: #333;
  margin: 6px 0;
}

.style-guide .useage strong {
  font-weight: 700;
}

.style-guide .style-group {
  padding-bottom: 30px;
}

.style-guide .rule-group {
  padding: 30px;
}

.style-guide .rule-group li {
  margin: 30px 0;
}

.style-guide .rule-group li:first-child {
  margin-top: 0;
}

.style-guide .rule-group li:last-child {
  margin-bottom: 0;
}

.style-guide .rule-group li.divider {
  margin-left: -30px;
  padding-left: 30px;
}

.style-guide .inverse {
  background-color: #d5d5d5;
}
