/**
 * @file
 * Styles for the Crabtree theme.
 */

/**
 * Embed fonts.
 */
@font-face {
  font-family: 'Didot';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/didot.eot');
  src: url('../fonts/didot.woff2') format('woff2'),
       url('../fonts/didot.woff') format('woff'),
       url('../fonts/didot.ttf') format('truetype'),
       url('../fonts/didot.svg#Didot') format('svg'),
       url('../fonts/didot.eot?#iefix') format('embedded-opentype');
}
@font-face {
  font-family: 'Didot';
  font-style: normal;
  font-weight: bold;
  src: url('../fonts/didot-bold.eot');
  src: url('../fonts/didot-bold.woff2') format('woff2'),
       url('../fonts/didot-bold.woff') format('woff'),
       url('../fonts/didot-bold.ttf') format('truetype'),
       url('../fonts/didot-bold.svg#Didot-Bold') format('svg'),
       url('../fonts/didot-bold.eot?#iefix') format('embedded-opentype');
}
@font-face {
  font-family: 'Futura';
  font-style: normal;
  font-weight: lighter;
  src: url('../fonts/futura-light.eot');
  src: url('../fonts/futura-light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/futura-light.woff') format('woff'),
       url('../fonts/futura-light.ttf') format('truetype');
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/futura.eot');
  src: url('../fonts/futura.woff2') format('woff2'),
       url('../fonts/futura.woff') format('woff'),
       url('../fonts/futura.ttf') format('truetype'),
       url('../fonts/futura.svg#Futura-Medium') format('svg'),
       url('../fonts/futura.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/futura-bold.eot');
  src: url('../fonts/futura-bold.woff2') format('woff2'),
       url('../fonts/futura-bold.woff') format('woff'),
       url('../fonts/futura-bold.ttf') format('truetype'),
       url('../fonts/futura-bold.svg#Futura-Bold') format('svg'),
       url('../fonts/futura-bold.eot?#iefix') format('embedded-opentype');
  font-weight: bold;
  font-style: normal;
}

/**
 * Base styles.
 */
body {
  background: #fff;
  color: #4c4c4c;
  font-family: 'Futura', sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 28px;
  margin: 0;
}
h1 {
  color: #000;
  font-family: 'Didot', serif;
  font-size: 32px;
  font-weight: normal;
  line-height: 48px;
  margin-bottom: 40px;
  margin-top: 40px;
  text-transform: uppercase;
}
h2 {
  color: #000;
  font-family: 'Didot', serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 42px;
  margin-bottom: 14px;
  margin-top: 40px;
  text-transform: uppercase;
}
h3 {
  color: #000;
  font-family: 'Didot', serif;
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 14px;
  margin-top: 40px;
  text-transform: uppercase;
}
h4 {
  color: #000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 6px;
  margin-top: 40px;
  text-transform: uppercase;
}
h5 {
  color: #000;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 6px;
  margin-top: 40px;
  text-transform: uppercase;
}
h6 {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 6px;
  margin-top: 40px;
  text-transform: uppercase;
}
p {
  margin-bottom: 28px;
  margin-top: 0;
}
ul,
ol {
  margin-bottom: 28px;
  margin-top: 28px;
}
a {
  color: #4c4c4c;
  transition: color 0.2s;
}
a:hover {
  color: #000;
}
hr {
  background: #000;
  border: none;
  height: 2px;
  margin-bottom: 40px;
  margin-top: 40px;
}
blockquote {
  background: #f8f8f8;
  border-top: 2px solid #000;
  margin: 40px 0;
  padding: 20px 30px 30px 30px;
}
img {
  height: auto;
  max-width: 100%;
}
iframe {
  max-width: 100%;
}
table {
  background: #fff;
  border: 2px solid #000;
  border-collapse: collapse;
  font-size: 12px;
  line-height: 16px;
}
thead,
tbody,
tr,
th,
td {
  background: #fff !important;
  border: 1px solid #000 !important;
  padding: 10px;
}
::-webkit-input-placeholder {
  color: #747474;
}
:-moz-placeholder {
  color: #747474;
}
::-moz-placeholder {
  color: #747474;
}
:-ms-input-placeholder {
  color: #747474;
}
::-ms-input-placeholder {
  color: #747474;
}
@media (min-width:600px) {
  h1 {
    font-size: 36px;
    line-height: 54px;
  }
}

/**
 * Button styles.
 */
.button {
  background: #000;
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  outline: 1px solid #000;
  padding: 4px 40px;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.2s;
}
.button:hover {
  color: #fff;
	opacity: 0.8;
}
.button-link {
	font-family: 'Didot', serif;
  font-weight: bold;
}

/**
 * Drupal form styles.
 */
.form-text,
.form-textarea {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #000;
  border-radius: 0;
  box-sizing: border-box;
  color: #747474;
  font: inherit;
  margin: 0;
  max-width: 100%;
  outline: none;
  padding: 5px 10px;
}
.form-select {
  -webkit-appearance: none;
  appearance: none;
  background: #fff url('../images/icon-down-arrow.png') no-repeat right 10px center / 9px 9px;
  border: 1px solid #000;
  border-radius: 0;
  box-sizing: border-box;
  color: #747474;
  font: inherit;
  margin: 0;
  max-width: 100%;
  outline: none;
  padding: 5px 20px 5px 10px;
}
.form-submit {
  -webkit-appearance: none;
  appearance: none;
  background: #000;
  border: 2px solid #fff;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  outline: 1px solid #000;
  font: inherit;
  padding: 4px 40px;
  text-transform: uppercase;
  transition: opacity 0.2s;
}
.form-submit:hover {
	opacity: 0.8;
}
.views-exposed-form .views-exposed-widget {
  float: none;
  padding: 0;
}

/**
 * Toolbar styles.
 */
#toolbar {
  letter-spacing: 0;
}

/**
 * Mobile menu styles.
 */
.mobile-menu {
  background: #fff;
  border-right: 1px solid #000;
  box-sizing: border-box;
  height: 100%;
  left: -240px;
  overflow-y: scroll;
  padding: 40px 20px 20px 20px;
  position: fixed;
  top: 0;
  transition: transform 0.2s;
  width: 240px;
  z-index: 999;
}
.mobile-menu.js-open {
  transform: translateX(240px);
}
.mobile-menu-close-link {
  background: url('../images/icon-hamburger.png') no-repeat center bottom / 22px 44px;
  display: block;
  height: 22px;
  right: 20px;
  overflow: hidden;
  position: absolute;
  text-indent: -999px;
  top: 20px;
  transition: opacity 0.2s;
  width: 22px;
}
.mobile-logo-link {
  display: inline-block;
  margin-top: 20px;
}
.mobile-logo-image {
  display: block;
  height: auto;
  max-width: 100%;
}
.main-menu-toggle-link:hover {
  opacity: 0.8;
}
.main-menu-toggle-link.js-open {
  background-position: center bottom;
}
.mobile-menu .search-form {
  display: block;
  margin-top: 20px;
}
.mobile-menu .main-menu {
  display: block;
  margin-top: 20px;
}
.mobile-menu .main-menu > ul {
  text-align: left;
}
@media (min-width:800px) {
  .mobile-menu {
    display: none;
  }
}

/**
 * Mobile search box styles.
 */
.mobile-search-box {
  background: #fff;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
  display: none;
  padding: 20px;
  position: absolute;
  top: 103px;
  width: 100%;
  z-index: 1;
}
.mobile-search-box .search-form {
  display: block;
  margin-bottom: 0;
}
.search-form label {
  display: none !important;
}
@media (min-width:800px) {
  .mobile-search-box {
    display: none !important;
  }
}

/**
 * Mobile hour styles.
 */
