body {
  padding: 0px;
  font-family: 'Thesans light plain', sans-serif;
  color: #2a2a2a;
  font-size: 100%;
  line-height: 24px;
  font-weight: 300;
}

h1 {
  margin-bottom: 20px;
  font-size: 55px;
  line-height: 65px;
  font-weight: 300;
  letter-spacing: 1px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Thesans black caps', sans-serif;
  color: #213;
  font-size: 70px;
  line-height: 70px;
  font-weight: 300;
  letter-spacing: -2px;
  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Thesans black caps', sans-serif;
  color: #7e81be;
  font-size: 34px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  margin-bottom: 30px;
}

.alert-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: none;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  text-align: left;
}

.alert-block {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #868686;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
}

.greeting {
  margin-top: 0px;
  color: #555;
  font-weight: 900;
}

.welcome-text {
  color: #333;
  font-size: 24px;
  line-height: 32px;
}

.orange-text {
  color: #f16625;
}

.hr {
  display: block;
  width: 200px;
  height: 1px;
  margin: 25px auto;
  background-color: #cacaca;
}

.hr.small {
  width: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #9e9e9e;
}

.ok-btn {
  margin-top: 25px;
  margin-bottom: 0px;
  padding: 17px 45px;
  border: 1px solid #f16625;
  background-color: #f16625;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ok-btn:hover {
  background-color: rgba(241, 102, 37, 0);
  color: #f16625;
}

.nav-link {
  margin-top: 12px;
  padding-top: 15px;
  padding-bottom: 13px;
  border-bottom: 2px solid rgba(91, 45, 114, 0);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Thesans bold plain', sans-serif;
  color: #fff;
  font-size: 90%;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom-color: #fff;
  color: #fff;
}

.nav-link.w--current {
  border-bottom-color: #b48d1b;
  color: #fff;
}

.nav-link.subnav {
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 16px;
  border-bottom-width: 4px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #315;
}

.nav-link.subnav:hover {
  border-bottom-color: #315;
  color: #315;
}

.nav-link.subnav.w--current {
  border-bottom-style: solid;
  border-bottom-color: #315;
  background-color: transparent;
  color: #315;
}

.nav-link.book-now {
  padding-bottom: 13px;
  border-style: none none solid;
  border-bottom-color: #b48d1b;
  background-color: #b48d1b;
  font-family: 'Thesans bold plain', sans-serif;
  color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
}

.nav-link.book-now:hover {
  border-color: #000 #000 #b48d1b;
  background-color: transparent;
  color: #b48d1b;
}

.wrapper-1286 {
  display: block;
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -ms-flex: none;
}

_:-ms-fullscreen, :root .wrapper-1286 {
	flex:none;
	width:100%;
}

.header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 5px;
  background-color: #213;
}

.header-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.div-social-icons {
  display: inline-block;
}

.div-social-icons.footer-icons {
  display: block;
  margin-top: 10px;
}

