/* ==========================================================================
    RESET - desktop
   ========================================================================== */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
/* line 6, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_reset.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

/* line 6, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

/* line 6, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_reset.scss */
body {
  line-height: 1; }

/* line 6, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_reset.scss */
ol, ul {
  list-style: none; }

/* line 6, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_reset.scss */
blockquote, q {
  quotes: none; }

/* line 6, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_reset.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

/* line 6, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/vendor/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
/* line 19, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/vendor/_normalize.scss */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 32, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/vendor/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 52, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/vendor/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 65, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/vendor/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 75, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/vendor/_normalize.scss */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 87, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/vendor/_normalize.scss */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 95, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/vendor/_normalize.scss */



/**
 *  Added for ADA/accessibility reasons.
 */
/*

// Original code
a:active,
a:hover {
  outline: 0; }



a:focus
{
   border-bottom: solid 1px;
}
*/


/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 107, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/vendor/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 115, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/vendor/_normalize.scss */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 124, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/vendor/_normalize.scss */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 133, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/vendor/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
/* line 142, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/vendor/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 151, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/vendor/_normalize.scss */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 159, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/vendor/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 167, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/vendor/_normalize.scss */
sup {
  top: -0.5em; }

/* line 171, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/vendor/_normalize.scss */
sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 182, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/vendor/_normalize.scss */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 190, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/vendor/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 201, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/vendor/_normalize.scss */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
/* line 209, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/vendor/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
/* line 219, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/vendor/_normalize.scss */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 227, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/vendor/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 250, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/vendor/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 264, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/vendor/_normalize.scss */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 275, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/vendor/_normalize.scss */
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.
 */
/* line 288, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/vendor/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
/* line 300, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/vendor/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 309, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/vendor/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 320, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/vendor/_normalize.scss */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 332, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/vendor/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 344, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/vendor/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 355, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/vendor/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 368, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/vendor/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
/* line 377, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/vendor/_normalize.scss */
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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 388, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/vendor/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 397, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/vendor/_normalize.scss */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 406, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/vendor/_normalize.scss */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 417, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/vendor/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 422, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/vendor/_normalize.scss */
td,
th {
  padding: 0; }

/* ==========================================================================
    VARS
   ========================================================================== */
