@charset "UTF-8";
/*! 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.
 */
@import url("//fonts.googleapis.com/css?family=Rufina:400");
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; }

/* ---- Clearfix Hack for Floats ---- 
.clearfix:after, .container:after, .compressed:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container, .compressed {display:block;}*/
.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

@font-face {
  font-family: "FontAwesome";
  src: font-url("http://www.chesterfield-mall.com/d/fonts/font-awesome/css/fontawesome-webfont.eot");
  src: font-url("http://www.chesterfield-mall.com/d/fonts/font-awesome/css/fontawesome-webfont.eot#iefix") format("embedded-opentype"), font-url("http://www.chesterfield-mall.com/d/fonts/font-awesome/css/fontawesome-webfont.woff") format("woff"), font-url("http://www.chesterfield-mall.com/d/fonts/font-awesome/css/fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
#socialSearch.right .search-submit:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  line-height: 1; }

html {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

*, *:before, *:after {
  box-sizing: inherit; }

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

body {
  background: #f7f7f7;
  color: #2b2b2b;
  font-size: 10px;
  margin: 0;
  padding: 0; }

#operationalMessage {
  width: 100%;
  height: 52px;
  padding: .7em 0;
  background: #cc0000; }

.omSub {
  background: #ffffff;
  background-size: contain;
  width: 96%;
  border-radius: 19px;
  margin: 0 auto;
  padding: 5px; }
  .omSub p {
    font-family: 'Gotham A', 'Gotham B', Verdana, Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 10px;
    font-weight: 700;
    font-style: normal;
    color: #cc0000;
    display: inline-block;
    margin: 0; }
  .omSub button.fa-tower {
    background-color: #cc0000;
    display: inline-block;
    position: relative;
    font-size: 16px;
    left: 0;
    bottom: 0;
    width: 28px;
    height: 28px; }

.stripe-pattern-1 {
  background: url("../images/pattern1.png");
  width: 100%;
  padding: 1px; }

#HeaderWrap {
  position: relative;
  width: 100%; }

#StripesWrap {
  background: url("../images/pattern2.png");
  position: absolute;
  left: 0;
  width: 100%;
  height: 38em;
  z-index: 0; }

#stage {
  margin: 62px auto 0;
  position: relative;
  max-width: 1000px;
  width: 96%;
  z-index: 50;
  background: transparent; }
  #stage:before, #stage:after {
    content: " ";
    display: table; }
  #stage:after {
    clear: both; }

main.container {
  background: #fff;
  min-height: 29em;
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  padding: 2.5em 3em 2.5em 2.5em;
  font-size: 1.3em; }
  main.container:before, main.container:after {
    content: " ";
    display: table; }
  main.container:after {
    clear: both; }

.home main.container {
  font-size: 1em; }

h1 {
  font-family: 'Rufina', Georgia, serif;
  font-weight: 400;
  font-size: 3em;
  line-height: 1em;
  text-transform: capitalize;
  margin: 0 0 .7em; }

h2,
h3,
h4,
h5 {
  font-family: 'Gotham A', 'Gotham B', Verdana, Helvetica, Arial, sans-serif;
  font-size: 2em;
  line-height: 1em;
  font-weight: 700;
  font-style: normal;
  text-transform: none; }

p,
li,
li a {
  font-family: 'Gotham A', 'Gotham B', Verdana, Helvetica, Arial, sans-serif;
  font-size: inherit;
  line-height: inherit;
  font-weight: 400;
  font-style: normal; }

p {
  font-size: 1.4em;
  line-height: 1.5em; }

a:link,
a:visited {
  color: #8a9d12;
  text-decoration: none; }

a:hover,
a:active {
  color: #c1d82f;
  text-decoration: underline;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  transition: all 300ms; }

/* ------ Style Options ------ */
.email_signup_messages, .gray18 {
  font-family: 'Gotham A', 'Gotham B', Verdana, Helvetica, Arial, sans-serif;
  font-size: 1.8em;
  line-height: inherit;
  color: #a7a9ac; }

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

.right {
  position: relative;
  float: right; }

ul.nobullets,
ul.nobullets li {
  list-style: none outside none;
  padding: 0;
  margin: 0; }

/* ------ Header ------ */
#topLeaderboard {
  background: url("../../../dimages/mmse14s/pattern3.png") repeat #333333;
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0 auto; }
  #topLeaderboard:before, #topLeaderboard:after {
    content: " ";
    display: table; }
  #topLeaderboard:after {
    clear: both; }
  #topLeaderboard #google_ads_div_city10-Sew-Home-730x90_ad_container {
    margin: 8px; }

header {
  position: relative;
  background: #ffffff;
  max-width: 1000px;
  margin: 0 auto;
  width: 96%;
  height: 13em;
  /* 8-18 */
  padding: 1em 1em .5em;
  color: #333333; }

#headerHours h3 {
  font-family: 'Gotham A', 'Gotham B', Verdana, Helvetica, Arial, sans-serif;
  font-size: 1.8em;
  line-height: 1em;
  font-weight: 700;
  font-style: normal;
  height: 1.7em;
  padding: .2em 0 0 2.2em;
  margin: .7em 0 .3em;
  border: none; }
#headerHours i {
  background-color: #c1d82f;
  color: #ffffff;
  height: 1.2em;
  width: 1.2em;
  border-radius: 50%;
  position: absolute;
  left: 0.3em;
  top: 0.5em;
  font-size: 2.4em;
  line-height: 1.25em;
  text-align: center; }
#headerHours p {
  font-size: 1.4em;
  margin-top: -.2em; }
  #headerHours p a, #headerHours p span {
    color: #8a9d12; }

header ul {
  height: 3em;
  margin-bottom: .5em;
  padding: 0; }

header ul li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  display: inline; }

header #socialSearch .SEWsearchForm label {
  display: none; }

#mallLogo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

#mallLogo a:active,
#mallLogo a:focus,
#primary a:active,
#primary a:focus {
  outline: 0; }

#mallLogo img {
  max-width: 100%;
  max-height: 12em; }

#socialSearch {
  display: inline-block;
  float: right;
  line-height: 12px;
  position: absolute;
  top: 1em;
  right: 1em;
  text-align: right; }
  #socialSearch p, #socialSearch ul {
    margin: 5px 0;
    padding: 0; }
  #socialSearch ul li {
    display: inline-block;
    margin-left: .3em;
    position: relative;
    vertical-align: top; }

#socialSearch ul li a:link,
#socialSearch ul li a:visited,
#socialSearch ul li span,
#socialSearch #social li#s-mobile a {
  display: block;
  cursor: pointer; }

#social a {
  background: #c1d82f;
  color: #ffffff;
  line-height: 1.5em;
  text-align: center;
  height: 1.5em;
  width: 1.5em;
  border-radius: 1.5em; }

#social a:active,
#social a:hover {
  background: #8a9d12;
  text-decoration: none; }

#search {
  position: relative;
  display: inline-block !important; }

#socialSearch.right .search-field {
  font-family: 'Gotham A', 'Gotham B', Verdana, Helvetica, Arial, sans-serif;
  font-size: 1.4em;
  line-height: 2em;
  font-weight: 400;
  font-style: normal;
  background: #333333;
  color: #ffffff;
  padding: 0 1.2em;
  border-radius: 1.2em;
  border: none;
  width: 9.8em;
  height: 31px;
  position: relative;
  z-index: 240;
  display: inline;
  text-transform: lowercase; }
  #socialSearch.right .search-field::-webkit-input-placeholder {
    color: #ffffff; }
  #socialSearch.right .search-field:-moz-placeholder {
    color: #ffffff; }
  #socialSearch.right .search-field::-moz-placeholder {
    color: #ffffff; }
  #socialSearch.right .search-field:-ms-input-placeholder {
    color: #ffffff; }

#socialSearch.right .search-submit {
  background-color: #c1d82f;
  color: #ffffff;
  position: absolute;
  z-index: 250;
  width: 2em;
  height: 2em;
  top: 0;
  right: 0;
  margin: 0.2em 0.2em;
  display: inline;
  font-size: 1.3em;
  padding: 0; }
  #socialSearch.right .search-submit:before {
    content: "";
    padding-right: 0; }

#google_translate_element {
  margin-top: 11px; }

/* ----- Content ----- */
a.moduleLink {
  font-family: 'Gotham A', 'Gotham B', Verdana, Helvetica, Arial, sans-serif;
  font-size: 1.4em;
  line-height: inherit;
  font-weight: 400;
  font-style: normal;
  background: #c1d82f;
  color: #ffffff;
  border-radius: 1.4em;
  padding: .2em 1em; }

/* ----- Ad Blocks ----- */
/* ---- Generic Form Styles ----- */
#CFForm_1 {
  width: 60%; }

#CFForm_1 > ul {
  list-style: none outside none;
  text-align: right; }

#CFForm_1 > ul > li {
  margin-bottom: .3em; }

#CFForm_1 > ul > li > label {
  font-weight: bold; }

#CFForm_1 > ul > li:nth-child(12) {
  margin-top: 1em !important; }

.FormContainer {
  font-family: 'Gotham A', 'Gotham B', Verdana, Helvetica, Arial, sans-serif;
  font-size: inherit;
  line-height: inherit;
  font-weight: 700;
  font-style: normal;
  width: 64%; }

.clearfix li label {
  font-family: 'Gotham A', 'Gotham B', Verdana, Helvetica, Arial, sans-serif;
  font-size: inherit;
  line-height: inherit; }

#Questions, #Comments {
  height: 5em; }

input[type="text"],
input[type="password"] {
  font-family: 'Gotham A', 'Gotham B', Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: inherit;
  padding: 3px 6px 2px; }

input[type="submit"].genericButton,
.genericButton,
button {
  font-family: 'Gotham A', 'Gotham B', Verdana, Helvetica, Arial, sans-serif;
  font-size: inherit;
  line-height: inherit;
  background: #c1d82f;
  color: #ffffff;
  border: 0;
  border-radius: 16px;
  text-align: center;
  text-transform: none;
  font-size: 1em;
  padding: 6px 15px;
  margin-top: .7em; }

a.genericButton {
  box-shadow: none;
  background: #c1d82f;
  color: #ffffff;
  border: 0;
  border-radius: 14px;
  text-align: center;
  text-transform: none;
  padding: .5em 1em; }

a.genericButton:hover,
a.genericButton:active,
a.genericButton:focus {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  transition: all 300ms;
  background: #8a9d12; }

/* Sidebar Removal. Should be changed in BASS settings once this design is live */
.span-8.last.right,
.span-9.last.right {
  display: none; }

#content .visit-share ul {
  margin-top: 15px; }

#content .visit-share ul li {
  display: inline-block;
  margin-right: 10px; }

#signupModal {
  z-index: 2500;
  position: fixed;
  height: 26em;
  top: 22em;
  width: 84%;
  max-width: 90em;
  left: -10000px; }

#SideTab {
  background: url("../../../dimages/mmse14s/pattern3.png") repeat #333333;
  height: inherit;
  width: 6.2%;
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
  float: left; }
  #SideTab button {
    background-color: #c1d82f;
    position: absolute;
    font-size: 1.4em;
    line-height: 1.6em;
    width: 2em;
    height: 2em;
    bottom: 15px;
    left: 15px;
    padding: 0; }

#SideTab:active,
#SideTab:hover,
#closeModal {
  cursor: pointer; }

#signupForm {
  height: inherit;
  float: left;
  width: 80em;
  background: url("../images/RightStripes.png") no-repeat #fff;
  background-position: right;
  width: 93%; }

#signupForm p.gray18 {
  margin: .7em 3em .5em 1em; }

#closeModal {
  position: absolute;
  right: 1.5em;
  top: .5em;
  z-index: 1;
  color: #ffffff;
  background-color: #c1d82f;
  border-radius: 50%;
  width: 1.3em;
  height: 1.3em;
  line-height: 1.3em;
  text-align: center; }

#grayOut {
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  position: fixed;
  background-image: url("../../../dimages/mmse14s/EmailModalBkgd.png");
  background-repeat: repeat;
  background-size: 200px 200px;
  z-index: 2000;
  opacity: 0.0; }

.join-eclub {
  background: url("../../../dimages/mmse14s/pattern3.png") #333333;
  float: left;
  max-width: 58%;
  padding: 1.6em 2em; }
  .join-eclub p {
    font-family: 'Rufina', Georgia, serif;
    font-weight: 400;
    font-size: 5em;
    line-height: inherit;
    color: #ffffff;
    margin: 0; }
  .join-eclub span {
    color: #c1d82f;
    font-size: 2.4em;
    letter-spacing: .05em;
    float: right; }

.email_signup_widget_v1 {
  float: left;
  width: 38%;
  height: 45%;
  padding: 3% 0 0 1.5%; }

.email_signup_widget_v1 input {
  margin-top: 12.5%;
  width: 16em;
  border: 1px solid #a7a9ac;
  font-size: 1.8em;
  padding: 1em;
  letter-spacing: 1px;
  width: 100%; }
  .email_signup_widget_v1 input::-webkit-input-placeholder {
    color: #000; }
  .email_signup_widget_v1 input:-moz-placeholder {
    color: #000; }
  .email_signup_widget_v1 input::-moz-placeholder {
    color: #000; }
  .email_signup_widget_v1 input:-ms-input-placeholder {
    color: #000; }

#eWidgetSubmit {
  border-bottom: 2px solid #a7a9ac;
  position: absolute;
  top: 70%;
  left: 8%;
  width: 80%;
  height: 11.5%; }

button.email_widget_submit {
  background-color: #c1d82f;
  color: #ffffff;
  position: relative;
  left: 92%;
  top: 40%;
  font-size: 1.8em;
  border-radius: 1.4em;
  padding: .3em .8em;
  margin: 0; }

#SideTab p {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: 'Rufina', Georgia, serif;
  font-weight: 400;
  font-size: 2.6em;
  line-height: inherit;
  color: #fff;
  white-space: nowrap;
  margin-top: 6em; }

/* --- Share Button --- */
.visit-share {
  display: none; }

.visit-share ul li {
  float: left; }

/* ----- Footer ----- */
footer#mainfooter {
  background: url("../../../dimages/mmse14s/pattern3.png") repeat #333333;
  width: 100%;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  bottom: 0;
  z-index: 900; }
  footer#mainfooter:before, footer#mainfooter:after {
    content: " ";
    display: table; }
  footer#mainfooter:after {
    clear: both; }
  footer#mainfooter .footer-stripes-bottom {
    padding: 8px; }
  footer#mainfooter .container {
    margin-top: 2.5em; }

footer#mainfooter ul {
  padding: 0; }

footer#mainfooter ul,
footer#mainfooter ul li {
  list-style: none outside none; }

footer#mainfooter ul li {
  font-family: 'Gotham A', 'Gotham B', Verdana, Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  line-height: 1.3em;
  font-weight: 700;
  font-style: normal;
  display: inline;
  padding: 1em; }

footer#mainfooter p {
  font-size: 1.2em;
  margin: 0 0 1.8em;
  color: #ffffff; }
  footer#mainfooter p.mgmtCoInfo, footer#mainfooter p.shoptopiaLogo {
    padding: 0 1em; }
    footer#mainfooter p.mgmtCoInfo span, footer#mainfooter p.shoptopiaLogo span {
      text-transform: capitalize;
      font-size: .85em; }

footer#mainfooter a:link,
footer#mainfooter a:visited {
  color: #c1d82f;
  text-decoration: none; }

footer#mainfooter a:hover,
footer#mainfooter a:active {
  color: #829602;
  text-decoration: underline;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  transition: all 300ms; }

footer#mainfooter #tertiary ul {
  margin-right: 20px; }

#tertiary ul li {
  text-transform: uppercase; }

#tertiary ul ul li {
  text-transform: none; }

#shoptopiacopy {
  margin: 0 auto;
  padding: 20px 20px 25px;
  width: 946px; }

#shoptopiacopy p {
  margin: 0; }

.pressrelease {
  border-top: 1px solid #ffffff;
  padding: 0 0 1em; }

.pressrelease h3 {
  font-size: 1.4em;
  line-height: 1.3em;
  color: #ffffff; }

.pressrelease p.pressDate {
  font-size: 1.6em; }

.pressrelease p a.link-button {
  font-size: 1.4em; }

#MHpic {
  float: left;
  width: 50em;
  height: 50em;
  background-color: #ffffff; }

#MHright {
  float: right; }

/* colorBox */
#colorbox {
  box-sizing: content-box !important; }

#cboxOverlay {
  background: url("../../../dimages/mmse14/EmailModalBkgd.png") 0 0 repeat !important; }

/* End colorBox */
@media screen and (max-width: 960px) {
  body {
    font-size: 9.75px; } }
@media screen and (max-width: 940px) {
  body {
    font-size: 9.6px; }

  .email_signup_widget_v1 input {
    margin-top: 10%; } }
@media screen and (max-width: 870px) {
  body {
    font-size: 9.4px; } }
@media screen and (max-width: 760px) {
  body {
    font-size: 9px; }

  .home #primary > ul > li#home a:after {
    background-position: 29% 42%; } }
@media screen and (max-width: 760px) and (max-width: 720px) {
  body {
    font-size: 8px; }

  #socialSearch.right .search-submit {
    margin: 0 0;
    right: 2px;
    border-radius: 14px; }

  #socialSearch.right .search-field {
    height: 26px; } }
@media screen and (max-width: 760px) and (max-width: 640px) {
  body {
    background: #fff; }

  #operationalMessage {
    height: 5.7em; }

  .omSub {
    background-size: auto;
    padding: .4em; }

  #operationalMessage p {
    line-height: 1em; }

  #primary > ul > li#MobileOnly {
    display: none; }

  #socialSearch,
  #StripesWrap {
    display: none; }

  #headerHours {
    background: #2b2b2b;
    width: 100%;
    font-weight: 700;
    padding: 1em 0;
    text-align: center;
    position: relative;
    top: 15em;
    z-index: 999; }

  #headerHours h3,
  #headerHours p {
    display: inline;
    color: #fff;
    font-size: 2.4em !important;
    letter-spacing: 0; }

  #headerHours h3 {
    background-size: contain;
    background-position: 0 2px !important;
    padding: 3px 0 5px 0 !important;
    line-height: 1.8em !important; }

  #headerHours h3:after {
    content: ':'; }

  #headerHours p a, #headerHours p span, #headerHours i {
    display: none; }

  #stage {
    margin: 50px auto 0; }

  #stage,
  header {
    width: 100% !important; }

  header {
    color: #fff;
    padding: 1em 0 .5em;
    height: 16em; }

  #mallLogo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 9.5px; }

  #primary {
    top: 0; }

  #primary ul {
    width: 100%;
    font-size: 1.4em;
    line-height: 3.6em; }

  #primary > ul > li {
    display: block;
    position: relative; }

  #primary > ul > li > ul,
  #primary > ul > li > ul > li {
    display: none; }

  #feedevent-container {
    font-size: 2em; }

  #signupModal {
    z-index: 2500;
    position: absolute;
    height: 15em;
    width: 85% !important;
    top: -1000px;
    left: 0px; }

  #SideTab {
    height: 45%;
    width: inherit;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    border-bottom-left-radius: 0em;
    float: left; }

  #SideTab:active,
  #SideTab:hover,
  #closeModal {
    cursor: pointer; }

  #signUpSpace {
    padding: 57px !important; }

  #signupForm {
    height: 55%;
    float: left;
    width: inherit;
    background-image: none !important;
    background: #fff;
    border: 2px solid #2a2a2a;
    border-bottom: none; }

  #signupForm p.gray18 {
    display: none; }

  .join-eclub, #closeModal, #SideTab .fa-envelope {
    display: none; }

  #closeModal {
    position: absolute;
    right: 4em;
    top: 1em;
    z-index: 1; }

  #grayOut {
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    position: fixed;
    background: url("../../../dimages/mmse14/EmailModalBkgd.png") 0 0 repeat !important;
    z-index: 2000;
    opacity: 0.0; }

  .email_signup_widget_v1 {
    float: left;
    width: 100%;
    padding: 0 0 0 5%;
    /*6em 0 0 1.2em*/ }

  .email_signup_widget_v1 input {
    margin-top: 0;
    position: absolute;
    top: 60%;
    width: 50%;
    line-height: 1em;
    border: 1px solid #a7a9ac;
    font-size: 1.8em;
    padding: .3em;
    letter-spacing: 1px; }

  #eWidgetSubmit {
    font-size: 0.8em;
    border-bottom: 2px solid #a7a9ac;
    position: absolute;
    top: 52%;
    left: 58%;
    width: 0%; }

  button.email_widget_submit {
    position: relative;
    font-size: 1.8em;
    border-radius: 1.4em;
    padding: .3em .8em;
    margin-top: .6em; }

  #SideTab p {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    font-family: 'Rufina', Georgia, serif;
    font-weight: 400;
    font-size: 380%;
    line-height: inherit;
    color: #fff;
    white-space: nowrap;
    margin: 3% 0 0 20%; }

  .email_signup_messages {
    font-family: 'Gotham A', 'Gotham B', Verdana, Helvetica, Arial, sans-serif;
    font-size: 1.8em;
    line-height: inherit;
    position: relative;
    color: #a7a9ac; }

  #CFForm_1 {
    width: 100%;
    padding: 0 7% 0 0; }

  #CFForm_1 > ul {
    padding: 0; }

  footer#mainfooter ul li {
    display: none; }

  footer#mainfooter ul li.showMobile {
    display: inline;
    font-size: 1.8em; }

  footer#mainfooter p {
    font-size: 1.8em;
    margin: .7em 0; }

  footer#mainfooter p.mgmtCoInfo {
    margin-bottom: 0; }

  .FormContainer {
    font-family: 'Gotham A', 'Gotham B', Verdana, Helvetica, Arial, sans-serif;
    font-size: inherit;
    line-height: inherit;
    font-weight: 700;
    font-style: normal;
    width: 64%; } }
@media screen and (max-width: 760px) and (max-width: 480px) {
  #signupModal {
    width: 92% !important; }

  #SideTab p {
    font-size: 362%; } }
