/* ==========================================================================
    RESET - desktop
   ========================================================================== */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }
body {
  line-height: 1; }
ol, ul {
  list-style: none; }
blockquote, q {
  quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
  content: none; }
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.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }
/**
 * Remove default margin.
 */
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.
 */
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.
 */
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.
 */
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.
 */
[hidden], template {
  display: none; }
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }
sup {
  top: -0.5em; }
sub {
  bottom: -0.25em; }
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
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.
 */
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.
 */
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.
 */
button, select {
  text-transform: none; }
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }
/**
 * Remove inner padding and border in Firefox 4+.
 */
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.
 */
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.
 */
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`.
 */
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).
 */
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).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
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.
 */
optgroup {
  font-weight: bold; }
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }
td, th {
  padding: 0; }
/* ==========================================================================
    VARS
   ========================================================================== */
@font-face {
  font-family: 'icomoon';
  src: url('/Assets/icons/icomoon.eot');
  src: url('/Assets/icons/icomoon.eot?#iefix') format('embedded-opentype'), url('/Assets/icons/icomoon.svg#icomoon') format('svg'), url('/Assets/icons/icomoon.woff') format('woff'), url('/Assets/icons/icomoon.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }
[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-"] {
*/
.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-social-facebook, .social-facebook: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; }
.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"; }
.icon-arrow, .text-submit-wrapper button:before {
  content: "\e601"; }
.icon-social-facebook, .social-facebook:before {
  content: "\e602"; }
.icon-menu {
  content: "\e603"; }
.icon-exit, .modal-close:before {
  content: "\e604"; }
.icon-expand, .image-expand:before {
  content: "\e605"; }
/* ==========================================================================
		MIXINS
	 ========================================================================== */
.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 {
  5% {
    opacity: 1; }
  50% {
    opacity: 0; }
  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 {
  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); } }
@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
   ========================================================================== */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
input[type="search"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box;
  -webkit-appearance: none; }
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; }
* {
  outline: 0; }
/* IE 10 Overrides */
*::-ms-clear {
  display: none; }
body {
  -ms-overflow-style: scrollbar !important; }
input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }
select {
  border-radius: 0; }
textarea {
  resize: none; }
input[type=submit] {
  cursor: pointer; }
/* Mobile Overrides */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none; }
.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
   ========================================================================== */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
body, html {
  position: relative;
  height: 100%; }
html.full-menu {
  overflow: hidden; }
  html.full-menu body {
    overflow: hidden;
    width: 100%; }
body {
  color: #878787;
  background-color: #fff;
  font: 16px "Chronicle Text G1", "Chronicle Text G1 A", "Chronicle Text G1 B", serif;
  min-width: 768px;
  padding: 205px 0 0; }
  body.page-home {
    padding: 0; }
  @media (min-width: 1000px) {
    body {
      min-width: 1000px;
      overflow-x: hidden; } }
a {
  text-decoration: none;
  color: #a62037;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover {
    color: #a25a06; }
  a:active {
    color: #a25a06; }
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; }
fieldset {
  margin: 0;
  padding: 0;
  border: 0; }
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; }
  .lt-ie10 hr {
    border-bottom: 1px dotted #d7d9dc; }
em, i {
  font-style: italic; }
u {
  text-decoration: underline; }
::selection {
  background: #878787;
  color: #fff; }
::-moz-selection {
  background: #878787;
  color: #fff; }
.wrapper {
  position: relative; }
.container {
  margin: 0 auto;
  position: relative;
  padding: 0 40px;
  max-width: 1080px; }
.btn {
  background-color: #a62037;
  border: 0;
  color: #fff;
  display: block;
  font: 600 16px/40px "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; }
  .btn:hover {
    background-color: #c6883e;
    color: #fff; }
  .btn:active {
    background-color: #c6883e;
    color: #fff; }
.text-submit-wrapper {
  position: relative; }
  .text-submit-wrapper input {
    padding-right: 50px; }
  .text-submit-wrapper button {
    background-color: #a62037;
    height: 40px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0;
    width: 40px; }
    .text-submit-wrapper button:before {
      color: #fff;
      position: absolute;
      text-align: center;
      font-size: 16px;
      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); }
    .text-submit-wrapper button:hover, .text-submit-wrapper button:active {
      background-color: #c6883e; }
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;
  color: #878787;
  font: 400 14px/40px "colfax-web", sans-serif;
  padding: 0 10px;
  height: 40px;
  width: 100%; }
  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; }
  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; }
  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 {
    color: #878787;
    font-family: 400; }
  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 {
    color: #878787;
    font-family: 400; }
  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 {
    color: #878787;
    font-family: 400; }
  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 {
    color: #878787;
    font-family: 400; }
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; }
  input[type="date"]:hover {
    background-position: right -120px; }
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; }
  select:hover {
    background-position: right -40px; }
  select::-ms-expand {
    display: none; }
  select::-ms-value {
    background: none;
    color: #878787; }
  .lt-ie10 select {
    padding: 0 0 0 10px;
    background-image: none; }
textarea {
  height: 160px;
  line-height: 25px;
  padding: 10px; }
.choice-label {
  color: #a62037;
  font: 400 16px/16px "colfax-web", sans-serif; }
.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); }
.accordion-item-title {
  cursor: pointer; }
/* ==========================================================================
	RADIO / CHECKBOXES (IE9+)
========================================================================== */
input[type="radio"], input[type="checkbox"] {
  width: 0;
  height: 0;
  position: absolute;
  top: -10px;
  left: -10px;
  visibility: hidden; }
  .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; }
  input[type="radio"] + .choice-label, input[type="checkbox"] + .choice-label {
    cursor: pointer;
    height: 24px;
    padding: 0 0 0 28px;
    position: relative;
    vertical-align: top; }
    .lt-ie9 input[type="radio"] + .choice-label, .lt-ie9 input[type="checkbox"] + .choice-label {
      padding: 0; }
      .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; }
    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; }
    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; }
  input[type="radio"]:disabled + .choice-label, input[type="checkbox"]:disabled + .choice-label {
    opacity: 0.5; }
input[type="radio"] + .choice-label:before {
  background-color: none;
  border: 2px solid #a62037;
  border-radius: 50%; }
input[type="radio"] + .choice-label:after {
  background: #c6883e;
  border-radius: 50%;
  content: "";
  top: 9px;
  left: 9px; }
.form-dark input[type="radio"] + .choice-label:before {
  border-color: #fff; }
.form-dark input[type="radio"] + .choice-label:checked:before {
  border-color: #c6883e; }
input[type="radio"]:checked + .choice-label:before {
  border-color: #c6883e; }
input[type="radio"]:checked + .choice-label:after {
  width: 8px;
  height: 8px;
  top: 5px;
  left: 5px; }
input[type="radio"]:hover:not(:disabled) + .choice-label:before {
  border-color: #c6883e; }
input[type="checkbox"] + .choice-label:before {
  background-color: #fff;
  border: 1px solid #9f9e9d;
  border-radius: 2px; }
input[type="checkbox"] + .choice-label:after {
  color: #fff;
  display: block;
  font-size: 0;
  text-align: center;
  width: 11px;
  height: 10px;
  top: 9px;
  left: 4px; }
.form-dark input[type="checkbox"] + .choice-label:before {
  background-color: #fff;
  border-color: #fff; }
.form-dark input[type="checkbox"] + .choice-label:checked:before {
  background-color: #c6883e;
  border-color: #c6883e; }
input[type="checkbox"]:checked + .choice-label:before {
  background-color: #c6883e;
  border-color: #c6883e; }
input[type="checkbox"]:checked + .choice-label:after {
  font-size: 11px;
  top: 4px;
  left: 4px; }
input[type="checkbox"]:hover:not(:disabled) + .choice-label:before {
  background-color: #c6883e;
  border-color: #c6883e; }
.keepcase {
  text-transform: none !important; }
@media print {
  /* ==========================================================================
		PRINT VIEW FIXES
	========================================================================== */
  * {
    -webkit-transition: all 0s !important;
    -moz-transition: all 0s !important;
    transition: all 0s !important;
    border-radius: 0 !important;
    box-shadow: none !important; }
  .header, #navigation, .content-navigation {
    display: none !important; }
  .content-column {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative; } }
/* ==========================================================================
	 HEADER
	========================================================================== */
.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; }
  .page-home .header {
    position: relative; }
.main-header {
  height: 100%;
  margin: 0 auto;
  position: relative; }
.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; }
  .lt-ie10 .site-logo {
    background: url('/assets/images/global/glc-logo.png') no-repeat; }
  @media (max-width: 999px) {
    .site-logo {
      height: 38px;
      margin: 34px 0 0;
      width: 230px; } }
  .site-logo a {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%; }
.main-header-controls {
  float: right;
  margin: 37px 0 0;
  -webkit-font-smoothing: antialiased; }
  .main-header-controls > li .head-more {
    padding: 0 22px 0 0; }
  .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) {
      .main-header-controls > li {
        margin: 0 0 0 20px; } }
    .main-header-controls > li:first-child {
      margin: 0; }
    .main-header-controls > li.active > a {
      color: #a25a06; }
    .main-header-controls > li > a, .main-header-controls > li > span {
      color: inherit;
      cursor: pointer;
      display: block; }
      .main-header-controls > li > a:hover, .main-header-controls > li > span:hover {
        color: #a25a06; }
      .main-header-controls > li > a:active, .main-header-controls > li > span:active {
        color: #a25a06; }
      .main-header-controls > li > a > span, .main-header-controls > li > span > span {
        font: 400 16px/21px "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) {
          .main-header-controls > li > a > span, .main-header-controls > li > span > span {
            font-size: 14px; } }
.head-more:before {
  color: inherit;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 5px; }
.head-more:hover .head-more-menu {
  max-height: 300px; }
.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; }
  .head-more-menu li {
    border-top: 1px solid #ededed;
    height: 48px;
    line-height: 48px;
    text-align: right; }
    .head-more-menu li:first-child {
      border: 0;
      margin: 5px 0 0; }
    .head-more-menu li a {
      color: #363739;
      display: block; }
      .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; }
      .head-more-menu li a:hover, .head-more-menu li a:active {
        color: #c6883e; }
        .head-more-menu li a:hover:before, .head-more-menu li a:active:before {
          opacity: 1; }
/* ==========================================================================
	 FOOTER
	========================================================================== */
.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: 34px 40px 0; }
  .footer a {
    color: #878787; }
    .footer a:hover, .footer a:active {
      color: #a25a06; }
  @media (max-width: 999px) {
    .footer {
      padding: 22px 40px 0; } }
.footer-links, .copyright {
  float: left;
  font: 400 12px/12px "colfax-web", sans-serif; }
  @media (max-width: 999px) {
    .footer-links, .copyright {
      line-height: 18px; } }
.copyright {
  padding: 0 0 0 40px; }
  @media (max-width: 999px) {
    .copyright {
      clear: both;
      padding: 0; } }
  .copyright br {
    display: none; }
.footer-links li {
  float: left; }
  .footer-links li:before {
    content: "|";
    float: left;
    padding: 0 5px; }
  .footer-links li:first-child:before {
    content: "";
    padding: 0; }
.footer-links a {
  float: left; }
.footer-social {
  display: block;
  position: absolute;
  right: 40px;
  top: 20px; }
  .footer-social a {
    display: block;
    position: relative;
    text-indent: -9999px;
    height: 40px;
    width: 40px; }
    .footer-social a:before {
      font-size: 40px; }
    .footer-social a:before {
      position: absolute;
      text-indent: 0;
      top: 0;
      left: 0; }
@media (max-width: 999px) { }
/* ==========================================================================
	HOME GALLERY
   ========================================================================== */
.home-gallery {
  width: 100%;
  overflow: hidden;
  height: -webkit-calc(100vh - 95px - 80px);
  height: calc(100vh - 95px - 80px); }
.home-tile {
  background-size: cover;
  float: left;
  position: relative; }
  .home-tile.home-tile-1 {
    background-color: white;
    height: 100%;
    width: 34%; }
  .home-tile.home-tile-2 {
    background-color: #fafafa; }
  .home-tile.home-tile-3 {
    background-color: #f5f5f5; }
  .home-tile.home-tile-4 {
    background-color: #f0f0f0; }
  .home-tile.home-tile-5 {
    background-color: #ebebeb; }
  .home-tile.home-tile-6 {
    background-color: #e6e6e6; }
  .home-tile.home-tile-2, .home-tile.home-tile-3, .home-tile.home-tile-4 {
    height: 50%;
    width: 22%; }
  .home-tile.home-tile-5, .home-tile.home-tile-6 {
    height: 50%;
    width: 33%; }
  @media (max-width: 999px) {
    .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%; } }
  .lte-safari7 .home-tile.home-tile-1 {
    height: 80vh; }
  .lte-safari7 .home-tile.home-tile-2, .lte-safari7 .home-tile.home-tile-3, .lte-safari7 .home-tile.home-tile-4 {
    height: 40vh; }
  .lte-safari7 .home-tile.home-tile-5, .lte-safari7 .home-tile.home-tile-6 {
    height: 40vh; }
.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; }
  .home-tile-hover:hover {
    opacity: 1; }
    .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); }
  .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; }
  .home-tile-hover .home-tile-caption {
    font-size: 20px;
    line-height: 20px;
    position: relative;
    padding: 0 0 24px; }
    .home-tile-hover .home-tile-caption:before {
      background-color: #d7a56f;
      bottom: 0;
      content: " ";
      display: block;
      height: 1px;
      overflow: hidden;
      position: absolute;
      width: 100%; }
    .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; }
  .home-tile-hover .home-tile-title {
    padding: 16px 0 0;
    font-size: 32px;
    line-height: 36px; }
/* ==========================================================================
    CONTENT
   ========================================================================== */
.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; }
  .content-column.full-column {
    border: none;
    float: none;
    margin: 0 auto;
    padding: 0;
    width: auto; }
  .content-column p, .content-column ul, .content-column ol, .content-column table {
    color: #878787;
    margin: 0 0 30px;
    font: 400 16px/26px "colfax-web", sans-serif; }
    .content-column p.large-text, .content-column ul.large-text, .content-column ol.large-text, .content-column table.large-text {
      font-size: 22px;
      line-height: 26px;
      margin: -10px 0 10px; }
    .content-column p a, .content-column ul a, .content-column ol a, .content-column table a {
      font-weight: 600; }
  .content-column ul {
    list-style: none;
    padding-left: 12px; }
    .content-column ul li {
      position: relative; }
      .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; }
      .content-column ul li + li {
        margin: 8px 0 0; }
  .content-column ol {
    list-style: decimal;
    padding-left: 25px; }
    .content-column ol li + li {
      margin: 8px 0 0; }
  .content-column hr {
    margin: 30px 0; }
  .content-column b, .content-column strong {
    font: 600 16px/26px "colfax-web", sans-serif; }
  .content-column blockquote {
    padding: 15px; }
  .content-column .btn {
    display: block;
    margin: 30px 0 0 0; }
  .content-column .breadcrumbs {
    padding: 0; }
    .content-column .breadcrumbs li {
      display: inline; }
      .content-column .breadcrumbs li:before {
        background: none;
        color: #a62037;
        content: " / ";
        height: auto;
        position: static;
        width: auto; }
      .content-column .breadcrumbs li:first-child:before {
        content: none; }
      .content-column .breadcrumbs li a {
        font-weight: 400; }
  .content-column .location-list {
    float: left;
    margin: 0 80px 0 0;
    padding: 0; }
    .content-column .location-list li {
      line-height: 30px;
      margin: 0; }
      .content-column .location-list li:before {
        display: none; }
  .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; }
    .lt-ie10 .content-column .small-title {
      border-top: 1px dotted #d7d9dc; }
  .content-column .content-location-frame {
    margin: 30px 0 0; }
    @media (min-width: 1000px) {
      .content-column .content-location-frame {
        height: 100%;
        margin: 0;
        position: absolute;
        right: 0;
        top: 0; } }
    .content-column .content-location-frame iframe {
      height: 100%;
      width: 100%; }
.content-split {
  position: relative;
  zoom: 1; }
  .content-split:before, .content-split:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .content-split:after {
    clear: both; }
  .content-split > div {
    position: relative; }
    @media (min-width: 1000px) {
      .content-split > div {
        width: 44%; }
        .content-split > div:first-child {
          padding-right: 40px;
          width: 56%; }
        .content-split > div.split-float {
          float: left; } }
    .content-split > div table {
      margin: 0; }
  .content-split p {
    margin: 0 0 8px; }
@media (min-width: 1000px) {
  .location-info .text-submit-wrapper {
    max-width: 320px; } }
.time-table tr td {
  line-height: 30px; }
  .time-table tr td:first-child {
    font-weight: 400;
    padding-right: 40px;
    text-align: right; }
.time-note {
  font: 400 14px/20px "colfax-web", sans-serif;
  padding: 40px 0 0;
  position: relative; }
  @media (min-width: 1000px) {
    .time-note {
      padding-bottom: 40px; } }
  @media (max-width: 999px) {
    .time-note br {
      display: none; } }
.content-column h1, .content-column h2, .content-column h3, .content-column h4, .content-column h5, .content-column h6 {
  color: #363739;
  margin: 0 0 12px; }
.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; }
.content-column h1 {
  font: 700 28px/36px "Chronicle Text G1", "Chronicle Text G1 A", "Chronicle Text G1 B", serif; }
.content-heading, .content-column h2 {
  font: 700 26px/34px "Chronicle Text G1", "Chronicle Text G1 A", "Chronicle Text G1 B", serif; }
.content-subheading, .content-column h3 {
  font: 700 24px/32px "Chronicle Text G1", "Chronicle Text G1 A", "Chronicle Text G1 B", serif; }
.content-subtitle, .content-column h4 {
  font: 700 22px/30px "Chronicle Text G1", "Chronicle Text G1 A", "Chronicle Text G1 B", serif; }
.content-column h5 {
  font: 700 20px/28px "Chronicle Text G1", "Chronicle Text G1 A", "Chronicle Text G1 B", serif; }
.content-column h6 {
  font: 600 18px/26px "Chronicle Text G1", "Chronicle Text G1 A", "Chronicle Text G1 B", serif; }
.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; }
  .lt-ie10 .content-giftcard {
    border-bottom: 1px dotted #d7d9dc; }
  .content-giftcard img {
    margin: 0 0 30px; }
  .content-giftcard .content-giftcard-info {
    padding: 0 0 0 255px; }
    @media (max-width: 999px) {
      .content-giftcard .content-giftcard-info {
        padding: 0; } }
  .content-giftcard img {
    height: 235px;
    left: 0;
    position: absolute;
    top: 0;
    width: 235px; }
    @media (max-width: 999px) {
      .content-giftcard img {
        display: block;
        position: relative; } }
  .content-giftcard ul {
    margin: 0; }
    .content-giftcard ul li {
      margin: 0 0 30px; }
.content-largeimage + .small-title {
  background: none;
  border: 0; }
.content-location-frame + .small-title {
  background: none;
  margin: 0; }
/* ==========================================================================
	 CONTENT HEADER
	========================================================================== */
.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); }
  .content-header .container {
    min-width: 768px; }
    .fixed-navigation .content-header .container {
      padding-left: 295px; }
.content-header-title, .content-header-subtitle {
  float: left;
  font: 700 26px/70px "Chronicle Text G1", "Chronicle Text G1 A", "Chronicle Text G1 B", serif; }
.content-header-title {
  color: #363739; }
.content-header-subtitle {
  color: #878787;
  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; }
  .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
	========================================================================== */
.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); }
  .content-column .content-food-heading .content-food-heading-name {
    padding-right: 15px; }
  .content-column .content-food-heading .content-food-heading-caption {
    color: #878787;
    font: 400 14px/20px "colfax-web", sans-serif;
    font-style: italic; }
  .content-column .content-food-heading.food-heading-fixed {
    background: #fff;
    display: none;
    padding-top: 30px;
    position: fixed;
    top: 125px;
    width: 780px;
    z-index: 8000; }
    .content-column .content-food-heading.food-heading-fixed.fixed {
      display: block; }
    @media (max-width: 767px) {
      .content-column .content-food-heading.food-heading-fixed {
        display: none; }
        .content-column .content-food-heading.food-heading-fixed.fixed {
          display: none; } }
    .content-column .content-food-heading.food-heading-fixed + .content-food-menu {
      padding-top: 20px; }
  .content-column .content-food-heading.leave {
    background: #fff;
    z-index: 7000; }
    .content-column .content-food-heading.leave:before {
      background: #fff;
      content: " ";
      display: block;
      height: 30px;
      position: absolute;
      top: -30px;
      width: 100%; }
.content-column .content-food-subheading {
  color: #555;
  font-size: 22px;
  line-height: 30px;
  margin: 20px 0 10px; }
.content-column .content-food-menu {
  list-style: none;
  margin: 0;
  padding: 0; }
  .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 16px/26px "colfax-web", sans-serif;
    padding: 20px 0; }
    .lt-ie10 .content-column .content-food-menu li {
      border-bottom: 1px dotted #d7d9dc; }
    .content-column .content-food-menu li:before {
      display: none; }
    .lt-ie10 .content-column .content-food-menu li {
      border-bottom: 1px dotted #ededed; }
  .content-column .content-food-menu p {
    font: inherit;
    margin: 0;
    padding: 0; }
  .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; }
  .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
   ========================================================================== */
.contact-form {
  margin: 16px 0 0;
  overflow: hidden; }
  .contact-form:first-child {
    margin: 0; }
  .contact-form .content-contactform-success {
    display: none; }
.content-contactform {
  padding: 24px 0 0; }
  .content-contactform .field-wrapper {
    float: left;
    position: relative;
    width: 67%; }
    .content-contactform .field-wrapper.form-error:before {
      background-color: #ef3a41;
      border-radius: 3px 3px 0 0;
      color: #fff;
      content: attr(data-error);
      font: 600 14px/25px "colfax-web", sans-serif;
      height: 25px;
      padding: 0 10px;
      position: absolute;
      top: -24px;
      right: 0; }
    .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; }
    .content-contactform .field-wrapper.date-field {
      position: relative; }
      .content-contactform .field-wrapper.date-field span {
        font: 400 14px/25px "colfax-web", sans-serif;
        left: 0;
        position: absolute;
        top: 0;
        padding: 8px 12px; }
    .content-contactform .field-wrapper + legend {
      clear: both;
      padding: 20px 0 0; }
  .content-contactform label {
    color: #363739;
    font: 400 16px/20px "colfax-web", sans-serif;
    clear: both;
    display: block;
    float: left;
    height: 40px;
    margin: 0 0 20px;
    padding: 0 16px 0 0;
    width: 33%; }
    .content-contactform label .required {
      color: #a62037; }
      .content-contactform label .required:after {
        content: " "; }
  .content-contactform input[type="submit"] {
    display: block;
    margin: 40px 0 0 33%;
    width: 67%; }
  .content-contactform .choice-label {
    clear: none;
    width: auto;
    padding-right: 20px !important; }
  .content-contactform .triple-field input {
    float: left;
    width: 30%;
    margin: 0 0 0 5%; }
    .content-contactform .triple-field input:first-child {
      margin: 0; }
.comment-charactercount {
  clear: both;
  font: 400 13px/13px "colfax-web", sans-serif;
  padding: 10px 0 40px 33%; }
.content-disclaimer {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  clear: both;
  padding: 18px 0; }
/* ==========================================================================
MODULE - DATE PICKER
========================================================================== */
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); }
  input.datepicker:hover, .field-wrapper:hover > input.datepicker {
    background-position: right -120px; }
.picker {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }
.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; }
  .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; }
    .lt-ie9 .picker--opened .picker-holder {
      display: block; }
  .picker-holder .picker-box {
    padding: 0; }
    .picker-holder .picker-box .picker-header {
      background: #fff;
      border: 1px solid #878787;
      border-bottom: 0;
      font-size: 14px;
      height: 52px;
      line-height: 20px;
      margin: 0;
      padding: 6px 0;
      position: relative;
      text-align: center; }
      .picker-holder .picker-box .picker-header .picker-month, .picker-holder .picker-box .picker-header .picker-year {
        color: #878787;
        font-family: "Chronicle Text G1", "Chronicle Text G1 A", "Chronicle Text G1 B", serif;
        font-size: 16px;
        font-style: normal;
        text-transform: uppercase;
        vertical-align: middle; }
      .picker-holder .picker-box .picker-header .picker-year {
        margin: 0 0 0 0.25em; }
/* ==============================
The month navigation buttons.
============================== */
.picker-nav--prev, .picker-nav--next {
  cursor: pointer;
  height: 50px;
  position: absolute;
  top: 0;
  width: 50px; }
  .picker-nav--prev.picker-nav--disabled, .picker-nav--next.picker-nav--disabled {
    cursor: default; }
  .picker-nav--prev:hover:before, .picker-nav--next:hover:before {
    color: #c6883e; }
  .picker-nav--prev:before, .picker-nav--next:before {
    color: #a62037;
    display: block;
    font-size: 15px;
    line-height: 50px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
.picker-nav--prev {
  border-right: 1px solid #ededed;
  left: 0; }
  .picker-nav--prev:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
.picker-nav--next {
  border-left: 1px solid #ededed;
  right: 0; }
  .picker-nav--next:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
.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
============================== */
.picker-table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  margin: 0 !important;
  table-layout: fixed;
  text-align: center;
  width: 100%; }
  .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: 14px;
    font-style: normal;
    font-weight: 400;
    height: 38px;
    margin: 0;
    padding: 0;
    width: 38px; }
    .picker-table td:first-child {
      border-left: 1px solid #878787; }
    .picker-table td:last-child {
      border-right: 1px solid #878787; }
    .picker-table td .picker-day {
      padding: 5px 0;
      cursor: pointer; }
      .picker-table td .picker-day.picker-day--disabled {
        cursor: default;
        opacity: 0.3; }
        .picker-table td .picker-day.picker-day--disabled:hover {
          background: 0; }
  .picker-table .picker-weekday {
    background-color: #a62037;
    border-right: 1px solid #a62037;
    color: #fff;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    height: 28px;
    line-height: 28px;
    text-transform: uppercase; }
    .picker-table .picker-weekday:first-child {
      border-left: 1px solid #a62037; }
  .picker-table .picker-day--infocus {
    color: #878787; }
    .picker-table .picker-day--infocus:hover {
      background: #ededed; }
  .picker-table .picker-day--outfocus {
    color: #ededed; }
    .picker-table .picker-day--outfocus:hover {
      background: #ededed; }
  .picker-table .picker-day--selected, .picker-table .picker-day--selected:hover, .picker-table .picker--focused .picker-day--selected {
    color: #fff;
    background: #c6883e;
    border: 0; }
  .picker-table .picker-day--today:not(.picker-day--selected) {
    background: #ededed;
    border: 0; }
    .picker-table .picker-day--today:not(.picker-day--selected):before {
      display: none; }
/**
* The footer containing the "today", "clear", and "close" buttons.
*/
.picker-footer {
  text-align: center;
  display: none; }
.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; }
.picker-button--today:hover, .picker-button--clear:hover, .picker-button--close:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb; }
.picker-button--today:focus, .picker-button--clear:focus, .picker-button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none; }
.picker-button--today:before, .picker-button--clear:before, .picker-button--close:before {
  position: relative;
  display: inline-block;
  height: 0; }
.picker-button--today:before, .picker-button--clear:before {
  content: " ";
  margin-right: 0.45em; }
.picker-button--today:before {
  top: -0.05em;
  width: 0; }
.picker-button--clear:before {
  top: -0.25em;
  width: 0.66em; }
.picker-button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: 0.35em;
  color: #777; }
.picker-button--today[disabled], .picker-button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default; }
.picker-button--today[disabled]:before {
  border-top-color: #aaa; }
/* ==========================================================================
    CONTENT - FAQ
   ========================================================================== */
.content-faq {
  margin: 40px 0 0; }
  .content-faq:first-child {
    margin: 0; }
  .content-faq li:last-child {
    padding: 0 0 30px; }
.content-accordion {
  counter-reset: accordion-counter;
  padding: 10px 0 20px;
  margin-left: -34px; }
  .content-accordion:last-child {
    padding-bottom: 0; }
  .content-accordion .accordion-item {
    border-bottom: 1px solid #ededed;
    height: 52px;
    padding-left: 34px; }
    .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); }
    .content-accordion .accordion-item:first-child {
      border-top: 1px solid #ededed; }
  .content-accordion .accordion-item-title {
    color: #363739;
    cursor: pointer;
    margin: 0;
    font: 400 19px/52px "colfax-web", sans-serif;
    height: 52px; }
    .content-accordion .accordion-item-title:first-child {
      margin: 0; }
    .content-accordion .accordion-item-title:before {
      float: right;
      font-size: 16px;
      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); }
  .content-accordion .accordion-item-body {
    padding: 22px 0 0 22px; }
    .content-accordion .accordion-item-body dt {
      color: #363739;
      font: 700 16px/26px "colfax-web", sans-serif;
      padding: 0 0 16px;
      position: relative; }
      .content-accordion .accordion-item-body dt:before {
        content: counter(accordion-counter) '. ';
        counter-increment: accordion-counter;
        left: -30px;
        position: absolute;
        text-align: right;
        width: 25px; }
    .content-accordion .accordion-item-body dd {
      padding: 0 0 16px; }
    .content-accordion .accordion-item-body p {
      margin: 0;
      padding: 0 0 16px; }
/* ==========================================================================
    CONTENT - IMAGE GRID
   ========================================================================== */
.content-imagegrid {
  margin: 40px 0 0; }
  .content-imagegrid:first-child {
    margin: 0; }
.content-gridimage {
  float: left;
  margin-left: 5%;
  width: 30%; }
  .content-gridimage:nth-child(3n-1) {
    margin-left: 0; }
  .content-gridimage img {
    width: 100%; }
.content-gridimage-caption {
  display: block;
  font: 400 14px/17px "colfax-web", sans-serif;
  height: 54px;
  margin: 20px 0 0;
  padding: 0 0 0 25px;
  position: relative; }
  .content-gridimage-caption:before {
    font-size: 13px;
    left: 0;
    margin-right: 8px;
    position: absolute;
    top: 0; }
/* ==========================================================================
	CONTENT - LARGE IMAGE
   ========================================================================== */
.content-largeimage {
  position: relative;
  margin: 40px 0 0; }
  .content-largeimage:first-child {
    margin: 0; }
  .content-largeimage + .content-heading, .content-largeimage + .heading-share {
    margin-top: 20px; }
  .content-largeimage img {
    display: block;
    width: 100%; }
.content-largeimage-caption {
  border-bottom: 1px solid #ededed;
  color: #878787;
  font: 400 14px/20px "colfax-web", sans-serif;
  padding: 20px 0; }
.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; }
.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%); }
  .modal img {
    height: auto;
    max-width: 80vw;
    max-height: 80vh;
    width: auto; }
.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; }
  .modal-close:before {
    color: #fff;
    font-size: 24px;
    line-height: 40px; }
  .modal-close:hover {
    background-color: #c6883e; }
.image-expand {
  bottom: 10px;
  cursor: pointer;
  height: 22px;
  position: absolute;
  right: 10px;
  width: 22px; }
  .image-expand:before {
    color: #a62037;
    font-size: 22px;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s; }
  .image-expand:hover:before {
    color: #c6883e; }
/* ==========================================================================
    CONTENT - LINK SECTION
   ========================================================================== */
.content-linksection {
  border-top: 1px solid #ededed;
  margin: 40px 0 0; }
  .content-linksection:first-child {
    margin: 0; }
  .content-linksection + .content-linksection {
    border-top: none;
    margin-top: 0; }
  .content-linksection > .content-subheading {
    margin-bottom: 0; }
    .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; }
      .lt-ie10 .content-linksection > .content-subheading:first-child {
        border-bottom: 1px dotted #d7d9dc; }
.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; }
  .lt-ie10 .content-link {
    border-bottom: 1px dotted #d7d9dc; }
  .content-link > a {
    display: block;
    font: 400 14px/20px "colfax-web", sans-serif;
    text-transform: uppercase;
    margin: 6px 0 0; }
    .content-link > a:before {
      font-size: 15px;
      margin-right: 10px; }
.content-link-title {
  color: #363739;
  font: 600 24px/26px "Chronicle Text G1", "Chronicle Text G1 A", "Chronicle Text G1 B", serif; }
.content-link-description {
  color: #663a2a;
  font: 400 19px/24px "colfax-web", sans-serif; }
.content-link-summary {
  font: 400 16px/26px "colfax-web", sans-serif;
  margin: 18px 0 0; }
  .content-link-summary p:last-child {
    margin: 0; }
/* ==========================================================================
	CONTENT NAVIGATION
   ========================================================================== */
.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); }
  .fixed-navigation .content-navigation.unfix {
    position: absolute;
    top: 0; }
  .content-navigation li {
    margin: 0 0 21px; }
    .content-navigation li.active a {
      color: #a25a06; }
    .content-navigation li.active a:before {
      opacity: 1; }
    .content-navigation li a {
      color: #363739;
      font: 400 16px/16px "Chronicle Text G1", "Chronicle Text G1 A", "Chronicle Text G1 B", serif; }
      .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; }
      .content-navigation li a:hover {
        color: #a25a06; }
  .fixed-navigation .content-navigation {
    position: fixed;
    top: 205px; }
    @media (max-width: 767px) {
      .fixed-navigation .content-navigation {
        position: absolute;
        top: 0;
        width: 220px; } }
  .active .content-navigation {
    overflow: visible; }
  .content-navigation.content-navigation-accordion li {
    padding: 0 25px 0 0; }
    .content-navigation.content-navigation-accordion li.accordion-item {
      cursor: pointer;
      height: 16px;
      position: relative; }
      .content-navigation.content-navigation-accordion li.accordion-item:before {
        color: #363739;
        font-size: 12px;
        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; }
      .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); }
      .content-navigation.content-navigation-accordion li.accordion-item.active li:first-child a {
        color: #a25a06; }
      .content-navigation.content-navigation-accordion li.accordion-item li {
        margin: 0 0 11px;
        padding: 0; }
        .content-navigation.content-navigation-accordion li.accordion-item li.accordion-item-title {
          padding: 0 25px 0 0;
          position: relative;
          right: -25px; }
        .content-navigation.content-navigation-accordion li.accordion-item li.active a {
          color: #a25a06; }
        .content-navigation.content-navigation-accordion li.accordion-item li:not(.active) a:before {
          display: none; }
        .content-navigation.content-navigation-accordion li.accordion-item li:last-child {
          margin: 0; }
        .content-navigation.content-navigation-accordion li.accordion-item li a {
          color: #878787;
          font-family: "colfax-web", sans-serif;
          font-weight: 400;
          font-size: 14px; }
        .content-navigation.content-navigation-accordion li.accordion-item li span {
          color: #363739; }