.mobile-hours {
  background-color: #000;
  box-sizing: border-box;
  color: #fff;
  left: 0;
  line-height: 19px;
  padding: 8px 20px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  z-index: 2;
}
.mobile-hours.affix {
  position: fixed;
}
.mobile-hours-link {
  color: #fff;
  text-decoration: none;
}
.mobile-hours-link:hover {
  color: #8a8a8a;
}
@media (min-width:800px) {
  .mobile-hours {
    display: none;
  }
}

/**
 * Utility bar styles.
 */
.utility-bar {
  background-color: #000;
  box-sizing: border-box;
  display: none;
  left: 0;
  padding: 8px 20px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  z-index: 2;
}
.front .utility-bar {
  background-color: transparent;
  z-index: 599;
}
.utility-bar.affix,
.front .utility-bar.affix {
  background-color: #000;
  position: fixed;
}
.utility-bar-wrapper {
  line-height: 19px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  text-align: center;
}
.hours {
  display: none;
}
.secondary-menu {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-family: 'Didot', serif;
  font-weight: bold;
  list-style: none;
  margin-bottom: 30px;
  margin-top: 14px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-top: 20px;
}
.secondary-menu li:first-child {
  margin-left: 0;
}
.secondary-menu li:last-child {
  margin-right: 0;
}
.secondary-menu a {
  color: #000;
  text-decoration: none;
}
.secondary-menu a:hover,
.secondary-menu .active,
.secondary-menu .active-trail {
  color: #8a8a8a;
}
.social-media-list {
  list-style: none;
  margin-bottom: 0;
  margin-top: 14px;
  padding-left: 0;
}
.social-media-list-item {
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
}
.social-media-list-item:first-child {
  margin-left: 0;
}
.social-media-list-item:last-child {
  margin-right: 0;
}
.social-media-list-link {
  background-size: 19px 19px;
  display: block;
  height: 19px;
  overflow: hidden;
  text-indent: -999px;
  transition: opacity 0.2s;
  width: 19px;
}
.social-media-list-link:hover {
  opacity: 0.75;
}
.social-media-list-link.facebook {
  background-image: url('../images/icon-facebook-dark.png');
}
.social-media-list-link.twitter {
  background-image: url('../images/icon-twitter-dark.png');
}
.social-media-list-link.instagram {
  background-image: url('../images/icon-instagram-dark.png');
}
@media (min-width:800px) {
  .utility-bar {
    display: block;
  }
  .utility-bar-wrapper {
    text-align: left;
  }
  .utility-bar-wrapper:after {
    clear: both;
    content: '';
    display: table;
  }
  .hours {
    color: #b8b8b8;
    display: block;
    float: left;
    margin-bottom: 0;
  }
  .hours-link {
    color: #b8b8b8;
    text-decoration: none;
  }
  .hours-link:hover {
    color: #8a8a8a;
  }
  .black .hours-link {
    color: #000;
  }
  .affix .hours-link {
    color: #fff;
  }
  .secondary-menu {
    border-bottom: none;
    border-top: none;
    float: right;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
  .secondary-menu li {
    display: inline-block;
    margin-left: 30px;
    margin-right: 0;
  }
  .secondary-menu li:first-child {
    margin-left: 30px;
  }
  .secondary-menu a {
    color: #b8b8b8;
  }
  .black .secondary-menu a {
    color: #000;
  }
  .affix .secondary-menu a {
    color: #fff;
  }
  .social-media-list {
    float: right;
    margin-top: 0;
  }
  .social-media-list-link.facebook {
    background-image: url('../images/icon-facebook.png');
  }
  .social-media-list-link.twitter {
    background-image: url('../images/icon-twitter.png');
  }
  .social-media-list-link.instagram {
    background-image: url('../images/icon-instagram.png');
  }
  .black .social-media-list-link.facebook {
    background-image: url('../images/icon-facebook-dark.png');
  }
  .black .social-media-list-link.twitter {
    background-image: url('../images/icon-twitter-dark.png');
  }
  .black .social-media-list-link.instagram {
    background-image: url('../images/icon-instagram-dark.png');
  }
  .affix .social-media-list-link.facebook {
    background-image: url('../images/icon-facebook.png');
  }
  .affix .social-media-list-link.twitter {
    background-image: url('../images/icon-twitter.png');
  }
  .affix .social-media-list-link.instagram {
    background-image: url('../images/icon-instagram.png');
  }
}

/**
 * Header styles.
 */
.header {
  background-color: #fff;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
  padding: 15px 20px;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
  z-index: 2;top: 35px;
}
.header.affix {
  left: 0;
  position: fixed;
  top: 35px;
}
.header-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  position: relative;
}
.search-form {
  display: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  position: relative;
}
.search-form label {
  display: none !important;
}
.search-form input[type='text'] {
  padding-bottom: 3px;
  padding-top: 3px;
	padding-right: 40px;
}
.search-form input[type='submit'] {
  background: url('../images/icon-search.png') no-repeat center center / 16px 17px;
  border: none;
  height: 36px;
  outline: none;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  text-indent: -999px;
  top: 0;
  width: 40px;
}
.main-menu-toggle-link {
  background: url('../images/icon-hamburger.png') no-repeat center top / 22px 44px;
  bottom: 7px;
  display: block;
  height: 22px;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -999px;
  transition: opacity 0.2s;
  width: 22px;
}
.main-menu-toggle-link:hover {
  opacity: 0.8;
}
.main-menu-toggle-link.js-open {
  background-position: center bottom;
}
.main-menu {
  display: none;
  font-size: 16px;
  position: relative;
  z-index: 1;
}
.main-menu > ul {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 20px;
  padding-left: 0;
  text-align: center;
}
.main-menu > ul > li {
  list-style: none;
  margin-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.main-menu > ul > li > a {
  color: #000;
  text-decoration: none;
}
.main-menu > ul > li > a:hover,
.main-menu > ul > li > a.active,
.main-menu > ul > li > a.active-trail {
  color: #747474;
}
.main-menu > ul > li.expanded > a:after {
  content: ' +';
}
.main-menu > ul > li.js-open > a:after {
  content: ' -';
}
.main-menu > ul > li > ul {
  display: none;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.main-menu > ul > li > ul > li {
  list-style: none;
  margin-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.main-menu > ul > li > ul > li:last-child {
  padding-bottom: 10px;
}
.main-menu > ul > li > ul > li > a {
  color: #000;
	text-decoration: none;
}
.main-menu > ul > li > ul > li > a:hover,
.main-menu > ul > li > ul > li > a.active,
.main-menu > ul > li > ul > li > a.active-trail {
  color: #747474;
}
.dropdown-cta-link {
  display: none;
}
.logo-link {
  display: block;
  height: 37px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity 0.2s;
  width: 200px;
}
.logo-link:hover {
  opacity: 0.8;
}
.logo-image {
  display: block;
  max-width: 200px;
  position: absolute;
}
.logo-image.light {
  opacity: 0;
  visibility: hidden;
}
.search-link {
  background: url('../images/icon-search.png') no-repeat center center / 19px auto;
  bottom: 4px;
  display: block;
  height: 29px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: -999px;
  transition: opacity 0.2s;
  width: 19px;
}
.search-link:hover {
  opacity: 0.8;
}
@media (min-width:800px) {
  .header {
    padding-bottom: 0;
		padding-top: 5px;
  }
  .logo-image {
	  max-width: 100%;
  }
  .front .header {
    background-color: transparent;
    border-bottom-color: transparent;
    transition: background-color 0.2s, border-bottom-color 0.2s;
  }
  .front .header.affix {
    background-color: #fff;
    border-bottom-color: #000;
    margin-top: 0;
  }
  .front .logo-image.dark {
    opacity: 0;
    transition: opacity 0.2s, visibility 0s;
    visibility: hidden;
  }
  .front .affix .logo-image.dark,
  .front .black .logo-image.dark {
    opacity: 1;
    visibility: visible;
  }
  .front .logo-image.light {
    opacity: 1;
    transition: opacity 0.2s, visibility 0s;
    visibility: visible;
  }
  .front .affix .logo-image.light,
  .front .black .logo-image.light {
    opacity: 0;
    visibility: hidden;
  }
  .front .search-form {
    opacity: 0;
    transition: opacity 0.2s, visibility 0s;
    visibility: hidden;
  }
  .front .affix .search-form {
    opacity: 1;
    visibility: visible;
  }
  .front .main-menu > ul > li > a {
    color: #fff;
  }
  .front .affix .main-menu > ul > li > a,
  .front .black .main-menu > ul > li > a {
    color: #000;
  }
  .front .main-menu > ul > li > a:hover,
  .front .main-menu > ul > li > a.active,
  .front .main-menu > ul > li > a.active-trail {
    color: #b8b8b8;
  }
  .front .affix .main-menu > ul > li > a:hover,
  .front .affix .main-menu > ul > li > a.active,
  .front .affix .main-menu > ul > li > a.active-trail,
  .front .black .main-menu > ul > li > a:hover,
  .front .black .main-menu > ul > li > a.active,
  .front .black .main-menu > ul > li > a.active-trail {

    color: #747474;
  }
  .header-wrapper:after {
    clear: both;
    content: '';
    display: table;
  }
  .logo-image {
    top: auto;
  }
  .main-menu-toggle-link {
    display: none;
  }
  .main-menu {
    display: block;
    float: right;
  }
  .main-menu > ul {
    padding-bottom: 0;
    text-align: left;
  }
  .main-menu > ul:after {
    clear: both;
    content: '';
    display: table;
  }
  .main-menu > ul > li {
    float: left;
    margin-left: 20px;
    padding: 17px 10px 22px 10px;
    position: relative;
  }
  .main-menu > ul > li:first-child {
    margin-left: 0;
    padding-left: 0;
  }
  .main-menu > ul > li:last-child {
    padding-right: 0;
  }
  .main-menu > ul > li.expanded {
    display: block;
    padding: 0;
    transition: background 0.2s;
  }
  .main-menu > ul > li.expanded:hover {
    background: #000;
  }
  .main-menu > ul > li.expanded > a {
    display: block;
    padding: 17px 10px 22px 10px;
  }
  .main-menu > ul > li.expanded:hover > a {
    color: #fff;
  }
  .main-menu > ul > li.expanded > a:after,
  .main-menu > ul > li.js-open > a:after {
    content: '';
  }
  .main-menu > ul > li > ul {
    background: #000;
    columns: 2;
    column-gap: 30px;
    display: block;
    left: 50%;
    margin-left: -200px;
    opacity: 0;
    padding: 30px;
    position: absolute;
    text-align: left;
    top: 67px;
    transition: opacity 0.2s 0s, visibility 0s 0.2s;
    visibility: hidden;
    width: 370px;
  }
  .main-menu > ul > li:hover > ul {
    opacity: 1;
    transition: opacity 0.2s 0s, visibility 0s 0s;
    visibility: visible;
  }
  .main-menu > ul > li > ul > li:last-child {
    padding-bottom: 0;
  }
  .main-menu > ul > li > ul > li > a {
    color: #fff;
  }
  .main-menu > ul > li > ul > li > a:hover,
  .main-menu > ul > li > ul > li > a.active,
  .main-menu > ul > li > ul > li > a.active-trail {
    color: #747474;
  }
  .logo-link {
    float: left;
    height: 42px;
    margin-bottom: 15px;
    margin-top: 10px;
    width: 230px;
  }
  .search-link {
      display: none;
  }
}
@media (min-width:1000px) {
  .search-form {
    display: block;
    float: right;
    margin-bottom: 0;
    margin-left: 30px;
    margin-top: 12px;
    width: 170px;
  }
  .dropdown-cta-link {
    background-size: cover;
    display: block;
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.2s;
    width: 300px;
  }
  .dropdown-cta-link:hover {
    opacity: 0.95;
  }
  .dropdown-cta-label {
    bottom: 14px;
    display: block;
    font-size: 10px;
    line-height: 14px;
    right: 30px;
    position: absolute;
  }
  .main-menu > ul > li > ul {
    columns: 3;
    margin-left: -315px;
    width: 570px;
  }
}

/**
 * Marquee styles.
 */
.marquee {
  background-color: #fbfbfb;
  background-image: url('../images/crabtree-valley-malli.jpg');
  background-position: center center;
  background-size: cover;
  box-sizing: border-box;
  overflow: hidden;
  padding: 30px 20px;
  position: relative;
  text-transform: uppercase;
}
.marquee:before {
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.marquee.white:before {
  background: -moz-linear-gradient(left, rgba(251,251,251,1) 0%, rgba(251,251,251,1) 20%, rgba(251,251,251,0) 75%, rgba(251,251,251,0) 100%);
  background: -webkit-linear-gradient(left, rgba(251,251,251,1) 0%,rgba(251,251,251,1) 20%,rgba(251,251,251,0) 75%,rgba(251,251,251,0) 100%);
  background: linear-gradient(to right, rgba(251,251,251,1) 0%,rgba(251,251,251,1) 20%,rgba(251,251,251,0) 75%,rgba(251,251,251,0) 100%);
}
.marquee.black:before {
  background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 20%, rgba(0,0,0,0) 75%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 20%,rgba(0,0,0,0) 75%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 20%,rgba(0,0,0,0) 75%,rgba(0,0,0,0) 100%);
}
.marquee-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  position: relative;
}
.marquee-title {
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 0;
  margin-top: 0;
}
.marquee.black .marquee-title {
  color: #fff;
}
.marquee.none_reverse .marquee-title {
  color: #fff;
}
.marquee-image-block p {
  margin-bottom: 0;
}
.marquee-image-block img {
  display: block;
  max-width: none;
  min-height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
}
@media (min-width:300px) {
  .marquee {
    padding-top: 50px;
  }
}
@media (min-width:400px) {
  .marquee {
    padding-top: 70px;
  }
}
@media (min-width:500px) {
  .marquee {
    padding-top: 90px;
  }
}
@media (min-width:600px) {
  .marquee-title {
    font-size: 53px;
    line-height: 70px;
  }
  .marquee-wrapper {
    height: 400px;
  }
  .marquee-title {
    max-width: 540px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 599px) {
    .view-offers .home-page-block, .view-events .home-page-block {
        right: 0;
        margin: 0 auto;
    }
}
@media (min-width:800px) {
  .sidebar-first .marquee {
    margin-right: 300px;
  }
  .sidebar-first.node-type-store .marquee,
  .sidebar-first.node-type-dining-location .marquee {
    margin-right: 0;
  }
}
@media (min-width: 1140px) {
  .sidebar-first .marquee-title {
    left: 50%;
    margin-left: -400px;
  }
  .sidebar-first.node-type-store .marquee-title,
  .sidebar-first.node-type-dining-location .marquee-title {
    left: auto;
    margin-left: 0;
  }
}

/**
 * Breadcrumb styles.
 */
.breadcrumbs {
  background-color: #000;
  color: #b8b8b8;
  line-height: 19px;
  padding: 14px 20px;
  text-transform: uppercase;
}
.breadcrumbs-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}
.breadcrumbs a {
  color: #b8b8b8;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #8a8a8a;
}
@media (min-width:800px) {
  .sidebar-first .breadcrumbs {
    margin-right: 300px;
  }
  .sidebar-first.node-type-store .breadcrumbs,
  .sidebar-first.node-type-dining-location .breadcrumbs {
    margin-right: 0;
  }
}

/**
 * Primary links.
 */
ul.primary {
  border-bottom: none;
  margin: 0 0 20px 0;
  padding: 0;
  white-space: normal;
}
ul.primary:after {
	clear: both;
	content: '';
	display: table;
}
ul.primary li {
  display: block;
  float: left;
  margin: 0 10px 10px 0;
}
ul.primary li a {
  background-color: #000;
  border: 2px solid #fff;
  color: #fff;
  display: block;
  margin-right: 0;
  outline: 1px solid #000;
  padding: 4px 40px;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.2s;
}
ul.primary li.active a {
  background-color: #000;
  border: 2px solid #fff;
}
ul.primary li a:hover {
  background-color: #000;
  border-color: #fff;
  opacity: 0.8;
}

/**
 * Main content styles.
 */
.main-content {
  padding: 20px;
}
.main-content-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}
@media (min-width:800px) {
  .main-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
  }
  .sidebar-first .main-content {
    max-width: 800px;
    padding-right: 320px;
  }
}