@media screen and (max-width: 760px) and (max-device-width: 320px) {
  #socialSearch,
  #StripesWrap {
    display: none; }

  #headerHours {
    background: #2b2b2b;
    width: 100%;
    font-weight: 700;
    padding: 1em 0;
    text-align: center;
    position: relative;
    top: 15em;
    z-index: 999; }

  #headerHours h3,
  #headerHours p {
    display: inline;
    color: #fff;
    font-size: 2.4em !important;
    letter-spacing: 0; }

  #headerHours h3 {
    background-size: contain;
    background-position: 0 2px !important;
    padding: 3px 0 5px 0 !important;
    line-height: 1.8em !important; }

  #headerHours h3:after {
    content: ':'; }

  #headerHours p a, #headerHours p span, #headerHours i {
    display: none; }

  #stage,
  header {
    width: 100% !important; }

  header {
    color: #fff;
    padding: 1em 0 .5em;
    height: 16em; }

  #primary {
    top: 0; }

  #primary ul {
    width: 100%;
    font-size: 1.4em;
    line-height: 3.6em; }

  #primary > ul > li {
    display: block;
    position: relative; }

  #primary > ul > li > ul,
  #primary > ul > li > ul > li {
    display: none; }

  #feedevent-container {
    font-size: 2em; }

  #signupModal {
    z-index: 2500;
    position: absolute;
    height: 15em;
    top: -1000px;
    left: 0px; }

  #SideTab {
    height: 45%;
    width: inherit;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    border-bottom-left-radius: 0em;
    float: left; }

  #SideTab p {
    font-size: 316%; }

  #SideTab:active,
  #SideTab:hover,
  #closeModal {
    cursor: pointer; }

  #signupForm {
    height: 55%;
    float: left;
    width: inherit;
    background-image: none !important;
    border: 2px solid #2a2a2a;
    border-bottom: none; }

  #signupForm p.gray18 {
    display: none; }

  #signupForm img {
    display: none; }

  #closeModal {
    position: absolute;
    right: 4em;
    top: 1em;
    z-index: 1; }

  #grayOut {
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    position: fixed;
    background-image: url("../../../dimages/mmse14/EmailModalBkgd.png");
    background-repeat: repeat;
    background-size: 200px 200px;
    z-index: 2000;
    opacity: 0.0; }

  .email_signup_widget_v1 {
    float: left;
    width: 100%;
    padding: 0 0 0 5%;
    /*6em 0 0 1.2em*/ }

  .email_signup_widget_v1 input {
    position: absolute;
    top: 60%;
    width: 45%;
    line-height: 1em;
    border: 1px solid #a7a9ac;
    font-size: 1.8em;
    padding: .3em;
    letter-spacing: 1px; }

  #eWidgetSubmit {
    font-size: 0.75em;
    border-bottom: 2px solid #a7a9ac;
    position: absolute;
    top: 52%;
    left: 53%;
    width: 0%; }

  button.email_widget_submit {
    position: relative;
    font-size: 1.8em;
    border-radius: 1.4em;
    padding: .3em .8em;
    margin-top: .6em; }

  #SideTab p {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    font-family: 'Rufina', Georgia, serif;
    font-weight: 400;
    font-size: 380%;
    line-height: inherit;
    font-size: 3em;
    color: #fff;
    white-space: nowrap;
    margin: 3% 0 0 20%; }

  .email_signup_messages {
    font-family: 'Gotham A', 'Gotham B', Verdana, Helvetica, Arial, sans-serif;
    font-size: 1.8em;
    line-height: inherit;
    color: #a7a9ac; }

  p {
    font-size: inherit;
    margin: .7em 0; }

  p.mgmtCoInfo {
    margin-bottom: 0; } }
#topLeaderboard > div > div {
  margin: 8px; }

#primary {
  background: url("../../../dimages/mmse14s/pattern3.png") #333333;
  z-index: 1000;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: absolute;
  top: 13em;
  height: 6.6em; }

@media screen and (min-width: 640px) {
  #primary li a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -12.5px;
    width: 100%;
    height: 1em;
    display: none;
    width: 0;
    height: 0;
    transform: translate(-50%, 0);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #ffffff; } }
#primary > ul > li.active > a:after {
  display: block; }

.home #primary > ul > li#home a {
  padding-left: 0;
  padding-right: 0; }

.home #primary > ul > li#home a:after {
  background-position: 16% center; }

#primary ul {
  text-align: center;
  width: 95%;
  margin: 1.8em auto 0.01em;
  height: 3.4em;
  list-style: none outside none;
  padding: 0; }
  #primary ul > li > ul > li a:after {
    background: none; }
#primary > ul > li {
  list-style: none outside none;
  padding: 0;
  display: inline-block;
  position: relative; }
  #primary > ul > li > a {
    position: relative; }
  #primary > ul > li:first-child a:link, #primary > ul > li:first-child a:visited {
    padding-left: 0; }
  #primary > ul > li:last-child a:link, #primary > ul > li:last-child a:visited {
    padding-right: 0; }
  #primary > ul > li:hover ul {
    display: block;
    padding: 8px 0;
    position: absolute;
    text-align: left;
    z-index: 1001;
    margin-top: 4px; }
  #primary > ul > li > ul {
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    transition: all 300ms;
    background-color: rgba(51, 51, 51, 0.9);
    border-radius: 0 0 5px 5px;
    height: 0;
    opacity: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 164%;
    left: -4px;
    min-width: 100%;
    width: auto;
    z-index: 500; }
  #primary > ul > li:last-child ul {
    margin-left: .7em; }
  #primary > ul > li > ul > li > a:link, #primary > ul > li > ul > li > a:visited {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    display: block;
    font-size: 1.4em;
    line-height: 1.2em;
    text-transform: none;
    padding: 6px 14px; }
  #primary > ul > li:hover > ul {
    height: auto;
    opacity: 1; }

#mobile-nav-icon {
  display: none; }

#primary > ul {
  border-bottom: 3px solid #ffffff; }
  #primary > ul li a {
    font-weight: 700;
    font-size: 1.8em;
    line-height: 1em;
    text-transform: uppercase; }
  #primary > ul li ul > li > a:link, #primary > ul li ul > li > a:visited {
    color: #ffffff;
    text-decoration: none; }
  #primary > ul li ul > li > a:hover, #primary > ul li ul > li > a:active, #primary > ul li ul > li > a:focus {
    color: #ffffff;
    background-color: #c1d82f;
    text-decoration: none; }
  #primary > ul a:link, #primary > ul a:visited {
    color: #ffffff;
    padding: 0 1.55em;
    text-decoration: none; }
  #primary > ul a:hover, #primary > ul a:active, #primary > ul a:focus {
    color: #c1d82f;
    text-decoration: underline; }

@media screen and (max-width: 1000px) {
  #primary > ul > li a:link, #primary > ul > li a:visited {
    padding: 0 1.3em; } }
@media screen and (max-width: 940px) {
  #primary > ul > li a:link, #primary > ul > li a:visited {
    padding: 0 1em; } }
@media screen and (max-width: 870px) {
  #primary > ul > li a:link, #primary > ul > li a:visited {
    padding: 0 .7em; } }
@media screen and (max-width: 720px) {
  #primary ul {
    margin: 1.5em auto 0.01em;
    height: 3.8em; }

  /*	#socialSearch ul li a:link, #socialSearch ul li a:visited, #socialSearch ul li span, #socialSearch.right .search-submit {height:4em; width:4em;}*/ }
@media screen and (min-width: 640px) {
  #primary ul li#MobileOnly {
    display: none; } }
@media screen and (max-width: 640px) {
  #primary {
    top: 0; }
    #primary ul {
      border: none; }
      #primary ul li {
        background-color: #333333;
        color: #ffffff;
        display: block;
        padding-top: .8em;
        text-decoration: none; }
        #primary ul li:active, #primary ul li:hover {
          background: #ffffff;
          text-decoration: none !important;
          cursor: pointer;
          display: block; }
    #primary > ul > li {
      display: block;
      position: relative; }
      #primary > ul > li a:link, #primary > ul > li a:visited {
        color: #ffffff;
        font-weight: 700;
        padding: 0;
        text-decoration: none; }
      #primary > ul > li a:active, #primary > ul > li a:hover {
        text-decoration: none;
        background: #2a2a2a; }
      #primary > ul > li > ul {
        display: none; }
    #primary ul li#six ul {
      display: none; }
    #primary ul li#MobileOnly {
      display: block; } }
.hamburger {
  display: none; }

@media (max-width: 640px) {
  /*#signupModal { display: none !important; } */
  .hamburger {
    display: block;
    width: 42px;
    height: 42px;
    background: #c1d82f;
    border-radius: 0 0 0 8px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1002;
    text-align: center;
    padding-top: 10px;
    cursor: pointer; }

  .hamburger__icon {
    width: 26px; }

  .hamburger.is-active {
    background: none;
    box-shadow: none; }

  .home #primary > ul > li#home > a,
  .directory #primary > ul > li#two > a,
  .store #primary > ul > li#two > a,
  .sales #primary > ul > li#two > a,
  .wishlist #primary > ul > li#two > a,
  .product #primary > ul > li#two > a,
  .dining #primary > ul > li#three > a,
  .ent #primary > ul > li#four > a,
  .events #primary > ul > li#four > a,
  .trends #primary > ul > li#four > a,
  .eventscalendar #primary > ul > li#four > a,
  .info #primary > ul > li#five > a,
  .search #primary > ul > li#five > a,
  .profile #primary > ul > li#six > a,
  .holiday #primary > ul > li#MobileOnly > a {
    background: #c1d82f; }

  #primary {
    display: none; }
    #primary.is-active {
      display: block; }

  #home i {
    display: none; }
  #home a:before {
    content: 'Home'; }

  #primary ul {
    width: 100%;
    margin: 0 !important; }
    #primary ul li {
      position: relative; }
      #primary ul li a:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: rgba(0, 0, 0, 0.1);
        width: 90%;
        display: block;
        height: 1px; }
  #primary > ul > li {
    height: auto;
    padding: 0;
    font-size: 1em;
    line-height: 1.2em; }
    #primary > ul > li > a:link, #primary > ul > li > a:visited {
      display: block;
      font-size: 1.4em;
      line-height: 1.2em;
      padding: 0.8em 0; }
    #primary > ul > li:hover {
      background: #a7a9ac; }
      #primary > ul > li:hover > ul {
        height: 0;
        opacity: 0;
        position: relative;
        padding: 0;
        left: 0; }
    #primary > ul > li > a:hover {
      background: #a7a9ac; }
    #primary > ul > li > ul {
      display: block;
      position: relative;
      padding: 0;
      left: 0;
      -webkit-transition: opacity 300ms;
      -moz-transition: opacity 300ms;
      -o-transition: opacity 300ms;
      -ms-transition: opacity 300ms;
      transition: opacity 300ms; }
      #primary > ul > li > ul > li {
        text-align: center;
        padding-top: 0;
        display: block !important; }
        #primary > ul > li > ul > li > a:link, #primary > ul > li > ul > li > a:visited {
          font-size: 1em;
          line-height: 1.2em;
          text-transform: uppercase;
          color: #fff;
          background: #2a2a2a;
          margin-top: 0;
          padding: 0.8em 0; }
        #primary > ul > li > ul > li > a:hover {
          background: #a7a9ac; }
        #primary > ul > li > ul > li > a:active {
          color: rgba(255, 255, 255, 0.7); }
        #primary > ul > li > ul > li > a:after {
          background: rgba(255, 255, 255, 0.1); }
    #primary > ul > li.is-active > a {
      background: #a7a9ac !important; }
    #primary > ul > li.is-active > ul {
      height: auto !important;
      opacity: 1 !important;
      border-radius: 0; }

  #primary > ul > li#mobile-social {
    display: block !important; }

  #primary > ul > li#mobile-social > ul > li > a:link, #primary > ul > li#mobile-social > ul > li > a:visited, #primary > ul > li#mobile-social > ul > li > a:hover, #primary > ul > li#mobile-social > ul > li > a:active {
    font-size: 2em;
    padding: 0.16em 0 0.08em; } }
.home {
  /* iFEATURE SECTION */
  /* EVENTS MODULE */
  /*  DIRECTIONS MODULE  */ }
  .home .home
  .homepage-carousel {
    max-width: 1000px;
    position: relative;
    height: 318px;
    width: 100%; }
  .home .cycle-pager {
    right: 5em;
    z-index: 599;
    position: absolute;
    bottom: 10px;
    overflow: hidden; }
    .home .cycle-pager span {
      width: 20px;
      height: 20px;
      display: inline-block;
      background-color: #ffffff;
      border: 3px solid #ffffff;
      border-radius: 50%;
      cursor: pointer; }
      .home .cycle-pager span.cycle-pager-active {
        background-color: #c1d82f; }
    .home .cycle-pager > * {
      cursor: pointer; }
  .home .homepage-carousel-slide {
    background-size: cover;
    background-position: center center;
    height: 31.8em;
    width: 100%; }
  .home #homepage-carousel-1 {
    background-image: url("../carousel/slide1.jpg"); }
  .home #homepage-carousel-2 {
    background-image: url("../carousel/slide2.jpg"); }
  .home #homepage-carousel-3 {
    background-image: url("http://www.chesterfield-mall.com/mimages/mmse14s/carousel/slide3.jpg"); }
  .home #homepage-carousel-4 {
    background-image: url("../carousel/slide4.jpg"); }
  .home #homepage-carousel-5 {
    background-image: url("../carousel/slide5.jpg"); }
  .home #homepage-carousel-6 {
    background-image: url("http://www.chesterfield-mall.com/mimages/mmse14s/carousel/slide6.jpg"); }
  .home #homepage-carousel-7 {
    background-image: url("http://www.chesterfield-mall.com/mimages/mmse14s/carousel/slide7.jpg"); }
  .home #homepage-carousel-8 {
    background-image: url("http://www.chesterfield-mall.com/mimages/mmse14s/carousel/slide8.jpg"); }
  .home #homepage-carousel-9 {
    background-image: url("http://www.chesterfield-mall.com/mimages/mmse14s/carousel/slide9.jpg"); }
  .home #homepage-carousel-10 {
    background-image: url("http://www.chesterfield-mall.com/mimages/mmse14s/carousel/slide10.jpg"); }
  .home #floater {
    background: url("../../../dimages/mmse14s/pattern3.png") #333333;
    position: absolute;
    z-index: 1000;
    left: 1em;
    bottom: 3em;
    text-align: right;
    padding: 1.5em; }
    .home #floater a:active, .home #floater a:hover {
      text-decoration: none; }
    .home #floater h2 {
      font-family: 'Rufina', Georgia, serif;
      font-weight: 400;
      font-size: 5em;
      line-height: 1em;
      color: #ffffff;
      margin: 0;
      text-align: left; }
    .home #floater h4 {
      font-family: 'Gotham A', 'Gotham B', Verdana, Helvetica, Arial, sans-serif;
      font-size: 2.4em;
      line-height: 1.5em;
      font-weight: 400;
      font-style: normal;
      color: #c1d82f;
      margin: 0;
      letter-spacing: 1px; }
  .home main.container {
    top: 0;
    margin-top: 0;
    padding: 0; }
  .home #iFeatures {
    background: url("../images/pattern1.png");
    width: 100%;
    height: 5em;
    padding: .53em 0; }
  .home .newsCarousel {
    background: url("../../../dimages/mmse14s/pattern3.png") #333333;
    width: 97%;
    border-radius: 2em;
    margin: 0 auto; }
  .home .fa-tower {
    background: url("../../../dimages/mmse14s/tower.png") #c1d82f no-repeat;
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    left: 1em;
    bottom: 0.6em;
    border-radius: 50%;
    font-size: 1.9em; }
  .home ul.cycler {
    margin: 0; }
  .home .news-item {
    font-family: 'Gotham A', 'Gotham B', Verdana, Helvetica, Arial, sans-serif;
    font-size: 1.75em;
    line-height: 2.2em;
    font-weight: 400;
    font-style: normal;
    margin-left: 4em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #ffffff; }
    .home .news-item a {
      color: #ffffff; }
      .home .news-item a:active, .home .news-item a:hover {
        color: #c1d82f; }
  .home #iFeatures {
    position: relative; }
  .home #iFeatures-controls {
    position: absolute;
    right: 1.9em;
    bottom: 1.2em; }
    .home #iFeatures-controls button {
      color: #ffffff;
      background-color: #c1d82f;
      z-index: 9999;
      width: 1.5em;
      height: 1.5em;
      border-radius: 50%;
      font-size: 1.9em;
      line-height: 12px;
      margin: 0;
      padding: 0;
      outline: none; }
  .home #iFeatures button.prev {
    right: 3em; }
  .home #iFeatures button.next {
    right: 1.2em; }
  .home #leftModule {
    float: left; }
  .home #rightModule {
    float: right; }
  .home #homeModules {
    width: 100%;
    display: block;
    position: relative;
    padding: 1em;
    text-align: right; }
    .home #homeModules:before, .home #homeModules:after {
      content: " ";
      display: table; }
    .home #homeModules:after {
      clear: both; }
    .home #homeModules h2 {
      font-family: 'Rufina', Georgia, serif;
      font-weight: 400;
      font-size: 5.6em;
      line-height: 1em;
      margin: 0;
      padding: .1em .16em 0 0;
      color: #fff;
      letter-spacing: 1px; }
    .home #homeModules dt {
      font-family: 'Gotham A', 'Gotham B', Verdana, Helvetica, Arial, sans-serif;
      font-size: 1.8em;
      line-height: 1.2em;
      font-weight: 400;
      font-style: normal;
      color: #333333;
      margin: .3em 0 0 0;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .home #homeModules dt a {
        color: #333333;
        padding-left: 2em; }
    .home #homeModules dd {
      font-family: 'Gotham A', 'Gotham B', Verdana, Helvetica, Arial, sans-serif;
      font-size: 1.4em;
      line-height: 1.8em;
      font-weight: 400;
      font-style: normal;
      color: #8a9d12;
      margin: 0;
      border-bottom: 3px dotted #e4e5e5;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      padding-left: 3em; }
  .home #leftModule, .home #rightModule {
    width: 49.3%;
    height: 26em;
    overflow: visible;
    border-bottom: 2px solid #c1d82f;
    position: relative;
    margin-bottom: 2em;
    display: inline; }
    .home #leftModule h2, .home #rightModule h2 {
      background: url("../../../dimages/mmse14s/pattern3.png") #333333; }
  .home #leftModule img, .home #rightModule img {
    position: absolute;
    left: -.6em;
    bottom: 0;
    z-index: 200; }
  .home #leftModule img {
    left: -.9em; }
  .home a.moduleLink {
    position: absolute;
    top: 17.6em;
    right: -.2em;
    display: inline-block; }
  .home #homeModules .events-module div.sales-content dl, .home #homeModules .sales-module div.events-content dl {
    margin: 0; }
  .home #homeModules.clearfix div#leftModule div.events-module div#scrollbar1.events-content.clearfix div.viewport dl.overview dt {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden; }
  .home .directions-module .module-content {
    margin: 0;
    max-height: 17em; }
  .home #homeModules #map-canvas {
    float: left;
    margin-right: 8px;
    width: 49% !important; }
  .home .directions-module h4 {
    font-family: 'Gotham A', 'Gotham B', Verdana, Helvetica, Arial, sans-serif;
    font-size: 1.8em;
    line-height: inherit;
    font-weight: 400;
    font-style: normal;
    color: #333333;
    margin: .7em 0 0; }
  .home .Orange14 {
    font-family: 'Gotham A', 'Gotham B', Verdana, Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    line-height: inherit;
    font-weight: 400;
    font-style: normal;
    color: #8a9d12;
    margin: .2em 0; }
  .home .Orange14space {
    font-family: 'Gotham A', 'Gotham B', Verdana, Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    line-height: 1.5em;
    font-weight: 400;
    font-style: normal;
    color: #8a9d12;
    margin: .2em 0;
    letter-spacing: .5px; }
  .home .directions-module input {
    font-family: 'Gotham A', 'Gotham B', Verdana, Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    line-height: inherit;
    font-weight: 400;
    font-style: normal;
    display: block;
    border: 1px solid #333333;
    margin: .5em 0;
    width: 48%;
    height: 2.4em; }
    .home .directions-module input#starting {
      background: url("http://www.chesterfield-mall.com/dimages/mmse14s/SA_pinpoint.png") no-repeat;
      background-position: 16.9em center; }
  .home #scrollbar1, .home #scrollbar2 {
    width: 100%;
    clear: both;
    margin: .2em .2em 0 0; }
    .home #scrollbar1 .viewport, .home #scrollbar2 .viewport {
      float: right;
      margin-right: .5em;
      width: 62%;
      height: 18em;
      overflow: hidden;
      white-space: nowrap;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; }
    .home #scrollbar1 .overview, .home #scrollbar2 .overview {
      list-style: none;
      position: relative;
      left: 0;
      top: 0; }
    .home #scrollbar1 .thumb, .home #scrollbar2 .thumb {
      border-radius: 5px;
      background-color: #333333; }
      .home #scrollbar1 .thumb .end, .home #scrollbar2 .thumb .end {
        border-radius: 5px;
        background-color: #333333; }
    .home #scrollbar1 .scrollbar, .home #scrollbar2 .scrollbar {
      position: relative;
      float: right;
      width: 10px; }
    .home #scrollbar1 .track, .home #scrollbar2 .track {
      height: 18em !important;
      background-color: #323232;
      border-radius: 5px;
      width: 10px;
      position: relative;
      padding: 0 1px; }
    .home #scrollbar1 .thumb, .home #scrollbar2 .thumb {
      height: 20px;
      width: 8px;
      cursor: pointer;
      overflow: hidden;
      position: absolute;
      top: 0; }
      .home #scrollbar1 .thumb .end, .home #scrollbar2 .thumb .end {
        display: none; }
    .home #scrollbar1 .disable, .home #scrollbar2 .disable {
      display: none; }
  .home scrollbar, .home -moz-scrollbar, .home -webkit-scrollbar {
    width: .8em; }
  .home scrollbar-track, .home -moz-scrollbar-track, .home -webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px !important; }
  .home scrollbar-thumb, .home -moz-scrollbar-thumb, .home -webkit-scrollbar-thumb {
    border-radius: 10px !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }
  @media screen and (min-width: 960px) {
    .home #homeModules dt a {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      display: block;
      width: 16.2em; } }
  @media screen and (max-width: 960px) {
    .home #floater, .home #homeModules {
      font-size: 9.7px; }
    .home .directions-module input#starting {
      background-position: 16em center; } }
  @media screen and (max-width: 940px) {
    .home #stage {
      margin: 60px auto 0; }
    .home #floater, .home #homeModules {
      font-size: 9.2px; } }
  @media screen and (max-width: 870px) {
    .home #stage {
      margin: 58px auto 0; }
    .home #floater, .home #homeModules {
      font-size: 8.5px; }
    .home .directions-module input#starting {
      background-position: 15.5em center; } }
  @media screen and (max-width: 760px) {
    .home #floater, .home #homeModules {
      font-size: 8px; }
    .home #iFeatures button {
      width: 1.3em;
      height: 1.3em; }
      .home #iFeatures button.prev {
        right: 2.7em; } }
  @media screen and (max-width: 720px) {
    .home #floater, .home #homeModules {
      font-size: 7.5px; }
    .home #iFeatures button {
      width: 1.2em;
      height: 1.2em;
      top: .5em; }
      .home #iFeatures button.prev {
        right: 2.55em; } }
  @media (max-width: 640px) {
    .home {
    /*#iFeatures-controls {
  		position: absolute;
  		right: 50%;
  		bottom: -8em;
  		margin-right: -6em;
  	}
  
  	#iFeatures-controls button {
  		width: 2.5em;
  		height: 2.5em;
  	}*/
      /*#iFeatures button {top:.7em;  }*/
      /*#iFeatures button.prev {right:2.2em;}*/
      /*#iFeatures button.next {right:.4em;}*/ }
      .home main.container {
        padding: 0; }
      .home .home .homepage-carousel-slide {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center; }
      .home .cycle-pager {
        display: none; }
      .home #floater {
        font-size: 6.8px;
        left: 0;
        display: none; }
      .home #iFeatures {
        height: 6.3em;
        margin-bottom: 1em; }
      .home #iFeatures button {
        display: none; }
      .home .newsCarousel {
        background: #2b2b2b;
        width: 100%;
        border-radius: 0;
        padding: 1em 0; }
      .home .news-item {
        font-family: 'Gotham A', 'Gotham B', Verdana, Helvetica, Arial, sans-serif;
        font-size: 2em;
        line-height: 1.65em;
        font-weight: 400;
        font-style: normal;
        margin-left: 2em; }
      .home #leftModule, .home #rightModule {
        display: block;
        float: none;
        height: 22em;
        width: 99.5%;
        font-size: 10px;
        background: none;
        margin: 0 auto 3em; }
      .home .sales-module img, .home .events-module img, .home #leftModule > img {
        display: none; }
      .home #scrollbar1 .viewport, .home #scrollbar2 .viewport {
        width: 98%; }
      .home #homeModules h2 {
        font-size: 3.5em; }
      .home #homeModules dl {
        margin: .1em .5em; }
      .home #homeModules dt a {
        padding-left: 0; }
      .home #homeModules dd {
        padding-left: 0; }
        .home #homeModules dd:last-child {
          border-bottom: none; }
      .home #homeModules h2 {
        background: #2b2b2b;
        padding: .14em .2em .08em 0;
        width: 100%; }
      .home a.moduleLink {
        top: 14.7em;
        right: 0em; } }
  @media screen and (max-width: 450px) {
    .home #floater {
      width: 45%; } }
  @media screen and (max-width: 380px) {
    .home #floater {
      width: 54%; }
    .home #homeModules {
      padding: .5em 0; } }