.social-link {
  margin-right: 8px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.social-link:hover {
  opacity: 0.7;
}

.social-link.footer-link {
  background-color: transparent;
  opacity: 0.4;
}

.social-link.footer-link:hover {
  opacity: 1;
}

.social-link.last {
  margin-right: 0px;
}

.social-icon {
  width: 30px;
}

.social-icon.footer-icon {
  width: 36px;
}

.social-icon.footer-icon.snapchat {
  padding: 5px;
}

.phone-number {
  display: inline-block;
  margin-right: 25px;
  padding-left: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/phone-symbol-of-an-auricular-inside-a-circle-8.svg');
  background-position: 0px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  font-family: 'Thesans black caps', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
}

.div-hero {
  margin-top: 78px;
}

.div-hero.home-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .5) 45%, transparent), url('../images/home-hero.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .5) 45%, transparent), url('../images/home-hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.div-hero.interior {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  margin-top: 98px;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/example-bg.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/example-bg.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 125px;
}

.div-hero.interior.no-img {
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
  background-image: url('../images/vintage_speckles_2X.png');
  background-position: 0px 0px;
  background-size: 400px;
}

.div-hero.interior.stay {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/stay-hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/stay-hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero.interior.play {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/play-hero2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/play-hero2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero.interior.dine {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/dine-hero-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/dine-hero-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero.interior.entertainment {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/entertainment-hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/entertainment-hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero.interior.contact {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/contact-hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/contact-hero.jpg');
  background-position: 0px 0px, 50% 68%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.wrapper-940 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-slogan {
  margin-bottom: 25px;
  font-family: 'Thesans black caps', sans-serif;
  font-size: 100px;
  line-height: 100px;
  letter-spacing: -2px;
  text-transform: uppercase;
}

.div-home-hero {
  width: 75%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button {
  padding: 0px 0px 4px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 4px solid #315;
  border-radius: 2px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Thesans bold plain', sans-serif;
  color: #315;
  font-size: 80%;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.button:hover {
  border-color: #5b2d72 #5b2d72 #7e83bc;
  color: #7e83bc;
}

.button.with-top-margin {
  margin-top: 25px;
  padding: 0px 0px 4px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none none solid;
  border-bottom-width: 4px;
  border-bottom-color: #315;
  background-color: transparent;
  font-family: 'Thesans bold plain', sans-serif;
  color: #315;
  font-size: 85%;
  letter-spacing: 2px;
}

.button.with-top-margin:hover {
  border-color: #5b2d72 #5b2d72 #7e83bc;
  color: #7e83bc;
}

.button.with-top-margin.in-line {
  display: inline-block;
}

.button.with-top-margin.in-line.abs-bottom {
  position: absolute;
  left: 0px;
  bottom: 0px;
  margin-bottom: 25px;
  margin-left: 30px;
}

.button.centered {
  display: block;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
}

.button.centered.submit {
  margin-top: 25px;
}

.button.white {
  border-bottom-color: #fff;
  opacity: 1;
  color: #fff;
  font-size: 85%;
  letter-spacing: 2px;
}

.button.white:hover {
  opacity: 0.8;
}

.button.white.with-top-margin:hover {
  border-bottom-color: #fff;
  color: #fff;
}

.home-hero-subtext {
  width: 80%;
  margin-bottom: 45px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0px;
}

.div-home-sections {
  padding-top: 0px;
  padding-bottom: 0px;
}

.flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrapper.text-and-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #e9e9e9;
}

.flex-wrapper.text-and-image.casino {
  background-color: transparent;
}

.flex-wrapper.text-and-image.with-negative-margin {
  margin-top: -1px;
}

.flex-wrapper.text-and-image.sports-book {
  margin-top: -125px;
  margin-bottom: -125px;
  padding-top: 40px;
  background-color: transparent;
}

.flex-wrapper.text-and-image.contact {
  background-color: #213;
  color: #fff;
}

.flex-wrapper.room-option {
  background-color: #213;
  color: #fff;
}

.flex-wrapper.specials {
  margin-top: 40px;
  margin-right: -10px;
  margin-left: -10px;
}

.flex-wrapper.directions {
  margin-top: 30px;
}

.flex-wrapper.entertainment-list {
  background-color: #213;
  letter-spacing: 0px;
}

.flex-wrapper.entertainment-list.white {
  background-color: #fff;
  color: #2a2a2a;
  letter-spacing: 0px;
}

.home-section-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.home-section-col.image {
  position: relative;
  overflow: hidden;
  width: auto;
  -webkit-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}

.home-section-col.image._50 {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.home-section-col.image._50.bg-img {
  height: 700px;
  background-image: url('../images/sports-book.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-section-col.image.contact-form {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  background-color: #eee;
}

.home-section-col.text {
  position: relative;
  z-index: 2;
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

.home-section-col.text.sportsbook {
  margin-top: -45px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.home-section-col.text._50 {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.section-img {
  width: 100%;
  height: auto;
  background-color: #e0e0e0;
}

.home-section-text {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.home-section-text.home-page {
  width: 80%;
}

.home-section-text.home-page.right-just {
  width: 35%;
  margin-right: 120px;
  float: right;
  color: #fff;
}

.home-section-title {
  margin-bottom: 20px;
  font-family: 'Thesans black caps', sans-serif;
  color: #213;
  font-size: 70px;
  line-height: 80px;
  letter-spacing: -2px;
  text-transform: uppercase;
}

.home-section-title.white {
  color: #fff;
}

.footer {
  padding-top: 40px;
  background-color: #000;
  color: hsla(0, 0%, 100%, .4);
}

.div-footer-info {
  margin-bottom: 25px;
  text-align: center;
}

.footer-title {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Thesans black caps', sans-serif;
  color: hsla(0, 0%, 100%, .4);
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.footer-contact {
  display: block;
  margin-bottom: 5px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Thesans caps', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.footer-contact.phone {
  margin-bottom: 0px;
  border-left: 1px none #fff;
}

.footer-bottom {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid hsla(0, 0%, 100%, .1);
  font-family: 'Thesans bold plain', sans-serif;
  color: hsla(0, 0%, 100%, .3);
  font-size: 80%;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer-bottom-text {
  display: inline-block;
}

.footer-bottom-link {
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px;
  border-right: 1px none #fff;
  border-left: 1px solid #636363;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: hsla(0, 0%, 100%, .3);
  letter-spacing: 1px;
  text-decoration: none;
}

.footer-bottom-link:hover {
  color: #fff;
}

.footer-bottom-link.last {
  margin-right: 10px;
  padding-right: 10px;
  border-right-style: solid;
  border-right-color: #636363;
  color: hsla(0, 0%, 100%, .3);
}

.footer-bottom-link.last:hover {
  color: #fff;
}

.div-page-title {
  max-width: 1286px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -ms-flex: none;
  text-align: center;
}

_:-ms-fullscreen, :root .div-page-title {
	flex:none;
	width:100%;
}

.page-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Thesans black caps', sans-serif;
  color: #fff;
  font-size: 100px;
  line-height: 110px;
  font-weight: 300;
  letter-spacing: -2px;
  text-transform: uppercase;
}

.page-title.small {
  color: #213;
  font-size: 70px;
  line-height: 80px;
}

.page-title.with-margins {
  margin-bottom: 25px;
  text-transform: uppercase;
}

.subnav {
  z-index: 1;
  background-color: #f3f3f3;
  color: #213;
}

.subnav-menu {
  float: none;
  text-align: center;
}

.content-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-section.no-pad {
  padding-top: 0px;
  padding-bottom: 0px;
}

.content-section.gray {
  background-color: #f5f5f5;
  background-image: url('../images/vintage_speckles_2X.png');
  background-position: 0px 0px;
  background-size: 400px;
  color: #fff;
}

.content-section.short-content {
  height: 70vh;
  padding-bottom: 40px;
}

.div-casino {
  display: none;
}

.div-intro {
  margin-top: 20px;
  margin-bottom: 60px;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
}

.div-intro.no-margins {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 30px;
  padding-left: 30px;
}

.div-intro.no-top-margin {
  margin-top: 0px;
}

.full-width-bg-img {
  height: 500px;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
  background-attachment: fixed;
}

.div-backstage-pass {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: -72px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
}

.accordion-wrapper.backstage-rewards {
  margin-top: -15px;
}

.acc-header {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .15);
  background-image: url('../images/right-arrow-21.svg');
  background-position: 0px 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Thesans bold plain', sans-serif;
  color: hsla(0, 0%, 100%, .75);
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.acc-header:hover {
  color: #fff;
}

.acc-header.pdf-link {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  color: hsla(0, 0%, 100%, .6);
  text-decoration: none;
}

.acc-header.pdf-link:hover {
  color: #fff;
}

.acc-header.first {
  border-bottom-color: hsla(0, 0%, 100%, .15);
}

.acc-header.on-light-bg {
  border-bottom-color: rgba(75, 75, 75, .15);
  color: rgba(42, 42, 42, .75);
}

.acc-header.on-light-bg:hover {
  color: #2a2a2a;
}

.acc-content {
  overflow: hidden;
  height: 0px;
}

.acc-content-text {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.sportsbook-logo {
  display: none;
  width: 200px;
  height: 100px;
  margin-bottom: 30px;
  background-color: #e0e0e0;
}

.div-credit-app {
  position: relative;
  z-index: 2;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.div-rooms {
  padding-top: 70px;
  padding-bottom: 0px;
}

.flex-col._60 {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
  flex: 0 0 60%;
  -ms-flex: none;
}

:-ms-fullscreen, :root .flex-col._60{
	flex:none;
	width:60%;
	display:inline-block;
}

.flex-col.room-desc {
  position: relative;
  display: block;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  flex: 0 0 40%;
  -ms-flex: none;
}

:-ms-fullscreen, :root .flex-col.room-desc{
	display:inline-block;
	flex:none;
	width:40%;
}

.room-img {
  width: 100%;
  height: auto;
  background-color: #e0e0e0;
}

.room-name {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Thesans black caps', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 42px;
  font-weight: 400;
  text-transform: uppercase;
}

.ul-amenities {
  padding-left: 20px;
}

.li-amenities {
  margin-bottom: 5px;
  font-style: normal;
}

.bold-text {
  font-family: 'Thesans bold plain', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.room-slider {
  height: auto;
  margin-top: 40px;
  margin-right: -65px;
  margin-left: -65px;
  background-color: transparent;
}

.slider-arrow {
  color: #ccc;
  font-size: 50px;
}

.slider-mask {
  margin-right: 75px;
  margin-left: 75px;
}

.slide-nav {
  position: static;
  display: block;
  margin-top: 15px;
  opacity: 0.36;
  font-size: 10px;
}

.div-packages-specials {
  padding-top: 0px;
  padding-bottom: 0px;
}

.tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  color: #444;
  text-decoration: none;
}

_:-ms-fullscreen, :root .tile {
	display:inline-block;
	flex:none;
	-ms-flex:none;
	width:33%;
}

.tile.promos {
  margin-bottom: 20px;
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}

_:-ms-fullscreen, :root .tile.promos {
	display:inline-block;
	flex:none;
	-ms-flex:none;
	-ms-flex-preferred-size: none;
  	flex-basis: none;
	width:33%;
}

.tile.with-bottom-margin {
  margin-bottom: 20px;
}

.div-tile-content {
  padding-bottom: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

:-ms-fullscreen, :root .div-tile-content{
	height:100%;
}

.div-tile-content:hover {
  box-shadow: 0 0 6px 0 #d3d3d3;
}

.div-tile-content.with-top-padding {
  position: relative;
  padding-top: 35px;
  padding-bottom: 0px;
  border-style: none;
  border-top-color: #5b2d72;
  background-color: #f3f3f3;
  box-shadow: none;
  letter-spacing: 0px;
}

:-ms-fullscreen, :root .div-tile-content{
	padding-bottom:1px;
}

.div-tile-content.promos {
  position: relative;
  padding-bottom: 35px;
  background-color: #f3f3f3;
  box-shadow: 0 0 5px 0 #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

_:-ms-fullscreen, :root .div-tile-content.promos {
	height:100%;
}

.div-tile-content.promos:hover {
  box-shadow: 0 0 5px 0 #d5d5d5;
}

.div-specials-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}

.special-img {
  width: 100%;
  background-color: #e0e0e0;
}

.special-img.promos {
  height: auto;
}

.tile-title {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: 'Thesans black caps', sans-serif;
  color: #213;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.learn-more-text-link {
  display: inline-block;
  margin-top: 10px;
  padding-right: 26px;
  background-image: url('../images/right-arrow-21.svg');
  background-position: 100% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Thesans bold plain', sans-serif;
  color: #5b2d72;
  font-size: 85%;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.learn-more-text-link:hover {
  background-image: url('../images/right-arrow-24.svg');
  background-position: 100% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  color: #5b2d72;
}

.learn-more-text-link.inline {
  margin-top: 0px;
}

.div-link-text {
  position: relative;
  margin-bottom: 35px;
  padding: 0px 30px;
  letter-spacing: 0px;
}

.li-entertainment {
  margin-bottom: 15px;
  padding: 0px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  background-color: #fff;
}

.entertainment-date {
  display: inline-block;
  margin-bottom: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d1d1d1;
  font-family: 'Thesans caps', sans-serif;
  font-size: 100%;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.rw.no-margin {
  margin-right: 0px;
  margin-left: 0px;
}

.col._0-5-0-0 {
  padding-right: 5px;
  padding-left: 0px;
}

.col._0-0-0-5 {
  padding-right: 0px;
  padding-left: 5px;
}

.col._0-5-0-5 {
  padding-right: 5px;
  padding-left: 5px;
}

.entertainment-logo {
  width: 100%;
  background-color: #e0e0e0;
}

.entertainment-title {
  margin-bottom: 30px;
  font-family: 'Thesans black caps', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 0px;
}

.entertainment-title.purple {
  margin-bottom: 30px;
  color: #213;
}

.entertainment-details-section-title {
  margin-top: 25px;
  margin-bottom: 5px;
  font-family: 'Thesansbold caps', sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.entertainment-details {
  position: relative;
  overflow: hidden;
  padding: 20px 30px 20px 50px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wrapper-form {
  display: block;
  width: 60%;
  margin: 0px auto;
  padding: 30px 0px;
}

.wrapper-form.popup-form {
  width: 70%;
  margin-top: 30px;
  padding: 0px;
  background-color: transparent;
}

.text-field {
  height: 50px;
  margin-bottom: 10px;
  padding-left: 10px;
  border-style: none none solid;
  border-bottom-width: 3px;
  border-bottom-color: #aaa;
  border-radius: 2px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Thesans black caps', sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-field:focus {
  border-bottom-color: #213;
  color: #213;
}

.text-area {
  max-height: 100px;
  min-height: auto;
  border-style: none none solid;
  border-bottom-width: 3px;
  border-bottom-color: #aaa;
  background-color: transparent;
  font-family: 'Thesans black caps', sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-area:focus {
  border-bottom-color: #213;
}

.select-field {
  height: 50px;
  padding-left: 0px;
  border-style: none none solid;
  border-bottom-width: 3px;
  border-bottom-color: #aaa;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, transparent, transparent);
  background-image: linear-gradient(180deg, transparent, transparent);
  font-family: 'Thesans black caps', sans-serif;
  color: #999;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.select-field:focus {
  border-bottom-color: #213;
  color: #2a2a2a;
}

.div-map-directions {
  padding-top: 75px;
  padding-bottom: 75px;
}

.li-directions {
  margin-bottom: 4px;
}

.google-map {
  height: 50vh;
  opacity: 0.85;
}

.div-full-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  margin-top: 78px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/example-bg.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/example-bg.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 125px;
}

.div-full-bg.thank-you {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/home-hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/home-hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-full-bg._404-error {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/home-hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/home-hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.full-bg-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  text-align: center;
}

.ul.responsible-gambling {
  margin-top: 20px;
  margin-bottom: 20px;
}

.ul.detail-pages {
  margin-bottom: 60px;
  padding-left: 20px;
}

.li.responsible-gambling {
  margin-bottom: 5px;
}

.li.detail-page {
  margin-bottom: 25px;
}

.logo-img {
  width: 120px;
}

.div-promotions {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #fff;
}

.sticky-subnav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 5;
  margin-top: 98px;
}

.modal-bg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.modal-popup {
  position: relative;
  top: 50%;
  display: block;
  width: 55%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.popup-form-title {
  font-size: 50px;
  line-height: 60px;
  text-align: center;
}

.p-centered {
  text-align: center;
}

.close-popup-text {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #a8a8a8;
  text-align: center;
  text-decoration: none;
}

.close-popup-text:hover {
  color: #222;
  text-decoration: underline;
}

.close-popup-link {
  position: absolute;
  top: -30px;
  right: 0px;
  opacity: 0.66;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.close-popup-link:hover {
  opacity: 1;
}

.modal-window {
  position: relative;
  height: 100vh;
}

.h-white {
  color: #fff;
}

.h-white.small {
  font-size: 50px;
  line-height: 55px;
}

.important-text {
  font-family: 'Thesans black caps', sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
}

.image {
  width: 866px;
}

.slant-element {
  position: absolute;
  top: -16px;
  right: -4px;
  bottom: -16px;
}

.slant-element.horizontal {
  position: absolute;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: -1px;
  width: 100%;
}

.slant-element.horizontal.top {
  position: static;
  left: 0px;
  top: -118px;
  right: 0px;
  bottom: auto;
  width: 100%;
  margin-bottom: -1px;
  padding-bottom: 0px;
}

.slant-element.horizontal.top.large {
  margin-bottom: -2px;
}

.slant-element.horizontal.bottom {
  position: static;
  width: 100%;
  margin-top: -1px;
}

:-ms-fullscreen, :root .slant-element.horizontal.bottom{
	margin-left:-2px;
}

.slant-element.left-side {
  position: absolute;
  left: -1px;
  top: -16px;
  right: auto;
  bottom: 0px;
  height: 100%;
}

.slant-element.entertainment {
  right: -2px;
}

.slant-img {
  height: 100vh;
}

.slant-img.horizontal {
  height: auto;
}

.slant-img.horizontal.large {
  width: 100%;
}

.slant-img.horizontal.popupform {
  margin-bottom: -2px;
}

.h-purple {
  color: #315;
}

.div-backstage-pass-content {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #213;
}

.div-credit-app-content {
  padding-top: 15px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
  background-image: url('../images/vintage_speckles_2X.png');
  background-position: 0px 0px;
  background-size: 400px;
}

.packages-specials-content {
  margin-top: 40px;
  padding-top: 65px;
  padding-bottom: 80px;
  background-image: url('../images/vintage_speckles_2X.png');
  background-position: 0px 0px;
  background-size: 400px;
}

.packages-specials-content.dine {
  margin-top: 0px;
  padding-top: 80px;
}

.full-width-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -1px;
  padding-top: 200px;
  padding-bottom: 200px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(34, 17, 51, .7), rgba(34, 17, 51, .7)), url('../images/play-hero2.jpg');
  background-image: linear-gradient(180deg, rgba(34, 17, 51, .7), rgba(34, 17, 51, .7)), url('../images/play-hero2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

:-ms-fullscreen, :root .full-width-banner{
	display:block;
}

.full-width-banner.dine {
  margin-top: 0px;
  padding-top: 200px;
  padding-bottom: 200px;
  background-image: -webkit-linear-gradient(270deg, rgba(34, 17, 51, .7), rgba(34, 17, 51, .7)), url('../images/dine-banner.jpg');
  background-image: linear-gradient(180deg, rgba(34, 17, 51, .7), rgba(34, 17, 51, .7)), url('../images/dine-banner.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.full-width-banner.play {
  margin-top: 0px;
  padding-top: 200px;
  padding-bottom: 200px;
  background-image: -webkit-linear-gradient(270deg, rgba(34, 17, 51, .7), rgba(34, 17, 51, .7)), url('../images/play-banner.jpg');
  background-image: linear-gradient(180deg, rgba(34, 17, 51, .7), rgba(34, 17, 51, .7)), url('../images/play-banner.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.full-width-banner.fire-break {
  background-image: -webkit-linear-gradient(270deg, rgba(34, 17, 51, .7), rgba(34, 17, 51, .7)), url('../images/alpine-union-bg.jpg');
  background-image: linear-gradient(180deg, rgba(34, 17, 51, .7), rgba(34, 17, 51, .7)), url('../images/alpine-union-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.full-width-banner.park-prime {
  background-image: -webkit-linear-gradient(270deg, rgba(34, 17, 51, .7), rgba(34, 17, 51, .7)), url('../images/park-prime.jpg');
  background-image: linear-gradient(180deg, rgba(34, 17, 51, .7), rgba(34, 17, 51, .7)), url('../images/park-prime.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.full-width-banner.sports-bar {
  background-image: -webkit-linear-gradient(270deg, rgba(34, 17, 51, .7), rgba(34, 17, 51, .7)), url('../images/sports-bar2.jpg');
  background-image: linear-gradient(180deg, rgba(34, 17, 51, .7), rgba(34, 17, 51, .7)), url('../images/sports-bar2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.scroll-indicator {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 40px;
  padding-bottom: 25px;
  text-align: left;
}

.scroll-arrow {
  width: 20px;
}

.entertainment-img {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45%;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
}

.contact-info {
  font-family: 'Thesans caps', sans-serif;
  text-transform: uppercase;
}

.modal-popup-content {
  padding: 35px 45px 25px;
  background-color: #f3f3f3;
}

.field-label {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: 'Thesans black caps', sans-serif;
  color: #999;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dine-promo-detail {
  margin-top: 15px;
  margin-bottom: 5px;
  font-family: 'Thesansbold caps', sans-serif;
  color: #213;
  text-transform: uppercase;
}

.specials-list {
  padding-left: 20px;
  list-style-type: disc;
}

.inner-list-items {
  display: inline-block;
  margin-bottom: 8px;
  color: #8f857b;
  font-size: 90%;
}

.div-activities {
  padding-top: 70px;
}

.featured-img {
  width: 100%;
  margin-bottom: 35px;
}

.p-title {
  margin-bottom: 5px;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -1px;
}

.item-title {
  font-family: 'Thesans bold plain', sans-serif;
  font-size: 105%;
  font-weight: 300;
}

.phone-link {
  display: inline-block;
  color: #7e83bc;
  font-weight: 300;
  text-decoration: none;
}

.blackout-dates {
  margin-top: 20px;
  color: #8f857b;
  font-size: 90%;
  line-height: 16px;
}

.accent {
  font-family: 'Source Sans Pro', sans-serif;
}

html.w-mod-js *[data-ix="hide-subnav"] {
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="show-popup"] {
  display: none;
  opacity: 0;
}

@media (max-width: 991px) {
  h2 {
    font-size: 60px;
    line-height: 65px;
  }
  .alert-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .alert-block {
    padding: 50px;
  }
  .nav-link {
    margin-top: 0px;
    padding-bottom: 15px;
    border-bottom-style: none;
  }
  .nav-link:hover {
    border-bottom-style: none;
    background-color: #b48d1b;
  }
  .nav-link.subnav {
    z-index: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom-style: none;
    border-bottom-width: 2px;
    background-color: #f3f3f3;
  }
  .nav-link.subnav:hover {
    background-color: #213;
    color: #fff;
  }
  .nav-link.subnav.w--current {
    border-bottom-style: none;
  }
  .nav-link.book-now {
    padding-bottom: 15px;
    border-bottom-style: none;
  }
  .nav-link.book-now:hover {
    border-bottom-style: none;
  }
  .wrapper-1286 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .header {
    padding-bottom: 5px;
  }
  .header-top {
    display: block;
    text-align: center;
  }
  .nav-menu {
    background-color: #213;
  }
  .div-social-icons {
    display: block;
    text-align: center;
  }
  .phone-number {
    display: inline-block;
    margin-right: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
  }
  .div-hero.interior {
    margin-top: 88px;
  }
  .div-hero.interior.no-img {
    margin-top: 88px;
  }
  .div-hero.interior.stay {
    margin-top: 88px;
  }
  .div-hero.interior.play {
    margin-top: 88px;
  }
  .div-hero.interior.dine {
    margin-top: 88px;
  }
  .div-hero.interior.entertainment {
    margin-top: 88px;
  }
  .div-hero.interior.contact {
    margin-top: 88px;
  }
  .home-slogan {
    font-size: 80px;
    line-height: 85px;
  }
  .div-home-hero {
    width: 80%;
  }
  .button.with-top-margin {
    margin-top: 10px;
  }
  .button.with-top-margin.in-line {
    position: relative;
    left: 0px;
    bottom: 0px;
  }
  .button.with-top-margin.in-line.abs-bottom {
    margin-left: 15px;
  }
  .flex-wrapper.text-and-image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-wrapper.text-and-image.sports-book {
    margin-bottom: 0px;
  }
  .flex-wrapper.room-option {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-wrapper.directions {
    margin-top: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .home-section-col.image {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .home-section-col.image._50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .home-section-col.image._50.casino {
    margin-top: -50px;
  }
  .home-section-col.image.contact-form {
    margin-top: -53px;
    padding-top: 45px;
  }
  .home-section-col.image.with-negative-margin-mobile {
    margin-top: -81px;
  }
  .home-section-col.text {
    margin-top: -52px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: transparent;
  }
  .home-section-col.text.sportsbook {
    margin-top: -52px;
  }
  .home-section-col.text._50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .home-section-col.text._50.casino {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .home-section-col.text._50.contact {
    margin-top: 0px;
    padding-top: 50px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .home-section-col.text.dine-page {
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 30px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .home-section-text.home-page {
    margin-top: 50px;
    margin-bottom: 72px;
  }
  .home-section-text.home-page.right-just {
    width: 80%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
  }
  .home-section-text.casino {
    padding-top: 40px;
    padding-bottom: 21px;
  }
  .home-section-text.sportsbook {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .home-section-text.dine-page {
    padding-bottom: 10px;
  }
  .home-section-title {
    margin-bottom: 10px;
  }
  .home-section-title.white.small {
    font-size: 60px;
    line-height: 65px;
  }
  .page-title {
    font-size: 90px;
    line-height: 95px;
  }
  .subnav {
    z-index: 3;
  }
  .subnav-menu {
    position: absolute;
    z-index: 9;
    background-color: #f3f3f3;
  }
  .subnav-menu.stay {
    position: static;
  }
  .content-section.short-content {
    height: auto;
    padding-bottom: 100px;
  }
  .flex-col._60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -ms-flex: none;
  }
  :-ms-fullscreen, :root .flex-col._60{
  	display:block;
  	width:100%;
  	flex:none;
  }
  .flex-col.room-desc {
    margin-top: -40px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: transparent;
  }
  :-ms-fullscreen, :root .flex-col.room-desc{
  	display:block;
  	width:100%;
  	flex:none;
  }
  .room-slider {
    margin-right: 0px;
    margin-left: 0px;
  }
  .slider-arrow {
    display: block;
  }
  .slider-mask {
    margin-right: 55px;
    margin-left: 55px;
  }
  .slide {
    display: inline-block;
    margin-bottom: 15px;
  }
  .slide-nav {
    display: block;
  }
  .tile {
    margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
  }
  _:-ms-fullscreen, :root .tile{
  	flex:none;
  	-ms-flex:none;
  	width:50%;
  }
  .tile.promos {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  _:-ms-fullscreen, :root .tile.promos{
  	flex:none;
  	-ms-flex:none;
  	-ms-flex-preferred-size: none;
    flex-basis: none;
  	width:50%;
  }
  .tile.with-bottom-margin {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .div-tile-content.with-top-padding {
    padding-top: 22px;
  }
  .div-tile-content.promos {
    padding-bottom: 60px;
  }
  .div-link-text {
    margin-bottom: 0px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 15px;
  }
  .entertainment-date {
    margin-bottom: 15px;
    font-size: 90%;
    line-height: 20px;
  }
  .entertainment-title {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 24px;
  }
  .entertainment-title.purple {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 24px;
  }
  .entertainment-details-section-title {
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 20px;
  }
  .entertainment-details {
    padding: 20px 0px 20px 30px;
  }
  .wrapper-form.popup-form {
    width: 90%;
  }
  .div-map-directions {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .ul-directions-list {
    padding-left: 15px;
  }
  .logo-img {
    width: 110px;
  }
  .div-promotions {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .sticky-subnav {
    margin-top: 88px;
  }
  .modal-popup {
    width: 95%;
  }
  .popup-form-title {
    margin-bottom: 12px;
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -1px;
  }
  .menu-btn {
    top: 14px;
    color: #fff;
  }
  .menu-btn.subnav {
    position: static;
    color: #213;
  }
  .menu-btn.subnav.w--open {
    background-color: #f3f3f3;
  }
  .menu-text {
    position: relative;
    top: -5px;
    display: inline-block;
    margin-right: 10px;
    font-family: 'Thesans black caps', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .menu-text.subnav {
    background-color: transparent;
    color: #213;
  }
  .menu-text.subnav-text {
    color: #213;
  }
  .menu-icon {
    display: inline-block;
  }
  .slant-element.horizontal {
    bottom: -1px;
  }
  .slant-element.horizontal.top {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .slant-element.horizontal.top.directions {
    margin-bottom: -3px;
  }
  .slant-element.horizontal.bottom {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .slant-element.horizontal.bottom.directions {
    margin-top: -8px;
  }
  .slant-element.horizontal.specials {
    bottom: -3px;
  }
  .full-width-banner.dine {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .full-width-banner.play {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .full-width-banner.fire-break {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .full-width-banner.park-prime {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .full-width-banner.sports-bar {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .modal-popup-content {
    padding-right: 25px;
    padding-left: 25px;
  }
  .div-room-desc {
    padding: 40px 40px 15px;
  }
}

@media (max-width: 767px) {
  .rotate-device-alert {
    height: 100vh;
    background-color: #213;
    background-image: url('../images/rotate-device.png');
    background-position: 50% 50%;
    background-size: 300px;
    background-repeat: no-repeat;
  }
  .col._0-5-0-0 {
    padding-right: 0px;
  }
  .col._0-0-0-5 {
    padding-left: 0px;
  }
  .col._0-5-0-5 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .modal-bg {
    display: none;
  }
}

@media (max-width: 479px) {
  body {
    padding: 0px;
  }
  h2 {
    font-size: 40px;
    line-height: 45px;
  }
  .alert-wrapper {
    display: block;
    padding-top: 30px;
  }
  .alert-block {
    display: block;
    padding: 28px;
    font-size: 18px;
    line-height: 28px;
  }
  .welcome-text {
    font-size: 22px;
    line-height: 30px;
  }
  .nav-link.subnav {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .nav-link.subnav:hover {
    background-color: #213;
    color: #fff;
  }
  .nav-link.subnav.w--current {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom-color: rgba(91, 45, 114, 0);
  }
  .nav-link.subnav.w--current:hover {
    background-color: #213;
    color: #fff;
  }
  .header {
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 5px;
  }
  .div-hero.home-hero {
    display: block;
    height: 85vh;
    margin-top: 65px;
    padding-top: 60px;
  }
  .div-hero.interior {
    height: auto;
    margin-top: 68px;
  }
  .div-hero.interior.no-img {
    margin-top: 68px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .div-hero.interior.stay {
    margin-top: 68px;
  }
  .div-hero.interior.play {
    margin-top: 68px;
  }
  .div-hero.interior.dine {
    margin-top: 68px;
  }
  .div-hero.interior.entertainment {
    margin-top: 68px;
  }
  .div-hero.interior.contact {
    margin-top: 68px;
  }
  .wrapper-940 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .home-slogan {
    margin-bottom: 15px;
    font-size: 50px;
    line-height: 55px;
  }
  .div-home-hero {
    width: 100%;
  }
  .button.with-top-margin.in-line.abs-bottom {
    margin-left: 15px;
  }
  .button.centered.submit {
    margin-top: 12px;
  }
  .home-hero-subtext {
    width: 100%;
    margin-bottom: 30px;
  }
  .flex-wrapper.text-and-image {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-wrapper.specials {
    margin-top: 30px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-wrapper.directions {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-wrapper.entertainment-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-section-col.image._50.bg-img {
    height: 400px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .home-section-col.image._50.casino {
    margin-top: -22px;
  }
  .home-section-col.image.contact-form {
    margin-top: -22px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .home-section-col.image.with-negative-margin-mobile {
    margin-top: -50px;
  }
  .home-section-col.text {
    overflow: hidden;
    margin-top: -43px;
    padding-top: 20px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .home-section-col.text.sportsbook {
    margin-top: -42px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .home-section-col.text._50.casino {
    margin-top: 0px;
    padding-bottom: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .home-section-col.text._50.contact {
    padding-top: 35px;
  }
  .home-section-col.text.dine-page {
    padding-top: 40px;
  }
  .home-section-text {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .home-section-text.home-page {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .home-section-text.home-page.right-just {
    width: 100%;
  }
  .home-section-text.casino {
    padding-top: 25px;
    padding-bottom: 15px;
  }
  .home-section-text.sportsbook {
    padding-bottom: 15px;
  }
  .home-section-text.dine-page {
    padding-bottom: 15px;
  }
  .home-section-text.contact {
    margin-bottom: 20px;
  }
  .home-section-title {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -1px;
  }
  .home-section-title.white.small {
    font-size: 40px;
    line-height: 45px;
  }
  .footer-title {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 22px;
  }
  .footer-bottom-link {
    display: block;
    margin-left: 0px;
    padding-left: 0px;
    border-left-style: none;
  }
  .footer-bottom-link.last {
    margin-right: 0px;
    padding-right: 0px;
    border-right-style: none;
  }
  .page-title {
    font-size: 50px;
    line-height: 55px;
    letter-spacing: -1px;
  }
  .page-title.small {
    font-size: 50px;
    line-height: 55px;
  }
  .subnav {
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .subnav.stay {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .subnav-menu {
    margin-right: 0px;
    margin-left: 0px;
  }
  .subnav-menu.stay {
    position: static;
    margin-right: -20px;
    margin-left: -20px;
  }
  .content-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .content-section.short-content {
    padding-bottom: 50px;
  }
  .div-intro {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-intro.no-margins {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-intro.no-top-margin {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-rooms {
    padding-top: 50px;
  }
  .flex-col.room-desc {
    margin-top: -22px;
  }
  .room-name {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0px;
  }
  .room-slider {
    display: block;
    margin-top: 25px;
  }
  .slider-arrow {
    display: block;
    overflow: visible;
    color: #4b4b4b;
    font-size: 30px;
  }
  .slider-arrow.right {
    display: block;
  }
  .slider-arrow.left {
    position: absolute;
  }
  .slider-mask {
    margin-right: 0px;
    margin-left: 0px;
  }
  .slide {
    display: block;
  }
  .slide-nav {
    display: none;
    margin-top: -40px;
  }
  .tile {
    margin-bottom: 15px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  _:-ms-fullscreen, :root .tile{
  	display:block;
  	flex:none;
  	-ms-flex:none;
  	width:100%;
  }
  .tile.promos {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  :-ms-fullscreen, :root .tile.promos{
  	display:block;
  	flex:none;
  	-ms-flex:none;
  	width:100%;
  }
  .tile.with-bottom-margin {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .div-link-text {
    margin-bottom: 35px;
  }
  .ul-entertainment {
    padding-left: 0px;
  }
  .entertainment-date {
    margin-bottom: 15px;
  }
  .entertainment-title {
    display: inline-block;
  }
  .entertainment-details-section-title {
    display: block;
  }
  .entertainment-details {
    z-index: 1;
    overflow: hidden;
    margin-top: -44px;
    padding-left: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .wrapper-form {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .wrapper-form.popup-form {
    width: 100%;
    margin-top: 0px;
  }
  .text-field {
    display: block;
    height: 40px;
    font-size: 14px;
  }
  .select-field {
    height: 40px;
    font-size: 14px;
  }
  .div-map-directions {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .div-full-bg.thank-you {
    margin-top: 68px;
  }
  .div-full-bg._404-error {
    margin-top: 68px;
  }
  .full-bg-content {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }
  .logo-img {
    width: 80px;
  }
  .div-promotions {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .sticky-subnav {
    margin-top: 66px;
  }
  .modal-bg {
    display: none;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  }
  .popup-form-title {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 35px;
  }
  .p-centered {
    margin-bottom: 12px;
  }
  .close-popup-text {
    margin-top: 12px;
  }
  .close-popup-link {
    top: 16px;
    right: 15px;
    padding: 5px;
    color: #000;
    font-size: 25px;
  }
  .menu-btn {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .menu-text.subnav-text {
    color: #213;
  }
  .h-white.small {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -1px;
  }
  .slant-element.horizontal {
    bottom: -1px;
  }
  .slant-element.horizontal.top.directions {
    margin-bottom: -1px;
  }
  .slant-element.horizontal.bottom {
    margin-top: -4px;
  }
  .slant-element.horizontal.bottom.directions {
    margin-top: -5px;
  }
  .slant-element.horizontal.specials {
    bottom: -2px;
  }
  .div-credit-app-content {
    margin-bottom: -4px;
  }
  .packages-specials-content {
    margin-top: 20px;
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .packages-specials-content.dine {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .full-width-banner.dine {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .full-width-banner.play {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .full-width-banner.fire-break {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .full-width-banner.park-prime {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .full-width-banner.sports-bar {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .scroll-indicator {
    margin-bottom: 0px;
  }
  .entertainment-img {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .entertainment-details-text {
    display: inline-block;
    padding-top: 25px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .modal-popup-content {
    padding: 20px 15px;
  }
  .field-label {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }
  .div-room-desc {
    padding: 25px 15px 0px;
  }
}

@font-face {
  font-family: 'Thesans caps';
  src: url('../fonts/TheSans-Caps.otf') format('opentype'), url('../fonts/TheSans-ExtraBold-Caps.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Thesans light';
  src: url('../fonts/TheSans-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Thesans semibold caps';
  src: url('../fonts/TheSans-SemiBold-Caps.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Thesans black caps';
  src: url('../fonts/TheSans-Black-Caps.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Thesans light plain';
  src: url('../fonts/TheSans-Light-Plain.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Thesans bold plain';
  src: url('../fonts/TheSans-Bold-Plain.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Thesans bold';
  src: url('../fonts/TheSans-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Thesansbold caps';
  src: url('../fonts/TheSansBold-Caps.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@media (max-width: 991px) {
	.horizontal  img.horizontal{
		opacity:0;
	}
}