* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

b,
strong {
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

ul,
ol {
  list-style: none;
}

li {
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

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

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
  overflow: hidden;
}

.dining-menus .menu-item header:after, .details-foldout dt:after, .featured-promotion .top:after, .featured-entertainment .top:after, .book-a-stay .top:after, .detail-boxes .top:after {
  content: "";
  display: table;
  clear: both;
}

footer .bottom-row .gambling-addiction-help, footer .bottom-row .links, .featured-promotion, .featured-entertainment, .book-a-stay, .detail-boxes, .photo-carousel, .topnav .inner, .slick-details {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.featured-promotion .top, .featured-entertainment .top, .book-a-stay .top, .detail-boxes .top {
  margin-bottom: 1.5em;
}
.featured-promotion .top .headline, .featured-entertainment .top .headline, .book-a-stay .top .headline, .detail-boxes .top .headline {
  padding-top: 0;
}
.featured-promotion .top .view-all, .featured-entertainment .top .view-all, .book-a-stay .top .view-all, .detail-boxes .top .view-all {
  float: right;
  color: #000;
  margin-top: 0.25em;
}
.featured-promotion .top .view-all:after, .featured-entertainment .top .view-all:after, .book-a-stay .top .view-all:after, .detail-boxes .top .view-all:after {
  content: " >";
}
.featured-promotion .top .view-all:hover, .featured-entertainment .top .view-all:hover, .book-a-stay .top .view-all:hover, .detail-boxes .top .view-all:hover {
  color: #e02228;
}

.mobile-topnav .navlinks a, .topnav .inner a {
  text-align: center;
  color: #e02228;
  padding-top: 1.5rem;
  height: 135px;
  cursor: pointer;
}
.mobile-topnav .navlinks a span, .topnav .inner a span {
  display: block;
  color: #000;
  font-size: 80%;
  text-transform: uppercase;
}
.mobile-topnav .navlinks a:hover, .topnav .inner a:hover, .mobile-topnav .navlinks a.active, .topnav .inner a.active {
  background-color: #e02228;
  color: #fff;
}
.mobile-topnav .navlinks a:hover span, .topnav .inner a:hover span, .mobile-topnav .navlinks a.active span, .topnav .inner a.active span {
  color: #fff;
}
.mobile-topnav .navlinks a.active, .topnav .inner a.active {
  background-color: rgba(0, 0, 0, 0.8);
  color: #e02228;
}
.mobile-topnav .navlinks a.active span, .topnav .inner a.active span {
  color: #fff;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 18px;
}

body {
  background-color: #fff;
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

b, strong {
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  color: #757779;
}

h1, h2, h3 {
  text-transform: uppercase;
}

h1, h2, h3, h4 {
  margin-bottom: 0.5em;
}

h5, h6 {
  margin-bottom: 0.25em;
}

h4, h6 {
  font-weight: 700;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1em;
}

hr {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  margin-bottom: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 105%;
}

p {
  margin-bottom: 1em;
}

ul {
  padding-left: 1.5em;
}
ul li {
  list-style-type: disc;
}

a {
  color: #e02228;
}

a[href] {
  text-decoration: none;
}

svg * {
  fill: currentColor;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.inner {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1260px) {
  .inner.content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.inner.content p:empty {
  display: none;
}

.three-column {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  margin-bottom: 1em;
  padding-left: 0;
}
.three-column li {
  list-style: none;
}

@media (min-width: 1024px) {
  .mobile-only {
    display: none;
  }
}
@media (max-width: 1023px) {
  .desktop-only {
    display: none;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.slick-prev, .slick-next {
  position: absolute;
  padding: 0;
  top: 50%;
  margin-top: -1.25rem;
  height: 2.5rem;
  width: 2.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  outline: none;
  z-index: 60;
  opacity: 0.5;
}
.slick-prev:hover, .slick-next:hover {
  opacity: 1;
  background-color: transparent;
}
.slick-prev.slick-disabled, .slick-next.slick-disabled {
  opacity: 0.05;
  cursor: default;
}

.slick-prev {
  background-image: url(../svg/slick-prev.svg);
  left: 0;
}

.slick-next {
  background-image: url(../svg/slick-next.svg);
  right: 0;
}

.slick-dots {
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.slick-dots li {
  list-style: none;
  display: inline-block;
  padding-right: 0.5em;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  color: #fff;
  padding: 0;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 50%;
  outline: none;
}
.slick-dots li button:hover {
  background-color: rgba(0, 0, 0, 0.45);
  outline: none;
}
.slick-dots li.slick-active button {
  background-color: currentColor;
}

.slick-initialized .slick-slide {
  outline: none;
  cursor: -webkit-grab;
  cursor: grab;
}
.slick-initialized .slick-slide:only-child {
  cursor: default;
}

.slick-boxes .slick-prev, .slick-boxes .slick-next {
  top: 40%;
}

.slick-rooms .slick-prev, .slick-rooms .slick-next {
  top: initial;
  bottom: 4rem;
}
.slick-rooms .slick-prev {
  left: initial;
  right: 4rem;
}

.slick-hero .slick-prev, .slick-hero .slick-next {
  top: initial;
  bottom: calc(20vh + 3.3rem);
  right: 0.2em;
}
.slick-hero .slick-prev {
  left: initial;
  right: 2.8rem;
}

.slick-winners {
  padding-bottom: 2em;
  margin-bottom: 1em;
}
.slick-winners .slick-dots {
  text-align: left;
  padding-left: 0;
}

.slick-details {
  z-index: 4;
}
.slick-details .box {
  color: currentColor;
  min-height: 200px;
}
@media screen and (min-width: 1050px) {
  .slick-details .box {
    width: calc(50% - 50px);
  }
}
@media screen and (min-width: 661px) and (max-width: 1049px) {
  .slick-details .box {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 660px) {
  .slick-details .box {
    width: 100%;
  }
}
@media screen and (max-width: 660px) {
  .slick-details {
    margin-bottom: 4em;
  }
}
.slick-details a.box {
  cursor: pointer !important;
}
.slick-details figure {
  background-size: cover;
  height: 200px;
  background-position: center;
  position: relative;
  margin-bottom: 9rem;
}
.slick-details figcaption {
  background-color: #fff;
  padding: 1em 1.5em 1.5em 1.5em;
  border-top: 4px solid currentColor;
}
.slick-details figcaption .big {
  font-size: 160%;
  text-transform: uppercase;
  font-weight: 700;
}
.slick-details figcaption .small {
  margin-bottom: 1em;
}
.slick-details figcaption .more {
  padding-top: 0.5em;
}
.slick-details figcaption .cta {
  text-transform: uppercase;
  font-size: 1rem;
  padding: 0.35em 2em;
}
.slick-details figcaption .cta:hover {
  color: #fff !important;
}
.slick-details figcaption.red {
  border-color: #b40000;
}
.slick-details figcaption.red .big {
  color: #b40000;
}
.slick-details figcaption.red .cta {
  color: #b40000;
}
.slick-details figcaption.red .cta:hover {
  background: #b40000;
}
.slick-details figcaption.blue {
  border-color: #32638e;
}
.slick-details figcaption.blue .big {
  color: #32638e;
}
.slick-details figcaption.blue .cta {
  color: #32638e;
}
.slick-details figcaption.blue .cta:hover {
  background: #32638e;
}
.slick-details figcaption.brown {
  border-color: #a65325;
}
.slick-details figcaption.brown .big {
  color: #a65325;
}
.slick-details figcaption.brown .cta {
  color: #a65325;
}
.slick-details figcaption.brown .cta:hover {
  background: #a65325;
}
.slick-details figcaption.green {
  border-color: #005334;
}
.slick-details figcaption.green .big {
  color: #005334;
}
.slick-details figcaption.green .cta {
  color: #005334;
}
.slick-details figcaption.green .cta:hover {
  background: #005334;
}
.slick-details figcaption.purple {
  border-color: #351c46;
}
.slick-details figcaption.purple .big {
  color: #351c46;
}
.slick-details figcaption.purple .cta {
  color: #351c46;
}
.slick-details figcaption.purple .cta:hover {
  background: #351c46;
}
.slick-details figcaption.black {
  border-color: #000;
}
.slick-details figcaption.black .big {
  color: #000;
}
.slick-details figcaption.black .cta {
  color: #000;
}
.slick-details figcaption.black .cta:hover {
  background: #000;
}
@media screen and (min-width: 661px) {
  .slick-details .slick-prev, .slick-details .slick-next {
    top: 9rem;
  }
  .slick-details .box figure {
    height: 18rem;
  }
  .slick-details .box figcaption {
    -webkit-transform: translateY(70%);
        -ms-transform: translateY(70%);
            transform: translateY(70%);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    position: absolute;
    bottom: 0;
  }
  .slick-details .box:hover figcaption {
    -webkit-transform: translateY(60%);
        -ms-transform: translateY(60%);
            transform: translateY(60%);
  }
  .slick-details .box:nth-child(2n+1) figcaption {
    left: 2.75em;
    right: 0;
  }
  .slick-details .box:nth-child(2n+2) figcaption {
    right: 2.75em;
    left: 0;
  }
}
@media screen and (max-width: 660px) {
  .slick-details .empty-box {
    display: none !important;
  }
  .slick-details .slick-prev, .slick-details .slick-next {
    top: 25vw;
  }
  .slick-details figure {
    margin-bottom: 1.25em;
    height: 50vw;
    position: relative;
  }
  .slick-details .box {
    margin-bottom: 6rem;
  }
  .slick-details .box.has-more-text {
    margin-bottom: 8rem;
  }
  .slick-details .box figcaption {
    padding: 1em 1em 0.5em 1em;
    position: absolute;
    top: 50vw;
    right: 0;
    left: 0;
  }
  .slick-details .box figcaption .big {
    font-size: 1.15rem;
  }
  .slick-details .box figcaption .button {
    display: none;
  }
}
@media screen and (min-width: 1050px) {
  .slick-details .box:nth-child(2n+1) {
    margin-right: 50px;
  }
  .slick-details .box:nth-child(2n+2) {
    margin-left: 50px;
  }
}
@media screen and (min-width: 661px) and (max-width: 1049px) {
  .slick-details .box:nth-child(2n+1) {
    margin-right: 20px;
  }
  .slick-details .box:nth-child(2n+2) {
    margin-left: 20px;
  }
}

.xdsoft_datetimepicker {
  -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
          box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}

.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
  border: none !important;
}

.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.xdsoft_noselect::-moz-selection {
  background: transparent;
}

.xdsoft_noselect::selection {
  background: transparent;
}

.xdsoft_noselect::-moz-selection {
  background: transparent;
}

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.xdsoft_datetimepicker * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}

.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}

.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #33aaff;
  -webkit-box-shadow: #178fe5 0 1px 3px 0 inset;
          box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}

.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33aaff;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  -webkit-box-shadow: #ffb871 0 1px 4px 0 inset;
          box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  -webkit-box-shadow: #00dd1c 0 1px 4px 0 inset;
          box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #33aaff;
  -webkit-box-shadow: #178fe5 0 1px 3px 0 inset;
          box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #33aaff !important;
  -webkit-box-shadow: #178fe5 0 1px 3px 0 inset !important;
          box-shadow: #178fe5 0 1px 3px 0 inset !important;
  color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit !important;
  background: inherit !important;
  -webkit-box-shadow: inherit !important;
          box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}

.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

.xdsoft_scroller_box {
  position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
  -webkit-box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
          box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #cc5500;
  -webkit-box-shadow: #b03e00 0 1px 3px 0 inset;
          box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #cc5500;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  -webkit-box-shadow: #ffb871 0 1px 4px 0 inset;
          box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  -webkit-box-shadow: #00dd1c 0 1px 4px 0 inset;
          box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #cc5500;
  -webkit-box-shadow: #b03e00 0 1px 3px 0 inset;
          box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important;
}

.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important;
}

.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #dddddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px;
}

.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "museo-sans", "Book Antiqua", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(73%, #f4f8fa));
  background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fff", endColorstr="#f4f8fa",GradientType=0 );
  /* IE6-9 */
}

.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f8fa), color-stop(73%, #FFF));
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f4f8fa", endColorstr="#FFF",GradientType=0 );
  /* IE6-9 */
}

input[type=date],
input[type=email],
input[type=month],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url] {
  font-family: "Roboto Condensed", sans-serif;
  background-color: #fff;
  -webkit-transition: background-color 0.15s ease;
  -o-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}
