/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after {
    clear: both; }

@font-face {
  font-family: 'Maison Neue';
  font-weight: normal;
  font-style: normal;
  src: url("fonts/maisonneue-medium.woff") format("woff"), url("fonts/maisonneue-medium.woff2") format("woff2"); }

/*! Flickity v2.0.9
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

html, body {
  height: 100%; }

body {
  margin: 0;
  font-family: 'Maison Neue';
  font-size: 16px;
  letter-spacing: .5px;
  line-height: 19px;
  text-align: center;
  background-color: #d2d2d2;
  color: #000;
  opacity: 0;
  transition: opacity .3s ease; }
  body.loaded {
    opacity: 1; }
  body.nav-open {
    overflow: hidden; }

.container {
  height: 100%; }

:link,
:visited {
  color: #000;
  text-decoration: none; }
  :link:hover, :link:active,
  :visited:hover,
  :visited:active {
    color: #000; }

::-moz-selection {
  background: #000000;
  color: #d2d2d2; }

::selection {
  background: #000000;
  color: #d2d2d2; }

.hfxrd__wrapper {
  width: 1px;
  min-width: 100%;
  margin: 0 auto;
  max-height: 100%;
  overflow-y: auto;
  padding: 0 25px 25px; }
  @media only screen and (min-width: 768px) {
    .hfxrd__wrapper {
      padding: 0 40px 60px; } }
.hfxrd__content {
  transition: opacity .3s ease; }
  .hfxrd__content--wide {
    max-width: 610px; }
  .loading .hfxrd__content {
    opacity: 0.1;
    pointer-events: none; }

.hfxrd__h1 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 25px;
  letter-spacing: 1px;
  line-height: 30px;
  margin: 0 0 40px;
  color: #000000; }
  @media only screen and (min-width: 768px) {
    .hfxrd__h1 {
      margin: 0 0 50px; } }
.hfxrd__h1-sub {
  display: block;
  font-size: 83.3332%; }

.hfxrd__header {
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 22px;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
  margin: 0 0 30px; }
  @media only screen and (min-width: 768px) {
    .hfxrd__header {
      margin: 0 0 58px; } }
.hfxrd__subheader {
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 22px;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
  margin: 30px 0 18px; }
  @media only screen and (min-width: 768px) {
    .hfxrd__subheader {
      margin: 60px 0 22px; } }
.hfxrd__important, .hfxrd__complete-title, .hfxrd__complete-ref {
  font-size: 16px;
  letter-spacing: 0.05rem;
  line-height: 25px;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  text-rendering: optimizelegibility;
  margin: 0 0 20px; }
  @media only screen and (min-width: 768px) {
    .hfxrd__important, .hfxrd__complete-title, .hfxrd__complete-ref {
      margin: 0 0 40px; } }
.hfxrd__notes {
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 19px;
  color: #000;
  max-width: 460px;
  margin: 30px auto; }
  @media only screen and (min-width: 768px) {
    .hfxrd__notes {
      margin: 50px auto; } }
  .hfxrd__notes--leavetime {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 22px;
    text-transform: uppercase;
    text-align: center; }
  .hfxrd__notes.hidden {
    display: none; }
  .hfxrd__notes--wide {
    max-width: 100%;
    text-align: left; }
  .hfxrd__notes div {
    border-top: 1px solid;
    padding: 20px 0; }
    .hfxrd__notes div:last-child {
      border-bottom: 1px solid; }

.hfxrd__rd-errors {
  color: #D81212;
  padding-top: 8px; }
  @media only screen and (min-width: 768px) {
    .hfxrd__rd-errors {
      padding-top: 10px; } }
.hfxrd__terms {
  text-align: center; }

.hfxrd__terms-body {
  font-size: 16px;
  letter-spacing: .5px;
  line-height: 19px; }

.hfxrd__complete-title, .hfxrd__complete-notes, .hfxrd__complete-ref {
  text-align: center; }

.hfxrd__complete-ref {
  padding: 9px 0 7px;
  border: 1px solid #727273;
  max-width: 160px;
  margin: 50px auto; }

.hfxrd__loading-text {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 22px;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal; }
  .loading .hfxrd__loading-text {
    display: flex;
    align-items: center;
    justify-content: center; }

.conf {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  text-align: center; }
  .conf h2 {
    font-family: 'Montefiore';
    text-transform: uppercase;
    margin: 30px 0; }

.conf input,
.conf textarea {
  width: 100%; }

.no-availability .flickity-viewport {
  pointer-events: none;
  opacity: 0.5; }

.hfxrd__progress {
  height: 8px;
  background-color: #d2d2d2;
  border: 1px solid #000000;
  margin: 40px -25px 60px;
  position: -webkit-sticky;
  top: 0;
  z-index: 1; }
  @media only screen and (min-width: 768px) {
    .hfxrd__progress {
      width: 100%;
      margin: 40px 0 73px; } }
  .hfxrd__progress.bar-step0 {
    display: none; }

.hfxrd__progress-bar {
  width: 0;
  height: 100%;
  background-color: #000000;
  transition: width .4s ease; }
  .bar-step1 .hfxrd__progress-bar {
    width: 16.6666666667%; }
  .bar-step2 .hfxrd__progress-bar {
    width: 33.3333333333%; }
  .bar-step3 .hfxrd__progress-bar {
    width: 50%; }
  .bar-step4 .hfxrd__progress-bar {
    width: 66.6666666667%; }
  .bar-step5 .hfxrd__progress-bar {
    width: 83.3333333333%; }
  .bar-step6 .hfxrd__progress-bar {
    width: 100%; }

.hfxrd__widget-label, .hfxrd__widget-radio {
  font-size: 16px;
  letter-spacing: .5px;
  line-height: 19px;
  font-weight: normal;
  margin: 0 0 10px;
  padding: 0;
  display: block;
  text-align: left; }
  .hfxrd__widget-label--radio, .hfxrd__widget-radio--radio {
    padding: 0;
    margin: 36px 0 7px; }
  .hfxrd__widget-label--textarea, .hfxrd__widget-radio--textarea {
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 19px;
    text-transform: none;
    text-align: center;
    margin: 18px 0 26px; }

.hfxrd__continue {
  display: flex;
  justify-content: space-between;
  max-width: 360px;
  margin: 0 auto; }
  .hfxrd__continue--wide {
    max-width: 100%; }

.hfxrd__button {
  font-size: 13px;
  letter-spacing: 3.5px;
  line-height: 17px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  border: 0 none;
  background-color: #000000;
  padding: 11px 12px 10px;
  color: #d2d2d2;
  width: 100%;
  max-width: 240px;
  margin: 50px auto 20px;
  border-radius: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative; }
  .hfxrd__button--half {
    max-width: calc((100% / 2) - 20px);
    margin-right: 0; }
    .hfxrd__button--half-back {
      margin-right: auto;
      margin-left: 0;
      color: #000;
      background-color: #d2d2d2;
      border: 1px solid #000; }
  .hfxrd__button--wide {
    max-width: 100%; }
  .hfxrd__button--inline {
    margin: 0 auto 20px;
    max-width: 100%;
    color: #000;
    background-color: #d2d2d2;
    border: 1px solid #000; }
  .hfxrd__button:disabled {
    opacity: 0.5;
    pointer-events: none; }
    .working .hfxrd__button:disabled {
      opacity: 1; }
  .working .hfxrd__button.button-load:disabled {
    opacity: 1; }
  .hfxrd__button.button-load:before {
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    position: absolute;
    background: #858585;
    transition: width .5s ease-in; }
    .working .hfxrd__button.button-load:before {
      width: 70%;
      transition: width 2s ease-out; }
    .done .hfxrd__button.button-load:before {
      width: 100%;
      transition: width .3s ease-in; }
  .hfxrd__button.button-load span {
    position: relative;
    z-index: 1; }
  @media only screen and (min-width: 768px) {
    .hfxrd__button {
      transition: all 0.3s ease; }
      .hfxrd__button:link, .hfxrd__button:visited {
        transition: all 0.3s ease; }
        .hfxrd__button:link:hover, .hfxrd__button:visited:hover {
          color: #000;
          background-color: #d2d2d2; }
      .hfxrd__button:hover {
        opacity: 0.8; } }
.hfxrd__select-wrap {
  margin: 4px 0 20px;
  display: block;
  position: relative; }
  .hfxrd__select-wrap:before {
    display: block;
    content: "";
    width: 14.2857142857%;
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    border-left: 1px solid #727273;
    pointer-events: none;
    text-align: center;
    box-sizing: border-box; }
  .hfxrd__select-wrap:after {
    display: block;
    content: "\2794";
    pointer-events: none;
    font-family: Wingdings, 'Zapf Dingbats', sans-serif;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 13px;
    width: 14.2857142857%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: 50%;
            transform-origin: 50%; }
  @media only screen and (min-width: 768px) {
    .hfxrd__select-wrap:hover:before {
      background-color: #727273; }
    .hfxrd__select-wrap:hover:after {
      color: #d2d2d2; } }
.hfxrd__field-wrap {
  position: relative;
  max-width: 400px;
  margin: 0 auto 20px; }
  .hfxrd__field-wrap--wide {
    max-width: 100%; }

.hfxrd__label {
  font-size: 16px;
  letter-spacing: .5px;
  line-height: 19px;
  font-weight: normal;
  display: block;
  margin-bottom: 4px;
  text-align: left; }
  .hfxrd__label--radio {
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 19px;
    text-transform: none;
    display: flex; }
    .hfxrd__label--radio:before {
      content: "";
      display: block;
      width: 20px;
      min-width: 20px;
      height: 20px;
      border: 1px solid #000000;
      border-radius: 50%;
      margin: 0 20px 0 0; }
  .hfxrd__label--no-pad {
    margin-bottom: 0; }
  .hfxrd__label--error {
    color: #D81212; }

.hfxrd__fields {
  display: flex; }

.hfxrd__field, .hfxrd__textarea {
  font-family: 'Maison Neue';
  font-size: 16px;
  letter-spacing: .5px;
  line-height: 16px;
  text-transform: none;
  color: #000;
  padding: 11px 12px 10px;
  display: block;
  width: 100%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #979797;
  border-radius: 0; }
  .hfxrd__field--phone-code, .hfxrd__textarea--phone-code {
    width: 75px;
    border-right: 0 none;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .hfxrd__field--phone-code, .hfxrd__textarea--phone-code {
        width: 80px; } }
  .hfxrd__field--error, .hfxrd__textarea--error {
    color: #000;
    border-color: #D81212; }

.hfxrd__textarea {
  height: 100%;
  max-width: 400px;
  margin: 0 auto; }

.hfxrd__field-notes {
  font-size: 16px;
  letter-spacing: .5px;
  line-height: 19px;
  color: #000;
  margin: 7px 0 18px; }
  @media only screen and (min-width: 768px) {
    .hfxrd__field-notes {
      margin: 20px 0 30px; } }
.hfxrd__radio-set {
  display: inline-block;
  position: relative;
  margin: 0 auto 10px;
  width: 100%;
  max-width: 400px; }
  .hfxrd__radio-set--wide {
    max-width: 100%; }

.hfxrd__radio {
  opacity: 0;
  position: absolute;
  top: 0; }

.hfxrd__fieldset {
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
  max-width: 400px;
  margin: 0 auto; }

.hfxrd__fieldset-item {
  width: calc((100% - 15px) / 2); }

.hfxrd__radio:checked + .hfxrd__label--radio:before {
  background: #000000 no-repeat center/80% url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 10'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%23d2d2d2' stroke-width='2' d='M1 5l4.132 3L11 1'/%3E%3C/svg%3E"); }

.continue {
  text-align: right; }
  .continue__button {
    border: 1px solid;
    background-color: transparent;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 18px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    color: #000;
    padding: 22px 0 20px;
    width: 100%;
    display: block;
    margin: 40px auto 0;
    border-radius: 0; }
    .continue__button:disabled {
      opacity: 0.5;
      pointer-events: none; }
    @media only screen and (min-width: 768px) {
      .continue__button {
        width: 50%;
        margin-right: 0;
        transition: all 0.3s ease; }
        .continue__button:link, .continue__button:visited {
          color: #d2d2d2; }
        .continue__button:hover, .continue__button:active {
          background-color: #485448;
          color: #000;
          transition-duration: 0s; }
        .continue__button--disabled:hover, .continue__button--disabled:active {
          background-color: transparent;
          color: #000; } }
.form-complete.working,
.form-continue.working,
#tokenForm.working {
  pointer-events: none; }
  .form-complete.working .hfxrd__button:disabled,
  .form-continue.working .hfxrd__button:disabled,
  #tokenForm.working .hfxrd__button:disabled {
    opacity: 1; }

.start-page {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  padding: 40px 0; }
  @media only screen and (min-width: 768px) {
    .start-page {
      padding: 80px 0; } }
  .start-page__footer {
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 18px;
    max-width: 560px;
    margin: 0 auto;
    color: #727273; }
    @media only screen and (min-width: 768px) {
      .start-page__footer {
        margin: 0 auto; } }
    .start-page__footer span {
      display: block;
      text-transform: uppercase; }
    .start-page__footer p {
      font-size: 12px;
      letter-spacing: 1.5px;
      line-height: 16px;
      text-transform: uppercase;
      margin: 13px 0 0; }
    .start-page__footer :link,
    .start-page__footer :visited {
      color: #727273;
      white-space: nowrap;
      text-decoration: underline; }
      .start-page__footer :link:hover, .start-page__footer :link:active,
      .start-page__footer :visited:hover,
      .start-page__footer :visited:active {
        color: #000; }
  .start-page .hfxrd__button {
    font-size: 17px; }

.calendar-page {
  max-width: 560px;
  margin: 0 auto; }
  .calendar-page .hfxrd__button {
    max-width: 100%; }

.hfxrd__guest-select, .hfxrd__service-select {
  font-size: 13px;
  letter-spacing: 3.5px;
  line-height: 17px;
  font-weight: normal;
  color: #000;
  padding: 11px 12px 10px;
  width: 100%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #979797;
  border-radius: 0;
  display: block;
  width: 100%;
  cursor: pointer; }

.guest-picker__select {
  width: 100%;
  max-width: 600px;
  margin: 30px auto 0;
  display: block; }

.cal {
  margin-bottom: 20px; }
  .cal__inner {
    opacity: 0; }
    .cal__inner.flickity-enabled {
      opacity: 1; }

.cal__month {
  width: 100%;
  margin: 0 20px;
  will-change: transform; }
  .cal__month table {
    width: 100%;
    max-width: 600px;
    margin: 0 auto; }
    .cal__month table th,
    .cal__month table td {
      border: 1px solid #979797;
      width: calc(100% / 7);
      text-align: center;
      vertical-align: middle;
      padding: 0;
      height: 40px;
      position: relative; }
      .cal__month table th a,
      .cal__month table th span,
      .cal__month table td a,
      .cal__month table td span {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 100%; }
        .cal__month table th a.closed,
        .cal__month table th span.closed,
        .cal__month table td a.closed,
        .cal__month table td span.closed {
          position: absolute;
          top: 0;
          opacity: 0;
          background-color: #727273;
          color: #d2d2d2;
          font-size: 12px;
          letter-spacing: 1.12px;
          line-height: 14px;
          text-transform: uppercase; }
          @media only screen and (min-width: 768px) {
            .cal__month table th a.closed:hover,
            .cal__month table th span.closed:hover,
            .cal__month table td a.closed:hover,
            .cal__month table td span.closed:hover {
              opacity: 1; } }
          .cal-unselectable .cal__month table th a.closed, .cal-unselectable .cal__month table th span.closed, .cal-unselectable .cal__month table td a.closed, .cal-unselectable .cal__month table td span.closed {
            pointer-events: none; }
      .cal__month table th span,
      .cal__month table td span {
        cursor: default; }
      .cal__month table th a:link:hover, .cal__month table th a:visited:hover,
      .cal__month table td a:link:hover,
      .cal__month table td a:visited:hover {
        color: #d2d2d2;
        background-color: #000000; }
      .cal__month table th a.selected:link, .cal__month table th a.selected:visited,
      .cal__month table td a.selected:link,
      .cal__month table td a.selected:visited {
        color: #d2d2d2;
        background-color: #000000; }
    .cal__month table th {
      font-size: 13px;
      letter-spacing: 3.5px;
      line-height: 17px;
      font-weight: normal; }
      @media only screen and (min-width: 768px) {
        .cal__month table th {
          font-size: 15px;
          letter-spacing: 4.04px; } }
      .cal__month table th.no-left-border {
        border-left: 0 none; }
      .cal__month table th.no-right-border {
        border-right: 0 none; }
    .cal__month table td span {
      color: #727273; }
    .cal__month table thead tr:last-child th {
      font-size: 13px;
      letter-spacing: 3.5px;
      line-height: 17px;
      font-weight: normal; }
  .cal__month select {
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 0 auto 15px; }
  .cal__month .cal-prev-next {
    cursor: pointer;
    font-size: 14px; }
    @media only screen and (min-width: 768px) {
      .cal__month .cal-prev-next {
        transition: color 0.3s ease; }
        .cal__month .cal-prev-next:hover {
          transition-duration: 0;
          color: #d2d2d2;
          background-color: #727273; } }
  .cal__month .cal-prev {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1); }

.time-slots {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 16px; }
  .time-slots form {
    width: 100%;
    margin: 0 auto; }

.time-slots {
  max-width: 600px;
  width: 100%;
  margin: 0 auto 10px;
  display: block;
  overflow: hidden;
  min-height: 40px; }
  .time-slots dt,
  .time-slots dd {
    text-align: center;
    float: left;
    border-right: 1px solid #979797;
    border-bottom: 1px solid #979797;
    height: 40px;
    position: relative; }
    .time-slots dt:nth-child(-n+6),
    .time-slots dd:nth-child(-n+6) {
      border-top: 1px solid #979797; }
    .time-slots dt a:link:hover, .time-slots dt a:visited:hover,
    .time-slots dd a:link:hover,
    .time-slots dd a:visited:hover {
      color: #d2d2d2;
      background-color: #000000; }
    .time-slots dt a.selected:link, .time-slots dt a.selected:visited,
    .time-slots dd a.selected:link,
    .time-slots dd a.selected:visited {
      color: #d2d2d2;
      background-color: #000000; }
    .time-slots dt a,
    .time-slots dt span,
    .time-slots dd a,
    .time-slots dd span {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      width: 100%; }
  .time-slots dt {
    text-transform: uppercase;
    border-left: 1px solid #979797;
    border-bottom: 0 none;
    clear: left;
    overflow: hidden;
    font-size: 13px;
    letter-spacing: 3.5px;
    line-height: 17px;
    font-weight: normal;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .time-slots dt {
        width: 28.5714285714%;
        border-bottom: 1px solid #979797;
        border-right: 0 none; } }
  .time-slots dd {
    font-size: 13px;
    letter-spacing: 3.5px;
    line-height: 17px;
    font-weight: normal;
    width: 20%; }
    .time-slots dd:nth-of-type(5n+1) {
      border-left: 1px solid #979797; }
    @media only screen and (max-width: 767px) {
      .time-slots dd.l1 {
        width: 100%; }
      .time-slots dd.l2 {
        width: 50%; }
      .time-slots dd.l3 {
        width: 33.3333333333%; }
      .time-slots dd.l4 {
        width: 25%; } }
    @media only screen and (min-width: 768px) {
      .time-slots dd {
        width: 14.2857142857%; }
        .time-slots dd:first-of-type {
          border-left: 1px solid #979797; }
        .time-slots dd:nth-of-type(5n+6) {
          margin-left: 28.5714285714%;
          border-left: 1px solid #979797; } }
    .time-slots dd.double {
      width: 28.5714285714%;
      text-transform: uppercase;
      font-size: 11px;
      letter-spacing: 0px;
      line-height: 12px;
      color: #727273; }
      .time-slots dd.double:only-of-type {
        width: 100%; }
      @media only screen and (min-width: 768px) {
        .time-slots dd.double {
          font-size: 12px;
          letter-spacing: 1.2px; }
          .time-slots dd.double:only-of-type {
            width: 14.2857142857%; } }
      .time-slots dd.double span {
        padding: 16px 0 15px; }

.time-slots--single-sitting dt {
  display: none; }

.time-slots--single-sitting dd:nth-child(-n+8) {
  border-top: 1px solid #979797; }

.time-slots--single-sitting dd:nth-of-type(5n+6) {
  margin-left: 0;
  border-left: 0 none; }

.time-slots--single-sitting dd:nth-of-type(7n+8) {
  border-left: 1px solid #979797; }

.cross-link {
  position: relative; }

.extra-link-button {
  display: block;
  border: 1px solid #000;
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
  letter-spacing: 1.5px;
  line-height: 17px;
  padding: 11px 12px 10px;
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .extra-link-button:hover {
      background-color: #000;
      color: #d2d2d2; } }
.cross-restaurant {
  padding-top: 20px;
  margin-bottom: 40px; }

.cross-restaurant > label {
  margin-bottom: 20px; }

.cross-restaurant > label svg {
  display: inline-block;
  vertical-align: middle;
  width: var(--svgWidth);
  height: var(--svgHeight); }

.cross-restaurant-modal {
  text-decoration: underline; }
  @media only screen and (min-width: 768px) {
    .cross-restaurant-modal {
      cursor: pointer; } }
.confirmation-page {
  max-width: 560px;
  margin: 0 auto; }

.promos {
  text-align: left;
  margin-bottom: 60px; }
  @media only screen and (min-width: 768px) {
    .promos {
      margin-bottom: 160px; } }
  .promos__promo {
    border-bottom: 1px solid #979797; }
  .promos .hfxrd__widget-label {
    margin-bottom: 25px; }
  .promos__label {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    position: relative; }
  .promos__title, .promos__price {
    font-size: 16px;
    letter-spacing: 1.76px;
    line-height: 20px;
    text-transform: uppercase; }
    @media only screen and (min-width: 768px) {
      .promos__title, .promos__price {
        font-size: 18px;
        letter-spacing: 2px;
        line-height: 20px; } }
  .promos__title {
    width: 80%; }
    .promos__title:before {
      width: 16px;
      min-width: 16px;
      height: 16px; }
      @media only screen and (min-width: 768px) {
        .promos__title:before {
          width: 20px;
          min-width: 20px;
          height: 20px; } }
  .promos__price {
    margin: 0 0 0 auto;
    padding-left: 7px;
    width: 20%;
    text-align: right; }
  .promos__description {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 20px;
    padding-top: 10px;
    width: 100%;
    display: none; }
    @media only screen and (min-width: 768px) {
      .promos__description {
        font-size: 16px;
        letter-spacing: 1.4px;
        line-height: 22px;
        padding-left: 40px; } }
  .promos__checkbox:checked ~ .promos__description {
    display: block; }
  .promos__checkbox:checked ~ .promos__title {
    color: #95804E; }

.details-page {
  max-width: 560px;
  margin: 0 auto; }

.card-page {
  max-width: 560px;
  margin: 0 auto; }

.complete-page {
  max-width: 480px;
  margin: 0 auto; }
  .complete-page .hfxrd__notes {
    color: #000; }

.hfxrd__complete {
  width: 100%;
  text-align: left;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 30px 0px; }
  @media only screen and (min-width: 768px) {
    .hfxrd__complete {
      width: calc(100% + 80px);
      margin: 58px -40px; } }
  .hfxrd__complete th {
    padding: 12px 0;
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 19px;
    font-weight: normal;
    width: 25%; }
    @media only screen and (min-width: 768px) {
      .hfxrd__complete th {
        width: 20%; } }
  .hfxrd__complete td {
    padding: 14px 0;
    width: 5%;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 18px; }
    @media only screen and (min-width: 768px) {
      .hfxrd__complete td {
        width: 20%;
        font-size: 16px;
        letter-spacing: 1px; } }
    .hfxrd__complete td:last-child {
      width: 60%; }

.widget__close {
  width: 40px;
  height: 40px;
  border: 0 none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 12px;
  letter-spacing: 4px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: normal;
  outline: none; }

.widget__close svg {
  display: block; }

.widget__close svg * {
  fill: #95804E; }

.superwidget-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.45); }

.superwidget-modal__container {
  background-color: #fff;
  width: 100%;
  max-width: 720px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  padding: 40px;
  position: relative; }

.superwidget-modal iframe {
  width: 100%;
  height: 100%;
  display: block; }

@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes mmfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes mmfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%); } }

@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%); } }

.superwidget-modal {
  display: none; }

.superwidget-modal.is-open {
  display: block; }

.superwidget-modal[aria-hidden="false"] .superwidget-modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.superwidget-modal[aria-hidden="false"] .superwidget-modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.superwidget-modal[aria-hidden="true"] .superwidget-modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.superwidget-modal[aria-hidden="true"] .superwidget-modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.superwidget-modal .modal__container,
.superwidget-modal .modal__overlay {
  will-change: transform; }

.superwidget-modal__close {
  width: 40px;
  height: 40px;
  border: 0 none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  padding: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  letter-spacing: 4px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: normal;
  outline: none; }

.superwidget-modal__close svg {
  display: block; }

.superwidget-modal__close svg * {
  fill: #95804E; }

.superwidget-modal__h1 {
  font-size: 34px;
  line-height: 36px;
  font-weight: normal;
  margin: 0 0 34px; }

.superwidget-modal__img {
  width: 100%;
  margin: 0 0 34px; }