.directory .directory-form.horzlist.clearfix {
  padding-left: 3em; }
.directory #directory-listing ul {
  min-width: 45%;
  max-width: 48%;
  list-style: none;
  margin-top: 1.2em; }
  .directory #directory-listing ul.right {
    float: left;
    padding-left: 6em; }
  .directory #directory-listing ul li {
    padding: 1.2em 0 .5em;
    border-bottom: 3px dotted #e4e5e5; }
    .directory #directory-listing ul li a {
      font: 700 1.2em "Gotham A", "Gotham B", Verdana, Helvetica, Arial, sans-serif; }
      .directory #directory-listing ul li a:link, .directory #directory-listing ul li a:visited {
        color: #333333;
        text-decoration: none; }
      .directory #directory-listing ul li a:hover, .directory #directory-listing ul li a:active {
        color: #8a9d12;
        text-decoration: underline;
        -webkit-transition: all 500ms;
        -moz-transition: all 500ms;
        -o-transition: all 500ms;
        -ms-transition: all 500ms;
        transition: all 500ms; }
@media screen and (max-width: 920px) {
  .directory #directory-listing ul.right {
    padding-left: 4.5em; } }
@media screen and (max-width: 900px) {
  .directory #directory-listing ul.left, .directory #directory-listing ul.right {
    padding-left: 2.5em; }
  .directory .directory-form.horzlist.clearfix {
    padding-left: 2.5em; } }
@media screen and (max-width: 640px) {
  .directory main.container {
    padding: 2em 1.5em 1.5em; }
  .directory h1 {
    font-size: 2.8em;
    text-align: center; }
  .directory ul.directory-form.horzlist.clearfix {
    padding: 0;
    font-size: 1.6em;
    line-height: 2em; }
  .directory #directory-listing ul.left, .directory #directory-listing ul.right {
    float: none !important;
    padding-left: 0;
    min-width: 100%;
    font-size: 1.5em; }
  .directory #directory-listing ul.left {
    margin-top: .5em;
    margin-bottom: 0; }
  .directory #directory-listing ul.right {
    margin-top: 0; } }

.dining {
  /* HAPPY HOUR SPECIALS */ }
  .dining main.container {
    padding: 2.5em 4em 3em 3em; }
  .dining .event.fullview {
    font-size: 1.3em; }
    .dining .event.fullview h3 {
      font-size: 1.5em; }
  .dining .directory-form.horzlist.clearfix {
    padding-left: 3em; }
  .dining #directory-listing ul {
    min-width: 45%;
    max-width: 48%;
    list-style: none;
    margin-top: 2.5em; }
    .dining #directory-listing ul.right {
      float: left;
      padding-left: 6em; }
    .dining #directory-listing ul li {
      padding: 1.2em 0 0.5em;
      border-bottom: 3px dotted #e4e5e5; }
      .dining #directory-listing ul li a {
        font: 700 1.2em / 1 "Gotham A", "Gotham B", Verdana, Helvetica, Arial, sans-serif; }
  .dining #directory-listing ul li a {
    color: #2b2b2b; }
  .dining #directory-listing ul li a:hover {
    color: #8a9d12 !important; }
  @media screen and (max-width: 920px) {
    .dining #directory-listing ul.right {
      padding-left: 4.5em; } }
  @media screen and (max-width: 900px) {
    .dining #directory-listing ul.left, .dining #directory-listing ul.right {
      padding-left: 2.5em; }
    .dining .directory-form.horzlist.clearfix {
      padding-left: 2.5em; } }
  @media screen and (max-width: 640px) {
    .dining main.container {
      padding: 2em 1.5em 1.5em; }
    .dining h1 {
      font-size: 2.8em;
      text-align: center; }
    .dining ul.directory-form.horzlist.clearfix {
      padding: 0;
      font-size: 1.6em;
      line-height: 2em; }
    .dining #directory-listing ul.left, .dining #directory-listing ul.right {
      float: none !important;
      padding-left: 0;
      min-width: 100%;
      font-size: 1.5em; }
    .dining #directory-listing ul.left {
      margin-top: .5em;
      margin-bottom: 0; }
    .dining #directory-listing ul.right {
      margin-top: 0; } }
  .dining .eventText p span {
    color: #8a9d12 !important; }
    .dining .eventText p span span strong {
      color: #8a9d12 !important; }
      .dining .eventText p span span strong span {
        color: #8a9d12 !important; }
  .dining .event.fullview div.eventText p span span strong span {
    color: #8a9d12 !important; }

.eventscalendar {
  /*.feedevent.compressed a.event-thumb-cover  {
    background-size:contain; }*/
  /*.feedevent > .eventinfo > p {
    color: gray; }*/
  /*************************/
  /* Events Calendar from mmse11 */
  /*************************/ }
  .eventscalendar main.container {
    font-size: 1em;
    padding: 1em 2.25em 3em 3em; }
    .eventscalendar main.container div.event.fullview div.eventText p span {
      color: #c1d82f !important; }
  .eventscalendar .compressed div p span strong {
    color: #8a9d12 !important; }
    .eventscalendar .compressed div p span strong span {
      color: #8a9d12 !important; }
  .eventscalendar p span strong span {
    color: #8a9d12 !important; }
  .eventscalendar #feedevent-container {
    font-size: 1.4em; }
    .eventscalendar #feedevent-container > .compressed {
      border-bottom: 1px solid #2b2b2b; }
  .eventscalendar .feedevent > a {
    background-color: #f7f7f7;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
    display: block;
    float: left;
    height: 90px;
    margin-right: 3%;
    padding: 0 10px;
    width: 180px; }
  .eventscalendar #calendar-date-content .feedevent.compressed {
    height: 9em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .eventscalendar #calendar-date-content .feedevent.compressed .eventinfo.right {
      max-width: 59%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      float: left; }
  .eventscalendar #calendar-date-content .feedevent.compressed .eventinfo {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .eventscalendar #calendar-date-content .feedevent.compressed .eventinfo h4.eventtitle a, .eventscalendar #calendar-date-content .feedevent.compressed .eventinfo p {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
  .eventscalendar main .compressed {
    border-bottom: 1px solid gray;
    padding: 1.2em 0 0.7em; }
  .eventscalendar .clearfix, .eventscalendar .container, .eventscalendar .compressed {
    display: block; }
  .eventscalendar main h1 {
    font-family: 'Gotham A', 'Gotham B', Verdana, Helvetica, Arial, sans-serif;
    font-size: 2.571428em;
    font-weight: 700;
    line-height: 1em;
    margin: 0 0 .5em;
    text-transform: uppercase; }
  .eventscalendar main h2 {
    font-family: 'Gotham A', 'Gotham B', Verdana, Helvetica, Arial, sans-serif;
    font-size: 1.8em;
    font-weight: 500;
    line-height: 1em;
    margin: 1em 0 .5em;
    text-transform: uppercase; }
  .eventscalendar main h3 {
    font-family: 'Gotham A', 'Gotham B', Verdana, Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1em;
    margin: 1em 0 .5em;
    text-transform: uppercase; }
  .eventscalendar main h4, .eventscalendar main h5, .eventscalendar main h6 {
    font-family: 'Gotham A', 'Gotham B', Verdana, Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1em;
    margin: 1em 0 .5em;
    text-transform: uppercase; }
  .eventscalendar main p {
    font-family: 'Gotham A', 'Gotham B', Verdana, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1.1em; }
  .eventscalendar .hd-dark {
    background-color: #2b2b2b;
    color: #fff;
    font-size: 2.1em;
    font-weight: 500;
    margin: 10px 0 20px;
    padding: 6px 12px;
    text-transform: none; }
  .eventscalendar main .compressed {
    padding: 1.2em 0;
    border-bottom: 1px solid gray; }
    .eventscalendar main .compressed:last-child {
      border-bottom: 0; }
    .eventscalendar main .compressed img {
      -webkit-box-shadow: 0;
      -moz-box-shadow: 0;
      box-shadow: 0;
      float: left;
      margin: .3em 1em 0 0;
      width: 180px;
      max-width: 99%; }
    .eventscalendar main .compressed h3, .eventscalendar main .compressed h4, .eventscalendar main .compressed p {
      margin: 0 0 .2em; }
    .eventscalendar main .compressed .right {
      width: 75%; }
  .eventscalendar #feedevent-container > .compressed {
    border-bottom: 1px solid #808080;
    overflow: auto; }
  .eventscalendar .feedevent > .eventinfo {
    float: left;
    width: 69%; }
    .eventscalendar .feedevent > .eventinfo .eventtitle {
      text-transform: none; }
      .eventscalendar .feedevent > .eventinfo .eventtitle a {
        color: #000; }
        .eventscalendar .feedevent > .eventinfo .eventtitle a:hover {
          text-decoration: underline; }
    .eventscalendar .feedevent > .eventinfo > p a {
      line-height: 28px;
      color: #c1d82f;
      text-decoration: none; }
  .eventscalendar .eventdate {
    color: gray; }
  .eventscalendar .feedevent > .eventinfo > p a:hover {
    text-decoration: underline; }
  .eventscalendar .feedevent > a {
    display: block;
    margin-right: 4%;
    width: 180px;
    height: 90px;
    float: left;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
    background-color: #fff;
    padding: 0 10px; }
    .eventscalendar .feedevent > a.event-thumb-cover {
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-position: 50%;
      padding: 0; }
  .eventscalendar #ongoing-entertainment > ul {
    list-style: none;
    overflow: hidden;
    padding: 0; }
    .eventscalendar #ongoing-entertainment > ul > li {
      position: relative;
      overflow: hidden;
      width: 32%;
      height: 140px;
      margin-left: 2%;
      float: left;
      padding: 0; }
      .eventscalendar #ongoing-entertainment > ul > li:first-child {
        margin-left: 0; }
      .eventscalendar #ongoing-entertainment > ul > li > img {
        width: 100%;
        z-index: 1;
        padding: 0;
        margin: 0; }
      .eventscalendar #ongoing-entertainment > ul > li > .event-overlay {
        width: 100%;
        position: absolute;
        top: 77%;
        background-color: #fff;
        background-color: rgba(255, 255, 255, 0.85);
        margin: 0;
        padding: 0 0 10% 0;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: opacity 0.5s ease-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
        .eventscalendar #ongoing-entertainment > ul > li > .event-overlay > h2 {
          font-size: 1.3em;
          margin: 8px 10px 3px;
          text-transform: none; }
          .eventscalendar #ongoing-entertainment > ul > li > .event-overlay > h2 > a {
            color: inherit; }
            .eventscalendar #ongoing-entertainment > ul > li > .event-overlay > h2 > a:hover {
              text-decoration: underline; }
        .eventscalendar #ongoing-entertainment > ul > li > .event-overlay > p {
          font-size: 0.85em;
          line-height: 1.2em;
          margin: 5px 10px;
          font-weight: 500; }
        .eventscalendar #ongoing-entertainment > ul > li > .event-overlay > table {
          margin: 0 10px 5px;
          font-size: 12px;
          line-height: 12px;
          font-weight: 500; }
        .eventscalendar #ongoing-entertainment > ul > li > .event-overlay > p > a {
          text-transform: uppercase;
          color: #000;
          font-weight: 500;
          display: block;
          margin-top: 7px; }
          .eventscalendar #ongoing-entertainment > ul > li > .event-overlay > p > a:hover {
            text-decoration: underline; }
      .eventscalendar #ongoing-entertainment > ul > li:hover .event-overlay {
        display: block;
        top: 0; }
  .eventscalendar .eventinfo.right h4.eventtitle {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .eventscalendar .eventinfo.right p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .eventscalendar .eventinfo.right p.eventdesc {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
  .eventscalendar #feedevent-container .feedevent.compressed a img.defaultThumb {
    border: none;
    max-width: 98%; }
  @media screen and (max-width: 1060px) {
    .eventscalendar #ongoing-entertainment > ul {
      /* mobile styles for ongoing entertainment ul goes here. */ } }
  @media screen and (max-width: 980px) {
    .eventscalendar #ongoing-entertainment > ul > li {
      width: 100%;
      height: auto;
      margin: 0 auto;
      border-bottom: 1px solid #808080;
      padding: 1.2em 0; }
      .eventscalendar #ongoing-entertainment > ul > li:first-child {
        padding-top: 0; }
      .eventscalendar #ongoing-entertainment > ul > li > img {
        width: 250px;
        max-width: 100%;
        float: left;
        margin: 0 4% 0 0;
        border: 1px solid #b5b5b5; }
      .eventscalendar #ongoing-entertainment > ul > li > .event-overlay {
        top: 0;
        transition: none;
        background: none;
        position: relative;
        float: left;
        display: block;
        width: 58%;
        height: auto;
        padding: 0; }
        .eventscalendar #ongoing-entertainment > ul > li > .event-overlay > h2 {
          font-size: 1.3em;
          font-weight: 700;
          line-height: 1em;
          margin: 0 0 0.5em 0;
          text-transform: none; }
        .eventscalendar #ongoing-entertainment > ul > li > .event-overlay > p {
          font-size: 1em;
          color: gray;
          text-transform: none;
          margin: 0.5em 0;
          font: regular 1em "Gotham A", "Gotham B", Verdana, Helvetica, Arial, sans-serif; }
        .eventscalendar #ongoing-entertainment > ul > li > .event-overlay > table {
          margin: 0;
          font-size: 0.85em;
          line-height: 1.2em;
          color: gray; }
        .eventscalendar #ongoing-entertainment > ul > li > .event-overlay > p a {
          text-decoration: none;
          color: #666;
          text-transform: none;
          font-weight: 400; } }
  @media screen and (max-width: 932px) {
    .eventscalendar #calendararea {
      display: none; }
    .eventscalendar #ongoing-entertainment > ul > li:last-child {
      border-bottom: none;
      padding-bottom: 0; }
    .eventscalendar #featured-events > .featured-event-entry > a img {
      margin-right: 4%;
      max-width: 180px;
      float: left; }
    .eventscalendar #featured-events > .featured-event-entry > .featured-event-content {
      float: left;
      max-width: 68%; } }
  @media screen and (max-width: 737px) {
    .eventscalendar #ongoing-entertainment, .eventscalendar #calendararea {
      display: none; }
    .eventscalendar #featured-events > .featured-event-entry {
      margin-bottom: 2em; }
      .eventscalendar #featured-events > .featured-event-entry > a img {
        margin: 0 auto;
        max-width: 99%;
        float: none;
        clear: both; }
      .eventscalendar #featured-events > .featured-event-entry > .featured-event-content {
        max-width: 100%; }
    .eventscalendar .feedevent > a {
      display: none; } }
  @media screen and (max-width: 600px) {
    .eventscalendar .feedevent {
      margin: 0; }
      .eventscalendar .feedevent .eventinfo {
        width: 100%; }
        .eventscalendar .feedevent .eventinfo .eventdesc {
          display: none; }
        .eventscalendar .feedevent .eventinfo .eventdesc span.eventmore a {
          display: block; }
    .eventscalendar #feedevent-container > div > div > p > strong,
    .eventscalendar p strong.eventdate {
      font-weight: 400;
      font-size: .8em;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      display: block; } }
  .eventscalendar #calendararea {
    overflow: hidden; }
    .eventscalendar #calendararea table {
      float: left;
      margin: 15px 0; }
      .eventscalendar #calendararea table tr td {
        vertical-align: middle;
        padding: 1px; }
      .eventscalendar #calendararea table tr#dayrow > th {
        font-size: 1.3em;
        font-weight: normal;
        font-family: 'Rufina', Georgia, serif;
        max-width: 52px;
        overflow: hidden;
        text-transform: uppercase;
        padding-bottom: 5px;
        color: #2b2b2b; }
      .eventscalendar #calendararea table tr.weekrow td.inside-mon > .day {
        background-color: #A9A9A9; }
      .eventscalendar #calendararea table tr.weekrow td.outside-mon > .day {
        background-color: #CCCCCC; }
      .eventscalendar #calendararea table tr.weekrow td.current-day > .day, .eventscalendar #calendararea table tr.weekrow td.inside-event > .day {
        background-color: #2b2b2b; }
      .eventscalendar #calendararea table tr.weekrow td.current-day > .day {
        border: 3px solid #c1d82f;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box; }
        .eventscalendar #calendararea table tr.weekrow td.current-day > .day a {
          margin-top: -3px; }
      .eventscalendar #calendararea table tr.weekrow td.inside-event:hover > .day {
        background-color: #c1d82f; }
      .eventscalendar #calendararea table tr#monthrow > #currentmon {
        text-align: center; }
        .eventscalendar #calendararea table tr#monthrow > #currentmon > #prevmon, .eventscalendar #calendararea table tr#monthrow > #currentmon > #nextmon {
          display: inline; }
        .eventscalendar #calendararea table tr#monthrow > #currentmon > #prevmon > a, .eventscalendar #calendararea table tr#monthrow > #currentmon > #nextmon > a {
          color: #000; }
        .eventscalendar #calendararea table tr#monthrow > #currentmon > #prevmon > a > span {
          background: url("http://www.chesterfield-mall.com/dimages/mmse14s/btn-calendar-nav.png") left center no-repeat;
          display: inline-block;
          width: 39px;
          height: 40px;
          position: relative;
          top: 10px; }
        .eventscalendar #calendararea table tr#monthrow > #currentmon > #nextmon > a > span {
          background: url("http://www.chesterfield-mall.com/dimages/mmse14s/btn-calendar-nav.png") left center no-repeat;
          display: inline-block;
          width: 39px;
          height: 40px;
          position: relative;
          top: 10px;
          background-position: right center; }
        .eventscalendar #calendararea table tr#monthrow > #currentmon > h2 {
          color: #333333;
          font: 400 2.2em / 1.6em "Rufina", Georgia, serif;
          display: inline-block;
          margin: 0 15px 20px;
          text-transform: uppercase; }
      .eventscalendar #calendararea table tr .day {
        width: 54px;
        height: 45px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      .eventscalendar #calendararea table tr .date {
        height: 100%;
        text-align: center; }
        .eventscalendar #calendararea table tr .date > .daynumber {
          color: #fff;
          font: 100 2em / 1.5em "Rufina", Georgia, serif;
          display: block;
          width: 100%;
          height: 100%;
          letter-spacing: 1px;
          cursor: pointer; }
      .eventscalendar #calendararea table tr ul {
        list-style: none outside none;
        margin: 0;
        padding: 0; }
        .eventscalendar #calendararea table tr ul > li {
          list-style: none outside none;
          margin: 0;
          padding: 0;
          font-size: .857142em;
          line-height: 1.2em;
          margin: 0 0 .5em; }
      .eventscalendar #calendararea table .feedevent img.defaultThumb {
        border: none;
        max-width: 99%;
        margin-top: .3em; }
  .eventscalendar #calendar-date-info {
    float: left;
    max-width: 52%;
    margin-left: 3%; }
    .eventscalendar #calendar-date-info > h2 {
      text-transform: none;
      color: #8a9d12;
      margin: 1.5em 0 10px; }
    .eventscalendar #calendar-date-info > #calendar-date-content > p {
      font-weight: 600;
      font-size: 1.1em;
      line-height: 1.4em;
      margin-top: 0; }
  .eventscalendar #calendararea {
    margin-bottom: 30px;
    font-size: 1.4em; }
  .eventscalendar #calendar .events ul {
    list-style: none;
    padding-left: 6px; }
    .eventscalendar #calendar .events ul li {
      padding-bottom: 3px; }
  .eventscalendar #calendar #prevmon, .eventscalendar #calendar #nextmon, .eventscalendar #calendar h2 {
    display: inline; }
  .eventscalendar tr#dayrow th {
    color: #89867d;
    font: normal 1.2em / 0.8em "DistrictThin", "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align: center;
    text-transform: uppercase; }
  .eventscalendar tr.weekrow td {
    border: 1px solid #fff;
    vertical-align: top;
    width: 14%; }
  .eventscalendar #monthName {
    text-align: center; }
  .eventscalendar #prevmon, .eventscalendar #nextmon {
    text-align: center;
    margin: 0 auto; }
  .eventscalendar td#currentmon {
    padding: 0 0 20px;
    text-align: center;
    align-self: center; }
    .eventscalendar td#currentmon a {
      font-size: 4em; }
      .eventscalendar td#currentmon a:active, .eventscalendar td#currentmon a:hover {
        text-decoration: none; }
  .eventscalendar #stage-wrap td#currentmon h2 {
    background-image: none;
    font: bold 2em/1em Arial, Helvetica, sans-serif;
    float: left;
    text-transform: none;
    text-align: center;
    margin: -26px 0 0 20px;
    width: 250px; }
  .eventscalendar .date {
    color: #8E8E8E;
    font-weight: bold; }
  .eventscalendar .switchEventView {
    font-size: 1.4em !important;
    font: bold 16px Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
    text-align: right;
    font-family: 'Gotham A', 'Gotham B', Verdana, Helvetica, Arial, sans-serif; }
  .eventscalendar .switchCalendarView {
    font: bold 16px Arial, Helvetica, sans-serif;
    text-align: right;
    padding: 17px 0;
    position: absolute;
    top: 1em;
    right: 6em;
    font-family: 'Gotham A', 'Gotham B', Verdana, Helvetica, Arial, sans-serif; }
  .eventscalendar .events {
    min-height: 90px; }
  .eventscalendar td.outside-mon {
    background-color: #fff;
    color: #f7f7f7; }
  .eventscalendar #calendar .outside-mon ul li a {
    color: #f7f7f7 !important; }
  .eventscalendar #calendar tbody tr.weekrow td.outside-mon.outside-event div.day div.events ul li a {
    color: #fff; }
  .eventscalendar td.inside-event {
    background-color: #f7f7f7;
    color: #c1d82f; }
  .eventscalendar td.current-day {
    color: #fff; }
  .eventscalendar td.inside-event a:link, .eventscalendar td.inside-event a:visited, .eventscalendar td.inside-event a:hover, .eventscalendar td.inside-event a:active {
    color: #c1d82f; }
  .eventscalendar td.inside-event a .day {
    border: 3px solid #c1d82f; }
  .eventscalendar td.current-day a:link, .eventscalendar td.current-day a:visited, .eventscalendar td.current-day a:hover, .eventscalendar td.current-day a:active {
    color: #fff; }
  .eventscalendar td.current-day a .day {
    border: 3px solid #c1d82f; }
  @media screen and (max-width: 1050px) {
    .eventscalendar main.container {
      padding: 1em 2em 2.5em; }
    .eventscalendar #calendar-date-info {
      margin-left: 2.5%;
      max-width: 50%; }
    .eventscalendar #calendar-date-content .feedevent.compressed {
      height: 8em; }
    .eventscalendar #calendar-date-content .feedevent > a {
      height: 80px;
      margin-right: 2%;
      padding: 0 10px;
      width: 160px; }
    .eventscalendar #calendar-date-content .feedevent .eventinfo.right p.eventdesc {
      line-height: 1em;
      margin-bottom: 0;
      color: #2b2b2b; } }
  @media screen and (max-width: 650px) {
    .eventscalendar #feedevent-container {
      font-size: 2em; }
    .eventscalendar main .compressed {
      padding: 1.1em 0 0.3em; }
    .eventscalendar #eventdetails h1.hd-dark {
      font-size: 2.5em;
      margin: 10px 0 3px; } }

.event {
  /* Events */
  /* --- Individual Event --- */
  /* --- Events Listing --- */
  /* --- Sidebar --- */ }
  .event #stage {
    margin-top: 0; }
  .event main.container {
    font-size: 1.2em;
    margin-top: 5.4em;
    padding: 2.5em 4em 3em 3em; }
  .event .event.fullview {
    font-size: 1.2em; }
  .event main.container div.event.fullview div.eventText p span {
    color: #c1d82f !important; }
  @media screen and (max-width: 650px) {
    .event .eventText p span span strong {
      line-height: 1.2em; } }
  .event .compressed div p span strong {
    color: #8a9d12 !important; }
    .event .compressed div p span strong span {
      color: #8a9d12 !important; }
  .event p span strong span {
    color: #8a9d12 !important; }
  .event dl.events {
    margin: 0;
    padding: 0;
    margin-bottom: 20px; }
    .event dl.events dt, .event dl.events dd {
      margin: 0;
      padding: 0; }
    .event dl.events dt.eventsTitle, .event dl.events dd.eventsTitle {
      font: normal 1.6em/1em Georgia, "Times New Roman", Times, serif;
      margin-bottom: 3px; }
  .event dl.single-event dt.eventsTitle {
    font: normal 3em / 1em "DistrictThin", "Trebuchet MS", Arial, Helvetica, sans-serif; }
  .event dl.events dd.eventThumb {
    float: left;
    padding-right: 15px; }
    .event dl.events dd.eventThumb img {
      border: 7px solid #fff;
      -moz-box-shadow: 0 0 5px #999;
      -webkit-box-shadow: 0 0 5px #999;
      box-shadow: 0 0 5px #999; }
  .event dl.events dd.eventsDate {
    margin-bottom: 12px; }
  .event .visit-share {
    padding: 10px 0; }
    .event .visit-share ul li {
      float: left; }
  .event #stage-wrap h2, .event #stage-wrap h3 {
    clear: both;
    font: bold 12px/10px Arial, Helvetica, sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase; }
  .event #stage-wrap h2 span, .event #stage-wrap h3 span {
    background: #fff; }
  .event #stage-wrap .span-9 h3 {
    text-align: center;
    margin-top: 40px; }
  .event #stage-wrap h3 span {
    padding: 0 2px 0 5px; }
  .event #stage-wrap .span-9 h3 span {
    background-color: #f6f3ee; }
  .event dl dd.salesblock-title, .event dl dd.eventblock-title {
    border-bottom: 1px dotted #666;
    font: normal 16px/20px Georgia, "Times New Roman", Times, serif;
    padding-bottom: 18px;
    margin-bottom: 18px; }
  .event #stage .eventText {
    font-size: 16px; }
  @media screen and (max-width: 640px) {
    .event main.container {
      padding: 2em 1em 3em; } }
  .event .eventText p img {
    max-width: 95%;
    height: auto; }

.info {
  /* ----- Career Builder Widget ----- */
  /* Sponsored by Ad for Jobs */ }
  .info h2 {
    font-size: 1.6em; }
  .info img {
    max-width: 100%;
    margin-bottom: 0.5em; }
  .info .hours.span-8 {
    min-height: 24em; }
  .info .hours.span-6 {
    position: absolute;
    right: 5em;
    top: 2em; }
    .info .hours.span-6 table {
      border-collapse: separate;
      border-color: #2b2b2b;
      border-spacing: 5px; }
  .info #headerHours.left h3 {
    text-transform: none; }
  .info main.container div.span-15 div#middlecolumn div {
    height: 0.2em !important; }
  .info main.container p,
  .info main.container li {
    font-size: 1.15em; }
  .info main.container li {
    line-height: 1.5em; }
  .info .pressrelease {
    border-top: none;
    border-bottom: 1px solid #2b2b2b;
    padding: 0 0 1em; }
    .info .pressrelease.compressed p {
      font-size: 1.2em; }
      .info .pressrelease.compressed p a.link-button {
        font-size: 1em; }
  .info #mapDirectionsContainer {
    font-family: 'Gotham A', 'Gotham B', Verdana, Helvetica, Arial, sans-serif;
    font-weight: 400; }
    .info #mapDirectionsContainer strong {
      font-weight: 700;
      margin-bottom: .2em; }
  @media (max-width: 640px) {
    .info main.container {
      padding: 2em 2em 1.5em 1.5em; }
      .info main.container div.span-15 div#middlecolumn div {
        height: 0.5em !important; }
    .info #map-canvas {
      max-width: 100% !important; }
    .info .hours.span-6 {
      position: relative;
      right: 0em;
      top: -9em; } }
  .info .clearfix:before, .info .clearfix:after {
    content: " ";
    display: table; }
  .info .clearfix:after {
    clear: both; }
  .info table.FormContainer {
    font-family: 'Gotham A', 'Gotham B', Verdana, Helvetica, Arial, sans-serif;
    font-weight: 700;
    width: 60%; }
    .info table.FormContainer td.FormEntryLeft {
      text-align: right; }
    .info table.FormContainer tbody tr td button {
      padding: .2em 1em .32em;
      border-radius: 14px;
      margin-top: 2em; }
  .info .pressrelease {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 0 0 1em; }
    .info .pressrelease h3 {
      font-weight: 400;
      color: #ababab; }
    .info .pressrelease p.pressDate {
      font-size: 1.6em; }
    .info .pressrelease p a.link-button {
      font-size: 1.4em; }
  @media screen and (max-width: 650px) {
    .info .eventText p span span strong {
      line-height: 1.2em; } }
  .info .pressrelease {
    border-bottom: 1px solid #2b2b2b;
    border-top: 1px solid #ccc;
    padding: 0 0 1em; }
    .info .pressrelease h3 {
      font-weight: 400;
      color: #ababab; }
    .info .pressrelease p.pressDate {
      font-size: 1.6em; }
    .info .pressrelease p a.link-button {
      font-size: .9em; }
  @media screen and (max-width: 650px) {
    .info .eventText p span span strong {
      line-height: 1.2em; } }
  .info #jobWidget {
    /*padding:0 0 20px;*/
    background-color: #f4f4f4;
    border-radius: 10px;
    padding: 18px 12px 30px;
    margin: 0 0 22px;
    text-align: center;
    border: 3px solid #0095d3; }
    .info #jobWidget h2 {
      text-align: center;
      color: #8e8e8e !important;
      font: bold 22px / 21px "Helvetica Neue", Arial, Helvetica, sans-serif !important;
      text-transform: none !important; }
      .info #jobWidget h2 span {
        font-size: 11px;
        /*	font-style:italic;*/ }
    .info #jobWidget .jobWidgetField {
      display: inline-block;
      vertical-align: bottom;
      margin: 0 15px;
      text-align: left;
      max-width: 130px; }
      .info #jobWidget .jobWidgetField.jobWidgetSubmit input {
        margin: 0;
        background: #0095d3;
        border: 0;
        color: #f9df81;
        box-shadow: none;
        border-radius: 4px;
        cursor: pointer;
        height: 31px;
        font: bold 12px/19px Arial, Helvetica, sans-serif;
        text-transform: none;
        letter-spacing: 0;
        padding: 7px 28px;
        text-transform: none; }
        .info #jobWidget .jobWidgetField.jobWidgetSubmit input:hover, .info #jobWidget .jobWidgetField.jobWidgetSubmit input:active {
          background: #f9df81 !important;
          color: #0095d3 !important;
          box-shadow: none;
          text-transform: none !important; }
      .info #jobWidget .jobWidgetField label {
        font: bold 14px/21px "Helvetica Neue", Arial, Helvetica, sans-serif;
        margin: 0 10px 0 0;
        color: #0095d3; }
      .info #jobWidget .jobWidgetField input[type="text"] {
        background: -moz-linear-gradient(center top, #F0F0F0, #FEFEFE) repeat scroll 0 0 #F7F7F7;
        border: 1px solid #E4E4E4;
        border-radius: 4px;
        box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.2) inset;
        height: 1.8em;
        line-height: 1.8em;
        outline: medium none;
        padding: 0 1%;
        width: 128px;
        display: inline-block;
        font: italic 16px Arial, Helvetica, sans-serif;
        color: #a1a1a1; }
  .info #jobsBy {
    display: inline-block;
    padding: 0 0 0 5px;
    /*	margin:0 0 0 280px;*/ }
  .info h1 #jobsBy {
    letter-spacing: 0 !important; }
  .info .job {
    border-bottom: 1px solid #2b2b2b;
    padding: 1em 0 !important; }
  .info .job .right {
    width: 66%; }
  .info .job .right h3, .info .job .right h4 {
    margin: .2em 0 !important;
    font-weight: 400; }
  .info .job .right h3 {
    font-size: 1.4em; }
  .info .job .right h4 a {
    font: 400 .7em/.8em "Gotham A", "Gotham B", Verdana, Helvetica, Arial, sans-serif; }
  .info .job .right p {
    margin: 0; }
  @media screen and (max-width: 640px) {
    .info .job img {
      display: none; }
    .info .job .right {
      width: 95%; }
    .info .job .right p {
      display: none; } }