/**
 * Message styles.
 */
div.messages {
  margin: 0 0 20px 0;
  text-transform: uppercase;
}

/**
 * Prefooter styles.
 */
.footer {
  position: relative;
  text-transform: uppercase;
}
.footer-cta-row {
  height: 200px;
  overflow: hidden;
  position: relative;
}
.footer-cta-row img {
	display: block;
  height: 200px;
  left: 50%;
  margin-left: -350px;
  max-width: none;
  position: absolute;
  top: 0;
  width: auto;
}
.footer-cta-row h2 {
  bottom: 20px;
  font-family: 'Futura', sans-serif;
  font-size: 20px;
  font-weight: lighter;
  left: 20px;
  line-height: 27px;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 300px;
  position: absolute;
  z-index: 1;
  width: calc(50% - 40px);
}
.footer-cta-row a {
  background-color: #eee;
	display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -999px;
  top: 0;
  transition: opacity 0.2s;
  width: 100%;
  z-index: 1;
}
.footer-cta-row a:hover {
	opacity: 0.25;
}
@media (min-width: 600px) {
  .footer-cta-row {
    height: auto;
  }
  .footer-cta-row img {
    height: auto;
    left: auto;
    margin-left: 0;
    position: relative;
    top: auto;
    width: 100%;
  }
}
@media (min-width:800px) {
  .sidebar-first .footer-cta-row {
    margin-right: 300px;
  }
}
@media (min-width:900px) {
  .footer-cta-row h2 {
    bottom: 40px;
    font-size: 30px;
    left: 40px;
    line-height: 34px;
  }
}
@media (min-width:1000px) {
  .footer-cta-row h2 {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (min-width:1100px) {
  .footer-cta-row h2 {
    font-size: 50px;
    line-height: 54px;
  }
}

/**
 * Sidebar styles.
 */
.sidebar {
  border: 2px solid #000;
  text-transform: uppercase;
}
.whats-happening-block {
  display: none;
}
.whats-happening-block h2 {
  background-color: #000;
  color: #fff;
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 20px;
  text-align: center;
}
.whats-happening-block .view-content {
  padding: 0 10px;
}
.whats-happening-block .views-row {
  border-bottom: 1px dashed #000;
  padding: 50px 20px;
}
.whats-happening-block .views-row:last-child {
  border-bottom: none;
}
.whats-happening-block .views-row h3 {
  color: #4c4c4c;
  font-family: 'Futura', sans-serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 6px;
	margin-top: 0;
}
.whats-happening-block .views-row p {
  font-size: 12px;
  line-height: 18px;
	margin-bottom: 0;
}
.whats-happening-block .views-row a {
  color: #000;
  text-decoration: none;
}
.whats-happening-block .views-row a:hover {
  color: #4c4c4c;
}
.store-sidebar-tabs {
  background-color: #fff;
  border-bottom: 2px solid #000;
  color: #fff;
  font-family: 'Didot', serif;
  font-weight: bold;
  padding: 20px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.store-sidebar-tab {
	margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}
.store-sidebar-tab.js-active {
	text-decoration: underline;
}
.store-current-content-block h2 {
  display: none;
}
.store-current-content .view-content {
  padding: 0 10px;
}
.store-current-content-row {
  border-bottom: 1px dashed #000;
  padding: 50px 20px;
}
.store-current-content-row:last-child {
  border-bottom: none;
}
.store-current-content-title {
  color: #4c4c4c;
  font-family: 'Futura', sans-serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 6px;
	margin-top: 0;
}
.store-current-content-description {
  font-size: 12px;
  line-height: 18px;
	margin-bottom: 0;
}
.store-current-content-description a {
  color: #000;
  text-decoration: none;
}
.store-current-content-description a:hover {
  color: #4c4c4c;
}
.store-current-content-no {
  color: #b8b8b8;
  padding: 30px;
  text-align: center;
}
.content-wrapper,
.store-marquee-wrapper {
  padding-top: 103px;
}
.content-wrapper.store {
  padding-top: 0;
}
@media (min-width:800px) {
  .content-wrapper {
    padding-top: 108px;
    position: relative;
  }
  .store-marquee-wrapper {
    padding-top: 108px;
  }
  .content-wrapper.store {
    padding-top: 0;
  }
  .front .content-wrapper {
    padding-top: 0;
  }
  .sidebar {
    border-bottom: none;
    border-right: none;
    border-top: none;
    box-sizing: border-box;
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
  }
  .sidebar.js-fixed {
    position: fixed;
  }
  .whats-happening-block {
    display: block;
  }
  .region-sidebar-first {
    position: absolute;
    top: 62px;
  }
  .store-current-content-block {
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
  }
  .whats-happening-block {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .whats-happening-block .view-content {
    height: calc(100% - 62px);
    left: 0;
    overflow-y: scroll;
    position: absolute;
    top: 62px;
    width: 100%;
  }
}

/**
 * Instagram feed styles.
 */
.instafeed-wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  max-width: 1120px;
  padding-left: 30px;
  padding-right: 30px;
}
.instafeed-intro {
  font-family: 'Futura', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 28px;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
}
.instafeed-intro-link {
  color: #000;
  text-decoration: none;
}
.instafeed-intro-link:hover {
  color: #4c4c4c;
}
#instafeed {
  margin-bottom: 40px;
}
#instafeed:after {
  clear: both;
  content: '';
  display: table;
}
#instafeed a {
	box-sizing: border-box;
	display: block;
	float: left;
	height: 0;
	border: 10px solid #fff;
	overflow: hidden;
	padding-top: 23%;
	position: relative;
	width: 25%;
}
#instafeed img {
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}
#instafeed img.tall {
	height: auto;
	width: 100%;
}
#instafeed img.wide {
	height: 100%;
	max-width: none;
	width: auto;
}
#instafeed .flickity-prev-next-button .arrow {
  fill: #000;
}
#instafeed .flickity-prev-next-button.previous {
  left: -25px;
}
#instafeed .flickity-prev-next-button.next {
  left: auto;
  right: -25px;
}

