* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* reset - including with normalize to negate padding/margins produced by text tags */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal; }

p, ol, ul {
  list-style: none; }

p, img {
  padding: 0;
  margin: 0; }

caption, th {
  text-align: left; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0; }

.container ol {
  list-style: numeric; }
.container ul {
  list-style: disc; }

abbr {
  border: none; }

/* /reset */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Removes default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `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
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves 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],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 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; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

.clear {
  clear: both; }

body {
  font-family: "pt-sans", sans-serif;
  font-weight: 400; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    font-weight: 400;
    font-family: "pt-serif", serif; }
  body h1.location-table-header {
    color: #ffffff !important; }
  body h1 {
    font-size: 1.7em;
    text-align: center; }
  body.store {
    background: #3e96b4; }
  body .main {
    *zoom: 1;
    background: #ffffff; }
    body .main:before, body .main:after {
      content: " ";
      display: table; }
    body .main:after {
      clear: both; }
    body .main p {
      color: #686560;
      margin: 7px 0; }
  body .callouts {
    padding: 2%; }
  body .row_2 .content {
    text-align: center; }
  body #store-outer-container {
    max-width: 940px;
    margin: 0 auto; }
  body #index-content a, body #store-index-content a, body #editor-content a {
    color: #000000; }
  body #index-content ul, body #store-index-content ul, body #editor-content ul {
    list-style-type: none;
    margin: 15px 0 15px 30px; }
  body #index-content ul li, body #store-index-content ul li, body #editor-content ul li {
    list-style-type: none;
    background-image: url(/images/bullet.png);
    background-repeat: no-repeat;
    background-position: 5px 2px;
    background-size: 20px;
    padding-left: 35px;
    padding-top: 2px;
    padding-bottom: 12px;
    margin-bottom: 6px;
    margin-left: 30px; }
  body #index-content img, body #store-index-content img, body #editor-content img {
    max-width: 100%;
    height: auto;
    margin: 0 auto; }
  body.store #store-index-content ul li, body.store #editor-content ul li, body.store .part_text ul li, body.store .part_partial ul li {
    list-style-type: none;
    background-image: url(/images/bullet.png);
    background-repeat: no-repeat;
    background-position: 5px 2px;
    background-size: 20px;
    padding-left: 35px;
    padding-top: 2px;
    padding-bottom: 12px;
    margin-bottom: 6px;
    margin-left: 30px; }

body.corp {
  background: #3f97b5; }
  body.corp h1, body.corp h2, body.corp h3, body.corp h4, body.corp h5, body.corp h6 {
    color: #812529; }
  body.corp .row_1 {
    background: #ffffff;
    margin-top: -15px; }
  body.corp .row_2 {
    background: #eee7dd; }
    body.corp .row_2 .content {
      max-width: 940px;
      margin: 0 auto;
      padding: 2%; }

body.store h1, body.store h2, body.store h3, body.store h4, body.store h5, body.store h6 {
  color: #3e96b4; }
body.store.interior #wrapper {
  background: #ffffff; }

body.store.interior .main-content #editor-content {
  padding: 2%; }

body.corp.home #community-search input[type='text'] {
  margin-left: -67px; }

body.corp.interior .main-content {
  padding: 2%;
  max-width: 940px;
  margin: 0 auto;
  background: #ffffff; }
body.corp.interior #community-search {
  padding: 0; }

#community-search {
  *zoom: 1;
  z-index: 999;
  background: #ffffff;
  padding: 2%; }
  #community-search:before, #community-search:after {
    content: " ";
    display: table; }
  #community-search:after {
    clear: both; }
  #community-search section a, #community-search section form {
    background: #812529;
    background-image: -webkit-linear-gradient(#812529, #461416);
    background-image: -moz-linear-gradient(#812529, #461416);
    background-image: -ms-linear-gradient(#812529, #461416);
    background-image: -o-linear-gradient(#812529, #461416);
    background-image: linear-gradient(#812529, #461416);
    margin-bottom: 10px;
    height: 51px;
    border-radius: 2px;
    display: block;
    text-decoration: none;
    position: relative;
    padding-left: 1%;
    border-bottom: 2px solid #d9d9d9; }
    #community-search section a:hover, #community-search section form:hover {
      background: #812529;
      background-image: -webkit-linear-gradient(#461416, #812529);
      background-image: -moz-linear-gradient(#461416, #812529);
      background-image: -ms-linear-gradient(#461416, #812529);
      background-image: -o-linear-gradient(#461416, #812529);
      background-image: linear-gradient(#461416, #812529); }
  #community-search section h3 {
    font-family: "pt-serif", serif;
    font-size: 1.1em;
    font-weight: normal;
    color: #ffffff;
    text-align: left;
    padding-left: 5px; }
  #community-search section#community {
    margin-top: 10px; }
    #community-search section#community a {
      padding-top: 10px; }
      #community-search section#community a:after {
        content: url("/images/cta-icon_community.png");
        position: absolute;
        right: 0;
        top: 0; }
  #community-search section#zip-search form input[type='submit'] {
    background: url("/images/cta-icon_search.png");
    border: none;
    height: 51px;
    width: 63px;
    position: absolute;
    right: 3px;
    text-indent: -9999px; }
  #community-search section input[type='text'] {
    height: 40px;
    border: none;
    border-radius: 2px;
    padding: 5px;
    width: 75%;
    margin-top: 5px; }

body.store a.tel {
  text-decoration: none;
  font-size: 1.5em;
  color: #7c2226;
  font-family: "pt-serif", serif; }
body.store #store-index-content {
  padding: 2%; }
  body.store #store-index-content h1, body.store #store-index-content h2, body.store #store-index-content h3, body.store #store-index-content h4, body.store #store-index-content h5, body.store #store-index-content h6 {
    text-align: left; }

.sidebar {
  background-color: #ffffff;
  padding: 2%; }
  .sidebar .sidebar {
    max-width: 100%; }
  .sidebar #schema-wrapper {
    border: 1px solid #cfcfcf;
    *zoom: 1; }
    .sidebar #schema-wrapper:before, .sidebar #schema-wrapper:after {
      content: " ";
      display: table; }
    .sidebar #schema-wrapper:after {
      clear: both; }
    .sidebar #schema-wrapper h2 {
      text-transform: uppercase;
      text-align: center;
      color: #3e96b4;
      margin: 5px;
      border-bottom: 1px solid #dadada; }
    .sidebar #schema-wrapper #social {
      margin-top: 0;
      margin-bottom: 10px;
      *zoom: 1;
      float: none; }
      .sidebar #schema-wrapper #social:before, .sidebar #schema-wrapper #social:after {
        content: " ";
        display: table; }
      .sidebar #schema-wrapper #social:after {
        clear: both; }
      .sidebar #schema-wrapper #social ul a li {
        list-style-type: none;
        float: left;
        margin-left: 12px; }
  .sidebar .schema-location {
    margin: 10px;
    color: #77787b !important; }
    .sidebar .schema-location .name {
      color: #3e96b4;
      font-size: 1.2em;
      margin-top: 12px; }
    .sidebar .schema-location .tel {
      font-size: 1em;
      font-family: "pt-sans", sans-serif; }
    .sidebar .schema-location .state {
      border: none; }
    .sidebar .schema-location .address {
      margin-top: 12px; }
      .sidebar .schema-location .address pre {
        display: inline-block;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px; }
    .sidebar .schema-location .phone, .sidebar .schema-location .email {
      margin-top: 0.625em; }
      .sidebar .schema-location .phone a, .sidebar .schema-location .email a {
        color: #77787b; }
        .sidebar .schema-location .phone a.tel.desktop-only, .sidebar .schema-location .email a.tel.desktop-only {
          display: none; }
        .sidebar .schema-location .phone a.tel.mobile-only, .sidebar .schema-location .email a.tel.mobile-only {
          display: inline-block; }
        .sidebar .schema-location .phone a.desktop-only, .sidebar .schema-location .email a.desktop-only {
          text-decoration: none;
          cursor: default; }
    .sidebar .schema-location .email a, .sidebar .schema-location .directions a, .sidebar .schema-location .refer a {
      display: block;
      color: #ffffff;
      background-image: -webkit-linear-gradient(#7c2226, #54171a);
      background-image: -moz-linear-gradient(#7c2226, #54171a);
      background-image: -ms-linear-gradient(#7c2226, #54171a);
      background-image: -o-linear-gradient(#7c2226, #54171a);
      background-image: linear-gradient(#7c2226, #54171a);
      border-radius: 3px;
      width: 50%;
      max-width: 150px;
      text-decoration: none;
      padding: 3px 0 3px 30px;
      position: relative; }
      .sidebar .schema-location .email a:before, .sidebar .schema-location .directions a:before, .sidebar .schema-location .refer a:before {
        content: url("/images/pr-icon-email.png");
        position: absolute;
        left: 5px;
        top: 3px; }
      .sidebar .schema-location .email a:hover, .sidebar .schema-location .directions a:hover, .sidebar .schema-location .refer a:hover {
        background-image: -webkit-linear-gradient(#54171a, #7c2226);
        background-image: -moz-linear-gradient(#54171a, #7c2226);
        background-image: -ms-linear-gradient(#54171a, #7c2226);
        background-image: -o-linear-gradient(#54171a, #7c2226);
        background-image: linear-gradient(#54171a, #7c2226); }
  .sidebar .average-rating, .sidebar .total-reviews {
    display: block !important; }
  .sidebar .average-rating {
    float: left; }
  .sidebar .total-reviews {
    float: left;
    margin-left: 5px;
    line-height: 22px;
    text-decoration: none;
    color: #77787b;
    font-size: 1.0625em; }
    .sidebar .total-reviews:hover {
      text-decoration: underline; }
  .sidebar .rating {
    margin: 8px 12px;
    overflow: auto;
    border: 1px solid #acb4bd;
    border-width: 1px 0 1px 0;
    padding: 11px 0px; }
    .sidebar .rating span.gold-stars {
      top: 10px !important;
      left: 0px !important; }
  .sidebar .social {
    min-width: 100%;
    padding-bottom: 0.5em; }
    .sidebar .social ul.social_icons {
      margin: 0;
      padding: 0;
      width: 100%;
      list-style: none !important;
      text-align: center; }
      .sidebar .social ul.social_icons li.social_icon {
        display: inline-block;
        margin: 4px;
        height: 40px;
        width: 47px;
        padding: 5px;
        list-style: none !important; }
        .sidebar .social ul.social_icons li.social_icon a {
          display: block;
          border: none;
          text-decoration: none; }
          .sidebar .social ul.social_icons li.social_icon a span {
            font-size: 25px;
            line-height: 27px;
            width: 39px;
            height: 40px;
            display: block;
            background-image: url(/images/icon-social-bg.png);
            background-repeat: none;
            background-position: 0 0;
            transition: color 0.25s linear; }
            .sidebar .social ul.social_icons li.social_icon a span:hover {
              opacity: .9; }
            .sidebar .social ul.social_icons li.social_icon a span.icon-facebook {
              background-position: 0 0; }
            .sidebar .social ul.social_icons li.social_icon a span.icon-twitter {
              background-position: -47px 0; }
            .sidebar .social ul.social_icons li.social_icon a span.icon-yelp {
              background-position: -94px 0; }
            .sidebar .social ul.social_icons li.social_icon a span.icon-google {
              background-position: -141px 0; }

/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.2
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  width: 51px;
  height: 51px;
  border: none;
  text-indent: 100%;
  background: url(/images/ui.totop.png) no-repeat left top;
  z-index: 999; }

#toTopHover {
  background: url(/images/ui.totop.png) no-repeat left -51px;
  width: 51px;
  height: 51px;
  display: block;
  overflow: hidden;
  float: left;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  z-index: 999; }

#toTop:active, #toTop:focus {
  outline: none; }

#other-facilities dl {
  margin-top: 10px; }
  #other-facilities dl dt {
    margin-bottom: 10px; }
    #other-facilities dl dt a {
      display: block;
      color: #ffffff;
      background: #812529;
      font-size: 1.4em;
      padding: 12px; }
      #other-facilities dl dt a:hover {
        background: #a93036; }

.desktop-only .hidden-desktop {
  text-align: center; }

.store.interior #middle .mobile-only a.tel.hidden-desktop {
  display: block;
  text-align: center; }

body.store.interior #middle .desktop-only {
  cursor: default; }

@media only screen and (min-width: 640px) {
  #community, #zip-search {
    width: 48%;
    float: left;
    margin: 0 0 0 1.5%; }

  #community-search section#community {
    margin-top: 0; } }
.windows-pre-tag {
  font-family: "pt-sans", sans-serif; }

#formWrapper form.cmxform label {
  white-space: normal; }

/**** BASIC STYLES - HEADER ****/
header {
  background: #f4f4f4; }
  header .logo-contain {
    *zoom: 1;
    padding: 50px 0 10px 0px;
    max-width: 940px;
    margin: 0 auto; }
    header .logo-contain:before, header .logo-contain:after {
      content: " ";
      display: table; }
    header .logo-contain:after {
      clear: both; }
    header .logo-contain #logo-wrapper {
      background: #812529;
      background-image: -webkit-linear-gradient(#812529, #591a1c);
      background-image: -moz-linear-gradient(#812529, #591a1c);
      background-image: -ms-linear-gradient(#812529, #591a1c);
      background-image: -o-linear-gradient(#812529, #591a1c);
      background-image: linear-gradient(#812529, #591a1c);
      width: 145px;
      margin: 0 auto; }
      header .logo-contain #logo-wrapper img {
        display: block;
        max-width: 100%;
        margin: 0 auto;
        padding: 10px 0; }
    header .logo-contain #logo {
      max-width: 100%; }
    header .logo-contain .loc-menu-list {
      display: none;
      position: absolute;
      top: 0;
      right: 0; }
      header .logo-contain .loc-menu-list ul {
        z-index: 10003; }

/**** BASIC STYLES - FOOTER ****/
footer #inner-footer {
  max-width: 940px;
  margin: 0 auto;
  padding: 2%; }
  footer #inner-footer ul {
    color: #ffffff; }
    footer #inner-footer ul li a {
      text-decoration: none;
      color: #ffffff; }
footer #social {
  margin-bottom: 10px;
  *zoom: 1; }
  footer #social:before, footer #social:after {
    content: " ";
    display: table; }
  footer #social:after {
    clear: both; }
  footer #social img {
    float: left;
    margin-right: 8px; }
footer #signature-brand {
  clear: both; }
footer .footer-border {
  border-top: 1px solid #6eb0c7; }

.store footer .footer-border {
  border-top: 1px solid #6eb0c7; }

.store footer {
  background: #3e96b4; }

.petfriendly {
  margin-left: 5px;
  opacity: 0.6;
  position: relative;
  top: -3px;
  width: 31px; }

.toggleMenu {
  display: none; }

.toggleMenu.active {
  display: none; }

.nav .active {
  display: block; }

.toggleMenu {
  display: none;
  z-index: 101;
  background-color: #812529;
  background-image: url("/images/bars.png");
  background-repeat: no-repeat;
  background-position: 92% 48%;
  padding: 10px 38px 10px 15px;
  font-size: .9em;
  border-radius: 2px;
  letter-spacing: .15em;
  color: #fff;
  text-decoration: none; }
  .toggleMenu:hover {
    opacity: 0.8; }

.store .toggleMenu {
  border-radius: 2px;
  background-color: #3e96b4;
  background-image: url("/images/bars.png");
  background-repeat: no-repeat;
  background-position: 92% 48%; }

.toggleMenu.active {
  display: none;
  position: fixed;
  top: 4px;
  right: 10px;
  z-index: 3001;
  background: #fff url("/images/menu-x.png") 92% 65% no-repeat;
  border: 0;
  border-radius: 2px;
  padding: 10px 38px 10px 15px;
  font-size: .9em;
  border: 1px solid #b1b2b3;
  border-bottom-color: #fff;
  color: #999; }
  .toggleMenu.active:hover {
    opacity: 0.8; }

.nav-holder {
  background: #3f97b5; }
  .nav-holder ul {
    margin-left: 0; }
  .nav-holder li {
    border-bottom: 1px solid #ffffff; }
    .nav-holder li a {
      display: block;
      text-decoration: none;
      color: #ffffff; }
    .nav-holder li ul.level2 li, .nav-holder li ul.level3 li {
      padding-left: 20px; }

.store .nav-holder {
  background: #3e96b4; }

@media only screen and (max-width: 767px) {
  .toggleMenu,
  .toggleMenu.active {
    position: absolute;
    top: 5px;
    right: 10px; }

  .nav-holder {
    width: 100%;
    position: absolute;
    top: 44px;
    z-index: 3000;
    *zoom: 1; }
    .nav-holder:before, .nav-holder:after {
      content: " ";
      display: table; }
    .nav-holder:after {
      clear: both; }
    .nav-holder li a {
      padding: 14px;
      font-size: 18px;
      text-decoration: none; }

  .active {
    display: block; }

  .nav li .parent {
    background: url("/images/downArrow.png"), #3f97b5;
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-size: 3%; }
    .nav li .parent.hover, .nav li .parent:hover {
      background: url("/images/downArrow.png"), #60adc7;
      background-repeat: no-repeat;
      background-position: 90% 50%;
      background-size: 3%; }
  .nav li:hover, .nav li.hover {
    background: #60adc7; }
  .nav li.hover ul.level2 {
    display: block; }
  .nav ul.level2 li.hover ul.level3 {
    display: block; }
  .nav ul {
    display: block;
    width: 100%; }
  .nav .level2, .nav .level3 {
    display: none; }

  .store .nav li .parent {
    background: url("/images/downArrow.png"), #3e96b4;
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-size: 3%; }
    .store .nav li .parent.hover, .store .nav li .parent:hover {
      background: url("/images/downArrow.png"), #5eadc7;
      background-repeat: no-repeat;
      background-position: 90% 50%;
      background-size: 3%; }
  .store li:hover {
    background: #5eadc7; } }
/**** BASIC STYLES - CALLS TO ACTION BUTTONS ****/
.callouts {
  *zoom: 1;
  max-width: 940px;
  margin: 0 auto; }
  .callouts:before, .callouts:after {
    content: " ";
    display: table; }
  .callouts:after {
    clear: both; }

.callout {
  display: block;
  padding: 5px;
  *zoom: 1;
  border: 1px solid #cfcfcf;
  margin: 10px auto;
  text-decoration: none; }
  .callout:before, .callout:after {
    content: " ";
    display: table; }
  .callout:after {
    clear: both; }
  .callout:hover {
    border: 1px solid #000000; }
  .callout h3 {
    font-family: "pt-serif", serif;
    font-size: 1.4em;
    font-weight: 400;
    text-align: center;
    color: #812529;
    border-bottom: 1px solid #cfcfcf; }
  .callout img {
    display: block;
    margin: 0 auto; }
  .callout .callout-guts {
    display: none; }

body.corp.interior .callout {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 100%;
  height: auto !important;
  min-height: 0; }
  body.corp.interior .callout:last-child {
    margin-right: 0; }
  body.corp.interior .callout.video {
    display: none; }
  body.corp.interior .callout .callout-guts {
    display: none; }

#store-ctas {
  padding: 2%; }
  #store-ctas a {
    border: none;
    background: #7c2226;
    background-image: -webkit-linear-gradient(#7c2226, #54171a);
    background-image: -moz-linear-gradient(#7c2226, #54171a);
    background-image: -ms-linear-gradient(#7c2226, #54171a);
    background-image: -o-linear-gradient(#7c2226, #54171a);
    background-image: linear-gradient(#7c2226, #54171a);
    height: 75px;
    padding-top: 22px;
    padding-left: 8px;
    border-radius: 2px;
    position: relative; }
    #store-ctas a h3:after {
      content: url("/images/cta-icon_community.png");
      position: absolute;
      right: 0;
      top: 10px; }
    #store-ctas a:hover {
      background: #54171a;
      background-image: -webkit-linear-gradient(#54171a, #7c2226);
      background-image: -moz-linear-gradient(#54171a, #7c2226);
      background-image: -ms-linear-gradient(#54171a, #7c2226);
      background-image: -o-linear-gradient(#54171a, #7c2226);
      background-image: linear-gradient(#54171a, #7c2226); }
    #store-ctas a h3 {
      color: #ffffff;
      border: none;
      text-align: left;
      font-weight: 400; }

#store-cta-wrapper a.mobile-only {
  display: block;
  text-align: center; }

@media only screen and (min-width: 640px) {
  .corp .callout {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 31.76157%;
    min-height: 285px; }
    .corp .callout:last-child {
      margin-right: 0; }
    .corp .callout .callout-guts {
      display: block; }
    .corp .callout img {
      max-width: 100%;
      margin-top: 10px; }

  .store.home #store-cta-wrapper {
    *zoom: 1;
    max-width: 940px;
    background: #ffffff;
    padding: 10px 0;
    margin: 0 auto; }
    .store.home #store-cta-wrapper:before, .store.home #store-cta-wrapper:after {
      content: " ";
      display: table; }
    .store.home #store-cta-wrapper:after {
      clear: both; }
    .store.home #store-cta-wrapper #store-ctas {
      padding: 0; }
      .store.home #store-cta-wrapper #store-ctas a {
        padding-top: 10px; }
        .store.home #store-cta-wrapper #store-ctas a h3 {
          width: 50%; }
    .store.home #store-cta-wrapper .callout {
      margin: 0;
      border-radius: 3px; }
    .store.home #store-cta-wrapper .tel, .store.home #store-cta-wrapper .callout {
      width: 30%;
      float: right;
      margin-right: 2.5%; }
    .store.home #store-cta-wrapper .tel {
      height: 70px;
      padding-top: 22px;
      cursor: default; }

  .testimonial span {
    font-style: italic;
    margin: 0 auto; }
    .testimonial span.quote {
      text-align: center;
      font-size: 1.3em; }
      .testimonial span.quote:before, .testimonial span.quote:after {
        content: '"';
        display: inline-block; }
    .testimonial span.bold {
      font-weight: bold; }
    .testimonial span.resident {
      color: #686560;
      display: block;
      text-align: right; }
      .testimonial span.resident:before {
        content: "- "; }

  .contact .callout-guts p {
    text-align: center; }
  .contact .callout-guts button {
    font-family: "pt-serif", serif;
    width: 64%;
    display: block;
    text-align: left;
    padding: 10px 30px 10px 10px;
    border-radius: 3px;
    margin: 0 auto;
    color: #ffffff;
    border: none;
    background: #812529;
    background-image: -webkit-linear-gradient(#812529, #591a1c);
    background-image: -moz-linear-gradient(#812529, #591a1c);
    background-image: -ms-linear-gradient(#812529, #591a1c);
    background-image: -o-linear-gradient(#812529, #591a1c);
    background-image: linear-gradient(#812529, #591a1c);
    position: relative; }
    .contact .callout-guts button:after {
      content: url("/images/contact-button.png");
      position: absolute;
      right: 0;
      top: -1px; }
    .contact .callout-guts button:hover {
      background: #591a1c;
      background-image: -webkit-linear-gradient(#591a1c, #812529);
      background-image: -moz-linear-gradient(#591a1c, #812529);
      background-image: -ms-linear-gradient(#591a1c, #812529);
      background-image: -o-linear-gradient(#591a1c, #812529);
      background-image: linear-gradient(#591a1c, #812529); }

  .video .callout-guts img {
    margin-top: 45px; } }
.hidden-desktop {
  display: none; }

.visible-desktop {
  display: inherit; }

@media (min-width: 768px) and (max-width: 1024px) {
  .hidden-desktop {
    display: inherit; }

  .visible-desktop {
    display: none; } }
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit; }

  .visible-desktop {
    display: none; }

  .visible-phone {
    display: inherit; }

  .hidden-phone {
    display: none; } }
/**** BASIC STYLES - CORP LOCATIONS TABLE ****/
#locations-table {
  margin: 0px 0px 25px 0;
  width: 100%;
  font-size: 0.875em;
  line-height: 1.4em; }

#locations-table a {
  color: #6B7F78; }

#locations-table a:hover {
  text-decoration: underline; }

#locations-table figure {
  float: left; }

#locations-table .loc_title_row {
  *zoom: 1;
  font-family: helvetica,arial,verdana,sans-serif;
  font-weight: bold;
  color: #fff;
  text-align: left;
  background: #4e9179; }
  #locations-table .loc_title_row:before, #locations-table .loc_title_row:after {
    content: " ";
    display: table; }
  #locations-table .loc_title_row:after {
    clear: both; }

#locations-table .loc_location_row {
  display: block;
  border-bottom: 1px solid #cac9c3;
  padding: 5px 0; }

#locations-table .even,
#locations-table .odd {
  clear: both;
  margin: 5px 0; }

#locations-table .loc_col1 {
  float: left;
  width: 50%;
  padding-left: 8px; }

#locations-table .loc_col2 {
  float: left;
  width: 50%; }

#locations-table .loc_title_row .loc_col2 {
  float: right; }

#locations-table .loc_name_heading {
  float: left;
  width: 100%; }

#locations-table .loc_location_heading {
  display: none; }

#locations-table .loc_bullet_col_heading {
  display: none; }

#locations-table .loc_care_levels_heading {
  width: 100%;
  text-align: center; }

#locations-table .loc_state_row {
  clear: both;
  width: 100%;
  height: 25px;
  line-height: 25px;
  min-height: 30px;
  overflow: hidden;
  background: #E7E7E7; }

#locations-table .loc_state_row a {
  font-family: helvetica,arial,verdana,sans-serif;
  font-weight: bold;
  color: #000;
  padding-left: 8px; }

#locations-table .loc_name {
  float: none;
  width: 100%;
  padding-top: 6px; }

#locations-table .loc_name a {
  font-size: 1.5em; }

#locations-table .loc_location {
  float: none;
  width: 100%; }

#locations-table .loc_phone .desktop {
  display: none; }

#locations-table .loc_bullet_col {
  float: left;
  width: 100%; }

#locations-table .care_level {
  display: block;
  width: 100%;
  text-align: center; }

#locations-table .loc_button {
  width: 100%; }

#locations-table .loc_button a {
  display: block;
  width: 100px;
  background: #3f97b5;
  /* for IE 9*/
  background-color: #3f97b5;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f97b5), color-stop(100%, #32778f));
  background-image: -webkit-linear-gradient(top, #3f97b5, #32778f);
  background-image: -moz-linear-gradient(top, #3f97b5, #32778f);
  background-image: -ms-linear-gradient(top, #3f97b5, #32778f);
  background-image: -o-linear-gradient(top, #3f97b5, #32778f);
  background-image: linear-gradient(top, #3f97b5, #32778f);
  width: 80%;
  border-radius: 3px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  padding: 6px;
  margin: 5px 10% 0px 0;
  text-transform: uppercase;
  font-size: 1.25em;
  letter-spacing: 0;
  display: inline-block; }
  #locations-table .loc_button a:hover {
    background-color: #793829; }

#locations-table .loc_button a:hover {
  text-decoration: none;
  opacity: .9; }

#locations-table img,
#locations-table .loc_thumb,
#locations-table .loc_button_heading, span.service-bullet {
  display: none; }

#slideshow_wrapper {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  max-width: 1600px; }

#slideshow-bottom-border {
  height: 8px;
  background: #812529; }

.desktop-only {
  display: none; }

#slideshow {
  position: relative; }

/* CSS for jQuery Reveal Plugin Maintained for Foundation. foundation.zurb.com Free to use under the MIT license. http://www.opensource.org/licenses/mit-license.php */
/* Reveal Modals ---------------------- */
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 300;
  display: none;
  top: 0;
  left: 0; }

.reveal-modal {
  background: #fff;
  visibility: hidden;
  display: none;
  top: 100px;
  left: 50%;
  margin-left: -260px;
  width: 520px;
  position: absolute;
  z-index: 301;
  padding: 30px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }

.reveal-modal .close-reveal-modal:not(.button) {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: .5;
  position: absolute;
  top: 8px;
  right: 11px;
  color: #aaa;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
  font-weight: bold;
  cursor: pointer; }

.reveal-modal.small {
  width: 30%;
  margin-left: -15%; }

.reveal-modal.medium {
  width: 40%;
  margin-left: -20%; }

.reveal-modal.large {
  width: 60%;
  margin-left: -30%; }

.reveal-modal.xlarge {
  width: 70%;
  margin-left: -35%; }

.reveal-modal.expand {
  width: 90%;
  margin-left: -45%; }

.reveal-modal .row {
  min-width: 0;
  margin-bottom: 10px; }

.reveal-modal > :first-child {
  margin-top: 0; }

.reveal-modal > :last-child {
  margin-bottom: 0; }

.reveal-modal img {
  min-width: 100%;
  max-width: 100%;
  height: auto; }

a.close-reveal-modal {
  border: none !important; }

@media print {
  .reveal-modal {
    border: solid 1px #000;
    background: #fff; } }
@media (max-width: 550px) {
  .reveal-modal.responsive {
    width: 90%;
    margin-left: -45%; } }
textarea, input {
  outline: none; }

#formWrapper form.cmxform label {
  width: 100%; }
#formWrapper form.cmxform p:first-child {
  display: none; }
#formWrapper form.cmxform .lead_line_li_wrapper {
  margin: 15px 0; }

#formWrapper ol {
  padding: 0;
  margin: 0;
  list-style: none; }
#formWrapper p, #formWrapper #thank_you p.ucode {
  display: block;
  margin: 20px 0 30px;
  font-size: 14px; }
  #formWrapper p a, #formWrapper #thank_you p.ucode a {
    color: #666; }
#formWrapper h3, #formWrapper h4 {
  display: block;
  padding-left: 7px;
  font-size: 0.875rem;
  font-weight: normal;
  font-family: sans-serif;
  text-transform: none;
  color: #77787b; }
#formWrapper h4 {
  font-size: 0.875rem;
  font-weight: normal; }
#formWrapper #formWrapper, #formWrapper #thank_you {
  max-width: 960px;
  margin: 0 auto; }
#formWrapper div#thank_you .thanks_data {
  width: 100%;
  padding: 0 1%; }
#formWrapper div#thank_you p {
  margin: 0 auto; }
  #formWrapper div#thank_you p.uCode {
    font-size: 14px; }
#formWrapper #return_link {
  display: none; }
#formWrapper form header {
  margin: 0 0 20px 0; }
#formWrapper form header div {
  font-size: 90%;
  color: #999; }
#formWrapper form header h2 {
  margin: 0 0 5px 0; }
#formWrapper form > div {
  clear: both;
  overflow: hidden;
  padding: 1px;
  margin: 0 0 10px 0; }
#formWrapper form > div > fieldset > div > div {
  margin: 0 0 5px 0; }
#formWrapper form > div > label,
#formWrapper legend {
  display: none; }
#formWrapper form > div > div,
#formWrapper form > div > fieldset > div {
  width: 75%;
  float: right; }
#formWrapper form > div > fieldset label {
  font-size: 100%; }
#formWrapper fieldset {
  border: 0;
  padding: 0; }
  #formWrapper fieldset ol li:first-of-type {
    list-style: none; }
#formWrapper input[type=text],
#formWrapper input[type=email],
#formWrapper input[type=url],
#formWrapper input[type=password],
#formWrapper textarea {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee; }
#formWrapper input[type=text],
#formWrapper input[type=email],
#formWrapper input[type=url],
#formWrapper input[type=password] {
  width: 100%; }
#formWrapper input[type=text]:focus,
#formWrapper input[type=email]:focus,
#formWrapper input[type=url]:focus,
#formWrapper input[type=password]:focus,
#formWrapper textarea:focus {
  outline: 0;
  border-color: #4697e4; }
#formWrapper input, #formWrapper textarea {
  border-radius: 5px;
  background-color: #faf7f6;
  font-size: 14px; }
#formWrapper input {
  height: 35px;
  padding: 0 10px; }
#formWrapper textarea {
  min-height: 35px;
  padding: 10px 0 0 10px; }
#formWrapper input[type=submit] {
  width: 80px;
  background-color: #2a4862;
  color: #ffffff; }
#formWrapper #state_label {
  margin-right: 2%; }

div#thank_you {
  padding: 1em;
  width: 94%; }
  div#thank_you .thanks_data {
    width: 100%;
    padding: 0 1%; }
  div#thank_you p {
    background-color: #DFD;
    border: 1px solid #000;
    padding: .5em;
    margin-bottom: 1em; }
    div#thank_you p.uCode {
      font-size: 14px; }
  div#thank_you dl.thanks_data {
    width: 100%;
    margin: 2em 0;
    padding: 0; }
  div#thank_you dl.thanks_data dt {
    width: 13em;
    float: left;
    white-space: nowrap;
    line-height: 1.7em;
    margin: 0 0 0 0;
    padding: .5em;
    border-top: 1px solid #999;
    font-weight: bold; }
  div#thank_you dl.thanks_data dd {
    margin: 0 0 0 0;
    padding: .5em;
    line-height: 1.7em;
    border-top: 1px solid #999; }
  div#thank_you div#thank_you p.uCode {
    font-size: 90%;
    background-color: transparent;
    border: none;
    margin-bottom: 0.25em;
    padding: 0; }
  div#thank_you div#thank_you #return_link {
    padding: 1em 0; }

@media only screen and (max-width: 767px) {
  #directionsForm #submit-button, #directionsForm #printButton {
    margin: 3px;
    width: 130px;
    margin-bottom: 15px; } }
@media only screen and (max-width: 480px) {
  div#thank_you dl.thanks_data dt {
    float: none;
    width: 100%; } }
#directionsForm #fromAddress, #directionsForm #toAddress {
  width: 100%;
  max-width: 320px; }

.state_label {
  margin-right: 15px; }

#newsletter form fieldset {
  border: 0;
  padding: 0; }
#newsletter form input[type='text'] {
  max-width: 207px;
  display: block;
  width: 94%;
  font-size: 0.95em;
  text-align: center;
  height: 48px;
  margin: 10px 3%;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #94a3b0; }
  #newsletter form input[type='text']:focus {
    text-align: left;
    padding-left: 5px; }
#newsletter form input[type='submit'] {
  max-width: 207px;
  display: block;
  width: 94%;
  height: 48px;
  margin: 10px 4%;
  border-radius: 4px;
  color: #ffffff;
  font-size: 0.95em;
  font-family: 'pt-serif';
  border: none;
  background: #b42b32; }

#directionsForm input[type='submit'], #directionsForm input[type='button'] {
  background: #2a4862;
  padding: 3px 0 3px 3px;
  color: #ffffff;
  border-radius: 3px; }
  #directionsForm input[type='submit']:hover, #directionsForm input[type='button']:hover {
    background: #396286; }

#calroot {
  top: 700px;
  width: 205px !important; }

#directionsForm #submit-button {
  margin: 5px 5px 15px 0 !important; }

#formWrapper ol {
  margin-left: 0 !important; }
  #formWrapper ol li {
    list-style: none !important; }

@media only screen and (min-width: 768px) {
  div#thank_you {
    width: 64%;
    float: left; } }
.part_partial {
  padding: 2%;
  width: 100%; }

ol.table.events ol, ol.table.events li {
  list-style: none; }

#ap_container {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  min-height: 500px;
  width: 640px; }
  #ap_container h2.ap_title {
    display: block;
    clear: both;
    text-align: center; }

#ap_map_container {
  float: right;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  padding: 0;
  border: 1px solid #cbcbcb;
  border-bottom: 1px solid #aaaaaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #f9f9f9;
  background-image: -webkit-linear-gradient(top, #ffffff, #f4f4f4);
  background-image: -moz-linear-gradient(top, #ffffff, #f4f4f4);
  background-image: -ms-linear-gradient(top, #ffffff, #f4f4f4);
  background-image: -o-linear-gradient(top, #ffffff, #f4f4f4);
  /* Opera/IE 8+ */
  margin: 0;
  width: 640px; }
  #ap_map_container #ap_map {
    margin: 10px auto;
    height: 278px;
    border: 1px solid #cbcbcb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 620px; }
  #ap_map_container #ap_map_caption p {
    margin: 0;
    padding: 0 10px 10px 10px;
    color: #666666;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px; }
    #ap_map_container #ap_map_caption p span {
      display: block;
      font-weight: normal; }

#ap_facility_list {
  float: left;
  padding: 0;
  margin: 6px 0 0 0;
  width: 640px; }
  #ap_facility_list h2 {
    display: block;
    margin: 0;
    padding: 10px;
    height: 30px; }

.ap_location {
  position: relative;
  float: left;
  margin: 0 0 10px 0;
  padding: 13px;
  border: 1px solid #cbcbcb;
  border-bottom: 1px solid #aaaaaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #f9f9f9;
  background-image: -webkit-linear-gradient(top, #ffffff, #f4f4f4);
  background-image: -moz-linear-gradient(top, #ffffff, #f4f4f4);
  background-image: -ms-linear-gradient(top, #ffffff, #f4f4f4);
  background-image: -o-linear-gradient(top, #ffffff, #f4f4f4);
  text-shadow: 1px 1px 0 #ffffff;
  width: 614px; }
  .ap_location:hover {
    background: #f4f4f4;
    background-image: -webkit-linear-gradient(top, #ffffff, #ececec);
    background-image: -moz-linear-gradient(top, #ffffff, #ececec);
    background-image: -ms-linear-gradient(top, #ffffff, #ececec);
    background-image: -o-linear-gradient(top, #ffffff, #ececec); }
  .ap_location a.ap_location_link {
    display: block;
    overflow: visible;
    height: auto; }
  .ap_location img {
    float: left;
    margin: 0 13px 0 0;
    padding: 4px;
    border: 1px solid #cbcbcb;
    border-bottom: 1px solid #aaaaaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  .ap_location address.vcard {
    margin: 0 !important;
    padding: 0 !important;
    color: #666666;
    font-family: helvetica; }
    .ap_location address.vcard span.name {
      display: block;
      margin: 10px 0 0 0;
      color: #555555; }
      .ap_location address.vcard span.name span.company_name {
        word-wrap: break-word;
        font-size: 19px; }
    .ap_location address.vcard span.adr {
      display: block;
      margin: 3px 0 0 0;
      font-size: 15px; }
      .ap_location address.vcard span.adr span.street_address {
        display: block; }
    .ap_location address.vcard span.distance {
      display: block;
      margin: 0;
      padding: 0;
      width: auto;
      color: #06376f;
      font-weight: bold;
      font-size: 15px;
      line-height: 16px; }
  .ap_location .ap_visit_location {
    position: absolute;
    right: 13px;
    bottom: 13px;
    display: block;
    margin: 15px 0 0 0;
    padding: 7px 10px;
    border-bottom: 1px solid #06376f;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #0758b4;
    background-image: -webkit-linear-gradient(top, #0758b4, #06376f);
    background-image: -moz-linear-gradient(top, #0758b4, #06376f);
    background-image: -ms-linear-gradient(top, #0758b4, #06376f);
    background-image: -o-linear-gradient(top, #0758b4, #06376f);
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: -1px -1px 0 #06376f;
    font-size: 17px;
    font-family: helvetica;
    line-height: 17px; }
    .ap_location .ap_visit_location:hover {
      background-image: -webkit-linear-gradient(top, #06376f, #0758b4);
      background-image: -moz-linear-gradient(top, #06376f, #0758b4);
      background-image: -ms-linear-gradient(top, #06376f, #0758b4);
      background-image: -o-linear-gradient(top, #06376f, #0758b4);
      text-decoration: none; }

#ap_container {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 500px;
  width: 640px;
  width: 100%; }
  #ap_container h2.ap_title {
    display: block;
    clear: both;
    text-align: center; }

#ap_map_container {
  float: right;
  padding: 0;
  border: 1px solid #cbcbcb;
  border-bottom: 1px solid #aaaaaa;
  background: #f9f9f9;
  *zoom: 1;
  float: none;
  width: 100% !important;
  padding: 10px;
  margin: 20px 0 20px 0;
  width: 35%; }
  #ap_map_container:before, #ap_map_container:after {
    content: " ";
    display: table; }
  #ap_map_container:after {
    clear: both; }
  #ap_map_container #ap_map {
    margin: 10px auto;
    height: 278px;
    border: 1px solid #cbcbcb;
    width: 204px; }
  #ap_map_container #ap_map_caption p {
    margin: 0;
    padding: 0 10px 10px 10px;
    color: #666666;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px; }
    #ap_map_container #ap_map_caption p span {
      display: block;
      font-weight: normal; }
  #ap_map_container #ap_map_caption p {
    padding-top: 10px;
    padding-bottom: 0; }
  #ap_map_container #ap_map {
    margin: 0;
    width: 100%; }

#ap_facility_list {
  float: left;
  padding: 0;
  margin: 20px 0;
  width: 416px;
  padding: 0 10px 0 0;
  width: 65%;
  *zoom: 1;
  margin: 0;
  width: 100% !important;
  float: none;
  padding: 0; }
  #ap_facility_list:before, #ap_facility_list:after {
    content: " ";
    display: table; }
  #ap_facility_list:after {
    clear: both; }
  @media screen and (max-width: 960px) {
    #ap_facility_list {
      width: 65%;
      padding: 0 10px 0 0;
      width: 65%; } }
  @media screen and (max-width: 767px) {
    #ap_facility_list {
      padding: 0 10px;
      width: 100%; } }
  #ap_facility_list h2 {
    display: none; }

.ap_location {
  position: relative;
  float: left;
  margin: 0 0 10px 0;
  padding: 13px;
  border: 1px solid #cbcbcb;
  border-bottom: 1px solid #aaaaaa;
  background: #f9f9f9;
  width: 390px;
  width: 100%; }
  .ap_location:hover {
    background: #f4f4f4; }
  .ap_location a.ap_location_link {
    display: block;
    overflow: visible;
    height: auto; }
  .ap_location img {
    float: left;
    margin: 0 13px 0 0;
    padding: 4px;
    border: 1px solid #cbcbcb;
    border-bottom: 1px solid #aaaaaa; }
  .ap_location address.vcard {
    margin: 0 !important;
    padding: 0 !important;
    color: #666666;
    font-family: helvetica; }
    .ap_location address.vcard span.name {
      display: block;
      margin: 10px 0 0 0;
      color: #555555; }
      .ap_location address.vcard span.name span.company_name {
        word-wrap: break-word;
        font-size: 19px; }
    .ap_location address.vcard span.adr {
      display: block;
      margin: 3px 0 0 0;
      font-size: 15px; }
      .ap_location address.vcard span.adr span.street_address {
        display: block; }
    .ap_location address.vcard span.distance {
      display: block;
      margin: 0;
      padding: 0;
      width: auto;
      color: #812529;
      font-weight: bold;
      font-size: 15px;
      line-height: 16px; }
  .ap_location .ap_visit_location {
    position: absolute;
    right: 13px;
    bottom: 13px;
    display: block;
    margin: 15px 0 0 0;
    padding: 7px 10px;
    background: #812529;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 17px;
    font-family: helvetica;
    line-height: 17px; }
    .ap_location .ap_visit_location:hover {
      text-decoration: none; }
  @media screen and (max-width: 960px) {
    .ap_location {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .ap_location {
      width: 100%; }
      .ap_location .ap_visit_location {
        display: none; } }
  @media screen and (max-width: 480px) {
    .ap_location {
      width: 100%; }
      .ap_location img {
        display: none; }
      .ap_location address.vcard span.name {
        margin: 0; } }

div.rating {
  position: relative; }

div.rating span.average-rating,
div.rating span.gold-stars,
div.review div.rating {
  display: block;
  background: url(/images/global/rating_stars.png) 0 -16px repeat-x;
  width: 80px;
  height: 16px;
  text-indent: -999em;
  position: relative; }

div.rating span.gold-stars {
  background-position: 0 0;
  position: absolute;
  top: 0;
  left: 0; }

div.review {
  margin-bottom: 18px; }

div.review .review-body {
  margin-bottom: 7px;
  font-style: italic; }

div.review .author .via {
  display: inline-block;
  text-indent: -999em;
  background-repeat: no-repeat;
  margin: 0 2px; }

div.review .author .google {
  background-image: url(/images/global/reviews-google-plus.png);
  background-position: 0 2px;
  width: 20px;
  height: 22px; }

div.review .author .yelp {
  background-image: url(/images/global/reviews-yelp.png);
  width: 52px;
  height: 27px; }

div.review .author .apartmentRatings {
  background-image: url(/images/global/reviews-apartment-ratings.png);
  width: 99px;
  height: 27px; }

div.review .author .caringcom {
  background-image: url(/images/global/reviews-caringcom.png);
  width: 90px;
  height: 25px; }

div.review .author .seniorAdvisor {
  background-image: url(/images/global/reviews-senioradvisor.png);
  width: 128px;
  height: 20px; }

#flashmap {
  height: 400px; }

#flashmap, #directionsMap {
  width: 94%;
  margin: 0 auto;
  height: 300px; }
  #flashmap img, #directionsMap img {
    -webkit-box-shadow: none;
    box-shadow: none; }

#directionsForm {
  width: 100%;
  margin: 20px 0;
  clear: both; }
  #directionsForm #fromAddress, #directionsForm #toAddress {
    float: left;
    margin: 5px 0;
    width: 320px; }
  #directionsForm #toAddress_label, #directionsForm #fromAddress_label {
    float: left;
    clear: left;
    min-width: 60px;
    margin: 5px 0; }
  #directionsForm #submit-button {
    float: left;
    clear: left;
    margin: 5px 5px 15px 60px;
    width: 155px; }
  #directionsForm #printButton {
    float: left;
    margin: 5px 5px 15px 5px;
    width: 155px; }

img.adp-marker {
  width: 32px !important;
  -webkit-box-shadow: none;
  box-shadow: none; }

.adp-distance {
  padding-left: 20px; }

#directionsForm {
  padding: 2%; }

#directionsForm #fromAddress, #directionsForm #toAddress {
  width: 90%;
  max-width: 320px; }

#directionsForm #submit-button, #directionsForm #printButton {
  width: 45%;
  max-width: 155px; }

.adp {
  width: 100%;
  *zoom: 1; }
  .adp:before, .adp:after {
    content: " ";
    display: table; }
  .adp:after {
    clear: both; }

.dir-buttons {
  *zoom: 1;
  width: 90%;
  padding: 2%;
  margin: 0 auto; }
  .dir-buttons:before, .dir-buttons:after {
    content: " ";
    display: table; }
  .dir-buttons:after {
    clear: both; }

.adp-step, .adp-substep {
  padding: 0 !important; }

.adp-distance {
  padding-left: 0;
  white-space: normal; }

/* Signature Brand Styles */
#signature-brand {width:100px;height:23px;display:block;margin:10px 0;outline:none;text-indent:-9999px;background:url(/images/global/signature-brand-getg5.png);overflow:hidden;}
#signature-brand:hover, 
#signature-brand:focus {background-position:0 -23px;}
#signature-brand:active {background-position:0 -46px;}
#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(/images/shadowbox/loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(/images/shadowbox/close.png);}
#sb-nav-next{background-image:url(/images/shadowbox/next.png);}
#sb-nav-previous{background-image:url(/images/shadowbox/previous.png);}
#sb-nav-play{background-image:url(/images/shadowbox/play.png);}
#sb-nav-pause{background-image:url(/images/shadowbox/pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}