.store, .product {
  /*  #store-toparea > #store-toparea-info {
      padding-right: 334px; }*/
  /* ----- Facebook Feed ----- */
  /* ----- End Facebook Feed ----- */
  /*#store-deal-wrapper div.deal-content.active div.sale.compressed {
    height:13em;}*/
  /******************************/
  /*         Copied In          */
  /******************************/
  /******************************/
  /*       end copied in        */
  /******************************/ }
  .store .parkingMapLink, .product .parkingMapLink {
    display: none; }
  @media screen and (max-width: 600px) {
    .store main .compressed img, .product main .compressed img {
      float: none;
      margin: 0 auto .5em;
      max-width: 100%;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
    .store main .compressed .right, .product main .compressed .right {
      float: none;
      width: 100%; }
    .store main .compressed h3, .store main .compressed h4, .store main .compressed p, .product main .compressed h3, .product main .compressed h4, .product main .compressed p {
      text-align: left; }
    .store #store-deal-wrapper, .product #store-deal-wrapper {
      margin: 0; }
    .store #store-info, .product #store-info {
      margin: 10px 0;
      clear: both; }
      .store #store-info > ul, .product #store-info > ul {
        list-style: none;
        overflow: hidden;
        display: table;
        background-color: #2b2b2b;
        padding: 15px 0;
        width: 100%;
        vertical-align: middle;
        margin: 0; }
        .store #store-info > ul > li, .product #store-info > ul > li {
          display: table-cell;
          width: 25%;
          border-left: 1px solid #4e4e4e;
          border-right: 1px solid #858585;
          padding: 0 20px 20px;
          color: #fff; }
          .store #store-info > ul > li:first-child, .product #store-info > ul > li:first-child {
            border-left: 0; }
          .store #store-info > ul > li:last-child, .product #store-info > ul > li:last-child {
            border-right: 0; }
          .store #store-info > ul > li > h2, .product #store-info > ul > li > h2 {
            font-weight: 700;
            color: #ffffff;
            font-size: 0.9em;
            margin: 0 0 0.8em 0;
            text-transform: none; }
          .store #store-info > ul > li > a, .product #store-info > ul > li > a {
            color: #c1d82f;
            font-size: 1em; }
            .store #store-info > ul > li > a:hover, .store #store-info > ul > li > a:active, .product #store-info > ul > li > a:hover, .product #store-info > ul > li > a:active {
              color: #8a9d12; }
          .store #store-info > ul > li > p, .product #store-info > ul > li > p {
            color: #FFF;
            font-size: 1.2em;
            margin: 0.5em 0;
            line-height: 1.4em; } }
  @media screen and (max-width: 790px) {
    .store #store-info, .product #store-info {
      clear: both;
      text-align: center; }
      .store #store-info > ul, .product #store-info > ul {
        display: block;
        background: none;
        margin: 0;
        padding: 0 0 4% 0; }
        .store #store-info > ul > li, .product #store-info > ul > li {
          display: block;
          background-color: #2b2b2b;
          width: 100%;
          margin: 1% auto;
          border: none;
          padding: 1% 0; } }
  .store #store-toparea, .product #store-toparea {
    padding: 0 0 0.5em;
    overflow: hidden; }
    .store #store-toparea > a img, .product #store-toparea > a img {
      float: right;
      margin: 0 0 1em 4em; }
    .store #store-toparea > #store-toparea-info > img, .product #store-toparea > #store-toparea-info > img {
      margin-bottom: 6px; }
    .store #store-toparea > #store-toparea-info > h1, .product #store-toparea > #store-toparea-info > h1 {
      font-size: 1.4em;
      color: #666;
      margin: 0.5em 0 0.4em; }
    .store #store-toparea > #store-toparea-info > p, .product #store-toparea > #store-toparea-info > p {
      margin-left: .2em;
      font-size: 1.15em; }
  .store .storeSocial, .product .storeSocial {
    float: right;
    width: 325px;
    max-width: 100%;
    margin-left: 2em; }
    .store .storeSocial ul.tabs, .product .storeSocial ul.tabs {
      bottom: -1px;
      margin: 0px;
      padding: 0px;
      position: relative; }
      .store .storeSocial ul.tabs li, .product .storeSocial ul.tabs li {
        list-style: none;
        display: inline-block;
        margin: 0; }
        .store .storeSocial ul.tabs li a.tab, .product .storeSocial ul.tabs li a.tab {
          background-color: #F6F6F6;
          border: 1px solid #b0b0b0;
          border-width: 1px 1px 0;
          color: #A4A0A1;
          display: block;
          font-size: .85714286em;
          font-weight: bold;
          padding: 10px 5px 8px;
          text-align: center;
          text-decoration: none;
          text-transform: uppercase;
          width: 100px; }
          .store .storeSocial ul.tabs li a.tab:hover, .product .storeSocial ul.tabs li a.tab:hover {
            background-color: #ccc;
            color: #c1d82f; }
          .store .storeSocial ul.tabs li a.tab.active, .product .storeSocial ul.tabs li a.tab.active {
            background-color: #fff;
            border-bottom: 1px solid #fff;
            color: #8a9d12; }
    .store .storeSocial .socialcontent, .product .storeSocial .socialcontent {
      background-color: #fff;
      padding: 10px;
      border: 1px solid #b0b0b0; }
    .store .storeSocial #socialcontent_2, .product .storeSocial #socialcontent_2 {
      display: none; }
  .store #socialScroll, .product #socialScroll {
    position: relative; }
  .store #socialScroll ul.tabs,
  .store #socialScroll ul.tabs li, .product #socialScroll ul.tabs,
  .product #socialScroll ul.tabs li {
    list-style: none outside none;
    margin: 0;
    padding: 0; }
  .store #socialScroll ul.tabs, .product #socialScroll ul.tabs {
    margin-bottom: -1px; }
  .store #socialScroll ul.tabs li, .product #socialScroll ul.tabs li {
    list-style: none;
    display: inline-block;
    margin: 0; }
  .store #socialScroll ul.tabs li a, .product #socialScroll ul.tabs li a {
    background-color: #F6F6F6;
    border-width: 1px 1px 0;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 5px 8px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100px; }
  .store #socialScroll ul.tabs li a.active, .product #socialScroll ul.tabs li a.active {
    background-color: #ffffff;
    border-bottom: 1px solid #fff; }
  .store .socialcontent, .product .socialcontent {
    background-color: #ffffff; }
  .store #socialcontent_2, .product #socialcontent_2 {
    display: none;
    padding: 10px; }
  .store .salesEvents h2, .product .salesEvents h2 {
    clear: both; }
  .store #store-deal-container, .product #store-deal-container {
    overflow: hidden;
    margin-top: 3.5%; }
  .store #store-deal-tabs, .product #store-deal-tabs {
    padding: 0;
    margin: 0 0 1em; }
    .store #store-deal-tabs ul, .product #store-deal-tabs ul {
      padding: 0;
      margin: 0; }
  .store #store-deal-container #store-deal-tabs ul > li, .product #store-deal-container #store-deal-tabs ul > li {
    background: none;
    border-radius: 1.4em;
    color: #2b2b2b;
    display: block;
    font: 700 1.3em "Gotham A", "Gotham B", Verdana, Helvetica, Arial, sans-serif;
    padding: 0.2em 1em;
    margin-bottom: .5em;
    cursor: pointer;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    transition: 0.5s ease; }
    .store #store-deal-container #store-deal-tabs ul > li:first-child, .product #store-deal-container #store-deal-tabs ul > li:first-child {
      margin-top: 0; }
    .store #store-deal-container #store-deal-tabs ul > li.active, .product #store-deal-container #store-deal-tabs ul > li.active {
      color: #ffffff;
      background: #c1d82f;
      width: 9.8em; }
  .store #store-deal-wrapper, .product #store-deal-wrapper {
    float: left;
    width: 76%;
    margin-left: 1.7em; }
    .store #store-deal-wrapper h2, .product #store-deal-wrapper h2 {
      font: 2.2em "Rufina", Georgia, serif;
      color: #000;
      margin: 0 0 0.35em 0;
      text-transform: none; }
    .store #store-deal-wrapper .tabbed_section_content, .product #store-deal-wrapper .tabbed_section_content {
      display: none; }
      .store #store-deal-wrapper .tabbed_section_content.active, .product #store-deal-wrapper .tabbed_section_content.active {
        display: block; }
      .store #store-deal-wrapper .tabbed_section_content .deal, .store #store-deal-wrapper .tabbed_section_content .product, .product #store-deal-wrapper .tabbed_section_content .deal, .product #store-deal-wrapper .tabbed_section_content .product {
        border-bottom: 1px solid gray;
        position: relative;
        padding: 20px 0; }
        .store #store-deal-wrapper .tabbed_section_content .deal:before, .store #store-deal-wrapper .tabbed_section_content .deal:after, .store #store-deal-wrapper .tabbed_section_content .product:before, .store #store-deal-wrapper .tabbed_section_content .product:after, .product #store-deal-wrapper .tabbed_section_content .deal:before, .product #store-deal-wrapper .tabbed_section_content .deal:after, .product #store-deal-wrapper .tabbed_section_content .product:before, .product #store-deal-wrapper .tabbed_section_content .product:after {
          content: " ";
          display: table; }
        .store #store-deal-wrapper .tabbed_section_content .deal:after, .store #store-deal-wrapper .tabbed_section_content .product:after, .product #store-deal-wrapper .tabbed_section_content .deal:after, .product #store-deal-wrapper .tabbed_section_content .product:after {
          clear: both; }
        .store #store-deal-wrapper .tabbed_section_content .deal:first-child, .store #store-deal-wrapper .tabbed_section_content .product:first-child, .product #store-deal-wrapper .tabbed_section_content .deal:first-child, .product #store-deal-wrapper .tabbed_section_content .product:first-child {
          padding-top: 0; }
        .store #store-deal-wrapper .tabbed_section_content .deal:last-child, .store #store-deal-wrapper .tabbed_section_content .product:last-child, .product #store-deal-wrapper .tabbed_section_content .deal:last-child, .product #store-deal-wrapper .tabbed_section_content .product:last-child {
          border: 0; }
        .store #store-deal-wrapper .tabbed_section_content .deal h3 a, .store #store-deal-wrapper .tabbed_section_content .product h3 a, .product #store-deal-wrapper .tabbed_section_content .deal h3 a, .product #store-deal-wrapper .tabbed_section_content .product h3 a {
          color: #000;
          text-transform: none;
          line-height: 1.1em; }
          .store #store-deal-wrapper .tabbed_section_content .deal h3 a:hover, .store #store-deal-wrapper .tabbed_section_content .product h3 a:hover, .product #store-deal-wrapper .tabbed_section_content .deal h3 a:hover, .product #store-deal-wrapper .tabbed_section_content .product h3 a:hover {
            text-decoration: underline; }
        .store #store-deal-wrapper .tabbed_section_content .deal p, .store #store-deal-wrapper .tabbed_section_content .product p, .product #store-deal-wrapper .tabbed_section_content .deal p, .product #store-deal-wrapper .tabbed_section_content .product p {
          color: #666;
          font-size: 1em; }
        .store #store-deal-wrapper .tabbed_section_content .deal span, .store #store-deal-wrapper .tabbed_section_content .product span, .product #store-deal-wrapper .tabbed_section_content .deal span, .product #store-deal-wrapper .tabbed_section_content .product span {
          font-size: 1.1em;
          color: #666;
          font-weight: 400;
          line-height: 1.2em;
          padding-bottom: 5px;
          font: 400 1em "Gotham A", "Gotham B", Verdana, Helvetica, Arial, sans-serif; }
        .store #store-deal-wrapper .tabbed_section_content .deal .sale-info-wrapper, .store #store-deal-wrapper .tabbed_section_content .product .sale-info-wrapper, .product #store-deal-wrapper .tabbed_section_content .deal .sale-info-wrapper, .product #store-deal-wrapper .tabbed_section_content .product .sale-info-wrapper {
          float: left; }
          .store #store-deal-wrapper .tabbed_section_content .deal .sale-info-wrapper > .saleContent ul, .store #store-deal-wrapper .tabbed_section_content .product .sale-info-wrapper > .saleContent ul, .product #store-deal-wrapper .tabbed_section_content .deal .sale-info-wrapper > .saleContent ul, .product #store-deal-wrapper .tabbed_section_content .product .sale-info-wrapper > .saleContent ul {
            padding: 0 0 0 15px; }
            .store #store-deal-wrapper .tabbed_section_content .deal .sale-info-wrapper > .saleContent ul li, .store #store-deal-wrapper .tabbed_section_content .product .sale-info-wrapper > .saleContent ul li, .product #store-deal-wrapper .tabbed_section_content .deal .sale-info-wrapper > .saleContent ul li, .product #store-deal-wrapper .tabbed_section_content .product .sale-info-wrapper > .saleContent ul li {
              color: #666;
              font-size: 1em; }
        .store #store-deal-wrapper .tabbed_section_content .deal .sale-info-wrapper, .store #store-deal-wrapper .tabbed_section_content .product .sale-info-wrapper, .product #store-deal-wrapper .tabbed_section_content .deal .sale-info-wrapper, .product #store-deal-wrapper .tabbed_section_content .product .sale-info-wrapper {
          width: 75%;
          float: left;
          /*padding-right: 150px;*/
          margin-top: 12px; }
          .store #store-deal-wrapper .tabbed_section_content .deal .sale-info-wrapper h3.saleTitle, .store #store-deal-wrapper .tabbed_section_content .product .sale-info-wrapper h3.saleTitle, .product #store-deal-wrapper .tabbed_section_content .deal .sale-info-wrapper h3.saleTitle, .product #store-deal-wrapper .tabbed_section_content .product .sale-info-wrapper h3.saleTitle {
            font-weight: 700;
            line-height: .8em; }
          .store #store-deal-wrapper .tabbed_section_content .deal .sale-info-wrapper h5, .store #store-deal-wrapper .tabbed_section_content .product .sale-info-wrapper h5, .product #store-deal-wrapper .tabbed_section_content .deal .sale-info-wrapper h5, .product #store-deal-wrapper .tabbed_section_content .product .sale-info-wrapper h5 {
            margin: 13px 0 9px;
            font-size: 1.3em;
            text-transform: none;
            color: #666; }
          .store #store-deal-wrapper .tabbed_section_content .deal .sale-info-wrapper .sale-more-information, .store #store-deal-wrapper .tabbed_section_content .product .sale-info-wrapper .sale-more-information, .product #store-deal-wrapper .tabbed_section_content .deal .sale-info-wrapper .sale-more-information, .product #store-deal-wrapper .tabbed_section_content .product .sale-info-wrapper .sale-more-information {
            font-size: 1.15em; }
            .store #store-deal-wrapper .tabbed_section_content .deal .sale-info-wrapper .sale-more-information:hover, .store #store-deal-wrapper .tabbed_section_content .product .sale-info-wrapper .sale-more-information:hover, .product #store-deal-wrapper .tabbed_section_content .deal .sale-info-wrapper .sale-more-information:hover, .product #store-deal-wrapper .tabbed_section_content .product .sale-info-wrapper .sale-more-information:hover {
              color: #f48521;
              text-decoration: underline; }
        .store #store-deal-wrapper .tabbed_section_content .deal .sale-end-date, .store #store-deal-wrapper .tabbed_section_content .product .sale-end-date, .product #store-deal-wrapper .tabbed_section_content .deal .sale-end-date, .product #store-deal-wrapper .tabbed_section_content .product .sale-end-date {
          text-align: center;
          text-transform: uppercase;
          display: block;
          height: 30px;
          padding: 6px 18px;
          font: 400 1em "Gotham A", "Gotham B", Verdana, Helvetica, Arial, sans-serif;
          position: absolute;
          top: 30px;
          right: 0;
          /*width: 150px; */ }
          .store #store-deal-wrapper .tabbed_section_content .deal .sale-end-date.notice--ends-today, .store #store-deal-wrapper .tabbed_section_content .deal .sale-end-date.notice--ends-tomorrow, .store #store-deal-wrapper .tabbed_section_content .product .sale-end-date.notice--ends-today, .store #store-deal-wrapper .tabbed_section_content .product .sale-end-date.notice--ends-tomorrow, .product #store-deal-wrapper .tabbed_section_content .deal .sale-end-date.notice--ends-today, .product #store-deal-wrapper .tabbed_section_content .deal .sale-end-date.notice--ends-tomorrow, .product #store-deal-wrapper .tabbed_section_content .product .sale-end-date.notice--ends-today, .product #store-deal-wrapper .tabbed_section_content .product .sale-end-date.notice--ends-tomorrow {
            color: #FFF;
            background-color: #c90022; }
          .store #store-deal-wrapper .tabbed_section_content .deal .sale-end-date.notice--ends-within-week, .store #store-deal-wrapper .tabbed_section_content .product .sale-end-date.notice--ends-within-week, .product #store-deal-wrapper .tabbed_section_content .deal .sale-end-date.notice--ends-within-week, .product #store-deal-wrapper .tabbed_section_content .product .sale-end-date.notice--ends-within-week {
            color: #c90022;
            background-color: #FFF;
            border: 1px solid #c90022;
            padding: 6px 5px; }
          .store #store-deal-wrapper .tabbed_section_content .deal .sale-end-date.notice--ends-outside-week, .store #store-deal-wrapper .tabbed_section_content .product .sale-end-date.notice--ends-outside-week, .product #store-deal-wrapper .tabbed_section_content .deal .sale-end-date.notice--ends-outside-week, .product #store-deal-wrapper .tabbed_section_content .product .sale-end-date.notice--ends-outside-week {
            color: #333;
            background-color: #e1e1e1; }
        .store #store-deal-wrapper .tabbed_section_content .deal:first-child > .sale-end-date, .store #store-deal-wrapper .tabbed_section_content .product:first-child > .sale-end-date, .product #store-deal-wrapper .tabbed_section_content .deal:first-child > .sale-end-date, .product #store-deal-wrapper .tabbed_section_content .product:first-child > .sale-end-date {
          top: 10px; }
        .store #store-deal-wrapper .tabbed_section_content .deal:hover h3, .store #store-deal-wrapper .tabbed_section_content .deal:hover .sale-more-information, .store #store-deal-wrapper .tabbed_section_content .product:hover h3, .store #store-deal-wrapper .tabbed_section_content .product:hover .sale-more-information, .product #store-deal-wrapper .tabbed_section_content .deal:hover h3, .product #store-deal-wrapper .tabbed_section_content .deal:hover .sale-more-information, .product #store-deal-wrapper .tabbed_section_content .product:hover h3, .product #store-deal-wrapper .tabbed_section_content .product:hover .sale-more-information {
          text-decoration: underline; }
        .store #store-deal-wrapper .tabbed_section_content .deal:hover .thumb-wrap .deal-thumb-cover, .store #store-deal-wrapper .tabbed_section_content .product:hover .thumb-wrap .deal-thumb-cover, .product #store-deal-wrapper .tabbed_section_content .deal:hover .thumb-wrap .deal-thumb-cover, .product #store-deal-wrapper .tabbed_section_content .product:hover .thumb-wrap .deal-thumb-cover {
          opacity: 0.8; }
        .store #store-deal-wrapper .tabbed_section_content .deal .sale-info-wrapper, .store #store-deal-wrapper .tabbed_section_content .product .sale-info-wrapper, .product #store-deal-wrapper .tabbed_section_content .deal .sale-info-wrapper, .product #store-deal-wrapper .tabbed_section_content .product .sale-info-wrapper {
          width: 52%;
          font: 'Gotham A', 'Gotham B', Verdana, Helvetica, Arial, sans-serif !important;
          margin-top: 0; }
  @media screen and (max-width: 940px) {
    .store #store-deal-container #store-deal-tabs, .product #store-deal-container #store-deal-tabs {
      float: left;
      margin: 1% 3% 5% 0; }
      .store #store-deal-container #store-deal-tabs > ul, .product #store-deal-container #store-deal-tabs > ul {
        float: none;
        width: 100%; }
        .store #store-deal-container #store-deal-tabs > ul > li, .product #store-deal-container #store-deal-tabs > ul > li {
          text-align: center;
          width: 100%;
          -webkit-transition: 0.5s ease;
          -moz-transition: 0.5s ease;
          -ms-transition: 0.5s ease;
          transition: 0.5s ease; }
          .store #store-deal-container #store-deal-tabs > ul > li:first-child, .product #store-deal-container #store-deal-tabs > ul > li:first-child {
            margin-top: 0; }
          .store #store-deal-container #store-deal-tabs > ul > li.active, .product #store-deal-container #store-deal-tabs > ul > li.active {
            width: 100%; }
    .store #store-deal-wrapper, .product #store-deal-wrapper {
      float: left;
      max-width: 80%; }
      .store #store-deal-wrapper .tabbed_section_content .deal .sale-info-wrapper, .product #store-deal-wrapper .tabbed_section_content .deal .sale-info-wrapper {
        max-width: 100%; } }
  @media screen and (max-width: 600px) {
    .store .storeSocial, .product .storeSocial {
      display: none; }
    .store body.sales #store-deal-container, .product body.sales #store-deal-container {
      margin-bottom: 0; }
    .store #store-deal-container, .product #store-deal-container {
      margin-bottom: 0; }
    .store body.sales #store-deal-container #store-deal-tabs, .store #store-deal-container #store-deal-tabs, .product body.sales #store-deal-container #store-deal-tabs, .product #store-deal-container #store-deal-tabs {
      margin: 5% 0 8%; }
    .store #store-deal-wrapper, .product #store-deal-wrapper {
      margin-left: 0; }
    .store .thumb-wrap, .product .thumb-wrap {
      width: 152px;
      height: 132px;
      float: left;
      margin-right: 2.5%; }
      .store .thumb-wrap .deal-thumb-cover, .product .thumb-wrap .deal-thumb-cover {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: 50%;
        padding: 0;
        display: block;
        width: 150px;
        height: 130px;
        border: 1px solid #b0b0b0;
        box-shadow: none; }
      .store .thumb-wrap a.deal-thumb-cover, .product .thumb-wrap a.deal-thumb-cover {
        box-shadow: none; }
      .store .thumb-wrap .deal-thumb-cover:hover, .product .thumb-wrap .deal-thumb-cover:hover {
        opacity: 0.8;
        -webkit-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
        -ms-transition: 0.5s ease;
        transition: 0.5s ease; } }
  @media screen and (max-width: 940px) {
    .store body.sales #store-deal-tabs, .product body.sales #store-deal-tabs {
      margin-bottom: 5%; } }
  @media screen and (max-width: 1024px) {
    .store #store-deal-wrapper .tabbed_section_content .deal .sale-info-wrapper, .product #store-deal-wrapper .tabbed_section_content .deal .sale-info-wrapper {
      width: 72%; } }
  @media screen and (max-width: 985px) {
    .store h1, .product h1 {
      text-align: left; }
    .store #store-deal-wrapper .tabbed_section_content .deal .sale-info-wrapper h3.saleTitle, .product #store-deal-wrapper .tabbed_section_content .deal .sale-info-wrapper h3.saleTitle {
      width: 100%; }
    .store #store-deal-wrapper .tabbed_section_content .deal .sale-info-wrapper .saleContent, .product #store-deal-wrapper .tabbed_section_content .deal .sale-info-wrapper .saleContent {
      max-width: 60%; } }
  .store .sale-info-wrapper h3.saleTitle, .product .sale-info-wrapper h3.saleTitle {
    margin: 0; }
    .store .sale-info-wrapper h3.saleTitle a, .product .sale-info-wrapper h3.saleTitle a {
      margin: 0;
      font-size: 0.8em; }
  .store .sale-info-wrapper a.sale-more-information, .product .sale-info-wrapper a.sale-more-information {
    font-family: 'Gotham A', 'Gotham B', Verdana, Helvetica, Arial, sans-serif; }
  .store .store .sale-info-wrapper h5, .product .store .sale-info-wrapper h5 {
    font-family: 'Gotham A', 'Gotham B', Verdana, Helvetica, Arial, sans-serif; }
  .store #store-info, .product #store-info {
    margin: 10px 0;
    clear: both; }
    .store #store-info > ul, .product #store-info > ul {
      list-style: none;
      overflow: hidden;
      display: table;
      background-color: #2a2a2a;
      padding: 15px 0;
      width: 100%;
      box-sizing: border-box;
      vertical-align: middle;
      margin: 0; }
      .store #store-info > ul > li, .product #store-info > ul > li {
        display: table-cell;
        width: 25%;
        border-left: 1px solid #4e4e4e;
        border-right: 1px solid #858585;
        padding: 0 20px 20px;
        color: #fff; }
        .store #store-info > ul > li:first-child, .product #store-info > ul > li:first-child {
          border-left: 0; }
        .store #store-info > ul > li:last-child, .product #store-info > ul > li:last-child {
          border-right: 0; }
        .store #store-info > ul > li > h2, .product #store-info > ul > li > h2 {
          font-weight: 700;
          color: #FFF;
          font-size: 0.9em;
          margin: 0 0 0.8em 0;
          text-transform: none; }
        .store #store-info > ul > li > a, .product #store-info > ul > li > a {
          color: #f48521;
          font-size: 1em; }
        .store #store-info > ul > li > p, .product #store-info > ul > li > p {
          color: #FFF;
          font-size: 1.2em;
          margin: 0.5em 0;
          line-height: 1.4em; }
  @media screen and (max-width: 790px) {
    .store #store-deal-wrapper .tabbed_section_content .deal .sale-info-wrapper, .product #store-deal-wrapper .tabbed_section_content .deal .sale-info-wrapper {
      width: 100%;
      padding: .25em 0 0 0; }
    .store h1, .product h1 {
      text-align: left; }
    .store .thumb-wrap, .product .thumb-wrap {
      display: none; }
    .store #store-deal-container #store-deal-tabs, .product #store-deal-container #store-deal-tabs {
      float: none;
      display: block;
      width: 100%; }
    .store #store-deal-container div#store-deal-tabs ul li, .product #store-deal-container div#store-deal-tabs ul li {
      font-size: 1.5em; }
    .store #store-deal-wrapper, .product #store-deal-wrapper {
      max-width: 100%;
      width: 100%;
      margin-left: 0; }
      .store #store-deal-wrapper h2, .product #store-deal-wrapper h2 {
        display: none; }
      .store #store-deal-wrapper .tabbed_section_content .deal, .product #store-deal-wrapper .tabbed_section_content .deal {
        padding: 1em 0; }
        .store #store-deal-wrapper .tabbed_section_content .deal .sale-info-wrapper h3.saleTitle, .product #store-deal-wrapper .tabbed_section_content .deal .sale-info-wrapper h3.saleTitle {
          margin-bottom: .2em; } }