@font-face {
  font-family: 'icomoon';
  src: url("../icons/icomoon.eot");
  src: url("../icons/icomoon.eot?#iefix") format("embedded-opentype"), url("../icons/icomoon.svg#icomoon") format("svg"), url("../icons/icomoon.woff") format("woff"), url("../icons/icomoon.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/* line 13, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_icons.scss */
[data-icon], .icon {
  font-family: 'icomoon';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
/* line 31, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_icons.scss */
.icon-social-twitter, .social-twitter:before, .icon-social-pinterest, .social-pinterest:before, .icon-social-instagram, .social-instagram:before, .icon-social-enewsletter, .social-enewsletter:before, .icon-social-facebook, .social-facebook:before, .icon-social-facebook-inverted, .icon-arrow-thin, .head-more:before, .picker-nav--prev:before,
.picker-nav--next:before, .content-accordion .accordion-item-title:before, .content-navigation.content-navigation-accordion li.accordion-item:before, .icon-arrow, .text-submit-wrapper button:before, .icon-menu, .icon-exit, .modal-close:before, .icon-expand, .image-expand:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 43, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_icons.scss */
.icon-social-twitter, .social-twitter:before {
  content: "\e900"; }

/* line 47, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_icons.scss */
.icon-social-pinterest, .social-pinterest:before {
  content: "\e901"; }

/* line 51, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_icons.scss */
.icon-social-instagram, .social-instagram:before {
  content: "\e902"; }

/* line 55, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_icons.scss */
.icon-social-enewsletter, .social-enewsletter:before {
  content: "\e903"; }

/* line 59, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_icons.scss */
.icon-social-facebook, .social-facebook:before {
  content: "\e904"; }

/* line 63, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_icons.scss */
.icon-social-facebook-inverted {
  content: "\e602"; }

/* line 68, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_icons.scss */
.icon-arrow-thin, .head-more:before, .picker-nav--prev:before,
.picker-nav--next:before, .content-accordion .accordion-item-title:before, .content-navigation.content-navigation-accordion li.accordion-item:before {
  content: "\e600"; }

/* line 72, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_icons.scss */
.icon-arrow, .text-submit-wrapper button:before {
  content: "\e601"; }

/* line 76, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_icons.scss */
.icon-menu {
  content: "\e603"; }

/* line 80, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_icons.scss */
.icon-exit, .modal-close:before {
  content: "\e604"; }

/* line 84, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_icons.scss */
.icon-expand, .image-expand:before {
  content: "\e605"; }

/* ==========================================================================
		MIXINS
	 ========================================================================== */
/* line 141, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_util.scss */
.clearfix:after, .wrapper:after, .container:after, .content-imagegrid:after {
  content: "";
  display: table;
  clear: both; }

/* ==========================================================================
	 KEYFRAME ANIMATIONS
========================================================================== */
@-webkit-keyframes fade-out-in {
  5% {
    opacity: 1; }
  50% {
    opacity: 0; }
  95% {
    opacity: 1; } }

@-moz-keyframes fade-out-in {
  5% {
    opacity: 1; }
  50% {
    opacity: 0; }
  95% {
    opacity: 1; } }

@-ms-keyframes fade-out-in {
  /* line 153, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_util.scss */
  5% {
    opacity: 1; }
  /* line 156, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_util.scss */
  50% {
    opacity: 0; }
  /* line 159, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_util.scss */
  95% {
    opacity: 1; } }

@keyframes fade-out-in {
  5% {
    opacity: 1; }
  50% {
    opacity: 0; }
  95% {
    opacity: 1; } }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes rotation {
  /* line 167, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_util.scss */
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  /* line 168, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_util.scss */
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* ==========================================================================
    BROWSER TWEAKS
   ========================================================================== */
/* line 6, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_browser-tweaks.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 10, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_browser-tweaks.scss */
input[type="search"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box;
  -webkit-appearance: none; }

/* line 18, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_browser-tweaks.scss */
a, .btn, button, input, select, textarea {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

/* line 23, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_browser-tweaks.scss */
/* Removing for ADA/accessibility

* {
  outline: 0; }

  **/

/* IE 10 Overrides */
/* line 30, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_browser-tweaks.scss */
*::-ms-clear {
  display: none; }

/* line 35, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_browser-tweaks.scss */
body {
  -ms-overflow-style: scrollbar !important; }

/* line 40, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_browser-tweaks.scss */
input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

/* line 43, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_browser-tweaks.scss */
select {
  border-radius: 0; }

/* line 46, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_browser-tweaks.scss */
textarea {
  resize: none; }

/* line 49, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_browser-tweaks.scss */
input[type=submit] {
  cursor: pointer; }

/* Mobile Overrides */
/* line 54, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_browser-tweaks.scss */
* {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none; }

/* line 61, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_browser-tweaks.scss */
.touch *:not(input):not(textarea):not(select):not(object):not(embed):not(iframe):not(video):not(audio) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* ==========================================================================
	GLOBAL
   ========================================================================== */
/* line 5, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
* {
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 9, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
body,
html {
  position: relative;
  height: 100%; }

/* line 15, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
html.full-menu {
  overflow: hidden; }
  /* line 17, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
  html.full-menu body {
    overflow: hidden;
    width: 100%; }

/* line 23, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
body {
  /**
   *  Changing for accessibility/ADA compliance
   *  color: #878787;
   */
  color: rgba(118,118,118,1);
  background-color: #fff;
  font: 1rem "Chronicle Text G1", "Chronicle Text G1 A", "Chronicle Text G1 B", serif;
  min-width: 768px;
  padding: 205px 0 0; }
  /* line 35, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
  body.page-home {
    padding: 0; }
  @media (min-width: 1000px) {
    /* line 23, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
    body {
      min-width: 1000px;
      overflow-x: hidden; } }

/* line 44, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
a {
  text-decoration: none;
  color: #a62037;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  /* line 47, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
  a:hover {
    color: #a25a06; }
  /* line 50, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
  a:active {
    color: #a25a06; }
/**
 *  Added for ADA/accessibility reasons.
 */
a:focus
{
	color: #a25a06;
}

/* line 55, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
button {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }



/* line 63, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

/* line 68, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
hr {
  border: 0;
  height: 1px;
  margin: 10px 0;
  background-color: #d7d9dc;
  background-image: -webkit-linear-gradient(left, #d7d9dc 35%, rgba(255, 255, 255, 0) 0%);
  background-image: linear-gradient(to right,#d7d9dc 35%, rgba(255, 255, 255, 0) 0%);
  background-color: transparent;
  background-position: bottom;
  background-size: 7px 1px;
  background-repeat: repeat-x; }
  /* line 134, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_util.scss */
  .lt-ie10 hr {
    border-bottom: 1px dotted #d7d9dc; }

/* line 74, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
em, i {
  font-style: italic; }

/* line 77, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
u {
  text-decoration: underline; }

/* line 80, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
::selection {
  background: #878787;
  color: #fff; }

/* line 84, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
::-moz-selection {
  background: #878787;
  color: #fff; }

/* line 88, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
.wrapper {
  position: relative; }

/* line 92, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
.container {
  margin: 0 auto;
  position: relative;
  padding: 0 40px;
  max-width: 1080px; }

/* line 103, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
.btn {
  background-color: #a62037;
  border: 0;
  color: #ffffff !important;
  display: block;
  font: 600 1rem/2.5 "colfax-web", sans-serif;
  height: 40px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 250px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }
  /* line 116, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
  .btn:hover, a.btn:hover {
    background-color: #c6883e;
    color: #ffffff !important; }
  /* line 120, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
  .btn:active {
    background-color: #c6883e;
    color: #ffffff !important; }

.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.btn:disabled:hover {
  background-color: #a62037;
}

/* line 126, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
.text-submit-wrapper {
  position: relative; }
  /* line 128, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
  .text-submit-wrapper input {
    padding-right: 50px; }
  /* line 131, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
  .text-submit-wrapper button {
    background-color: #a62037;
    height: 40px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0;
    width: 40px; }
    /* line 139, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
    .text-submit-wrapper button:before {
      color: #ffffff !important;
      position: absolute;
      text-align: center;
      font-size: 1rem;
      width: 40px;
      top: 12px;
      left: 1px;
      text-indent: 0;
      -webkit-transform: rotate(270deg);
      -moz-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      -o-transform: rotate(270deg);
      transform: rotate(270deg); }
    /* line 152, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
    .text-submit-wrapper button:hover, .text-submit-wrapper button:active {
      background-color: #c6883e; }

/* line 165, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="number"],
input[type="search"],
textarea,
select {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  /**
   *  Changing for accessibility/ADA compliance
   *  color: #878787;
   */
  color: rgba(118,118,118,1);
  font: 400 0.875rem/2.8571428571 "colfax-web", sans-serif;
  padding: 0 10px;
  height: 40px;
  width: 100%; }
  /* line 180, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  input[type="date"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  textarea:focus,
  select:focus {
    background-color: #fff;
    border-color: #9f9e9d; }
  /* line 184, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
  input[type="text"].disabled, input[type="text"]:disabled,
  input[type="email"].disabled,
  input[type="email"]:disabled,
  input[type="tel"].disabled,
  input[type="tel"]:disabled,
  input[type="date"].disabled,
  input[type="date"]:disabled,
  input[type="number"].disabled,
  input[type="number"]:disabled,
  input[type="search"].disabled,
  input[type="search"]:disabled,
  textarea.disabled,
  textarea:disabled,
  select.disabled,
  select:disabled {
    background-color: #f5f5f5;
    border-color: #f7f0e7;
    color: #c0a499; }
  /* line 4, D:/Projects/grand-lux-cafe-cp-rebuild/node_modules/node-bourbon/assets/stylesheets/css3/_placeholder.scss */
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    /**
     *  Changing for accessibility/ADA compliance
     *  color: #878787;
     */
    color: rgba(118,118,118,1);
    font-family: 400; }
  /* line 4, D:/Projects/grand-lux-cafe-cp-rebuild/node_modules/node-bourbon/assets/stylesheets/css3/_placeholder.scss */
  input[type="text"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    /**
     *  Changing for accessibility/ADA compliance
     *  color: #878787;
     */
    color: rgba(118,118,118,1);
    font-family: 400; }
  /* line 4, D:/Projects/grand-lux-cafe-cp-rebuild/node_modules/node-bourbon/assets/stylesheets/css3/_placeholder.scss */
  input[type="text"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="date"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  textarea:-moz-placeholder,
  select:-moz-placeholder {
    /**
     *  Changing for accessibility/ADA compliance
     *  color: #878787;
     */
    color: rgba(118,118,118,1);
    font-family: 400; }
  /* line 4, D:/Projects/grand-lux-cafe-cp-rebuild/node_modules/node-bourbon/assets/stylesheets/css3/_placeholder.scss */
  input[type="text"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder {
    /**
     *  Changing for accessibility/ADA compliance
     *  color: #878787;
     */
    color: rgba(118,118,118,1);
    font-family: 400; }

/* line 195, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
input[type="date"] {
  background-image: url("/assets/images/global/sprite.png");
  background-position: right -80px;
  background-repeat: no-repeat;
  -webkit-transition: background-position 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: background-position 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-position 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }
  /* line 201, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
  input[type="date"]:hover {
    background-position: right -120px; }

/* line 205, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
select {
  background-image: url("/assets/images/global/sprite.png");
  background-position: right 0;
  background-repeat: no-repeat;
  line-height: normal;
  padding: 0 50px 0 10px;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }
  /* line 213, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
  select:hover {
    background-position: right -40px; }
  /* line 217, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
  select::-ms-expand {
    display: none; }
  /* line 220, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
  select::-ms-value {
    background: none;
    /**
     *  Changing for accessibility/ADA compliance
     *  color: #878787;
     */
    color: rgba(118,118,118,1);
    }
  /* line 224, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
  .lt-ie10 select {
    padding: 0 0 0 10px;
    background-image: none; }

/* line 230, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
textarea {
  height: 160px;
  line-height: 25px;
  padding: 10px; }

/* line 236, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
.choice-label {
  color: #a62037;
  font: 400 1rem/1 "colfax-web", sans-serif; }

/* line 241, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
.accordion-item {
  overflow: hidden;
  -webkit-transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

/* line 246, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
.accordion-item-title {
  cursor: pointer; }

/* ==========================================================================
	RADIO / CHECKBOXES (IE9+)
========================================================================== */
/* line 275, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
input[type="radio"],
input[type="checkbox"] {
  width: 0;
  height: 0;
  position: absolute;
  top: -10px;
  left: -10px;
  visibility: hidden; }
  /* line 284, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
  .lt-ie9 input[type="radio"], .lt-ie9
  input[type="checkbox"] {
    float: left;
    margin-right: 10px;
    position: relative;
    visibility: visible;
    width: auto;
    height: auto;
    top: 0;
    left: 0; }
  /* line 294, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
  input[type="radio"] + .choice-label,
  input[type="checkbox"] + .choice-label {
    cursor: pointer;
    height: 24px;
    padding: 0 0 0 28px;
    position: relative;
    vertical-align: top; }
    /* line 300, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
    .lt-ie9 input[type="radio"] + .choice-label, .lt-ie9
    input[type="checkbox"] + .choice-label {
      padding: 0; }
      /* line 302, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
      .lt-ie9 input[type="radio"] + .choice-label:before, .lt-ie9 input[type="radio"] + .choice-label:after, .lt-ie9
      input[type="checkbox"] + .choice-label:before, .lt-ie9
      input[type="checkbox"] + .choice-label:after {
        content: none; }
    /* line 308, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
    input[type="radio"] + .choice-label:before,
    input[type="checkbox"] + .choice-label:before {
      content: "";
      margin: 0;
      width: 18px;
      height: 18px;
      margin-right: 10px;
      position: absolute;
      text-align: center;
      vertical-align: top;
      z-index: 1;
      top: 0;
      left: 0;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    /* line 322, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
    input[type="radio"] + .choice-label:after,
    input[type="checkbox"] + .choice-label:after {
      width: 0;
      height: 0;
      position: absolute;
      z-index: 2;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
  /* line 332, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
  input[type="radio"]:disabled + .choice-label,
  input[type="checkbox"]:disabled + .choice-label {
    opacity: 0.5; }

/* line 338, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
input[type="radio"] + .choice-label:before {
  background-color: none;
  border: 2px solid #a62037;
  border-radius: 50%; }

/* line 343, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
input[type="radio"] + .choice-label:after {
  background: #c6883e;
  border-radius: 50%;
  content: "";
  top: 9px;
  left: 9px; }

/* line 351, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
.form-dark input[type="radio"] + .choice-label:before {
  border-color: #fff; }

/* line 355, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
.form-dark input[type="radio"] + .choice-label:checked:before {
  border-color: #c6883e; }

/* line 362, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
input[type="radio"]:checked + .choice-label:before {
  border-color: #c6883e; }

/* line 365, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
input[type="radio"]:checked + .choice-label:after {
  width: 8px;
  height: 8px;
  top: 5px;
  left: 5px; }

/* line 372, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
input[type="radio"]:hover:not(:disabled) + .choice-label:before {
  border-color: #c6883e; }

/* line 375, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
input[type="checkbox"] + .choice-label {
  /* &:after {
		@extend .icon-checkmark;
		color: $bgSiteColor;
		display: block;
		font-size: 0;
		text-align: center;
		width: 11px;
		height: 10px;
		top: 9px;
		left: 4px;
	} */ }
  /* line 376, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
  input[type="checkbox"] + .choice-label:before {
    background-color: #fff;
    border: 1px solid #9f9e9d;
    border-radius: 2px; }
  /* line 393, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
  .form-dark input[type="checkbox"] + .choice-label:before {
    background-color: #fff;
    border-color: #fff; }
  /* line 398, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
  .form-dark input[type="checkbox"] + .choice-label:checked:before {
    background-color: #c6883e;
    border-color: #c6883e; }

/* line 406, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
input[type="checkbox"]:checked + .choice-label:before {
  background-color: #c6883e;
  border-color: #c6883e; }

/* line 410, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
input[type="checkbox"]:checked + .choice-label:after {
  font-size: 0.6875rem;
  top: 4px;
  left: 4px; }

/* line 416, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
input[type="checkbox"]:hover:not(:disabled) + .choice-label:before {
  background-color: #c6883e;
  border-color: #c6883e; }

/* line 421, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
.keepcase {
  text-transform: none !important; }

@media print {
  /* ==========================================================================
		PRINT VIEW FIXES
	========================================================================== */
  /* line 429, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
  * {
    -webkit-transition: all 0s !important;
    -moz-transition: all 0s !important;
    transition: all 0s !important;
    border-radius: 0 !important;
    box-shadow: none !important; }
  /* line 434, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
  .header,
  #navigation,
  .content-navigation {
    display: none !important; }
  /* line 439, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_global.scss */
  .content-column {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative; } }

/* ==========================================================================
	 HEADER
	========================================================================== */
/* line 5, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_header.scss */
a[href="#content-main"].sr-only:focus,
a[href="#content-main"].sr-only:focus-visible,
a[href="#content-main"].sr-only:focus-within {
  opacity: 1;
}
.header {
  background: #fff;
  z-index: 200;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  height: 95px;
  left: 0;
  margin: 0;
  min-width: 768px;
  padding: 0 40px;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999; }
  /* line 20, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_header.scss */
  .page-home .header {
    position: relative; }

/* line 36, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_header.scss */
.main-header {
  height: 100%;
  margin: 0 auto;
  position: relative; }

/* line 43, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_header.scss */
.site-logo {
  background: url("/assets/images/global/glc-logo.svg") no-repeat;
  background-size: contain;
  left: 0;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  height: 48px;
  margin: 30px 0 0;
  width: 300px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  /* line 63, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_header.scss */
  .lt-ie10 .site-logo {
    background: url("/assets/images/global/glc-logo.png") no-repeat; }
  @media (max-width: 999px) {
    /* line 43, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_header.scss */
    .site-logo {
      height: 38px;
      margin: 34px 0 0;
      width: 230px; } }
  /* line 72, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_header.scss */
  .site-logo a {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%; }

/* line 80, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_header.scss */
.main-header-controls {
  float: right;
  margin: 37px 0 0;
  -webkit-font-smoothing: antialiased; }
  /* line 100, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_header.scss */
  .main-header-controls > li .head-more {
    padding: 0 22px 0 0; }
  /* line 105, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_header.scss */
  .main-header-controls > li {
    color: #363739;
    float: left;
    position: relative;
    margin: 0 0 0 30px;
    -webkit-transition: margin 0.3s;
    -moz-transition: margin 0.3s;
    transition: margin 0.3s; }
    @media (max-width: 999px) {
      /* line 105, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_header.scss */
      .main-header-controls > li {
        margin: 0 0 0 20px; } }
    /* line 116, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_header.scss */
    .main-header-controls > li:first-child {
      margin: 0; }
    /* line 120, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_header.scss */
    .main-header-controls > li.active > a {
      color: #a25a06; }
    /* line 124, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_header.scss */
    .main-header-controls > li > a,
    .main-header-controls > li > span {
      color: inherit;
      cursor: pointer;
      display: block; }
      /* line 129, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_header.scss */
      .main-header-controls > li > a:hover,
      .main-header-controls > li > span:hover {
        color: #a25a06; }
      .main-header-controls > li > a:focus,
      .main-header-controls > li > span:focus {
        color: #a25a06; }
      /* line 135, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_header.scss */
      .main-header-controls > li > a:active,
      .main-header-controls > li > span:active {
        color: #a25a06; }
      /* line 141, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_header.scss */
      .main-header-controls > li > a > span,
      .main-header-controls > li > span > span {
        font: 400 1rem/1.3125 "Chronicle Text G1", "Chronicle Text G1 A", "Chronicle Text G1 B", serif;
        padding-bottom: 9px;
        text-transform: uppercase;
        -webkit-transition: border 0.3s, font-size 0.3s;
        -moz-transition: border 0.3s, font-size 0.3s;
        transition: border 0.3s, font-size 0.3s; }
        @media (max-width: 999px) {
          /* line 141, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_header.scss */
          .main-header-controls > li > a > span,
          .main-header-controls > li > span > span {
            font-size: 0.875rem; } }

/* line 156, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_header.scss */
.head-more:before {
  color: inherit;
  font-size: 0.75rem;
  position: absolute;
  right: 0;
  top: 5px; }

/* line 173, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_header.scss */
.head-more:hover .head-more-menu {
  max-height: 500px; }

/* line 190, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_header.scss */
.head-more-menu {
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 1.5px 2.6px 3px 0px rgba(0, 0, 0, 0.05);
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 30px;
  width: 250px;
  -webkit-transition: max-height 0.3s;
  -moz-transition: max-height 0.3s;
  transition: max-height 0.3s; }
  /* line 202, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_header.scss */
  .head-more-menu li {
    border-top: 1px solid #ededed;
    height: 48px;
    line-height: 48px;
    text-align: right; }
    /* line 207, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_header.scss */
    .head-more-menu li:first-child {
      border: 0;
      margin: 5px 0 0; }
    /* line 211, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_header.scss */
    .head-more-menu li a {
      color: #363739;
      display: block; }
      /* line 214, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_header.scss */
      .head-more-menu li a:before {
        background-color: #a25a06;
        content: "";
        display: inline-block;
        height: 4px;
        left: -6px;
        opacity: 0;
        position: relative;
        top: -3px;
        width: 4px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        transition: opacity 0.3s; }
      /* line 227, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_header.scss */
      .head-more-menu li a:hover, .head-more-menu li a:active {
        color: #c6883e; }
        /* line 230, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_header.scss */
        .head-more-menu li a:hover:before, .head-more-menu li a:active:before {
          opacity: 1; }

/* ==========================================================================
	 FOOTER
	========================================================================== */
/* line 4, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_footer.scss */
.footer {
  background-color: #fff;
  border-top: 1px solid #ededed;
  overflow: auto;
  position: relative;
  text-transform: uppercase;
  z-index: 100;
  height: 80px;
  left: 0;
  min-width: 768px;
  padding: 30px 40px 0; }
  /* line 11, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_footer.scss */
  .footer a {
    /**
     *  Changing for accessibility/ADA compliance
     *  color: #878787;
     */
    color: rgba(118,118,118,1);
    }
    /* line 13, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_footer.scss */
    .footer a:hover, .footer a:active, .footer a:focus {
      color: #a25a06; }
  @media (max-width: 999px) {
    /* line 4, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_footer.scss */
    .footer {
      padding: 22px 40px 0; } }

/* line 35, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_footer.scss */
.footer-links,
.copyright {
  float: left;
  font: 400 0.75rem/1.5 "colfax-web", sans-serif; }
/* line 48, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_footer.scss */
.copyright {
  padding: 0 0 0 40px; }
  @media (max-width: 999px) {
    /* line 48, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_footer.scss */
    .copyright {
      clear: both;
      padding: 0; } }
  /* line 55, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_footer.scss */
  .copyright br {
    display: none; }

/* line 69, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_footer.scss */
.footer-links li {
  float: left; }
  /* line 71, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_footer.scss */
  .footer-links li:before {
    content: "|";
    float: left;
    padding: 0 5px; }
  /* line 77, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_footer.scss */
  .footer-links li:first-child:before {
    content: "";
    padding: 0; }

/* line 92, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_footer.scss */
.footer-links a {
  float: left; }

/* line 96, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_footer.scss */
.footer-social {
  display: block;
  position: absolute;
  right: 40px;
  top: 20px; }
  /* line 107, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_footer.scss */
  .footer-social li {
    display: inline-block;
    margin-left: 10px; }
  /* line 112, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_footer.scss */
  .footer-social a {
    display: block;
    position: relative;
    text-indent: -9999px;
    height: 40px;
    width: 40px; }
    /* line 119, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_footer.scss */
    .footer-social a:before {
      font-size: 2.5rem; }
    /* line 129, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_footer.scss */
    .footer-social a:before {
      position: absolute;
      text-indent: 0;
      top: 0;
      left: 0; }

/* ==========================================================================
	HOME GALLERY
   ========================================================================== */
/* line 5, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_home-gallery.scss */
.home-gallery {
  width: 100%;
  overflow: hidden;
  height: -webkit-calc(100vh - 95px - 80px);
  height: calc(100vh - 95px - 80px); }

/* line 13, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_home-gallery.scss */
.home-tile {
  background-size: cover;
  float: left;
  position: relative; }
  /* line 18, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_home-gallery.scss */
  .home-tile.home-tile-1 {
    background-color: white;
    height: 100%;
    width: 34%; }
  /* line 23, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_home-gallery.scss */
  .home-tile.home-tile-2 {
    background-color: #fafafa; }
  /* line 26, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_home-gallery.scss */
  .home-tile.home-tile-3 {
    background-color: whitesmoke; }
  /* line 29, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_home-gallery.scss */
  .home-tile.home-tile-4 {
    background-color: #f0f0f0; }
  /* line 32, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_home-gallery.scss */
  .home-tile.home-tile-5 {
    background-color: #ebebeb; }
  /* line 35, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_home-gallery.scss */
  .home-tile.home-tile-6 {
    background-color: #e6e6e6; }
  /* line 38, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_home-gallery.scss */
  .home-tile.home-tile-2, .home-tile.home-tile-3, .home-tile.home-tile-4 {
    height: 50%;
    width: 22%; }
  /* line 44, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_home-gallery.scss */
  .home-tile.home-tile-5, .home-tile.home-tile-6 {
    height: 50%;
    width: 33%; }
  @media (max-width: 999px) {
    /* line 50, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_home-gallery.scss */
    .home-tile.home-tile-1, .home-tile.home-tile-2, .home-tile.home-tile-3, .home-tile.home-tile-4, .home-tile.home-tile-5, .home-tile.home-tile-6 {
      width: 33.33%;
      height: 50%; } }
  /* line 61, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_home-gallery.scss */
  .lte-safari7 .home-tile.home-tile-1 {
    height: 80vh; }
  /* line 64, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_home-gallery.scss */
  .lte-safari7 .home-tile.home-tile-2, .lte-safari7 .home-tile.home-tile-3, .lte-safari7 .home-tile.home-tile-4 {
    height: 40vh; }
  /* line 69, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_home-gallery.scss */
  .lte-safari7 .home-tile.home-tile-5, .lte-safari7 .home-tile.home-tile-6 {
    height: 40vh; }

/* line 118, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_home-gallery.scss */
.home-tile-hover {
  background: #1a1a1a;
  cursor: pointer;
  display: block;
  height: 100%;
  position: absolute;
  background: rgba(26, 26, 26, 0.9);
  opacity: 0;
  padding: 40px 20px;
  width: 100%;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  /* line 139, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_home-gallery.scss */
  .home-tile-hover:hover {
    opacity: 1; }
    /* line 141, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_home-gallery.scss */
    .home-tile-hover:hover .home-tile-info {
      -webkit-transform: translateY(-50%) scale(1);
      -moz-transform: translateY(-50%) scale(1);
      -ms-transform: translateY(-50%) scale(1);
      -o-transform: translateY(-50%) scale(1);
      transform: translateY(-50%) scale(1); }
  /* line 145, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_home-gallery.scss */
  .home-tile-hover .home-tile-info {
    color: #fff;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 50%;
    max-width: 240px;
    -webkit-transform: translateY(-50%) scale(0.85);
    -moz-transform: translateY(-50%) scale(0.85);
    -ms-transform: translateY(-50%) scale(0.85);
    -o-transform: translateY(-50%) scale(0.85);
    transform: translateY(-50%) scale(0.85);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s; }
  /* line 166, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_home-gallery.scss */
  .home-tile-hover .home-tile-caption {
    font-size: 1.25rem;
    line-height: 1.5;
    position: relative;
    padding: 0 0 19px; }
    /* line 177, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_home-gallery.scss */
    .home-tile-hover .home-tile-caption:before {
      background-color: #d7a56f;
      bottom: 0;
      content: " ";
      display: block;
      height: 1px;
      overflow: hidden;
      position: absolute;
      width: 100%; }
    /* line 187, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_home-gallery.scss */
    .home-tile-hover .home-tile-caption:after {
      background-color: #d7a56f;
      content: " ";
      display: block;
      left: 50%;
      overflow: hidden;
      position: absolute;
      -webkit-transform: translateX(-50%) rotate(45deg);
      -moz-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
      -o-transform: translateX(-50%) rotate(45deg);
      transform: translateX(-50%) rotate(45deg);
      bottom: -3px;
      height: 7px;
      width: 7px; }
  /* line 206, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_home-gallery.scss */
  .home-tile-hover .home-tile-title {
    padding: 8px 0 0;
    font-size: 2rem;
    line-height: 1.5; }

/* ==========================================================================
    CONTENT
   ========================================================================== */
/* line 5, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
.content-column {
  border-left: 1px solid #ededed;
  margin-bottom: 40px;
  margin-left: 220px;
  padding: 0 0 0 34px;
  min-height: -webkit-calc(100vh - 300px);
  min-height: calc(100vh - 300px);
  -webkit-transition: padding 0.3s, margin 0.3s;
  -moz-transition: padding 0.3s, margin 0.3s;
  transition: padding 0.3s, margin 0.3s; }
  /* line 17, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
  .content-column.full-column {
    border: none;
    float: none;
    margin: 0 auto;
    padding: 0;
    width: auto; }
  /* line 25, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
  .content-column p,
  .content-column ul,
  .content-column ol,
  .content-column table {
    /**
     *  Changing for accessibility/ADA compliance
     *  color: #878787;
     */
    color: rgba(118,118,118,1);
    margin: 0 0 30px;
    font: 400 1rem/1.625 "colfax-web", sans-serif; }
    /* line 33, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
    .content-column p.large-text,
    .content-column ul.large-text,
    .content-column ol.large-text,
    .content-column table.large-text {
      font-size: 1.375rem;
      line-height: 1.1818181818;
      margin: -10px 0 10px; }
    /* line 49, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
    .content-column p a,
    .content-column ul a,
    .content-column ol a,
    .content-column table a {
      font-weight: 600;
      text-decoration: underline; }
    .content-column p a:hover,
    .content-column ul a:hover,
    .content-column ol a:hover,
    .content-column table a:hover {
      text-decoration: none; }
  /* line 53, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
  .content-column ul {
    list-style: none;
    padding-left: 12px; }
    /* line 56, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
    .content-column ul li {
      position: relative; }
      /* line 58, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
      .content-column ul li:before {
        content: "";
        background-color: #a25a06;
        position: absolute;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        height: 5px;
        width: 5px;
        left: -11px;
        top: 10px; }
      /* line 75, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
      .content-column ul li + li {
        margin: 8px 0 0; }
  /* line 80, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
  .content-column ol {
    list-style: decimal;
    padding-left: 25px; }
    /* line 83, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
    .content-column ol li + li {
      margin: 8px 0 0; }
  /* line 87, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
  .content-column hr {
    margin: 30px 0; }
  /* line 94, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
  .content-column b,
  .content-column strong {
    font: 600 1rem/1.625 "colfax-web", sans-serif; }
  /* line 102, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
  .content-column blockquote {
    padding: 15px; }
  /* line 106, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
  .content-column .btn {
    display: block;
    margin: 30px 0 0 0; }
  /* line 116, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
  .content-column .breadcrumbs {
    padding: 0; }
    /* line 118, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
    .content-column .breadcrumbs li {
      display: inline; }
      /* line 120, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
      .content-column .breadcrumbs li:before {
        background: none;
        color: #a62037;
        content: " / ";
        height: auto;
        position: static;
        width: auto; }
      /* line 129, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
      .content-column .breadcrumbs li:first-child:before {
        content: none; }
      /* line 133, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
      .content-column .breadcrumbs li a {
        font-weight: 400; }
  /* line 139, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
  .content-column .location-list {
    float: left;
    margin: 0 80px 0 0;
    padding: 0; }
    /* line 147, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
    .content-column .location-list li {
      line-height: 30px;
      margin: 0; }
      /* line 150, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
      .content-column .location-list li:before {
        display: none; }
  /* line 165, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
  .content-column .small-title {
    color: #363739;
    display: block;
    background-color: #d7d9dc;
    background-image: -webkit-linear-gradient(left, #d7d9dc 35%, rgba(255, 255, 255, 0) 0%);
    background-image: linear-gradient(to right,#d7d9dc 35%, rgba(255, 255, 255, 0) 0%);
    background-color: transparent;
    background-position: top;
    background-size: 7px 1px;
    background-repeat: repeat-x;
    font: 600 24px/24px "Chronicle Text G1", "Chronicle Text G1 A", "Chronicle Text G1 B", serif;
    margin: 30px 0 0;
    padding: 30px 0 20px; }
    /* line 134, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_util.scss */
    .lt-ie10 .content-column .small-title {
      border-top: 1px dotted #d7d9dc; }
  /* line 180, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
  .content-column .content-location-frame {
    margin: 30px 0 0; }
    @media (min-width: 1000px) {
      /* line 180, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
      .content-column .content-location-frame {
        height: 100%;
        margin: 0;
        position: absolute;
        right: 0;
        top: 0; } }
    /* line 194, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
    .content-column .content-location-frame iframe {
      height: 100%;
      width: 100%; }

      .theKnot {
      	margin-right: auto;
      	margin-left: auto;
      	display: block;
      	width: 190px;
      	border: 0;
      }

/* line 201, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
.content-split {
  position: relative;
  zoom: 1; }
  /* line 110, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_util.scss */
  .content-split:before, .content-split:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  /* line 116, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_util.scss */
  .content-split:after {
    clear: both; }
  /* line 204, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
  .content-split > div {
    position: relative; }
    @media (min-width: 1000px) {
      /* line 204, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
      .content-split > div {
        width: 44%; }
        /* line 210, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
        .content-split > div:first-child {
          padding-right: 40px;
          width: 56%; }
        /* line 214, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
        .content-split > div.split-float {
          float: left; } }
    /* line 218, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
    .content-split > div table {
      margin: 0; }
  /* line 230, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
  .content-split p {
    margin: 0 0 8px; }

@media (min-width: 1000px) {
  /* line 237, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
  .location-info .text-submit-wrapper {
    max-width: 320px; } }

/* line 248, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
.time-table tr td {
  line-height: 30px; }
  /* line 251, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
  .time-table tr td:first-child {
    font-weight: 400;
    padding-right: 40px;
    text-align: right; }

/* line 267, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
.time-note {
  font: 400 0.875rem/1.4285714286 "colfax-web", sans-serif;
  padding: 40px 0 0;
  position: relative; }
  @media (min-width: 1000px) {
    /* line 267, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
    .time-note {
      padding-bottom: 40px; } }
  @media (max-width: 999px) {
    /* line 276, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
    .time-note br {
      display: none; } }

/* line 290, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
.content-column h1, .content-column h2, .content-column h3, .content-column h4, .content-column h5, .content-column h6 {
  color: #363739;
  margin: 0 0 12px; }

/* line 300, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
.content-column div + h1, .content-column div + h2, .content-column div + h3, .content-column div + h4, .content-column div + h5, .content-column div + h6 {
  margin-top: 40px; }

/* line 329, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
.content-column h1 {
  font: 700 28px/36px "Chronicle Text G1", "Chronicle Text G1 A", "Chronicle Text G1 B", serif; }

/* line 333, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
.content-heading,
.content-column h2 {
  font: 700 26px/34px "Chronicle Text G1", "Chronicle Text G1 A", "Chronicle Text G1 B", serif; }

/* line 338, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
.content-subheading,
.content-column h3 {
  font: 700 24px/32px "Chronicle Text G1", "Chronicle Text G1 A", "Chronicle Text G1 B", serif; }

/* line 343, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
.content-subtitle,
.content-column h4 {
  font: 700 22px/30px "Chronicle Text G1", "Chronicle Text G1 A", "Chronicle Text G1 B", serif; }

/* line 348, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
.content-column h5 {
  font: 700 20px/28px "Chronicle Text G1", "Chronicle Text G1 A", "Chronicle Text G1 B", serif; }

/* line 352, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
.content-column h6 {
  font: 600 18px/26px "Chronicle Text G1", "Chronicle Text G1 A", "Chronicle Text G1 B", serif; }

/* line 356, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
.content-giftcard {
  margin: 0 0 40px;
  padding: 0 0 40px;
  position: relative;
  background-color: #d7d9dc;
  background-image: -webkit-linear-gradient(left, #d7d9dc 35%, rgba(255, 255, 255, 0) 0%);
  background-image: linear-gradient(to right,#d7d9dc 35%, rgba(255, 255, 255, 0) 0%);
  background-color: transparent;
  background-position: bottom;
  background-size: 7px 1px;
  background-repeat: repeat-x; }
  /* line 134, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_util.scss */
  .lt-ie10 .content-giftcard {
    border-bottom: 1px dotted #d7d9dc; }
  /* line 361, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
  .content-giftcard img {
    margin: 0 0 30px; }
  /* line 364, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
  .content-giftcard .content-giftcard-info {
    padding: 0 0 0 255px; }
    @media (max-width: 999px) {
      /* line 364, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
      .content-giftcard .content-giftcard-info {
        padding: 0; } }
  /* line 370, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
  .content-giftcard img {
    height: 235px;
    left: 0;
    position: absolute;
    top: 0;
    width: 235px; }
    @media (max-width: 999px) {
      /* line 370, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
      .content-giftcard img {
        display: block;
        position: relative; } }
  /* line 386, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
  .content-giftcard ul {
    margin: 0; }
    /* line 388, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
    .content-giftcard ul li {
      margin: 0 0 30px; }

/* line 398, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
.content-largeimage + .small-title {
  background: none;
  border: 0; }

/* line 402, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content.scss */
.content-location-frame + .small-title {
  background: none;
  margin: 0; }

/* ==========================================================================
	 CONTENT HEADER
	========================================================================== */
/* line 5, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-header.scss */
.content-header {
  cursor: default;
  position: relative;
  width: 100%;
  background-color: #f9f9f9;
  height: 70px;
  left: 0;
  margin: 0 0 60px;
  position: fixed;
  top: 95px;
  z-index: 8999;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }
  /* line 18, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-header.scss */
  .content-header .container {
    min-width: 768px; }
    /* line 20, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-header.scss */
    .fixed-navigation .content-header .container {
      padding-left: 295px; }

/* line 37, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-header.scss */
.content-header-title,
.content-header-subtitle {
  float: left;
  font: 700 26px/70px "Chronicle Text G1", "Chronicle Text G1 A", "Chronicle Text G1 B", serif; }

/* line 48, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-header.scss */
.content-header-title {
  color: #363739; }

/* line 54, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-header.scss */
.content-header-subtitle {
 /**
  *  Changing for accessibility/ADA compliance
  *  color: #878787;
  */
  color: rgba(118,118,118,1);
  font-weight: 400;
  padding: 0 0 0 30px;
  position: relative;
  width: -webkit-calc(100% - 110px);
  width: calc(100% - 110px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  /* line 62, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-header.scss */
  .content-header-subtitle:before {
    background-color: #363739;
    bottom: -3px;
    content: " ";
    display: block;
    height: 7px;
    left: 13px;
    overflow: hidden;
    position: absolute;
    top: 34px;
    width: 7px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

/* ==========================================================================
	 CONTENT - MENU ITEMS
	========================================================================== */
/* line 7, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-menuitems.scss */
.content-column .content-food-heading {
  border-bottom: 1px solid #ededed;
  color: #363739;
  position: relative;
  text-transform: none;
  font: 700 24px/24px "Chronicle Text G1", "Chronicle Text G1 A", "Chronicle Text G1 B", serif;
  margin: 40px 0 0 -34px;
  padding: 0 0 16px 34px;
  width: -webkit-calc(100% + 34px);
  width: calc(100% + 34px); }
  /* line 22, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-menuitems.scss */
  .content-column .content-food-heading .content-food-heading-name {
    padding-right: 15px; }
  /* line 25, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-menuitems.scss */
  .content-column .content-food-heading .content-food-heading-caption {
    /**
     *  Changing for accessibility/ADA compliance
     *  color: #878787;
     */
    color: rgba(118,118,118,1);
    font: 400 0.875rem/1.4285714286 "colfax-web", sans-serif;
    font-style: italic; }
  /* line 34, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-menuitems.scss */
  .content-column .content-food-heading.food-heading-fixed {
    background: #fff;
    display: none;
    padding-top: 30px;
    position: fixed;
    top: 125px;
    width: 780px;
    z-index: 8000; }
    /* line 42, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-menuitems.scss */
    .content-column .content-food-heading.food-heading-fixed.fixed {
      display: block; }
    @media (max-width: 767px) {
      /* line 34, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-menuitems.scss */
      .content-column .content-food-heading.food-heading-fixed {
        display: none; }
        /* line 48, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-menuitems.scss */
        .content-column .content-food-heading.food-heading-fixed.fixed {
          display: none; } }
    /* line 52, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-menuitems.scss */
    .content-column .content-food-heading.food-heading-fixed + .content-food-menu {
      padding-top: 20px; }
  /* line 56, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-menuitems.scss */
  .content-column .content-food-heading.leave {
    background: #fff;
    z-index: 7000; }
    /* line 59, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-menuitems.scss */
    .content-column .content-food-heading.leave:before {
      background: #fff;
      content: " ";
      display: block;
      height: 30px;
      position: absolute;
      top: -30px;
      width: 100%; }

/* line 70, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-menuitems.scss */
.content-column .content-food-subheading {
  color: #555;
  font-size: 1.375rem;
  line-height: 1.3636363636;
  margin: 20px 0 10px; }

/* line 81, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-menuitems.scss */
.content-column .content-food-menu {
  list-style: none;
  margin: 0;
  padding: 0; }
  /* line 85, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-menuitems.scss */
  .content-column .content-food-menu li {
    background-color: #d7d9dc;
    background-image: -webkit-linear-gradient(left, #d7d9dc 35%, rgba(255, 255, 255, 0) 0%);
    background-image: linear-gradient(to right,#d7d9dc 35%, rgba(255, 255, 255, 0) 0%);
    background-color: transparent;
    background-position: bottom;
    background-size: 7px 1px;
    background-repeat: repeat-x;
    font: 400 1rem/1.625 "colfax-web", sans-serif;
    padding: 20px 0; }
    /* line 134, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_util.scss */
    .lt-ie10 .content-column .content-food-menu li {
      border-bottom: 1px dotted #d7d9dc; }
    /* line 94, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-menuitems.scss */
    .content-column .content-food-menu li:before {
      display: none; }
    /* line 97, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-menuitems.scss */
    .lt-ie10 .content-column .content-food-menu li {
      border-bottom: 1px dotted #ededed; }
  /* line 101, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-menuitems.scss */
  .content-column .content-food-menu p {
    font: inherit;
    margin: 0;
    padding: 0; }
  /* line 106, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-menuitems.scss */
  .content-column .content-food-menu b, .content-column .content-food-menu strong, .content-column .content-food-menu i, .content-column .content-food-menu em, .content-column .content-food-menu span, .content-column .content-food-menu div {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }
  /* line 112, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-menuitems.scss */
  .content-column .content-food-menu .content-food-menu-name {
    margin: 0 0 6px;
    padding: 0;
    font: 400 20px/20px "Chronicle Text G1", "Chronicle Text G1 A", "Chronicle Text G1 B", serif; }

/* ==========================================================================
    CONTENT - CONTACT FORM
   ========================================================================== */
/* line 5, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-contactform.scss */
.contact-form {
  margin: 16px 0 0;
  overflow: hidden; }
  /* line 8, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-contactform.scss */
  .contact-form:first-child {
    margin: 0; }
  /* line 12, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-contactform.scss */
  .contact-form .content-contactform-success {
    display: none; }

/* line 16, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-contactform.scss */
.content-contactform {
  padding: 24px 0 0; }
  /* line 18, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-contactform.scss */
  .content-contactform .field-wrapper {
    float: left;
    position: relative;
    width: 67%; }
    /* line 29, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-contactform.scss */
    .content-contactform .field-wrapper.form-error:before {
      background-color: #ef3a41;
      border-radius: 3px 3px 0 0;
      color: #fff;
      content: attr(data-error);
      font: 600 0.875rem/1.7857142857 "colfax-web", sans-serif;
      height: 25px;
      padding: 0 10px;
      position: absolute;
      top: -24px;
      right: 0; }
    /* line 41, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-contactform.scss */
    .content-contactform .field-wrapper.form-error input[type="text"],
    .content-contactform .field-wrapper.form-error input[type="email"],
    .content-contactform .field-wrapper.form-error input[type="tel"],
    .content-contactform .field-wrapper.form-error input[type="date"],
    .content-contactform .field-wrapper.form-error input[type="number"],
    .content-contactform .field-wrapper.form-error input[type="search"],
    .content-contactform .field-wrapper.form-error textarea,
    .content-contactform .field-wrapper.form-error select {
      background-color: #fff;
      border: 1px solid #ef3a41;
      border-radius: 3px 0 3px 3px; }
    /* line 54, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-contactform.scss */
    .content-contactform .field-wrapper.date-field {
      position: relative; }
      /* line 56, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-contactform.scss */
      .content-contactform .field-wrapper.date-field span {
        font: 400 0.875rem/1.7857142857 "colfax-web", sans-serif;
        left: 0;
        position: absolute;
        top: 0;
        padding: 8px 12px; }
    /* line 65, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-contactform.scss */
    .content-contactform .field-wrapper + legend {
      clear: both;
      padding: 20px 0 0; }
  /* line 70, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-contactform.scss */
  .content-contactform label {
    color: #363739;
    font: 400 1rem/1.25 "colfax-web", sans-serif;
    clear: both;
    display: block;
    float: left;
    height: 40px;
    margin: 0 0 20px;
    padding: 0 16px 0 0;
    width: 33%; }
    /* line 94, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-contactform.scss */
    .content-contactform label .required {
      color: #a62037; }
      /* line 96, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-contactform.scss */
      .content-contactform label .required:after {
        content: " "; }
  /* line 101, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-contactform.scss */
  .content-contactform input[type="submit"] {
    display: block;
    margin: 40px 0 0 33%;
    width: 67%; }
  /* line 110, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-contactform.scss */
  .content-contactform .choice-label {
    clear: none;
    width: auto;
    padding-right: 20px !important; }
  /* line 120, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-contactform.scss */
  .content-contactform .triple-field input {
    float: left;
    width: 30%;
    margin: 0 0 0 5%; }
    /* line 124, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-contactform.scss */
    .content-contactform .triple-field input:first-child {
      margin: 0; }

/* line 130, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-contactform.scss */
.comment-charactercount {
  clear: both;
  font: 400 13px/13px "colfax-web", sans-serif;
  padding: 10px 0 40px 33%; }

/* line 141, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-contactform.scss */
.content-disclaimer {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  clear: both;
  padding: 18px 0; }
/* ==========================================================================
    CONTENT - EMAIL SIGN UP
   ========================================================================== */
#formEmailAdestra label.checkbox {
    width: 67%;
    margin: 0;
    padding: 0 0 16px 0;
}
select[id^="amf-input-day-birthday_"],
#glc_bday_day
{
  width: 48%;
  margin: 0 4% 0 0;
}

select[id^="amf-input-month-birthday_"],
#glc_bday_month
{
  width: 48%;
}
select[id^="amf-input-year-birthday_"] {
    width: 0;
    height: 0;
    visibility: hidden;
}
div[id^="amf-el-yes_i_am_older_than_13_"] .amf-el-inner,
.amf-type-checkbox .amf-el-inner,
div[id^="amf-recaptcha"] .amf-el-inner {
    margin: 0 0 0 33%;
}

#amf-recaptcha .amf-el-inner.field-wrapper{
  margin-bottom: 16px;
}

.recaptcha-container {
  margin: 40px 0 0 33%;
}

/* Trying out Chris Dickow's thing. http://plnkr.co/edit/QkyB6ApVkqhc4F7HWr4T?p=preview
*/

.checkbox,
.radio {
  position: relative;
  cursor: pointer;
  padding: 1em;
}

.checkbox::-moz-selection,
.radio::-moz-selection {
  background: transparent;
  color: #a62037;
}

.checkbox::selection,
.radio::selection {
  background: transparent;
  color: #a62037;
}

.checkbox input + span,
.radio input + span {
  background: #fff;
  content: "";
  display: inline-block;
  margin: 0 .5em 0 0;
  padding: 0;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}

.checkbox input + span::after,
.radio input + span::after {
  content: "";
  display: block;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

@media screen and (min-width: 768px) {
  .checkbox:hover input + span,
  .radio:hover input + span {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  }
}

.checkbox input:active + span,
.radio input:active + span {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.checkbox input:focus + span,
.radio input:focus + span {
  box-shadow: 0 0 0 3px lightblue;
}

.checkbox input:checked + span::after,
.radio input:checked + span::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.checkbox input,
.radio input {
  position: absolute;
  cursor: pointer;
  opacity: 0;
}

.checkbox input + span {
  border: 1px solid #e1e1e1;
}

.checkbox input + span::after {
  content: "\2713";
  color: #fff;
  background: #a62037;
  border-radius: 2px;
  border: 2px solid #a62037;
  width: 18px;
  height: 18px;
}

.radio input + span {
  border-radius: 100%;
}

.radio input + span::after {
  border-radius: 100%;
  margin: .65em;
  width: .75em;
  height: .75em;
}

.radio input:checked + span::after {
  background: black;
}
/* -- */


#formEmailAdestra .amf-error input[type="text"], #formEmailAdestra .amf-error select {
  border: 1px solid #ef3a41;
  border-radius: 3px 0 3px 3px;
}


#formEmailAdestra .amf-error {
  position: relative;
  width: 100%;
}

#formEmailAdestra .amf-el-inner .amf-error-message, #formEmailAdestra .amf-error-message {
    background-color: #ef3a41;
    border-radius: 3px 3px 0 0;
    color: #fff;
    content: attr(data-error);
    font: 600 0.875rem/1.7857142857 "colfax-web", sans-serif;
    height: 25px;
    float: right;
    padding: 0 10px;
    position: relative;
    top: -65px;
    right: 1px;
}

#formEmailAdestra div[id^="amf-el-birthday_"] .amf-error-message
 {
  top: -84px;
}

@-moz-document url-prefix() {
  #formEmailAdestra div[id^="amf-el-birthday_"] .amf-error-message {
    top: -85px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  #formEmailAdestra div[id^="amf-el-birthday_"] .amf-error-message {
    top: -77px;
  }
}

#formEmailAdestra div[id^="amf-el-yes_i_am_older_than_"] .amf-error-message {
  right: 247px;
}

/* ==========================================================================
MODULE - DATE PICKER
========================================================================== */
/* line 5, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_datepicker.scss */
input.datepicker {
  background-image: url("/assets/images/global/sprite.png");
  background-position: right -80px;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: background-position 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: background-position 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-position 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  /* line 13, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_datepicker.scss */
  input.datepicker:hover, .field-wrapper:hover > input.datepicker {
    background-position: right -120px; }

/* line 17, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_datepicker.scss */
.picker {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }

/* line 23, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_datepicker.scss */
.picker-holder {
  background: #fff;
  float: right;
  margin: 39px 0 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 268px;
  -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  -webkit-transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  -moz-transition: -moz-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s; }
  /* line 33, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_datepicker.scss */
  .picker--opened .picker-holder {
    border-bottom: 1px solid #878787;
    max-height: 327px;
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
    -webkit-transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
    -moz-transition: -moz-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
    transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s; }
    /* line 39, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_datepicker.scss */
    .lt-ie9 .picker--opened .picker-holder {
      display: block; }
  /* line 43, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_datepicker.scss */
  .picker-holder .picker-box {
    padding: 0; }
    /* line 45, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_datepicker.scss */
    .picker-holder .picker-box .picker-header {
      background: #fff;
      border: 1px solid #878787;
      border-bottom: 0;
      font-size: 0.875rem;
      height: 52px;
      line-height: 1.4285714286;
      margin: 0;
      padding: 6px 0;
      position: relative;
      text-align: center; }
      /* line 56, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_datepicker.scss */
      .picker-holder .picker-box .picker-header .picker-month,
      .picker-holder .picker-box .picker-header .picker-year {
       /**
        *  Changing for accessibility/ADA compliance
        *  color: #878787;
        */
        color: rgba(118,118,118,1);
        font-family: "Chronicle Text G1", "Chronicle Text G1 A", "Chronicle Text G1 B", serif;
        font-size: 1rem;
        font-style: normal;
        text-transform: uppercase;
        vertical-align: middle; }
      /* line 65, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_datepicker.scss */
      .picker-holder .picker-box .picker-header .picker-year {
        margin: 0 0 0 0.25em; }

/* ==============================
The month navigation buttons.
============================== */
/* line 75, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_datepicker.scss */
.picker-nav--prev,
.picker-nav--next {
  cursor: pointer;
  height: 50px;
  position: absolute;
  top: 0;
  width: 50px; }
  /* line 82, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_datepicker.scss */
  .picker-nav--prev.picker-nav--disabled,
  .picker-nav--next.picker-nav--disabled {
    cursor: default; }
  /* line 86, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_datepicker.scss */
  .picker-nav--prev:hover:before,
  .picker-nav--next:hover:before {
    color: #c6883e; }
  /* line 90, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_datepicker.scss */
  .picker-nav--prev:before,
  .picker-nav--next:before {
    color: #a62037;
    display: block;
    font-size: 0.9375rem;
    line-height: 3.3333333333;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }

/* line 99, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_datepicker.scss */
.picker-nav--prev {
  border-right: 1px solid #ededed;
  left: 0; }
  /* line 102, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_datepicker.scss */
  .picker-nav--prev:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }

/* line 106, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_datepicker.scss */
.picker-nav--next {
  border-left: 1px solid #ededed;
  right: 0; }
  /* line 109, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_datepicker.scss */
  .picker-nav--next:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }

/* line 113, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_datepicker.scss */
.picker-nav--disabled,
.picker-nav--disabled:hover,
.picker-nav--disabled:before,
.picker-nav--disabled:before:hover {
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
  opacity: 0; }

/**=============================
The calendar table of dates
============================== */
/* line 125, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_datepicker.scss */
.picker-table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  margin: 0 !important;
  table-layout: fixed;
  text-align: center;
  width: 100%; }
  /* line 142, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_datepicker.scss */
  .picker-table td {
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #ededed;
    font-family: "Chronicle Text G1", "Chronicle Text G1 A", "Chronicle Text G1 B", serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    height: 38px;
    margin: 0;
    padding: 0;
    width: 38px; }
    /* line 153, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_datepicker.scss */
    .picker-table td:first-child {
      border-left: 1px solid #878787; }
    /* line 156, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_datepicker.scss */
    .picker-table td:last-child {
      border-right: 1px solid #878787; }
    /* line 159, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_datepicker.scss */
    .picker-table td .picker-day {
      padding: 5px 0;
      cursor: pointer; }
      /* line 162, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_datepicker.scss */
      .picker-table td .picker-day.picker-day--disabled {
        cursor: default;
        opacity: 0.3; }
        /* line 165, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_datepicker.scss */
        .picker-table td .picker-day.picker-day--disabled:hover {
          background: 0; }
  /* line 171, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_datepicker.scss */
  .picker-table .picker-weekday {
    background-color: #a62037;
    border-right: 1px solid #a62037;
    color: #fff;
    font-size: 0.625rem;
    font-style: normal;
    font-weight: 400;
    height: 28px;
    line-height: 2.8;
    text-transform: uppercase; }
    /* line 181, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_datepicker.scss */
    .picker-table .picker-weekday:first-child {
      border-left: 1px solid #a62037; }
  /* line 185, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_datepicker.scss */
  .picker-table .picker-day--infocus {
   /**
	*  Changing for accessibility/ADA compliance
	*  color: #878787;
	*  color: rgba(118,118,118,1);
	*/
	color: rgba(100,100,100,1);
    }
    /* line 187, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_datepicker.scss */
    .picker-table .picker-day--infocus:hover {
      background: #ededed; }
  /* line 191, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_datepicker.scss */
  .picker-table .picker-day--outfocus {
   /**
	*  Changing for accessibility/ADA compliance
	*  color: #ededed;
	*/
	background: #f3f3f3;
	color: rgba(100, 100, 100, 1);
    }
    /* line 193, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_datepicker.scss */
    .picker-table .picker-day--outfocus:hover {
      background: #ededed; }
  /* line 197, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_datepicker.scss */
  .picker-table .picker-day--selected,
  .picker-table .picker-day--selected:hover,
  .picker-table .picker--focused .picker-day--selected {
    color: #fff;
    background: #c6883e;
    border: 0; }
  /* line 204, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_datepicker.scss */
  .picker-table .picker-day--today:not(.picker-day--selected) {
    background: #ededed;
    border: 0; }
    /* line 207, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_datepicker.scss */
    .picker-table .picker-day--today:not(.picker-day--selected):before {
      display: none; }

/**
* The footer containing the "today", "clear", and "close" buttons.
*/
/* line 215, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_datepicker.scss */
.picker-footer {
  text-align: center;
  display: none; }

/* line 219, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_datepicker.scss */
.picker-button--today,
.picker-button--clear,
.picker-button--close {
  border: 1px solid #fff;
  background: #fff;
  font-size: 0.8em;
  padding: 0.66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom; }

/* line 231, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_datepicker.scss */
.picker-button--today:hover,
.picker-button--clear:hover,
.picker-button--close:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb; }

/* line 239, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_datepicker.scss */
.picker-button--today:focus,
.picker-button--clear:focus,
.picker-button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none; }

/* line 246, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_datepicker.scss */
.picker-button--today:before,
.picker-button--clear:before,
.picker-button--close:before {
  position: relative;
  display: inline-block;
  height: 0; }

/* line 253, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_datepicker.scss */
.picker-button--today:before,
.picker-button--clear:before {
  content: " ";
  margin-right: 0.45em; }

/* line 258, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_datepicker.scss */
.picker-button--today:before {
  top: -0.05em;
  width: 0; }

/* line 262, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_datepicker.scss */
.picker-button--clear:before {
  top: -0.25em;
  width: 0.66em; }

/* line 266, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_datepicker.scss */
.picker-button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: 0.35em;
  color: #777; }

/* line 274, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_datepicker.scss */
.picker-button--today[disabled],
.picker-button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default; }

/* line 281, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_datepicker.scss */
.picker-button--today[disabled]:before {
  border-top-color: #aaa; }

/* ==========================================================================
    CONTENT - FAQ
   ========================================================================== */
/* line 5, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-faq.scss */
.content-faq {
  margin: 40px 0 0; }
  /* line 7, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-faq.scss */
  .content-faq:first-child {
    margin: 0; }
  /* line 11, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-faq.scss */
  .content-faq li:last-child {
    padding: 0 0 30px; }

/* line 16, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-faq.scss */
.content-accordion {
  counter-reset: accordion-counter;
  padding: 10px 0 20px;
  margin-left: -34px; }
  /* line 22, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-faq.scss */
  .content-accordion:last-child {
    padding-bottom: 0; }
  /* line 25, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-faq.scss */
  .content-accordion .accordion-item {
    border-bottom: 1px solid #ededed;
    height: 52px;
    padding-left: 34px; }
    /* line 36, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-faq.scss */
    .content-accordion .accordion-item.active .accordion-item-title:before {
      -webkit-transform: rotate(-180deg) translateZ(0);
      -moz-transform: rotate(-180deg) translateZ(0);
      -ms-transform: rotate(-180deg) translateZ(0);
      -o-transform: rotate(-180deg) translateZ(0);
      transform: rotate(-180deg) translateZ(0);
      -ms-transform: rotate(-180deg); }
    /* line 42, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-faq.scss */
    .content-accordion .accordion-item:first-child {
      border-top: 1px solid #ededed; }
  /* line 46, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-faq.scss */
  .content-accordion .accordion-item-title {
    white-space: nowrap;
    color: #363739;
    cursor: pointer;
    margin: 0;
    font: 400 19px/52px "colfax-web", sans-serif;
    height: 52px; }
    /* line 57, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-faq.scss */
    .content-accordion .accordion-item-title:first-child {
      margin: 0; }
    /* line 60, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-faq.scss */
    .content-accordion .accordion-item-title:before {
      float: right;
      font-size: 1rem;
      position: relative;
      top: 18px;
      -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: -moz-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  /* line 74, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-faq.scss */
  .content-accordion .accordion-item-body {
    padding: 22px 0 0 22px; }
    /* line 76, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-faq.scss */
    .content-accordion .accordion-item-body dt {
      color: #363739;
      font: 700 1rem/1.625 "colfax-web", sans-serif;
      padding: 0 0 16px;
      position: relative; }
      /* line 84, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-faq.scss */
      .content-accordion .accordion-item-body dt:before {
        content: counter(accordion-counter) ". ";
        counter-increment: accordion-counter;
        left: -30px;
        position: absolute;
        text-align: right;
        width: 25px; }
    /* line 93, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-faq.scss */
    .content-accordion .accordion-item-body dd {
      padding: 0 0 16px; }
    /* line 96, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-faq.scss */
    .content-accordion .accordion-item-body p {
      margin: 0;
      padding: 0 0 16px; }

/* ==========================================================================
    CONTENT - IMAGE GRID
   ========================================================================== */
/* line 5, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-imagegrid.scss */
.content-imagegrid {
  margin: 40px 0 0; }
  /* line 8, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-imagegrid.scss */
  .content-imagegrid:first-child {
    margin: 0; }

/* line 12, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-imagegrid.scss */
.content-gridimage {
  float: left;
  margin-left: 5%;
  width: 30%; }
  /* line 21, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-imagegrid.scss */
  .content-gridimage:nth-child(3n-1) {
    margin-left: 0; }
  /* line 25, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-imagegrid.scss */
  .content-gridimage img {
    width: 100%; }

/* line 29, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-imagegrid.scss */
.content-gridimage-caption {
  display: block;
  font: 400 0.875rem/1.2142857143 "colfax-web", sans-serif;
  height: 54px;
  margin: 20px 0 0;
  padding: 0 0 0 25px;
  position: relative;
  /* &:before {
		@extend .icon-download;
		font-size: 0.8125rem;
		left: 0;
		margin-right: 8px;
		position: absolute;
		top: 0;
	} */ }

/* ==========================================================================
	CONTENT - LARGE IMAGE
   ========================================================================== */
/* line 5, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-largeimage.scss */
.content-largeimage {
  position: relative;
  margin: 40px 0 0; }
  /* line 12, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-largeimage.scss */
  .content-largeimage:first-child {
    margin: 0; }
  /* line 22, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-largeimage.scss */
  .content-largeimage + .content-heading,
  .content-largeimage + .heading-share {
    margin-top: 20px; }
  /* line 26, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-largeimage.scss */
  .content-largeimage img {
    display: block;
    width: 100%; }

/* line 31, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-largeimage.scss */
.content-largeimage-caption {
  border-bottom: 1px solid #ededed;
 /**
  *  Changing for accessibility/ADA compliance
  *  color: #878787;
  */
  color: rgba(118,118,118,1);
  font: 400 0.875rem/1.4285714286 "colfax-web", sans-serif;
  padding: 20px 0; }

/* line 42, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-largeimage.scss */
.modal-wrapper {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 99999; }

/* line 54, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-largeimage.scss */
.modal {
  background: #fff;
  box-shadow: 1px 1.732px 6px 0px rgba(0, 0, 0, 0.15);
  left: 50%;
  padding: 40px;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  /* line 62, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-largeimage.scss */
  .modal img {
    height: auto;
    max-width: 80vw;
    max-height: 80vh;
    width: auto; }

/* line 69, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-largeimage.scss */
.modal-close {
  background-color: #a62037;
  cursor: pointer;
  height: 40px;
  position: absolute;
  right: 40px;
  text-align: center;
  top: 40px;
  width: 40px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s; }
  /* line 79, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-largeimage.scss */
  .modal-close:before {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.6666666667; }
  /* line 85, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-largeimage.scss */
  .modal-close:hover {
    background-color: #c6883e; }

/* line 89, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-largeimage.scss */
.image-expand {
  bottom: 10px;
  cursor: pointer;
  height: 22px;
  position: absolute;
  right: 10px;
  width: 22px; }
  /* line 96, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-largeimage.scss */
  .image-expand:before {
    color: #a62037;
    font-size: 1.375rem;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s; }
  /* line 103, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-largeimage.scss */
  .image-expand:hover:before {
    color: #c6883e; }

/* ==========================================================================
    CONTENT - LINK SECTION
   ========================================================================== */
/* line 5, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-linksection.scss */
.content-linksection {
  border-top: 1px solid #ededed;
  margin: 40px 0 0; }
  /* line 8, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-linksection.scss */
  .content-linksection:first-child {
    margin: 0; }
  /* line 11, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-linksection.scss */
  .content-linksection + .content-linksection {
    border-top: none;
    margin-top: 0; }
  /* line 15, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-linksection.scss */
  .content-linksection > .content-subheading {
    margin-bottom: 0; }
    /* line 17, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-linksection.scss */
    .content-linksection > .content-subheading:first-child {
      padding: 40px 0;
      background-color: #d7d9dc;
      background-image: -webkit-linear-gradient(left, #d7d9dc 35%, rgba(255, 255, 255, 0) 0%);
      background-image: linear-gradient(to right,#d7d9dc 35%, rgba(255, 255, 255, 0) 0%);
      background-color: transparent;
      background-position: bottom;
      background-size: 7px 1px;
      background-repeat: repeat-x; }
      /* line 134, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_util.scss */
      .lt-ie10 .content-linksection > .content-subheading:first-child {
        border-bottom: 1px dotted #d7d9dc; }

/* line 28, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-linksection.scss */
.content-link {
  padding: 40px 0;
  background-color: #d7d9dc;
  background-image: -webkit-linear-gradient(left, #d7d9dc 35%, rgba(255, 255, 255, 0) 0%);
  background-image: linear-gradient(to right,#d7d9dc 35%, rgba(255, 255, 255, 0) 0%);
  background-color: transparent;
  background-position: bottom;
  background-size: 7px 1px;
  background-repeat: repeat-x; }
  /* line 134, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/_util.scss */
  .lt-ie10 .content-link {
    border-bottom: 1px dotted #d7d9dc; }
  /* line 35, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-linksection.scss */
  .content-link > a {
    display: block;
    font: 400 0.875rem/1.4285714286 "colfax-web", sans-serif;
    text-transform: uppercase;
    margin: 6px 0 0;
    /* &.recipe:before {
			@extend .icon-recipes;
		}
		&.download:before {
			@extend .icon-download;
		}
		&.read:before {
			@extend .icon-documents;
		} */ }
    /* line 40, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-linksection.scss */
    .content-link > a:before {
      font-size: 0.9375rem;
      margin-right: 10px; }

/* line 55, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-linksection.scss */
.content-link-title {
  color: #363739;
  font: 600 24px/26px "Chronicle Text G1", "Chronicle Text G1 A", "Chronicle Text G1 B", serif; }

/* line 59, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-linksection.scss */
.content-link-description {
  color: #663a2a;
  font: 400 19px/24px "colfax-web", sans-serif; }

/* line 63, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-linksection.scss */
.content-link-summary {
  font: 400 1rem/1.625 "colfax-web", sans-serif;
  margin: 18px 0 0; }
  /* line 66, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-linksection.scss */
  .content-link-summary p:last-child {
    margin: 0; }

/* ==========================================================================
	CONTENT NAVIGATION
   ========================================================================== */
/* line 5, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-navigation.scss */
.content-navigation {
  position: absolute;
  padding: 0 28px 0 0;
  text-align: right;
  width: 220px;
  top: 0;
  -webkit-transition: padding 0.3s, width 0.3s;
  -moz-transition: padding 0.3s, width 0.3s;
  transition: padding 0.3s, width 0.3s;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }
  /* line 15, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-navigation.scss */
  .fixed-navigation .content-navigation.unfix {
    position: absolute;
    top: 0; }
  /* line 59, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-navigation.scss */
  .content-navigation li {
    margin: 0 0 14px; }
    /* line 63, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-navigation.scss */
    .content-navigation li.active a {
      color: #a25a06; }
    /* line 86, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-navigation.scss */
    .content-navigation li.active a:before {
      opacity: 1; }
    /* line 91, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-navigation.scss */
    .content-navigation li a {
      color: #363739;
      font: 400 1rem/1.5 "Chronicle Text G1", "Chronicle Text G1 A", "Chronicle Text G1 B", serif; }
      /* line 95, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-navigation.scss */
      .content-navigation li a:before {
        background-color: #a25a06;
        content: "";
        display: inline-block;
        height: 4px;
        left: -6px;
        opacity: 0;
        position: relative;
        top: -3px;
        width: 4px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        transition: opacity 0.3s; }
      /* line 108, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-navigation.scss */
      .content-navigation li a:hover,
      .content-navigation li a:focus
      {
        color: #a25a06; }
  /* line 116, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-navigation.scss */
  .fixed-navigation .content-navigation {
    position: fixed;
    top: 205px; }
    @media (max-width: 767px) {
      /* line 116, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-navigation.scss */
      .fixed-navigation .content-navigation {
        position: absolute;
        top: 0;
        width: 220px; } }
  /* line 129, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-navigation.scss */
  .active .content-navigation {
    overflow: visible; }
  /* line 134, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-navigation.scss */
  .content-navigation.content-navigation-accordion li {
    padding: 0 25px 0 0; }
    /* line 137, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-navigation.scss */
    .content-navigation.content-navigation-accordion li.accordion-item {
      cursor: pointer;
      height: 16px;
      position: relative; }
      /* line 141, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-navigation.scss */
      .content-navigation.content-navigation-accordion li.accordion-item:before {
        color: #363739;
        font-size: 0.75rem;
        right: 0;
        position: absolute;
        top: 4px;
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s;
        -moz-transition: -moz-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s;
        transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s; }
      /* line 151, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-navigation.scss */
      .content-navigation.content-navigation-accordion li.accordion-item.active:before {
        -webkit-transform: rotate(-90deg) translateZ(0);
        -moz-transform: rotate(-90deg) translateZ(0);
        -ms-transform: rotate(-90deg) translateZ(0);
        -o-transform: rotate(-90deg) translateZ(0);
        transform: rotate(-90deg) translateZ(0);
        -ms-transform: rotate(-90deg); }
      /* line 156, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-navigation.scss */
      .content-navigation.content-navigation-accordion li.accordion-item.active li:first-child a {
        color: #a25a06; }
      /* line 161, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-navigation.scss */
      .content-navigation.content-navigation-accordion li.accordion-item li {
        margin: 0 0 11px;
        padding: 0; }
        /* line 164, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-navigation.scss */
        .content-navigation.content-navigation-accordion li.accordion-item li.accordion-item-title {
          padding: 0 25px 0 0;
          position: relative;
          right: -25px; }
        /* line 170, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-navigation.scss */
        .content-navigation.content-navigation-accordion li.accordion-item li.active a {
          color: #a25a06; }
        /* line 175, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-navigation.scss */
        .content-navigation.content-navigation-accordion li.accordion-item li:not(.active) a:before {
          display: none; }
        /* line 179, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-navigation.scss */
        .content-navigation.content-navigation-accordion li.accordion-item li:last-child {
          margin: 0; }
        /* line 182, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-navigation.scss */
        .content-navigation.content-navigation-accordion li.accordion-item li a {
         /**
		  *  Changing for accessibility/ADA compliance
		  *  color: #878787;
		  */
		  color: rgba(118,118,118,1);
          font-family: "colfax-web", sans-serif;
          font-weight: 400;
          font-size: 0.875rem; }
        /* line 188, D:/Projects/grand-lux-cafe-cp-rebuild/FED/assets/sass/modules/_content-navigation.scss */
        .content-navigation.content-navigation-accordion li.accordion-item li span {
          color: #363739; }
.sr-only
{
	opacity: 0;
	position: absolute;
	z-index: 1000;
}
.hide-desktop
{
	display: none;
}
/* Cookie banner */
.banner-cookie-policy
{
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 1000;
	padding: 1.5rem 1rem;
	color: rgb(255,255,255);
    font-family: "colfax-web", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.25;
	background-color: #B36200;
	border-top: solid 3px rgb(137, 75, 0);
	opacity: 0;
    display: none;
}
.banner-cookie-policy.visible
{
	opacity: 1;
    display: block;
	-webkit-animation-duration: 0.8s;
	-moz-animation-duration: 0.8s;
	-o-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-name: slide_up;
	animation-name: slide_up;
}
.banner-cookie-policy.accepted
{
	opacity: 0;
	transform: translateY(120%);
	transition: opacity 0.4s ease-out, transform 0.3s ease-out;
}
.banner-cookie-policy-content
{
	display: flex;
	align-items: center;
	opacity: 0;
	animation: fade_in 0.8s 0.3s ease-out forwards;
}
.banner-cookie-policy a
{
	color: rgb(255,255,255);
	font-weight: 400;
	text-decoration: underline;
}
.banner-cookie-policy a:hover
{
	text-decoration: none;
}
.banner-cookie-policy .btn
{
	width: 100%;
	margin: 0 0 0 125px;
	flex: 1 0 175px;
	border: solid 1px transparent;
	color: rgb(168, 8, 51) !important;
	background-color: rgb(255,255,255);
}
.banner-cookie-policy .btn:hover
{
	background-color: rgb(185, 13, 54);
	color: rgb(255,255,255) !important;
}
@keyframes slide_up
{
	0%
	{
		-webkit-transform:translateY(100%);
		-ms-transform:translateY(100%);
		transform:translateY(100%);
	}
	100%
	{
		-webkit-transform:translateY(0);
		-ms-transform:translateY(0);
		transform:translateY(0);
	}
}
@keyframes fade_in
{
	0%
	{
		opacity: 0;
	}
	100%
	{
		opacity: 1;
	}
}