/* ==========================================================================
    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; }

/* v1.0.3 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 100%;
  height: 100%;
  position: relative;
  direction: ltr;
  background-color: #000; }

.royalSlider > * {
  float: left; }

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); }

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none; }

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: transparent; }

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: transparent; }

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0; }

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent; }

.rsArrow,
.rsThumbsArrow {
  cursor: pointer; }

.rsThumb {
  float: left;
  position: relative; }

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear; }

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center; }

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important; }

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none; }

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%; }

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto; }

.rsContent {
  width: 100%;
  height: 100%;
  position: relative; }

.rsPreloader {
  position: absolute;
  z-index: 0; }

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none; }

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25); }

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22; }

.rsTabs {
  float: left;
  background: none !important; }

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }

.rsVideoContainer {
  /*left: 0;
	top: 0;
	position: absolute;*/
  /*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative; }

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s; }

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1; }

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px; }

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
  -webkit-backface-visibility: hidden; }

.rsNoDrag {
  cursor: auto; }

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(../img/blank.gif);
  -webkit-backface-visibility: hidden; }

/* Hide rsNav on video Slider */
.videoSlider .rsNav, .videoSlider .rsArrowLeft, .videoSlider .rsArrowRight {
  display: none !important; }

/* Thumbs Arrow */
.thumbs-pager {
  width: 40px;
  height: 65px;
  margin-top: 25px;
  position: absolute;
  bottom: 30px;
  z-index: 222;
  line-height: 65px;
  text-align: center;
  font-size: 15px;
  cursor: pointer; }

.thumbs-pager.icon-pager-previous {
  left: 30px; }

.thumbs-pager.icon-pager-next {
  right: 30px; }

.thumbs-pager.rsThumbsArrowDisabled {
  display: none; }

/*! jQuery UI - v1.12.1 - 2016-11-18
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em; }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px; }

.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em; }

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

.ui-menu .ui-menu-icon {
  left: auto;
  right: 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; }

[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-external, .content-navigation__item--external > a:after, .icon-alert, .alert:before, .alert-box .content-subheading:before, .alert-title:before, .food-menu-list .disclaimer:before, .icon-arrow-down, .content-biographyrow-expand:after, .content-accordion .accordion-item-title:before, .content-navigation.content-navigation-investor li.accordion-item:before, .icon-arrow-down-v2, .food-menu-down-arrow:before, .icon-arrow-left, .food-menu-category-back:before, .icon-arrow-right, .text-submit-wrapper button:before, .food-menu-list a:before, .icon-arrow-up, .icon-camera, .food-menu-list li.has-photo a:after, .icon-careers, .head-careers:before, .icon-dot-filled, .icon-dot-outline, .icon-download, .content-gridimage-caption:before, .content-link a.download:before, .icon-email, .share-social .share-email:before,
.content-column .share-social .share-email:before, .icon-exit, .lt-ie10 .full-screen-image:before, .navigation-close:before, .alert-wrapper .close:before, .video-popup .close:before, .delivery-dash__remove:before, .food-menu-category-info:after, .icon-expand, .share-enlarge:before, .icon-filter-v1, .icon-filter-v2x, .icon-giftcards, .head-giftcards:before, .icon-hamburger-nav, .head-more:before, .icon-info, .food-menu-category-info:before, .icon-locations, .head-locations:before, .delivery-dash__form:before, .icon-map-marker, .icon-menu, .head-menu:before, .icon-minus, .active .navigation-list-name.accordion-item-title:before, .icon-mobile, .share-social .share-mobile:before,
.content-column .share-social .share-mobile:before, .icon-plus, .navigation-list-name.accordion-item-title:before, .icon-print, .share-print:before, .icon-recipes, .content-link a.recipe:before, .icon-search, .food-menu-search .search-button:before, .icon-share-fill, .share-action:after, .icon-share-outline, .share-action:before, .icon-skinnylicious, .icon-social-enewsletter, .social-email:before, .icon-social-facebook, .social-facebook:before, .icon-social-instagram, .social-instagram:before, .icon-social-pinterest, .social-pinterest:before, .icon-social-twitter, .social-twitter:before, .icon-documents, .content-link a.read:before, .icon-checkmark, input[type="checkbox"] ~ .choice-label:after, .icon-social-pinterest-icon, .share-social .share-pinterest:before,
.content-column .share-social .share-pinterest:before, .icon-social-twitter-icon, .share-social .share-twitter:before,
.content-column .share-social .share-twitter:before, .food-menu-item-bottom-share .share-twitter:before, .icon-social-facebook-icon, .share-social .share-facebook:before,
.content-column .share-social .share-facebook:before, .food-menu-item-bottom-share .share-facebook:before, .icon-filter-v2, .picker-nav--prev:before,
.picker-nav--next: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-external, .content-navigation__item--external > a:after {
  content: "\e900"; }

.icon-alert, .alert:before, .alert-box .content-subheading:before, .alert-title:before, .food-menu-list .disclaimer:before {
  content: "\e629"; }

.icon-arrow-down, .content-biographyrow-expand:after, .content-accordion .accordion-item-title:before, .content-navigation.content-navigation-investor li.accordion-item:before {
  content: "\e601"; }

.icon-arrow-down-v2, .food-menu-down-arrow:before {
  content: "\e628"; }

.icon-arrow-left, .food-menu-category-back:before {
  content: "\e602"; }

.icon-arrow-right, .text-submit-wrapper button:before, .food-menu-list a:before {
  content: "\e603"; }

.icon-arrow-up {
  content: "\e604"; }

.icon-camera, .food-menu-list li.has-photo a:after {
  content: "\e605"; }

.icon-careers, .head-careers:before {
  content: "\e627"; }

.icon-dot-filled {
  content: "\e606"; }

.icon-dot-outline {
  content: "\e607"; }

.icon-download, .content-gridimage-caption:before, .content-link a.download:before {
  content: "\e608"; }

.icon-email, .share-social .share-email:before,
.content-column .share-social .share-email:before {
  content: "\e609"; }

.icon-exit, .lt-ie10 .full-screen-image:before, .navigation-close:before, .alert-wrapper .close:before, .video-popup .close:before, .delivery-dash__remove:before, .food-menu-category-info:after {
  content: "\e60a"; }

.icon-expand, .share-enlarge:before {
  content: "\e60b"; }

.icon-filter-v1 {
  content: "\e60c"; }

.icon-filter-v2x {
  content: "\e60d"; }

.icon-giftcards, .head-giftcards:before {
  content: "\e60e"; }

.icon-hamburger-nav, .head-more:before {
  content: "\e60f"; }

.icon-info, .food-menu-category-info:before {
  content: "\e610"; }

.icon-locations, .head-locations:before, .delivery-dash__form:before {
  content: "\e611"; }

.icon-map-marker {
  content: "\e612"; }

.icon-menu, .head-menu:before {
  content: "\e613"; }

.icon-minus, .active .navigation-list-name.accordion-item-title:before {
  content: "\e614"; }

.icon-mobile, .share-social .share-mobile:before,
.content-column .share-social .share-mobile:before {
  content: "\e615"; }

.icon-plus, .navigation-list-name.accordion-item-title:before {
  content: "\e616"; }

.icon-print, .share-print:before {
  content: "\e617"; }

.icon-recipes, .content-link a.recipe:before {
  content: "\e618"; }

.icon-search, .food-menu-search .search-button:before {
  content: "\e619"; }

.icon-share-fill, .share-action:after {
  content: "\e61a"; }

.icon-share-outline, .share-action:before {
  content: "\e61b"; }

.icon-skinnylicious {
  content: "\e61c"; }

.icon-social-enewsletter, .social-email:before {
  content: "\e61d"; }

.icon-social-facebook, .social-facebook:before {
  content: "\e61e"; }

.icon-social-instagram, .social-instagram:before {
  content: "\e61f"; }

.icon-social-pinterest, .social-pinterest:before {
  content: "\e620"; }

.icon-social-twitter, .social-twitter:before {
  content: "\e621"; }

.icon-documents, .content-link a.read:before {
  content: "\e600"; }

.icon-checkmark, input[type="checkbox"] ~ .choice-label:after {
  content: "\e622"; }

.icon-social-pinterest-icon, .share-social .share-pinterest:before,
.content-column .share-social .share-pinterest:before {
  content: "\e623"; }

.icon-social-twitter-icon, .share-social .share-twitter:before,
.content-column .share-social .share-twitter:before, .food-menu-item-bottom-share .share-twitter:before {
  content: "\e624"; }

.icon-social-facebook-icon, .share-social .share-facebook:before,
.content-column .share-social .share-facebook:before, .food-menu-item-bottom-share .share-facebook:before {
  content: "\e625"; }

.icon-filter-v2 {
  content: "\e626"; }

/* ==========================================================================
		MIXINS
	 ========================================================================== */
.clearfix:after, .wrapper:after, .container:after, .main-content:after, .tab-switch:after, .toggle-switch:after, .content-biographyrow:after, .content-biographyrow-right:after, .delivery-dash__info-box--error: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 throb {
  0%, 10% {
    background-color: transparent; }
  50% {
    background-color: #eadac1; }
  90%, 100% {
    background-color: transparent; } }

@-moz-keyframes throb {
  0%, 10% {
    background-color: transparent; }
  50% {
    background-color: #eadac1; }
  90%, 100% {
    background-color: transparent; } }

@-ms-keyframes throb {
  0%, 10% {
    background-color: transparent; }
  50% {
    background-color: #eadac1; }
  90%, 100% {
    background-color: transparent; } }

@keyframes throb {
  0%, 10% {
    background-color: transparent; }
  50% {
    background-color: #eadac1; }
  90%, 100% {
    background-color: transparent; } }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-13px);
    -moz-transform: translateY(-13px);
    -ms-transform: translateY(-13px);
    -o-transform: translateY(-13px);
    transform: translateY(-13px); }
  60% {
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px); } }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-13px);
    -moz-transform: translateY(-13px);
    -ms-transform: translateY(-13px);
    -o-transform: translateY(-13px);
    transform: translateY(-13px); }
  60% {
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px); } }

@-ms-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-13px);
    -moz-transform: translateY(-13px);
    -ms-transform: translateY(-13px);
    -o-transform: translateY(-13px);
    transform: translateY(-13px); }
  60% {
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-13px);
    -moz-transform: translateY(-13px);
    -ms-transform: translateY(-13px);
    -o-transform: translateY(-13px);
    transform: translateY(-13px); }
  60% {
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px); } }

@-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; }

/* Firefox Overrides */
/* Native select arrow can't be killed, so hide custom one */
@-moz-document url-prefix() {
  select {
    background-image: none !important; } }

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: transparent;
  -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: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body,
html {
  position: relative;
  height: 100%; }

html.full-menu, html.page-transition, html.show-loader {
  overflow: hidden; }
  html.full-menu body, html.page-transition body, html.show-loader body {
    overflow: hidden;
    width: 100%; }

html.page-transition {
  overflow-y: scroll; }
  html.page-transition .wrapper {
    opacity: 1; }
    html.page-transition .wrapper.old-wrapper {
      height: 100%;
      left: 0;
      min-height: 0;
      opacity: 1;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 200;
      -webkit-transition: opacity 0.5s;
      -moz-transition: opacity 0.5s;
      transition: opacity 0.5s; }
  html.page-transition .going-content .old-wrapper,
  html.page-transition .going-home-menu .old-wrapper {
    opacity: 0; }
  html.page-transition .fill-screen .old-wrapper {
    -webkit-transition: opacity 0.65s;
    -moz-transition: opacity 0.65s;
    transition: opacity 0.65s; }

html.show-loader {
  overflow-y: scroll; }

body {
  color: #824d3b;
  background-color: #fefbf7;
  font: 10px Helvetica, Arial, sans-serif;
  overflow-x: hidden;
  min-width: 768px; }
  @media (min-width: 980px) {
    body {
      min-width: 980px; } }