@media screen and (max-width: 790px) and (max-width: 480px) {
  .store main.container, .product main.container {
    padding: 1em 1em 1em 1.3em; }
  .store #store-deal-wrapper, .product #store-deal-wrapper {
    margin-left: 0; }
  .store #store-toparea, .product #store-toparea {
    padding: 0 0 1em; }
    .store #store-toparea a, .product #store-toparea a {
      display: none; }
    .store #store-toparea > #store-toparea-info, .product #store-toparea > #store-toparea-info {
      padding-right: 0; }
  .store #store-info > ul, .product #store-info > ul {
    background-color: #fff;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    width: 100%;
    padding: 0 0 1.5em; }
    .store #store-info > ul > li, .product #store-info > ul > li {
      background-color: #2a2a2a;
      color: #fff;
      display: block;
      padding: 1em;
      width: 100%;
      text-align: center;
      margin: .5em 0; }
      .store #store-info > ul > li > h2, .product #store-info > ul > li > h2 {
        font-size: 1.9em;
        line-height: 1.3em;
        text-transform: uppercase;
        margin: 0; }
      .store #store-info > ul > li > p, .product #store-info > ul > li > p {
        font-size: 1.8em;
        line-height: 1.2em;
        margin: 0; }
  .store #store-deal-container div.left, .product #store-deal-container div.left {
    float: none; }
  .store #store-deal-container #store-deal-tabs ul li, .product #store-deal-container #store-deal-tabs ul li {
    font: 700 1.7em "Gotham A", "Gotham B", Verdana, Helvetica, Arial, sans-serif; }
  .store #store-deal-wrapper, .product #store-deal-wrapper {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0; }
  .store #store-deal-container div#store-deal-wrapper div.tabbed_section_content.active h2, .product #store-deal-container div#store-deal-wrapper div.tabbed_section_content.active h2 {
    display: none; }
  .store #store-deal-container div#store-deal-wrapper div.tabbed_section_content.active div.sale.compressed, .store #store-deal-container div#store-deal-wrapper div.tabbed_section_content.active div.sale.tabbed_section_compressed, .product #store-deal-container div#store-deal-wrapper div.tabbed_section_content.active div.sale.compressed, .product #store-deal-container div#store-deal-wrapper div.tabbed_section_content.active div.sale.tabbed_section_compressed {
    padding: .9em 0 1em .7em; }
    .store #store-deal-container div#store-deal-wrapper div.tabbed_section_content.active div.sale.compressed div.sale-info-wrapper h3.saleTitle, .store #store-deal-container div#store-deal-wrapper div.tabbed_section_content.active div.sale.tabbed_section_compressed div.sale-info-wrapper h3.saleTitle, .product #store-deal-container div#store-deal-wrapper div.tabbed_section_content.active div.sale.compressed div.sale-info-wrapper h3.saleTitle, .product #store-deal-container div#store-deal-wrapper div.tabbed_section_content.active div.sale.tabbed_section_compressed div.sale-info-wrapper h3.saleTitle {
      margin: 0; }
  .store #store-deal-wrapper .tabbed_section_content .deal .sale-end-date, .product #store-deal-wrapper .tabbed_section_content .deal .sale-end-date {
    font-size: 1.2em;
    padding-top: .55em; } }
@media screen and (max-width: 790px) and (max-width: 320px) {
  .store #store-deal-wrapper .tabbed_section_content .deal .sale-end-date, .product #store-deal-wrapper .tabbed_section_content .deal .sale-end-date {
    font-size: 1.2em;
    padding-top: .6em; } }

  .store .thumb-wrap, .product .thumb-wrap {
    float: left;
    margin: 0 1em 0 0; }
  .store a.deal-thumb-cover, .product a.deal-thumb-cover {
    display: block;
    width: 150px;
    height: 150px;
    background-size: cover;
    background-position-x: center;
    background-position-y: center; }
  .store #more-prods-text, .product #more-prods-text {
    display: block;
    color: #8a9d12;
    font-family: 'Gotham A', 'Gotham B',  Verdana, Helvetica, Arial, sans-serif;
    cursor: pointer;
    margin: 1em 0; }
  .store .products-view-all > .prod-wrap, .product .products-view-all > .prod-wrap {
    width: 100%;
    display: none; }
  .store .clear, .product .clear {
    clear: both; }
  .store h1, .product h1 {
    font-size: 2em;
    transform: none;
    margin: 2% 0; }
  .store h2, .product h2 {
    font-size: 1.2em;
    transform: none;
    margin: 3% 0;
    color: #8a9d12; }
    .store h2 a:link, .store h2 a:visited, .product h2 a:link, .product h2 a:visited {
      font-size: 1.2em;
      transform: none;
      margin: 3% 0;
      color: #8a9d12; }
  .store p, .product p {
    margin: 2% 0; }
  .store #stage .product-top-logo, .product #stage .product-top-logo {
    text-align: center;
    margin: 0 auto 4.5%;
    width: 30%;
    background-color: #FFF;
    display: block;
    -webkit-box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1); }
  .store #stage .product-image-wrapper, .product #stage .product-image-wrapper {
    position: relative;
    float: left;
    background-color: #d9d9d9;
    border: 1px solid gray;
    width: 50%;
    height: 45em;
    text-align: center;
    margin: 0 2% 5% 0;
    overflow: hidden; }
    .store #stage .product-image-wrapper img, .product #stage .product-image-wrapper img {
      position: absolute;
      vertical-align: middle;
      display: inline-block;
      min-height: 100%;
      max-width: 100%;
      margin: auto;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
  .store #stage .product-content-wrapper, .product #stage .product-content-wrapper {
    float: left;
    width: 47%; }
    .store #stage .product-content-wrapper > ul, .product #stage .product-content-wrapper > ul {
      padding: 0 0 0 15px; }
    .store #stage .product-content-wrapper > h1, .product #stage .product-content-wrapper > h1 {
      text-transform: none; }
    .store #stage .product-content-wrapper h2 a, .product #stage .product-content-wrapper h2 a {
      text-transform: none; }
    .store #stage .product-content-wrapper > h2 a:hover, .product #stage .product-content-wrapper > h2 a:hover {
      color: #c1d82f;
      text-decoration: underline; }
    .store #stage .product-content-wrapper > h3, .product #stage .product-content-wrapper > h3 {
      float: left;
      margin-right: 0.75em;
      margin-top: 1.5em;
      clear: both; }
    .store #stage .product-content-wrapper > .visit-share, .product #stage .product-content-wrapper > .visit-share {
      padding: 3% 0 1% 0; }
    .store #stage .product-content-wrapper .related-content-wrapper, .product #stage .product-content-wrapper .related-content-wrapper {
      border-top: 1px solid #666;
      margin-top: 5%; }
      .store #stage .product-content-wrapper .related-content-wrapper ul.related-content, .product #stage .product-content-wrapper .related-content-wrapper ul.related-content {
        float: left;
        clear: both;
        padding: 0;
        width: 100%;
        margin: 0; }
        .store #stage .product-content-wrapper .related-content-wrapper ul.related-content li, .product #stage .product-content-wrapper .related-content-wrapper ul.related-content li {
          list-style-type: none;
          float: left;
          clear: none;
          background: #3a3a3a;
          cursor: pointer;
          margin: 0.15em;
          padding: 0.5em 1em;
          position: relative;
          text-transform: uppercase;
          width: 25%;
          text-align: center; }
          .store #stage .product-content-wrapper .related-content-wrapper ul.related-content li a, .product #stage .product-content-wrapper .related-content-wrapper ul.related-content li a {
            color: #fff;
            font-size: 0.9em; }
          .store #stage .product-content-wrapper .related-content-wrapper ul.related-content li:hover, .product #stage .product-content-wrapper .related-content-wrapper ul.related-content li:hover {
            background: #be9a1c; }
    .store #stage .product-content-wrapper .more-products-wrapper, .product #stage .product-content-wrapper .more-products-wrapper {
      border-top: 1px solid #666;
      margin: 5% 0; }
      .store #stage .product-content-wrapper .more-products-wrapper h3, .product #stage .product-content-wrapper .more-products-wrapper h3 {
        font-size: 1.5em;
        margin-bottom: .5em; }
  .store .related-content-wrapper h3, .product .related-content-wrapper h3 {
    font-size: 1.5em;
    margin-bottom: .5em; }
  .store #stage .product-content-wrapper .more-products-wrapper ul.more-products, .product #stage .product-content-wrapper .more-products-wrapper ul.more-products {
    list-style-type: none;
    float: left;
    padding: 0;
    margin: 0;
    width: 100%; }
    .store #stage .product-content-wrapper .more-products-wrapper ul.more-products li, .product #stage .product-content-wrapper .more-products-wrapper ul.more-products li {
      float: left;
      margin: .4em 1em .4em 0;
      overflow: hidden;
      width: 21%;
      border: 1px solid gray; }
      .store #stage .product-content-wrapper .more-products-wrapper ul.more-products li > .thumb-more-products, .product #stage .product-content-wrapper .more-products-wrapper ul.more-products li > .thumb-more-products {
        width: 100%;
        display: block;
        height: 85px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: 50%; }
  @media screen and (max-width: 1060px) {
    .store #stage .product-top-logo, .product #stage .product-top-logo {
      margin-top: 0; } }
  @media screen and (max-width: 920px) {
    .store #stage .product-content-wrapper .related-content-wrapper ul.related-content li, .product #stage .product-content-wrapper .related-content-wrapper ul.related-content li {
      list-style-type: none;
      clear: both; } }
  @media screen and (max-width: 790px) {
    .store #stage .product-image-wrapper, .product #stage .product-image-wrapper {
      float: none;
      width: 100%;
      height: auto;
      text-align: center; }
      .store #stage .product-image-wrapper img, .product #stage .product-image-wrapper img {
        position: static;
        margin: 10px auto; }
    .store #stage .product-content-wrapper, .product #stage .product-content-wrapper {
      width: 100%;
      margin: 0 auto;
      float: none; }
      .store #stage .product-content-wrapper .related-content-wrapper ul.related-content li, .product #stage .product-content-wrapper .related-content-wrapper ul.related-content li {
        margin: 0.15em auto; }
      .store #stage .product-content-wrapper .more-products-wrapper ul.more-products, .product #stage .product-content-wrapper .more-products-wrapper ul.more-products {
        float: left;
        margin: 0 0 2% 0; } }
  @media screen and (max-width: 600px) {
    .store #stage .product-content-wrapper .more-products-wrapper ul.more-products li, .product #stage .product-content-wrapper .more-products-wrapper ul.more-products li {
      float: left;
      width: 40%;
      margin: 1em; } }