input[type=date]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus {
  background-color: #abc8e1;
}

button, .button {
  border: 1px solid currentColor;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  color: #e02228;
  background: transparent;
  padding: 0.5em 2em;
  cursor: pointer;
  display: inline-block;
}
button.red, .button.red {
  color: #e02228;
}
button.white, .button.white {
  color: #fff;
}
button:hover, .button:hover {
  background-color: #e02228;
  color: #fff;
}

.simple-form {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .simple-form .half {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .simple-form .half {
    width: 48%;
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
}
.simple-form .full {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}
.simple-form label {
  display: block;
  margin-bottom: 1em;
}
.simple-form label span {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}
.simple-form label span.required:after {
  content: "*";
  color: #e02228;
}
.simple-form label input, .simple-form label textarea, .simple-form label select {
  display: block;
  width: 100%;
  padding-left: 0.5em;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.25em;
  border: none;
  background: rgba(0, 0, 0, 0.05);
}
.simple-form label input:focus, .simple-form label textarea:focus, .simple-form label select:focus {
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid #32638e;
}
.simple-form label input, .simple-form label select {
  height: 2em;
}
.simple-form label textarea {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
aside.logo-block {
  width: 130px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}
aside.logo-block svg {
  width: 4.5rem;
  height: 4.5rem;
}
aside.logo-block .logo-holder {
  background-color: rgba(224, 34, 40, 0.8);
  padding: 1.35em;
  display: block;
  color: #fff;
}
aside.logo-block .logo-holder:hover {
  background-color: #e02228;
}
aside.logo-block .text {
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
  text-align: center;
  padding: 0.4em 0.25em;
  color: #e02228;
  margin-top: 1px;
  cursor: pointer;
  font-size: 0.8rem;
}
aside.logo-block .text:hover {
  color: #fff;
  background-color: rgba(224, 34, 40, 0.8);
}

.topnav {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 6;
}
.topnav .inner {
  background-color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.topnav .inner a {
  -ms-flex-preferred-size: 11%;
      flex-basis: 11%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}
.topnav svg {
  width: 3em;
  height: 3em;
}

.mobile-topnav {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 6;
}
.mobile-topnav a {
  color: #fff;
  cursor: pointer;
}
.mobile-topnav .row {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #e02228;
}
.mobile-topnav .first-row {
  height: 100px;
  border-bottom: 1px solid #fff;
}
.mobile-topnav .logo-holder {
  -ms-flex-preferred-size: calc(100% - 60px);
      flex-basis: calc(100% - 60px);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  padding: 8px 8px 8px 68px;
}
.mobile-topnav .logo-holder svg {
  width: 100%;
  height: 82px;
}
.mobile-topnav .hamburger-holder {
  width: 60px;
  -ms-flex-preferred-size: 60px;
      flex-basis: 60px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  padding: 8px;
}
.mobile-topnav .hamburger-button svg {
  width: 100%;
  height: 100%;
}
.mobile-topnav .hamburger-button svg * {
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.mobile-topnav .hamburger-button .x {
  -webkit-transform: translateY(-150px);
      -ms-transform: translateY(-150px);
          transform: translateY(-150px);
}
.mobile-topnav .hamburger-button.active .x {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.mobile-topnav .hamburger-button.active .lines {
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
}
.mobile-topnav .navlinks {
  display: none;
}
.mobile-topnav .navlinks .inner {
  background: #fff;
}
.mobile-topnav .navlinks svg {
  width: 60px;
  height: 60px;
}
.mobile-topnav .navlinks span {
  display: block;
  color: #000;
}
.mobile-topnav .navlinks a {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}
.mobile-topnav .second-row a {
  padding-top: 0.65em;
  padding-bottom: 0.65em;
}
.mobile-topnav .book, .mobile-topnav .phone, .mobile-topnav .directions {
  -ms-flex-preferred-size: 33.3333%;
      flex-basis: 33.3333%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.mobile-topnav .book {
  border-right: 1px solid #fff;
}
.mobile-topnav .directions {
  border-left: 1px solid #fff;
}

@media (max-width: 1600px) {
  aside.logo-block {
    position: absolute;
  }

  .topnav .inner {
    margin-left: 132px;
    margin-right: none;
  }
}
@media (max-width: 1100px) {
  aside.logo-block {
    width: 11vw;
  }
  aside.logo-block .logo-holder {
    padding: 10px;
  }
  aside.logo-block a.text {
    font-size: 1.4vw;
  }

  .topnav .inner {
    margin-left: calc(11vw + 1px);
  }
  .topnav .inner a {
    word-break: break-all;
    font-size: 1.4vw;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    height: 11.5vw;
  }
}
@media (min-width: 769px) {
  .mobile-topnav {
    display: none;
  }
}
@media (max-width: 768px) {
  aside.logo-block {
    display: none;
  }

  .topnav {
    display: none;
  }
}
@media (max-width: 460px) {
  .mobile-topnav .book, .mobile-topnav .phone, .mobile-topnav .directions, .mobile-topnav .rewards {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
  .mobile-topnav .rewards {
    text-align: center;
    border-bottom: 1px solid white;
  }
  .mobile-topnav .directions {
    border-left: none;
    border-right: 1px solid white;
  }
}
.hero {
  background-size: cover;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.slick-hero {
  z-index: 1;
  display: none;
}
.slick-hero .hero-slide {
  background-size: cover;
  position: relative;
}
.slick-hero .hero-slide .label {
  position: absolute;
  bottom: 0;
  background: rgba(224, 34, 40, 0.8);
  padding: 5px;
  color: #fff;
  right: 0;
}
.slick-hero .hero-slide .label .inside {
  padding: 0.6em 1em;
  min-width: 12em;
  text-align: center;
  text-transform: uppercase;
}
.slick-hero .hero-slide .label .inside.bordered {
  border: 1px solid currentColor;
}
@media (min-width: 768px) {
  .slick-hero.desktop {
    display: block;
  }
}
@media (max-width: 768px) {
  .slick-hero.mobile {
    display: block;
  }
}

.video-overlay video, .video-overlay .ie8-poster {
  width: 100%;
  z-index: 2;
}

@media (max-width: 600px) {
  figure.hero {
    display: none;
  }

  figure.mobile-hero {
    background-size: cover;
    position: relative;
    height: 56.25vw;
  }

  main.offset-mobile-hero {
    z-index: 2;
    position: relative;
    /* margin-top:$mobile-hero-height; */
  }

  .slick-hero {
    position: relative;
  }
  .slick-hero .hero-slide {
    height: 56.25vw;
  }

  .video-overlay video, .video-overlay .ie8-poster {
    display: none;
  }
  .video-overlay .mobile-fallback {
    height: 52vw;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (min-width: 601px) {
  figure.mobile-hero {
    display: none;
  }

  main.offset-hero {
    z-index: 2;
    position: relative;
    margin-top: 80vh;
  }

  .slick-hero {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .slick-hero .hero-slide {
    height: 80vh;
  }

  .video-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 80vh;
  }
  .video-overlay .video, .video-overlay .ie8-poster {
    position: fixed;
    top: 0;
    bottom: 0;
  }
  .video-overlay .mobile-fallback {
    display: none;
  }

  main.no-hero.covid-active {
    padding-top: 12rem;
  }
}
main {
  background-color: #fff;
  background-image: url("../img/tile-20x20.png");
  background-position: top left;
  background-repeat: repeat;
  margin-top: 7.5rem;
  padding-bottom: 2rem;
  min-height: 60vh;
}
@media only screen and (max-width: 1023px) {
  main {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0;
  }
}

.headline {
  padding-top: 2rem;
}

.subhead {
  padding-top: 1.5rem;
}

.content {
  background-color: #fff;
  padding: 2em;
}
.content p {
  line-height: 140%;
  margin-bottom: 1em;
}
.content li {
  margin-bottom: 0.8em;
}
.content a.big-number {
  font-size: 2.5em;
  color: #e02228;
  font-weight: 700;
}
.content .fine-print {
  font-style: italic;
  font-size: 90%;
}
.content ol {
  list-style-type: decimal;
  padding-left: 1.5em;
}
.content blockquote {
  border-left: 0.35em solid #5a5a5a;
  padding-left: 0.65em;
  margin-bottom: 1em;
}

.photo-carousel {
  position: relative;
  z-index: 4;
  margin-top: 4rem;
  -webkit-transform: translateY(6vw);
      -ms-transform: translateY(6vw);
          transform: translateY(6vw);
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  -o-transition: transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
.photo-carousel .label {
  position: absolute;
  bottom: 0;
  background: rgba(224, 34, 40, 0.8);
  padding: 5px;
  color: #fff;
  right: 0;
  z-index: 4;
}
.photo-carousel .label .inside {
  padding: 0.6em 1em;
  min-width: 12em;
  text-align: center;
  text-transform: uppercase;
}
.photo-carousel .label .inside.bordered {
  border: 1px solid currentColor;
}
@media only screen and (max-width: 1023px) {
  .photo-carousel .label {
    font-size: 12px;
  }
}
.photo-carousel .photo {
  background-size: cover;
  background-position: center;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .photo-carousel .photo {
    height: 30rem;
  }
}
@media only screen and (max-width: 1023px) {
  .photo-carousel .photo {
    height: 45vw;
  }
}
.photo-carousel.focus {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.background-element {
  width: 100%;
  background-size: cover;
  background-position: bottom center;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 3;
  background-attachment: fixed;
}
.background-element.beach {
  margin-top: -5vw;
  height: 40vw;
}
.background-element.card {
  margin-top: 6.5rem;
  height: 35rem;
}
@media only screen and (max-width: 1023px) {
  .background-element {
    display: none;
  }
}

.big-fig {
  margin-top: 1em;
  margin-bottom: 2em;
}
.big-fig img {
  width: 100%;
}

.full-figure {
  position: relative;
}
.full-figure img {
  width: 100%;
}
.full-figure figcaption {
  position: absolute;
  bottom: 0;
  background: rgba(224, 34, 40, 0.8);
  padding: 5px;
  color: #fff;
  right: 0;
}
.full-figure figcaption .inside {
  padding: 0.6em 1em;
  min-width: 12em;
  text-align: center;
  text-transform: uppercase;
}
.full-figure figcaption .inside.bordered {
  border: 1px solid currentColor;
}
.full-figure + p {
  margin-top: 1em;
}

.event-page-subhead {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

.details-foldout {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  margin-top: 1em;
}
@media screen and (max-width: 1260px) {
  .details-foldout {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.details-foldout dt {
  text-transform: uppercase;
  font-size: 1.6em;
  cursor: pointer;
}
.details-foldout dt:hover {
  color: #e02228;
}
.details-foldout dt .icon {
  width: 1.25em;
  height: 1.25em;
  float: left;
  margin-right: 0.5em;
  overflow: hidden;
}
.details-foldout dt .icon * {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.details-foldout dt span {
  line-height: 100%;
}
.details-foldout dt.active .vertical {
  -webkit-transform: translateY(200%);
      -ms-transform: translateY(200%);
          transform: translateY(200%);
}
.details-foldout dd {
  padding-top: 1em;
  display: none;
  margin-bottom: 2em;
}
@media only screen and (min-width: 1024px) {
  .details-foldout dd {
    padding-left: 3.5em;
  }
}
.details-foldout.smaller dt {
  font-size: 1.4em;
}
@media only screen and (min-width: 1024px) {
  .details-foldout.smaller dd {
    padding-left: 2.5em;
  }
}

dl.details {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  margin-top: 1em;
}
@media screen and (max-width: 1260px) {
  dl.details {
    padding-left: 10px;
    padding-right: 10px;
  }
}
dl.details dt {
  text-transform: uppercase;
  font-size: 1.8em;
}

.news-items date {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 80%;
}
.news-items a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1470px) and (min-width: 1101px) {
  main.no-hero {
    padding-top: 2em;
  }
}
@media screen and (max-width: 1023px) and (min-width: 769px) {
  main.no-hero {
    padding-top: calc(11vw + 2em);
  }
}
.underlined {
  text-decoration: underline;
}

.flex-content-grid {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media only screen and (min-width: 1024px) {
  .flex-content-grid .flex-content-one-third {
    width: 33.3333%;
    -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
  .flex-content-grid .flex-content-one-half {
    width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
  .flex-content-grid .flex-content-two-thirds {
    width: 66.6666%;
    -ms-flex-preferred-size: 66.6666%;
        flex-basis: 66.6666%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
  .flex-content-grid .flex-content-one-quarter {
    width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
  .flex-content-grid .flex-content-three-quarters {
    width: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
  .flex-content-grid .flex-content-one-third,
.flex-content-grid .flex-content-one-half,
.flex-content-grid .flex-content-two-thirds,
.flex-content-grid .flex-content-one-quarter,
.flex-content-grid .flex-content-three-quarters {
    padding-right: 1em;
  }
}
@media only screen and (max-width: 1023px) {
  .flex-content-grid .flex-content-one-third,
.flex-content-grid .flex-content-one-half {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
}

.detail-boxes {
  padding-top: 2rem;
  position: relative;
  z-index: 4;
}
.detail-boxes .boxes {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.detail-boxes .boxes .box {
  color: currentColor;
}
@media screen and (min-width: 1150px) {
  .detail-boxes .boxes .box {
    width: calc(50% - 50px);
    -ms-flex-preferred-size: calc(50% - 50px);
        flex-basis: calc(50% - 50px);
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
}
@media screen and (min-width: 661px) and (max-width: 1149px) {
  .detail-boxes .boxes .box {
    width: calc(50% - 25px);
    -ms-flex-preferred-size: calc(50% - 25px);
        flex-basis: calc(50% - 25px);
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
}
@media screen and (max-width: 660px) {
  .detail-boxes .boxes .box {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
}
.detail-boxes .boxes figure {
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 9rem;
}
.detail-boxes .boxes figcaption {
  background-color: #fff;
  padding: 1em 1.5em 1.5em 1.5em;
  border-top: 4px solid currentColor;
}
.detail-boxes .boxes figcaption .big {
  font-size: 160%;
  text-transform: uppercase;
  font-weight: 700;
}
.detail-boxes .boxes figcaption .small {
  margin-bottom: 1em;
}
.detail-boxes .boxes figcaption .more {
  padding-top: 0.5em;
}
.detail-boxes .boxes figcaption .cta {
  text-transform: uppercase;
  font-size: 1rem;
  padding: 0.35em 2em;
}
.detail-boxes .boxes figcaption .cta:hover {
  color: #fff !important;
}
.detail-boxes .boxes figcaption.red {
  border-color: #b40000;
}
.detail-boxes .boxes figcaption.red .big {
  color: #b40000;
}
.detail-boxes .boxes figcaption.red .cta {
  color: #b40000;
}
.detail-boxes .boxes figcaption.red .cta:hover {
  background: #b40000;
}
.detail-boxes .boxes figcaption.blue {
  border-color: #32638e;
}
.detail-boxes .boxes figcaption.blue .big {
  color: #32638e;
}
.detail-boxes .boxes figcaption.blue .cta {
  color: #32638e;
}
.detail-boxes .boxes figcaption.blue .cta:hover {
  background: #32638e;
}
.detail-boxes .boxes figcaption.brown {
  border-color: #a65325;
}
.detail-boxes .boxes figcaption.brown .big {
  color: #a65325;
}
.detail-boxes .boxes figcaption.brown .cta {
  color: #a65325;
}
.detail-boxes .boxes figcaption.brown .cta:hover {
  background: #a65325;
}
.detail-boxes .boxes figcaption.green {
  border-color: #005334;
}
.detail-boxes .boxes figcaption.green .big {
  color: #005334;
}
.detail-boxes .boxes figcaption.green .cta {
  color: #005334;
}
.detail-boxes .boxes figcaption.green .cta:hover {
  background: #005334;
}
.detail-boxes .boxes figcaption.purple {
  border-color: #351c46;
}
.detail-boxes .boxes figcaption.purple .big {
  color: #351c46;
}
.detail-boxes .boxes figcaption.purple .cta {
  color: #351c46;
}
.detail-boxes .boxes figcaption.purple .cta:hover {
  background: #351c46;
}
.detail-boxes .boxes figcaption.black {
  border-color: #000;
}
.detail-boxes .boxes figcaption.black .big {
  color: #000;
}
.detail-boxes .boxes figcaption.black .cta {
  color: #000;
}
.detail-boxes .boxes figcaption.black .cta:hover {
  background: #000;
}
.detail-boxes.promotions {
  margin-bottom: 0;
}
.detail-boxes.promotions .box {
  margin-bottom: 6em;
}
.detail-boxes .boxes, .detail-boxes .top, .detail-boxes .slick-details {
  -webkit-transform: translateY(6vw);
      -ms-transform: translateY(6vw);
          transform: translateY(6vw);
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  -o-transition: transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
.detail-boxes .boxes.focus, .detail-boxes .top.focus, .detail-boxes .slick-details.focus {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 661px) {
  .detail-boxes .boxes .box figure {
    height: 18rem;
  }
  .detail-boxes .boxes .box figcaption {
    -webkit-transform: translateY(70%);
        -ms-transform: translateY(70%);
            transform: translateY(70%);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    position: absolute;
    bottom: 0;
  }
  .detail-boxes .boxes .box:hover figcaption {
    -webkit-transform: translateY(60%);
        -ms-transform: translateY(60%);
            transform: translateY(60%);
  }
  .detail-boxes .boxes .box:nth-child(2n+1) figcaption {
    left: 2.75em;
    right: 0;
  }
  .detail-boxes .boxes .box:nth-child(2n+2) figcaption {
    right: 2.75em;
    left: 0;
  }
}
@media screen and (max-width: 660px) {
  .detail-boxes .boxes figure {
    margin-bottom: 1.25em;
    height: 50vw;
    position: relative;
  }
  .detail-boxes .boxes .box {
    margin-bottom: 6rem;
  }
  .detail-boxes .boxes .box.has-more-text {
    margin-bottom: 8rem;
  }
  .detail-boxes .boxes .box figcaption {
    padding: 1em 1em 0.5em 1em;
    position: absolute;
    top: 50vw;
    right: 0;
    left: 0;
  }
  .detail-boxes .boxes .box figcaption .big {
    font-size: 1.15rem;
  }
  .detail-boxes .boxes .box figcaption .button {
    display: none;
  }
}

.book-a-stay {
  padding-top: 2rem;
  overflow: hidden;
}
.book-a-stay .book-box {
  color: #fff;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  z-index: 4;
}
@media only screen and (min-width: 1024px) {
  .book-a-stay .book-box {
    background: #e02228;
  }
}
.book-a-stay .book-box .notice {
  padding: 1em 2em;
  color: #fff;
  background-color: #e02228;
}
.book-a-stay .form-box {
  -ms-flex-preferred-size: 33.3333%;
      flex-basis: 33.3333%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}
.book-a-stay .form-box form {
  padding: 1em 2em;
}
@media only screen and (max-width: 1023px) {
  .book-a-stay .form-box {
    background: #e02228;
  }
}
.book-a-stay .form-box .label {
  font-size: 1.35em;
  margin-bottom: 1em;
}
.book-a-stay .form-box .input-holder {
  background-color: #b40000;
  background-image: url(../svg/calendar.svg);
  background-repeat: no-repeat;
  background-position: 15px center;
  height: 4em;
  position: relative;
  margin-bottom: 1.5em;
  background-size: 25px;
}
.book-a-stay .form-box .input-holder input {
  background: transparent;
  border: none;
  width: 100%;
  height: 100%;
  color: #fff;
  color: currentColor;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.6em;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-left: 50px;
}
.book-a-stay .form-box .input-holder input::-webkit-outer-spin-button, .book-a-stay .form-box .input-holder input::-webkit-inner-spin-button, .book-a-stay .form-box .input-holder input::-webkit-clear-button {
  -webkit-appearance: none;
}
.book-a-stay .form-box .input-holder:hover {
  background-color: #000;
}
.book-a-stay .form-box button {
  width: 100%;
  color: #fff;
}
.book-a-stay .packages-box {
  -ms-flex-preferred-size: 66.666%;
      flex-basis: 66.666%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  height: 22rem;
  position: relative;
  overflow: hidden;
}
.book-a-stay .packages-box .slide {
  background-size: cover;
  position: relative;
  height: 22rem;
}
.book-a-stay .packages-box .package:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -o-linear-gradient(135deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
  content: " ";
  z-index: 7;
  pointer-events: none;
}
.book-a-stay .packages-box .details {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  z-index: 8;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .book-a-stay .packages-box .details {
    font-size: 3vw;
    right: 4em;
  }
}
.book-a-stay .packages-box .details .name {
  font-size: 1.6em;
  text-transform: uppercase;
  text-align: right;
}
.book-a-stay .packages-box .details .price {
  font-size: 4em;
  line-height: 90%;
  text-align: right;
}
.book-a-stay .packages-box .details .price sup {
  font-size: 60%;
}
.book-a-stay .packages-box .details .fine-print {
  display: block;
  text-align: right;
  font-size: 1.3em;
  text-transform: uppercase;
}
@media (min-width: 661px) and (max-width: 1150px) {
  .book-a-stay .form-box {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
  .book-a-stay .packages-box {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    height: 22rem;
    position: relative;
    overflow: hidden;
  }
  .book-a-stay .packages-box .slide {
    background-size: cover;
    position: relative;
    height: 22rem;
  }
}
@media (max-width: 660px) {
  .book-a-stay .form-box {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-item-align: auto;
        align-self: auto;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 2.25vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .book-a-stay .form-box form {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .book-a-stay .form-box .label, .book-a-stay .form-box .button-holder {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
  .book-a-stay .form-box .label {
    font-size: 5vw;
    margin-bottom: 0.75em;
    margin-top: 0.25em;
  }
  .book-a-stay .form-box .input-holder {
    width: 48%;
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
  .book-a-stay .form-box .button-holder {
    text-align: center;
    padding-bottom: 1em;
  }
  .book-a-stay .form-box .button-holder button {
    width: auto;
  }
  .book-a-stay .packages-box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 40vw;
    margin-bottom: 2em;
  }
  .book-a-stay .packages-box .slide {
    height: 40vw;
  }
  .book-a-stay .notice {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.book-a-stay .book-box, .book-a-stay .top {
  -webkit-transform: translateY(6vw);
      -ms-transform: translateY(6vw);
          transform: translateY(6vw);
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  -o-transition: transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
.book-a-stay.focus .book-box, .book-a-stay.focus .top {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.dining-specials {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1260px) {
  .dining-specials {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.dining-specials .top {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}
.dining-specials .special .name {
  text-transform: uppercase;
}
.dining-specials .special .big {
  font-size: 2em;
  font-weight: 700;
}
.dining-specials .special span + span {
  padding-left: 0.5em;
}
.dining-specials .special date {
  display: block;
}
@media (min-width: 1101px) {
  .dining-specials .special {
    width: 280px;
    -ms-flex-preferred-size: 280px;
        flex-basis: 280px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
}
@media (min-width: 641px) and (max-width: 1100px) {
  .dining-specials .special {
    width: 33.333%;
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
}
@media (max-width: 640px) {
  .dining-specials .special {
    width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
}

.winners-grid {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.winners-grid .winner {
  background-color: #efefef;
  margin-bottom: 1rem;
  height: 12rem;
}
.winners-grid .winner .inside {
  padding: 1em;
  width: 100%;
}
.winners-grid .winner figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.winners-grid .winner-with-pic {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media only screen and (min-width: 1024px) {
  .winners-grid .winner-with-pic {
    width: calc(50% - 0.5rem);
    -ms-flex-preferred-size: calc(50% - 0.5rem);
        flex-basis: calc(50% - 0.5rem);
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
}
@media only screen and (max-width: 1023px) {
  .winners-grid .winner-with-pic {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
}
.winners-grid .winner-with-pic figure {
  background-size: cover;
  background-position: center;
}
.winners-grid .winner-with-pic figure, .winners-grid .winner-with-pic figcaption {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}
.winners-grid .winner-without-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .winners-grid .winner-without-pic {
    width: calc(50% - 0.5rem);
    -ms-flex-preferred-size: calc(50% - 0.5rem);
        flex-basis: calc(50% - 0.5rem);
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .winners-grid .winner-without-pic {
    width: calc(25% - 0.5rem);
    -ms-flex-preferred-size: calc(25% - 0.5rem);
        flex-basis: calc(25% - 0.5rem);
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
}
.winners-grid .amount {
  font-size: 200%;
}

.featured-entertainment .act {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 23.5rem;
}
.featured-entertainment .act figure {
  -ms-flex-preferred-size: 66.6666%;
      flex-basis: 66.6666%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.featured-entertainment .act figure .pagelink {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.featured-entertainment .act figcaption {
  -ms-flex-preferred-size: 33.3333%;
      flex-basis: 33.3333%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-item-align: auto;
      align-self: auto;
  background-color: #11294d;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.featured-entertainment .act .glance {
  padding: 0 2em;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.featured-entertainment .act .name {
  font-size: 2em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 100%;
}
.featured-entertainment .act .figure {
  font-size: 2em;
  font-weight: 700;
  text-transform: uppercase;
}
.featured-entertainment .act .more {
  display: block;
  padding-top: 1.5em;
}
.featured-entertainment .act .button {
  color: #fff;
  font-size: 1em;
  padding: 0.35em 2em;
}
.featured-entertainment .act .button:hover {
  background-color: #fff;
  color: #11294d;
}
.featured-entertainment .act figcaption {
  background-color: #fff;
  color: #000;
}
.featured-entertainment .act figcaption .button:hover {
  color: #fff !important;
}
.featured-entertainment .act figcaption.red {
  border-color: #b40000;
}
.featured-entertainment .act figcaption.red .name {
  color: #b40000;
}
.featured-entertainment .act figcaption.red .button {
  color: #b40000;
}
.featured-entertainment .act figcaption.red .button:hover {
  background-color: #b40000;
}
.featured-entertainment .act figcaption.blue {
  border-color: #32638e;
}
.featured-entertainment .act figcaption.blue .name {
  color: #32638e;
}
.featured-entertainment .act figcaption.blue .button {
  color: #32638e;
}
.featured-entertainment .act figcaption.blue .button:hover {
  background-color: #32638e;
}
.featured-entertainment .act figcaption.brown {
  border-color: #a65325;
}
.featured-entertainment .act figcaption.brown .name {
  color: #a65325;
}
.featured-entertainment .act figcaption.brown .button {
  color: #a65325;
}
.featured-entertainment .act figcaption.brown .button:hover {
  background-color: #a65325;
}
.featured-entertainment .act figcaption.green {
  border-color: #005334;
}
.featured-entertainment .act figcaption.green .name {
  color: #005334;
}
.featured-entertainment .act figcaption.green .button {
  color: #005334;
}
.featured-entertainment .act figcaption.green .button:hover {
  background-color: #005334;
}
.featured-entertainment .act figcaption.purple {
  border-color: #351c46;
}
.featured-entertainment .act figcaption.purple .name {
  color: #351c46;
}
.featured-entertainment .act figcaption.purple .button {
  color: #351c46;
}
.featured-entertainment .act figcaption.purple .button:hover {
  background-color: #351c46;
}
.featured-entertainment .act figcaption.black {
  border-color: #000;
}
.featured-entertainment .act figcaption.black .name {
  color: #000;
}
.featured-entertainment .act figcaption.black .button {
  color: #000;
}
.featured-entertainment .act figcaption.black .button:hover {
  background-color: #000;
}
@media only screen and (max-width: 1023px) {
  .featured-entertainment .act figcaption {
    border-top: 4px solid;
  }
}
@media only screen and (min-width: 1024px) {
  .featured-entertainment .act figcaption {
    border-left: 4px solid;
  }
}
@media (max-width: 800px) {
  .featured-entertainment .act {
    height: auto;
  }
  .featured-entertainment .act figure, .featured-entertainment .act figcaption {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    height: 50%;
  }
  .featured-entertainment .act figure {
    height: 44vw;
  }
  .featured-entertainment .act figcaption {
    padding-top: 1.5em;
  }
  .featured-entertainment .act figcaption .name {
    font-size: 1.35em;
  }
  .featured-entertainment .act .more {
    padding: 1em 0 2.5em 0;
  }
  .featured-entertainment .act .more .button {
    padding: 0.25em 1em;
  }
}
.featured-entertainment .act, .featured-entertainment .top {
  -webkit-transform: translateY(6vw);
      -ms-transform: translateY(6vw);
          transform: translateY(6vw);
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  -o-transition: transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
.featured-entertainment.focus .act, .featured-entertainment.focus .top {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 800px) {
  .featured-entertainment .slick-arrow {
    top: 22vw;
  }
}

.small-acts {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
}
@media screen and (max-width: 1260px) {
  .small-acts {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.small-acts date {
  display: block;
}
.small-acts .act {
  margin-bottom: 1.5em;
}
@media (min-width: 870px) {
  .small-acts .act {
    width: calc(33.3333% - 1em);
    -ms-flex-preferred-size: calc(33.3333% - 1em);
        flex-basis: calc(33.3333% - 1em);
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
}
@media (max-width: 869px) {
  .small-acts .act {
    width: calc(50% - 1em);
    -ms-flex-preferred-size: calc(50% - 1em);
        flex-basis: calc(50% - 1em);
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
}
@media (max-width: 500px) {
  .small-acts .act {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
}
.small-acts .name {
  font-size: 1.5em;
  font-weight: 700;
}

.featured-promotion {
  position: relative;
  z-index: 4;
}
.featured-promotion .promotion {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 23.5rem;
}
.featured-promotion .promotion figure {
  -ms-flex-preferred-size: 66.6666%;
      flex-basis: 66.6666%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.featured-promotion .promotion figure .pagelink {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.featured-promotion .promotion figcaption {
  -ms-flex-preferred-size: 33.3333%;
      flex-basis: 33.3333%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-item-align: auto;
      align-self: auto;
  background-color: #e02228;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.featured-promotion .promotion .glance {
  padding: 0 2em;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.featured-promotion .promotion .name {
  font-size: 2em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 100%;
}
.featured-promotion .promotion .figure {
  font-size: 2em;
  font-weight: 700;
  text-transform: uppercase;
}
.featured-promotion .promotion .more {
  display: block;
  padding-top: 1.5em;
}
.featured-promotion .promotion .button {
  color: #fff;
  font-size: 1em;
  padding: 0.35em 2em;
}
.featured-promotion .promotion .button:hover {
  background-color: #fff;
  color: #e02228;
}
.featured-promotion .promotion figcaption {
  background-color: #fff;
  color: #000;
}
.featured-promotion .promotion figcaption .button:hover {
  color: #fff !important;
}
.featured-promotion .promotion figcaption.red {
  border-color: #b40000;
}
.featured-promotion .promotion figcaption.red .name {
  color: #b40000;
}
.featured-promotion .promotion figcaption.red .button {
  color: #b40000;
}
.featured-promotion .promotion figcaption.red .button:hover {
  background-color: #b40000;
}
.featured-promotion .promotion figcaption.blue {
  border-color: #32638e;
}
.featured-promotion .promotion figcaption.blue .name {
  color: #32638e;
}
.featured-promotion .promotion figcaption.blue .button {
  color: #32638e;
}
.featured-promotion .promotion figcaption.blue .button:hover {
  background-color: #32638e;
}
.featured-promotion .promotion figcaption.brown {
  border-color: #a65325;
}
.featured-promotion .promotion figcaption.brown .name {
  color: #a65325;
}
.featured-promotion .promotion figcaption.brown .button {
  color: #a65325;
}
.featured-promotion .promotion figcaption.brown .button:hover {
  background-color: #a65325;
}
.featured-promotion .promotion figcaption.green {
  border-color: #005334;
}
.featured-promotion .promotion figcaption.green .name {
  color: #005334;
}
.featured-promotion .promotion figcaption.green .button {
  color: #005334;
}
.featured-promotion .promotion figcaption.green .button:hover {
  background-color: #005334;
}
.featured-promotion .promotion figcaption.purple {
  border-color: #351c46;
}
.featured-promotion .promotion figcaption.purple .name {
  color: #351c46;
}
.featured-promotion .promotion figcaption.purple .button {
  color: #351c46;
}
.featured-promotion .promotion figcaption.purple .button:hover {
  background-color: #351c46;
}
.featured-promotion .promotion figcaption.black {
  border-color: #000;
}
.featured-promotion .promotion figcaption.black .name {
  color: #000;
}
.featured-promotion .promotion figcaption.black .button {
  color: #000;
}
.featured-promotion .promotion figcaption.black .button:hover {
  background-color: #000;
}
@media only screen and (max-width: 1023px) {
  .featured-promotion .promotion figcaption {
    border-top: 4px solid;
  }
}
@media only screen and (min-width: 1024px) {
  .featured-promotion .promotion figcaption {
    border-left: 4px solid;
  }
}
@media (max-width: 800px) {
  .featured-promotion .promotion {
    height: auto;
  }
  .featured-promotion .promotion figure, .featured-promotion .promotion figcaption {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    height: 50%;
  }
  .featured-promotion .promotion figure {
    height: 44vw;
  }
  .featured-promotion .promotion figcaption {
    padding-top: 1.5em;
  }
  .featured-promotion .promotion figcaption .name {
    font-size: 1.35em;
  }
  .featured-promotion .promotion .more {
    padding: 1em 0 2.5em 0;
  }
  .featured-promotion .promotion .more .button {
    padding: 0.25em 1em;
  }
}
.featured-promotion .promotion, .featured-promotion .top {
  -webkit-transform: translateY(6vw);
      -ms-transform: translateY(6vw);
          transform: translateY(6vw);
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  -o-transition: transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
.featured-promotion.focus .promotion, .featured-promotion.focus .top {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

table.tiers th, table.tiers td {
  padding: 0.25em 0.5em;
}
table.tiers th {
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
table.tiers td {
  border: 1px solid #757779;
  padding: 0.25em 0.5em;
}
table.tiers .description {
  text-align: right;
}
table.tiers .gold, table.tiers .platinum, table.tiers .diamond {
  text-align: center;
  width: 5.5em;
  vertical-align: middle;
}
table.tiers .gold {
  background-color: rgba(255, 215, 0, 0.5);
}
table.tiers .platinum {
  background-color: rgba(229, 228, 226, 0.5);
}
table.tiers .diamond {
  background-color: rgba(185, 242, 255, 0.5);
}

.tier-stuff {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media only screen and (max-width: 1023px) {
  .tier-stuff .half-width {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .tier-stuff .half-width {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
}
.tier-stuff .full-width {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}
.tier-stuff .tier {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 1em;
}
.tier-stuff .tier .description {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tier-stuff .tier .name {
  font-size: 115%;
  text-transform: uppercase;
}
.tier-stuff .tier .points {
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .tier-stuff .tier {
    margin-bottom: 3em;
  }
  .tier-stuff .tier .card-holder {
    margin-bottom: 0.5em;
  }
}
@media only screen and (min-width: 1024px) {
  .tier-stuff .tier {
    margin-bottom: 1em;
  }
  .tier-stuff .tier .description .inside {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.tier-stuff .text-three {
  margin-top: 1em;
}

.table-wrapper {
  max-width: 100%;
  overflow-y: auto;
}

table.benefits {
  width: 100%;
  min-width: 666px;
}
table.benefits .category {
  font-size: 125%;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 0.75em;
}
table.benefits .tier {
  padding-left: 0.25em;
  padding-right: 0.25em;
  text-align: center;
}
table.benefits .preferred, table.benefits .signature {
  background: rgba(0, 0, 0, 0.1);
}
table.benefits .exclusive {
  border-left: 1px solid rgba(0, 0, 0, 0.35);
  border-right: 1px solid rgba(0, 0, 0, 0.35);
}
table.benefits thead .name {
  font-size: 125%;
  font-weight: 700;
  text-transform: uppercase;
}
table.benefits thead .points, table.benefits thead .points-label {
  font-size: 85%;
}
table.benefits tbody td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.35);
}

ul.faq {
  padding-left: 0;
}
ul.faq > li {
  list-style: none;
}
ul.faq .q {
  font-size: 150%;
}
ul.faq .q:before {
  font-weight: 700;
  content: "Q: ";
}
ul.faq .a p:first-child:before {
  font-weight: 700;
  font-size: 150%;
  content: "A: ";
}

.menu-selector {
  margin-top: 1em;
  margin-bottom: 1em;
  text-transform: uppercase;
  font-size: 1.5em;
  text-align: center;
}
.menu-selector a {
  display: inline-block;
  font-weight: 700;
  margin-left: 0.5em;
  margin-right: 0.5em;
  cursor: pointer;
}
.menu-selector a:hover {
  text-decoration: underline;
}
.menu-selector a.active {
  color: #000;
  text-decoration: none;
}

.dining-menus .flex-container {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.dining-menus .full-width {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}
.dining-menus .one-half {
  width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}
.dining-menus .menu-headline {
  padding-top: 2em;
  font-size: 150%;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
}
.dining-menus .menu-item {
  padding: 1em 1em 2em 1em;
}
.dining-menus .menu-item header {
  font-weight: 700;
}
.dining-menus .menu-item header .price {
  float: right;
}

.available-jobs {
  margin-top: 1em;
}
.available-jobs li {
  margin-bottom: 1em;
}
.available-jobs li a {
  font-size: 150%;
}

.job-posting {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media only screen and (min-width: 1024px) {
  .job-posting .job-text {
    -ms-flex-preferred-size: 66%;
        flex-basis: 66%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    padding-right: 4em;
  }
  .job-posting .sidebar {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
}
@media only screen and (max-width: 1023px) {
  .job-posting .job-text {
    margin-bottom: 2em;
  }
}

.jobs-hero figcaption {
  background: rgba(180, 0, 0, 0.7);
  color: white;
  padding: 2rem;
  max-width: 25em;
  margin-top: 260px;
  padding-left: 160px;
}
.jobs-hero figcaption h1 {
  color: currentColor;
  margin-bottom:0;
}

.jobs-content .jobs-intro .jobs-left {
  font-size: 140%;
}
@media (min-width: 769px) {
  .jobs-content .jobs-intro {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .jobs-content .jobs-intro .jobs-left {
    width: 280px;
    -ms-flex-preferred-size: 280px;
        flex-basis: 280px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    padding-right: 2em;
  }
  .jobs-content .jobs-intro .jobs-right {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
}

@media (max-width: 768px) {
  .jobs-boxes {
    margin-bottom: 3rem;
  }
}

.benefits-grid .benefit {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 72px 1rem 1fr;
  grid-template-columns: 72px 1fr;
  gap: 1rem;
}
.benefits-grid .benefit img {
  width: 100%;
}
.benefits-grid .benefit figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 769px) {
  .benefits-grid {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
  }
  .benefits-grid .benefit {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-item-align: auto;
        align-self: auto;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 2em;
  }
  .benefits-grid .benefit img {
    width: 72px;
    -ms-flex-preferred-size: 72px;
        flex-basis: 72px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
  .benefits-grid .benefit figcaption {
    padding-left: 2em;
  }
}
@media (max-width: 768px) {
  .benefits-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .benefits-grid .benefit {
    -ms-grid-columns: 36px 1fr;
    grid-template-columns: 36px 1fr;
  }
}

footer {
  background: #fff;
  position: relative;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(#b40000), to(#e02228));
  background: -o-linear-gradient(#b40000, #e02228);
  background: linear-gradient(#b40000, #e02228);
}
footer .social-media {
  position: absolute;
  top: -1.5rem;
  right: 0;
  left: 0;
  text-align: center;
}
footer .social-media a {
  display: inline-block;
  margin-left: 0.5em;
  height: 3rem;
  width: 3rem;
  position: relative;
  z-index: 5;
  background: #e02228;
  padding: 14px;
  border-radius: 6px;
}
footer .social-media a svg * {
  fill: #fff;
}
footer .social-media a.facebook:hover {
  background: #3B5998;
}
footer .social-media a.twitter:hover {
  background: #55acee;
}
footer .social-media a.youtube:hover {
  background: #ff0000;
}
footer .social-media a.instagram:hover {
  background: #e4405f;
}
footer .social-media a.linkedin:hover {
  background: #0077b5;
}
footer .social-media a.pinterest:hover {
  background: #bd081c;
}
footer .winners-and-subscribe {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  z-index: 2;
  padding-top: 3rem;
  padding-bottom: 1em;
  color: #fff;
}
footer .winners-and-subscribe h4 {
  font-weight: 700;
  color: #fff;
}
footer .winners-and-subscribe .button {
  padding: 0.4em 1.75em;
  color: #fff;
}
footer .winners-and-subscribe .button:hover {
  background: #fff;
  color: #e02228;
}
footer .winners-and-subscribe .winners {
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 1em;
}
@media only screen and (min-width: 1024px) {
  footer .winners-and-subscribe .winners {
    width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
  footer .winners-and-subscribe .winners .winner {
    font-size: 1.35em;
  }
}
@media only screen and (max-width: 1023px) {
  footer .winners-and-subscribe .winners {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 4vw;
    margin-bottom: 20px;
  }
}
footer .winners-and-subscribe .winners .inside {
  color: #fff;
}
footer .winners-and-subscribe .winners .label {
  font-size: 2em;
}
footer .winners-and-subscribe .winners .amount {
  font-size: 2em;
  font-weight: 700;
}
footer .winners-and-subscribe .subscribe .subscribe-options {
  border-bottom: 1px solid #fff;
  display: none;
}
footer .winners-and-subscribe .subscribe .subscribe-options .tooltip {
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
  color: #000;
  opacity: 0;
  padding: 1em;
  pointer-events: none;
  position: absolute;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 100%;
}
footer .winners-and-subscribe .subscribe .subscribe-options .tooltip.visible {
  opacity: 1;
}
footer .winners-and-subscribe .subscribe .subscribe-options .interests {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
footer .winners-and-subscribe .subscribe .subscribe-options .interests label {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  padding-bottom: 1em;
  position: relative;
}
footer .winners-and-subscribe .subscribe .subscribe-options .interests label .tooltip-icon {
  cursor: pointer;
  display: inline-block;
  height: 1em;
  width: 1em;
}
footer .winners-and-subscribe .subscribe .subscribe-options .location {
  margin-top: 1em;
}
footer .winners-and-subscribe .subscribe .subscribe-options .location label {
  display: block;
  padding-bottom: 1em;
}
@media only screen and (min-width: 1024px) {
  footer .winners-and-subscribe .subscribe {
    width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
  footer .winners-and-subscribe .subscribe .inside {
    padding: 1rem 1rem 1em 2rem;
  }
}
@media only screen and (max-width: 1023px) {
  footer .winners-and-subscribe .subscribe {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    font-size: 4vw;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 2em;
  }
}
footer .winners-and-subscribe .subscribe input[type=email], footer .winners-and-subscribe .subscribe .myadvantage-number {
  width: 100%;
  padding: 0.75em 1em;
  font-size: 1em;
  border: none;
}
footer .winners-and-subscribe .subscribe .myadvantage-number {
  display: none;
  margin: 1em 0;
}
footer .winners-and-subscribe .subscribe .input-holder, footer .winners-and-subscribe .subscribe .button-holder {
  padding-top: 1em;
}
footer .bottom-row {
  border-top: 1px solid #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
footer .bottom-row .links {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .bottom-row a {
  color: #fff;
  line-height: 300%;
  text-transform: uppercase;
}
footer .bottom-row svg, footer .bottom-row img {
  width: 3rem;
  float: left;
  margin-right: 0.5rem;
  display: block;
}
footer .bottom-row span {
  display: inline-block;
}
@media only screen and (max-width: 1023px) {
  footer .bottom-row {
    font-size: 3.2vw;
  }
  footer .bottom-row svg, footer .bottom-row img {
    display: none;
  }
  footer .bottom-row a {
    padding-left: 1em;
    padding-right: 1em;
  }
}
footer .bottom-row .gambling-addiction-help {
  text-align: center;
  padding-top: 0.5em;
  color: #fff;
  font-size: 85%;
}
@media (min-width: 1351px) {
  footer .winners .inside {
    max-width: 630px;
    margin-left: auto;
  }
  footer .subscribe .inside {
    max-width: 630px;
    margin-right: auto;
  }
}
@media (max-width: 1350px) {
  footer {
    font-size: 1.4vw;
  }
  footer .winners .inside {
    padding-left: 1em;
  }
  footer .subscribe .inside {
    padding-right: 1em;
  }
}
@media (max-width: 770px) {
  footer .links {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
  footer .social-media {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .boxes, .act, .top, .photo-carousel, .promotion, .book-box, .slick-details {
    -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }

  .featured-entertainment figcaption, .featured-promotion figcaption {
    -ms-flex-preferred-size: 32% !important;
        flex-basis: 32% !important;
  }
}
/*# sourceMappingURL=avi.css.map */