a {
  text-decoration: none;
  /* color: #b38a51; */
  /* color: #916f41; */
  color: #876537;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: bold; }
  a:hover {
    color: #d51c59; }
  a:active {
    color: #d51c59; }

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;
  background-color: #eadac1;
  height: 1px;
  margin: 10px 0; }

em, i {
  font-style: italic; }

u {
  text-decoration: underline; }

::selection {
  background: #880d53;
  color: #fff8ed; }

::-moz-selection {
  background: #880d53;
  color: #fff8ed; }

.outer-wrap {
  box-shadow: none;
  left: 0;
  min-height: 100%;
  position: relative;
  z-index: 20;
  -webkit-transition: -webkit-transform, left, box-shadow;
  -moz-transition: -moz-transform, left, box-shadow;
  transition: transform, left, box-shadow; }
  .show-nav .outer-wrap {
    box-shadow: rgba(0, 0, 0, 0.12) 1px 0 9px 2px;
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    transform: translateX(-250px); }
    @media (max-width: 767px) {
      .show-nav .outer-wrap {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none; } }

.wrapper {
  background-color: #fefbf7;
  left: 0;
  position: relative;
  z-index: 100;
  min-height: 100vh; }
  .fixed-always .wrapper {
    padding: 60px 0 0; }

.container {
  margin: 0 auto;
  position: relative;
  max-width: 980px; }

.main-content {
  position: relative;
  z-index: 1; }

.fill-screen .outer-wrap,
.fill-screen .wrapper,
.fill-screen .wrapper .container,
.fill-screen .main-container,
.fill-screen .main-content,
.show-map .outer-wrap,
.show-map .wrapper,
.show-map .wrapper .container,
.show-map .main-container,
.show-map .main-content {
  height: 100%;
  width: 100%; }

.fill-screen .wrapper,
.show-map .wrapper {
  overflow: hidden; }
  .fill-screen .wrapper .container,
  .show-map .wrapper .container {
    max-width: none; }
  .fill-screen .wrapper .content-header + .container,
  .show-map .wrapper .content-header + .container {
    max-width: 980px; }
  .lt-ie9 .fill-screen .wrapper, .lt-ie9
  .show-map .wrapper {
    min-height: 768px; }
    .lt-ie9 .fill-screen .wrapper .container, .lt-ie9
    .show-map .wrapper .container {
      min-height: 768px; }

.fill-screen .footer,
.show-map .footer {
  clear: both; }

.fill-screen .outer-wrap,
.show-map .outer-wrap {
  min-height: 650px; }

.show-map .footer {
  display: none; }

.lt-ie10 .full-screen-image:before {
  background: #f2e4b1;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px;
  color: #fefbf7;
  display: block;
  font-size: 30px;
  height: 60px;
  line-height: 60px;
  opacity: 0.9;
  pointer-events: none;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 30px;
  width: 60px;
  z-index: 500; }

.full-screen-image {
  cursor: url("/assets/images/global/cursor-x.png"), pointer; }

.btn, .button {
  background-color: #b88d50;
  border: 0;
  border-radius: 3px;
  /* color: #fff8ed; */
  color: #ffffff;
  display: block;
  font: 600 19px/40px "proxima-nova", sans-serif;
  height: 40px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 300px;
  -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, .button:hover {
    background-color: #d51c59;
    color: #fff8ed; }
  .btn:active, .button:active {
    background-color: #d51c59;
    color: #fff8ed; }

.tab-switch {
  position: relative; }
  .tab-switch li {
    float: left;
    width: 50%; }
    .tab-switch li a {
      background-color: #fefbf7;
      border-radius: 0 3px 3px 0;
      border: 2px solid #bd945b;
      border-width: 2px 2px 2px 0;
      color: #bd945b;
      display: block;
      font: 600 16px/40px "proxima-nova", sans-serif;
      text-align: center;
      text-transform: uppercase; }
    .tab-switch li:hover a {
      border-color: #d51c59;
      color: #d51c59; }
    .tab-switch li.active a {
      background-color: #d51c59;
      border-color: #d51c59;
      color: #fefbf7; }
    .tab-switch li:first-child a {
      border-radius: 3px 0 0 3px;
      border-width: 2px 0 2px 2px; }

.toggle-switch {
  position: relative; }
  .toggle-switch li {
    float: left;
    width: 50%; }
    .toggle-switch li a {
      background-color: #fefbf7;
      border: 2px solid #bd945b;
      color: #bd945b;
      display: block;
      font: 600 16px/36px "proxima-nova", sans-serif;
      text-align: center;
      text-transform: uppercase; }
    .toggle-switch li:hover a {
      border-color: #d51c59;
      color: #d51c59; }
    .toggle-switch li.active a {
      background-color: #d51c59;
      border-color: #d51c59;
      color: #fefbf7; }

.text-submit-wrapper {
  position: relative; }
  .text-submit-wrapper input {
    padding-right: 50px; }
  .text-submit-wrapper button {
    background-color: #bd945b;
    border-radius: 0 3px 3px 0;
    height: 40px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0;
    width: 40px; }
    .text-submit-wrapper button:before {
      color: #fefbf7;
      position: absolute;
      text-align: center;
      font-size: 16px;
      width: 40px;
      top: 12px;
      left: 0;
      text-indent: 0; }
    .text-submit-wrapper button:hover, .text-submit-wrapper button:active {
      background-color: #d51c59; }

input[type="text"]:not(#recaptcha_response_field),
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="number"],
input[type="search"],
textarea,
select {
  background-color: #f9f2db;
  border: 1px solid #f9f2db;
  border-radius: 3px;
  color: #824d3b;
  font: 400 16px/40px "proxima-nova", sans-serif;
  padding: 0 10px;
  height: 40px;
  width: 100%; }
  input[type="text"]:focus:not(#recaptcha_response_field),
  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: #faf3dd;
    border-color: #f1e6d8; }
  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: #fcf7ea;
    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: #824d3b;
    font-family: 300; }
  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: #824d3b;
    font-family: 300; }
  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: #824d3b;
    font-family: 300; }
  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: #824d3b;
    font-family: 300; }

input[type="date"] {
  background-image: url("/assets/images/global/sprite.png");
  background-position: right -80px;
  background-repeat: no-repeat;
  border: 0;
  -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"]:focus {
    background-position: right -120px; }

select {
  background-image: url("/assets/images/global/sprite.png");
  background-position: right 0;
  background-repeat: no-repeat;
  border: 0;
  padding: 0 50px 0 10px;
  -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; }
  select:focus {
    background-position: right -40px; }
  select::-ms-expand {
    display: none; }
  select::-ms-value {
    background: none;
    color: #824d3b; }
  .lt-ie10 select {
    padding: 0 0 0 10px;
    background-image: none; }

textarea {
  height: 160px;
  line-height: 25px;
  padding: 10px; }

.choice-label {
  color: #5d3327;
  font: 400 16px/16px "proxima-nova", 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); }

.locations-frame {
  height: 100%;
  border: 0;
  overflow: hidden;
  width: 100%;
}

/* ==========================================================================
	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 #bd945b;
  border-radius: 50%; }

input[type="radio"] + .choice-label:after {
  background: #d51c59;
  border-radius: 50%;
  content: "";
  top: 9px;
  left: 9px; }

.form-dark input[type="radio"] + .choice-label:before {
  border-color: #fefbf7; }

.form-dark input[type="radio"] + .choice-label:checked:before {
  border-color: #d51c59; }

input[type="radio"]:checked + .choice-label:before {
  border-color: #d51c59; }

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: #d51c59; }

input[type="checkbox"] ~ .choice-label:before {
  background-color: #faf3dd;
  border: 1px solid #f1e6d8;
  border-radius: 2px; }

input[type="checkbox"] ~ .choice-label:after {
  color: #fefbf7;
  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: #fefbf7;
  border-color: #fefbf7; }

.form-dark input[type="checkbox"] ~ .choice-label:checked:before {
  background-color: #d51c59;
  border-color: #d51c59; }

input[type="checkbox"]:checked ~ .choice-label:before {
  background-color: #d51c59;
  border-color: #d51c59; }

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: #d51c59;
  border-color: #d51c59; }

.keepcase {
  text-transform: none !important; }

.credits {
  background: rgba(251, 246, 229, 0.8);
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px;
  bottom: 80px;
  cursor: pointer;
  font: 400 16px/18px "proxima-nova", sans-serif;
  padding: 14px;
  position: fixed;
  right: 40px;
  z-index: 9999;
  -webkit-transform: translate(-2000px, -2000px) rotate(-359deg) scale(5);
  -moz-transform: translate(-2000px, -2000px) rotate(-359deg) scale(5);
  -ms-transform: translate(-2000px, -2000px) rotate(-359deg) scale(5);
  -o-transform: translate(-2000px, -2000px) rotate(-359deg) scale(5);
  transform: translate(-2000px, -2000px) rotate(-359deg) scale(5);
  -webkit-transition: -webkit-transform, background;
  -moz-transition: -moz-transform, background;
  transition: transform, background; }
  .credits.reveal {
    -webkit-transform: translate(0) rotate(0deg) scale(1);
    -moz-transform: translate(0) rotate(0deg) scale(1);
    -ms-transform: translate(0) rotate(0deg) scale(1);
    -o-transform: translate(0) rotate(0deg) scale(1);
    transform: translate(0) rotate(0deg) scale(1); }
  .credits:hover {
    background: #fbf6e5; }
  .credits strong {
    font-weight: 600; }
  .credits span {
    display: block;
    font-weight: 700;
    padding: 0 0 8px; }
  .credits a {
    color: #880d53; }
    .credits a:hover {
      color: #d51c59; }

/* ==========================================================================
	BUTTON RIPPLES
========================================================================== */
.ripple {
  position: relative;
  display: inline-block;
  margin: 0;
  vertical-align: middle; }

/* Ripples container */
.ripples {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent; }

/* Ripples circle */
.ripples-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .ripples.is-active .ripples-circle {
    -webkit-animation: ripples 0.5s ease-in;
    -moz-animation: ripples 0.5s ease-in;
    animation: ripples 0.5s ease-in; }

/* Ripples animation */
@-webkit-keyframes ripples {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  100% {
    width: 200%;
    padding-bottom: 200%;
    opacity: 0; } }

@-moz-keyframes ripples {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  100% {
    width: 200%;
    padding-bottom: 200%;
    opacity: 0; } }

@-ms-keyframes ripples {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  100% {
    width: 200%;
    padding-bottom: 200%;
    opacity: 0; } }

@keyframes ripples {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  100% {
    width: 200%;
    padding-bottom: 200%;
    opacity: 0; } }

/* ==========================================================================
	 HEADER
	========================================================================== */
.header {
  z-index: 200;
  height: 60px;
  left: 0;
  margin: 0;
  /* margin: 10px 0 0; */
  padding: 10px 0 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  /* -webkit-transition: background, -webkit-transform, margin;
  -moz-transition: background, -moz-transform, margin;
  transition: background, transform, margin; */
  -webkit-transition: background, -webkit-transform, padding;
  -moz-transition: background, -moz-transform, padding;
  transition: background, transform, padding;
  /* Kayley's new header */
  background-color: transparent;
  background-image: -webkit-linear-gradient(rgba(39, 39, 39, 0.5) 0%, rgba(39, 39, 39, 0) 100%);
  background-image: linear-gradient(rgba(39, 39, 39, 0.5) 0%, rgba(39, 39, 39, 0) 100%);
  }
  .fixed .header {
    /* margin: 0; */
    padding: 0; }
  .fill-screen .header {
    position: absolute; }
  .show-nav .header {
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    transform: translateX(-250px); }
    @media (max-width: 767px) {
      .show-nav .header {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none; } }
  .full-screen-image .header {
    -webkit-transform: translateY(-1000px);
    -moz-transform: translateY(-1000px);
    -ms-transform: translateY(-1000px);
    -o-transform: translateY(-1000px);
    transform: translateY(-1000px); }
  .fixed-color .header {
    background: #5d1d37;
    background: rgba(93, 29, 55, 0.92); }
  .fixed-always .header {
    background: #5d1d37; }

.main-header {
  height: 100%;
  max-width: 1000px;
  min-width: 768px;
  margin: 0 auto;
  padding: 0 20px; }

.site-logo {
  left: 0;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  height: 42px;
  margin: 9px 0 0;
  width: 241px;
  -webkit-transition: width 0.3s, height 0.3s;
  -moz-transition: width 0.3s, height 0.3s;
  transition: width 0.3s, height 0.3s; }
  .site-logo span {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .site-logo .logo-long {
    background-size: contain;
    background: url("/assets/images/global/logo-tcf-long.svg") no-repeat;
    height: 42px;
    width: 241px; }
  .site-logo .logo-long-at-home {
    background-size: contain;
    background: url("/assets/images/global/logo-tcf-ah-long.svg") no-repeat;
    height: 42px;
    width: 241px; }
  .site-logo .logo-tall {
    background-size: contain;
    background: url("/assets/images/global/logo-tcf.svg") no-repeat;
    height: 88px;
    opacity: 0;
    width: 184px; }
  .site-logo .logo-tall-at-home {
    background-size: contain;
    background: url("/assets/images/global/logo-tcf-ah.svg") no-repeat;
    height: 88px;
    opacity: 0;
    width: 184px; }
  .fill-screen:not(.fixed-always):not(.going-content) .site-logo {
    height: 88px;
    width: 184px; }
    .fill-screen:not(.fixed-always):not(.going-content) .site-logo .logo-long {
      opacity: 0; }
    .fill-screen:not(.fixed-always):not(.going-content) .site-logo .logo-tall {
      opacity: 1; }
    .fill-screen:not(.fixed-always):not(.going-content) .site-logo .logo-long-at-home {
      opacity: 0; }
    .fill-screen:not(.fixed-always):not(.going-content) .site-logo .logo-tall-at-home {
      opacity: 1; }
    @media (max-height: 767px) and (max-width: 900px) {
      .fill-screen:not(.fixed-always):not(.going-content) .site-logo {
        height: 42px;
        width: 241px; }
        .fill-screen:not(.fixed-always):not(.going-content) .site-logo .logo-long {
          opacity: 1; }
        .fill-screen:not(.fixed-always):not(.going-content) .site-logo .logo-tall {
          opacity: 0; }
        .fill-screen:not(.fixed-always):not(.going-content) .site-logo .logo-long-at-home {
          opacity: 1; }
        .fill-screen:not(.fixed-always):not(.going-content) .site-logo .logo-tall-at-home {
          opacity: 0; } }
  .lt-ie10 .site-logo {
    background: url("/assets/images/global/logo-tcf-long.png") no-repeat;
    width: 244px;
    height: 42px; }
    .lt-ie10 .site-logo span {
      display: none; }
  .lt-ie10 .fill-screen:not(.fixed-always) .site-logo {
    background: url("/assets/images/global/logo-tcf.png") no-repeat;
    width: 184px;
    height: 88px; }
    @media (max-height: 767px) and (max-width: 900px) {
      .lt-ie10 .fill-screen:not(.fixed-always) .site-logo {
        background: url("/assets/images/global/logo-tcf-long.png") no-repeat;
        width: 244px;
        height: 42px; } }
    .lt-ie10 .fill-screen:not(.fixed-always) .site-logo span {
      display: none; }
  .site-logo a {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%; }

.main-header-controls {
  float: right;
  margin: 22px 0 0;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: -webkit-transform;
  -moz-transition: -moz-transform;
  transition: transform; }
  .main-header-controls > li {
    color: #fff8ed;
    background-color: rgba(0,0,0,0);
    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: 979px) {
      .main-header-controls > li {
        margin: 0 0 0 26px; } }
    .main-header-controls > li:first-child {
      margin: 0; }
    .main-header-controls > li a {
      color: inherit;
      cursor: pointer;
      display: block;
      padding: 0 0 0 27px;
      -webkit-transition: padding, -webkit-transform, opacity;
      -moz-transition: padding, -moz-transform, opacity;
      transition: padding, transform, opacity; }
      @media (max-width: 979px) {
        .main-header-controls > li a {
          padding: 0;
          -webkit-transform: translateY(11px);
          -moz-transform: translateY(11px);
          -ms-transform: translateY(11px);
          -o-transform: translateY(11px);
          transform: translateY(11px); } }
      .main-header-controls > li a:hover {
        opacity: 0.72; }
      .main-header-controls > li a:focus {
        opacity: 0.72; }
      .main-header-controls > li a:active {
        opacity: 0.5; }
      .main-header-controls > li a:before {
        color: #fff8ed;
        font-size: 17px;
        left: 0;
        position: absolute;
        top: -1px;
        -webkit-transition: font-size, left, -webkit-transform;
        -moz-transition: font-size, left, -moz-transform;
        transition: font-size, left, transform; }
        @media (max-width: 979px) {
          .main-header-controls > li a:before {
            font-size: 16px;
            left: 50%;
            -webkit-transform: translate(-50%, -20px);
            -moz-transform: translate(-50%, -20px);
            -ms-transform: translate(-50%, -20px);
            -o-transform: translate(-50%, -20px);
            transform: translate(-50%, -20px); } }
      .main-header-controls > li a span {
        font: 400 17px/17px "proxima-nova", sans-serif;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        -webkit-transition: font 0.3s, margin 0.3s;
        -moz-transition: font 0.3s, margin 0.3s;
        transition: font 0.3s, margin 0.3s; }
        @media (max-width: 979px) {
          .main-header-controls > li a span {
            font: 400 16px/16px "proxima-nova", sans-serif; } }

/* ==========================================================================
	 FOOTER
	========================================================================== */
.footer {
  background-color: #31100a;
  color: #bd945b;
  position: relative;
  text-align: center;
  z-index: 100;
  height: 100px;
  left: 0;
  padding: 32px 0; }
  .footer .container {
    min-width: 768px; }
  .show-nav .footer {
    box-shadow: rgba(0, 0, 0, 0.12) 1px 0 9px 2px; }
  .footer a:hover,
  .footer a:active {
    color: #f2e4b1; }

.footer-buttons {
  border-bottom: 2px solid #260a05;
  font: 400 16px/50px "proxima-nova", sans-serif;
  height: 50px;
  margin: 0 0 17px;
  text-transform: uppercase; }
  .footer-buttons li {
    float: left;
    height: 50px;
    width: 50%; }
    .footer-buttons li:first-child {
      border-right: 2px solid #260a05; }
    .footer-buttons li a {
      display: block;
      height: 100%;
      width: 100%; }
      .footer-buttons li a:before {
        font-size: 18px;
        margin-right: 8px;
        position: relative;
        top: 1px; }

.footer-text {
  display: inline-block;
  vertical-align: top; }

.footer-links,
.copyright {
  font: 400 14px/14px "proxima-nova", sans-serif;
  height: 14px;
  text-align: left; }

.copyright p {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.footer-links {
  margin: 0 0 8px;
  text-transform: uppercase;
  margin: 0 0 8px; }
  .footer-links li {
    float: left; }
    .footer-links li:before {
      content: "|";
      float: left;
      padding: 0 9px; }
    .footer-links li:first-child:before {
      content: "";
      padding: 0; }
  .footer-links a {
    color: #bd945b;
    float: left; }

.footer-social {
  vertical-align: top;
  display: inline-block;
  height: 36px;
  padding: 3px 0;
  width: 252px; }
  .footer-social a {
    color: #bd945b;
    position: relative;
    text-indent: -9999px;
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    margin: 0 6px; }
    .footer-social a:before {
      position: absolute;
      font-size: 30px;
      text-indent: 0;
      top: 0;
      left: 0; }
  .footer-social li:first-child a {
    margin-left: 0; }
  .footer-social li:last-child a {
    margin-right: 0; }

@media (max-width: 979px) {
  .footer-links,
  .copyright {
    font-size: 13px; }
  .footer-social {
    padding: 5px 0;
    width: 210px; }
    .footer-social a {
      color: #b38a51;
      width: 25px;
      height: 25px; }
      .footer-social a:before {
        font-size: 25px; } }

/* ==========================================================================
		NAVIGATION
		========================================================================== */
/* Start : Main Nav */
.navigation {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #f9e4e5 url("/assets/images/global/right-side-nav.jpg") no-repeat 0 0;
  display: none;
  font: 400 16px/20px "proxima-nova", sans-serif;
  padding: 55px 0 0;
  right: 0px;
  width: 250px;
  z-index: 1; }
  @media (max-width: 767px) {
    .navigation {
      display: block !important;
      right: -250px;
      opacity: 0.98;
      z-index: 50000;
      -webkit-transition: -webkit-transform, box-shadow;
      -moz-transition: -moz-transform, box-shadow;
      transition: transform, box-shadow; }
      .show-nav .navigation {
        -webkit-transform: translateX(-250px);
        -moz-transform: translateX(-250px);
        -ms-transform: translateX(-250px);
        -o-transform: translateX(-250px);
        transform: translateX(-250px);
        box-shadow: rgba(0, 0, 0, 0.15) -2px 0 3px 2px; } }
  .lt-ie9 .navigation {
    display: block;
    right: -250px;
    z-index: 50000; }
  .lt-ie9 .show-nav .navigation {
    right: 0; }

.navigation-close, .alert-wrapper .close, .video-popup .close {
  color: #ae864f;
  cursor: pointer;
  position: absolute;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  height: 12px;
  right: 20px;
  width: 12px;
  top: 20px; }
  .navigation-close:before, .alert-wrapper .close:before, .video-popup .close:before {
    position: absolute;
    text-align: center;
    font-size: 12px;
    height: 12px;
    left: 0;
    top: 0;
    width: 12px; }
  .navigation-close:hover, .alert-wrapper .close:hover, .video-popup .close:hover, .navigation-close:active, .alert-wrapper .close:active, .video-popup .close:active {
    color: #d51c59; }

.navigation-social {
  border-bottom: 1px solid #ead6c5;
  height: 51px;
  padding: 0 20px;
  width: 250px; }
  .navigation-social a {
    position: relative;
    text-indent: -9999px;
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    margin: 0 0 0 15px; }
    .navigation-social a:before {
      position: absolute;
      font-size: 30px;
      text-indent: 0;
      top: 0;
      left: 0; }
  .navigation-social li:first-child a {
    margin-left: 0; }

.navigation-list > li {
  height: 50px;
  overflow: hidden; }
  .navigation-list > li.active .navigation-list-name {
    background-color: #f1e2d2;
    background-color: rgba(214, 186, 140, 0.25); }

.navigation-list a {
  color: #ae864f;
  display: block;
  font-weight: normal; }
  .navigation-list a:hover, .navigation-list a:active {
    color: #d51c59; }

.navigation-list-name {
  color: #ae864f;
  cursor: pointer;
  height: 50px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s; }
  .navigation-list-name.navigation-menu-item a {
    color: #824d3b; }
  .navigation-list-name.navigation-menu-item:before {
    color: #824d3b;
    font-size: 20px;
    top: 15px; }
  .navigation-list-name:before {
    float: right;
    position: relative;
    right: 20px;
    font-size: 12px;
    top: 19px; }
  .navigation-list-name:after {
    content: ".";
    display: inline-block;
    line-height: 50px;
    text-indent: -9999px; }
  .navigation-list-name a {
    display: block;
    height: 100%; }
    .navigation-list-name a:after {
      content: ".";
      display: inline-block;
      line-height: 50px;
      text-indent: -9999px; }
  .navigation-list-name span {
    display: inline-block;
    padding: 0 0 0 20px;
    vertical-align: middle;
    width: 190px; }
  .navigation-list-name:hover {
    background-color: #f1e2d2;
    background-color: rgba(214, 186, 140, 0.25); }

.navigation-links {
  padding: 10px 0; }
  .navigation-links li {
    padding: 4px 20px; }

/* ==========================================================================
	 CCF LOADER
	========================================================================== */
.ccf-loader {
  background: #fefbf7;
  background: rgba(254, 251, 247, 0.8);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99999; }

.ccf-loader-wheel {
  background: url("/assets/images/global/ccf-loader-wheel.png") no-repeat;
  background-size: contain;
  height: 127px;
  left: 50%;
  margin-left: -64px;
  margin-top: -64px;
  position: absolute;
  top: 50%;
  width: 127px; }

.ccf-loader-spinner {
  background: url("/assets/images/global/ccf-loader-spinner.png") no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-animation: rotation 0.75s linear infinite;
  -moz-animation: rotation 0.75s linear infinite;
  animation: rotation 0.75s linear infinite; }

/* ==========================================================================
    BACKGROUND CAROUSEL
   ========================================================================== */
.main-carousel {
  background-color: #000;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1; }
  .main-carousel .royalSlider {
    display: none;
    height: 100%;
    position: relative;
    width: 100%; }
    .main-carousel .royalSlider.rsHor {
      display: block; }
    .main-carousel .royalSlider.animating .rsGCaption {
      opacity: 0; }
  .main-carousel .rsOverflow {
    width: 100% !important;
    height: 100% !important; }
  .main-carousel .rsContent {
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
    position: relative;
    width: 100%; }
    .main-carousel .rsContent:before {
      content: "";
      height: 100%;
      left: 0;
      opacity: 1;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      z-index: 100;
      -webkit-transition: opacity 0.5s;
      -moz-transition: opacity 0.5s;
      transition: opacity 0.5s;
      background-color: transparent;
      background-image: -webkit-linear-gradient(rgba(39, 39, 39, 0.5) 0%, transparent 16%, transparent 42%, rgba(4, 4, 4, 0.65) 90%);
      background-image: linear-gradient(rgba(39, 39, 39, 0.5) 0%, transparent 16%, transparent 42%, rgba(4, 4, 4, 0.65) 90%); }
      .full-screen-image .main-carousel .rsContent:before {
        opacity: 0; }
  .main-carousel .rsNav.rsBullets {
    left: 0;
    opacity: 0.65;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 500;
    bottom: 120px; }
    @media (max-height: 767px) {
      .main-carousel .rsNav.rsBullets {
        bottom: 80px; } }
  .main-carousel .rsBullet {
    display: inline-block;
    position: relative;
    margin: 0 5px;
    height: 11px;
    width: 11px; }
    .main-carousel .rsBullet.rsNavSelected span {
      background: #eae4d8; }
      .lt-ie9 .main-carousel .rsBullet.rsNavSelected span {
        background: #eae4d8; }
    .main-carousel .rsBullet span {
      background: rgba(255, 255, 255, 0);
      border-radius: 50%;
      border: 2px solid #eae4d8;
      display: block;
      cursor: pointer;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      -webkit-transition: background 0.5s, border-color 0.5s, opacity 0.5s;
      -moz-transition: background 0.5s, border-color 0.5s, opacity 0.5s;
      transition: background 0.5s, border-color 0.5s, opacity 0.5s; }
      .main-carousel .rsBullet span:hover {
        border-color: #fff; }
      .main-carousel .rsBullet span:active {
        background: #eae4d8;
        opacity: 0.7; }
      .lt-ie9 .main-carousel .rsBullet span {
        background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); }
  .main-carousel .background-splash,
  .main-carousel .rsNav {
    -webkit-transition: -webkit-transform, opacity, bottom;
    -moz-transition: -moz-transform, opacity, bottom;
    transition: transform, opacity, bottom; }
  .menu-animating .main-carousel .background-splash,
  .menu-animating .main-carousel .rsNav,
  .show-food-menu .main-carousel .background-splash,
  .show-food-menu .main-carousel .rsNav {
    opacity: 0; }
    .lt-ie9 .menu-animating .main-carousel .background-splash, .lt-ie9
    .menu-animating .main-carousel .rsNav, .lt-ie9
    .show-food-menu .main-carousel .background-splash, .lt-ie9
    .show-food-menu .main-carousel .rsNav {
      display: none; }
  .main-carousel .queued-slide {
    display: none; }
  .main-carousel .force-gradient {
    height: 100%;
    width: 100%;
    z-index: 100; }
  .main-carousel.content {
    opacity: 0;
    position: fixed;
    visibility: hidden;
    z-index: -1; }
    .main-carousel.content .rsNav.rsBullets {
      display: none; }
    .full-screen-image .main-carousel.content {
      opacity: 1;
      visibility: visible;
      z-index: 999999; }

.background-item-name {
  color: #fff8ed;
  float: none;
  font: 400 16px/18px "proxima-nova", sans-serif;
  letter-spacing: 0.025em;
  position: absolute;
  text-align: right;
  width: auto;
  z-index: 120;
  border-radius: 4px;
  bottom: 30px;
  overflow: hidden;
  padding: 10px;
  right: 30px;
  max-width: -webkit-calc((50% - 40px) - 245px);
  max-width: calc((50% - 40px) - 245px);
  -webkit-transition: -webkit-transform;
  -moz-transition: -moz-transform;
  transition: transform; }
  .background-item-name:hover, .background-item-name:active {
    color: #fff8ed; }
  .full-screen-image .background-item-name {
    -webkit-transform: translateY(1000px);
    -moz-transform: translateY(1000px);
    -ms-transform: translateY(1000px);
    -o-transform: translateY(1000px);
    transform: translateY(1000px); }

.background-splash {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  z-index: 200;
  bottom: 170px;
  width: 700px; }
  @media (max-height: 767px) {
    .background-splash {
      bottom: 130px; } }

.background-splash-title {
  color: #fff8ed;
  cursor: default;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px;
  text-transform: uppercase;
  font: 700 46px/50px "proxima-nova", sans-serif; }

.background-splash-description {
  color: #fff8ed;
  cursor: default;
  margin: 10px 0 0;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px;
  font: 600 19px/23px "proxima-nova", sans-serif; }
  .background-splash-description br.mobile-only {
    display: none; }

.background-splash-button, .delivery-dash__submit {
  background-color: #fff8ed;
  background-color: rgba(255, 248, 237, 0.74);
  color: #880d53;
  display: block;
  font-size: 18px;
  margin: 40px auto 0; }
  .background-splash-button:hover, .delivery-dash__submit:hover, .background-splash-button:active, .delivery-dash__submit:active {
    background-color: #880d53;
    background-color: rgba(136, 13, 83, 0.74);
    color: #fff8ed; }

/* ==========================================================================
    CONTENT
   ========================================================================== */
.content-column {
  border-left: 1px solid #eadac1;
  margin-left: 299px;
  /* overflow: auto; */
  padding: 60px 0 60px 40px;
  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; }
  @media (max-width: 979px) {
    .content-column {
      margin-left: 249px;
      padding-left: 20px;
      padding-right: 20px; } }
  .content-column.full-column, .content-column.narrow-column {
    border: none;
    float: none;
    margin: 0 auto;
    padding: 60px 0;
    width: auto; }
  .content-column.narrow-column {
    width: 75%; }
    .content-column.narrow-column li {
      margin: 0 0 30px; }
  .content-column p,
  .content-column ul,
  .content-column ol,
  .content-column table {
    color: #824d3b;
    font: 400 16px/23px "proxima-nova", sans-serif;
    margin: 0 0 30px; }
    .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: #5d3327;
        position: absolute;
        height: 5px;
        width: 5px;
        border-radius: 50%;
        left: -11px;
        top: 8px; }
  .content-column ol {
    list-style: decimal;
    padding-left: 25px; }
  .content-column hr {
    margin: 40px 0; }
  .content-column b,
  .content-column strong {
    color: #5d3327;
    font: 600 16px/23px "proxima-nova", sans-serif; }
  .content-column blockquote {
    padding: 15px; }
  .content-column .btn {
    display: block;
    margin: 40px 0 0 0; }
  .content-column .breadcrumbs {
    padding: 0; }
    .content-column .breadcrumbs li {
      display: inline; }
      .content-column .breadcrumbs li:before {
        background: none;
        color: #bd945b;
        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 {
    font: 600 19px/19px "proxima-nova", sans-serif;
    padding: 0 0 8px; }

.content-column.crisis {
  border-left: none;
  margin: 0 130px;
  overflow: auto;
  padding: 60px 0;
  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.crisis p:first-child {
    padding: 40px 0 0; }
  .content-column.crisis input {
    margin: 40px auto 60px; }

.share-social,
.content-column .share-social {
  padding: 0; }
  .share-social .share-facebook:before,
  .content-column .share-social .share-facebook:before {
    background-color: #24639a; }
  .share-social .share-twitter:before,
  .content-column .share-social .share-twitter:before {
    background-color: #00c4f2; }
  .share-social .share-pinterest:before,
  .content-column .share-social .share-pinterest:before {
    background-color: #bd211d; }
  .share-social .share-mobile:before,
  .content-column .share-social .share-mobile:before {
    background-color: #bd945b; }
  .share-social .share-email:before,
  .content-column .share-social .share-email:before {
    background-color: #bd945b; }
  .share-social li,
  .content-column .share-social li {
    display: block;
    float: left;
    height: 32px;
    margin-left: 10px;
    padding: 0;
    position: relative;
    width: 32px; }
    .share-social li:first-child,
    .content-column .share-social li:first-child {
      margin-left: 0; }
    .share-social li:before,
    .content-column .share-social li:before {
      border-radius: 3px;
      color: #fefbf7;
      font-size: 17px;
      height: 32px;
      left: 0;
      line-height: 32px !important;
      position: absolute;
      text-align: center;
      top: 0;
      width: 32px;
      -webkit-transition: opacity 0.3s;
      -moz-transition: opacity 0.3s;
      transition: opacity 0.3s; }
    .share-social li:hover:before,
    .content-column .share-social li:hover:before {
      opacity: 0.85; }
    .share-social li:active:before,
    .content-column .share-social li:active:before {
      box-shadow: inset rgba(0, 0, 0, 0.2) 0px 1px 3px;
      opacity: 1; }
  .share-social a,
  .content-column .share-social a {
    cursor: pointer;
    display: block;
    height: 32px;
    left: 0;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    width: 32px; }

.share-this {
  position: relative; }
  .share-this.share-active .share-social {
    -webkit-transform: translateY(42px);
    -moz-transform: translateY(42px);
    -ms-transform: translateY(42px);
    -o-transform: translateY(42px);
    transform: translateY(42px); }
    .lt-ie9 .share-this.share-active .share-social {
      top: 10px; }
  .share-this .share-action,
  .share-this .share-print {
    height: 25px;
    position: absolute;
    top: 0;
    width: 25px; }
  .share-this .share-action {
    right: 0; }
  .share-this .share-print,
  .share-this .share-enlarge {
    right: 40px; }
  .share-this .share-social-wrapper {
    bottom: -42px;
    height: 42px;
    margin: 0;
    right: 0;
    overflow: hidden;
    position: absolute; }
  .share-this .share-social {
    position: relative;
    top: -32px;
    -webkit-transition: -webkit-transform;
    -moz-transition: -moz-transform;
    transition: transform; }

.heading-share .content-heading {
  border-bottom: 1px solid #d6ba8c;
  margin: 0 0 16px;
  padding: 0 70px 16px 0; }

.heading-share + .breadcrumbs {
  padding: 0 140px 0 0; }

.share-action,
.share-print,
.share-enlarge {
  color: #bd945b;
  cursor: pointer;
  position: relative;
  text-indent: -9999px; }
  .share-action:before, .share-action:after,
  .share-print:before,
  .share-print:after,
  .share-enlarge:before,
  .share-enlarge:after {
    font-size: 25px;
    left: 0;
    position: absolute;
    text-indent: 0;
    top: 0; }
  .share-action:hover, .share-action:active,
  .share-print:hover,
  .share-print:active,
  .share-enlarge:hover,
  .share-enlarge:active {
    color: #d51c59; }

.share-action:after {
  color: #d51c59;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .share-active .share-action:after {
    opacity: 1; }

.content-split {
  overflow: auto; }
  .content-split > div {
    float: left;
    width: 50%; }
    .content-split > div:first-child {
      padding-right: 20px; }
  .content-split p {
    margin: 0 0 8px; }

.time-table tr td {
  line-height: 30px; }
  .time-table tr td:first-child {
    font-weight: 600;
    padding-right: 20px;
    text-transform: uppercase; }
  .time-table tr td br {
    display: none; }

.content-column h1, .content-column h2, .content-column h3, .content-column h4, .content-column h5, .content-column h6 {
  color: #880d53; }

.content-column h1 {
  font: 600 46px / 46px "proxima-nova", sans-serif;
  margin: 0 0 32px;
  text-transform: uppercase; }

.content-heading,
.content-column h2 {
  font: 600 30px / 30px "proxima-nova", sans-serif;
  margin: 0 0 32px;
  text-transform: uppercase; }

.content-subheading,
.content-column h3 {
  font: 600 26px / 26px "proxima-nova", sans-serif;
  margin: 0 0 32px;
  text-transform: uppercase; }

.content-subtitle,
.content-column h4 {
  font: 600 19px / 22px "proxima-nova", sans-serif;
  margin: 0 0 30px; }

.content-column h5 {
  font: 400 16px / 19px "proxima-nova", sans-serif;
  margin: 0 0 30px; }

.content-column h6 {
  font: 400 15px / 18px "proxima-nova", sans-serif;
  margin: 0 0 30px; }

.content-giftcard {
  border-bottom: 1px solid #d6ba8c;
  margin: 60px 0;
  padding: 0 0 60px; }
  .content-giftcard .content-largeimage {
    margin: 0 0 30px; }

/* ==========================================================================
	 CONTENT - BIOGRAPHIES
	========================================================================== */
.content-biographies {
  margin: 40px 0 0;
  border-top: 1px solid #d6ba8c; }
  .content-biographies:first-child {
    margin: 0; }

.content-biographyrow {
  border-bottom: 1px solid #d6ba8c;
  padding: 40px 0 20px; }
  .content-biographyrow.active .content-biographyrow-right:before {
    height: 0; }
  .content-biographyrow.active .content-biographyrow-expand {
    color: #d51c59; }
    .content-biographyrow.active .content-biographyrow-expand:after {
      -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-biographyrow.active .content-biographyrow-expand .viewmore {
      opacity: 0; }
    .content-biographyrow.active .content-biographyrow-expand .viewless {
      opacity: 1; }

.content-biographyrow-image {
  float: left;
  height: 215px;
  margin: 0 40px 0 0;
  width: 215px; }
  @media (max-width: 979px) {
    .content-biographyrow-image {
      float: none;
      height: 215px;
      margin: 0 auto 30px;
      width: 215px; }
      .content-biographyrow-image img {
        height: 100%; } }
  .content-biographyrow-image img {
    max-width: 100%;
    max-height: 100%; }

.content-biographyrow-right {
  float: left;
  height: 215px;
  overflow: hidden;
  position: relative;
  width: 384px;
  -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); }
  .content-biographyrow-right:before {
    bottom: 0;
    content: "";
    height: 80px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    width: 100%;
    z-index: 200;
    -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);
    background-color: transparent;
    background-image: -webkit-linear-gradient(rgba(254, 251, 247, 0) 0%, #fefbf7 100%);
    background-image: linear-gradient(rgba(254, 251, 247, 0) 0%, #fefbf7 100%); }
    @media print {
      .content-biographyrow-right:before {
        display: none; } }
  .lt-ie10 .content-biographyrow-right:before {
    display: none;
    height: 0; }
  @media (max-width: 979px) {
    .content-biographyrow-right {
      width: 100%; } }

.content-column .content-biographyrow-title {
  color: #5d3327;
  font: 600 19px/23px "proxima-nova", sans-serif;
  margin: 0;
  text-transform: uppercase; }

.content-column .content-biographyrow-subtitle {
  border-bottom: 1px solid #eadac1;
  color: #5d3327;
  font: 600 14px/23px "proxima-nova", sans-serif;
  margin: 0;
  padding: 0 0 3px;
  text-transform: uppercase; }

.content-biographyrow-description {
  font: 400 16px/23px "proxima-nova", sans-serif;
  padding: 14px 0 0; }
  .content-biographyrow-description a {
    font-weight: 600; }

.content-biographyrow-expand {
  clear: both;
  cursor: pointer;
  display: block;
  font: 400 16px/16px "proxima-nova", sans-serif;
  padding: 10px 0 0 255px;
  position: relative;
  text-align: center;
  text-transform: uppercase; }
  @media (max-width: 979px) {
    .content-biographyrow-expand {
      padding: 10px 0px; } }
  .content-biographyrow-expand:after {
    display: inline-block;
    margin-left: 70px;
    position: relative;
    top: 1px;
    -webkit-transition: -webkit-transform;
    -moz-transition: -moz-transform;
    transition: transform; }
    @media (max-width: 979px) {
      .content-biographyrow-expand:after {
        margin-left: 110px; } }
  .content-biographyrow-expand .viewmore,
  .content-biographyrow-expand .viewless {
    display: inline-block;
    opacity: 1;
    position: absolute;
    right: 160px;
    text-align: left;
    width: 100px;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    @media (max-width: 979px) {
      .content-biographyrow-expand .viewmore,
      .content-biographyrow-expand .viewless {
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0); } }
  .content-biographyrow-expand .viewless {
    opacity: 0;
    color: #d51c59; }

/* ==========================================================================
    CONTENT - CONTACT FORM
   ========================================================================== */

.contact-form {
  margin: 40px 0 0;
  overflow: hidden; }
  .contact-form:first-child {
    margin: 0; }
  .contact-form .content-contactform-success {
    display: none; }

.content-contactform .field-wrapper {
  float: left;
  position: relative;
  width: 67%; }

.locationSuggestionShow h4 { margin-top: 30px; }

  .content-contactform .field-wrapper input[type="checkbox"] ~ .mce_inline_error[htmlfor] {
    display: block !important;
    background-color: #d51c59;
    border-radius: 3px 3px 0 0;
    color: #fff8ed;
    content: attr(data-error);
    font: 600 14px/25px "proxima-nova", sans-serif;
    height: 25px;
    padding: 0 10px;
    position: absolute;
    top: -24px;
    right: 0; }
  .content-contactform .field-wrapper.form-error:before {
    background-color: #d51c59;
    border-radius: 3px 3px 0 0;
    color: #fff8ed;
    content: attr(data-error);
    font: 600 14px/25px "proxima-nova", 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: #faf4e0;
    border: 1px solid #d51c59;
    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 "proxima-nova", 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 {
  font: 400 16px/20px "proxima-nova", sans-serif;
  clear: both;
  display: block;
  float: left;
  height: 40px;
  margin: 0 0 20px;
 padding: 0 16px 0 0;
  text-transform: uppercase;
  width: 33%; }

.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 "proxima-nova", sans-serif;
  padding: 10px 0 40px 33%; }

.content-disclaimer {
  border-top: 1px solid #d6ba8c;
  border-bottom: 1px solid #d6ba8c;
  clear: both;
  padding: 18px 0; }

.content-contactform #countryOther { margin: 0 0 20px 0;}

.content-contactform div[data-error="Please enter country name."] { margin-top: 20px;}

/* -------- NEW EMAIL FORM --------------*/
#formEmailAdestra {}

#formEmailAdestra .amf-el-inner {
  float: left;
  position: relative;
  width: 67%;
}

#formEmailAdestra label {
  font: 400 16px/20px "proxima-nova", sans-serif;
  clear: both;
  display: block;
  float: left;
  height: 40px;
  margin: 0 0 20px;
  text-transform: uppercase;
  width: 33%;
}

#formEmailAdestra label.checkbox {
  width: 67%;
  margin: 0;
  padding: 0 0 16px 0;
}

div[id^="amf-el-yes_i_am_older_than_13_"] .amf-el-inner {
  margin: 0 0 0 33%;
}

select[id^="amf-input-day-birthday_"] {
  width: 48%;
  margin: 0 4% 0 0;
}

select[id^="amf-input-month-birthday_"] {
  width: 48%;
}

select[id^="amf-input-year-birthday_"] {
  width: 0;
  height: 0;
  visibility: hidden;
}


/* 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: #824d3b;
}

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

.checkbox input + span,
.radio input + span {
  background: #faf3dd;
  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-radius: 2px;
  border: 1px solid #f1e6d8;
}

.checkbox input + span::after {
  content: "\2713";
  color: #fff;
  background: #d51c59;
  border-radius: 2px;
  border: 2px solid #d51c59;
  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 #d51c59;
  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: #d51c59;
    border-radius: 3px 3px 0 0;
    color: #fff8ed;
    font: 600 14px/25px "proxima-nova", 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: -93px;
}

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

@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: 210px;
}

#formEmailAdestra .g-recaptcha {
  margin-bottom: 15px;
}

#formEmailAdestra .html-block {
  border-top: 1px solid #d6ba8c;
  border-bottom: 1px solid #d6ba8c;
  clear: both;
  padding: 18px 0;
}

#formEmailAdestra input[type="submit"] {
  display: block;
  margin: 40px 0 0 33%;
  width: 67%;
}

/* --------- END NEW FORM ----------------- */

/* ==========================================================================
MODULE - DATE PICKER
========================================================================== */
input.datepicker {
  background-image: url("/assets/images/global/sprite.png");
  background-position: right -80px;
  background-repeat: no-repeat;
  border: 0;
  -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:focus {
    background-position: right -120px; }

.picker {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10; }

.picker-holder {
  background: #faf4e0;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 16px 2px;
  float: right;
  margin: 45px 0 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 271px;
  -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, opacity, max-height, border-width;
  -moz-transition: -moz-transform, opacity, max-height, border-width;
  transition: transform, opacity, max-height, border-width; }
  .picker--opened .picker-holder {
    max-height: 270px;
    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, opacity, max-height, border-width;
    -moz-transition: -moz-transform, opacity, max-height, border-width;
    transition: transform, opacity, max-height, border-width; }
    .lt-ie9 .picker--opened .picker-holder {
      display: block; }
  .picker-holder .picker-box {
    padding: 0; }
    .picker-holder .picker-box .picker-header {
      /* background: #bd945b; */
      background: #b28547;
      border-radius: 4px 4px 0 0;
      font-size: 16px;
      line-height: 16px;
      margin: 0;
      padding: 10px 0;
      position: relative;
      text-align: center; }
      .picker-holder .picker-box .picker-header .picker-month,
      .picker-holder .picker-box .picker-header .picker-year {
        color: #fff;
        display: inline-block;
        font-family: "proxima-nova", sans-serif;
        font-size: 19px;
        font-style: normal;
        font-weight: 600;
        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;
  position: absolute;
  padding: 10px;
  box-sizing: content-box;
  top: 0; }
  .picker-nav--prev.picker-nav--disabled,
  .picker-nav--next.picker-nav--disabled {
    cursor: default; }

.picker-nav--prev:before,
.picker-nav--next:before {
  font-size: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.picker-nav--prev {
  left: 0; }
  .picker-nav--prev:before {
    content: "\e602";
    color: #fff; }

.picker-nav--next {
  right: 0; }
  .picker-nav--next:before {
    content: "\e603";
    color: #fff; }
  .picker-nav--next.picker-nav--disabled {
    opacity: 0; }

.picker-nav--prev:hover:before,
.picker-nav--next:hover:before {
  color: #824d3b; }

.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; }

/**=============================
The calendar table of dates
============================== */
.picker-table {
  border-collapse: collapse;
  border-radius: 0 0 4px 4px;
  border-spacing: 0;
  border-width: 0 1px 1px 1px;
  border: 1px solid #f1e6d8;
  font-size: inherit;
  margin: 0 !important;
  table-layout: fixed;
  text-align: center;
  width: 100%; }
  .picker-table td {
    margin: 5px 0;
    padding: 0;
    font-family: "proxima-nova", sans-serif;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400; }
    .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 {
    color: #824d3b;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 600;
    padding: 5px 0; }
  .picker-table .picker-day--infocus {
    /* color: #976f5e; */
    color: #735c39; }
    .picker-table .picker-day--infocus:hover {
      background: #eee1c5;
      border-radius: 4px; }
  .picker-table .picker-day--outfocus {
    /* color: #e0d3c0; */
    color: #735c39;
     }
    .picker-table .picker-day--outfocus:hover {
      background: #eee1c5;
      border-radius: 4px; }
  .picker-table .picker-day--selected,
  .picker-table .picker-day--selected:hover,
  .picker-table .picker--focused .picker-day--selected {
    color: #fff;
    background: #d51c59;
    border-radius: 4px;
    border: 0; }
  .picker-table .picker-day--today:not(.picker-day--selected) {
    background: #eee1c5;
    border-radius: 4px;
    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;
  border-top: 0.66em solid #0059bc;
  border-left: 0.66em solid transparent; }

.picker-button--clear:before {
  top: -0.25em;
  width: 0.66em;
  border-top: 3px solid #e20; }

.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; }

/* ==========================================================================
	 DELIVERY
	========================================================================== */
.delivery-dash {
  margin: 0 auto;
  max-width: 700px;
  padding: 0 15px;
  position: relative;
  text-align: center;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  .delivery-dash a {
    color: #fff8ed;
    text-decoration: underline; }
    .delivery-dash a:hover {
      color: #d51c59; }
  .delivery-dash .background-splash-description {
    font: 400 16px/23px "proxima-nova", sans-serif; }
  .delivery-dash .delivery-dash__form {
    padding-bottom: 20px; }
  .delivery-dash .content-heading {
    margin: 0 0 15px;
    text-transform: none; }
  .delivery-dash .btn {
    margin: 0 auto;
    text-decoration: none;
    -webkit-transition: background-color 0.5s ease-in-out;
    -moz-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out; }
    .delivery-dash .btn:hover {
      color: #fff8ed; }

.delivery-dash__logo {
  background-image: url(/assets/images/delivery-dash-logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 100px;
  margin: 0 0 -10px;
  width: 492px; }

.delivery-dash__form {
  display: inline-block;
  padding: 35px 0;
  position: relative;
  width: 100%; }
  .delivery-dash__form:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #880d53;
    font-size: 20px;
    left: 12px;
    position: absolute;
    top: calc(50% + 7px); }

input[type="text"].delivery-dash__search,
input[type="text"]:not(#recaptcha_response_field).delivery-dash__search {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 3px 0 0 3px;
  color: #5d3327;
  float: left;
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  width: 90%; }

.delivery-dash__submit {
  background: #bd945b;
  border: none;
  border-radius: 0 3px 3px 0;
  color: #fff8ed;
  float: right;
  font: 600 16px/40px "proxima-nova", sans-serif;
  height: 50px;
  line-height: 50px;
  margin: 0;
  text-transform: uppercase;
  width: 10%;
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  width: 10%; }

.delivery-dash__remove {
  display: none;
  font-size: 0;
  overflow: hidden;
  padding: 5px;
  position: absolute;
  right: 80px;
  top: calc(50% + 7px);
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  .delivery-dash__remove:before {
    display: block;
    font-size: 14px;
    text-indent: 0;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: -webkit-transform;
    -moz-transition: -moz-transform;
    transition: transform; }
  .delivery-dash__remove:hover:before {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); }
  .delivery-dash__remove--active {
    display: block; }

.delivery-dash__option {
  color: #fff8ed;
  font: 400 20px/1 "proxima-nova", sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase; }

.delivery-dash__info-box {
  border: solid 1px rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  color: #fff8ed;
  display: none;
  margin-top: 20px;
  padding: 20px 30px; }
  .delivery-dash__info-box .background-splash-description:nth-last-child(n+2) {
    margin-bottom: 20px; }
  .delivery-dash__info-box--error .background-splash-description {
    display: block;
    float: left;
    margin: 0;
    max-width: calc(100% - 40px);
    text-align: left; }
  .delivery-dash__info-box--active {
    display: block; }

.delivery-dash__disclaimer {
  color: rgba(255, 248, 237, 0.8);
  font: 400 12px/1.2 "proxima-nova", sans-serif;
  margin-top: 20px;
  padding: 0 20px; }

.delivery-dash__icon {
  border: solid 2px #fff8ed;
  border-radius: 100%;
  color: #fff8ed;
  float: left;
  font-size: 12px;
  font-weight: 400;
  height: 20px;
  line-height: 1.4;
  margin: 0 15px 0 0;
  width: 20px; }

.pac-container {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 0 0 5px 5px;
  display: block;
  max-width: calc(100% - 30px);
  width: 670px !important; }
  .pac-container:after {
    background-position: right center;
    height: 26px;
    margin: 5px 0;
    width: calc(100% - 10px); }

.delivery-dash--loading .delivery-dash__submit,
.delivery-dash--loading .btn.ripple {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTIwcHgnIGhlaWdodD0nMTIwcHgnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBjbGFzcz0idWlsLWRlZmF1bHQiPiA8ZGVmcz4gPHN0eWxlIHR5cGU9InRleHQvY3NzIj4gLmVsZW1lbnQtYW5pbWF0aW9ue2FuaW1hdGlvbjogYW5pbWF0aW9uRnJhbWVzIGxpbmVhciAxczsgYW5pbWF0aW9uLWl0ZXJhdGlvbi1jb3VudDogaW5maW5pdGU7IC13ZWJraXQtYW5pbWF0aW9uOiBhbmltYXRpb25GcmFtZXMgbGluZWFyIDFzOyAtd2Via2l0LWFuaW1hdGlvbi1pdGVyYXRpb24tY291bnQ6IGluZmluaXRlOyAtbW96LWFuaW1hdGlvbjogYW5pbWF0aW9uRnJhbWVzIGxpbmVhciAxczsgLW1vei1hbmltYXRpb24taXRlcmF0aW9uLWNvdW50OiBpbmZpbml0ZTsgLW8tYW5pbWF0aW9uOiBhbmltYXRpb25GcmFtZXMgbGluZWFyIDFzOyAtby1hbmltYXRpb24taXRlcmF0aW9uLWNvdW50OiBpbmZpbml0ZTsgLW1zLWFuaW1hdGlvbjogYW5pbWF0aW9uRnJhbWVzIGxpbmVhciAxczsgLW1zLWFuaW1hdGlvbi1pdGVyYXRpb24tY291bnQ6IGluZmluaXRlO31Aa2V5ZnJhbWVzIGFuaW1hdGlvbkZyYW1lc3swJXtvcGFjaXR5OiAwO30xMDAle29wYWNpdHk6IDE7fX1ALW1vei1rZXlmcmFtZXMgYW5pbWF0aW9uRnJhbWVzezAle29wYWNpdHk6IDA7fTEwMCV7b3BhY2l0eTogMTt9fUAtd2Via2l0LWtleWZyYW1lcyBhbmltYXRpb25GcmFtZXN7MCV7b3BhY2l0eTogMDt9MTAwJXtvcGFjaXR5OiAxO319QC1vLWtleWZyYW1lcyBhbmltYXRpb25GcmFtZXN7MCV7b3BhY2l0eTogMDt9MTAwJXtvcGFjaXR5OiAxO319QC1tcy1rZXlmcmFtZXMgYW5pbWF0aW9uRnJhbWVzezAle29wYWNpdHk6IDA7fTEwMCV7b3BhY2l0eTogMTt9fS5yb3RhdGluZzF7LXdlYmtpdC1hbmltYXRpb24tZGVsYXk6IDBzOyBhbmltYXRpb24tZGVsYXk6IDBzO30ucm90YXRpbmcyey13ZWJraXQtYW5pbWF0aW9uLWRlbGF5OiAwLjA4MzMzMzMzMzMzMzMzMzMzczsgYW5pbWF0aW9uLWRlbGF5OiAwLjA4MzMzMzMzMzMzMzMzMzMzczt9LnJvdGF0aW5nM3std2Via2l0LWFuaW1hdGlvbi1kZWxheTogMC4xNjY2NjY2NjY2NjY2NjY2NnM7IGFuaW1hdGlvbi1kZWxheTogMC4xNjY2NjY2NjY2NjY2NjY2NnM7fS5yb3RhdGluZzR7LXdlYmtpdC1hbmltYXRpb24tZGVsYXk6IDAuMjVzOyBhbmltYXRpb24tZGVsYXk6IDAuMjVzO30ucm90YXRpbmc1ey13ZWJraXQtYW5pbWF0aW9uLWRlbGF5OiAwLjMzMzMzMzMzMzMzMzMzMzNzOyBhbmltYXRpb24tZGVsYXk6IDAuMzMzMzMzMzMzMzMzMzMzM3M7fS5yb3RhdGluZzZ7LXdlYmtpdC1hbmltYXRpb24tZGVsYXk6IDAuNDE2NjY2NjY2NjY2NjY2N3M7IGFuaW1hdGlvbi1kZWxheTogMC40MTY2NjY2NjY2NjY2NjY3czt9LnJvdGF0aW5nN3std2Via2l0LWFuaW1hdGlvbi1kZWxheTogMC41czsgYW5pbWF0aW9uLWRlbGF5OiAwLjVzO30ucm90YXRpbmc4ey13ZWJraXQtYW5pbWF0aW9uLWRlbGF5OiAwLjU4MzMzMzMzMzMzMzMzMzRzOyBhbmltYXRpb24tZGVsYXk6IDAuNTgzMzMzMzMzMzMzMzMzNHM7fS5yb3RhdGluZzl7LXdlYmtpdC1hbmltYXRpb24tZGVsYXk6IDAuNjY2NjY2NjY2NjY2NjY2NnM7IGFuaW1hdGlvbi1kZWxheTogMC42NjY2NjY2NjY2NjY2NjY2czt9LnJvdGF0aW5nMTB7LXdlYmtpdC1hbmltYXRpb24tZGVsYXk6IDAuNzVzOyBhbmltYXRpb24tZGVsYXk6IDAuNzVzO30ucm90YXRpbmcxMXstd2Via2l0LWFuaW1hdGlvbi1kZWxheTogMC44MzMzMzMzMzMzMzMzMzM0czsgYW5pbWF0aW9uLWRlbGF5OiAwLjgzMzMzMzMzMzMzMzMzMzRzO30ucm90YXRpbmcxMnstd2Via2l0LWFuaW1hdGlvbi1kZWxheTogMC45MTY2NjY2NjY2NjY2NjY2czsgYW5pbWF0aW9uLWRlbGF5OiAwLjkxNjY2NjY2NjY2NjY2NjZzO308L3N0eWxlPiA8L2RlZnM+IDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJub25lIiBjbGFzcz0iYmsiPjwvcmVjdD4gPHJlY3QgY2xhc3M9ImVsZW1lbnQtYW5pbWF0aW9uIHJvdGF0aW5nMSIgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNmZmZmZmYnIHRyYW5zZm9ybT0ncm90YXRlKDAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPjwvcmVjdD4gPHJlY3QgY2xhc3M9ImVsZW1lbnQtYW5pbWF0aW9uIHJvdGF0aW5nMiIgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNmZmZmZmYnIHRyYW5zZm9ybT0ncm90YXRlKDMwIDUwIDUwKSB0cmFuc2xhdGUoMCAtMzApJz48L3JlY3Q+IDxyZWN0IGNsYXNzPSJlbGVtZW50LWFuaW1hdGlvbiByb3RhdGluZzMiIHg9JzQ2LjUnIHk9JzQwJyB3aWR0aD0nNycgaGVpZ2h0PScyMCcgcng9JzUnIHJ5PSc1JyBmaWxsPScjZmZmZmZmJyB0cmFuc2Zvcm09J3JvdGF0ZSg2MCA1MCA1MCkgdHJhbnNsYXRlKDAgLTMwKSc+PC9yZWN0PiA8cmVjdCBjbGFzcz0iZWxlbWVudC1hbmltYXRpb24gcm90YXRpbmc0IiB4PSc0Ni41JyB5PSc0MCcgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHJ4PSc1JyByeT0nNScgZmlsbD0nI2ZmZmZmZicgdHJhbnNmb3JtPSdyb3RhdGUoOTAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPjwvcmVjdD4gPHJlY3QgY2xhc3M9ImVsZW1lbnQtYW5pbWF0aW9uIHJvdGF0aW5nNSIgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNmZmZmZmYnIHRyYW5zZm9ybT0ncm90YXRlKDEyMCA1MCA1MCkgdHJhbnNsYXRlKDAgLTMwKSc+PC9yZWN0PiA8cmVjdCBjbGFzcz0iZWxlbWVudC1hbmltYXRpb24gcm90YXRpbmc2IiB4PSc0Ni41JyB5PSc0MCcgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHJ4PSc1JyByeT0nNScgZmlsbD0nI2ZmZmZmZicgdHJhbnNmb3JtPSdyb3RhdGUoMTUwIDUwIDUwKSB0cmFuc2xhdGUoMCAtMzApJz48L3JlY3Q+IDxyZWN0IGNsYXNzPSJlbGVtZW50LWFuaW1hdGlvbiByb3RhdGluZzciIHg9JzQ2LjUnIHk9JzQwJyB3aWR0aD0nNycgaGVpZ2h0PScyMCcgcng9JzUnIHJ5PSc1JyBmaWxsPScjZmZmZmZmJyB0cmFuc2Zvcm09J3JvdGF0ZSgxODAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPjwvcmVjdD4gPHJlY3QgY2xhc3M9ImVsZW1lbnQtYW5pbWF0aW9uIHJvdGF0aW5nOCIgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNmZmZmZmYnIHRyYW5zZm9ybT0ncm90YXRlKDIxMCA1MCA1MCkgdHJhbnNsYXRlKDAgLTMwKSc+PC9yZWN0PiA8cmVjdCBjbGFzcz0iZWxlbWVudC1hbmltYXRpb24gcm90YXRpbmc5IiB4PSc0Ni41JyB5PSc0MCcgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHJ4PSc1JyByeT0nNScgZmlsbD0nI2ZmZmZmZicgdHJhbnNmb3JtPSdyb3RhdGUoMjQwIDUwIDUwKSB0cmFuc2xhdGUoMCAtMzApJz48L3JlY3Q+IDxyZWN0IGNsYXNzPSJlbGVtZW50LWFuaW1hdGlvbiByb3RhdGluZzEwIiB4PSc0Ni41JyB5PSc0MCcgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHJ4PSc1JyByeT0nNScgZmlsbD0nI2ZmZmZmZicgdHJhbnNmb3JtPSdyb3RhdGUoMjcwIDUwIDUwKSB0cmFuc2xhdGUoMCAtMzApJz48L3JlY3Q+IDxyZWN0IGNsYXNzPSJlbGVtZW50LWFuaW1hdGlvbiByb3RhdGluZzExIiB4PSc0Ni41JyB5PSc0MCcgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHJ4PSc1JyByeT0nNScgZmlsbD0nI2ZmZmZmZicgdHJhbnNmb3JtPSdyb3RhdGUoMzAwIDUwIDUwKSB0cmFuc2xhdGUoMCAtMzApJz48L3JlY3Q+IDxyZWN0IGNsYXNzPSJlbGVtZW50LWFuaW1hdGlvbiByb3RhdGluZzEyIiB4PSc0Ni41JyB5PSc0MCcgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHJ4PSc1JyByeT0nNScgZmlsbD0nI2ZmZmZmZicgdHJhbnNmb3JtPSdyb3RhdGUoMzMwIDUwIDUwKSB0cmFuc2xhdGUoMCAtMzApJz48L3JlY3Q+PC9zdmc+);
  background-position: center center;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  color: rgba(189, 148, 91, 0); }

.pac-item {
  border: none;
  color: #5d3327;
  font: 400 16px/1 "proxima-nova", sans-serif;
  padding: 10px 40px; }

.pac-item-query {
  color: #5d3327;
  font: 400 16px/1 "proxima-nova", sans-serif; }

.pac-icon {
  display: none; }

/* ==========================================================================
    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; }
  .content-accordion .accordion-item {
    border-bottom: 1px solid #d6ba8c;
    height: 52px; }
    .content-accordion .accordion-item.active .accordion-item-title {
      color: #d51c59; }
      .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-title {
    border-bottom: 1px solid #d6ba8c;
    color: #5d3327;
    cursor: pointer;
    font: 600 19px/52px "proxima-nova", sans-serif;
    height: 52px;
    margin: 0;
    text-transform: uppercase;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s; }
    .content-accordion .accordion-item-title:hover {
      color: #d51c59; }
    .content-accordion .accordion-item-title:before {
      float: right;
      font-size: 16px;
      position: relative;
      top: 18px;
      -webkit-transition: -webkit-transform;
      -moz-transition: -moz-transform;
      transition: transform; }
  .content-accordion .accordion-item-body {
    padding: 36px 0 0 22px; }
    .content-accordion .accordion-item-body dt {
      color: #5d3327;
      font: 700 16px/23px "proxima-nova", sans-serif;
      padding: 0 0 16px;
      position: relative; }
      .content-accordion .accordion-item-body dt:before {
        content: counter(accordion-counter) ". ";
        counter-increment: accordion-counter;
        left: -22px;
        position: absolute; }
    .content-accordion .accordion-item-body dd {
      padding: 0 0 16px; }
    .content-accordion .accordion-item-body p {
      margin: 0;
      padding: 0 0 16px; }

/* ==========================================================================
    CONTENT HEADER
   ========================================================================== */
.content-header {
  background-position: center;
  background-repeat: repeat-x;
  background-size: cover;
  position: relative;
  color: #fefbf7;
  text-align: center;
  text-transform: uppercase;
  height: 300px; }
  .content-header:before {
    content: "";
    background-color: transparent;
    background-image: -webkit-linear-gradient(rgba(39, 39, 39, 0.5) 0%, rgba(39, 39, 39, 0) 100%);
    background-image: linear-gradient(rgba(39, 39, 39, 0.5) 0%, rgba(39, 39, 39, 0) 100%);
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5; }
  .content-header.banner-pink {
    background-color: #880d53;
    background-image: url("/assets/images/global/top-banner-pink.jpg"); }
  .content-header.banner-purple {
    background-color: #4e1a3c;
    background-image: url("/assets/images/global/top-banner-purple.jpg"); }
  .content-header.banner-gold {
    background-color: #bb905a;
    background-image: url("/assets/images/global/top-banner-gold.jpg"); }
  .content-header.banner-orange {
    background-color: #b5672c;
    background-image: url("/assets/images/global/top-banner-orange.jpg"); }
  .content-header.banner-brown {
    background-color: #602b1c;
    background-image: url("/assets/images/global/top-banner-brown.jpg"); }
  .content-header.banner-green {
    background-color: #b3ae34;
    background-image: url("/assets/images/global/top-banner-green.jpg"); }
  .fixed-always .content-header {
    background-color: #fbf0e0;
    padding: 0;
    height: 320px; }
    .fixed-always .content-header:before {
      content: none;
      height: 0;
      width: 0; }
  .content-header .content-header-title {
    cursor: default;
    margin: 0;
    position: absolute;
    width: 100%;
    bottom: 52px;
    font: 600 46px/50px "proxima-nova", sans-serif;
    letter-spacing: 0.025em;
    padding: 0 20px; }
  .content-header iframe {
    height: 100%;
    width: 100%; }

/* ==========================================================================
    CONTENT HEADER AT HOME LANDING PAGE
   ========================================================================== */
  .content-header-at-home {
  background-position: center;
  background-repeat: repeat-x;
  background-size: cover;
  position: relative;
  color: #fefbf7;
  text-align: center;
  text-transform: uppercase;
  height: 600px; }
  .content-header-at-home:before {
    content: "";
    background-color: transparent;
    background-image: -webkit-linear-gradient(rgba(39, 39, 39, 0.5) 0%, rgba(39, 39, 39, 0) 100%);
    background-image: linear-gradient(rgba(39, 39, 39, 0.5) 0%, rgba(39, 39, 39, 0) 100%);
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5; }
  .content-header-at-home.banner-pink {
    background-color: #880d53;
    background-image: url("/assets/images/global/top-banner-pink.jpg"); }
  .content-header-at-home.banner-purple {
    background-color: #4e1a3c;
    background-image: url("/assets/images/global/top-banner-purple.jpg"); }
  .content-header-at-home.banner-gold {
    background-color: #bb905a;
    background-image: url("/assets/images/global/top-banner-gold.jpg"); }
  .content-header-at-home.banner-orange {
    background-color: #b5672c;
    background-image: url("/assets/images/global/top-banner-orange.jpg"); }
  .content-header-at-home.banner-brown {
    background-color: #602b1c;
    background-image: url("/assets/images/global/top-banner-brown.jpg"); }
  .content-header-at-home.banner-green {
    background-color: #b3ae34;
    background-image: url("/assets/images/global/top-banner-green.jpg"); }
  .fixed-always .content-header-at-home {
    background-color: #fbf0e0;
    padding: 0;
    height: 320px; }
    .fixed-always .content-header-at-home:before {
      content: none;
      height: 0;
      width: 0; }
  .content-header-at-home .content-header-at-home-title {
    cursor: default;
    margin: 0;
    position: absolute;
    width: 100%;
    bottom: 400px;
    font: 600 46px/50px "proxima-nova", sans-serif;
    letter-spacing: 0.025em;
    padding: 0 20px; }
  .content-header-at-home iframe {
    height: 100%;
    width: 100%; }

/* ==========================================================================
    CONTENT HEADER AT HOME CATEGORY PAGE
   ========================================================================== */
  .content-header-at-home-content {
  background-position: center;
  background-repeat: repeat-x;
  background-size: cover;
  position: relative;
  color: #fefbf7;
  text-align: left;
  text-transform: uppercase;
  height: 300px; }
  .content-header-at-home-content:before {
    content: "";
    background-color: transparent;
    background-image: -webkit-linear-gradient(rgba(39, 39, 39, 0.5) 0%, rgba(39, 39, 39, 0) 100%);
    background-image: linear-gradient(rgba(39, 39, 39, 0.5) 0%, rgba(39, 39, 39, 0) 100%);
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5; }
  .content-header-at-home-content.banner-pink {
    background-color: #880d53;
    background-image: url("/assets/images/global/top-banner-pink.jpg"); }
  .content-header-at-home-content.banner-purple {
    background-color: #4e1a3c;
    background-image: url("/assets/images/global/top-banner-purple.jpg"); }
  .content-header-at-home-content.banner-gold {
    background-color: #bb905a;
    background-image: url("/assets/images/global/top-banner-gold.jpg"); }
  .content-header-at-home-content.banner-orange {
    background-color: #b5672c;
    background-image: url("/assets/images/global/top-banner-orange.jpg"); }
  .content-header-at-home-content.banner-brown {
    background-color: #602b1c;
    background-image: url("/assets/images/global/top-banner-brown.jpg"); }
  .content-header-at-home-content.banner-green {
    background-color: #b3ae34;
    background-image: url("/assets/images/global/top-banner-green.jpg"); }
  .fixed-always .content-header-at-home-content {
    background-color: #fbf0e0;
    padding: 0;
    height: 320px; }
    .fixed-always .content-header-at-home-content:before {
      content: none;
      height: 0;
      width: 0; }
  .content-header-at-home-content .content-header-at-home-content-title {
    cursor: default;
    margin: 0;
    position: absolute;
    width: 50%;
    left: 40px;
    bottom: 120px;
    text-align: center;
    font: 600 46px/50px "proxima-nova", sans-serif;
    letter-spacing: 0.025em;
    padding: 0 20px; }
  .content-header-at-home iframe {
    height: 100%;
    width: 100%; }

/* ==========================================================================
    CONTENT HEADER AT HOME PRODUCT PAGE
   ========================================================================== */
  .content-header-at-home-product {
  background-position: center;
  background-repeat: repeat-x;
  background-size: cover;
  position: relative;
  color: #fefbf7;
  text-align: center;
  text-transform: uppercase;
  height: 300px; }
  .content-header-at-home-product:before {
    content: "";
    background-color: transparent;
    background-image: -webkit-linear-gradient(rgba(39, 39, 39, 0.5) 0%, rgba(39, 39, 39, 0) 100%);
    background-image: linear-gradient(rgba(39, 39, 39, 0.5) 0%, rgba(39, 39, 39, 0) 100%);
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5; }
  .content-header-at-home-product.banner-pink {
    background-color: #880d53;
    background-image: url("/assets/images/global/top-banner-pink.jpg"); }
  .content-header-at-home-product.banner-purple {
    background-color: #4e1a3c;
    background-image: url("/assets/images/global/top-banner-purple.jpg"); }
  .content-header-at-home-product.banner-gold {
    background-color: #bb905a;
    background-image: url("/assets/images/global/top-banner-gold.jpg"); }
  .content-header-at-home-product.banner-orange {
    background-color: #b5672c;
    background-image: url("/assets/images/global/top-banner-orange.jpg"); }
  .content-header-at-home-product.banner-brown {
    background-color: #602b1c;
    background-image: url("/assets/images/global/top-banner-brown.jpg"); }
  .content-header-at-home-product.banner-green {
    background-color: #b3ae34;
    background-image: url("/assets/images/global/top-banner-green.jpg"); }
  .fixed-always .content-header-at-home-product {
    background-color: #fbf0e0;
    padding: 0;
    height: 320px; }
    .fixed-always .content-header-at-home-product:before {
      content: none;
      height: 0;
      width: 0; }
  .content-header-at-home-product .content-header-at-home-product-title {
    cursor: default;
    margin: 0;
    position: absolute;
    width: 100%;
    bottom: 100px;
    font: 600 46px/50px "proxima-nova", sans-serif;
    letter-spacing: 0.025em;
    padding: 0 20px; }
  .content-header-at-home-product iframe {
    height: 100%;
    width: 100%; }


/* ==========================================================================
    CONTENT - AT HOME
   ========================================================================== */

  .content-at-home
  {
        text-align: center;
  }

  .content-at-home-griditem
  {
      display:inline-block;
  }

  .content-at-home-gridrow
  {
      display:inline-block;
  }

  .content-at-home .btn {
    display: block;
    font: 600 24px/37px "proxima-nova", sans-serif;
    margin: 0px 0 80px 10px;
    width: 210px;
    }

  .content-at-home .btn-landing {
    display: block;
    font: 600 24px/37px "proxima-nova", sans-serif;
    margin: 0px 0 80px 210px;
    width: 300px;
    }

 .content-at-home-title {
  color: #5d3327;
  font: 600 19px/23px "proxima-nova", sans-serif;
  margin: 0;
  /* text-transform: uppercase; */
  }

.content-at-home-subtitle {
  /* border-bottom: 1px solid #eadac1; */
  color: #5d3327;
  font: 600 14px/23px "proxima-nova", sans-serif;
  margin: 0;
  padding: 0 0 3px;
  /* text-transform: uppercase; */
  }

.content-at-home-description {
  font: 400 16px/23px "proxima-nova", sans-serif;
  padding: 14px 0 0; }
  .content-at-home-description a {
    font-weight: 600; }

.content-at-home-image {
/*  float: left; */
  display: inline-block;
/*  height: 430px; */
  margin: 0 0px 0 0;
  width: 750px; }
  @media (max-width: 979px) {
    .content-at-home-image {
      float: none;
      height: 750px;
      margin: 0 auto 30px;
      width: 750px; }
      .content-at-home-image img {
        height: 100%; } }
  .content-at-home-image img {
    max-width: 100%;
    max-height: 100%; }

.content-at-home-category-image {
  display: inline-block;
  height: 230px;
  margin: 0 auto 30px;
  width: 230px; }
  @media (max-width: 979px) {
    .content-at-home-category-image {
      float: none;
      display: inline-block;
      height: 230px;
      margin: 0 auto 30px;
      width: 230px; }
      .content-at-home-category-image img {
        height: 100%; } }
  .content-at-home-category-image img {
    max-width: 100%;
    max-height: 100%; }

.content-at-home-product-image {
  display: inline-block;
  height: 400px;
  margin: 0 auto 30px;
  width: 400px;
  /* float:left; */
  }
  @media (max-width: 979px) {
    .content-at-home-product-image {
      /* float: left; */
      display: inline-block;
      height: 400px;
      margin: 0 auto 30px;
      width: 400px; }
      .content-at-home-product-image img {
        height: 100%; } }
  .content-at-home-product-image img {
    max-width: 100%;
    max-height: 100%; }

.container-at-home-product-left {
  margin: 0 auto;
  position: relative;
  max-width: 420px;
  float:left;
  width:37%;
  }

.container-at-home-product-right {
  margin: 0 auto;
  position: relative;
  float:right;
  width:37%;
   }

.content-column .container-at-home-product-right .content-at-home-product-title
{
    margin: 0 0 0px;
}

.content-column .container-at-home-product-right .content-at-home-description p
{
    margin: 0 0 8px;
}

.content-column .container-at-home-product-right .content-at-home-description ol li
{
    margin: 0 0 12px;
}

.content-column .container-at-home-product-right .content-at-home-description ul li
{
    margin: 0 0 0px;
}

.social-at-home-desktop
{
}

.social-at-home-mobile
{
    display:none;
}

/* ==========================================================================
    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-subheading ~ .content-gridimage:nth-child(3n+1) {
      margin-left: 5%; }
  .content-subheading ~ .content-gridimage:nth-child(3n-1) {
    margin-left: 0px; }
  .content-gridimage img {
    border: 1px solid #d6ba8c;
    border-radius: 3px;
    width: 100%; }

.content-gridimage-caption {
  display: block;
  font: 400 14px/17px "proxima-nova", sans-serif;
  height: 54px;
  margin: 20px 0 0;
  padding: 0px;
  position: relative; }
  .content-gridimage-caption:before {
    display: none;
    font-size: 13px;
    left: 0;
    margin-right: 8px;
    position: absolute;
    top: 0; }

/* ==========================================================================
	CONTENT - LARGE IMAGE
   ========================================================================== */
.content-largeimage {
  margin: 40px 0 0; }
  .content-largeimage:first-child {
    margin: 0; }
  .content-largeimage + .content-heading,
  .content-largeimage + .heading-share {
    margin-top: 20px; }
  .content-largeimage img {
    width: 100%; }
  .content-largeimage iframe {
    width: 100%; }

.content-largeimage-caption {
  border-bottom: 1px solid #d6ba8c;
  color: #880d53;
  font: 400 14px/20px "proxima-nova", sans-serif;
  padding: 20px 0;
  margin-bottom: 40px; }

/* ==========================================================================
	CONTENT - LARGE VIDEO
   ========================================================================== */
.content-largevideo {
  position: relative; }
  .content-column .content-largevideo {
    margin: 40px 0 0; }
    .content-column .content-largevideo:first-child {
      margin: 0; }
  .content-largevideo + .content-heading,
  .content-largevideo + .heading-share {
    margin-top: 20px; }
  .content-largevideo .close {
    display: none; }
    .video-popup .content-largevideo .close {
      display: block;
      position: absolute;
      left: 100%;
      top: 0px; }
  .content-largevideo iframe {
    display: block;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%; }

.frame-wrapper {
  padding-top: 56.25%;
  position: relative; }
  .frame-wrapper:before {
    bottom: 0px;
    content: "";
    display: block;
    height: 38px;
    position: absolute;
    right: 0px;
    width: 99px;
    z-index: 1; }

/* ==========================================================================
    CONTENT - LINK SECTION
   ========================================================================== */
.content-linksection {
  border-bottom: 1px solid #d6ba8c;
  margin: 40px 0 0; }
  .content-linksection:first-child {
    margin: 0; }

.content-link {
  border-top: 1px solid #d6ba8c;
  padding: 40px 0; }
  .content-link a {
    display: block;
    font: 400 16px/24px "proxima-nova", sans-serif;
    text-transform: uppercase;
    margin: 18px 0 0; }
    .content-link a:before {
      font-size: 15px;
      margin-right: 10px; }
  .content-link li > a, .content-link p > a, .content-link blockquote > a {
    display: inline-block;
    margin-top: 0;
    font-size: 16px;
    text-transform: none; }

.content-link-title {
  color: #5d3327;
  font: 700 19px/25px "proxima-nova", sans-serif;
  text-transform: uppercase; }

.content-link-description {
  color: #663a2a;
  font: 400 19px/25px "proxima-nova", sans-serif; }

.content-link-summary {
  font: 400 16px/23px "proxima-nova", sans-serif;
  margin: 18px 0 0; }
  .content-link-summary p:last-child {
    margin: 0; }

/* ==========================================================================
	CONTENT NAVIGATION
   ========================================================================== */
.content-navigation {
  position: absolute;
  padding: 60px 40px 0 0;
  text-align: right;
  width: 300px;
  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); }
  @media (max-width: 979px) {
    .content-navigation {
      padding: 60px 20px 0 20px;
      width: 250px; } }
  .fixed-navigation .content-navigation.unfix {
    position: absolute;
    top: 0; }
  .content-navigation li {
    margin: 0 0 20px; }
    .content-navigation li.active a {
      color: #d51c59;
      font-weight: 600; }
    .content-navigation li a {
      font: 400 16px/16px "proxima-nova", sans-serif;
      text-transform: uppercase; }
  .fixed-navigation .content-navigation {
    position: fixed;
    top: 60px; }
    @media (max-width: 767px) {
      .fixed-navigation .content-navigation {
        position: absolute;
        top: 0;
        width: 250px; } }
  .active .content-navigation {
    overflow: visible; }
  .content-navigation.content-navigation-investor {
    position: absolute;
    top: 0;
    width: 300px; }
    .content-navigation.content-navigation-investor li {
      padding: 0 25px 0 0; }
      .content-navigation.content-navigation-investor li.accordion-item {
        cursor: pointer;
        height: 16px;
        position: relative; }
        .content-navigation.content-navigation-investor li.accordion-item:before {
          color: #bd945b;
          font-size: 15px;
          right: 0;
          position: absolute;
          top: 1px;
          -webkit-transition: -webkit-transform, color;
          -moz-transition: -moz-transform, color;
          transition: transform, color; }
        .content-navigation.content-navigation-investor li.accordion-item.active:before {
          color: #d51c59;
          -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-navigation.content-navigation-investor li.accordion-item.active li:first-child a {
          color: #d51c59; }
        .content-navigation.content-navigation-investor li.accordion-item li:first-child {
          padding: 0; }
        .content-navigation.content-navigation-investor li.accordion-item li.active a {
          color: #d51c59;
          font-weight: 600; }
        .content-navigation.content-navigation-investor li.accordion-item li a {
          color: #bd945b;
          font-weight: 400; }
  .content-navigation .investor-tools {
    padding: 40px 0 0; }
    .content-navigation .investor-tools li:first-child a {
      color: #bd945b;
      font-weight: 600; }

.content-navigation__title {
  color: #880d53;
  font: 600 20px/1 "proxima-nova", sans-serif, sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase; }

.content-navigation__item--external > a:after {
  font-size: 14px;
  margin-left: 6px;
  /* remove the following to re-activate */
  display: none;
  }

/* ==========================================================================
    CONTENT - SLIDER
   ========================================================================== */
.content-slider {
  margin: 40px 0 30px;
  overflow: auto; }
  .content-slider .royalSlider {
    background: none; }
    .content-slider .royalSlider > .rsImg {
      display: none; }
      .content-slider .royalSlider > .rsImg:first-child {
        display: block;
        visibility: hidden;
        width: 100%; }
  .content-slider .rsNav {
    padding: 30px 0 0;
    text-align: center;
    width: 100%; }
  .content-slider .rsBullet {
    display: inline-block;
    position: relative;
    margin: 0 5px;
    height: 11px;
    width: 11px; }
    .content-slider .rsBullet.rsNavSelected span {
      background: #bd945b; }
    .content-slider .rsBullet span {
      border-radius: 50%;
      border: 2px solid #bd945b;
      cursor: pointer;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      -webkit-transition: background 0.3s;
      -moz-transition: background 0.3s;
      transition: background 0.3s; }
      .content-slider .rsBullet span:active {
        opacity: 0.8; }

.modal-active {
  overflow: hidden; }

.close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px; }

.alert-wrapper, .video-popup {
  background: rgba(218, 193, 151, 0.8);
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999; }
  .alert-wrapper .close, .video-popup .close {
    text-indent: -9999px; }
    .alert-wrapper .close:before, .video-popup .close:before {
      text-indent: 0; }
  .alert-wrapper--image .alert-container {
    background-size: cover;
    background-repeat: none;
    background-position: 50%;
    height: 70%;
    width: 80%; }
  .alert-wrapper--image .close {
    color: #fff;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0; }
    .alert-wrapper--image .close:before {
      top: 15px;
      left: 15px; }

.alert-box {
  text-align: center;
  position: relative; }
  .alert-box .content-subheading {
    color: #880d53;
    font-size: 26px;
    line-height: 26px; }
    .alert-box .content-subheading:before {
      display: block;
      padding-bottom: 30px; }
  .alert-box p {
    color: #824d3b;
    font-size: 16px;
    line-height: 23px;
    padding-bottom: 40px; }
  .alert-box .btn {
    display: inline-block; }

.alert-box--alt .content-subheading:before {
  display: none; }

.alert-container {
  width: 471px;
  background: #fff;
  margin: 0 auto;
  background: #fff;
  padding: 40px 40px 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.alert-title {
  text-transform: uppercase;
  font-size: 17px; }
  .alert-title:before {
    padding-right: 8px; }
  .alert-title .ripples {
    display: none; }

/* ==========================================================================
    FOOD MENU
   ========================================================================== */
.food-menu {
  z-index: 100;
  border-radius: 3px;
  box-shadow: 0px 0px 5.58px 0.42px rgba(37, 37, 37, 0.35);
  height: 610px;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 54%;
  width: 470px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateZ(0) translateY(-50%);
  -moz-transform: translateZ(0) translateY(-50%);
  -ms-transform: translateZ(0) translateY(-50%);
  -o-transform: translateZ(0) translateY(-50%);
  transform: translateZ(0) translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transition: -webkit-transform, opacity, visibility, top, height;
  -moz-transition: -moz-transform, opacity, visibility, top, height;
  transition: transform, opacity, visibility, top, height; }
  @media (max-height: 767px) {
    .food-menu {
      height: 550px;
      top: 54%; }
      .lt-ie10 .food-menu {
        margin-top: -275px !important; } }
  .show-food-menu .food-menu {
    opacity: 1;
    visibility: visible; }
    .lt-ie9 .show-food-menu .food-menu {
      display: block; }
  .full-screen-image .food-menu {
    opacity: 0;
    -webkit-transform: translateZ(0) translateY(1000px);
    -moz-transform: translateZ(0) translateY(1000px);
    -ms-transform: translateZ(0) translateY(1000px);
    -o-transform: translateZ(0) translateY(1000px);
    transform: translateZ(0) translateY(1000px);
    -ms-transform: translateY(1000px); }
    .lt-ie9 .full-screen-image .food-menu {
      display: none; }
  .slide-changing .food-menu * {
    cursor: default !important; }
  .slide-changing .food-menu .ripples {
    opacity: 0 !important; }
  .lt-ie9 .food-menu {
    display: none;
    top: 125px; }
  .lt-ie10 .food-menu {
    -ms-transform: none !important;
    margin-top: -305px; }
    .lt-ie10 .food-menu * {
      -ms-transform: none !important; }

.food-menu-search {
  background-color: #bd945b;
  background-color: rgba(189, 148, 91, 0.89);
  box-shadow: rgba(189, 148, 91, 0.5) 0 0 5px;
  overflow: hidden;
  position: relative;
  width: 150%;
  z-index: 5;
  height: 60px; }
  .food-menu-search input[type="text"],
  .food-menu-search input[type="search"] {
    background: none;
    border: none;
    color: #fff8ed;
    float: left;
    font: 400 19px/19px "proxima-nova", sans-serif;
    height: 60px;
    margin-right: -55px;
    padding: 0 75px 0 20px;
    width: 470px;
    -webkit-transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0); }
    .show-subcategories .food-menu-search input[type="text"],
    .show-subsubcategories .food-menu-search input[type="text"],
    .show-listings .food-menu-search input[type="text"],
    .show-detail .food-menu-search input[type="text"],
    .show-results .food-menu-search input[type="text"], .show-subcategories
    .food-menu-search input[type="search"],
    .show-subsubcategories
    .food-menu-search input[type="search"],
    .show-listings
    .food-menu-search input[type="search"],
    .show-detail
    .food-menu-search input[type="search"],
    .show-results
    .food-menu-search input[type="search"] {
      width: 235px; }
    .lt-ie9 .food-menu-search input[type="text"], .lt-ie9
    .food-menu-search input[type="search"] {
      line-height: 60px; }
    .food-menu-search input[type="text"]::-webkit-input-placeholder,
    .food-menu-search input[type="search"]::-webkit-input-placeholder {
      color: #fff8ed;
      opacity: 1; }
    .food-menu-search input[type="text"]::-moz-placeholder,
    .food-menu-search input[type="search"]::-moz-placeholder {
      color: #fff8ed;
      opacity: 1; }
    .food-menu-search input[type="text"]:-moz-placeholder,
    .food-menu-search input[type="search"]:-moz-placeholder {
      color: #fff8ed;
      opacity: 1; }
    .food-menu-search input[type="text"]:-ms-input-placeholder,
    .food-menu-search input[type="search"]:-ms-input-placeholder {
      color: #fff8ed;
      opacity: 1; }
  .food-menu-search .search-button {
    cursor: pointer;
    float: left;
    text-align: center;
    width: 55px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0); }
    .food-menu-search .search-button:hover:before {
      color: #E6DBCC; }
    .food-menu-search .search-button:before {
      -webkit-transition: color 0.3s;
      -moz-transition: color 0.3s;
      transition: color 0.3s;
      line-height: 60px; }
    .food-menu-search .search-button:before {
      color: #fff8ed;
      font-size: 15px;
      text-align: center; }
  .food-menu-search .search-view-all {
    background-color: #a17036;
    background-color: rgba(161, 112, 54, 0.45);
    color: #fff8ed;
    float: left;
    text-align: center;
    font: 400 19px/60px "proxima-nova", sans-serif;
    height: 60px;
    width: 235px;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0); }
    .food-menu-search .search-view-all:hover {
      color: #efe0cd; }

.food-menu-search__label {
  display: none; }

.food-menu-wrapper {
  overflow: hidden;
  width: 400%;
  height: -webkit-calc(100% - 100px);
  height: calc(100% - 100px);
  -webkit-transition: -webkit-transform, height;
  -moz-transition: -moz-transform, height;
  transition: transform, height; }
  .lt-ie10 .food-menu-wrapper#foodMenuPanels {
    background-color: #fefbf7;
    height: 100%;
    padding-bottom: 100px;
    margin-bottom: -100px; }
  .food-menu-wrapper .food-menu-panel {
    float: left;
    overflow-x: hidden;
    position: relative;
    width: 25%;
    height: 100%; }
  .food-menu-category-wrapper .food-menu-wrapper {
    height: auto; }
    .food-menu-animating .food-menu-category-wrapper .food-menu-wrapper {
      -webkit-animation: fade-out-in 0.3s;
      -moz-animation: fade-out-in 0.3s;
      animation: fade-out-in 0.3s; }
  .show-results .food-menu-wrapper {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
    .lt-ie10 .show-results .food-menu-wrapper {
      left: 0;
      position: relative; }
  .show-categories .food-menu-wrapper,
  .show-subcategories .food-menu-wrapper,
  .show-subsubcategories .food-menu-wrapper {
    -webkit-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    -o-transform: translateX(-25%);
    transform: translateX(-25%); }
    .lt-ie10 .show-categories .food-menu-wrapper, .lt-ie10
    .show-subcategories .food-menu-wrapper, .lt-ie10
    .show-subsubcategories .food-menu-wrapper {
      left: -100%;
      position: relative; }
  .show-listings .food-menu-wrapper {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    .lt-ie10 .show-listings .food-menu-wrapper {
      left: -200%;
      position: relative; }
  .show-detail .food-menu-wrapper {
    -webkit-transform: translateX(-75%);
    -moz-transform: translateX(-75%);
    -ms-transform: translateX(-75%);
    -o-transform: translateX(-75%);
    transform: translateX(-75%); }
    .lt-ie10 .show-detail .food-menu-wrapper {
      left: -300%;
      position: relative; }

.food-menu-subpanel-wrapper {
  height: 100%;
  overflow: hidden;
  width: 300%;
  -webkit-transition: -webkit-transform;
  -moz-transition: -moz-transform;
  transition: transform; }
  #foodMenuPanels .food-menu-subpanel-wrapper:before {
    bottom: 0;
    content: "";
    height: 60px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    width: -webkit-calc(470px - 12px);
    z-index: 200;
    -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);
    background-color: transparent;
    background-image: -webkit-linear-gradient(rgba(254, 251, 247, 0) 0%, rgba(254, 251, 247, 0.9) 100%);
    background-image: linear-gradient(rgba(254, 251, 247, 0) 0%, rgba(254, 251, 247, 0.9) 100%); }
    @media print {
      #foodMenuPanels .food-menu-subpanel-wrapper:before {
        display: none; } }
  .lt-ie10 #foodMenuPanels .food-menu-subpanel-wrapper:before {
    display: none;
    height: 0; }
  .food-menu-subpanel-wrapper .food-menu-content,
  .food-menu-subpanel-wrapper .food-menu-category-title {
    float: left;
    position: relative;
    width: 33.33%;
    height: 100%; }
    .food-menu-subpanel-wrapper .food-menu-content:first-child,
    .food-menu-subpanel-wrapper .food-menu-category-title:first-child {
      width: 33.34%; }
  .show-categories .food-menu-subpanel-wrapper {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
    .lt-ie10 .show-categories .food-menu-subpanel-wrapper {
      left: 0;
      position: relative; }
  .show-subcategories .food-menu-subpanel-wrapper {
    -webkit-transform: translateX(-33.33%);
    -moz-transform: translateX(-33.33%);
    -ms-transform: translateX(-33.33%);
    -o-transform: translateX(-33.33%);
    transform: translateX(-33.33%); }
    .lt-ie10 .show-subcategories .food-menu-subpanel-wrapper {
      left: -99.99%;
      position: relative; }
  .show-subsubcategories .food-menu-subpanel-wrapper {
    -webkit-transform: translateX(-66.66%);
    -moz-transform: translateX(-66.66%);
    -ms-transform: translateX(-66.66%);
    -o-transform: translateX(-66.66%);
    transform: translateX(-66.66%); }
    .lt-ie10 .show-subsubcategories .food-menu-subpanel-wrapper {
      left: -199.98%;
      position: relative; }
  .transition-subcategories .food-menu-subpanel-wrapper {
    -webkit-transform: translateX(-33.33%);
    -moz-transform: translateX(-33.33%);
    -ms-transform: translateX(-33.33%);
    -o-transform: translateX(-33.33%);
    transform: translateX(-33.33%);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; }
  .transition-subsubcategories .food-menu-subpanel-wrapper {
    -webkit-transform: translateX(-66.66%);
    -moz-transform: translateX(-66.66%);
    -ms-transform: translateX(-66.66%);
    -o-transform: translateX(-66.66%);
    transform: translateX(-66.66%);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; }

.food-menu-category {
  background-color: #d6ba8c;
  background-color: rgba(214, 186, 140, 0.95);
  border-bottom: 1px solid #eadac1;
  border-bottom: 1px solid rgba(214, 186, 140, 0.8);
  color: #fff8ed;
  height: 40px;
  overflow: hidden;
  position: relative;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-property: height, background-color, border, color;
  -moz-transition-property: height, background-color, border, color;
  transition-property: height, background-color, border, color; }

.food-menu-category-title {
  cursor: default;
  height: 40px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font: 400 19px/41px "proxima-nova", sans-serif;
  padding: 0 45px;
  width: 100%; }
  .food-menu-category-title.food-panel-results-title {
    text-transform: none; }

.food-menu-category-back,
.food-menu-category-info {
  border-radius: 50%;
  color: #fff8ed;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 100;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform, color;
  -moz-transition: -moz-transform, color;
  transition: transform, color; }
  .food-menu-category-back:hover, .food-menu-category-back:active,
  .food-menu-category-info:hover,
  .food-menu-category-info:active {
    color: #824d3b;
    opacity: 1; }

.food-menu-category-back {
  height: 40px;
  left: 8px;
  width: 40px; }
  .food-menu-category-back:before {
    font-size: 15px;
    position: absolute;
    left: 12px;
    top: 12px; }
  .show-categories .food-menu-category-back,
  .show-results .food-menu-category-back {
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px); }
    .lt-ie10 .show-categories .food-menu-category-back, .lt-ie10
    .show-results .food-menu-category-back {
      display: none; }

.food-menu-category-info {
  height: 40px;
  right: 10px;
  width: 40px; }
  .food-menu-category-info:before, .food-menu-category-info:after {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    pointer-events: none; }
  .food-menu-category-info:before {
    font-size: 20px;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 9px; }
  .food-menu-category-info:after {
    font-size: 15px;
    opacity: 0;
    position: absolute;
    right: 12px;
    top: 11px; }
  .show-categories .food-menu-category-info,
  .show-detail .food-menu-category-info,
  .show-results .food-menu-category-info,
  .no-description .food-menu-category-info {
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px); }
    .lt-ie10 .show-categories .food-menu-category-info, .lt-ie10
    .show-detail .food-menu-category-info, .lt-ie10
    .show-results .food-menu-category-info, .lt-ie10
    .no-description .food-menu-category-info {
      display: none; }
  .show-info .food-menu-category-info:before {
    opacity: 0; }
  .show-info .food-menu-category-info:after {
    opacity: 1; }

.food-menu-category-description {
  font: 400 16px/23px "proxima-nova", sans-serif;
  padding: 8px 20px 20px; }

.food-menu-content {
  height: 100%;
  min-height: 1px;
  overflow: auto;
  background-color: #fefbf7;
  background-color: rgba(254, 251, 247, 0.9); }
  .food-menu-content::-webkit-scrollbar {
    background-color: #fff8ed;
    background-color: rgba(255, 248, 237, 0.7);
    width: 12px; }
  .food-menu-content::-webkit-scrollbar-track {
    background-color: #eadac1;
    background-color: rgba(214, 186, 140, 0.6); }
  .food-menu-content::-webkit-scrollbar-thumb {
    background-clip: content-box;
    background-color: #bd945b;
    border-radius: 10px;
    border: 4px solid transparent; }
  .food-menu-content::-webkit-scrollbar-button {
    display: none; }
  .lt-ie10 .food-menu-content {
    background-color: #fefbf7; }
  .food-menu-content:before {
    bottom: 0;
    content: "";
    height: 60px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    width: -webkit-calc(470px - 12px);
    z-index: 200;
    -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);
    background-color: transparent;
    background-image: -webkit-linear-gradient(rgba(254, 251, 247, 0) 0%, rgba(254, 251, 247, 0.9) 100%);
    background-image: linear-gradient(rgba(254, 251, 247, 0) 0%, rgba(254, 251, 247, 0.9) 100%); }
    @media print {
      .food-menu-content:before {
        display: none; } }
  .lt-ie10 .food-menu-content:before {
    display: none;
    height: 0; }
  .food-menu-subpanel-wrapper .food-menu-content:before {
    background: none;
    content: none; }

.food-menu-list {
  display: none; }
  .food-menu-list.show-list,
  .food-panel-results .food-menu-list,
  .food-panel-categories .food-panel-categories .food-menu-list {
    display: block; }
  .food-menu-list li:last-child:after {
    content: "";
    display: block;
    height: 30px;
    width: 1px; }
  .food-menu-list li.has-photo a:after {
    font-size: 18px;
    position: absolute;
    right: 35px;
    top: 20px; }
  .food-menu-list li.special a {
    background-color: #dbd887;
    background-color: rgba(170, 173, 0, 0.4);
    padding-right: 70px; }
    .food-menu-list li.special a:hover, .food-menu-list li.special a:active {
      background-color: rgba(170, 173, 0, 0.45); }
  .food-menu-list li.special + .special {
    border-top: 1px solid #bd945b;
    border-top: 1px solid rgba(189, 148, 91, 0.6); }
  .food-menu-list li .food-menu-icon {
    position: absolute;
    right: 50px;
    top: 18px; }
  .food-menu-list .disclaimer {
    border-bottom: 1px solid #eadac1;
    border-bottom: 1px solid rgba(214, 186, 140, 0.5);
    color: #5d3327;
    display: block;
    position: relative;
    font: 400 19px/22px "proxima-nova", sans-serif;
    padding: 19px 40px 19px 20px; }
    .food-menu-list .disclaimer:before {
      font-size: 15px;
      position: absolute;
      right: 8px;
      top: 22px; }
  .food-menu-list a {
    border-bottom: 1px solid #eadac1;
    border-bottom: 1px solid rgba(214, 186, 140, 0.5);
    color: #5d3327;
    display: block;
    position: relative;
    font: 400 19px/22px "proxima-nova", sans-serif;
    padding: 19px 40px 19px 20px; }
    .food-menu-list a:before {
      font-size: 15px;
      position: absolute;
      right: 8px;
      top: 22px; }
    .food-menu-list a:hover, .food-menu-list a:active {
      background-color: #eadac1;
      background-color: rgba(214, 186, 140, 0.25); }
  .food-menu-list .item-title {
    display: block;
    padding: 0 25px 4px 0;
    text-transform: uppercase;
    font-weight: 600; }
  .food-menu-list .item-description {
    display: block;
    font: 400 16px/22px "proxima-nova", sans-serif; }
  .food-panel-categories .food-menu-list li {
    min-height: 60px;
    position: relative; }
    .lt-ie9 .food-panel-categories .food-menu-list li {
      min-height: 0; }
  .food-panel-categories .food-menu-list a {
    text-transform: uppercase;
    font-weight: 600; }
  .food-panel-listings .food-menu-list li, .food-panel-listings .food-menu-list a {
    min-height: 109px; }
    .lt-ie9 .food-panel-listings .food-menu-list li, .lt-ie9 .food-panel-listings .food-menu-list a {
      min-height: 0; }
  .food-panel-results .food-menu-list li:first-child {
    border-top: none; }

.food-menu-down-arrow {
  background: transparent;
  bottom: 0;
  height: 40px;
  left: 215px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 40px;
  z-index: 500; }
  .food-menu-down-arrow:before {
    background-color: transparent;
    border-radius: 50%;
    color: #bd945b;
    display: block;
    font-size: 20px;
    height: 35px;
    line-height: 40px;
    margin: 0 auto;
    width: 35px; }
    .show-food-menu .show-categories .food-menu-down-arrow:before {
      -webkit-animation: bounce 1.5s 4 1s;
      -moz-animation: bounce 1.5s 4 1s;
      animation: bounce 1.5s 4 1s; }

.food-menu-item-photo {
  overflow: hidden;
  position: relative;
  height: 265px; }
  .food-menu-item-photo img {
    margin-top: -40px;
    width: 100%; }
  .food-menu-item-photo .share-this {
    position: absolute;
    top: 16px;
    right: 20px; }
    .food-menu-item-photo .share-this.share-active .share-social {
      -webkit-transform: translateY(126px);
      -moz-transform: translateY(126px);
      -ms-transform: translateY(126px);
      -o-transform: translateY(126px);
      transform: translateY(126px); }
      .food-menu-item-photo .share-this.share-active .share-social li:before {
        box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px; }
      .lt-ie10 .food-menu-item-photo .share-this.share-active .share-social {
        top: 10px; }
  .food-menu-item-photo .share-action,
  .food-menu-item-photo .share-enlarge {
    background-color: #d6ba8c;
    background-color: rgba(214, 186, 140, 0.95);
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
    color: #fff8ed;
    height: 32px;
    width: 32px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .food-menu-item-photo .share-action:before, .food-menu-item-photo .share-action:after,
    .food-menu-item-photo .share-enlarge:before,
    .food-menu-item-photo .share-enlarge:after {
      -webkit-transition: opacity 0.3s, color 0.3s;
      -moz-transition: opacity 0.3s, color 0.3s;
      transition: opacity 0.3s, color 0.3s; }
    .food-menu-item-photo .share-action:hover:before, .food-menu-item-photo .share-action:hover:after,
    .food-menu-item-photo .share-enlarge:hover:before,
    .food-menu-item-photo .share-enlarge:hover:after {
      color: #824d3b; }
  .food-menu-item-photo .share-action:before, .food-menu-item-photo .share-action:after {
    color: #fff8ed;
    font-size: 20px;
    left: 6px;
    top: 6px; }
  .food-menu-item-photo .share-enlarge {
    display: block;
    right: 42px; }
    .food-menu-item-photo .share-enlarge:before {
      font-size: 18px;
      left: 7px;
      top: 7px; }
  .food-menu-item-photo .share-social-wrapper {
    bottom: auto;
    height: 128px;
    padding: 0 1px;
    right: -1px;
    top: 32px;
    width: 34px; }
  .food-menu-item-photo .share-social {
    top: -116px; }
    .food-menu-item-photo .share-social li {
      margin: 0 0 10px; }
      .food-menu-item-photo .share-social li:before {
        box-shadow: none; }

.food-menu-item-content {
  padding: 0 20px 50px; }
  .food-menu-item-content:first-child {
    padding-top: 25px; }

.food-menu-item-name {
  border-bottom: 1px solid #eadac1;
  border-bottom: 1px solid rgba(214, 186, 140, 0.5);
  color: #880d53;
  font: 600 19px/23px "proxima-nova", sans-serif;
  padding: 13px 0;
  text-align: center;
  text-transform: uppercase; }

.food-menu-item-description {
  font: 400 16px/22px "proxima-nova", sans-serif; }
  .food-menu-item-description p {
    margin: 20px 0 0; }
  .food-menu-item-description .disclaimer {
    font-size: 12px;
    line-height: 16px; }

.food-menu-item-bottom-share
{
  display:none;
  border-top: 1px solid #eadac1;
  border-top: 1px solid rgba(214, 186, 140, 0.5);
  margin: 20px 0 0;
  padding: 20px 0 0;
  text-align: center; }
  .food-menu-item-bottom-share .share-bottom li {
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px;
    display: inline-block;
    font: 400 13px/32px "proxima-nova", sans-serif;
    height: 32px;
    margin: 0 4px;
    position: relative;
    text-align: left;
    text-indent: -9999px;
    width: 32px;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .food-menu-item-bottom-share .share-bottom li:before {
      color: #fff8ed;
      font-size: 15px;
      left: 0;
      pointer-events: none;
      position: absolute;
      text-align: center;
      text-indent: 0;
      top: 8px;
      width: 32px; }
    .food-menu-item-bottom-share .share-bottom li:hover {
      opacity: 0.7; }
    .food-menu-item-bottom-share .share-bottom li:active {
      box-shadow: inset rgba(0, 0, 0, 0.2) 0 1px 2px;
      opacity: 1; }
    .food-menu-item-bottom-share .share-bottom li a {
      color: #fff8ed;
      display: block;
      text-transform: uppercase; }

    .food-menu-item-bottom-share .share-bottom li.share-twitter a {
      color: #000000;
      display: block;
      text-transform: uppercase; }
  .food-menu-item-bottom-share .share-facebook {
    background-color: #24639a; }
    .food-menu-item-bottom-share .share-facebook:before {
      width: 28px; }
  .food-menu-item-bottom-share .share-twitter {
      background-color: #1da1f2; }
    .food-menu-item-bottom-share .share-twitter:before {
      width: 36px; }

/* ==========================================================================
	VIDEO POPUP
	========================================================================== */
.video-modal-active {
  overflow: hidden; }

.video-popup {
  background: rgba(218, 193, 151, 0.8);
  display: none;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  .video-modal-active .video-popup {
    opacity: 1; }
  .video-popup .content-largevideo {
    left: 50%;
    position: absolute;
    top: 50%;
    width: 500px;
    max-width: -webkit-calc(100% - 120px);
    max-width: calc(100% - 120px);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .video-popup .close {
    background-color: #fff8ed;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px; }
    .video-popup .close:before {
      font-size: 20px;
      left: 10px;
      top: 10px; }

	  /* ==========================================================================
			GIFT CARD PAGE
		========================================================================== */
/* Modifications to existing styles */
.content-header.short
{
	height: 108px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: none;
	border-bottom: solid 1px rgba(236, 217, 192, 1.0);
}
.content-header.short:before
{
	display: none;
}
.content-header.short .content-header-title
{
	font-size: 25px;
	color: #880d53;
	color: rgba(140, 27, 82, 1.0);
	position: static;
}
.wrapper.gift-card-page
{
	height: auto;
}
.gift-card-page .content-column
{
	min-height: calc(100vh - 108px);
}
.fixed-navigation .gift-card-page .content-navigation
{
	top: 35px;
}
/* New styles */
.spacer
{
	height: 1rem;
}
.spacer.half
{
	height: 0.5rem;
}
.hide-desktop
{
	display: none;
}
.gift-card-heading-4
{
	text-transform: uppercase;
}
.banner-img
{
	margin-bottom: 1.5rem;
}
.banner-img img
{
	width: 100%;
	height: auto;
}
.banner-img-small
{
	display: none;
}
.banner-text
{
	margin: 0 0 1.5rem 0;
}
.content-inner-column-wrapper
{
	display: flex;
	justify-content: space-between;
}
.content-inner-column
{
	width: 44%;
}
.gift-card-column-pic
{
	width: 100%;
}
.content-inner-column .btn
{
	margin-top: 0;
	position: relative;
	width: 100%;
}
.content-inner-column ul li
{
	margin-bottom: 0.6rem;
}
.content-inner-column h5
{
	margin: 0;
	font-size: 16px;
}
.content-inner-column ul li,
.content-inner-column p
{
	font-size: 14px;
}
/* Switch */
.switch-field
{
	overflow: hidden;
	display: flex;
}
.switch-title
{
	margin-bottom: 6px;
}
.switch-field input
{
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}
.switch-field label
{
	display: inline-block;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	padding: 10px 14px;
	color: #52233e;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	border: solid 2px #52233e;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}
.switch-field label:hover
{
    cursor: pointer;
    background-color: #f5f0e9;
    -webkit-transition: background-color 0.1s ease-in-out;
	-moz-transition:    background-color 0.1s ease-in-out;
	-ms-transition:     background-color 0.1s ease-in-out;
	-o-transition:      background-color 0.1s ease-in-out;
	transition:         background-color 0.1s ease-in-out;
}
.switch-field input:checked + label
{
	background-color: #52233e;
	background-color: rgba(84, 38, 62, 1.0);
	color: #FFF;
}
.switch-field input:checked + label:hover
{
	background-color: #52233e;
	background-color: rgba(84, 38, 62, 1.0);
}
.mobile-toggle
{
	display: none;
}

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

form .button:disabled:hover {
  background-color: #b88d50;
}


/* Tabs */
.tab-content
{
	display: none;
}
.tab-content.current
{
	display: inherit;
}
@media print {
  /* ==========================================================================
		PRINT VIEW FIXES
	========================================================================== */
  * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    min-height: 0 !important; }
  .header,
  #navigation,
  .show-food-menu #mainCarousel,
  .content-navigation,
  .ripples {
    display: none !important; }
  .content-column {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static; }
  .main-carousel {
    display: none; }
    .fill-screen .main-carousel {
      display: block; }
  #contentHeader {
    color: #555 !important;
    display: none !important;
    height: auto;
    padding: 50px 0; }
    #contentHeader:before {
      display: none; }
    #contentHeader h1 {
      position: relative;
      bottom: 0; }
  #foodMenu {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 80%;
    height: auto;
    -webkit-transform: translateY(0px) !important;
    -moz-transform: translateY(0px) !important;
    -ms-transform: translateY(0px) !important;
    -o-transform: translateY(0px) !important;
    transform: translateY(0px) !important; }
    #foodMenu .food-menu-search input[type="search"] {
      width: 66.66%; }
    #foodMenu.show-results .food-menu-search input[type="search"] {
      width: 33.33%; }
    #foodMenu .food-menu-search .search-view-all {
      width: 33.33%; }
    #foodMenu .food-menu-subpanel-wrapper:before,
    #foodMenu .food-menu-content:before,
    #foodMenu li:last-child:after {
      display: none; }
    #foodMenu .food-menu-wrapper .food-menu-panel,
    #foodMenu .food-menu-content,
    #foodMenu .food-menu-wrapper {
      height: auto; }
  #mainCarousel {
    position: relative;
    height: auto;
    width: auto; }
    #mainCarousel .rsSlide {
      position: relative; }
    #mainCarousel .background-splash {
      bottom: 0;
      margin: 0 !important;
      padding: 0 !important;
      position: relative; }
  .fill-screen .outer-wrap,
  .fill-screen .wrapper,
  .fill-screen .wrapper .container,
  .fill-screen .main-container,
  .fill-screen .main-content {
    height: auto;
    width: auto; } }
.g-recaptcha {
  margin-bottom: 20px;
}

.where-to-buy {
  display: flex;
  justify-content: center;
  padding: 20px;
  border-top: 3px solid #B4884F;
  border-bottom: 3px solid #E9D8C2;
}

.where-to-buy form {
  display: flex;
}

.where-to-buy h3 {
  font: 600 26px / 26px "proxima-nova", sans-serif;
  margin-right: 20px;
  text-transform: uppercase;
  color: #880d53;
}

.where-to-buy select {
  width: 300px;
  margin-right: 20px;
}

.where-to-buy input[type="text"]:not(#recaptcha_response_field) {
  width: 200px;
  margin-bottom: 5px;
}

.where-to-buy .input-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
}

.where-to-buy .input-wrapper button {
  position: absolute;
  right: 0;
  height: 40px;
  width: 50px;
  border-radius: 0 3px 3px 0;
  background: #BC935F;
  background-image: url("/assets/images/global/magnifying_glass.png");
  background-position: center;
  background-repeat: no-repeat;
}

.where-to-buy .zip-wrapper {
  display: flex;
}

.where-to-buy a {
  cursor: pointer;
  text-decoration: underline;
  font-size: 9pt;
}

#buyResultsContainer {
  visibility: hidden;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

#buyResultsContainer.show {
  height: 100%;
  opacity: 1;
  visibility: visible;
  transition: opacity 1s ease;
}

#buyResultsContainer li {
  margin: 20px 0;
  font: 400 16px/23px "proxima-nova", sans-serif;
  background: #fff;
  position: relative;
  padding: 20px;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #B38754;
}

#buyResultsContainer h3 {
  color: #880d53;
  font: 600 26px / 26px "proxima-nova", sans-serif;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

#buyResultsContainer .distance {
  font: 400 16px/23px "proxima-nova", sans-serif;
  color: #824d3b;
  margin-left: 5px;
}

.buy-results-header p {
  font: 400 16px/23px "proxima-nova", sans-serif;
  margin: 30px 0;
}

.buy-results-header button {
  background-image: url("/assets/images/global/back_arrow.png");
  background-repeat: no-repeat;
  background-position: left 10px center;
}

.input-wrapper .error-msg {
  background: #d51c59;
  color: white;
  position: absolute;
  top: -18px;
  padding: 3px;
  right: 0;
  display: none;
}

.input-wrapper .error-msg.show {
  display: block;
}