.sales {
  /*  #store-toparea > #store-toparea-info {
      padding-right: 334px; }*/
  /* ----- Facebook Feed ----- */
  /* ----- End Facebook Feed ----- */
  /*#store-deal-wrapper div.deal-content.active div.sale.compressed {
    height:13em;}*/
  /******************************/
  /*         Copied In          */
  /******************************/
  /******************************/
  /*       end copied in        */
  /******************************/
  /* Do we want to show this? Not in comp */
  /******************************/
  /*         sale.cfm           */
  /******************************/
  /******************************/
  /*        end sale.cfm        */
  /******************************/
  /******************************/
  /*        sales.cfm           */
  /******************************/
  /******************************/
  /*       end sales.cfm        */
  /******************************/
  /* Sales Listing */ }
  .sales .parkingMapLink {
    display: none; }
  @media screen and (max-width: 600px) {
    .sales main .compressed img {
      float: none;
      margin: 0 auto .5em;
      max-width: 100%;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
    .sales main .compressed .right {
      float: none;
      width: 100%; }
    .sales main .compressed h3, .sales main .compressed h4, .sales main .compressed p {
      text-align: left; }
    .sales #store-deal-wrapper {
      margin: 0; }
    .sales #store-info {
      margin: 10px 0;
      clear: both; }
      .sales #store-info > ul {
        list-style: none;
        overflow: hidden;
        display: table;
        background-color: #2b2b2b;
        padding: 15px 0;
        width: 100%;
        vertical-align: middle;
        margin: 0; }
        .sales #store-info > ul > li {
          display: table-cell;
          width: 25%;
          border-left: 1px solid #4e4e4e;
          border-right: 1px solid #858585;
          padding: 0 20px 20px;
          color: #fff; }
          .sales #store-info > ul > li:first-child {
            border-left: 0; }
          .sales #store-info > ul > li:last-child {
            border-right: 0; }
          .sales #store-info > ul > li > h2 {
            font-weight: 700;
            color: #ffffff;
            font-size: 0.9em;
            margin: 0 0 0.8em 0;
            text-transform: none; }
          .sales #store-info > ul > li > a {
            color: #c1d82f;
            font-size: 1em; }
            .sales #store-info > ul > li > a:hover, .sales #store-info > ul > li > a:active {
              color: #8a9d12; }
          .sales #store-info > ul > li > p {
            color: #FFF;
            font-size: 1.2em;
            margin: 0.5em 0;
            line-height: 1.4em; } }
  @media screen and (max-width: 790px) {
    .sales #store-info {
      clear: both;
      text-align: center; }
      .sales #store-info > ul {
        display: block;
        background: none;
        margin: 0;
        padding: 0 0 4% 0; }
        .sales #store-info > ul > li {
          display: block;
          background-color: #2b2b2b;
          width: 100%;
          margin: 1% auto;
          border: none;
          padding: 1% 0; } }
  .sales #store-toparea {
    padding: 0 0 0.5em;
    overflow: hidden; }
    .sales #store-toparea > a img {
      float: right;
      margin: 0 0 1em 4em; }
    .sales #store-toparea > #store-toparea-info > img {
      margin-bottom: 6px; }
    .sales #store-toparea > #store-toparea-info > h1 {
      font-size: 1.4em;
      color: #666;
      margin: 0.5em 0 0.4em; }
    .sales #store-toparea > #store-toparea-info > p {
      margin-left: .2em;
      font-size: 1.15em; }
  .sales .storeSocial {
    float: right;
    width: 325px;
    max-width: 100%;
    margin-left: 2em; }
    .sales .storeSocial ul.tabs {
      bottom: -1px;
      margin: 0px;
      padding: 0px;
      position: relative; }
      .sales .storeSocial ul.tabs li {
        list-style: none;
        display: inline-block;
        margin: 0; }
        .sales .storeSocial ul.tabs li a.tab {
          background-color: #F6F6F6;
          border: 1px solid #b0b0b0;
          border-width: 1px 1px 0;
          color: #A4A0A1;
          display: block;
          font-size: .85714286em;
          font-weight: bold;
          padding: 10px 5px 8px;
          text-align: center;
          text-decoration: none;
          text-transform: uppercase;
          width: 100px; }
          .sales .storeSocial ul.tabs li a.tab:hover {
            background-color: #ccc;
            color: #c1d82f; }
          .sales .storeSocial ul.tabs li a.tab.active {
            background-color: #fff;
            border-bottom: 1px solid #fff;
            color: #8a9d12; }
    .sales .storeSocial .socialcontent {
      background-color: #fff;
      padding: 10px;
      border: 1px solid #b0b0b0; }
    .sales .storeSocial #socialcontent_2 {
      display: none; }
  .sales #socialScroll {
    position: relative; }
  .sales #socialScroll ul.tabs,
  .sales #socialScroll ul.tabs li {
    list-style: none outside none;
    margin: 0;
    padding: 0; }
  .sales #socialScroll ul.tabs {
    margin-bottom: -1px; }
  .sales #socialScroll ul.tabs li {
    list-style: none;
    display: inline-block;
    margin: 0; }
  .sales #socialScroll ul.tabs li a {
    background-color: #F6F6F6;
    border-width: 1px 1px 0;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 5px 8px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100px; }
  .sales #socialScroll ul.tabs li a.active {
    background-color: #ffffff;
    border-bottom: 1px solid #fff; }
  .sales .socialcontent {
    background-color: #ffffff; }
  .sales #socialcontent_2 {
    display: none;
    padding: 10px; }
  .sales .salesEvents h2 {
    clear: both; }
  .sales #store-deal-container {
    overflow: hidden;
    margin-top: 3.5%; }
  .sales #store-deal-tabs {
    padding: 0;
    margin: 0 0 1em; }
    .sales #store-deal-tabs ul {
      padding: 0;
      margin: 0; }
  .sales #store-deal-container #store-deal-tabs ul > li {
    background: none;
    border-radius: 1.4em;
    color: #2b2b2b;
    display: block;
    font: 700 1.3em "Gotham A", "Gotham B", Verdana, Helvetica, Arial, sans-serif;
    padding: 0.2em 1em;
    margin-bottom: .5em;
    cursor: pointer;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    transition: 0.5s ease; }
    .sales #store-deal-container #store-deal-tabs ul > li:first-child {
      margin-top: 0; }
    .sales #store-deal-container #store-deal-tabs ul > li.active {
      color: #ffffff;
      background: #c1d82f;
      width: 9.8em; }
  .sales #store-deal-wrapper {
    float: left;
    width: 76%;
    margin-left: 1.7em; }
    .sales #store-deal-wrapper h2 {
      font: 2.2em "Rufina", Georgia, serif;
      color: #000;
      margin: 0 0 0.35em 0;
      text-transform: none; }
    .sales #store-deal-wrapper .tabbed_section_content {
      display: none; }
      .sales #store-deal-wrapper .tabbed_section_content.active {
        display: block; }
      .sales #store-deal-wrapper .tabbed_section_content .deal, .sales #store-deal-wrapper .tabbed_section_content .product {
        border-bottom: 1px solid gray;
        position: relative;
        padding: 20px 0; }
        .sales #store-deal-wrapper .tabbed_section_content .deal:before, .sales #store-deal-wrapper .tabbed_section_content .deal:after, .sales #store-deal-wrapper .tabbed_section_content .product:before, .sales #store-deal-wrapper .tabbed_section_content .product:after {
          content: " ";
          display: table; }
        .sales #store-deal-wrapper .tabbed_section_content .deal:after, .sales #store-deal-wrapper .tabbed_section_content .product:after {
          clear: both; }
        .sales #store-deal-wrapper .tabbed_section_content .deal:first-child, .sales #store-deal-wrapper .tabbed_section_content .product:first-child {
          padding-top: 0; }
        .sales #store-deal-wrapper .tabbed_section_content .deal:last-child, .sales #store-deal-wrapper .tabbed_section_content .product:last-child {
          border: 0; }
        .sales #store-deal-wrapper .tabbed_section_content .deal h3 a, .sales #store-deal-wrapper .tabbed_section_content .product h3 a {
          color: #000;
          text-transform: none;
          line-height: 1.1em; }
          .sales #store-deal-wrapper .tabbed_section_content .deal h3 a:hover, .sales #store-deal-wrapper .tabbed_section_content .product h3 a:hover {
            text-decoration: underline; }
        .sales #store-deal-wrapper .tabbed_section_content .deal p, .sales #store-deal-wrapper .tabbed_section_content .product p {
          color: #666;
          font-size: 1em; }
        .sales #store-deal-wrapper .tabbed_section_content .deal span, .sales #store-deal-wrapper .tabbed_section_content .product span {
          font-size: 1.1em;
          color: #666;
          font-weight: 400;
          line-height: 1.2em;
          padding-bottom: 5px;
          font: 400 1em "Gotham A", "Gotham B", Verdana, Helvetica, Arial, sans-serif; }
        .sales #store-deal-wrapper .tabbed_section_content .deal .sale-info-wrapper, .sales #store-deal-wrapper .tabbed_section_content .product .sale-info-wrapper {
          float: left; }
          .sales #store-deal-wrapper .tabbed_section_content .deal .sale-info-wrapper > .saleContent ul, .sales #store-deal-wrapper .tabbed_section_content .product .sale-info-wrapper > .saleContent ul {
            padding: 0 0 0 15px; }
            .sales #store-deal-wrapper .tabbed_section_content .deal .sale-info-wrapper > .saleContent ul li, .sales #store-deal-wrapper .tabbed_section_content .product .sale-info-wrapper > .saleContent ul li {
              color: #666;
              font-size: 1em; }
        .sales #store-deal-wrapper .tabbed_section_content .deal .sale-info-wrapper, .sales #store-deal-wrapper .tabbed_section_content .product .sale-info-wrapper {
          width: 75%;
          float: left;
          /*padding-right: 150px;*/
          margin-top: 12px; }
          .sales #store-deal-wrapper .tabbed_section_content .deal .sale-info-wrapper h3.saleTitle, .sales #store-deal-wrapper .tabbed_section_content .product .sale-info-wrapper h3.saleTitle {
            font-weight: 700;
            line-height: .8em; }
          .sales #store-deal-wrapper .tabbed_section_content .deal .sale-info-wrapper h5, .sales #store-deal-wrapper .tabbed_section_content .product .sale-info-wrapper h5 {
            margin: 13px 0 9px;
            font-size: 1.3em;
            text-transform: none;
            color: #666; }
          .sales #store-deal-wrapper .tabbed_section_content .deal .sale-info-wrapper .sale-more-information, .sales #store-deal-wrapper .tabbed_section_content .product .sale-info-wrapper .sale-more-information {
            font-size: 1.15em; }
            .sales #store-deal-wrapper .tabbed_section_content .deal .sale-info-wrapper .sale-more-information:hover, .sales #store-deal-wrapper .tabbed_section_content .product .sale-info-wrapper .sale-more-information:hover {
              color: #f48521;
              text-decoration: underline; }
        .sales #store-deal-wrapper .tabbed_section_content .deal .sale-end-date, .sales #store-deal-wrapper .tabbed_section_content .product .sale-end-date {
          text-align: center;
          text-transform: uppercase;
          display: block;
          height: 30px;
          padding: 6px 18px;
          font: 400 1em "Gotham A", "Gotham B", Verdana, Helvetica, Arial, sans-serif;
          position: absolute;
          top: 30px;
          right: 0;
          /*width: 150px; */ }
          .sales #store-deal-wrapper .tabbed_section_content .deal .sale-end-date.notice--ends-today, .sales #store-deal-wrapper .tabbed_section_content .deal .sale-end-date.notice--ends-tomorrow, .sales #store-deal-wrapper .tabbed_section_content .product .sale-end-date.notice--ends-today, .sales #store-deal-wrapper .tabbed_section_content .product .sale-end-date.notice--ends-tomorrow {
            color: #FFF;
            background-color: #c90022; }
          .sales #store-deal-wrapper .tabbed_section_content .deal .sale-end-date.notice--ends-within-week, .sales #store-deal-wrapper .tabbed_section_content .product .sale-end-date.notice--ends-within-week {
            color: #c90022;
            background-color: #FFF;
            border: 1px solid #c90022;
            padding: 6px 5px; }
          .sales #store-deal-wrapper .tabbed_section_content .deal .sale-end-date.notice--ends-outside-week, .sales #store-deal-wrapper .tabbed_section_content .product .sale-end-date.notice--ends-outside-week {
            color: #333;
            background-color: #e1e1e1; }
        .sales #store-deal-wrapper .tabbed_section_content .deal:first-child > .sale-end-date, .sales #store-deal-wrapper .tabbed_section_content .product:first-child > .sale-end-date {
          top: 10px; }
        .sales #store-deal-wrapper .tabbed_section_content .deal:hover h3, .sales #store-deal-wrapper .tabbed_section_content .deal:hover .sale-more-information, .sales #store-deal-wrapper .tabbed_section_content .product:hover h3, .sales #store-deal-wrapper .tabbed_section_content .product:hover .sale-more-information {
          text-decoration: underline; }
        .sales #store-deal-wrapper .tabbed_section_content .deal:hover .thumb-wrap .deal-thumb-cover, .sales #store-deal-wrapper .tabbed_section_content .product:hover .thumb-wrap .deal-thumb-cover {
          opacity: 0.8; }
        .sales #store-deal-wrapper .tabbed_section_content .deal .sale-info-wrapper, .sales #store-deal-wrapper .tabbed_section_content .product .sale-info-wrapper {
          width: 52%;
          font: 'Gotham A', 'Gotham B', Verdana, Helvetica, Arial, sans-serif !important;
          margin-top: 0; }
  @media screen and (max-width: 940px) {
    .sales #store-deal-container #store-deal-tabs {
      float: left;
      margin: 1% 3% 5% 0; }
      .sales #store-deal-container #store-deal-tabs > ul {
        float: none;
        width: 100%; }
        .sales #store-deal-container #store-deal-tabs > ul > li {
          text-align: center;
          width: 100%;
          -webkit-transition: 0.5s ease;
          -moz-transition: 0.5s ease;
          -ms-transition: 0.5s ease;
          transition: 0.5s ease; }
          .sales #store-deal-container #store-deal-tabs > ul > li:first-child {
            margin-top: 0; }
          .sales #store-deal-container #store-deal-tabs > ul > li.active {
            width: 100%; }
    .sales #store-deal-wrapper {
      float: left;
      max-width: 80%; }
      .sales #store-deal-wrapper .tabbed_section_content .deal .sale-info-wrapper {
        max-width: 100%; } }
  @media screen and (max-width: 600px) {
    .sales .storeSocial {
      display: none; }
    .sales body.sales #store-deal-container {
      margin-bottom: 0; }
    .sales #store-deal-container {
      margin-bottom: 0; }
    .sales body.sales #store-deal-container #store-deal-tabs, .sales #store-deal-container #store-deal-tabs {
      margin: 5% 0 8%; }
    .sales #store-deal-wrapper {
      margin-left: 0; }
    .sales .thumb-wrap {
      width: 152px;
      height: 132px;
      float: left;
      margin-right: 2.5%; }
      .sales .thumb-wrap .deal-thumb-cover {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: 50%;
        padding: 0;
        display: block;
        width: 150px;
        height: 130px;
        border: 1px solid #b0b0b0;
        box-shadow: none; }
      .sales .thumb-wrap a.deal-thumb-cover {
        box-shadow: none; }
      .sales .thumb-wrap .deal-thumb-cover:hover {
        opacity: 0.8;
        -webkit-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
        -ms-transition: 0.5s ease;
        transition: 0.5s ease; } }
  @media screen and (max-width: 940px) {
    .sales body.sales #store-deal-tabs {
      margin-bottom: 5%; } }
  @media screen and (max-width: 1024px) {
    .sales #store-deal-wrapper .tabbed_section_content .deal .sale-info-wrapper {
      width: 72%; } }
  @media screen and (max-width: 985px) {
    .sales h1 {
      text-align: left; }
    .sales #store-deal-wrapper .tabbed_section_content .deal .sale-info-wrapper h3.saleTitle {
      width: 100%; }
    .sales #store-deal-wrapper .tabbed_section_content .deal .sale-info-wrapper .saleContent {
      max-width: 60%; } }
  .sales .sale-info-wrapper h3.saleTitle {
    margin: 0; }
    .sales .sale-info-wrapper h3.saleTitle a {
      margin: 0;
      font-size: 0.8em; }
  .sales .sale-info-wrapper a.sale-more-information {
    font-family: 'Gotham A', 'Gotham B', Verdana, Helvetica, Arial, sans-serif; }
  .sales .store .sale-info-wrapper h5 {
    font-family: 'Gotham A', 'Gotham B', Verdana, Helvetica, Arial, sans-serif; }
  .sales #store-info {
    margin: 10px 0;
    clear: both; }
    .sales #store-info > ul {
      list-style: none;
      overflow: hidden;
      display: table;
      background-color: #2a2a2a;
      padding: 15px 0;
      width: 100%;
      box-sizing: border-box;
      vertical-align: middle;
      margin: 0; }
      .sales #store-info > ul > li {
        display: table-cell;
        width: 25%;
        border-left: 1px solid #4e4e4e;
        border-right: 1px solid #858585;
        padding: 0 20px 20px;
        color: #fff; }
        .sales #store-info > ul > li:first-child {
          border-left: 0; }
        .sales #store-info > ul > li:last-child {
          border-right: 0; }
        .sales #store-info > ul > li > h2 {
          font-weight: 700;
          color: #FFF;
          font-size: 0.9em;
          margin: 0 0 0.8em 0;
          text-transform: none; }
        .sales #store-info > ul > li > a {
          color: #f48521;
          font-size: 1em; }
        .sales #store-info > ul > li > p {
          color: #FFF;
          font-size: 1.2em;
          margin: 0.5em 0;
          line-height: 1.4em; }
  @media screen and (max-width: 790px) {
    .sales #store-deal-wrapper .tabbed_section_content .deal .sale-info-wrapper {
      width: 100%;
      padding: .25em 0 0 0; }
    .sales h1 {
      text-align: left; }
    .sales .thumb-wrap {
      display: none; }
    .sales #store-deal-container #store-deal-tabs {
      float: none;
      display: block;
      width: 100%; }
    .sales #store-deal-container div#store-deal-tabs ul li {
      font-size: 1.5em; }
    .sales #store-deal-wrapper {
      max-width: 100%;
      width: 100%;
      margin-left: 0; }
      .sales #store-deal-wrapper h2 {
        display: none; }
      .sales #store-deal-wrapper .tabbed_section_content .deal {
        padding: 1em 0; }
        .sales #store-deal-wrapper .tabbed_section_content .deal .sale-info-wrapper h3.saleTitle {
          margin-bottom: .2em; } }
