body {
  font-family: 'Thesans light plain', sans-serif;
  color: #474747;
  font-size: 100%;
  line-height: 24px;
  font-weight: 300;
}

h2 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Thesans black caps', sans-serif;
  font-size: 45px;
  line-height: 40px;
  font-weight: 900;
  text-transform: uppercase;
}
b, strong {
  font-family: 'Thesans bold plain', sans-serif;
}

.alert-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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, .6), rgba(0, 0, 0, .6)), url('../images/home-hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/home-hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.alert-block {
  max-width: 800px;
  padding: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 2px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  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;
}

.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;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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, hsla(0, 0%, 100%, .92), hsla(0, 0%, 100%, .92)), url('../images/hotel-tattoo.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .92), hsla(0, 0%, 100%, .92)), url('../images/hotel-tattoo.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.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;
  -ms-flex: 1;
  flex: 1;
}

.nav-link {
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
  padding: 12px 0px;
  border-bottom: 4px solid rgba(180, 141, 27, 0);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Thesans bold plain', sans-serif;
  color: hsla(0, 0%, 100%, .95);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom-color: #b48d1b;
}

.nav-link.w--current {
  color: #7e81be;
}

.nav-link.book-now {
  padding-top: 21px;
  padding-bottom: 23px;
  border-bottom-color: #b48d1b;
  font-weight: 900;
}

.nav-link.book-now:hover {
  color: #b48d1b;
}

.nav-link.phone-number {
  font-weight: 900;
}

.nav-link.phone-number.top-link {
  font-size: 14px;
}

.nav-link.top-link {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom-style: none;
  font-family: 'Thesans bold plain', sans-serif;
  color: hsla(0, 0%, 100%, .8);
  font-size: 12px;
}

.nav-link.top-link:hover {
  color: #fff;
}

.div-header-links {
  text-align: right;
}

.header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 0px;
  background-color: #213;
  color: #fff;
}

.div-hero {
  margin-top: 96px;
  background-color: #000;
}

.div-hero.home-hero {
  position: relative;
  overflow: hidden;
  height: 76vh;
  margin-top: 115px;
}

.div-hero.interior {
  height: 60vh;
  margin-top: 115px;
  background-color: #000;
  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;
  color: #fff;
  text-align: center;
}

.div-hero.interior.no-img {
  height: auto;
  margin-top: 115px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
  background-image: none;
  color: #474747;
}

.div-hero.interior.no-img.gray {
  background-color: #f7f7f7;
}

.div-hero.interior.no-img.with-subnav {
  padding-top: 89px;
  background-color: #fff;
}

.page-template-page-getting-here .div-hero.interior.no-img.with-subnav{
  padding-top: 0px;
  padding-bottom: 0px;
}

.page-template-page-getting-here .div-hero.interior.no-img.with-subnav .w-container.wrapper-940{
  margin-top: 80px;
  margin-bottom: 80px;
}