/**
 * Bottom styles.
 */
.bottom {
  background: #eeeeee;
  border-top: 1px solid #000;
  padding: 40px 20px 40px 20px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
.bottom-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}
.bottom-logo-link {
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: opacity 0.2s;
  width: 100px;
}
.bottom-logo-link:hover {
  opacity: 0.8;
}
.bottom-logo-image {
  display: block;
}
.bottom-hours {
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 15px;
  text-align: center;
}
.bottom-hours-link {
  text-decoration: none;
}
.bottom-mobile-links {
  margin: 5px auto 0 auto;
  max-width: 220px;
  text-align: center;
}
.bottom-mobile-links:after {
	clear: both;
	content: '';
	display: table;
}
.bottom-mobile-link {
  background-color: #000;
  color: #fff;
  display: block;
  font-size: 10px;
  text-decoration: none;
  transition: opacity 0.2s linear;
  width: calc(50% - 10px);
}
.bottom-mobile-link:hover {
  color: #fff;
	opacity: 0.8;
}
.bottom-mobile-link:first-child {
  float: left;
}
.bottom-mobile-link:last-child {
  float: right;
}
.bottom-social-media-list {
  display: none;
}
.bottom-newsletter-block {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 220px;
	position: relative;
}
.bottom-newsletter-block .form-item,
.bottom-newsletter-block .form-actions {
  margin-bottom: 0;
  margin-top: 0;
}
.bottom-newsletter-block .form-text {
  font-size: 13px;
	height: 40px;
  padding-right: 90px;
  width: 100%;
}
.bottom-newsletter-block .form-submit {
  border: none;
  height: 40px;
  outline: none;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
}
.bottom-menu-block {
	column-count: 2;
  column-gap: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  max-width: 220px;
}
.bottom-menu-block ul {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.bottom-menu-block ul li {
	list-style: none;
  margin: 0;
  padding: 0;
}
.bottom-menu-block a {
	text-decoration: none;
}
.mobile-social-media-list {
  list-style: none;
  margin-bottom: 0;
  margin-top: 20px;
  padding-left: 0;
  text-align: center;
}
.mobile-social-media-list-item {
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
}
.mobile-social-media-list-link {
  background-size: 19px 19px;
  display: block;
  height: 19px;
  overflow: hidden;
  text-indent: -999px;
  transition: opacity 0.2s;
  width: 19px;
}
.mobile-social-media-list-link:hover {
  opacity: 0.75;
}
.mobile-social-media-list-link.facebook {
  background-image: url('../images/icon-facebook-dark.png');
}
.mobile-social-media-list-link.twitter {
  background-image: url('../images/icon-twitter-dark.png');
}
.mobile-social-media-list-link.instagram {
  background-image: url('../images/icon-instagram-dark.png');
}
@media (min-width:600px) {
  .bottom-wrapper:after {
    clear: both;
    content: '';
    display: table;
  }
  .bottom-first-section {
    border-right: 1px solid #000;
    box-sizing: border-box;
    float: left;
    width: 260px;
  }
  .bottom-logo-link {
    margin-left: 0;
    margin-right: 0;
  }
  .bottom-hours {
    margin-bottom: 0;
    max-width: 230px;
    text-align: left;
  }
  .bottom-mobile-links {
    display: none;
  }
  .bottom-second-section {
    box-sizing: border-box;
    float: right;
    width: calc(100% - 290px);
  }
  .bottom-social-media-list {
    display: block;
    list-style: none;
    margin-bottom: 10px;
    margin-top: 0;
    padding-left: 0;
    text-align: center;
  }
  .bottom-social-media-list-item {
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
  }
  .bottom-social-media-list-link {
    background-size: 19px 19px;
    display: block;
    height: 19px;
    overflow: hidden;
    text-indent: -999px;
    transition: opacity 0.2s;
    width: 19px;
  }
  .bottom-social-media-list-link:hover {
    opacity: 0.75;
  }
  .bottom-social-media-list-link.facebook {
    background-image: url('../images/icon-facebook-dark.png');
  }
  .bottom-social-media-list-link.twitter {
    background-image: url('../images/icon-twitter-dark.png');
  }
  .bottom-social-media-list-link.instagram {
    background-image: url('../images/icon-instagram-dark.png');
  }
  .bottom-newsletter-block {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    max-width: none;
  }
  .bottom-newsletter-block .form-text {
    font-size: 14px;
  }
  .bottom-third-section {
    clear: both;
    padding-top: 30px;
  }
  .bottom-menu-block {
    border-top: 1px solid #000;
    column-count: 4;
    margin-top: 0;
    max-width: none;
    padding-top: 30px;
  }
  .mobile-social-media-list {
    display: none;
  }
}
@media (min-width:800px) {
  .bottom-first-section {
    height: 250px;
    margin-right: 30px;
    padding-top: 20px;
    width: 50%;
  }
  .bottom-first-section:after {
    clear: both;
    content: '';
    display: table;
  }
  .bottom-logo-link {
    float: left;
    width: 140px;
  }
  .bottom-hours {
    margin-left: 30px;
    margin-top: 20px;
    float: left;
    width: calc(100% - 210px);
  }
  .bottom-second-section {
    border-left: 1px solid #000;
    height: 250px;
    padding-left: 30px;
    padding-top: 40px;
    width: 30%;
  }
  .bottom-newsletter-block {
    float: right;
  }
  .bottom-third-section {
    clear: none;
    padding-top: 0;
  }
  .bottom-menu-block {
    border-top: none;
    column-count: 1;
    padding-bottom: 30px;
	}
}
@media (min-width:1000px) {
  .bottom-first-section {
    height: 180px;
    width: 45%;
  }
  .bottom-hours {
    margin-top: 30px;
  }
  .bottom-menu-block {
    column-count: 2;
  }
  .bottom-second-section {
    height: 180px;
    width: 28%;
  }
}
@media (min-width:1100px) {
  .bottom-first-section {
    width: 40%;
  }
  .bottom-second-section {
    width: 35%;
  }
}

/**
 * Copyright styles.
 */
.copyright {
  background-color: #eeeeee;
  color: #4c4c4c;
  font-size: 10px;
  line-height: 16px;
  padding: 0 30px 30px 30px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
}
.copyright-address {
  margin-bottom: 10px;
}
.copyright-address-link {
  text-decoration: none;
}
.copyright-info {
  margin-bottom: 15px;
}
.copyright-credit {
  margin-bottom: 0;
}
.copyright-credit-icon {
  background: url('../images/icon-tap-agency.png') no-repeat center center / 18px 21px;
  display: inline-block;
  height: 21px;
  margin-left: 4px;
  overflow: hidden;
  position: relative;
  text-indent: -999px;
  top: -4px;
  transition: opacity 0.2s linear;
  width: 18px;
}
.copyright-credit-icon:hover {
  opacity: 0.8;
}

/**
 * Flickity styles.
 */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.flickity-prev-next-button {
  background: none;
  border: none;
  cursor: pointer;
  height: 40px;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  transition: opacity 0.2s linear;
  transform: translateY(-50%);
  width: 40px;
}
.flickity-prev-next-button:hover {
  opacity: 1;
}
.flickity-prev-next-button:focus {
  outline: none;
}
.flickity-prev-next-button:active {
  opacity: 0.6;
}
.flickity-prev-next-button.previous {
  left: 0;
}
.flickity-prev-next-button.next {
  right: 0;
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 0;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 0;
}
.flickity-prev-next-button:disabled {
  cursor: auto;
  opacity: 0;
}
.flickity-prev-next-button svg {
  height: 60%;
  left: 20%;
  position: absolute;
  top: 20%;
  width: 60%;
}
.flickity-prev-next-button .arrow {
  fill: #fff;
}
.flickity-page-dots {
  bottom: -25px;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  background: #333;
  border-radius: 50%;
  cursor: pointer;
  height: 10px;
  display: inline-block;
  margin: 0 8px;
  opacity: 0.25;
  width: 10px;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/**
 * Front page slideshow styles.
 */
.front-page-slide {
  height: 300px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.front-page-slide img {
  display: block;
  height: 300px;
  left: 50%;
  margin-left: -346.5px;
  max-width: none;
  position: relative;
  width: auto;
}
.front-page-slide-text {
  left: 50%;
  margin-top: 20px;
  max-width: 800px;
	position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 80px);
}
.left .front-page-slide-text {
	text-align: left;
}
.centered .front-page-slide-text {
	text-align: center;
}
.right .front-page-slide-text {
	text-align: right;
}
.front-page-slide-title {
  margin-bottom: 0;
	margin-top: 0;
}
.black .front-page-slide-title {
	color: #000;
}
.white .front-page-slide-title {
	color: #fff;
}
.front-page-slide-cta {
  margin-bottom: 0;
}
.hidden .front-page-slide-cta a {
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
	position: absolute;
  text-indent: -999px;
  top: 0;
  width: 100%;
}
.displayed .front-page-slide-cta {
  margin-top: 5px;
}
.displayed .front-page-slide-cta a {
	display: inline-block;
  font-weight: lighter;
  padding: 4px 40px;
  position: relative;
  text-decoration: none;
  transition: opacity 0.2s linear;
}
.displayed .front-page-slide-cta a:hover {
	opacity: 0.8;
}
.displayed .front-page-slide-cta a:before {
  border-style: solid;
  border-width: 1px;
  bottom: -3px;
	content: '';
  display: block;
  left: -3px;
  position: absolute;
  right: -3px;
  top: -3px;
}
.white.displayed .front-page-slide-cta a {
	background-color: #fff;
  color: #000;
}
.white.displayed .front-page-slide-cta a:before {
	border-color: #fff;
}
.black.displayed .front-page-slide-cta a {
	background-color: #000;
  color: #fff;
}
.black.displayed .front-page-slide-cta a:before {
	border-color: #000;
}
@media (min-width:600px) {
  .front-page-slide {
    height: auto;
  }
  .front-page-slide img {
    height: auto;
    left: 0;
    margin-left: 0;
    width: 100%;
  }
  .front-page-slide-title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
  }
}
@media (min-width:900px) {
  .front-page-slide-text {
    margin-top: 30px;
  }
  .front-page-slide-title {
    font-size: 64px;
    line-height: 70px;
  }
}

/**
 * Home page stats styles.
 */
.home-page-stats {
  padding: 30px 20px;
  text-align: center;
}
.home-page-stats p {
  color: #000;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (min-width:600px) {
  .home-page-stats p {
		font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width:800px) {
  .home-page-stats {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

/**
 * Home page section styles.
 */
.front-page-sections {
  margin-top: 60px;
  padding: 0 20px;
}
.front-page-section {
	border: 1px solid #000;
  margin-bottom: 30px;
}
.front-page-section-image img {
	display: block;
  height: auto;
  width: 100%;
}
.front-page-section-text {
  padding: 30px 20px;
  text-align: center;
}
.front-page-section-title {
  margin-bottom: 10px;
  margin-top: 0;
}
.front-page-section-description {
  margin-bottom: 10px;
}
.front-page-section-call-to-action {
  margin-bottom: 0;
}
.front-page-section-call-to-action a {
  background: #000;
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  margin-top: 10px;
  outline: 1px solid #000;
  padding: 4px 40px;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.2s;
}
.front-page-section-call-to-action a:hover {
  color: #fff;
	opacity: 0.8;
}
@media (min-width:600px) {
  .front-page-sections {
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
  }
  .front-page-section {
    padding-left: 50%;
    position: relative;
  }
  .front-page-section.views-row-even {
		padding-left: 0;
    padding-right: 50%;
  }
  .front-page-section-image {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 50%;
  }
  .front-page-section.views-row-even .front-page-section-image {
    left: auto;
    right: 0;
  }
  .front-page-section-image img {
    min-height: 100%;
    left: 50%;
    min-width: 100%;
    max-width: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
  }
  .front-page-section-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 300px;
  }
}

/**
 * Home page content block styles.
 */
.home-page-tabs {
  font-family: 'Didot', serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  margin-top: 40px;
  text-transform: uppercase;
}
.home-block-link {
  margin-right: 12px;
  text-decoration: none;
}
.home-block-link:last-child {
  margin-right: 0;
}
.home-block-link.js-active {
	text-decoration: underline;
}
.home-page-content h2 {
  display: none;
}
.home-page-block {
	margin-top: 60px;
}
.view-offers .home-page-block,
.view-events .home-page-block {
  max-width: 360px;
}
.home-page-block img {
  display: block;
  height: auto;
  width: 100%;
}
.home-page-block-title {
  font-family: 'Futura', sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 4px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.view-offers .home-page-block-title,
.view-events .home-page-block-title {
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  width: auto;
}
.home-page-block-content {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
}
.home-page-content a {
  color: #000;
	text-decoration: none;
}
.home-page-content a:hover {
  color: #4c4c4c;
}
.home-page-content .view-footer {
  font-size: 12px;
  line-height: 18px;
  padding: 60px 20px 40px 20px;
  text-align: right;
}
.home-page-content .view-footer a:after {
	content: ' →';
}
@media (min-width:600px) {
  .home-page-tabs {
    font-size: 14px;
  }
  .home-block-link {
    margin-right: 50px;
  }
  .home-page-content {
    margin-left: -20px;
    margin-right: -20px;
  }
  .home-page-content .view-content:after {
    clear: both;
    content: '';
    display: table;
  }
  .home-page-block {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    width: calc(50% - 40px);
  }
  .home-page-block:nth-child(2n - 1) {
    clear: left;
  }
  .view-offers .home-page-block,
  .view-events .home-page-block {
    max-width: none;
  }
}
@media (min-width:800px) {
  .home-page-block {
    width: calc(33.33% - 40px);
  }
  .home-page-block:nth-child(2n - 1) {
    clear: none;
  }
  .home-page-block:nth-child(3n - 2) {
    clear: left;
  }
}

/**
 * Footer call to action slideshow styles.
 */
.footer-cta-slide {
  height: 200px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.footer-cta-slide img {
	display: block;
  height: 200px;
  left: 50%;
  margin-left: -350px;
  max-width: none;
  position: absolute;
  top: 0;
  width: auto;
}
.footer-cta-slide-text {
  margin-right: 20px;
  max-width: 400px;
  position: absolute;
  right: 50%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: calc(50% - 40px);
}
.footer-cta-slide-title {
  font-family: 'Futura', sans-serif;
  font-size: 20px;
  font-weight: lighter;
  line-height: 27px;
  margin-bottom: 0;
  margin-top: 0;
}
.footer-cta-slide-cta {
  margin-bottom: 0;
  margin-top: 10px;
}
.footer-cta-slide-cta a {
  background: #fff;
  color: #000;
	display: inline-block;
  font-weight: lighter;
  padding: 4px 30px;
  position: relative;
  text-decoration: none;
  transition: opacity 0.2s linear;
}
.footer-cta-slide-cta a:hover {
	opacity: 0.8;
}
.footer-cta-slide-cta a:before {
  border: 1px solid #fff;
  bottom: -3px;
	content: '';
  display: block;
  left: -3px;
  position: absolute;
  right: -3px;
  top: -3px;
}
.footer-cta-slideshow .flickity-prev-next-button .arrow {
  fill: #000;
}
@media (min-width: 600px) {
  .footer-cta-slide {
    height: auto;
  }
  .footer-cta-slide img {
    height: auto;
    left: auto;
    margin-left: 0;
    position: relative;
    top: auto;
    width: 100%;
  }
  .footer-cta-slide-title {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (min-width:800px) {
  .footer-cta-slide-title {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (min-width:1000px) {
  .footer-cta-slide-title {
    font-size: 50px;
    line-height: 54px;
    margin-bottom: 20px;
  }
  .footer-cta-slide-cta a {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/**
 * Store content styles.
 */
.store-content-image {
  margin-bottom: 60px;
}
.store-content-image img {
  display: block;
}
.store-content-meta {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  margin-bottom: 60px;
  margin-top: 60px;
  padding-bottom: 60px;
}
.store-content-meta:after {
  clear: both;
	content: '';
  display: table;
}
.store-content-block {
  float: left;
  margin-top: 60px;
  width: 100%;
}
.store-content-block-title {
	font-family: 'Futura', sans-serif;
  font-weight: normal;
  margin-bottom: 4px;
  margin-top: 0;
}
.store-content-block-info {
	margin-bottom: 0;
	text-transform: uppercase;
}
.store-content-block-info.link {
	font-family: 'Didot', serif;
  font-weight: bold;
}
@media (min-width:600px) {
  .store-content-block {
    width: 50%;
  }
  .store-content-block:nth-child(2n - 1) {
    clear: left;
  }
  .store-content-block-info.link {
    padding-top: 10px;
  }
}

/**
 * Download mall map block styles.
 */
.download-mall-map-block {
  padding-bottom: 20px;
}

/**
 * View mall directory block styles.
 */
.view-mall-directory-block {
  background-image: url('../images/crabtree-overhead.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px;
}
.view-mall-directory-block .content {
  margin-left: auto;
  margin-right: auto;
  max-width: 710px;
}
.view-mall-directory-block .content p {
	margin-bottom: 0;
}
.view-mall-directory-block .content a {
  background-color: rgba(0, 0, 0, 0.90);
  color: #fff;
	display: block;
  font-family: 'Didot', serif;
  font-size: 20px;
  line-height: 28px;
  padding: 50px 20px;
  text-align: center;
	text-decoration: none;
  transition: background-color 0.2s linear;
}
.view-mall-directory-block .content a:hover {
	background-color: #000;
}
@media (min-width:800px){
  .sidebar-first .view-mall-directory-block {
    margin-right: 300px;
  }
  .view-mall-directory-block {
    padding: 50px 180px;
  }
  .view-mall-directory-block .content a {
    font-size: 26px;
    line-height: 30px;
    padding: 80px 30px;
  }
}

/**
 * Shop search page styles.
 */
.page-stores .main-content,
.page-dining .main-content {
  padding: 0;
}
@media (min-width:800px) {
  .sidebar-first.page-stores .main-content,
  .sidebar-first.page-dining .main-content {
    max-width: none;
    padding-right: 300px;
  }
}

/**
 * Shop search form block styles.
 */
.shop-search-form-block {
  padding: 20px 20px 10px 20px;
}
.shop-search-form-block label {
  display: none;
}
.shop-search-form-block .form-text {
  text-transform: uppercase;
  width: 100%;
}
.shop-search-form-block .form-select {
  margin-top: 10px;
  text-transform: uppercase;
  width: 100%;
}
.shop-search-form-block .views-exposed-form .views-exposed-widget .form-submit {
	margin-top: 10px;
  width: 100%;
}
@media (min-width:800px) {
  .shop-search-form-block .form-select {
    margin-top: 0;
  }
  .shop-search-form-block .views-exposed-form {
    max-width: 800px;
		margin-left: -5px;
		margin-right: -5px;
  }
  .shop-search-form-block .views-exposed-form .views-exposed-widget {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    width: calc(33.33% - 10px);
  }
  .shop-search-form-block .views-exposed-form .views-exposed-widget .form-submit {
    background: url('../images/icon-search.png') no-repeat center center / 20px auto;
    border: 1px solid #000;
    height: 40px;
    margin-top: 0;
    outline: none;
    overflow: hidden;
    padding: 0;
    text-indent: -999px;
    width: 40px;
  }
}

/**
 * Store index block styles.
 */
.store-index-block {
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.store-index-block:after {
	clear: both;
  content: '';
  display: table;
}
.store-index-block .views-summary a {
  text-decoration: none;
}
.store-index-block .views-summary a.active {
  text-decoration: underline;
}
@media (min-width:600px) {
  .store-index-block {
    display: block;
    font-size: 18px;
    line-height: 20px;
    padding: 0 20px 20px 20px;
  }
  .store-index-block .views-summary {
    display: block;
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    text-decoration: none;
		width: 10%;
  }
}
@media (min-width:800px) {
  .store-index-block .views-summary {
		width: 3.75%;
  }
}
@media (min-width:1000px) {
  .store-index-block .views-summary {
    border-right: 1px solid #000;
    box-sizing: border-box;
  }
  .store-index-block .views-summary:last-child {
    border-right: none;
  }
}

/**
 * Download mall map store search block styles.
 */
.download-mall-map-store-block .content p {
	margin-bottom: 0;
}
.download-mall-map-store-block .content a {
  background: #323b44;
  color: #fff;
  display: block;
  padding: 20px;
  text-align: center;
  text-decoration: none;
}
@media (min-width:600px) {
  .download-mall-map-store-block .content a {
    letter-spacing: 2px;
    text-transform: uppercase;
  }
}
@media (min-width:1340px) {
  .download-mall-map-store-block {
    position: absolute;
    margin-top: -110px;
    right: 320px;
  }
  .download-mall-map-store-block .content a {
    background: none;
	  color: #4c4c4c;
    padding: 0;
  }
  .download-mall-map-store-block .content a:hover {
		color: #000;
	}
}

/**
 * Store search items
 */
.shop-search-item {
  padding: 20px;
  position: relative;
}
.shop-search-item:nth-child(odd) {
  background-color: #fbfbfb;
}
.shop-search-item-title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0;
}
.shop-search-item-title a {
  text-decoration: none;
}
.shop-search-item-location-title,
.shop-search-item-parking-title,
.shop-search-item-phone-title {
	display: inline-block;
  font-family: 'Futura', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
.shop-search-item-location-title:after,
.shop-search-item-parking-title:after {
	content: ':';
}
.shop-search-item-location-description,
.shop-search-item-parking-description,
.shop-search-item-phone-description {
	display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.shop-search-item-phone {
  display: none;
}
.shop-search-item-link {
  height: 100%;
  left: 0;
	position: absolute;
  top: 0;
  width: 100%;
}
.shop-search-item-link a {
  background: url('../images/icon-right-arrow.png') no-repeat right 20px center / 9px 9px;
  display: block;
  height: 100%;
  overflow: hidden;
  text-indent: -999px;
  text-transform: uppercase;
  width: 100%;
}
.shop-search-store-name {
  display: none;
}
.section-letter {
  background: #e1e0e0;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
}
.store-page-no-results {
  margin-bottom: 0;
  padding: 30px;
}
@media (min-width:1200px) {
  .shop-search-item {
    padding-bottom: 40px;
    padding-left: calc(20% + 40px);
    padding-top: 40px;
  }
  .shop-search-item:after {
    clear: both;
    content: '';
    display: table;
  }
  .shop-search-item-title {
    font-size: 22px;
    left: 20px;
    line-height: 26px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 20%;
  }
  .shop-search-item-location,
  .shop-search-item-parking,
  .shop-search-item-phone {
    box-sizing: border-box;
    display: block;
    float: left;
    padding-left: 20px;
    width: 25%;
  }
  .shop-search-item-location-title,
  .shop-search-item-parking-title,
  .shop-search-item-phone-title {
    display: block;
    font-size: 16px;
    line-height: 22px;
  }
  .shop-search-item-location-title:after,
  .shop-search-item-parking-title:after {
    content: '';
  }
  .shop-search-item-location-description,
  .shop-search-item-parking-description,
  .shop-search-item-phone-description {
    display: block;
    font-size: 16px;
    line-height: 22px;
  }
  .shop-search-item-link {
    float: left;
    font-family: 'Didot', serif;
    font-size: 17px;
    font-weight: bold;
    height: auto;
    left: auto;
    line-height: 22px;
    margin-bottom: 0;
    margin-top: 10px;
    position: relative;
    text-align: center;
    top: auto;
    width: 25%;
  }
  .shop-search-item-link a {
    background: none;
    color: #000;
    display: block;
    height: auto;
    overflow: visible;
    text-decoration: none;
    text-indent: 0;
    width: auto;
  }
  .shop-search-item-link a:hover {
	  color: #4c4c4c;
  }
}

/**
 * Gallery styles.
 */
.field-name-field-blog-gallery {
  margin-right: -10px;
}
.field-name-field-blog-gallery:after {
  clear: both;
  content: '';
  display: table;
}
.field-name-field-blog-gallery .field-item:first-child {
  margin-bottom: 20px;
  margin-right: 10px;
  width: 100%;
}
.field-name-field-blog-gallery .field-item {
  float: left;
  margin: 0 10px 10px 0;
}
.field-name-field-blog-gallery .field-item img {
	display: block;
  width: 100%;
}

/**
 * Blog title styles.
 */
.desktop-blog-title {
  display: none;
}
@media (min-width:600px) {
  .mobile-blog-title {
    display: none;    
  }
  .desktop-blog-title {
    display: block;
  }  
}

/**
 * Pager styles.
 */
.item-list .pager {
  border-top: 2px solid #000;
  margin-top: 40px;
  padding-top: 30px;
  text-transform: uppercase;
}
.item-list .pager li {
	margin: 0 3px;
  padding: 0;
}
.item-list .pager li a {
	text-decoration: none;
}
.item-list .pager .pager-current {
	font-weight: normal;
}

/**
 * Event styles.
 */
.node-type-event .field-name-field-location,
.node-type-event .field-name-field-event-date {
  margin-bottom: 20px;
  text-transform: uppercase;
}

/**
 * Offer styles.
 */
.node-type-offer .field-name-field-related-location {
  margin-bottom: 20px;
  margin-top: 20px;
  text-transform: uppercase;
}
.node-type-offer .field-name-field-valid-date {
  margin-bottom: 20px;
  text-transform: uppercase;
}

/**
 * Contact form styles.
 */
@media (min-width:800px) {
	.webform-client-form-59 {
    padding-bottom: 30px;
  	padding-left: 60%;
    padding-top: 14px;
    position: relative;
  }
	.webform-client-form-59:before {
    background: #000;
    content: '';
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 1px;
  }
	.webform-client-form-59 h3 {
    font-family: 'Futura', sans-serif;
    font-weight: normal;
    margin-bottom: 40px;
  }
  .webform-client-form-59 .webform-component--contact-information {
    left: 0;
    position: absolute;
    top: 0;
    width: 40%;
  }
}

/**
 * Alert bar styles.
 */
.alert-block .view-content a {
  background-color: #f00;
  color: #fff;
  display: block;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s linear;
}
.alert-block .view-content a:hover {
  background-color: #e00;
}

/**
 * Event listing styles.
 */
.event-listings:after {
	clear: both;
	content: '';
	display: table;
}
.event-listings-group {
	border-bottom: 1px solid #000;
	clear: both;
	margin-top: 0;
	padding-bottom: 20px;
	padding-top: 50px;
	text-align: center;
}
.event-listing {
	border: 1px solid #000;
	box-sizing: border-box;
	float: left;
	height: 180px;
	margin-top: 30px;
	overflow: hidden;
	position: relative;
  transition: border-color 0.5s;
	width: 100%;
}
.event-listing:hover {
  border-color: #747474;
}
.event-listing-calendar {
	background-color: #000;
	color: #fff;
	height: 100%;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
  transition: background-color 0.5s;
	width: 110px;
}
.event-listing:hover .event-listing-calendar {
  background-color: #747474;
}
.event-listing-year {
	display: none;
}
.event-listing-day-of-the-week {
	display: block;
	font-size: 10px;
	line-height: 10px;
	margin-top: 45px;
	text-transform: uppercase;
}
.event-listing-month {
	display: block;
	font-size: 25px;
	line-height: 25px;
	margin-top: 13px;
	text-transform: uppercase;
}
.event-listing-date {
	display: block;
	font-size: 25px;
	letter-spacing: -1px;
	line-height: 35px;
	margin-top: 10px;
}
.event-listing-content {
	left: 130px;
	margin-right: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%); 
}
.event-listing-title {
	margin-top: 0;
	text-transform: none;
}
.event-listing-information {
	line-height: 20px;
	margin-bottom: 0;
}
.event-listing-link {
	display: block;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-indent: -999px;
	top: 0;
	width: 100%;
}
@media (min-width:700px) {
	.event-listings {
		margin-left: -10px;
		margin-right: -10px;
	}
	.event-listings-group {
		margin-left: 10px;
		margin-right: 10px;
	}
	.event-listing {
		float: left;
		margin-left: 10px;
		margin-right: 10px;
		width: calc(50% - 20px);
	}
}

/**
 * Home Page Events Listing Block
 */
.event-listings-block-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1120px;
}
.event-listings-block-wrapper h2 {
  margin-bottom: 0;
  margin-top: 80px;
  text-align: center;
}
.event-listings-block-wrapper h2:before {
  background-color: #000;
	content: '';
  display: block;
  height: 1px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
}
.event-listings-block-footer {
  clear: both;
  padding-top: 20px;
  text-align: center;
}
.event-listings-block-footer-link {
  background: #000;
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  margin-top: 10px;
  outline: 1px solid #000;
  padding: 4px 40px;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.2s;
}
.event-listings-block-footer-link:hover {
  color: #fff;
	opacity: 0.8;
}
@media (min-width:700px) {
  .event-listings-block-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/**
 * Shopper Styles
 */
.node-type-shopper .marquee,
.node-type-shopper .breadcrumbs {
  display: none;
}
.shopper-info-header {
  border-bottom: 10px solid #000;
  margin-bottom: 60px;
  padding-bottom: 30px;
  text-align: center;
}
.shopper-info-header-image {
	display: block;
  margin-left: auto;
  margin-right: auto;
 	width: 600px;
}
.node-type-shopper .view-shopper-information:after {
  clear: both;
  content: '';
  display: table;
}
.shopper-info-intro img {
  margin-bottom: 30px;
  transform: rotate(-4deg); 
}
.shopper-intro-main-title {
  text-align: center;
}
.shopper-intro-main-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 450px;
}
@media (min-width:700px) {
.shopper-info-intro {
  	float: left;
    margin-bottom: 70px;
  	width: calc(40% - 30px); 
  }
  .shopper-info-main {
    float: right;
    margin-bottom: 70px;
  	width: calc(60% - 30px); 
  }
}

/**
 * Shoppers Styles
 */
.page-personal-shopper .marquee,
.page-personal-shopper .breadcrumbs {
  display: none;
}
.page-personal-shopper .view-personal-shoppers .view-header {
  text-align: center;
}
.personal-shopper-header-image {
	display: block;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
 	width: 600px;
}
.personal-shopper-header-text {
  background-color: #3D4143;
  border-top: 10px solid #000;
  color: #fff;
  margin-bottom: 60px;
  padding: 40px 30px;  
}
.personal-shopper-title-image {
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
  width: 600px;
}
.page-personal-shopper .view-personal-shoppers .view-content {
  position: relative;
}
.page-personal-shopper .view-personal-shoppers .view-header:after {
  background: #000;
  content: '';
  display: block;
  height: 1px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}
.page-personal-shopper .view-personal-shoppers .views-row {
  margin-bottom: 30px;
}
.personal-shopper-item img {
  display: block;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 400px;
}
.shopper-testimonials-cta {
  margin-top: 20px;
  text-align: right;
}
#block-views-shopper-testimonials-block {
  display: none;
}
#block-views-shopper-blog-posts-block {
  display: none;
}
@media (min-width:700px) {
  .page-personal-shopper .view-personal-shoppers .view-content:before {
    background: #000;
    content: '';
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: -30px;
    width: 1px;
  }
  .page-personal-shopper .view-personal-shoppers .view-content:after {
    clear: both;
    content: '';
    display: table;
  }
  .page-personal-shopper .view-personal-shoppers .views-row {
  	float: left;
    margin-bottom: 70px;
  	width: calc(50% - 30px); 
  }
  .page-personal-shopper .view-personal-shoppers .views-row:last-child {
    float: right;
  }
  #block-views-shopper-testimonials-block {
    display: block;
    float: left;
    width: calc(50% - 30px); 
  }
  #block-views-shopper-blog-posts-block {
    display: block;
    float: right;
    position: relative;
    width: calc(50% - 30px); 
  }
  #block-views-shopper-blog-posts-block:after {
    background: #000;
    content: '';
    display: block;
    height: 100%;
    left: -30px;
    position: absolute;
    top: -30px;
    width: 1px;
  }
  .page-personal-shopper .main-content-wrapper:after {
    clear: both;
    content: '';
    display: table;
  }
}