@media screen and (max-width: 790px) and (max-width: 480px) {
  .sales main.container {
    padding: 1em 1em 1em 1.3em; }
  .sales #store-deal-wrapper {
    margin-left: 0; }
  .sales #store-toparea {
    padding: 0 0 1em; }
    .sales #store-toparea a {
      display: none; }
    .sales #store-toparea > #store-toparea-info {
      padding-right: 0; }
  .sales #store-info > ul {
    background-color: #fff;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    width: 100%;
    padding: 0 0 1.5em; }
    .sales #store-info > ul > li {
      background-color: #2a2a2a;
      color: #fff;
      display: block;
      padding: 1em;
      width: 100%;
      text-align: center;
      margin: .5em 0; }
      .sales #store-info > ul > li > h2 {
        font-size: 1.9em;
        line-height: 1.3em;
        text-transform: uppercase;
        margin: 0; }
      .sales #store-info > ul > li > p {
        font-size: 1.8em;
        line-height: 1.2em;
        margin: 0; }
  .sales #store-deal-container div.left {
    float: none; }
  .sales #store-deal-container #store-deal-tabs ul li {
    font: 700 1.7em "Gotham A", "Gotham B", Verdana, Helvetica, Arial, sans-serif; }
  .sales #store-deal-wrapper {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0; }
  .sales #store-deal-container div#store-deal-wrapper div.tabbed_section_content.active h2 {
    display: none; }
  .sales #store-deal-container div#store-deal-wrapper div.tabbed_section_content.active div.sale.compressed, .sales #store-deal-container div#store-deal-wrapper div.tabbed_section_content.active div.sale.tabbed_section_compressed {
    padding: .9em 0 1em .7em; }
    .sales #store-deal-container div#store-deal-wrapper div.tabbed_section_content.active div.sale.compressed div.sale-info-wrapper h3.saleTitle, .sales #store-deal-container div#store-deal-wrapper div.tabbed_section_content.active div.sale.tabbed_section_compressed div.sale-info-wrapper h3.saleTitle {
      margin: 0; }
  .sales #store-deal-wrapper .tabbed_section_content .deal .sale-end-date {
    font-size: 1.2em;
    padding-top: .55em; } }
@media screen and (max-width: 790px) and (max-width: 320px) {
  .sales #store-deal-wrapper .tabbed_section_content .deal .sale-end-date {
    font-size: 1.2em;
    padding-top: .6em; } }

  .sales .thumb-wrap {
    float: left;
    margin: 0 1em 0 0; }
  .sales a.deal-thumb-cover {
    display: block;
    width: 150px;
    height: 150px;
    background-size: cover;
    background-position-x: center;
    background-position-y: center; }
  .sales .sorter {
    display: none; }
  .sales h1 {
    font-size: 3em;
    transform: none;
    margin: 0 0 2% 0; }
  .sales h2 {
    font-size: 1.2em;
    transform: none;
    margin: 3% 0; }
    .sales h2 a:link, .sales h2 a:visited {
      font-size: 1.2em;
      transform: none;
      margin: 3% 0; }
  .sales #stage main.container #store-logo-wrapper, .sales #stage main.container .logo {
    position: relative;
    text-align: center;
    margin: 0% auto 4%;
    width: 30%;
    background-color: #FFF;
    display: block;
    min-height: 6em;
    background-position: center;
    -webkit-box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1); }
    .sales #stage main.container #store-logo-wrapper > img, .sales #stage main.container .logo > img {
      position: absolute;
      vertical-align: middle;
      display: inline-block;
      max-height: 100%;
      max-width: 100%;
      margin: auto;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
  .sales #stage #deal-wrapper, .sales #stage .container {
    margin-bottom: 2em; }
    .sales #stage #deal-wrapper #deals-left-column, .sales #stage #deal-wrapper .layout__main, .sales #stage .container #deals-left-column, .sales #stage .container .layout__main {
      float: left;
      width: 50%;
      margin: 0 4% 0 0; }
      .sales #stage #deal-wrapper #deals-left-column #deal-image-wrapper, .sales #stage #deal-wrapper .layout__main #deal-image-wrapper, .sales #stage .container #deals-left-column #deal-image-wrapper, .sales #stage .container .layout__main #deal-image-wrapper {
        position: relative;
        background-color: #d9d9d9;
        border: 1px solid gray;
        height: 45em;
        text-align: center;
        overflow: hidden; }
        .sales #stage #deal-wrapper #deals-left-column #deal-image-wrapper > img, .sales #stage #deal-wrapper .layout__main #deal-image-wrapper > img, .sales #stage .container #deals-left-column #deal-image-wrapper > img, .sales #stage .container .layout__main #deal-image-wrapper > img {
          position: absolute;
          vertical-align: middle;
          display: inline-block;
          max-height: 100%;
          max-width: 100%;
          margin: auto;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0; }
      .sales #stage #deal-wrapper #deals-left-column > #deal-date, .sales #stage #deal-wrapper .layout__main > #deal-date, .sales #stage .container #deals-left-column > #deal-date, .sales #stage .container .layout__main > #deal-date {
        text-align: center;
        text-transform: uppercase;
        font-size: 1.4em;
        display: block;
        width: 100%;
        height: 40px;
        padding: 11px 0 9px;
        font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
        margin: 10px 0 0; }
        .sales #stage #deal-wrapper #deals-left-column > #deal-date.ends-day, .sales #stage #deal-wrapper .layout__main > #deal-date.ends-day, .sales #stage .container #deals-left-column > #deal-date.ends-day, .sales #stage .container .layout__main > #deal-date.ends-day {
          color: #c90022;
          background-color: #FFF;
          border: 1px solid #c90022; }
        .sales #stage #deal-wrapper #deals-left-column > #deal-date.ends-today, .sales #stage #deal-wrapper .layout__main > #deal-date.ends-today, .sales #stage .container #deals-left-column > #deal-date.ends-today, .sales #stage .container .layout__main > #deal-date.ends-today {
          color: #FFF;
          background-color: #c90022; }
        .sales #stage #deal-wrapper #deals-left-column > #deal-date.ends-date, .sales #stage #deal-wrapper .layout__main > #deal-date.ends-date, .sales #stage .container #deals-left-column > #deal-date.ends-date, .sales #stage .container .layout__main > #deal-date.ends-date {
          color: #333;
          background-color: #e1e1e1; }
    .sales #stage #deal-wrapper #deal-content-wrapper, .sales #stage #deal-wrapper .layout__aside, .sales #stage .container #deal-content-wrapper, .sales #stage .container .layout__aside {
      float: left;
      width: 45%; }
      .sales #stage #deal-wrapper #deal-content-wrapper span.ends-day, .sales #stage #deal-wrapper .layout__aside span.ends-day, .sales #stage .container #deal-content-wrapper span.ends-day, .sales #stage .container .layout__aside span.ends-day {
        margin: 0 0 1em;
        color: #c90022;
        float: none;
        text-align: center;
        text-transform: uppercase;
        display: block;
        background: #FFF;
        border: 1px solid #c90022;
        width: 148px;
        height: 23px;
        padding: 5px 0 0 0;
        font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif; }
      .sales #stage #deal-wrapper #deal-content-wrapper span.ends-today, .sales #stage #deal-wrapper .layout__aside span.ends-today, .sales #stage .container #deal-content-wrapper span.ends-today, .sales #stage .container .layout__aside span.ends-today {
        margin: 0 0 1em;
        color: #FFF;
        float: none;
        text-align: center;
        text-transform: uppercase;
        display: block;
        background: #c90022;
        width: 150px;
        height: 24px;
        padding: 6px 0 0 0;
        font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif; }
      .sales #stage #deal-wrapper #deal-content-wrapper span.ends-date, .sales #stage #deal-wrapper .layout__aside span.ends-date, .sales #stage .container #deal-content-wrapper span.ends-date, .sales #stage .container .layout__aside span.ends-date {
        margin: 0 0 1em;
        color: #333;
        float: none;
        text-align: center;
        text-transform: uppercase;
        display: block;
        background: #e1e1e1;
        width: 150px;
        height: 24px;
        padding: 6px 0 0 0;
        font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif; }
      .sales #stage #deal-wrapper #deal-content-wrapper .visit-share, .sales #stage #deal-wrapper .layout__aside .visit-share, .sales #stage .container #deal-content-wrapper .visit-share, .sales #stage .container .layout__aside .visit-share {
        padding: 3% 0 0; }
      .sales #stage #deal-wrapper #deal-content-wrapper p, .sales #stage #deal-wrapper .layout__aside p, .sales #stage .container #deal-content-wrapper p, .sales #stage .container .layout__aside p {
        font-family: 'Gotham A', 'Gotham B', Verdana, Helvetica, Arial, sans-serif;
        margin: 2% 0;
        color: #333;
        font-size: 1.15em;
        line-height: 1.5em; }
  @media screen and (max-width: 1060px) {
    .sales #stage #store-logo-wrapper, .sales main.container .logo {
      margin-top: 0; } }
  @media screen and (max-width: 790px) {
    .sales #stage #deal-wrapper #deals-left-column, .sales #stage #deal-wrapper .layout__main {
      width: 100%; }
      .sales #stage #deal-wrapper #deals-left-column #deal-date.ends-date, .sales #stage #deal-wrapper .layout__main #deal-date.ends-date {
        display: none; }
      .sales #stage #deal-wrapper #deals-left-column span, .sales #stage #deal-wrapper .layout__main span {
        display: none; }
        .sales #stage #deal-wrapper #deals-left-column span#deal-date, .sales #stage #deal-wrapper #deals-left-column span.ends-date, .sales #stage #deal-wrapper #deals-left-column span#deal-date.ends-date, .sales #stage #deal-wrapper .layout__main span#deal-date, .sales #stage #deal-wrapper .layout__main span.ends-date, .sales #stage #deal-wrapper .layout__main span#deal-date.ends-date {
          display: none; }
      .sales #stage #deal-wrapper #deals-left-column #deal-image-wrapper, .sales #stage #deal-wrapper .layout__main #deal-image-wrapper {
        width: 99%;
        height: 45em;
        margin: 0 auto 5%;
        float: none; }
    .sales #stage #deal-wrapper #deal-content-wrapper, .sales #stage #deal-wrapper .layout__aside {
      float: none;
      width: 100%; }
      .sales #stage #deal-wrapper #deal-content-wrapper > span.ends-day, .sales #stage #deal-wrapper #deal-content-wrapper > span.ends-today, .sales #stage #deal-wrapper #deal-content-wrapper > span.ends-date, .sales #stage #deal-wrapper .layout__aside > span.ends-day, .sales #stage #deal-wrapper .layout__aside > span.ends-today, .sales #stage #deal-wrapper .layout__aside > span.ends-date {
        display: none; }
      .sales #stage #deal-wrapper #deal-content-wrapper h2.dealsCompName, .sales #stage #deal-wrapper .layout__aside h2.dealsCompName {
        display: none; }
      .sales #stage #deal-wrapper #deal-content-wrapper .visit-share, .sales #stage #deal-wrapper .layout__aside .visit-share {
        text-align: center; } }
  @media screen and (max-width: 600px) {
    .sales #stage #deal-wrapper #deals-left-column, .sales .layout__main #deal-image-wrapper {
      height: 35em; } }
  @media screen and (max-width: 480px) {
    .sales #stage #deal-wrapper #deals-left-column, .sales .layout__main #deal-image-wrapper {
      height: 30em; } }
  @media screen and (max-width: 400px) {
    .sales #stage #deal-wrapper #deals-left-column, .sales .layout__main #deal-image-wrapper {
      height: 25em; } }
  .sales #deal-flow {
    overflow: visible;
    font-size: inherit; }
    .sales #deal-flow .container {
      padding: 0 !important; }
  .sales main.container {
    padding: 2em 3.2em 3em 2em; }
  .sales #store-deal-container {
    overflow: hidden;
    margin-top: 2%; }
  .sales #store-deal-tabs {
    padding: 0;
    margin: 0 0 1em; }
    .sales #store-deal-tabs ul {
      padding: 0;
      margin: 0; }
  .sales #store-deal-container #store-deal-tabs > ul > li {
    font: 700 1.3em "Gotham A", "Gotham B", Verdana, Helvetica, Arial, sans-serif;
    background: #fff;
    color: #2b2b2b;
    cursor: pointer;
    display: block;
    border-radius: 1.4em;
    margin-bottom: .5em;
    padding: .2em 1em;
    position: relative;
    width: 10.7em;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    transition: 0.5s ease; }
    .sales #store-deal-container #store-deal-tabs > ul > li:first-child {
      margin-top: 0; }
    .sales #store-deal-container #store-deal-tabs > ul > li.active {
      font: 700 1.3em "Gotham A", "Gotham B", Verdana, Helvetica, Arial, sans-serif;
      background: #c1d82f;
      color: #ffffff; }
  .sales #store-deal-wrapper {
    float: left;
    width: 76%; }
    .sales #store-deal-wrapper h2 {
      font: normal 3em / 1em "Rufina", Georgia, serif;
      color: #2b2b2b;
      margin: 0 0 0.35em 0;
      text-transform: none;
      display: none; }
    .sales #store-deal-wrapper > .deal-content {
      display: none;
      max-height: 3em;
      position: relative; }
      .sales #store-deal-wrapper > .deal-content.active {
        display: block; }
      .sales #store-deal-wrapper > .deal-content > .sale {
        margin: 0;
        /*  height:11.3em;
        margin-top:.9em;*/
        padding: 1.5em 0;
        border-bottom: .1em solid #2b2b2b; }
    .sales #store-deal-wrapper > .active > div.sale:nth-child(2) {
      margin-top: 0em; }
    .sales #store-deal-wrapper > .deal-content > .sale:last-child {
      border: 0; }
  .sales .saleTitle {
    margin: 0.5em 0 0.5em 0; }
  .sales #store-deal-wrapper > .deal-content > .sale .sale-info-wrapper {
    float: left;
    width: 26em;
    /*<<<See if this works*/
    /*  height: 8em;*/
    margin-bottom: 0px; }
    .sales #store-deal-wrapper > .deal-content > .sale .sale-info-wrapper a {
      font: 400 1.1em "Gotham A", "Gotham B", Verdana, Helvetica, Arial, sans-serif;
      text-transform: none;
      line-height: 1.1em;
      margin: 0 0 0.5em 0; }
    .sales #store-deal-wrapper > .deal-content > .sale .sale-info-wrapper h5 {
      font: 400 1.5em "Gotham A", "Gotham B", Verdana, Helvetica, Arial, sans-serif;
      color: #a7a9ac;
      text-transform: none;
      line-height: 1.1em;
      margin: .35em 0 0.5em 0; }
  .sales #store-deal-wrapper > .deal-content > .sale span {
    font-size: 1.4em;
    color: #2b2b2b;
    line-height: 1.2em;
    text-align: center;
    padding: .6em 0 .6em 0;
    float: right;
    text-transform: uppercase;
    font: 400 1em "Gotham A", "Gotham B", Verdana, Helvetica, Arial, sans-serif; }
  .sales #store-deal-wrapper > .deal-content > .sale .sale-info-wrapper .saleTitle a {
    font: 700 0.75em "Gotham A", "Gotham B", Verdana, Helvetica, Arial, sans-serif;
    color: #2b2b2b;
    text-transform: none;
    line-height: .9em; }
    .sales #store-deal-wrapper > .deal-content > .sale .sale-info-wrapper .saleTitle a:hover {
      text-decoration: underline; }
  .sales #store-deal-wrapper > .deal-content > .sale .sale-info-wrapper > .saleContent ul {
    padding: 0 0 0 15px; }
    .sales #store-deal-wrapper > .deal-content > .sale .sale-info-wrapper > .saleContent ul li {
      color: #666;
      font-size: 1em;
      width: 40em;
      height: 120px;
      float: left;
      margin-top: 12px;
      padding-right: 150px;
      width: 75%; }
  .sales #store-deal-wrapper > .deal-content > .sale > .sale-end-date {
    /*    margin: 15px 0 0;*/
    position: relative;
    top: 0;
    background-color: #e1e1e1;
    padding: 6px 18px; }
  .sales #store-deal-wrapper > .deal-content > .sale > .sale-end-date {
    /*    margin: 15px 0 0;*/
    position: relative;
    top: 0;
    background-color: #e1e1e1; }
  @media screen and (max-width: 940px) {
    .sales #store-deal-container #store-deal-tabs {
      width: 100%;
      margin: 2% 0 5%; }
      .sales #store-deal-container #store-deal-tabs > ul {
        float: none;
        width: 100%; }
        .sales #store-deal-container #store-deal-tabs > ul > li {
          text-align: center;
          width: 100%;
          -webkit-transition: 0.5s ease;
          -moz-transition: 0.5s ease;
          -ms-transition: 0.5s ease;
          transition: 0.5s ease; }
          .sales #store-deal-container #store-deal-tabs > ul > li:first-child {
            margin-top: 0; }
          .sales #store-deal-container #store-deal-tabs > ul > li.active {
            width: 100%; }
    .sales #store-deal-wrapper {
      float: none;
      max-width: 100%;
      width: 100%; }
      .sales #store-deal-wrapper > .deal-content > .sale .sale-info-wrapper {
        max-width: 100%; } }
  @media screen and (max-width: 785px) {
    .sales #store-deal-container, .sales.store #store-deal-container {
      margin-bottom: 3em; }
    .sales #store-deal-container h2, .sales.store #store-deal-container h2 {
      display: none; }
    .sales #store-deal-wrapper > .deal-content > .sale > .sale-end-date, .sales.store #store-deal-wrapper > .deal-content > .sale > .sale-end-date {
      float: left;
      margin: 13px 0 0;
      position: relative;
      top: 0;
      background-color: #e1e1e1; }
    .sales #store-toparea > #store-toparea-info, .sales.store #store-toparea > #store-toparea-info {
      text-align: center;
      padding-right: 0; }
    .sales #store-toparea > #store-toparea-info p, .sales.store #store-toparea > #store-toparea-info p, .sales.sales h1#mallLogo, .sales.store h1#mallLogo {
      text-align: left; }
    .sales section#store-info, .sales.store section#store-info {
      margin: 0; }
    .sales section#store-info ul, .sales.store section#store-info ul {
      padding: 0; }
    .sales section#store-toparea, .sales.store section#store-toparea {
      padding: 0.5em 0; }
    .sales section#store-toparea a img, .sales.store section#store-toparea a img {
      display: none; } }
  @media screen and (max-width: 640px) {
    .sales main.container, .sales #deal-flow > .container {
      padding: 2em 2em 3em 1.75em; }
    .sales.sales #store-deal-container, .sales.store #store-deal-container {
      margin-bottom: 0; }
    .sales.sales #store-deal-container #store-deal-tabs, .sales.store #store-deal-container #store-deal-tabs {
      margin: 5% 0 8%; }
    .sales #store-deal-container div#store-deal-wrapper div.deal-content.active div.sale.compressed.clearfix span.sale-end-date.ends-day, .sales #store-deal-container div#store-deal-wrapper div.deal-content.active div.sale.compressed.clearfix span.sale-end-date.ends-date {
      display: none; }
    .sales span.sale-end-date.ends-date {
      display: none; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .sales.sales #store-deal-container, .sales.store #store-deal-container {
      margin-bottom: 0; }
    .sales main.container, .sales #deal-flow > .container {
      padding: 2em; }
    .sales #store-deal-container #store-deal-tabs, .sales.store #store-deal-container #store-deal-tabs {
      margin: 5% 0 8%; }
    .sales #store-deal-container div.left {
      float: none; }
    .sales #store-deal-container #store-deal-tabs {
      width: 100%;
      margin: 2% 0 5%; }
      .sales #store-deal-container #store-deal-tabs > ul {
        float: none;
        width: 100%; }
        .sales #store-deal-container #store-deal-tabs > ul > li {
          text-align: center;
          width: 100%;
          -webkit-transition: 0.5s ease;
          -moz-transition: 0.5s ease;
          -ms-transition: 0.5s ease;
          transition: 0.5s ease;
          font: 700 1.5em "Gotham A", "Gotham B", Verdana, Helvetica, Arial, sans-serif; }
          .sales #store-deal-container #store-deal-tabs > ul > li:first-child {
            margin-top: 0; }
          .sales #store-deal-container #store-deal-tabs > ul > li.active {
            width: 100%;
            font: 700 1.5em "Gotham A", "Gotham B", Verdana, Helvetica, Arial, sans-serif; }
    .sales #store-deal-container div#store-deal-wrapper div.deal-content.active div.sale.compressed.clearfix div.sale-info-wrapper.clearfix {
      width: 100% !important; }
    .sales #store-deal-wrapper > .deal-content > .sale .sale-info-wrapper {
      width: 100% !important; }
    .sales .sales.mmse14.mercato div#stage.clearfix main.container div#store-deal-container div#store-deal-wrapper div.deal-content.active div.sale.compressed.clearfix {
      padding-bottom: 13px; }
    .sales #store-deal-container div#store-deal-wrapper div.deal-content.active div.sale.compressed div.sale-info-wrapper h3.saleTitle {
      margin: 12px 0 3px;
      font-size: 2.2em; }
    .sales #store-deal-wrapper > .deal-content > .sale .sale-info-wrapper a {
      margin: 0 0 6px 0; }
    .sales #store-deal-wrapper > .deal-content > .sale > .sale-end-date {
      display: none; }
    .sales #store-deal-wrapper > .deal-content > .sale > .sale-end-date {
      display: none; } }
  .sales .thumb-wrap {
    background-color: #fff;
    width: 11.5em;
    height: 10em;
    /*height: 132px;*/
    float: left;
    margin-right: 2.5%; }
    .sales .thumb-wrap .deal-thumb-cover {
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-position: 50%;
      padding: 0;
      display: block;
      width: 150px;
      height: 130px;
      border: 1px solid #b0b0b0; }
      .sales .thumb-wrap .deal-thumb-cover:hover {
        opacity: 0.8;
        -webkit-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
        -ms-transition: 0.5s ease;
        transition: 0.5s ease; }
  .sales h3#secthdr-lrg-events-sales {
    font: normal 3em / 1em "DistrictThin", "Trebuchet MS", Arial, Helvetica, sans-serif; }
  .sales #content #innerwrapper {
    width: 670px; }
  .sales .salerow {
    background: transparent url(http://www.chesterfield-mall.com/mimages/mmse11/dot-tan.gif) bottom left repeat-x;
    padding: 0 0 14px;
    margin: 0 0 14px; }
    .sales .salerow .salethumb {
      float: left;
      width: 100px; }
      .sales .salerow .salethumb img {
        border: 1px solid #CCC;
        height: 88px;
        width: 88px; }
    .sales .salerow .saledetails {
      float: left;
      width: 570px; }
      .sales .salerow .saledetails dl {
        margin: 0;
        padding: 0;
        text-align: left !important; }
        .sales .salerow .saledetails dl dt {
          margin: 0;
          padding: 0;
          text-align: left !important; }
        .sales .salerow .saledetails dl dd {
          margin: 0;
          padding: 0;
          text-align: left !important; }
          .sales .salerow .saledetails dl dd.saletease {
            font: normal 1.4em/1em Georgia, "Times New Roman", Times, serif; }
          .sales .salerow .saledetails dl dd.saledate {
            padding: 12px 0; }
  .sales #deal-flow .title {
    font-family: 'Gotham A', 'Gotham B', Verdana, Helvetica, Arial, sans-serif;
    font-size: 3em;
    line-height: 1.2em;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    border: none;
    padding: 0;
    margin: 0 0 2% 0;
    color: #000; }

.search {
  /* SEARCH LIST VIEW - ONLY AFTER GO-LIVE */ }
  .search a {
    outline: none !important; }
  .search .tabwrapper.filterTabs div.tabs ul.horzlist li {
    margin-bottom: 1em;
    display: block; }
    .search .tabwrapper.filterTabs div.tabs ul.horzlist li a {
      font: 700 1.2em "Gotham A", "Gotham B", Verdana, Helvetica, Arial, sans-serif !important; }
  .search .tabs {
    margin: 0;
    padding: 0;
    width: 44%; }
  .search .filterTabs div.tabs ul.horzlist li.filterGroup-SearchTabs a#filterGroup-SearchTabs_Stores.filterTabsLink, .search .filterTabs div.tabs ul.horzlist li.filterGroup-SearchTabs a#filterGroup-SearchTabs_Sales-and-Deals.filterTabsLink, .search .filterTabs div.tabs ul.horzlist li.filterGroup-SearchTabs a#filterGroup-SearchTabs_Articles.filterTabsLink, .search .filterTabs div.tabs ul.horzlist li.filterGroup-SearchTabs a#filterGroup-SearchTabs_Products.filterTabsLink {
    background: none;
    font-size: 1.2em;
    color: #2b2b2b;
    padding-left: 1em; }
  .search .span-19.last.main.main19.layout85Main div.tabwrapper.filterTabs div.tabs ul.horzlist li.filterGroup-SearchTabs.current a#filterGroup-SearchTabs_Stores.filterTabsLink, .search .span-19.last.main.main19.layout85Main div.tabwrapper.filterTabs div.tabs ul.horzlist li.filterGroup-SearchTabs.current a#filterGroup-SearchTabs_Sales-and-Deals.filterTabsLink, .search .span-19.last.main.main19.layout85Main div.tabwrapper.filterTabs div.tabs ul.horzlist li.filterGroup-SearchTabs.current a#filterGroup-SearchTabs_Articles.filterTabsLink, .search .span-19.last.main.main19.layout85Main div.tabwrapper.filterTabs div.tabs ul.horzlist li.filterGroup-SearchTabs.current a#filterGroup-SearchTabs_Products.filterTabsLink {
    background: none repeat scroll 0 0 #c1d82f;
    border-radius: 1.4em;
    padding: .2em 1em;
    color: #ffffff; }
  .search #brands-and-stores-search-results.filterGroup-SearchTabs_Stores.bubble-wrpr.tbl__drupalHijack.searchResults-bubble-wrpr.gallery4-format-bubble-wrpr.list-function-bubble-wrpr, .search #content-results.filterGroup-SearchTabs_Articles.bubble-wrpr.tbl__drupalHijack.searchResults-bubble-wrpr.ul-format-bubble-wrpr.list-function-bubble-wrpr div.cnt-box-wrpr.searchResults-cnt-box-wrpr div.cnt-bdy.searchResults-cnt-bdy {
    float: left;
    width: 75%; }
  .search .span-19.last.main.main19.layout85Main div#sales-and-deals-search.filterGroup-SearchTabs_Sales-and-Deals.bubble-wrpr.tbl__drupalHijack.searchResults-bubble-wrpr.ul-format-bubble-wrpr.list-function-bubble-wrpr, .search .span-19.last.main.main19.layout85Main div#content-results.filterGroup-SearchTabs_Articles.bubble-wrpr.tbl__drupalHijack.searchResults-bubble-wrpr.ul-format-bubble-wrpr.list-function-bubble-wrpr, .search .span-19.last.main.main19.layout85Main div#product-search.filterGroup-SearchTabs_Products.bubble-wrpr.tbl__drupalHijack.searchResults-bubble-wrpr.ul-format-bubble-wrpr.list-function-bubble-wrpr {
    width: 95%;
    float: left;
    position: relative;
    top: -17em;
    left: 20%; }
  .search .span-19.last.main.main19.layout85Main div#brands-and-stores-search-results.filterGroup-SearchTabs_Stores.bubble-wrpr.tbl__drupalHijack.searchResults-bubble-wrpr.ul-format-bubble-wrpr.list-function-bubble-wrpr {
    width: 95%;
    float: left;
    position: relative;
    top: -17em;
    left: 20%;
    width: 79%; }
  .search .span-19.last.main.main19.layout85Main div#product-search.filterGroup-SearchTabs_Products.bubble-wrpr.tbl__drupalHijack.searchResults-bubble-wrpr.ul-format-bubble-wrpr.list-function-bubble-wrpr {
    width: 79%; }
  .search .layout85fullTop h3 {
    font: 2.5em / 1em "Rufina", Georgia, serif !important;
    margin: 0 0 0.4em;
    text-transform: capitalize; }
  .search .span-19.last.main.main19.layout85Main div#content-results.filterGroup-SearchTabs_Articles.bubble-wrpr.tbl__drupalHijack.searchResults-bubble-wrpr.gallery4-format-bubble-wrpr.list-function-bubble-wrpr div.cnt-box-wrpr.searchResults-cnt-box-wrpr div.cnt-bdy.searchResults-cnt-bdy, .search .span-19.last.main.main19.layout85Main div#product-search.filterGroup-SearchTabs_Products.bubble-wrpr.tbl__drupalHijack.searchResults-bubble-wrpr.gallery4-format-bubble-wrpr.list-function-bubble-wrpr div.cnt-box-wrpr.searchResults-cnt-box-wrpr div.cnt-bdy.searchResults-cnt-bdy, .search .span-19.last.main.main19.layout85Main div#brands-and-stores-search-results.filterGroup-SearchTabs_Stores.bubble-wrpr.tbl__drupalHijack.searchResults-bubble-wrpr.gallery4-format-bubble-wrpr.list-function-bubble-wrpr {
    position: relative;
    max-width: 74%;
    float: right; }
  .search ul.bassUl li.bassUlLi {
    height: 13em;
    margin: 0 !important;
    padding: 1.3em 0;
    border-bottom: 1px solid #2b2b2b; }
  .search .drupalHijack___title a {
    font: 400 1.2em / 1 "Gotham A", "Gotham B", Verdana, Helvetica, Arial, sans-serif;
    color: #2b2b2b; }
  .search .drupalHijack___snippet {
    padding-top: .5em; }
  .search .galleryCell div {
    text-align: center; }
    .search .galleryCell div a img {
      border: 1px solid #a7a9ac;
      max-width: 80%; }
  .search .drupalHijack___image a img {
    border: 1px solid #a7a9ac;
    max-width: 80%; }
  .search .span-3, .search .drupalHijack___image {
    width: 13.2em;
    display: inline;
    float: left; }
  .search .span-19.last.main.main19.layout85Main div#content-results.filterGroup-SearchTabs_Articles.bubble-wrpr.tbl__drupalHijack.searchResults-bubble-wrpr.ul-format-bubble-wrpr.list-function-bubble-wrpr div.cnt-box-wrpr.searchResults-cnt-box-wrpr div.cnt-bdy.searchResults-cnt-bdy form#searchResults_Form_2268 ul.bassUl li#searchResults_.searchResults-cnt-row.searchResults_.oddRow.cnt-row.bassUlLi div.span-15.last {
    width: 60%;
    float: left; }
  .search span.youSearchedFor {
    font-family: 'Gotham A', 'Gotham B', Verdana, Helvetica, Arial, sans-serif; }
  .search .search.mmse14.mercato div#stage.clearfix main.container div.span-19.last.main.main19.layout85Main {
    margin-top: 3em;
    font-family: 'Gotham A', 'Gotham B', Verdana, Helvetica, Arial, sans-serif; }
  .search .searchResultsAppHeaderDiv.appHeaderBorder h3, .search .cnt-box-wrpr.searchResults-cnt-box-wrpr div.cnt-ftr.clearfix {
    display: none; }
  .search .span-19.last.main.main19.layout85Main div#brands-and-stores-search-results.filterGroup-SearchTabs_Stores.bubble-wrpr.tbl__drupalHijack.searchResults-bubble-wrpr.ul-format-bubble-wrpr.list-function-bubble-wrpr, .search .span-19.last.main.main19.layout85Main div#product-search.filterGroup-SearchTabs_Products.bubble-wrpr.tbl__drupalHijack.searchResults-bubble-wrpr.ul-format-bubble-wrpr.list-function-bubble-wrpr, .search .span-19.last.main.main19.layout85Main div#content-results.filterGroup-SearchTabs_Articles.bubble-wrpr.tbl__drupalHijack.searchResults-bubble-wrpr.ul-format-bubble-wrpr.list-function-bubble-wrpr div.cnt-box-wrpr.searchResults-cnt-box-wrpr div.cnt-bdy.searchResults-cnt-bdy, .search .span-19.last.main.main19.layout85Main div#sales-and-deals-search.filterGroup-SearchTabs_Sales-and-Deals.bubble-wrpr.tbl__drupalHijack.searchResults-bubble-wrpr.ul-format-bubble-wrpr.list-function-bubble-wrpr {
    width: 83%; }
  .search .cnt-row.bassUlLi div.span-3 {
    width: 10em;
    margin-right: 1.75em; }
  .search .cnt-row.bassUlLi div.span-15.last {
    display: inline;
    float: left;
    width: 33em;
    font-size: 1.15em; }
  .search #searchResults_.searchResults-cnt-row.searchResults_.evenRow.cnt-row.bassUlLi div.span-15.last div.drupalHijack___title a, .search #searchResults_.searchResults-cnt-row.searchResults_.oddRow.cnt-row.bassUlLi div.span-15.last div.drupalHijack___title a {
    font-weight: 700;
    color: #2b2b2b; }
  .search #searchResults_.searchResults-cnt-row.searchResults_.evenRow.cnt-row.bassUlLi div.span-15.last div.drupalHijack___snippet, .search #searchResults_.searchResults-cnt-row.searchResults_.oddRow.cnt-row.bassUlLi div.span-15.last div.drupalHijack___snippet {
    color: #2b2b2b; }
  .search .applicationFooter {
    display: none; }
  @media screen and (max-width: 640px) {
    .search .tabs {
      margin: 0 auto;
      width: 98%;
      display: block; }
    .search .span-19.last.main.main19.layout85Main div#brands-and-stores-search-results.filterGroup-SearchTabs_Stores.bubble-wrpr.tbl__drupalHijack.searchResults-bubble-wrpr.ul-format-bubble-wrpr.list-function-bubble-wrpr, .search .span-19.last.main.main19.layout85Main div#product-search.filterGroup-SearchTabs_Products.bubble-wrpr.tbl__drupalHijack.searchResults-bubble-wrpr.ul-format-bubble-wrpr.list-function-bubble-wrpr, .search .span-19.last.main.main19.layout85Main div#content-results.filterGroup-SearchTabs_Articles.bubble-wrpr.tbl__drupalHijack.searchResults-bubble-wrpr.ul-format-bubble-wrpr.list-function-bubble-wrpr div.cnt-box-wrpr.searchResults-cnt-box-wrpr div.cnt-bdy.searchResults-cnt-bdy, .search .span-19.last.main.main19.layout85Main div#sales-and-deals-search.filterGroup-SearchTabs_Sales-and-Deals.bubble-wrpr.tbl__drupalHijack.searchResults-bubble-wrpr.ul-format-bubble-wrpr.list-function-bubble-wrpr {
      width: 98%;
      display: block; }
    .search .cnt-row.bassUlLi div.span-15.last {
      display: block;
      float: none;
      width: 98%; } }
  .search .span-19.last.main.main19.layout85Main {
    position: relative;
    display: block; }
    .search .span-19.last.main.main19.layout85Main:before, .search .span-19.last.main.main19.layout85Main:after {
      content: " ";
      display: table; }
    .search .span-19.last.main.main19.layout85Main:after {
      clear: both; }
  .search .searchResults {
    position: relative;
    display: block; }
    .search .searchResults:before, .search .searchResults:after {
      content: " ";
      display: table; }
    .search .searchResults:after {
      clear: both; }
  .search .selectable_ul.horzlist {
    margin: inherit !important; }
  .search .tabwrapper.filterTabs {
    border: 0;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1em;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: -1;
    display: none; }
    .search .tabwrapper.filterTabs.focusable:active, .search .tabwrapper.filterTabs.focusable:focus {
      clip: auto;
      height: auto;
      margin: 0;
      overflow: visible;
      position: static;
      width: auto; }