.div-hero.interior.hotel-amenities {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/hero-hotel-amenites.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/hero-hotel-amenites.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero.interior.special-offers {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/special-packages-landing-header-2000x1000.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/special-packages-landing-header-2000x1000.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-hero.interior.sound-of-your-stay {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/sound-of-stay-header-2000x1000.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/sound-of-stay-header-2000x1000.jpg');
  background-position: 0px 0px, 50% 3%;
  background-size: auto, cover;
}

.div-hero.interior.gift-cards-hero {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/gift-card-header-2000x1000.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/gift-card-header-2000x1000.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-hero.interior.attactions-hero {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/attractions-header-2000x1000.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/attractions-header-2000x1000.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-hero.interior.activity-detail-hero {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/activity-detail-header-2000x1000.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/activity-detail-header-2000x1000.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-hero.interior.partners {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/partners-header-2000x1000.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/partners-header-2000x1000.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-hero.interior.casinogaming-landing {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/casino-gaming-landing-header-2000x1000.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/casino-gaming-landing-header-2000x1000.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-hero.interior.backstage-pass-rewards-header {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/backstage-rewards-header-2000x1000.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/backstage-rewards-header-2000x1000.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-hero.interior.slots-hero {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/slots-header-2000x1000.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/slots-header-2000x1000.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-hero.interior.table-games {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/table-games-header-2000x1000.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/table-games-header-2000x1000.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.div-hero.interior.sportsbook-hero {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/sportsbook-header-2000x1000.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/sportsbook-header-2000x1000.jpg');
  background-position: 0px 0px, 50% 7%;
  background-size: auto, cover;
}

.div-hero.interior.casino-hosts-hero {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/casino-hosts-header-2000x1000.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/casino-hosts-header-2000x1000.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-hero.interior.local-groupies-hero {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/local-groupies-header-2000x1000.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/local-groupies-header-2000x1000.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-hero.interior.promotions-hero {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/promotion-header-2000x1000.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/promotion-header-2000x1000.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-hero.interior.promotion-calendar-hero {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/promotion-calendar-header-2000x1000.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/promotion-calendar-header-2000x1000.jpg');
  background-position: 0px 0px, 50% 5%;
  background-size: auto, cover;
}

.div-hero.interior.dining-restaurants-hero {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/dining-restaurants-header-2000x1000.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/dining-restaurants-header-2000x1000.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-hero.interior.night-life-entertainment-hero {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/nightlife-entertainment-header-2000x1000.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/nightlife-entertainment-header-2000x1000.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-hero.interior.event-calendar-calendar-view {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/event-calendar-header-2000x1000.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/event-calendar-header-2000x1000.jpg');
  background-position: 0px 0px, 50% 18%;
  background-size: auto, cover;
}

.div-hero.interior.music-live-events {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/music-events-calendar-header-2000x1000.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/music-events-calendar-header-2000x1000.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-hero.interior.meetings-events-hero {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/meetingsgroups-header-2000x1000.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/meetingsgroups-header-2000x1000.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-hero.interior.spaces-header {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/spaces-header-2000x1000.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/spaces-header-2000x1000.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-hero.interior.special-events-hero {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/specialevents-header-2000x1000.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/specialevents-header-2000x1000.jpg');
  background-position: 0px 0px, 50% 30%;
  background-size: auto, cover;
}

.div-hero.interior.catering-hero {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/catering-header-2000x1000.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/catering-header-2000x1000.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-hero.interior.gallery-hero {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/gallery-header-2000x1000-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/gallery-header-2000x1000-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-hero.interior.contact-hero {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/contact-header-2000x1000-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/contact-header-2000x1000-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-hero.interior.destinations-hero {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/hardrock-destinations-header-2000x1000-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/hardrock-destinations-header-2000x1000-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-hero.interior.rock-it-forward-hero {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/nightlife-entertainment-header-2000x1000.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/nightlife-entertainment-header-2000x1000.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-hero.interior.careers-hero {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/careers-header-2000x1000.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/careers-header-2000x1000.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-hero.interior.press-hero {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/press-header-2000x1000.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/press-header-2000x1000.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-hero.interior.press-detail-hero {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/press-detail-header-2000x1000.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/press-detail-header-2000x1000.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-hero.interior.news-detail-hero {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/news-detail-header-2000x1000.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/news-detail-header-2000x1000.jpg');
  background-position: 0px 0px, 50% 26%;
  background-size: auto, cover;
}

.div-hero.interior.rooms {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/suite-bedroom.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/suite-bedroom.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero-promos {
  display: block;
  overflow: visible;
  height: 100%;
  color: #fff;
}

.div-book-now-widget {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  /*z-index: 5;*/
  z-index: 1000;
  display: block;
  padding-top: 0px;
  padding-bottom: 5px;
  border-top: 4px solid #b48d1b;
  background-color: #2d2633;
  background-image: -webkit-linear-gradient(270deg, rgba(35, 29, 41, .62), rgba(35, 29, 41, .62)), url('../images/always_grey_2X.png');
  background-image: linear-gradient(180deg, rgba(35, 29, 41, .62), rgba(35, 29, 41, .62)), url('../images/always_grey_2X.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 35px;
}

.div-book-now-widget.no-top-margin {
  margin-top: 0px;
}

.div-center-vert {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.button {
  display: inline-block;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 4px solid #315;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Thesans bold plain', sans-serif;
  color: #315;
  font-size: 85%;
  font-weight: 700;
  text-align: left;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  border-bottom-color: #7e81be;
  color: #7e81be !important;
}

.button.with-top-margin {
  margin-top: 15px;
  border-color: #213;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #213;
}

.button.with-top-margin:hover {
  border-bottom-color: #7e81be;
  color: #7e81be;
}

.button.with-top-margin.white {
  border-bottom-width: 4px;
  border-bottom-color: #fff;
  font-family: 'Thesans bold plain', sans-serif;
  color: #fff;
  font-size: 85%;
  letter-spacing: 2px;
}

.button.with-top-margin.white:hover {
  border-color: #7e81be;
  opacity: 0.8;
  color: #7e81be;
}

.button.with-top-margin.with-left-margin {
  margin-right: 30px;
}

.button.with-left-margin {
  margin-right: 10px;
}

.button.with-left-margin.more-margin {
  margin-right: 20px;
}

.button.booking-btn {
  margin-top: 25px;
  margin-left: 15px;
  padding-top: 5px;
  border-bottom-color: #fff;
  color: #fff;
}

.button.booking-btn:hover {
  border-bottom-color: #b48d1b;
  color: #b48d1b;
}

.button.centered {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #315;
}

.button.centered.no-top-pad {
  padding-top: 0px;
}

.button.centered.no-top-pad.inline {
  display: inline-block;
}

.button.centered.white {
  border-bottom-color: #fff;
}

.button.centered.white:hover {
  border-bottom-color: #7e81be;
  color: #7e81be;
}

.button.apply {
  padding-bottom: 9px;
  border-width: 2px;
  border-color: #213;
  border-bottom-style: solid;
}

.button.apply:hover {
  border-bottom-color: #7e81be;
}

.button.white {
  color: #fff;
}

.button.room-book-now {
  float: right;
  font-size: 0.9rem;
}

.button.with-bottom-margin {
  margin-bottom: 10px;
}

.button.with-bottom-margin.upload {
  border-bottom-style: none;
}

.div-upcoming-events {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f5f5f5;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.wrapper-940 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-centered-text {
  text-align: center;
}

.div-centered-text.with-bottom-margin {
  margin-bottom: 40px;
}

.ul-events {
  margin-top: 50px;
}

.li-events {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  border: 1px solid #e2e2e2;
}

.div-event-date {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 20px;
  -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: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  background-color: #5b2d72;
  background-image: url('../images/slant-vert-white6.svg');/* test */
  background-position: 100% calc(50% + 5px);
  background-size: auto;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 900;
  text-align: center;
}

.div-event-text {
  position: relative;
  display: inline-block;
  width: 80%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 40px;
  background-color: #fff;
}

.event-title {
  margin-bottom: 15px;
  font-family: 'Thesans black caps', sans-serif;
  color: #315;
  font-size: 32px;
  font-weight: 900;
  text-transform: uppercase;
}

.event-month {
  -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;
  font-size: 20px;
  text-transform: uppercase;
  min-width: 5em;
}

.event-day {
  -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;
  font-size: 70px;
  line-height: 70px;
}

.text-link {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 4px solid #315;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Thesans bold plain', sans-serif;
  color: #315;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link:hover {
  border-bottom-color: #7e81be;
  color: #7e81be;
}

.div-text-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f5f5;
}

.div-text-img.white {
  background-color: #fff;
}

.div-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-50.center-vert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.div-50.center-vert.with-bg-img {
  padding-top: 130px;
  padding-bottom: 130px;
  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;
  color: #fff;
}

.div-50.center-vert.with-bg-img.with-left-border {
  border-left: 1px solid #b9b9b9;
}

.div-50.center-vert.with-bg-img.with-left-border.hotel-destinations-cta {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/hotel-destinations-cta-1000x539.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/hotel-destinations-cta-1000x539.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-50.center-vert.with-bg-img.cafe-destinations-cta {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/cafe-destinations-cta-1000x539.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/cafe-destinations-cta-1000x539.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-50.center-vert.with-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-50.no-flex {
  display: block;
}

.div-50.contact-form {
  background-color: #e2e2e2;
}

.div-50.contact-form.press-contact {
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-50.gray {
  background-color: #e2e2e2;
}

.div-50.img {
  position: relative;
  display: block;
  overflow: hidden;
}

.img-large {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}
_:-ms-fullscreen, :root .img-large {
  flex: none !important;
  -ms-flex: none !important;
}

.img-large.guitar-bg {
  background-color: #2d2633;
}

.div-70 {
  display: inline-block;
  width: 70%;
}

.div-70.centered {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.div-social-feeds {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #fff;
  color: #444;
  text-align: center;
}

.footer {
  padding-top: 20px;
  padding-bottom: 150px;
  background-color: #1a1a1a;
  color: hsla(0, 0%, 100%, .4);
  text-align: center;
}

.footer-link {
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Thesansbold caps', sans-serif;
  color: hsla(0, 0%, 100%, .42);
  font-size: 100%;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link:hover {
  color: #fff;
}

.footer-link.copyright {
  margin-right: 0px;
  -webkit-transition-property: none;
  transition-property: none;
  font-family: 'Thesans light plain', sans-serif;
  font-size: 12px;
}

.footer-link.copyright:hover {
  color: hsla(0, 0%, 100%, .42);
}

.footer-link.contact-info {
  margin-left: 0px;
  float: left;
}

.footer-link.with-borders {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transition-property: none;
  transition-property: none;
  font-family: 'Thesans light plain', sans-serif;
  font-size: 12px;
}

.footer-link.with-borders:hover {
  color: hsla(0, 0%, 100%, .42);
}

.footer-link.phone {
  margin-right: 0px;
  -webkit-transition-property: none;
  transition-property: none;
  font-family: 'Thesans light plain', sans-serif;
  font-size: 12px;
}

.footer-link.phone:hover {
  color: hsla(0, 0%, 100%, .42);
}

.div-cta {
  height: 400px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/hotelroom-cta-2000x539.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/hotelroom-cta-2000x539.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: center;
}

.div-cta.gray {
  background-color: #f5f5f5;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/cta-background-cards-2000x539.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/cta-background-cards-2000x539.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-cta.with-bg-img {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/view-of-lake-and-mountains.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/view-of-lake-and-mountains.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.div-cta.credit-application-cta {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/apply-credit-cta-background-2000x539.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/apply-credit-cta-background-2000x539.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
}

.div-cta.entertainment-cta {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/entertainment-cta-background-2000x539.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/entertainment-cta-background-2000x539.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-cta.meeting-event-cta {
  height: auto;
  padding-top: 85px;
  padding-bottom: 70px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/meetings-events-cta-2000x539.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/meetings-events-cta-2000x539.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-cta.meeting-event-cta.no-form {
  padding-top: 110px;
  padding-bottom: 110px;
}

.div-cta.meeting-event-cta.form-cta {
  background-image: none;
}

.div-cta.div-group-dining-cta {
  margin-top: 0px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/dining-restaurants-header-2000x1000.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/dining-restaurants-header-2000x1000.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-cta.form-cta {
  height: auto;
  padding-top: 85px;
  padding-bottom: 70px;
}

.hero-slogan {
  margin-top: 0px;
  margin-bottom: 22px;
  font-family: 'Thesans black caps', sans-serif;
  font-size: 4.5rem;
  line-height: 70px;
  font-weight: 900;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.hero-slider {
  height: 100%;
  background-color: transparent;
}

.slide-content {
  width: 100%;
  height: 100%;
  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;
}

.slide-content.hotel-slide {
  background-color: #000;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/home-hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/home-hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-content.casino {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/poker-table.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/poker-table.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-content.event {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/band-performance.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/band-performance.jpg');
  background-position: 0px 0px, 50% 78%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-content.restaurant {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/park-prime-restaurant.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/park-prime-restaurant.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-content-img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}
.slide-content-overlay {
  background-image: -moz-linear-gradient(270deg, rgba(0, 0, 0, .65), rgba(0, 0, 0, .65));
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .65), rgba(0, 0, 0, .65));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .65), rgba(0, 0, 0, .65));
  position: absolute;
  width: 100%;
  height: 100%;
}

.slide-nav {
  display: none;
  opacity: 0.53;
  font-size: 12px;
  text-align: center;
}

.slide-nav.picks {
  position: static;
}

.slide-nav.rooms-slide-nav {
  display: block;
}

.page-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Thesans black caps', sans-serif;
  font-size: 75px;
  line-height: 60px;
  font-weight: 900;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.page-title.with-sub-slogan {
  margin-bottom: 30px;
  color: #213;
}

.page-title.with-sub-slogan.no-bottom-margin {
  margin-bottom: 0px;
}

.page-title.with-bottom-margin {
  margin-bottom: 30px;
}

.div-related {
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-related.gray {
  background-color: #f7f7f7;
}

.div-package-specials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-package-specials.no-top-margin {
  margin-top: 0px;
}

.tile-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 13px;
  /*padding-right: 5px;
  padding-left: 5px;*/
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  color: #474747;
  text-decoration: none;
}

.tile-link._50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.tile-link._25 {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.tile-link._100 {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.tile-link.slot-games {
  padding-right: 12px;
  padding-left: 12px;
}

.tile-link-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #d5d5d5;
  background-color: #f3f3f3;
  margin: 5px 5px 20px 5px;
}

.tile-link-content.white {
  border-style: solid;
  border-color: #ddd;
  background-color: #fff;
  padding: 0px 0px 20px 0px;
  margin: 5px;
}

.tile-link-content.trans {
  border-style: none;
  background-color: transparent;
}

.div-tile-link-thumb {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.link-thumb {
  display: block;
  width: 100%;
  background-color: #e0e0e0;
}

.link-thumb.large {
  height: auto;
}

.link-thumb.small {
  height: 220px;
}

.tile-link-text {
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.tile-link-text.no-pad {
  padding-right: 0px;
  padding-left: 0px;
}

.tile-link-text.no-pad.centered {
  text-align: center;
}

.tile-link-text._70 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.tile-link-text.centered {
  text-align: center;
}

.link-title {
  margin-top: 25px;
  font-family: 'Thesans black caps', sans-serif;
  color: #213;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.link-title.no-bottom-margin {
  margin-bottom: 0px;
}

.link-title.no-bottom-margin.slot-game-title {
  margin-top: 15px;
  font-size: 25px;
  text-align: left;
}

.link-title.no-top-pad {
  margin-top: 0px;
}

.link-title.less-top-margin {
  margin-top: 12px;
}

.div-content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-content.left-pad {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 40px;
  border-left: 1px solid #d1d1d1;
}

.div-content.no-bottom-pad {
  padding-bottom: 0px;
}

.div-content.no-pad {
  padding-top: 0px;
  padding-bottom: 0px;
}

.div-content.gray {
  background-color: #f5f5f5;
}

.div-content.no-top-pad {
  padding-top: 0px;
}

.div-content.less-top-pad {
  padding-top: 17px;
}

.div-rooms {
  margin-top: 40px;
}

.div-30 {
  display: inline-block;
  width: 30%;
}

.div-30.center-vert {
  -webkit-transform: translate(0px, 50%);
  -ms-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
}

.li-amenity {
  padding-top: 6px;
  padding-bottom: 6px;
}

.rw.no-margin {
  margin-right: 0px;
  margin-left: 0px;
}

.col.no-pad {
  padding-right: 0px;
  padding-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;
}

.dates {
  margin-bottom: 10px;
  font-family: 'Thesans black caps', sans-serif;
  text-transform: uppercase;
}

.back-to-all-link {
  display: block;
  color: #0098ff;
  text-decoration: none;
}

.div-full-bg-img {
  height: 500px;
  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;
  color: #fff;
}

.div-full-bg-img.centered-text {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/CTA-hotelsamenities.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/CTA-hotelsamenities.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: center;
}

.div-full-bg-img.centered-text.casinogaming-landing {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/cta-background-cards-2000x539.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/cta-background-cards-2000x539.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-full-bg-img.centered-text.william-hill-sports-cta {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/sports-book-cta-2000x539.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/sports-book-cta-2000x539.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-full-bg-img.centered-text.spaces-cta {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/spaces-cta-background-2000x539.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/spaces-cta-background-2000x539.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.div-picks {
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-50-slider {
  height: auto;
  clear: both;
  background-color: transparent;
}

.div-50-slider.slots {
  margin-top: 30px;
}

.div-50-slider.casino-hosts {
  margin-top: 40px;
  margin-bottom: 0px;
}

.google-map {
  height: 500px;
}

.div-directions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-direction-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.direction-block-content {
  padding: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #d5d5d5;
  background-color: #f1f1f1;
}
_:-ms-fullscreen, :root .direction-block-content {
  flex: none !important;
  -ms-flex: none !important;
}

.tile-title {
  margin-top: 0px;
  font-family: 'Thesansbold caps', sans-serif;
  font-size: 26px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 1px;
}

.tile-title.centered {
  font-family: 'Thesans black caps', sans-serif;
  font-size: 28px;
  text-align: center;
  letter-spacing: 1px;
}

.tile-title.centered.light-purple {
  margin-bottom: 15px;
  color: #7e81be;
}

.ul-directions {
  margin-top: 12px;
}

.li-directions {
  padding-top: 0px;
  padding-bottom: 0px;
}

.div-store-products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.accordion-wrapper.faqs {
  margin-top: 10px;
}

.acc-section.rooms-acc {
  margin-bottom: -15px;
}

.acc-header {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e7e7e7;
  font-family: 'Thesans bold plain', sans-serif;
  color: #7e81be;
  font-size: 22px;
  text-transform: uppercase;
  cursor: pointer;
}

.acc-header.purple {
  padding-left: 15px;
  background-color: #315;
  color: #fff;
}

.acc-content {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 0px;
}

.acc-content.opened {
  height: auto;
}

.acc-content-text {
  padding: 20px 0px;
}

.acc-content-text.rooms-acc {
  padding-bottom: 40px;
}

.img-slider {
  height: auto;
  background-color: transparent;
}

.img-slider.with-top-margin {
  margin-top: 40px;
}

.img-slider.div-50-section {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
_:-ms-fullscreen, :root .img-slider.div-50-section {
  flex: none !important;
  -ms-flex: none !important;
}

.slider-img {
  width: 100%;
  background-color: #e0e0e0;
}

.div-casino-host {
  display: inline-block;
  width: 20%;
  padding-right: 2px;
  padding-left: 2px;
}

.casino-host-img {
  width: 100%;
  height: 500px;
  background-color: #e0e0e0;
}

.casino-host-name {
  margin-top: 5px;
  font-family: 'Thesans black caps', sans-serif;
  font-size: 24px;
  text-align: center;
}

.div-filter {
  padding-bottom: 15px;
  text-align: center;
}

.div-filter.subnav {
  padding-top: 15px;
  border-bottom: 1px solid #ebebeb;
}

.div-filter.subnav.faqs {
  margin-top: 20px;
  text-align: left;
}

.div-filter.subnav.calendar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.div-filter.subnav.with-bottom-margin {
  margin-bottom: 40px;
  border-bottom: 1px solid #ebebeb;
}

.filter-link {
  margin-right: 14px;
  margin-left: 14px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Thesans bold plain', sans-serif;
  color: #474747;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.filter-link:hover {
  color: #7e81be;
}

.filter-link.w--current {
  color: #7e81be;
}

.filter-link.w--current:hover {
  color: #7e81be;
}

.filter-link.filter-lable {
  margin-left: 0px;
}

.filter-link.view {
  margin-right: 5px;
  margin-left: 5px;
}

.filter-link.view.current {
  margin-right: 5px;
  margin-left: 5px;
  color: #7e81be;
}

.filter-link.view.calendar-view {
  padding-left: 10px;
  border-left: 1px solid #000;
}

.wrapper-form.popup {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.booking-form {
  margin-top: 10px;
}

.select-field {
  background-color: #fff;
  color: #999;
}

.select-field:focus {
  color: #474747;
}

.select-field.booking {
  background-color: #ececec;
}

.div-tiles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-tiles.with-top-margin {
  margin-top: 30px;
}

.div-event-calendar {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f5f5f5;
}

.div-calendar {
  display: block;
  margin-top: 25px;
  -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;
  text-align: center;
}

.cta-slogan {
  color: #fff;
  font-size: 55px;
  line-height: 60px;
}

.cta-slogan.with-subslogan {
  margin-bottom: 25px;
  color: #fff;
}

.cta-slogan.with-subslogan.no-bg {
  color: #213;
}

.cta-slogan.with-subslogan.purple {
  color: #315;
}

.cta-slogan.white {
  color: #fff;
}

.div-event-spaces {
  padding-top: 50px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}

.div-event-spaces.with-bottom-pad {
  padding-bottom: 50px;
}

.div-event-space-specs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.event-space-spec {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  text-align: center;
}

.event-space-spec.with-border {
  border-right: 1px solid #b8b8b8;
}

.event-space-spec-detail.large {
  margin-bottom: 6px;
  font-family: Lato, sans-serif;
  color: #7e81be;
  font-size: 40px;
  line-height: 45px;
  font-weight: 800;
}

.meetings-form {
  margin-top: 20px;
}

.text-field {
  height: 40px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.text-field:focus {
  border: 1px solid #7e81be;
}

.text-field.book-now {
  height: auto;
  background-color: #fff;
  opacity: 1;
}

.textarea {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.textarea:focus {
  border: 1px solid #7e81be;
}

.div-event-types {
  padding-top: 50px;
  padding-bottom: 70px;
  background-color: #f5f5f5;
}

.div-catering-services {
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}

.div-icon-tiles.with-top-margin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-icon-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding-right: 15px;
  padding-left: 15px;
  -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 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  text-align: center;
}

.div-icon-block._33 {
  padding-right: 39px;
  padding-left: 39px;
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}

.div-icon-block._33.no-flex {
  display: block;
}

.icon-img {
  display: block;
  width: 80px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.icon-img.in-room-amenity {
  padding: 10px;
}

.icon-img.small {
  width: 70px;
  padding: 5px;
}

.icon-block-title {
  margin-bottom: 5px;
  -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: #213;
  font-size: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.icon-block-title.amenity {
  font-family: 'Thesans light plain', sans-serif;
  font-size: 18px;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.icon-block-title.large {
  margin-bottom: 5px;
  color: #213;
  font-size: 22px;
}

.div-gallery-imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery-lightbox {
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
}

.gallery-img {
  width: 100%;
  background-color: #e0e0e0;
}

.div-press-releases {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.press-release-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
  -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: #474747;
  text-decoration: none;
}

.div-press-release-content {
  padding: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #d8d8d8;
  background-color: #f8f8f8;
}

.div-press-release-content.news-link {
  padding: 0px 0px 30px;
  background-color: #f3f3f3;
}

.div-press-release-content.news-link.related {
  background-color: #fff;
}

.press-release-date {
  margin-bottom: 10px;
}

.div-social-posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-social-post {
  margin-bottom: 11px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  text-align: left;
}

.ig-img {
  background-color: #e0e0e0;
  height: auto;
  margin: auto;
  width: auto;
}

.div-tweet {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 15px 20px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 96%, .95), hsla(0, 0%, 96%, .95)), url('../images/hotel-tattoo.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 96%, .95), hsla(0, 0%, 96%, .95)), url('../images/hotel-tattoo.svg');
  background-position: 0px 0px, 0px 50%;
  background-repeat: repeat, no-repeat;
  color: #315;
}

.twitter-handle {
  display: inline-block;
  color: #315;
}

.tweet-timestamp {
  display: inline-block;
  margin-left: 12px;
  color: #315;
}

.div-tweet-content {
  margin-top: 30px;
  font-family: 'Thesans bold plain', sans-serif;
  color: #213;
  font-size: 1.2rem;
  line-height: 28px;
}

.div-amenities {
  padding-top: 50px;
  padding-bottom: 20px;
}

.div-rewards-benefits {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f8f8f8;
}

.div-rewards-benefits.white {
  background-color: #fff;
}

.div-rewards-details {
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-rewards-details.gray {
  background-color: #f8f8f8;
}

.div-backstage-pass {
  height: 500px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f8f8f8;
  text-align: center;
}

.div-load-more {
  display: block;
  width: 400px;
  margin: 18px auto;
  font-family: 'Thesans bold plain', sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.div-more-slots {
  margin-top: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f8f8f8;
}

.div-slot-tiles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-restaurant-details {
  padding-top: 50px;
  padding-bottom: 50px;
}

.bold-text {
  font-family: 'Thesans black caps', sans-serif;
  font-size: 115%;
}

.bold-text.light-purple {
  color: #7e81be;
}

.form-wrapper.contact {
  display: block;
  width: 70%;
  margin: 60px auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.form-wrapper.lost-and-found {
  display: block;
  width: 70%;
  margin: 60px auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.form-wrapper.general-inquiries {
  display: block;
  width: 70%;
  margin: 40px auto 0px;
  padding-bottom: 30px;
}

.div-transportation {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f5f5f5;
}

.div-faqs {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f8f8f8;
}

.div-casino-destinations {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f5f5f5;
}

.div-view-mode {
  float: right;
}

.div-view-mode.float-right {
  float: none;
  text-align: right;
}

.logo-img {
  height: 75px;
}

.link-block {
  display: block;
  color: #474747;
  text-decoration: none;
}

.section-header {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 40px;
}

.section-header.no-top-margin {
  margin-top: 0px;
}

.paragraph-header {
  font-family: 'Thesans bold plain', sans-serif;
}

.blockquote {
  margin-top: 31px;
  margin-bottom: 31px;
  border-left-style: none;
  font-family: 'Thesans bold plain', sans-serif;
  color: #7e81be;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.large-img {
  width: 100%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #e0e0e0;
}

.div-full-bg.large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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)), 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;
  color: #fff;
  text-align: center;
}

.div-full-bg.large.thank-you-bg {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/thankyou-bg-2000x1000.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/thankyou-bg-2000x1000.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-full-bg.large._404-bg {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/404-bg-2000x1000.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/404-bg-2000x1000.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-sticky-subnav {
  position: fixed;
  left: 0px;
  top: 115px;
  right: 0px;
  z-index: 5;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
  background-color: #fff;
  text-align: center;
}

.ul.with-margins {
  margin-top: 20px;
  margin-bottom: 20px;
}

.li {
  margin-bottom: 5px;
}

.div-job-listing {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f5f5f5;
}

.div-job-list {
  margin-top: 40px;
}

.ul-job-list {
  margin-bottom: 20px;
}

.li-job-listing {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c9c9c9;
}

.job-listing-title {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: 'Thesans black caps', sans-serif;
  color: #7e81be;
  font-size: 30px;
  text-transform: uppercase;
}

.archive-dropdown {
  width: 200px;
  margin-bottom: 16px;
  float: right;
}

.archive-dropdown-toggle {
  margin-top: -10px;
  margin-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Thesans black caps', sans-serif;
  color: #213;
  font-size: 20px;
  text-transform: uppercase;
}

.archive-dropdown-list.w--open {
  border: 1px solid #ddd;
  background-color: #fff;
}

.dropdown-link {
  font-family: 'Thesans black caps', sans-serif;
  text-transform: uppercase;
}

.press-news-title {
  color: #7e81be;
  font-size: 35px;
}

.news-thumb {
  width: 100%;
  height: 250px;
  margin-bottom: 30px;
  background-color: #e0e0e0;
}

.news-link-content {
  padding-right: 30px;
  padding-left: 30px;
}

.news-post-date {
  margin-bottom: 30px;
}

.div-share-bar {
  margin-top: 30px;
}

.social-link {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}

.social-link.solid {
  background-color: #969696;
}

.social-link.solid.with-top-margin {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
  background-color: #315;
}

.social-link.solid.with-top-margin:hover {
  background-color: #7e81be;
}

.social-link.footer-social {
  opacity: 0.8;
}

.social-link.footer-social:hover {
  opacity: 1;
}

.social-link.artist-social {
  background-color: #888;
}

.social-icon {
  width: 40px;
}

.social-icon.small {
  width: 30px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.social-icon.small:hover {
  background-color: #7e81be;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.div-footer-links {
  margin-top: 20px;
}

.div-lower-footer {
  margin-top: 20px;
}

.img-centered {
  display: block;
  margin-top: 14px;
  margin-right: auto;
  margin-left: auto;
}

.div-gallery {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f5f5f5;
}

.div-section-divider {
  margin-top: 30px;
  margin-bottom: 30px;
}

.section-title {
  display: inline-block;
  font-family: 'Thesans black caps', sans-serif;
  color: #213;
  font-size: 24px;
  text-transform: uppercase;
}

.section-divider {
  width: 80%;
  height: 1px;
  margin-top: 12px;
  float: right;
  background-color: #d8d8d8;
}

.event-date {
  margin-top: 25px;
  margin-bottom: 12px;
  font-family: 'Thesans black caps', sans-serif;
  color: #7e81be;
  font-size: 20px;
  text-transform: uppercase;
}

.div-meeting-services {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f5f5f5;
}

.disclaimer-text {
  margin-top: -10px;
  color: #d5d5d5;
  font-size: 0.8rem;
  font-style: italic;
  text-align: center;
}

.disclaimer-text.dark {
  margin-top: 40px;
  color: #6e6e6e;
  text-align: left;
}

.disclaimer-text.dark.less-top-margin {
  margin-top: 20px;
}

.li-contact-details {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: 'Thesans bold plain', sans-serif;
  color: #7e81be;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-group-dining-cta {
  margin-top: 50px;
  text-align: center;
}

.div-featured-promos {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

.div-featured-promos.dining {
  background-color: #f0f0f0;
}

.slide-subslogan {
  font-size: 20px;
  line-height: 30px;
}

.h-purple {
  margin-bottom: 20px;
  color: #213;
  font-size: 45px;
  line-height: 50px;
}

.h-purple.long-copy-heading {
  margin-bottom: 40px;
}

.h-purple.extra-top-bottom-margin {
  margin-top: 33px;
  margin-bottom: 33px;
}

.h-purple.small {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 26px;
}

.slide-arrow {
  opacity: 0.5;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.slide-arrow:hover {
  opacity: 1;
}

.slide-arrow.on-white {
  color: #202020;
}

.slant-element {
  position: absolute;
  left: 2px;
  right: 0px;
  bottom: -2px;
}

.slant-img.large {
  height: 100vh;
}

.div-twitter-details {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 20px;
  padding-left: 20px;
  font-family: 'Thesans black caps', sans-serif;
  color: #315;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-top-header {
  background-color: #5b5e8f;
}

.logo {
  margin-top: 8px;
  margin-bottom: 8px;
}

.nav-menu {
  padding-top: 25px;
  padding-bottom: 0px;
}

.div-slant-img {
  position: absolute;
  left: -1px;
  top: -16px;
  bottom: 0px;
  height: 100%;
}

.div-slant-img.right-side {
  left: auto;
  top: -16px;
  right: -4.4%;
  bottom: 0px;
}

.field-label {
  color: #fff;
  font-size: 0.8rem;
  line-height: 22px;
}

.tweet-link {
  display: inline-block;
  font-family: 'Thesans bold plain', sans-serif;
  color: #5b2d72;
  font-size: 0.9rem;
  text-decoration: none;
}

.scroll-indicator {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 12%;
  z-index: 2;
  text-align: center;
}

.scroll-img {
  width: 24px;
}

.pagination-text {
  float: none;
  font-family: 'Thesans light plain', sans-serif;
  color: #213;
  font-weight: 700;
}

.pagination-column-1 {
  text-align: right;
}

.pagination-column-2 {
  text-align: left;
}

.load-more-button {
  background-image: -webkit-linear-gradient(270deg, #f3f3f3, #f3f3f3);
  background-image: linear-gradient(180deg, #f3f3f3, #f3f3f3);
}

.load-more-btn {
  border: 1px solid #d5d5d5;
  background-color: #f3f3f3;
  color: #213;
  font-size: 85%;
}

.multi-paragraph-div {
  margin-bottom: 40px;
}

.cta-additional-info {
  color: #fff;
}

.archive-text-block {
  color: #213;
}

.submit-button {
  background-color: #213;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.submit-button:hover {
  background-color: #7e81be;
}

.div-in-room-amenities {
  margin-top: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f5f5f5;
}

.div-room-accordion {
  margin-top: 40px;
}

.video-lightbox-link {
  margin-top: 30px;
  color: #fff;
  font-size: 0.9rem;
  text-decoration: none;
}

.video-play-icon {
  width: 70px;
  margin-bottom: 8px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.video-play-icon:hover {
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
}

.div-app-dl-links {
  margin-top: 25px;
}

.mobile-app-link {
  margin-right: 15px;
}

.app-store-btn {
  width: 150px;
}

.modal-bg, .modal-bg-player {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
  display: none;
  background-color: rgba(0, 0, 0, .6);
}

.div-popup-form {
  position: relative;
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
  background-color: #f5f5f5;
  text-align: center;
}
@media screen and (max-width: 480px) {
    .div-popup-form {
        position: relative;
        display: block;
        width: 50%;
        margin-right: auto;
        margin-left: auto;
        padding: 5px;
        background-color: #f5f5f5;
        text-align: center;
    }
}

.popup-form {
  margin-top: 30px;
  text-align: left;
}

.radio-field {
  display: inline-block;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 10px;
  font-family: 'Thesans light plain', sans-serif;
}

.inline-field-label {
  display: inline-block;
  margin-top: 10px;
  margin-right: 20px;
  font-family: 'Thesans light plain', sans-serif;
}

.close-link {
  position: absolute;
  top: -28px;
  right: 0px;
  opacity: 0.65;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.close-link:hover {
  opacity: 1;
}

.room-slider {
  height: auto;
  margin-bottom: 20px;
  background-color: transparent;
}

.room-lightbox {
  width: 100%;
}

.room-name {
  display: inline-block;
}

.ul-in-room-amenities {
  margin-top: 20px;
  margin-bottom: 25px;
}

.li-in-room-amenity {
  margin-bottom: 12px;
  font-family: 'Thesans bold plain', sans-serif;
  color: #999;
  font-size: 85%;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-bars-lounges {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f5f5f5;
}

.hours-of-op {
  margin-top: 20px;
  font-family: 'Thesans bold plain', sans-serif;
}

.div-conditional-fields {
  display: block;
}

.checkbox-field {
  margin-bottom: 10px;
}

html.w-mod-js *[data-ix="hide-sticky-subnav"] {
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

@media (max-width: 991px) {
  .alert-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .alert-block {
    padding: 50px;
  }
  .nav-link {
    display: block;
    text-align: left;
  }
  .nav-link:hover {
    border-bottom-color: rgba(180, 141, 27, 0);
    color: #b48d1b;
  }
  .nav-link.book-now {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom-style: none;
  }
  .nav-link.top-link {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .div-header-links {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid hsla(0, 0%, 100%, .19);
  }
  .div-hero {
    margin-top: 78px;
  }
  .div-hero.home-hero {
    /*margin-top: 78px;*/
    margin-top: 76px;
  }
  .div-hero.interior {
    height: 50vh;
    margin-top: 74px;
  }
  .div-hero.interior.no-img {
    margin-top: 74px;
  }
  .div-hero.interior.hotel-amenities {
    height: 50vh;
  }
  .button.with-left-margin.more-margin {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .div-event-date {
    margin-right: -1px;
    background-size: auto 100%;
  }
  .div-text-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-50.center-vert {
    padding-top: 40px;
    padding-bottom: 50px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .div-50.center-vert.overview {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .div-70.centered {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div-social-feeds {
    padding-top: 40px;
  }
  .page-title {
    font-size: 4rem;
    line-height: 4rem;
  }
  .page-title.with-sub-slogan {
    margin-bottom: 20px;
    font-size: 3rem;
  }
  .tile-link {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .tile-link._25 {
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }
  .div-directions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-direction-block {
    margin-bottom: 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div-filter.subnav {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .div-filter.subnav.faqs {
    margin-bottom: 20px;
  }
  .div-tiles.with-top-margin {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .cta-slogan {
    line-height: 60px;
  }
  .div-icon-block {
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }
  .div-icon-block._33 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .div-press-release-content {
    padding: 20px;
  }
  .div-social-post {
    margin-bottom: 12px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .ig-img {
    height: auto;
    margin: auto;
    width: auto;
  }
  .form-wrapper.contact {
    width: 80%;
  }
  .form-wrapper.lost-and-found {
    width: 80%;
  }
  .logo-img {
    height: 60px;
  }
  .div-sticky-subnav {
    top: 75px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .archive-dropdown {
    float: none;
  }
  .press-news-title {
    font-size: 24px;
    line-height: 30px;
  }
  .news-link-content {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .h-purple {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .h-purple.less-bottom-margin {
    margin-bottom: 0px;
  }
  .slide-arrow.on-white {
    opacity: 1;
    color: #fff;
  }
  .slant-element {
    bottom: -5px;
  }
  .slant-img {
    width: 100%;
  }
  .nav-menu {
    background-color: #213;
  }
  .menu-btn {
    margin-top: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .menu-text {
    display: inline-block;
    margin-right: 8px;
    float: left;
    font-family: 'Thesans bold plain', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 1px;
  }
  .menu-icon {
    display: inline-block;
  }
  .dropdown-list.w--open {
    background-color: #f5f5f5;
  }
  .heading {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .div-event-date:after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: 0;
    height: 1px;
    width: 21%;
    background: #e2e2e2;
  }
}

@media (max-width: 767px) {
  /* .rotate-device-alert {
    height: 100vh;
    background-color: #1d1d1d;
    background-image: url('../images/rotate-device.png');
    background-position: 50% 50%;
    background-size: 300px;
    background-repeat: no-repeat;
  } */
  .wrapper-1286 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-hero.home-hero {
    margin-top: 74px;
  }
  .div-hero.interior {
    margin-top: 74px;
  }
  .div-hero.interior.no-img {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .button.white.book-now-widget {
    margin-bottom: 15px;
    border-bottom-color: #fff;
  }
  .wrapper-940 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .event-day {
    font-size: 50px;
  }
  .div-50.center-vert {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .div-70.centered {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-cta.with-bg-img {
    height: 300px;
  }
  .hero-slogan {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .page-title {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .page-title.with-sub-slogan {
    font-size: 2.5rem;
    word-wrap: break-word;
  }
  .div-related {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .div-related.gray {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .div-package-specials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tile-link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .tile-link._25 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .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;
  }
  .acc-header {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }
  .div-filter.subnav {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .div-filter.subnav.calendar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .filter-link.filter-lable {
    display: block;
  }
  .wrapper-form.booking-widget {
    overflow: hidden;
    height: 0px;
  }
  .div-tiles.with-top-margin {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cta-slogan {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .cta-slogan.white {
    font-size: 40px;
  }
  .event-space-spec-detail.large {
    font-size: 40px;
  }
  .div-catering-services {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .div-icon-tiles.with-top-margin {
    margin-top: 20px;
  }
  .div-icon-block {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .div-icon-block._33 {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .gallery-lightbox {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .press-release-link {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .div-tweet-content {
    margin-top: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .form-wrapper.contact {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .form-wrapper.lost-and-found {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .form-wrapper.general-inquiries {
    width: 100%;
  }
  .div-transportation {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .div-view-mode {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div-categories {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div-sticky-subnav {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .div-gallery {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .disclaimer-text {
    margin-top: 0px;
  }
  .h-purple {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .div-twitter-details {
    position: static;
    padding-top: 0px;
    padding-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div-in-room-amenities {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .booking-widget-wrapper {
    overflow: hidden;
    height: 0px;
  }
  .subnav-dropdown-toggle {
    display: block;
  }
  .subnav-dropdown-toggle.w--open {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .dropdown-list.w--open {
    background-color: #f5f5f5;
  }
  .heading {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

@media (max-width: 479px) {
  #speedrfp_button{
    margin-bottom: 10px;
  }

  .alert-wrapper {
    padding-top: 30px;
  }
  .alert-block {
    padding: 28px;
    font-size: 18px;
    line-height: 28px;
  }
  .welcome-text {
    font-size: 22px;
    line-height: 30px;
  }
  .wrapper-1286 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-hero.interior.no-img.with-subnav {
    padding-top: 70px;
  }
  .div-book-now-widget {
    z-index: 1000;
  }
  .div-center-vert.auto-mobile {
    position: static;
    -webkit-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
  }
  .button.with-top-margin.with-left-margin {
    /*display: block;*/
    display: inline-block;
    margin-right: 15px !important;
  }
  .button.with-top-margin.with-left-margin {
    margin-right: 0px;
  }
  .div-upcoming-events {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .ul-events {
    margin-top: 30px;
  }
  .li-events {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
  }
  .div-event-date {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .div-event-text {
    display: block;
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .event-title {
    font-size: 28px;
    line-height: 32px;
  }
  .event-month {
    display: inline-block;
  }
  .event-day {
    line-height: 50px;
  }
  .div-50.center-vert {
    padding-top: 35px;
    padding-bottom: 35px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div-50.img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div-social-feeds {
    padding-top: 30px;
  }
  .footer-link {
    display: block;
  }
  .div-cta.with-bg-img {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .hero-slogan {
    font-size: 2.3rem;
    line-height: 2.5rem;
  }
  .div-package-specials {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tile-link {
    -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 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .tile-link._50 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .tile-link-content {
    display: block;
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .direction-block-content {
    padding: 20px;
  }
  .ul-directions {
    padding-left: 20px;
  }
  .filter-link {
    display: inline-block;
    margin-left: 0px;
  }
  .filter-link.filter-lable {
    display: inline-block;
  }
  .w-dropdown-list.w--open > .w-dropdown-link {
      display: block !important;
  }
  /*.div-book-now-widget .wrapper-1286 {
      padding-left: 0 !important;
      padding-right: 0 !important;
  }*/
  .div-book-now-widget .wrapper-1286 .disclaimer-text {
      white-space: nowrap !important;
  }
  .div-tiles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-tiles.with-top-margin {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cta-slogan.white {
    margin-bottom: 0px;
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .div-event-space-specs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .event-space-spec.with-border {
    margin-bottom: 10px;
    padding-bottom: 10px;
    -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: 1px;
    border-bottom-color: #b8b8b8;
  }
  .div-event-types {
    padding-top: 30px;
  }
  .div-icon-tiles.with-top-margin {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-icon-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div-icon-block._33 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div-gallery-imgs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .gallery-lightbox {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div-press-releases {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .press-release-link {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div-social-posts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-social-post {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div-load-more {
    width: 100%;
  }
  .form-wrapper.general-inquiries {
    width: 100%;
  }
  .paragraph-header {
    font-size: 20px;
  }
  .blockquote {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 20px;
  }
  .news-link-content {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-featured-promos {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .h-purple {
    font-size: 1.8rem;
    line-height: 2.5rem;
    margin-bottom: 10px;
  }
  .h-purple.less-bottom-margin {
    font-size: 1.5rem;
  }
  .scroll-indicator {
    bottom: 2%;
  }
  .mobile-app-link {
    display: block;
    margin-bottom: 12px;
  }
  .subnav-dropdown {
    z-index: 1;
  }
  .subnav-dropdown-toggle {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .subnav-dropdown-toggle.w--open {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .dropdown-list.w--open {
    background-color: #f5f5f5;
  }
  .text-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .text-block-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@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 light plain';
  src: url('../fonts/TheSans-Light-Plain.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
	font-family: 'Thesans light plain';
	src: url('../fonts/TheSansLight-Plain.eot');
	src: url('../fonts/TheSansLight-Plain.eot?#iefix') format('embedded-opentype'),
		url('../fonts/TheSansLight-Plain.woff') format('woff'),
		url('../fonts/TheSansLight-Plain.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@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 caps';
	src: url('../fonts/TheSans-Caps.eot');
	src: url('../fonts/TheSans-Caps.eot?#iefix') format('embedded-opentype'),
		url('../fonts/TheSans-Caps.woff') format('woff'),
		url('../fonts/TheSans-Caps.ttf') format('truetype');
  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 bold';
  src: url('../fonts/TheSans-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@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: 'Thesansbold caps';
  src: url('../fonts/TheSansBold-Caps.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
	font-family: 'Thesansbold caps';
	src: url('../fonts/TheSansBold-Caps.eot');
	src: url('../fonts/TheSansBold-Caps.eot?#iefix') format('embedded-opentype'),
		url('../fonts/TheSansBold-Caps.woff') format('woff'),
		url('../fonts/TheSansBold-Caps.ttf') format('truetype');
  font-weight: 700;
  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;
}

.page-template-page-attractions .text-block p {
  margin-bottom: 0px !important;
}
.div-filter.subnav a:hover {
  cursor: pointer;
}
.page-template-page-rooms .div-filter.subnav,
.page-template-page-sound-of-your-stay .div-filter.subnav {
  margin-bottom: 40px;
}
.nodecoration{
  text-decoration: none;
}
@media (min-width: 767px) {
  .page-template-page-rooms .div-room-accordion ul {
    -webkit-column-count: 2!important;
    -moz-column-count: 2!important;
    column-count: 2!important;
  }
}
.page-template-page-rooms .div-room-accordion ul {
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 25px;
}
.page-template-page-rooms .div-room-accordion li:before {
  content:"• ";
  margin-right: 5px;
  font-size: 20px;
}
.page-template-page-rooms .div-room-accordion li {
  margin-bottom: 12px;
  font-family: 'Thesans bold plain', sans-serif;
  color: #999;
  font-size: 85%;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.page-template-page-getting-here .div-directions ul {
  margin-top: 12px;
}
.page-template-page-getting-here .div-directions li {
  margin-bottom: 10px;
}

.social-block{
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

/* credit application and vip services form */
.page-template-page-credit-application .gform_wrapper form,
.page-template-page-casino-hosts .gform_wrapper form {
  text-align: center;
}
.page-template-page-credit-application .gform_wrapper,
.page-template-page-casino-hosts .gform_wrapper {
  margin: 0px !important;
}
.page-template-page-credit-application .gform_wrapper .gform_heading,
.page-template-page-casino-hosts .gform_heading {
    margin-bottom: 0px !important;
    text-align: center;
}
.page-template-page-credit-application .gform_wrapper h3.gform_title,
.page-template-page-casino-hosts .gform_wrapper h3.gform_title {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #213;
  font-size: 45px;
  line-height: 50px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: 'Thesans black caps', sans-serif;
}
.page-template-page-credit-application .gform_wrapper .gform_body,
.page-template-page-casino-hosts .gform_wrapper .gform_body {
  margin-top: 30px;
}
.page-template-page-credit-application .gform_wrapper span.gform_description,
.page-template-page-casino-hosts .gform_wrapper span.gform_description {
  width: 100%;
  font-weight: 300;
  margin-bottom: 10px;
}
.page-template-page-credit-application .gform_wrapper ul li.gfield,
.page-template-page-casino-hosts .gform_wrapper ul li.gfield {
  margin-top: 0px;
  padding-right: 0px !important;
}
.page-template-page-credit-application .gform_wrapper .top_label div.ginput_container,
.page-template-page-casino-hosts .gform_wrapper .top_label div.ginput_container {
  margin-top: 0px;
  padding-right: 10px;
}
.page-template-page-credit-application .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.page-template-page-casino-hosts .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  height: 40px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  display: block;
  width: 100%;
  padding: 8px 12px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  outline-color: #7e81be;
}
.page-template-page-credit-application .gform_wrapper input[type=submit]:hover,
.page-template-page-casino-hosts .gform_wrapper input[type=submit]:hover {
  border-bottom-color: #7e81be;
  color: #7e81be;
  cursor: pointer;
}
.page-template-page-credit-application .gform_wrapper .button,
.page-template-page-casino-hosts .gform_wrapper .button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 15px;
  border-color: #315;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #315;
  border-top: none;
  border-right: none;
  border-left: none;
  font-size: 85% !important;
}


@media (max-width: 768px) {
  .page-template-page-casino-hosts .gform_wrapper #field_2_6 label.gfield_label,
  .page-template-page-casino-hosts .gform_wrapper #field_2_7 label.gfield_label
  {
    width: 100%;
    text-align: left;
    margin-top: 0 !important;
    line-height: 1;
  }

  .page-template-page-casino-hosts .gform_wrapper #field_2_6 .gfield_radio li,
  .page-template-page-casino-hosts .gform_wrapper #field_2_7 .gfield_radio li{
    margin: 0 20px 5px 0 !important;
  }

  .page-template-page-casino-hosts .gform_wrapper .gform_body,
  .page-template-page-credit-application .gform_wrapper .gform_body
    {
      margin-top: 10px;
  }
  .page-template-page-credit-application .gform_wrapper h3.gform_title,
  .page-template-page-casino-hosts .gform_wrapper h3.gform_title
  {
      margin-bottom: 10px;
      color: #213;
      font-size: 40px;
      line-height: 40px;
  }
  .page-template-page-casino-hosts .gform_wrapper #field_2_6 .gfield_radio li label,
  .page-template-page-casino-hosts .gform_wrapper #field_2_7 .gfield_radio li label
  {
    width: auto;
  }
}

@media (max-width: 678px) {
  .page-template-page-credit-application .div-popup-form,
  .page-template-page-dining-restaurants .div-popup-form,
  .page-template-page-casino-hosts .div-popup-form{
        padding: 20px;
  }
  .page-template-page-credit-application .gform_wrapper h3.gform_title,
  .page-template-page-casino-hosts .gform_wrapper h3.gform_title {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
  .page-template-page-credit-application .gform_wrapper .gform_footer input.button,
  .page-template-page-credit-application .gform_wrapper .gform_footer input[type=submit],
  .page-template-page-casino-hosts .gform_wrapper .gform_footer input.button,
  .page-template-page-casino-hosts .gform_wrapper .gform_footer input[type=submit] {
    width: auto !important;
    margin: auto;
  }
  .page-template-page-credit-application .div-popup-form,
  .page-template-page-casino-hosts .div-popup-form,
  .page-template-page-dining-restaurants .div-popup-form,
  .page-template-page-dining-group .div-popup-form {
    width: 90%;
    margin-top: 50px;
  }
  .page-template-page-credit-application .gform_wrapper .top_label div.ginput_container,
  .page-template-page-casino-hosts .gform_wrapper .top_label div.ginput_container {
    padding-right: 0px;
  }
}
@media screen and (max-width: 480px) {
    .page-template-page-credit-application .div-popup-form,
    .page-template-page-casino-hosts .div-popup-form,
    .page-template-page-dining-restaurants .div-popup-form,
    .page-template-page-dining-group .div-popup-form {
        width: 90%;
        margin-top: 10px;
    }
}
@media (min-width: 480px) and (max-width: 1024px) {
  .page-template-page-credit-application .div-popup-form,
  .page-template-page-casino-hosts .div-popup-form,
  .page-template-page-dining-restaurants .div-popup-form,
  .page-template-page-dining-group .div-popup-form {
    width: 75%;
  }
}
.page-template-page-casino-hosts .gfield_radio li,
.page-template-page-casino-hosts .gfield_label {
  float: left !important;
}
.page-template-page-casino-hosts .gfield_radio li {
  margin-top: 5px !important;
  margin-right: 20px !important;
}
.page-template-page-casino-hosts .gfield_radio label {
  margin-top: 10px !important;
  font-weight: normal;
  font-size: 100% !important;
}
.page-template-page-casino-hosts .gfield_radio input {
  margin-top: 8px !important;
}
.page-template-page-casino-hosts .gfield_label {
  margin-top: 3px !important;
  margin-top: 17px !important;
  margin-right: 20px !important;
}

.page-template-page-backstage-pass-rewards-club .div-text-img ul {
  margin-bottom: 20px;
}
.page-template-page-backstage-pass-rewards-club .div-text-img li {
  margin-bottom: 5px;
}
.page-template-page-backstage-pass-rewards-club .div-text-img em {
  margin-top: 20px;
  color: #6e6e6e;
  text-align: left;
  font-size: 0.8rem;
}


.single-post .w-container.wrapper-940 h2{
    margin-bottom: 20px;
    color: #213;
    font-size: 45px;
    line-height: 50px;
    margin-top: 0px;
}
@media (max-width: 991px){
    .single-post .w-container.wrapper-940 h2 {
        font-size: 2.5rem;
        line-height: 3rem;
    }
}
@media (max-width: 991px){
    .single-post .w-container.wrapper-940 h2 {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
}
@media (max-width: 479px){
    .single-post .w-container.wrapper-940 h2 {
       font-size: 1.8rem;
    line-height: 2.5rem;
    }
}

.single-post .w-container.wrapper-940 h3{
        font-family: 'Thesans bold plain', sans-serif;
}

@media (max-width: 479px){
    .single-post .w-container.wrapper-940 h3{
        font-size: 20px;
    }
}
.single-post .w-container.wrapper-940 blockquote{
       margin-top: 31px;
    margin-bottom: 31px;
    border-left-style: none;
    font-family: 'Thesans bold plain', sans-serif;
    color: #7e81be;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
@media (max-width: 479px){
  .single-post .w-container.wrapper-940 blockquote {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 20px;
  }
}


.page-template-page-promotions .filter-link.active,
.page-template-page-music-and-live-events-calendar .filter-link.active,
.page-template-page-faq-contact .filter-link.active
{
      color: #7e81be;
}

.page-template-page-meetings .gform_wrapper form,
.page-template-page-spaces .gform_wrapper form,
.page-template-page-spaces-detail .gform_wrapper form,
.page-template-page-events-detail .gform_wrapper form,
.page-template-page-special-events .gform_wrapper form,
.page-template-page-faq-contact .gform_wrapper form,
.page-template-page-press .gform_wrapper form,
.page-template-page-rock-it-forward .gform_wrapper form,
.page-template-page-dining-restaurants .gform_wrapper form,
.page-template-page-dining-group .gform_wrapper form {
    text-align: center;
}
.page-template-page-meetings #gform_wrapper_3,
.page-template-page-spaces #gform_wrapper_3,
.page-template-page-spaces-detail #gform_wrapper_3,
.page-template-page-events-detail #gform_wrapper_3,
.page-template-page-special-events #gform_wrapper_3,
.page-template-page-faq-contact #gform_wrapper_3,
.page-template-page-faq-contact #gform_wrapper_4,
.page-template-page-faq-contact #gform_wrapper_5,
.page-template-page-press #gform_wrapper_6,
.page-template-page-rock-it-forward #gform_wrapper_6,
.page-template-page-dining-restaurants #gform_wrapper_7,
.page-template-page-dining-group #gform_wrapper_7 {
  margin: 0px;
}
.page-template-page-meetings .gform_wrapper .gform_heading,
.page-template-page-spaces .gform_wrapper .gform_heading,
.page-template-page-spaces-detail .gform_wrapper .gform_heading,
.page-template-page-events-detail .gform_wrapper .gform_heading,
.page-template-page-special-events .gform_wrapper .gform_heading,
.page-template-page-faq-contact .gform_wrapper .gform_heading,
.page-template-page-press .gform_wrapper .gform_heading,
.page-template-page-rock-it-forward .gform_wrapper .gform_heading,
.page-template-page-dining-restaurants .gform_heading,
.page-template-page-dining-group .gform_heading {
    margin-bottom: 0px;
}
.page-template-page-meetings .gform_wrapper span.gform_description,
.page-template-page-spaces .gform_wrapper span.gform_description,
.page-template-page-spaces-detail .gform_wrapper span.gform_description,
.page-template-page-events-detail .gform_wrapper span.gform_description,
.page-template-page-special-events .gform_wrapper span.gform_description,
.page-template-page-faq-contact .gform_wrapper span.gform_description,
.page-template-page-press .gform_wrapper span.gform_description,
.page-template-page-rock-it-forward .gform_wrapper span.gform_description,
.page-template-page-dining-restaurants .gform_wrapper span.gform_description,
.page-template-page-dining-group .gform_wrapper span.gform_description {
  margin-bottom: 0px;
}
.page-template-page-meetings .gform_wrapper li,
.page-template-page-spaces .gform_wrapper li,
.page-template-page-spaces-detail .gform_wrapper li,
.page-template-page-events-detail .gform_wrapper li,
.page-template-page-special-events .gform_wrapper li {
  margin-top: 0px !important;
  padding-right: 5px !important;
}
.page-template-page-meetings .gform_wrapper .top_label div.ginput_container,
.page-template-page-spaces .gform_wrapper .top_label div.ginput_container,
.page-template-page-spaces-detail .gform_wrapper .top_label div.ginput_container,
.page-template-page-events-detail .gform_wrapper .top_label div.ginput_container,
.page-template-page-special-events .gform_wrapper .top_label div.ginput_container,
.page-template-page-faq-contact .gform_wrapper .top_label div.ginput_container,
.page-template-page-press .gform_wrapper .top_label div.ginput_container,
.page-template-page-rock-it-forward .gform_wrapper .top_label div.ginput_container,
.page-template-page-dining-restaurants .gform_wrapper .top_label div.ginput_container,
.page-template-page-dining-group .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px;
}
.page-template-page-meetings .gform_wrapper input:not([type=submit]),
.page-template-page-meetings .gform_wrapper textarea,
.page-template-page-spaces .gform_wrapper input:not([type=submit]),
.page-template-page-spaces .gform_wrapper textarea,
.page-template-page-spaces-detail .gform_wrapper input:not([type=submit]),
.page-template-page-spaces-detail .gform_wrapper textarea,
.page-template-page-events-detail .gform_wrapper input:not([type=submit]),
.page-template-page-events-detail .gform_wrapper textarea,
.page-template-page-special-events .gform_wrapper input:not([type=submit]),
.page-template-page-special-events .gform_wrapper textarea,
.page-template-page-faq-contact .gform_wrapper input:not([type=submit]),
.page-template-page-faq-contact .gform_wrapper textarea,
.page-template-page-press .gform_wrapper input:not([type=submit]),
.page-template-page-press .gform_wrapper textarea,
.page-template-page-rock-it-forward .gform_wrapper input:not([type=submit]),
.page-template-page-rock-it-forward .gform_wrapper textarea,
.page-template-page-dining-restaurants .gform_wrapper input:not([type=submit]),
.page-template-page-dining-restaurants .gform_wrapper textarea,
.page-template-page-dining-group .gform_wrapper input:not([type=submit]),
.page-template-page-dining-group .gform_wrapper textarea {
    margin-top: 0px;
    display: block;
    width: 100%;
    padding: 8px 12px !important;
    margin-bottom: 10px;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    outline-color: #7e81be;
}
.page-template-page-meetings .gform_wrapper textarea,
.page-template-page-spaces .gform_wrapper textarea,
.page-template-page-spaces-detail .gform_wrapper textarea,
.page-template-page-events-detail .gform_wrapper textarea,
.page-template-page-special-events .gform_wrapper textarea,
.page-template-page-faq-contact .gform_wrapper textarea,
.page-template-page-press .gform_wrapper textarea,
.page-template-page-rock-it-forward  .gform_wrapper textarea,
.page-template-page-dining-restaurants  .gform_wrapper textarea,
.page-template-page-dining-group  .gform_wrapper textarea {
  resize: vertical;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9F9999;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #9F9999;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #9F9999;
}
:-moz-placeholder { /* Firefox 18- */
  color: #9F9999;
}
/*.page-template-page-meetings .gform_footer,
.page-template-page-spaces .gform_footer,
.page-template-page-spaces-detail .gform_footer,
.page-template-page-events-detail .gform_footer,
.page-template-page-special-events .gform_footer,
.page-template-page-faq-contact .gform_footer,
.page-template-page-press .gform_footer,
.page-template-page-rock-it-forward .gform_footer,
.page-template-page-dining-restaurants .gform_footer,
.page-template-page-dining-group .gform_footer {
  margin: 0px !important;
  padding: 0px !important;
}*/
.page-template-page-meetings .gform_footer input[type=submit],
.page-template-page-rock-it-forward .gform_footer input[type=submit] {
  border-bottom-color: #fff;
  border-top: none;
  border-right: none;
  border-left: none;
  color: #fff;
  display: block;
  margin-right: auto !important;
  margin-left: auto !important;
  /*font-size: 85% !important;
  padding-top: 9px !important;*/
}
/*.page-template-page-spaces form,
.page-template-page-spaces-detail form,
.page-template-page-events-detail form,
.page-template-page-special-events form,
.page-template-page-press form,
.page-template-page-rock-it-forward form,
.page-template-page-dining-restaurants form,
.page-template-page-dining-group form {
  margin-top: 20px !important;
}*/
.page-template-page-spaces .gform_footer input[type=submit],
.page-template-page-spaces-detail .gform_footer input[type=submit],
.page-template-page-events-detail .gform_footer input[type=submit],
.page-template-page-special-events .gform_footer input[type=submit],
.page-template-page-faq-contact .gform_footer input[type=submit],
.page-template-page-press .gform_footer input[type=submit],
.page-template-page-dining-restaurants input[type=submit],
.page-template-page-dining-group input[type=submit] {
  border-bottom-color: #315;
  border-top: none;
  border-right: none;
  border-left: none;
  color: #315;
  display: block;
  margin-right: auto !important;
  margin-left: auto !important;
  /*font-size: 85% !important;
  padding-top: 9px !important;*/
}
.page-template-page-meetings .gform_footer input[type=submit]:hover,
.page-template-page-spaces .gform_footer input[type=submit]:hover,
.page-template-page-spaces-detail .gform_footer input[type=submit]:hover,
.page-template-page-events-detail .gform_footer input[type=submit]:hover,
.page-template-page-special-events .gform_footer input[type=submit]:hover,
.page-template-page-faq-contact .gform_footer input[type=submit]:hover,
.page-template-page-press .gform_footer input[type=submit]:hover,
.page-template-page-rock-it-forward .gform_footer input[type=submit]:hover,
.page-template-page-dining-restaurants input[type=submit]:hover,
.page-template-page-dining-group input[type=submit]:hover {
  cursor: pointer;
  border-bottom-color: #7e81be;
  color: #7e81be;
}
@media screen and (max-width: 767px) {
  .page-template-page-meetings .gform_wrapper li,
  .page-template-page-spaces .gform_wrapper li,
  .page-template-page-spaces-detail .gform_wrapper li,
  .page-template-page-events-detail .gform_wrapper li,
  .page-template-page-special-events .gform_wrapper li,
  .page-template-page-faq-contact .gform_wrapper li,
  .page-template-page-press .gform_wrapper li,
  .page-template-page-rock-it-forward .gform_wrapper li,
  .page-template-page-dining-restaurants .gform_wrapper li,
  .page-template-page-dining-group .gform_wrapper li {
    padding-right: 0px !important;
  }
  .page-template-page-meetings .gform_footer input[type=submit],
  .page-template-page-spaces .gform_footer input[type=submit],
  .page-template-page-spaces-detail .gform_footer input[type=submit],
  .page-template-page-events-detail .gform_footer input[type=submit],
  .page-template-page-special-events .gform_footer input[type=submit],
  .page-template-page-faq-contact .gform_footer input[type=submit],
  .page-template-page-press .gform_footer input[type=submit],
  .page-template-page-rock-it-forward .gform_footer input[type=submit],
  .page-template-page-dining-restaurants .gform_footer input[type=submit],
  .page-template-page-dining-group .gform_footer input[type=submit] {
    width: auto !important;
  }
}
.page-template-page-faq-contact .gform_wrapper li,
.page-template-page-press .gform_wrapper li,
.page-template-page-rock-it-forward .gform_wrapper li,
.page-template-page-dining-restaurants .gform_wrapper li,
.page-template-page-dining-group .gform_wrapper li,
.page-template-page-spaces .gform_wrapper li,
.page-template-page-events-detail .gform_wrapper li,
.page-template-page-special-events .gform_wrapper li,
.page-template-page-meetings .gform_wrapper li,
.page-template-page-spaces-detail .gform_wrapper li {
  margin-top: 0px !important;
}
.page-template-page-faq-contact .gform_wrapper select,
.page-template-page-dining-restaurants .gform_wrapper select,
.page-template-page-dining-group .gform_wrapper select {
  margin-top: 0px;
  display: block;
  width: 100%;
  height: 38px;
  background-image: -webkit-linear-gradient(white 0, #f3f3f3 100%);
  background-image: linear-gradient(white 0, #f3f3f3 100%);
  padding: 8px 12px !important;
  margin-bottom: 10px;
  font-size: 14px !important;
  line-height: 1.42857143 !important;
  color: #999;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  outline-color: #7e81be;
}
@media only screen and (min-width: 640px) {
  .page-template-page-faq-contact .gform_wrapper .top_label input.large.datepicker, .gform_wrapper .top_label input.medium.datepicker, .gform_wrapper .top_label input.small.datepicker {
    width: 100% !important;
  }
  .page-template-page-faq-contact .gform_wrapper li,
  .page-template-page-press .gform_wrapper li,
  .page-template-page-rock-it-forward .gform_wrapper li,
  .page-template-page-credit-application .gform_wrapper li,
  .page-template-page-dining-restaurants .gform_wrapper li,
  .page-template-page-dining-group .gform_wrapper li,
  .page-template-page-spaces .gform_wrapper li,
  .page-template-page-events-detail .gform_wrapper li,
  .page-template-page-special-events .gform_wrapper li,
  .page-template-page-meetings .gform_wrapper li,
  .page-template-page-spaces-detail .gform_wrapper li {
    padding-right: 0px !important;
  }
  /* .page-template-page-faq-contact .gform_wrapper .gf_left_half, */
  .page-template-page-press .gform_wrapper .gf_left_half,
  .page-template-page-rock-it-forward .gform_wrapper .gf_left_half,
  .page-template-page-credit-application .gform_wrapper .gf_left_half,
  .page-template-page-dining-restaurants .gform_wrapper .gf_left_half,
  .page-template-page-dining-group .gform_wrapper .gf_left_half,
  .page-template-page-spaces .gform_wrapper .gf_left_half,
  .page-template-page-events-detail .gform_wrapper .gf_left_half,
  .page-template-page-special-events .gform_wrapper .gf_left_half,
  .page-template-page-meetings .gform_wrapper .gf_left_half,
  .page-template-page-spaces-detail .gform_wrapper .gf_left_half {
    padding-right: 5px!important;
  }
  /* .page-template-page-faq-contact .gform_wrapper .gf_right_half, */
  .page-template-page-press .gform_wrapper .gf_right_half,
  .page-template-page-rock-it-forward .gform_wrapper .gf_right_half,
  .page-template-page-credit-application .gform_wrapper .gf_right_half,
  .page-template-page-dining-restaurants .gform_wrapper .gf_right_half,
  .page-template-page-dining-group .gform_wrapper .gf_right_half,
  .page-template-page-spaces .gform_wrapper .gf_right_half,
  .page-template-page-events-detail .gform_wrapper .gf_right_half,
  .page-template-page-special-events .gform_wrapper .gf_right_half,
  .page-template-page-meetings .gform_wrapper .gf_right_half,
  .page-template-page-spaces-detail .gform_wrapper .gf_right_half {
    padding-left: 5px!important;
  }
  .page-template-page-faq-contact .gform_wrapper .gf_left_third {
    padding-right: 5px!important;
  }
  .page-template-page-faq-contact .gform_wrapper .gf_middle_third {
    padding-left: 5px!important;
    padding-right: 5px!important;
  }
  .page-template-page-faq-contact .gform_wrapper .gf_right_third {
    padding-left: 5px!important;
  }
}
.page-template-page-faq-contact .gform_wrapper #input_4_22 {
  display: none;
}
.page-template-page-faq-contact .gform_wrapper .top_label .gfield_label {
  float: left;
  padding-bottom: 5px;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: 'Thesans bold plain', sans-serif;
  color: #315;
  font-size: 85%;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;

}
.page-template-page-faq-contact .gform_wrapper .top_label .gfield_label:hover {
  color: #7e81be;
  cursor: pointer;
}
.page-template-page-faq-contact .gform_wrapper .ginput_container_checkbox {
  margin-bottom: 10px !important;
}
.page-template-page-faq-contact .gform_wrapper .gfield_checkbox {
  margin: 0px;
}
.page-template-page-faq-contact .gform_wrapper #choice_4_23_1,
.page-template-page-faq-contact .gform_wrapper #label_4_23_1 {
  float: left;
}
.page-template-page-faq-contact .gform_wrapper #choice_4_23_1 {
  margin-right: 5px;
}
.page-template-page-faq-contact .gform_wrapper #label_4_23_1 {
  font-weight: normal;
  font-family: 'Thesans light plain', sans-serif;
  color: #474747;
  font-size: 100%;
  line-height: 24px;
}


.wdropdown {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    z-index: 900;
}



.validation_error,
.validation_message/*,
.gfield.gfield_error*/
 {
  /*display: none;*/
}

#gform_8 .validation_error,
#gform_8 .validation_message,
#gform_8 .gfield_required
{
  display: none !important;
}

.gform_wrapper li.gfield.gfield_error{
    border-top: 0 !important;
    border-bottom: 0!important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    background-color: transparent !important;
    margin-right: 0 !important;
}
 .gform_validation_error input[type=text],
 .gform_validation_error select {
     /*border: 1px solid #790000 !important;*/
}


.gfield_error select{
    border: 1px solid #790000 !important;
}

#gform_8 .gfield_error input{
  border: 1px solid #FF0000 !important;
}

.gform_wrapper .field_description_below .gfield_description{
  padding: 0px 0px 20px 0px !important;
}

.gform_validation_error #field_2_5,
.gform_validation_error #field_1_5,
.gform_validation_error #field_3_7,
.gform_validation_error #field_6_7,
.gform_validation_error #field_7_7,
.gform_validation_error #field_7_9
 {
  max-width: 100% !important;
}
#gform_wrapper_8 li.gfield.gfield_error {
  padding-top: 0 !important;
}

@media (min-width: 641px) {
  .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half,
  .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
      max-width: calc(50%) !important;
      margin-right: 0;
      padding-right: 0 ;
  }
  .gfield_error.field_sublabel_below.field_description_below.hidden_label.gfield_visibility_visible {
    margin-left: 0 !important;
  }
  .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
      width: 100% !important;
  }
}
@media(max-width: 400px){
  .gform_body{
    font-size: 15px;
  }
}

/*book-now-widget form*/

#gform_wrapper_8 {
  margin-top: 10px;
  margin-bottom: 0px;
}
#gform_wrapper_8 .gform_body {
  margin-top: 0px;
}
#gform_wrapper_8 label {
  color: #fff;
    font-size: 0.8rem;
    line-height: 22px;
    float: left;
}
#gform_wrapper_8 .ginput_container {
  margin-top: 0px;
}
#gform_wrapper_8 input[type=text],
#gform_wrapper_8 select {
  display: block;
    width: 100% !important;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}
#gform_wrapper_8 input[type=submit] {

  vertical-align: text-top;
  border-right: none;
  border-top: none;
  border-left: none;
  border-bottom-color: #fff;
  color: #fff;

}
#gform_wrapper_8 input[type=submit]:hover {
  border-bottom-color: #b48d1b;
  color: #b48d1b !important;
  cursor: pointer;
}
#gform_confirmation_wrapper_8 {
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}

@media only screen and (max-width: 767px) {
  #gform_wrapper_8 li {
    width: 100% !important;
  }
  #gform_wrapper_8 input[type=submit] {
    width: auto !important;
  }
  #gform_wrapper_8 .gform_footer {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  #gform_wrapper_8 .gform_body {
    width: 84%;
    display: inline-block;
  }
  #gform_wrapper_8 .gform_footer {
    width: 15%;
    display: inline-block;
    text-align: center;
    font-size: 85%;
  }
  #gform_wrapper_8 li {
    vertical-align: middle;
    width: 20% !important;
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px !important;
  }
}

@media only screen and (max-width: 761px), (max-device-width: 1023px) and (min-device-width: 768px)
  {
    .page-template-page-casino-hosts .gform_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error,
    .page-template-page-credit-application .gform_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error
     {
       margin-top: 5px !important;
  }
}

@media only screen and (max-width: 1024px) {
    /*.div-event-date {
      padding-right: 20px !important;
    } test*/

    /*.page-template-page-amenities */.div-icon-block {
        position: relative;
        min-height: 14em;
        height: auto;
    }

    /*.page-template-page-amenities */.div-icon-block a.button.centered.w-button {
        position: absolute;
        bottom: -2em;
        /*left: 8vw;*/
        width: 84px;
        text-align: center;
        margin: auto calc((100% - 84px) / 2);
    }

    .div-text-img .div-50 img.img-large { /* @mike-change: all 3 were originally auto */
        flex: 0;
        -webkit-flex: 0;
        -webkit-box-flex: 0;
    }

    .div-text-img .div-50 h2 {
        margin-top: 20px;
    }

    .div-text-img .div-50 a.button.with-top-margin {
        margin-bottom: 15px !important;
    }

    body.page-template-page-dining-detail .div-restaurant-details .div-icon-block a.button.centered.w-button {
        position: relative !important;
        bottom: initial !important;
        left: initial !important;
    }

    .button {
      font-size: 70%;
      border-bottom: 3px solid #315;
    }
}

/* @ionut homepage flex fix */
/*@media screen and (min-width: 768px) and (max-width: 1024px) {*/
@media screen and (max-width: 768px) {
    .div-text-img {
        display: block;
    }
    .div-text-img .div-50.img {
        flex: 0 !important;
        -webkit-flex: 0 !important;
        -webkit-box-flex: 0 !important;
    }
  /*.page-template-page-home */.div-text-img {
    display: block;
    /*float: left;*/
    width: 100%;
  }

  /*.page-template-page-home */.div-text-img .div-50.center-vert {
    display: table-footer-group;
  }

  /*.page-template-page-home */.div-text-img .div-50.img {
      display: table-header-group;
  }
  .div-text-img .div-50.center-vert + .div-50 {
      display: table-header-group;
  }
}
/*stop*/

/* @mike amenities/pool flex fix *\/
@media only screen and (max-width: 768px) {
    .div-text-img {
        display: block;
    }
    .div-text-img .div-50.center-vert {
        /*display: table-footer-group !important;*\/
    }

    .div-text-img .div-50.img {
        flex: 0 !important;
        -webkit-flex: 0 !important;
        -webkit-box-flex: 0 !important;
    }
    .div-text-img .div-50.center-vert + .div-50 {
        /*display: table-header-group !important;*\/
    }
}
/* end */

.page-template-page-rooms .div-in-room-amenities .div-icon-block,
.page-template-page-amenities .div-icon-tiles .div-icon-block,
.page-template-page-attractions .div-icon-tiles .div-icon-block._33,
.page-template-page-backstage-pass-rewards-club .div-icon-tiles .div-icon-block._33,
.page-template-page-credit-application .div-icon-tiles .div-icon-block._33,
.page-template-page-dining-detail .div-icon-tiles .div-icon-block._33,
.page-template-page-dining-restaurants .tile-link._50,
.page-template-page-home .div-social-post,
.page-template-page-meetings .div-icon-tiles .div-icon-block,
.single-post .div-tiles .press-release-link,
.page-template-page-press-detail .div-press-releases .press-release-link,
.page-template-page-rock-it-forward .div-gallery-imgs .gallery-lightbox,
.page-template-page-spaces .div-tiles .tile-link._50{
  padding-left: 0px;
  padding-right: 0px;
}

.page-template-page-spaces .div-event-space-specs .event-space-spec{
  flex: 0 0 49%;
}

.single-post .div-tiles .press-release-link .div-press-release-content,
.page-template-page-press-detail .div-press-releases .div-press-release-content{
  margin: 5px;
}

.page-template-page-rock-it-forward .div-gallery-imgs .gallery-lightbox img{
  padding: 5px;
  background-color: transparent;
}

.page-template-page-home .div-social-post .div-tweet{
  width: 100%;
  margin: auto;
}

@media (min-width: 1310px){
  .page-template-page-amenities .div-icon-block .button.centered,
  .page-template-page-rooms .div-icon-block .button.centered{
    width: 35% !important;
    margin: auto;
    text-align: center;
    white-space: nowrap;
    overflow-wrap: break-word;
  }
}

/* start joingo hide */
.joingo-hide .header, .joingo-hide .footer, .joingo-hide .div-book-now-widget, .joingo-hide .div-sticky-subnav{
  display: none;
}

.joingo-hide .div-hero{
  margin-top: 0px !important;
}
/* stop joingo hide */

@media (max-width: 479px) {
  .page-template-page-meetings .gform_wrapper input:not([type=submit]),
  .page-template-page-meetings .gform_wrapper textarea,
  .page-template-page-spaces .gform_wrapper input:not([type=submit]),
  .page-template-page-spaces .gform_wrapper textarea,
  .page-template-page-spaces-detail .gform_wrapper input:not([type=submit]),
  .page-template-page-spaces-detail .gform_wrapper textarea,
  .page-template-page-events-detail .gform_wrapper input:not([type=submit]),
  .page-template-page-events-detail .gform_wrapper textarea,
  .page-template-page-special-events .gform_wrapper input:not([type=submit]),
  .page-template-page-special-events .gform_wrapper textarea,
  .page-template-page-faq-contact .gform_wrapper input:not([type=submit]),
  .page-template-page-faq-contact .gform_wrapper textarea,
  .page-template-page-press .gform_wrapper input:not([type=submit]),
  .page-template-page-press .gform_wrapper textarea,
  .page-template-page-rock-it-forward .gform_wrapper input:not([type=submit]),
  .page-template-page-rock-it-forward .gform_wrapper textarea,
  .page-template-page-dining-restaurants .gform_wrapper input:not([type=submit]),
  .page-template-page-dining-restaurants .gform_wrapper textarea,
  .page-template-page-dining-group .gform_wrapper input:not([type=submit]),
  .page-template-page-dining-group .gform_wrapper textarea {
      padding: 5px 12px !important;
      margin-bottom: 8px;
  }
  .page-template-page-faq-contact .gform_wrapper select,
  .page-template-page-dining-restaurants .gform_wrapper select,
  .page-template-page-dining-group .gform_wrapper select {
    padding: 5px 12px !important;
    margin-bottom: 8px;
    height: 32px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .press-release-link {
    flex: 0 0 32% !important;
  }
  .div-social-post {
    flex: 0 0 32% !important;
  }
}

@-moz-document url-prefix() {
  .without-line {
    margin-bottom: -1px !important;
  }
}

/* css safari*/
@media not all and (min-resolution:.001dpcm) { @media {
  .modal-bg .div-center-vert, .modal-bg-player .div-center-vert {
    margin-top: 450px;
  }
  .ginput_container {
    margin-top: 0px !important;
  }
  li.gfield-error {
    margin-bottom: 0px !important;
  }
  .page-template-page-credit-application .gform_wrapper .top_label div.ginput_container,
  .page-template-page-casino-hosts .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px;
    padding-right: 10px !important;
  }
}}

.div-social-post {
  padding-left: 5px !important;
  padding-right: 5px !important;
  min-width: 33.33%;
}

.div-social-instagram-content{
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 96%, .95), hsla(0, 0%, 96%, .95)), url('../images/hotel-tattoo.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 96%, .95), hsla(0, 0%, 96%, .95)), url('../images/hotel-tattoo.svg');
  background-position: 0px 0px, 0px 50%;
  background-repeat: repeat, no-repeat;
  height: 100%;
  width: 100%;
  display: table;
}

.div-social-instagram-content a{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#field_8_1, #field_8_2{
  margin-bottom: 0px !important;
}

.gform_body label{
  margin-top: 5px !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin-top: 0px !important;
}

#field_5_9, #field_5_10 {
	width: 33.3% !important;
}
#field_5_11 {
	width: 33.4% !important;
}

.accent {
  font-family: 'Source Sans Pro', sans-serif;
}

@media only screen and (max-width: 767px) {
	#field_5_9, #field_5_10, #field_5_11 {
		width: 100% !important;
	}
  .gform_wrapper .top_label .gfield_error {
    width: 100% !important;
  }
  #gform_wrapper_8 input[type=submit] {
    margin-bottom: 0;
  }
  #gform_wrapper_8 .gform_footer {
    padding-bottom: 0;
  }
  #gform_wrapper_8 li {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (min-width: 768px) {
  #field_5_4, #field_5_5, #field_5_7 {
    margin-bottom: 0 !important;
  }
  #input_5_4, #input_5_5, #input_5_7 {
    margin-bottom: 10px;
  }
  .gform_footer.top_label {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  #gform_wrapper_8 {
    margin-left: -10px;
    margin-right: -10px;
  }
  #gform_wrapper_8 input[type=submit] {
    margin-top: 5px;
    margin-right: 50px !important;
  }
  #gaming-content-margin {
  	margin-bottom: 115px;
  }
  .page-id-13 .footer {
  	position: fixed;
  }
}

@media only screen and (min-width: 768px) and (orientation: landscape) {
	.page-id-13 .footer {
	    position: initial;
	}
}

.div-tweet iframe{
  margin-left: auto;
  margin-right: auto;
}

/*
@media only screen and (min-width: 1025px) {
	.div-event-date:before {
	    width: 100%;
	    height:100%;
	    position: absolute;
	    content: " ";
	    top: 0;
	    right: -84%;
	    bottom: 0;
	    transform: skewX(-10deg);
	    background-color: #fff;
	    overflow: hidden;
	}
} test*/


.page-template-page-meetings .gform_wrapper .validation_message {
  color: #ff0000 !important;
}

.page-template-page-meetings .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), #gform_3 .gform_wrapper li.gfield_error textarea {
    border: 1px solid #ff0000 !important;
}

.page-template-page-meetings .gform_wrapper div.validation_error {
  border-bottom: 2px solid #ff0000 !important;
  border-top: 2px solid #ff0000 !important;
  color: #ff0000 !important;
}

#speedrfp_button{
  margin-top: 10px;
}

.getting-here-submenu{
  padding-top: 119px;
}

.div-icon-tiles .div-icon-block._33{
  margin-left: auto;
  margin-right: auto;
}

.left10{
  margin-left: 10px;
}

.gform_wrapper {
    display: block !imporant;
}

.page-template-page-faq-contact .gform_wrapper li.gf_right_half,
.page-template-page-faq-contact .gform_wrapper li.gf_left_half {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.page-template-page-faq-contact .gform_wrapper li.gfield select {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.page-template-page-faq-contact .gform_wrapper li.gfield.gf_left_half select {
    margin-left: 1px !important;
}

.page-template-page-faq-contact .gform_wrapper li.gfield select {
    padding: 5px 8px !important;
}

.page-id-13 .page-title{
  margin-bottom: 0px;
}

.page-id-13 .div-content ul{
  margin-bottom: 20px;
  margin-top: 20px;
}

#field_3_8 .gfield_label, #field_16_8 .gfield_label, #field_17_8 .gfield_label, #field_18_8 .gfield_label, #field_19_8 .gfield_label{
	display: none;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
.w-dropdown-list{
  position:absolute !important;
  background:#dddddd;
  display:none;
  min-width:100%;
}

.w-dropdown-list.w--open{
  display:block;
}

.w-dropdown-link{
  padding:10px 20px;
  display:block;
  color:#222222;
}

.w-dropdown-link.w--current{
  color:#0082f3;
}

.dropdown-link.small {
    padding-top: 10px;
    padding-bottom: 6px;
    border: 1px solid transparent;
    background-color: #f5f5f5;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: 'Thesansbold caps', sans-serif;
    font-size: 12px;
    line-height: 15px;
}

.dropdown-link.small:hover {
    background-color: #fff;
    color: #b48d1b;
}

.dropdown-list.destinations-dropdown.w--open {
  display: block;
  overflow: scroll;
  max-height: 200px;
  margin-right: auto;
  margin-left: -20px;
  background-color: #f5f5f5;
  text-align: left;
}

.destinations-dropdown-nav {
  margin-right: 20px;
  margin-left: 20px;
}
.dropdown-link.small.w-dropdown-link{
  text-align: center;
}
@media (max-width: 767px) {
    .nav-link.top-link.destinations.w-dropdown-toggle #dest{
        margin-left: -20px !important;
    }
    .dropdown-list.destinations-dropdown.w-dropdown-list.w--open{
        width:200px;
        background-color: #213 !important;
    }
    .dropdown-link.small.w-dropdown-link{
        background-color: hsla(0, 0%, 96%, 0)!important;
        color: hsla(0, 0%, 100%, .8)
    }
}
.dropdown-list.destinations-dropdown.w-dropdown-list .dropdown-link.w-dropdown-link{
    text-align:center;
}