.trends {
  /*.trends.mmse14.mercato div#stage.clearfix main.container div.span-16.main.main16.layout241Main div#container-1195.bubble-wrpr.tbl__mf_feature.featureCarouselOnShoptopiaHomePage-bubble-wrpr.carouselFancy600-format-bubble-wrpr.list-function-bubble-wrpr.featureDisplay-bubble-wrpr div.cnt-box-wrpr.featureCarouselOnShoptopiaHomePage-cnt-box-wrpr div.cnt-bdy.featureCarouselOnShoptopiaHomePage-cnt-bdy div.carouselFancy600 div#textholder {
  	max-width:100% !important;
  }*/
  /* ----- Spotlight Page ----- */
  /* Carousel */
  /* Aricle List */
  /* ----- Article Page ----- */ }
  .trends .trends.mmse14s.mercato div#stage.clearfix main.container div.span-16.main.main16.layout241Main div#container-1195.bubble-wrpr.tbl__mf_feature.featureCarouselOnShoptopiaHomePage-bubble-wrpr.carouselFancy600-format-bubble-wrpr.list-function-bubble-wrpr.featureDisplay-bubble-wrpr {
    margin: 0 auto;
    padding: 0 10%;
    max-width: 84%;
    text-align: center; }
  .trends .trends {
    font-family: 'Gotham A', 'Gotham B', Verdana, Helvetica, Arial, sans-serif !important; }
  .trends .mf_feature___featureTeaser p {
    font-size: 1.15em; }
  .trends .carousel-nav-active {
    color: #c1d82f !important; }
  .trends .carouselFancy600 {
    width: 588px;
    border: 2px solid #8a9d12;
    max-width: 100% !important; }
  .trends .appHeaderDiv h3 {
    text-transform: capitalize; }
  @media screen and (max-width: 1000px) {
    .trends .trends.mmse14s.mercato div#stage.clearfix main.container div.span-16.main.main16.layout241Main div#container-1195.bubble-wrpr.tbl__mf_feature.featureCarouselOnShoptopiaHomePage-bubble-wrpr.carouselFancy600-format-bubble-wrpr.list-function-bubble-wrpr.featureDisplay-bubble-wrpr {
      margin: 0;
      padding: 0; } }
  @media (max-width: 640px) {
    .trends .trends.mmse14s.mercato div#stage.clearfix main.container div.span-16.main.main16.layout241Main div#container-1195.bubble-wrpr.tbl__mf_feature.featureCarouselOnShoptopiaHomePage-bubble-wrpr.carouselFancy600-format-bubble-wrpr.list-function-bubble-wrpr.featureDisplay-bubble-wrpr {
      display: none; } }
  .trends .textholder {
    box-sizing: border-box;
    width: 100% !important; }
  .trends .featureCarouselOnShoptopiaHomePage-cnt-bdy .carouselFancy600 a.fancyCarouselLink:link {
    color: #fff !important; }
  .trends .featureCarouselOnShoptopiaHomePage-cnt-bdy .fancyCarouselOuter {
    clear: both;
    height: 25px;
    padding: 10px 0;
    /*width:600px;*/ }
  .trends .featureCarouselOnShoptopiaHomePage-cnt-bdy .fancyCarouselOuter .fancyCarouselLeftArrow {
    float: left;
    text-align: right;
    width: 33% !important; }
  .trends .featureCarouselOnShoptopiaHomePage-cnt-bdy .fancyCarouselOuter .fancyCarouselRightArrow {
    float: left;
    text-align: left;
    width: 33% !important; }
  .trends .featureCarouselOnShoptopiaHomePage-cnt-bdy .fancyCarouselOuter .fancyCarouselRightArrow img,
  .trends .featureCarouselOnShoptopiaHomePage-cnt-bdy .fancyCarouselOuter .fancyCarouselLeftArrow img {
    margin-top: 4px;
    cursor: pointer; }
  .trends .featureCarouselOnShoptopiaHomePage-cnt-bdy .fancyCarouselOuter .fancyCarouselThumbs {
    float: left;
    text-align: center;
    width: 33% !important; }
  .trends .featureCarouselOnShoptopiaHomePage-cnt-bdy .fancyCarouselOuter .fancyCarouselThumbs .thumb {
    font-size: 40px;
    line-height: 20px;
    margin: 0 3px !important; }
  .trends .featureOnHomePageMainAppHeaderDiv h3 {
    margin-bottom: 0; }
  .trends .featureOnHomePageMain-bubble-wrpr {
    clear: both; }
  .trends .featuredArticle-bubble-wrpr {
    margin-bottom: 0 !important; }
  .trends .featuredArticle-cnt-row {
    border-bottom: 1px solid #ddd;
    padding: 2em 0; }
  .trends .featuredArticle-cnt-row .mf_feature___featureTitle,
  .trends .featuredArticle-cnt-row .mf_feature___featureAuthor,
  .trends .featuredArticle-cnt-row .mf_feature___featureTeaser {
    font-family: 'Gotham A', 'Gotham B', Verdana, Helvetica, Arial, sans-serif !important; }
  .trends .featuredArticle-cnt-row .mf_feature___featureTitle {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: .3em; }
  .trends .featuredArticle-cnt-row .mf_feature___featureAuthor,
  .trends .featuredArticle-cnt-row .mf_feature___featureTeaser {
    font-size: 1.2em; }
  .trends .spotlight-container-header h1 {
    margin-bottom: 0 !important; }
  .trends .spotlight-container-header p.mf_spotlight___spotlightSubTitle {
    margin-bottom: .5em; }
  .trends .mf_spotlight___spotlightText p,
  .trends .mf_spotlight___spotlightText ul,
  .trends .mf_spotlight___spotlightText ol,
  .trends .mf_spotlight___spotlightText blockquote {
    font-family: 'Gotham A', 'Gotham B', Verdana, Helvetica, Arial, sans-serif !important;
    font-size: 1.2em;
    line-height: 1.8em;
    margin-bottom: 1.5em; }
  .trends .mf_spotlight___spotlightText p img {
    margin: 0 1.5em 1.5em 0 !important; }

.wishlist main.container {
  padding: 2.5em 1.2em 3em; }
  .wishlist main.container:before, .wishlist main.container:after {
    content: " ";
    display: table; }
  .wishlist main.container:after {
    clear: both; }
.wishlist h1 {
  margin-bottom: .4em; }
.wishlist p.desc {
  font-size: 1.15em;
  height: 110px;
  overflow: hidden; }
.wishlist .container h2 {
  font-family: 'Rufina', Georgia, serif;
  font-weight: 400;
  font-size: 2.2em;
  line-height: 1em;
  position: absolute;
  z-index: 400;
  top: 160%;
  left: 30%;
  color: #a7a9ac; }
.wishlist .container span {
  width: 110%; }
.wishlist a.moduleLink {
  font-size: 1.2em; }
.wishlist a.prodlink {
  font-size: 1.2em;
  font-family: 'Gotham A', 'Gotham B', Verdana, Helvetica, Arial, sans-serif;
  font-size: inherit;
  line-height: inherit;
  color: #a7a9ac;
  display: block; }
.wishlist #cycle-showcase {
  margin: 0;
  float: left;
  max-width: 50%;
  background: url("http://www.chesterfield-mall.com/mimages/mmse14/RightStripes.png") repeat-y left top #fff; }
  .wishlist #cycle-showcase img {
    position: relative;
    float: right;
    border: 2px solid #a7a9ac;
    border-left: none;
    max-width: 97%; }
.wishlist .cycle-container {
  z-index: 300;
  position: absolute;
  width: 46%;
  float: left;
  padding-top: 20px;
  bottom: 3em;
  right: 1.2em; }
.wishlist .wish-list-header-container {
  height: 3em;
  position: relative; }
.wishlist .wish-list-title-container {
  background: url("http://www.chesterfield-mall.com/mimages/mmse14/WLbackground.png") no-repeat 0 center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 7em; }
.wishlist .buttonContainer {
  z-index: 400;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }
  .wishlist .buttonContainer button {
    border-radius: 50%;
    height: 1.5em;
    width: 1.5em;
    line-height: 1em;
    padding: .3em .45em; }
.wishlist .cycler {
  margin-top: 1em; }
.wishlist .descriptions {
  width: 46%;
  margin-left: 3%;
  float: left; }
.wishlist .description {
  display: none; }
.wishlist .cycle-slide {
  width: auto;
  height: auto;
  border: 2px solid #a7a9ac;
  margin: 2px;
  cursor: pointer; }
.wishlist .cycle-slide-active:after {
  background-color: transparent; }
.wishlist .slideContainer {
  margin-right: 1%; }
.wishlist .cycle-slide-active {
  border-color: #c1d82f; }
@media screen and (max-width: 750px) {
  .wishlist .cycle-container {
    width: 70%;
    max-width: 70%;
    margin-left: 15%;
    position: relative;
    float: left;
    bottom: auto;
    right: auto;
    left: auto;
    top: auto; } }
@media screen and (max-width: 500px) {
  .wishlist .description.desc-0 {
    margin-top: 1em;
    font-size: 12px; }
  .wishlist #cycle-showcase, .wishlist .descriptions, .wishlist .cycle-container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    position: relative;
    float: left;
    bottom: auto;
    right: auto;
    left: auto;
    top: auto; }
  .wishlist .buttonContainer button {
    display: none; }
  .wishlist .wish-list-title-container {
    right: 0; } }

img[height="1"],
iframe[height="1"] {
  border: 0;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1em;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: -1; }
  img[height="1"].focusable:active, img[height="1"].focusable:focus,
  iframe[height="1"].focusable:active,
  iframe[height="1"].focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

.deal_flow #wrap {
  background-color: #fff; }
.deal_flow .tile__wrap {
  background-color: #fff; }
.deal_flow .inner-wrapper {
  background: #fff; }
.deal_flow #deal-flow-wrapper #deal-flow-filter-panel li.deal-flow-active {
  background: #8a9d12;
  color: #fff; }
.deal_flow #deal-flow .toggle__switch.toggle__switch--active {
  color: #8a9d12; }
.deal_flow .selectric {
  background: #8a9d12; }

/*# sourceMappingURL=styles.css.map */