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

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

html #ap_container {
  margin: 30px 0; }

#ap_facility_list h2,
#ap_container #ap_facility_list h2,
.main #ap_container #ap_facility_list h2,
html #ap_facility_list h2 {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  height: auto; }

/*
 * Retina Sprites for Compass
 * by:              Gaya Kessler
 * last update:     01/14/13
 *
 * Usage:
 * 1. create two folders in your image directory (in this case 'icons' and 'icons-2x').
 * 2. adjust the foldernames defined below if you use different names.
 * 3. create sprite images for pixel ratio 1 screens and put them in the first folder.
 * 4. create sprite images for pixel ratio 2 screens and put them in the second folder, use the same filenames.
 * 5. use the sprite-image in your Sass/Scss using: '@include use-sprite(<sprite-name>)'
 */
/*! 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.
 */
h1 {
  font-size: 2em; }

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

body {
  color: #504b3b;
  font-family: "pt-serif",sans-serif; }

body.store {
  color: #504b3b;
  font-family: "pt-serif",sans-serif; }

a {
  color: #1e6759;
  text-decoration: none; }
  a:hover {
    color: #237667;
    border-bottom: 1px solid #237667; }

ul, ol {
  padding-left: 2px;
  margin: 1em 20px; }

.main p, .main li, .main dt, .main dd, .main table {
  font-size: 1em;
  line-height: 1.4;
  text-align: left; }
.main h1 {
  font-size: 2.125em;
  margin: 0; }
.main h2 {
  font-size: 1.5em;
  text-transform: uppercase; }
.main h3 {
  font-size: 1.25em; }
.main h4 {
  font-size: 1.1875em; }
.main h1, .main h2, .main h3, .main h4, .main h5, .main h6 {
  font-family: "pt-serif-caption",sans-serif !important;
  color: #164b41;
  font-weight: 400;
  margin-bottom: 15px; }
.main .cta-block {
  font-size: 22px; }
  .main .cta-block p {
    margin: 0px;
    text-align: left;
    line-height: 34px; }
  .main .cta-block .cta-text a, .main .cta-block .cta-text a:hover {
    color: #5c5748;
    border: 0px none; }
  .main .cta-block strong {
    font-size: 37px;
    color: #154c40;
    text-transform: uppercase; }
.main ul, .main ol {
  padding-left: 2px;
  margin: 1em 20px; }
.main li {
  list-style: disc;
  padding: 2px 0 2px 12px; }
  .main li li {
    font-size: inherit; }
    .main li li li {
      font-size: inherit; }
.main dd {
  margin: 0 0 5px 0; }

.store h1 {
  margin-bottom: 30px; }
.store .vcard {
  font-style: normal; }
  .store .vcard .org {
    font-size: 120%;
    font-weight: bold; }

@media screen and (max-width: 575px) {
  .main h1 {
    font-size: 2.1875em;
    /*text-align:center;*/ } }
.slabtexted .slabtext {
  display: -moz-inline-box;
  display: inline-block;
  white-space: nowrap;
  line-height: 0.9; }

.slabtextinactive .slabtext {
  display: inline;
  white-space: normal;
  font-size: 1em !important;
  letter-spacing: inherit !important;
  word-spacing: inherit !important;
  *letter-spacing: 0 !important;
  *word-spacing: 0 !important; }

.slabtextdone .slabtext {
  display: block; }

body {
  padding: 0;
  background: transparent;
  background: url("/images/vert-background-glow.png") 50% 169px no-repeat; }
  body.store.home {
    background-image: url("/images/bg-banner-01.jpg");
    background-position: 50% 169px;
    background-repeat: repeat-x; }

html {
  background: url("/images/vert-background-texture-stripe.png") center 0 repeat-x white; }

.left {
  float: left;
  clear: left;
  margin: 1em 25px 0 25px; }

.right {
  float: right;
  clear: right;
  margin: 1em 0 25px 25px; }

ul {
  margin: 1em 0;
  padding: 0; }

p {
  margin-top: 0; }

.clear {
  clear: both; }

.main {
  position: relative; }
  .main img {
    padding: 8px 0; }
  .main #p_col1_top img {
    padding-top: 0;
    min-width: 611px;
    max-width: 100%;
    height: auto; }

.main {
  *zoom: 1;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.9375em;
  background-color: #fff; }
  .main:before, .main:after {
    content: " ";
    display: table; }
  .main:after {
    clear: both; }
  .singhapartments .main {
    max-width: 960px; }
  .main .content {
    margin-top: 3%;
    margin-bottom: 3%; }
    .main .content.no-sidebar {
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 100%; }
      .main .content.no-sidebar:last-child {
        margin-right: 0; }
  .main .sidebar {
    margin-top: 3%;
    margin-bottom: 3%;
    padding: 0 7px 0 3%; }
    .main .sidebar img {
      max-width: 100%;
      height: auto; }
    .main .sidebar .block {
      display: block;
      overflow: hidden;
      margin-bottom: 6%;
      text-decoration: none; }
  .main .welcome {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 100%;
    padding: 2% 5% 2%;
    margin-right: 0; }
    .main .welcome:last-child {
      margin-right: 0; }

.corp.home .main .content {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 65.88078%; }
  .corp.home .main .content:last-child {
    margin-right: 0; }
.corp.home .main .sidebar {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-right: 0;
  margin-top: 3%; }
  .corp.home .main .sidebar:last-child {
    margin-right: 0; }

.corp.interior .main {
  padding: 0 25px; }
  .corp.interior .main .content {
    float: left;
    width: 67%;
    margin-top: 0;
    margin-top: 25px;
    padding: 0; }
  .corp.interior .main .sidebar {
    float: left;
    width: 33%;
    padding: 0;
    margin: 0;
    margin-top: 25px;
    padding-left: 40px; }

.corp.interior.single .main .content {
  width: 100%; }
.corp.interior.single .main .sidebar {
  display: none; }

.block.address .adr {
  padding: 0;
  color: #333;
  font-size: 1.125em; }
  .block.address .adr h4 {
    margin: 0 0 1% 0;
    padding: 0;
    font-weight: bold;
    font-size: 0.9375em; }
  .block.address .adr .street-address {
    display: block;
    float: left;
    clear: both;
    width: 100%; }
  .block.address .adr .hours {
    margin: 18px 0; }
    .block.address .adr .hours span {
      display: block; }
  .block.address .adr .region {
    border: none !important; }
  .block.address .adr ul {
    margin: 4.5% 0.5%; }
    .block.address .adr ul li {
      margin: 1% 0;
      padding: 0;
      list-style: none; }
      .block.address .adr ul li a {
        color: #396b92;
        text-decoration: none; }

.main .sidebar .cta-block {
  position: relative;
  width: 100%;
  margin: 0 0 15px 0; }
  .main .sidebar .cta-block:hover img {
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3); }
  .main .sidebar .cta-block .cta-text {
    position: absolute;
    top: 10px;
    left: 10px; }
  .main .sidebar .cta-block img {
    background-color: #fff;
    border: 1px solid #d1cfc6;
    display: block;
    margin: 0;
    max-width: 100%;
    height: auto;
    padding: 0;
    box-shadow: none; }

.store {
  background: #eae5d6; }
  .store .main {
    background: #fff;
    padding: 10px 0 0;
    margin: 0 auto; }
    .store .main .content {
      float: right;
      width: 69%;
      margin: 0 1% 20px 0; }
      .store .main .content > div {
        padding: 0 30px; }
      .store .main .content #p_col1_top {
        padding: 0px; }
    .store .main .sidebar {
      float: right;
      padding: 0px;
      margin: 0px 1%;
      width: 28%; }

.store.home {
  background: #fff; }
  .store.home .main {
    padding-top: 0; }
    .store.home .main .content {
      float: left; }
      .store.home .main .content .welcome {
        margin-top: 20px; }

.corp.home .main {
  padding-top: 25px; }

/* deal with embeds like youtube and facebook */
.vid-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  height: 0;
  overflow: hidden; }

.vid-container.fb {
  min-height: 600px; }

.vid-container iframe,
.vid-container object,
.vid-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.vid-container.fixed iframe,
.vid-container.fixed object,
.vid-container.fixed embed {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 560px;
  max-height: 315px; }

body.corp #team {
  margin: 20px 0; }

body.corp #team .even,
body.corp #team .odd {
  clear: both;
  position: relative;
  border-top: 1px solid #cac9c3;
  padding: 10px 0; }

body.corp #team h3.title {
  margin-top: 20px; }

body.corp #team p.photo {
  display: block;
  width: 150px;
  height: 150px;
  margin: 0;
  padding: 0;
  -moz-box-shadow: 0px 1px 4px #646464;
  -webkit-box-shadow: 0px 1px 4px #646464;
  box-shadow: 0px 1px 4px #646464; }

/* Promoted reviews overrides */
div.rating span.average-rating,
div.rating span.gold-stars,
div.review div.rating {
  display: inline-block; }

div.rating {
  margin-top: 6px; }

@media screen and (max-width: 920px) {
  .main .sidebar {
    padding: 0; }

  .main #p_col1_top img {
    min-width: 100%; }

  .corp.interior .main {
    padding: 0 25px; }
    .corp.interior .main .content {
      float: left;
      width: 62%;
      margin-top: 0;
      margin-top: 25px;
      padding: 0; }
    .corp.interior .main .sidebar {
      float: left;
      width: 33%;
      padding: 0;
      margin: 0;
      margin-top: 25px;
      padding-left: 40px; } }
@media screen and (max-width: 768px) {
  .main .cta-blocks,
  .corp.home .main .cta-blocks,
  .corp.interior .main .cta-blocks {
    margin: 51% 0 2% 0; }
    .main .cta-blocks .cta-block,
    .corp.home .main .cta-blocks .cta-block,
    .corp.interior .main .cta-blocks .cta-block {
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 100%;
      margin-bottom: 15px; }
      .main .cta-blocks .cta-block:last-child,
      .corp.home .main .cta-blocks .cta-block:last-child,
      .corp.interior .main .cta-blocks .cta-block:last-child {
        margin-right: 0; }
      .main .cta-blocks .cta-block h4,
      .corp.home .main .cta-blocks .cta-block h4,
      .corp.interior .main .cta-blocks .cta-block h4 {
        margin: 1% 0; }
  .main .content,
  .corp.home .main .content,
  .corp.interior .main .content {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 100%; }
    .main .content:last-child,
    .corp.home .main .content:last-child,
    .corp.interior .main .content:last-child {
      margin-right: 0; }
    .main .content.adjust-content,
    .corp.home .main .content.adjust-content,
    .corp.interior .main .content.adjust-content {
      margin-top: 44%; }
  .main .sidebar,
  .corp.home .main .sidebar,
  .corp.interior .main .sidebar {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-right: 0; }
    .main .sidebar:last-child,
    .corp.home .main .sidebar:last-child,
    .corp.interior .main .sidebar:last-child {
      margin-right: 0; }
    .main .sidebar img,
    .corp.home .main .sidebar img,
    .corp.interior .main .sidebar img {
      /*display:none;*/ }
    .main .sidebar .block,
    .corp.home .main .sidebar .block,
    .corp.interior .main .sidebar .block {
      margin: 0 0 2% 0; }
      .main .sidebar .block.address,
      .corp.home .main .sidebar .block.address,
      .corp.interior .main .sidebar .block.address {
        display: none; }
      .main .sidebar .block.social,
      .corp.home .main .sidebar .block.social,
      .corp.interior .main .sidebar .block.social {
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 100%; }
        .main .sidebar .block.social ul,
        .corp.home .main .sidebar .block.social ul,
        .corp.interior .main .sidebar .block.social ul {
          width: 300px;
          margin: 0 auto; }
          .main .sidebar .block.social ul li,
          .corp.home .main .sidebar .block.social ul li,
          .corp.interior .main .sidebar .block.social ul li {
            margin: 0 8px; }
        .main .sidebar .block.social:last-child,
        .corp.home .main .sidebar .block.social:last-child,
        .corp.interior .main .sidebar .block.social:last-child {
          margin-right: 0; }

  .store .main {
    position: static; }
    .store .main .content {
      float: none;
      width: 94%;
      margin: 0 3%; }
      .store .main .content > div {
        padding: 0; }
    .store .main .sidebar {
      float: none;
      margin: 0px 1%;
      width: 98%; }
      .store .main .sidebar .vcard, .store .main .sidebar .hours {
        display: none; }

  .corp.interior .main .content {
    margin-top: 186px; }

  .corp.interior.single .main .content {
    margin-top: 20px; }

  /* turn off turn social at mobile */
  #ts {
    display: none !important; } }
@media screen and (max-width: 645px) {
  body.store.home {
    background-image: none !important; }

  .store .main {
    margin-top: 180px; } }
@media screen and (max-width: 575px) {
  .corp.home .main {
    margin-top: 0; } }
@media screen and (max-width: 480px) {
  body.store.home {
    background-image: none !important; } }
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url(../../../../../../g5clients/current/singh-vert-and-loc/public/stylesheets/fonts/flexslider-icon.eot);
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url(../../../../../../g5clients/current/singh-vert-and-loc/public/stylesheets/fonts/flexslider-icon.woff) format("woff"), url(../../../../../../g5clients/current/singh-vert-and-loc/public/stylesheets/fonts/flexslider-icon.ttf) format("truetype"), url(../../../../../../g5clients/current/singh-vert-and-loc/public/stylesheets/fonts/flexslider-icon.svg#flexslider-icon) format("svg");
  font-weight: normal;
  font-style: normal; }

/* FlexSlider Necessary Styles
*********************************/
.store .flexslider {
  position: relative;
  margin: 0;
  padding: 0;
  max-height: 420px;
  height: 420px;
  /*added to fix content position*/
  max-width: 940px;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  overflow: hidden;
  /* Hide the slides before the JS is loaded. Avoids image jumping */
  /* Control Nav */ }
  .store .flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden; }
  .store .flexslider .slides img {
    width: 100%;
    display: block;
    max-height: 420px;
    max-width: 940px; }
  .store .flexslider .slides img,
  .store .flexslider ul,
  .store .flexslider li {
    padding: 0;
    margin: 0; }
  .store .flexslider .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    z-index: 999; }
  .store .flexslider .flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline; }
  .store .flexslider .flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    margin: 0 3px;
    background: #fff;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }
  .store .flexslider .flex-control-paging li a.flex-active {
    cursor: default; }

#menu-bg {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 264px;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  z-index: 2; }

@media screen and (max-width: 768px) {
  #menu-bg {
    display: none; } }
.corp .flexslider {
  position: relative;
  margin: 0;
  padding: 0;
  margin: 0 auto;
  max-height: 395px;
  height: 395px;
  /*added to fix content position*/
  max-width: 890px;
  border-left: 0;
  border-right: 0;
  overflow: hidden;
  /* Hide the slides before the JS is loaded. Avoids image jumping */
  /* Control Nav */ }
  .corp .flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    position: relative; }
  .corp .flexslider .slides img {
    position: relative;
    width: 100%;
    display: block;
    max-height: 395px;
    max-width: 890px; }
  .corp .flexslider .slides img,
  .corp .flexslider ul,
  .corp .flexslider li {
    padding: 0;
    margin: 0; }
  .corp .flexslider .slide-caption {
    position: absolute;
    right: 0;
    top: 114px;
    background: rgba(0, 0, 0, 0.75);
    display: block;
    width: 275px;
    height: 141px;
    line-height: .9em;
    opacity: 1;
    font-size: 46px;
    font-style: italic !important;
    font-family: "pt-serif-caption",sans-serif;
    display: block;
    color: #fff;
    padding: 28px 0 0 30px; }
    .corp .flexslider .slide-caption a {
      color: #fff;
      text-decoration: none;
      border: 0; }
      .corp .flexslider .slide-caption a:hover {
        opacity: .9;
        border: 0; }
    .corp .flexslider .slide-caption .subtext {
      display: block;
      font-size: .7em;
      text-transform: none;
      font-style: normal;
      color: #fff;
      text-indent: 30px;
      padding: 0; }
      .corp .flexslider .slide-caption .subtext:hover {
        opacity: .9;
        border: 0; }
  .corp .flexslider .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -10px;
    right: 10px;
    text-align: right;
    z-index: 999; }
  .corp .flexslider .flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline; }
  .corp .flexslider .flex-control-paging li a {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 3px;
    background: #fff;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }
  .corp .flexslider .flex-control-paging li a.flex-active {
    cursor: default; }

.corp .main .slide-caption-right {
  background: rgba(0, 0, 0, 0.75);
  display: block;
  position: absolute;
  right: -10px;
  top: 139px;
  width: 40px;
  height: 141px; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0;
  background: #fff;
  position: relative;
  zoom: 1; }

.flex-viewport {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  /*max-height: 300px;*/ }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001'; }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

/* Control Nav */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
@media screen and (max-width: 1014px) {
  .corp .main .slide-caption-right,
  .corp .flexslider .slide-caption {
    display: none; }

  .corp .flexslider {
    margin-top: 140px; } }
@media screen and (max-width: 930px) {
  .flex-control-nav {
    display: none; } }
@media screen and (min-width: 769px) and (max-width: 850px) {
  .corp .flexslider {
    height: 325px;
    /*added to fix content position*/ } }
@media screen and (min-width: 568px) and (max-width: 768px) {
  .corp .flexslider {
    height: 240px;
    /*added to fix content position*/ } }
@media screen and (min-width: 320px) and (max-width: 567px) {
  .corp .flexslider {
    height: 180px;
    /*added to fix content position*/ } }
@media screen and (max-width: 768px) {
  .corp .flexslider {
    margin-top: 190px; }

  .store .flexslider {
    height: 330px; } }
@media screen and (max-width: 568px) {
  .store .flexslider {
    height: 200px; } }
@media screen and (max-width: 320px) {
  .store .flexslider {
    height: 140px; } }
svg {
  height: 112%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #f4f4f4; }
  svg path {
    fill: none;
    stroke-linejoin: round; }
  svg .state-fill {
    fill: #c1c1c1;
    stroke: #f4f4f4;
    stroke-width: 1px; }
  svg .active {
    fill: #2e577d; }
  svg .active:hover {
    opacity: 0.9; }

h2.map_heading {
  display: block;
  height: 10%;
  margin: 0;
  padding: 1% 0 1% 4%;
  font-size: 1.75em; }

.locations_map {
  height: 50%;
  margin-bottom: 6%;
  padding-top: 50%;
  position: relative;
  overflow: visable; }

a.ie8-map, a.noscript-map {
  border: none; }

.no-js .locations_map {
  display: none; }
.no-js a.noscript-map img {
  max-width: 100%;
  height: auto; }

.header {
  width: 100%;
  max-width: 940px;
  max-height: 169px;
  background: #fff;
  position: relative;
  z-index: 500;
  margin: auto; }
  .singhapartments .header {
    max-width: 960px; }
  .header .header-content {
    margin-left: -1px; }
    .corp .header .header-content {
      overflow: hidden; }
    .header .header-content .logo {
      float: left;
      border-left: 1px solid #E0E0E0;
      border-right: 1px solid #E0E0E0;
      width: 29%;
      max-height: 169px; }
      .header .header-content .logo a {
        display: block; }
      .header .header-content .logo a:hover {
        border: 0px none; }
      .header .header-content .logo img {
        margin: auto;
        max-width: 100%;
        max-height: 169px;
        /*padding:11px 24px;*/ }
    .header .header-content .header-btn {
      position: absolute;
      right: 20px;
      width: 165px;
      background-color: #551912;
      background-image: url(/images/facility-cta-arrow.png);
      background-repeat: no-repeat;
      background-position: 95% 50%;
      padding: 0 20px 2px 10px;
      box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3); }
      .header .header-content .header-btn a {
        display: block;
        color: #e5e5e5; }
        .header .header-content .header-btn a:hover {
          text-decoration: none;
          border: none; }
      .header .header-content .header-btn:hover {
        opacity: 0.9; }

.store .header {
  max-width: none;
  background: #eae5d6 url(/images/facility-header-bg.png) repeat-x bottom; }
  .store .header .header-content {
    max-width: 940px;
    margin: auto;
    position: relative;
    min-height: 169px;
    z-index: 50;
    /*overflow:hidden;*/ }
    .singhapartments .store .header .header-content {
      max-width: 960px; }
    .store .header .header-content .logo {
      border: 0 none;
      margin: 0 10px 0 8px;
      width: auto;
      max-width: 264px; }
      .store .header .header-content .logo a {
        line-height: 0px; }
      .store .header .header-content .logo img {
        padding: 0px;
        box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
        position: relative;
        z-index: 100;
        width: auto; }

@media screen and (max-width: 645px) {
  .store .header .header-content .logo {
    margin: 0 auto; } }
@media screen and (max-width: 768px) {
  .header .header-content {
    overflow: visible; }
    .header .header-content .logo {
      float: none; } }
@media screen and (max-width: 768px) {
  .header {
    overflow: visible;
    max-height: 170px; }
    .header .header-content {
      margin-left: 0; }
      .corp .header .header-content {
        overflow: visible; }
      .header .header-content .nav-holder {
        bottom: 0px; }
      .header .header-content .logo {
        margin: 0;
        padding: 50px 0 0 0; }
        .header .header-content .logo img {
          display: block;
          margin: 0 auto;
          max-width: 220px; }
        .header .header-content .logo .phone {
          margin-top: 0;
          min-height: 45px;
          padding: 0; }
          .header .header-content .logo .phone span, .header .header-content .logo .phone a {
            font-size: 35px;
            line-height: 42px;
            height: 100%; }
      .header .header-content .header-btn {
        left: 10px;
        top: 10px; }

  .store .header {
    padding-top: 50px;
    background: #eae5d6;
    min-height: 220px; }
    .store .header .header-content .logo {
      padding-top: 0px; }
    .store .header .header-content .header-btn {
      top: -40px; } }
@media screen and (min-width: 646px) and (max-width: 768px) {
  .header .header-content .logo {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0; }
    .header .header-content .logo:last-child {
      margin-right: 0; } }
@media screen and (max-width: 645px) {
  .header {
    padding-top: 0; }
    .header .header-content .logo {
      margin: 0 auto;
      width: 100%;
      z-index: 2;
      padding-top: 55px; }
    .header .header-content .header-btn {
      display: none; } }
.our-communities, .zip-search {
  display: block;
  margin: 10px 5px 10px 0;
  padding: 10px;
  color: #adc1bc;
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
  position: relative;
  min-height: 67px;
  box-shadow: 1px 1px 5px #bbb;
  font-family: "pt-serif-caption",sans-serif;
  min-width: 255px;
  z-index: 2; }
  .our-communities em, .zip-search em {
    text-transform: capitalize;
    color: #fff;
    display: block;
    margin-left: 15px; }
  .our-communities #zip, .zip-search #zip {
    border: 0 none;
    border-radius: 2px 0 0 2px;
    height: 38px;
    width: 197px;
    font-size: 17px;
    padding-left: 8px;
    position: absolute;
    font-family: "pt-sans-narrow",sans-serif; }
  .our-communities #submit-button, .zip-search #submit-button {
    position: absolute;
    left: 207px;
    border-radius: 0 2px 2px 0; }

.zip-search {
  padding-top: 15px; }

.our-communities {
  background: url("/images/cta-arrow-white.gif") no-repeat 240px center #164b41;
  margin-top: 0px; }
  .our-communities:hover {
    border-bottom: 0px none; }

.corp.home .our-communities {
  position: absolute;
  left: -10px;
  top: 133px;
  box-shadow: none; }

.corp.home .zip-search {
  position: absolute;
  left: -10px;
  top: 215px;
  box-shadow: none; }

.corp.home .ribbon-corner-left {
  background: url("/images/vert-corner-black.png");
  bottom: -10px;
  display: block;
  height: 10px;
  left: 0px;
  position: absolute;
  width: 10px; }

.corp.home .ribbon-corner-right {
  background: url("/images/vert-corner-grey.png");
  bottom: -10px;
  display: block;
  height: 10px;
  right: 0px;
  position: absolute;
  width: 10px; }

.corp .ctas a,
.corp .cta-block a {
  font-family: "pt-sans-narrow",sans-serif;
  line-height: 1.5em; }
  .corp .ctas a strong,
  .corp .cta-block a strong {
    display: block;
    font-weight: normal;
    font-size: 2em; }
  .corp .ctas a .last-word,
  .corp .cta-block a .last-word {
    background: url(/images/cta-box-arrow.png) right 8px center no-repeat;
    padding-right: 30px; }

.store .cta-block p {
  padding-left: 10px; }
.store .cta-block a {
  display: block;
  margin-top: 10px;
  font-family: "pt-sans-narrow",sans-serif;
  line-height: 1.5em; }
  .store .cta-block a strong {
    display: block;
    font-weight: normal;
    font-size: 2em; }
  .store .cta-block a .last-word {
    background: url(/images/cta-box-arrow.png) right 8px center no-repeat;
    padding-right: 30px; }

.ctas {
  /* styles for store level ctas */ }
  .ctas ul {
    list-style: none outside;
    margin: 0;
    padding: 25px 0 0 0; }
  .ctas li {
    float: left;
    list-style: none outside;
    width: 15.2%;
    margin: 10px 1%; }
    .ctas li a {
      display: block;
      padding: 8px 10px 8px 10px;
      text-transform: uppercase;
      font-size: 20px;
      color: #e5e5e5;
      box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3); }
      .ctas li a span {
        display: block;
        color: #fff;
        font-style: italic;
        text-transform: capitalize; }
    .ctas li a:hover {
      opacity: 0.9;
      border-bottom: 0px none; }
  .ctas li.phone {
    list-style: none outside;
    position: absolute;
    bottom: 0;
    right: 10px;
    color: #fff;
    line-height: 55px;
    font-size: 30px;
    width: auto;
    margin: 0; }
    .ctas li.phone span {
      float: left;
      font-style: italic;
      line-height: 45px;
      margin: 0 10px 0 0;
      padding-top: 8px; }
    .ctas li.phone a {
      color: #fff;
      float: right;
      font-size: 38px;
      font-family: "pt-sans-narrow",sans-serif;
      background: transparent;
      padding: 0;
      box-shadow: none; }
    .ctas li.phone a:hover {
      border-bottom: 0px; }

@media screen and (max-width: 1011px) {
  .corp.home .our-communities, .corp.home .zip-search {
    left: 19px; } }
@media screen and (max-width: 945px) {
  .store .ctas li {
    width: 14.2%; }
    .store .ctas li a {
      font-size: 18px; }
  .store .ctas li.phone {
    width: auto; }
    .store .ctas li.phone a {
      font-size: 38px; } }
@media screen and (max-width: 850px) {
  .store .ctas li {
    width: 13.2%; }
    .store .ctas li a {
      font-size: 16px;
      background-position: right 5px top 32px; } }
@media screen and (max-width: 850px) {
  .store .ctas ul {
    *zoom: 1; }
    .store .ctas ul:before, .store .ctas ul:after {
      content: " ";
      display: table; }
    .store .ctas ul:after {
      clear: both; } }
@media screen and (max-width: 838px) {
  .our-communities, .zip-search {
    min-width: 245px; }
    .our-communities #zip, .zip-search #zip {
      width: 186px;
      font-size: 12px; }
    .our-communities #submit-button, .zip-search #submit-button {
      left: 195px; }

  .our-communities {
    background-position: 225px center;
    margin-top: 0px; } }
@media screen and (max-width: 1014px) {
  .corp.home .our-communities {
    position: absolute;
    left: 0;
    top: 0px;
    box-shadow: none;
    width: 96%;
    margin: 0 2%; }
  .corp.home .zip-search {
    position: absolute;
    left: 0;
    top: 82px;
    box-shadow: none;
    width: 96%;
    margin: 0 2%; }
  .corp.home .ribbon-corner-left {
    display: none; } }
@media screen and (max-width: 768px) {
  .corp .our-communities,
  .corp.home .our-communities {
    position: absolute;
    left: 0;
    top: 190px;
    box-shadow: none;
    width: 96%;
    margin: 0 2%; }
  .corp .zip-search,
  .corp.home .zip-search {
    position: absolute;
    left: 0;
    top: 272px;
    box-shadow: none;
    width: 96%;
    margin: 0 2%; }
  .corp .ribbon-corner-left,
  .corp.home .ribbon-corner-left {
    display: none; }

  .our-communities, .zip-search {
    float: left;
    margin-top: 0;
    min-height: 75px;
    min-width: 266px;
    margin-right: 10px; }

  .zip-search {
    padding: 17px; }
    .zip-search #zip {
      font-size: 13px;
      width: 194px; }
    .zip-search #submit-button {
      left: 210px; }

  .main .sidebar .cta-block.first {
    clear: left;
    margin-right: 10px; }
  .main .sidebar .cta-block {
    float: left;
    min-width: 266px;
    width: auto; }

  .store .ctas ul {
    margin: 0;
    padding-top: 10px; }
  .store .ctas li {
    width: 30%;
    margin: .5%; }
    .store .ctas li a {
      background-position: right 5px center; }
      .store .ctas li a span {
        display: inline; }
  .store .ctas li.phone,
  .store .ctas li.phone a {
    color: #a0905f; } }
@media screen and (min-width: 700px) and (max-width: 900px) {
  .store.interior .calls {
    *zoom: 1;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    .store.interior .calls:before, .store.interior .calls:after {
      content: " ";
      display: table; }
    .store.interior .calls:after {
      clear: both; }
    .store.interior .calls .ctas {
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 100%;
      float: right;
      position: relative;
      padding: 0;
      right: 0;
      margin: 10px 0 5px 0; }
      .store.interior .calls .ctas:last-child {
        margin-right: 0; }
      .store.interior .calls .ctas li {
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 23.23176%;
        list-style: none;
        float: none;
        clear: none;
        height: 45px;
        display: block;
        float: left;
        margin: 1%;
        background-color: white; }
        .store.interior .calls .ctas li:last-child {
          margin-right: 0; } }
@media screen and (max-width: 645px) {
  .store .ctas {
    width: 98%;
    height: auto;
    clear: both;
    overflow: auto;
    margin: 0 1%; }
    .store .ctas ul {
      margin: 0;
      padding-top: 45px; }
    .store .ctas li {
      width: 49%;
      margin: .5%; }
      .store .ctas li a {
        background-position: right 5px center; }
        .store .ctas li a span {
          display: inline; }
    .store .ctas li.phone {
      width: 99%;
      margin: .5%;
      position: static;
      text-align: center;
      color: #fff; }
      .store .ctas li.phone a {
        box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
        background: #551912 url(/images/facility-cta-arrow.png) no-repeat;
        background-position: 98% center;
        display: inline;
        float: none;
        color: #fff; }
      .store .ctas li.phone span {
        display: none; }

  .corp .our-communities,
  .corp.home .our-communities {
    top: 30px; }
  .corp .zip-search,
  .corp.home .zip-search {
    top: 120px; } }
@media screen and (max-width: 480px) {
  .store .ctas li a {
    font-size: .8em !important; }

  .main .sidebar .cta-block {
    margin: 0 7% 10px 7%; }
    .main .sidebar .cta-block a strong {
      font-size: 1.5em; } }
.corp .nav-holder {
  height: 51px;
  border-bottom: 1px solid #e0e0e0;
  width: 71%;
  position: absolute;
  bottom: -1px;
  right: 1px; }

.store.home .nav-holder {
  top: 2px !important;
  z-index: 999; }

.toggleMenu {
  display: none; }

.lt-ie9 .toggleMenu {
  display: none; }

.corp .nav {
  list-style: none;
  clear: both;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0 0 0 7px; }
  .corp .nav:after {
    clear: both; }
  .corp .nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 201; }
  .corp .nav a {
    font-family: "pt-sans-narrow",sans-serif;
    padding: 0 17px;
    color: #605E52;
    font-size: 19px;
    line-height: 20px;
    text-transform: uppercase; }
  .corp .nav a:hover {
    color: #164b41;
    border-bottom: 0px; }
  .corp .nav li {
    position: relative; }

.corp .nav li ul {
  padding: 3px 0; }
  .corp .nav li ul li {
    padding: 3px 6px; }
    .corp .nav li ul li a {
      height: 100%;
      color: #fff;
      padding: 5px; }
      .corp .nav li ul li a:hover {
        color: #aaa; }

.corp .nav > li {
  float: left;
  display: table;
  border-left: 1px solid #ece5d5;
  height: 100%; }
  .corp .nav > li:first-child {
    border-left: 0px none; }
  .corp .nav > li > .parent {
    background-repeat: no-repeat;
    background-position: right; }
  .corp .nav > li > a {
    display: block;
    display: table-cell;
    vertical-align: middle; }
.corp .nav li ul {
  position: absolute;
  left: -9999px; }
.corp .nav li ul.level2 {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
  padding: 30px;
  width: 260px; }
  .corp .nav li ul.level2 li {
    float: left;
    margin: 0 30px 0 0; }
    .corp .nav li ul.level2 li > a {
      border-bottom: 1px solid transparent;
      min-width: 185px; }
      .corp .nav li ul.level2 li > a:hover {
        border-bottom: 1px solid #fff; }
    .corp .nav li ul.level2 li ul.level3 {
      position: static; }
      .corp .nav li ul.level2 li ul.level3 li {
        width: 100%;
        float: none; }
        .corp .nav li ul.level2 li ul.level3 li a {
          border-bottom: 0px; }
.corp .nav li.mega ul.level2 {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
  padding: 30px;
  width: 100%;
  width: 940px;
  margin-left: -344px; }
  .corp .nav li.mega ul.level2 li {
    float: left;
    margin: 0 30px 0 0; }
    .corp .nav li.mega ul.level2 li > a {
      border-bottom: 1px solid #fff; }
    .corp .nav li.mega ul.level2 li ul.level3 {
      position: static; }
      .corp .nav li.mega ul.level2 li ul.level3 li {
        width: 100%;
        float: none; }
        .corp .nav li.mega ul.level2 li ul.level3 li a {
          border-bottom: 0px; }
.corp .nav > li.hover > ul {
  left: -10px;
  overflow: auto;
  top: 100%;
  z-index: 100; }
.corp .nav > li.flip.hover > ul {
  left: -142px;
  overflow: auto;
  top: 100%;
  z-index: 100; }

.corp .no-js .nav > li:hover > ul {
  left: 0;
  top: 45px;
  z-index: 100; }

.corp .nav li li.hover ul, .no-js .nav li li:hover ul {
  left: 100%;
  top: 0; }

.corp .nav li li a {
  display: block;
  position: relative;
  z-index: 100; }
.corp .nav li li li a {
  z-index: 200; }

.no-js .toggleMenu {
  display: none; }

.store .nav {
  list-style: none outside;
  margin: 0;
  margin-top: -1px;
  padding: 0px;
  width: 100%; }
  .store .nav li {
    list-style: none outside;
    border-top: 1px solid #c9bfa0;
    padding: 0; }
    .store .nav li a {
      font-family: "pt-sans-narrow",sans-serif;
      color: #443e2d;
      font-size: 19px;
      line-height: 19px;
      text-transform: uppercase;
      display: block;
      padding: 18px 15px 18px 25px;
      background: url(/images/facility-nav-bg.png);
      text-align: left; }
    .store .nav li a:hover {
      background: #a0905f;
      color: #fff;
      border: 0 none; }
  .store .nav li.first {
    border-top: 0 none; }
    .store .nav li.first a {
      padding: 0;
      padding: 21px 25px 20px 25px; }
  .store .nav li.last a {
    padding: 0;
    padding: 20px 25px 22px 25px; }

.store .nav li ul {
  position: absolute;
  left: -9999px; }
.store .nav > li.hover > ul {
  left: 206px;
  top: auto;
  margin-top: -41px;
  z-index: 100;
  border: 1px solid #e0e0e0;
  background: #fff;
  -moz-box-shadow: 0 0 2px #ccc;
  -webkit-box-shadow: 0 0 2px #ccc;
  box-shadow: 0 0 2px #ccc; }
  .store .nav > li.hover > ul li.first {
    margin-top: 0; }

.store .no-js .nav > li:hover > ul {
  left: 0;
  top: auto;
  z-index: 100; }

.store .nav li li.hover ul, .store .no-js .nav li li:hover ul {
  left: 100%;
  top: auto; }

.store .nav li li a {
  display: block;
  position: relative;
  z-index: 100; }
.store .nav li li li a {
  z-index: 200; }

@media screen and (min-width: 768px) {
  .store.home .nav-holder {
    position: absolute;
    top: 0;
    left: 1%; }
    .store.home .nav-holder .nav {
      min-width: 264px;
      /*background:rgba(255,255,255,0.85);*/ }
      .store.home .nav-holder .nav li a {
        background: transparent; }
      .store.home .nav-holder .nav li a:hover {
        background: #a0905f;
        color: #fff; } }
@media screen and (min-width: 769px) {
  .store .nav li ul {
    position: absolute;
    left: -9999px; }
  .store .nav > li.hover > ul {
    left: 251px;
    width: 260px;
    top: auto;
    margin-top: -56px;
    z-index: 100;
    border: 0;
    background: none;
    -moz-box-shadow: 0 0 2px #ccc;
    -webkit-box-shadow: 0 0 2px #ccc;
    box-shadow: 0 0 2px #ccc; }
    .store .nav > li.hover > ul li {
      border-top: 1px solid #c9bfa0; }
      .store .nav > li.hover > ul li a {
        background: #a0905f;
        color: #fff;
        padding: 0;
        padding: 18px 25px 18px 25px; }
        .store .nav > li.hover > ul li a:hover {
          color: #000; }
    .store .nav > li.hover > ul li.first {
      margin-top: 0;
      border-top: 0; }

  .store.home .nav li ul {
    position: absolute;
    left: -9999px; }
  .store.home .nav > li.hover > ul {
    left: 241px;
    width: 260px;
    top: auto;
    margin-top: -56px;
    z-index: 100;
    border: 0;
    background: none;
    -moz-box-shadow: 0 0 2px #ccc;
    -webkit-box-shadow: 0 0 2px #ccc;
    box-shadow: 0 0 2px #ccc; }
    .store.home .nav > li.hover > ul li {
      border-top: 1px solid #c9bfa0; }
      .store.home .nav > li.hover > ul li a {
        background: #a0905f;
        color: #fff;
        padding: 0;
        padding: 18px 25px 18px 25px; }
        .store.home .nav > li.hover > ul li a:hover {
          color: #000; }
    .store.home .nav > li.hover > ul li.first {
      margin-top: 0;
      border-top: 0; } }
/* Horrible media queries to make the nav fit in the homepage slideshow... sorry */
@media screen and (max-width: 980px) {
  .store.home .nav li a {
    padding: 19px 25px; } }
@media screen and (max-width: 947px) {
  .store.home .nav li a {
    padding: 18px 25px; } }
@media screen and (max-width: 915px) {
  .store.home .nav li a {
    padding: 17px 25px; } }
@media screen and (max-width: 883px) {
  .store.home .nav li a {
    padding: 16px 25px; } }
@media screen and (max-width: 851px) {
  .store.home .nav li a {
    padding: 15px 25px; } }
@media screen and (max-width: 819px) {
  .store.home .nav li a {
    padding: 14px 25px; } }
@media screen and (max-width: 768px) {
  .store.home .nav li a {
    padding: 20px 25px; } }
/* end horrible media queries to make the nav fit in the homepage slideshow... again, sorry */
@media screen and (max-width: 768px) {
  .corp .nav-holder {
    border-bottom: 0; }

  .toggleMenu {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5101;
    border-radius: 3px;
    padding: 6px 40px 6px 12px;
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    behavior: url(/PIE.htc); }
    .toggleMenu:hover {
      opacity: 0.8;
      color: #fff !important;
      border-bottom: 0; }

  .toggleMenu.active {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 901;
    background: white url("/images/menu-x.png") 88% 55% no-repeat;
    border: 0;
    border-radius: 3px;
    border: 1px solid #9a8e72;
    border-bottom-color: #fff;
    color: #663300; }
    .toggleMenu.active:hover {
      color: #663300 !important; }

  .nav {
    padding-left: 0px;
    height: auto;
    background: #fff; }

  .nav > li {
    border: none; }

  .nav a {
    color: #999999; }
    .nav a :hover {
      box-shadow: none;
      background: #663300; }

  .store .toggleMenu:hover {
    color: #551912; }
  .store .nav-holder {
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 502; }
    .store .nav-holder .nav {
      border-color: #C9BFA0; }

  .store.home .nav li a {
    padding: 0;
    padding: 7px; }

  .corp .nav-holder,
  .store .nav-holder {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 599; }
    .corp .nav-holder .nav,
    .store .nav-holder .nav {
      width: 100%;
      position: absolute;
      height: auto;
      bottom: auto;
      right: auto;
      padding: 0;
      top: 40px;
      left: 0;
      z-index: 15;
      border: 1px solid #9a8e72; }
      .corp .nav-holder .nav li,
      .store .nav-holder .nav li {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left !important;
        border: 0px none; }
        .corp .nav-holder .nav li:hover > a,
        .store .nav-holder .nav li:hover > a {
          color: #663300;
          background-color: #ededed; }
        .corp .nav-holder .nav li a,
        .store .nav-holder .nav li a {
          background: none;
          color: #443e2d; }
        .corp .nav-holder .nav li a.on,
        .store .nav-holder .nav li a.on {
          color: #663300;
          background-color: #ededed; }
        .corp .nav-holder .nav li ul,
        .store .nav-holder .nav li ul {
          margin: 0;
          padding: 0;
          width: 100%;
          height: auto;
          -webkit-box-shadow: none;
          box-shadow: none; }
          .corp .nav-holder .nav li ul li,
          .store .nav-holder .nav li ul li {
            margin: 0;
            padding: 0;
            width: 100%;
            height: auto;
            background-color: whitesmoke; }
            .corp .nav-holder .nav li ul li:hover > a,
            .store .nav-holder .nav li ul li:hover > a {
              background-color: #e6e6e6; }
            .corp .nav-holder .nav li ul li a,
            .store .nav-holder .nav li ul li a {
              padding-left: 4% !important; }
            .corp .nav-holder .nav li ul li ul,
            .store .nav-holder .nav li ul li ul {
              margin: 0;
              padding: 0;
              width: 100%;
              height: auto; }
              .corp .nav-holder .nav li ul li ul li,
              .store .nav-holder .nav li ul li ul li {
                background-color: #ebebeb; }
                .corp .nav-holder .nav li ul li ul li:hover > a,
                .store .nav-holder .nav li ul li ul li:hover > a {
                  background-color: #d6d6d6; }
                .corp .nav-holder .nav li ul li ul li a,
                .store .nav-holder .nav li ul li ul li a {
                  padding-left: 6% !important; }

  .corp .nav > li a {
    display: block; }
  .corp .nav li.mega ul.level2 {
    padding: auto;
    width: 100%;
    width: auto;
    margin-left: auto; }
    .corp .nav li.mega ul.level2 li {
      float: left;
      margin: 0 30px 0 0; }
      .corp .nav li.mega ul.level2 li > a {
        border-bottom: 1px solid #fff; }
      .corp .nav li.mega ul.level2 li ul.level3 {
        position: static; }
        .corp .nav li.mega ul.level2 li ul.level3 li {
          width: 100%;
          float: none; }
          .corp .nav li.mega ul.level2 li ul.level3 li a {
            border-bottom: 0px; }

  .store .nav li a,
  .store .nav li.first a,
  .store .nav li.last a,
  .corp .nav li a,
  .corp .nav li.first a,
  .corp .nav li.last a {
    padding: 0;
    padding: 7px; }

  .active {
    display: block; }

  .nav {
    width: 100%; }
    .nav > li {
      float: none;
      display: block;
      min-width: 100%;
      max-width: 100%;
      background-image: none;
      min-height: 32px; }
      .nav > li a {
        display: block;
        text-align: left;
        padding: 7px; }
    .nav li a {
      background-image: none !important; }
      .nav li a.parent {
        background-image: url("/images/downArrow.png") !important;
        background-repeat: no-repeat !important;
        background-position: 95% 50% !important; }
    .nav ul {
      display: block;
      width: 100%; }
    .nav > li.hover > ul, .nav li li.hover ul {
      position: static;
      float: left;
      clear: left; }

  .no-js .nav-holder {
    display: none; } }
@media screen and (min-width: 910px) and (max-width: 1010px) {
  .corp .nav a {
    font-size: 16px; } }
@media screen and (min-width: 769px) and (max-width: 910px) {
  .corp .nav {
    padding: 0 0 0 1%; }
    .corp .nav a {
      font-size: 14px;
      padding: 0 16px; }
    .corp .nav .nav-holder {
      box-shadow: none; }
    .corp .nav li.mega ul.level2 {
      width: 850px;
      margin-left: -300px; }
      .corp .nav li.mega ul.level2 li {
        margin: 0 30px 0 0; }
        .corp .nav li.mega ul.level2 li > a {
          min-width: 165px; }

  .store .nav > li.hover > ul {
    left: 26.5%; } }
@media screen and (max-width: 800px) {
  .corp .nav a {
    padding: 0 13px; } }
.footer {
  background: url("/images/vert-footer-bg.png");
  border-top: 10px solid #164b41;
  padding: 0 3%;
  width: 100%;
  min-height: 200px;
  color: #999999;
  font-size: 80%; }
  .footer a {
    color: #999999; }
    .footer a:hover {
      color: #cccccc;
      border-bottom: 1px solid #cccccc; }

.footer-content {
  *zoom: 1;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px; }
  .footer-content:before, .footer-content:after {
    content: " ";
    display: table; }
  .footer-content:after {
    clear: both; }
  .footer-content .footer-left {
    position: relative; }
    .footer-content .footer-left .copy, .footer-content .footer-left .privacy, .footer-content .footer-left .top {
      float: left;
      margin-right: 5px;
      padding-right: 5px;
      border-right: 1px solid; }
    .footer-content .footer-left .top {
      border-right: none; }
    .footer-content .footer-left .info-footer {
      clear: both;
      position: relative;
      padding: 0 .5em;
      width: 100%;
      margin: 10px 0 0 0;
      padding: 6px 0;
      border-top: 1px solid #cccccc; }
      .footer-content .footer-left .info-footer .vcard,
      .footer-content .footer-left .info-footer .hours {
        width: 100%;
        float: left;
        margin: 0 5% 0 0;
        line-height: 1.4em; }
      .footer-content .footer-left .info-footer .vcard {
        padding-top: 10px;
        border-bottom: 0; }
      .footer-content .footer-left .info-footer .hours h4 {
        padding: 0;
        margin: 0; }
      .footer-content .footer-left .info-footer .hours dt {
        font-weight: bold; }
      .footer-content .footer-left .info-footer .hours dd,
      .footer-content .footer-left .info-footer .hours .vcard {
        margin-left: 0; }
      .footer-content .footer-left .info-footer .vcard .street-address {
        display: block; }
      .footer-content .footer-left .info-footer .vcard .fn.org {
        display: inline;
        color: #999999;
        font-weight: bold; }
  .footer-content .footer-right {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 40.29137%;
    position: relative;
    float: right; }
    .footer-content .footer-right:last-child {
      margin-right: 0; }
    .footer-content .footer-right .accessibility, .footer-content .footer-right .footer-logo {
      border-right: 1px solid #AA9E82;
      float: right;
      padding: 10px 20px; }
    .footer-content .footer-right .footer-logo {
      border-right: none; }
    .footer-content .footer-right .footer-logo a:hover {
      border-bottom: none; }
    .footer-content .footer-right #signature-brand {
      clear: left;
      position: absolute;
      top: 120px;
      right: 18px; }

.footer-bottom {
  *zoom: 1;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify; }
  .footer-bottom:before, .footer-bottom:after {
    content: " ";
    display: table; }
  .footer-bottom:after {
    clear: both; }

.footer .misc-footer-html {
  clear: both;
  padding: 10px 0 5px; }

@media only screen and (min-width: 768px) {
  .footer-content .footer-left .top {
    display: none; }
  .footer-content .footer-left .privacy {
    border-right: 0; } }
@media screen and (max-width: 768px) {
  .footer {
    margin-top: 10px; }
    .footer .footer-content .footer-left {
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 40.29137%; }
      .footer .footer-content .footer-left:last-child {
        margin-right: 0; }
    .footer .footer-content .footer-right {
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 57.35098%; }
      .footer .footer-content .footer-right:last-child {
        margin-right: 0; } }
@media screen and (max-width: 575px) {
  .footer .footer-content .footer-left {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 100%; }
    .footer .footer-content .footer-left:last-child {
      margin-right: 0; }
    .footer .footer-content .footer-left .vcard, .footer .footer-content .footer-left .hours {
      display: block; }
  .footer .footer-content .footer-right {
    margin-top: -20px;
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 100%; }
    .footer .footer-content .footer-right:last-child {
      margin-right: 0; }
    .footer .footer-content .footer-right .accessibility, .footer .footer-content .footer-right .footer-logo {
      border: 0px none;
      float: left;
      padding: 5px 15px 5px 0; }
    .footer .footer-content .footer-right #signature-brand {
      position: relative;
      margin: 0 0 0 20px;
      top: auto;
      top: 110px; }
  .footer .top-text {
    display: none; } }
.calendar_events {
  display: table; }
  .calendar_events .tr {
    display: table-row; }
    .calendar_events .tr .th {
      display: table-cell;
      min-width: 105px; }
      .calendar_events .tr .th:first-child {
        font-weight: bold;
        margin-right: 5px; }

.main .calendar_events li {
  list-style: none;
  padding: 3px; }

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

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

#locations-table figure {
  float: left; }

#locations-table .loc_title_row {
  height: 25px;
  line-height: 25px;
  font-weight: bold;
  color: #fff;
  text-align: left; }

#locations-table .loc_location_row {
  display: table;
  border-bottom: 1px solid #cac9c3;
  padding: 0;
  height: 105px;
  width: 100%; }
  #locations-table .loc_location_row:after {
    clear: both; }

#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_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;
  background: #e6dccb; }

#locations-table .loc_state_row a {
  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.125em; }

#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;
  height: 25px;
  line-height: 25px;
  border-radius: 2px;
  margin: 0 auto;
  font-family: "open-sans",sans-serif;
  color: #fff;
  padding-left: 4px;
  margin-top: 10px; }

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

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

/**** COMPLEX STYLES - CORP LOCATIONS TABLE ****/
@media only screen and (min-width: 768px) {
  #locations-table .loc_col1 {
    width: 35%; }

  #locations-table .loc_col2 {
    width: 65%; }

  #locations-table .loc_location_row {
    display: table;
    padding: 0;
    padding-top: 5px; }

  /* reset visible blocks */
  #locations-table .loc_care_levels_heading,
  #locations-table .care_level {
    display: none; }

  #locations-table img,
  #locations-table .loc_thumb,
  #locations-table .loc_button_heading,
  #locations-table .loc_bullet_col_heading {
    display: block;
    padding: 0;
    margin: 0; }

  #locations-table .loc_thumb {
    float: left;
    margin: 0 10px 0 0;
    padding: 4px;
    border: 1px solid #cbcbcb;
    border-bottom: 1px solid #aaaaaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }

  #locations-table .loc_name_heading {
    border-right: 1px solid #fff; }

  #locations-table .loc_bullet_col_heading {
    width: 18%;
    text-align: center;
    border-right: 1px solid #fff; }

  #locations-table .loc_bullet_col {
    width: 18%;
    padding: 20px 0;
    border-right: 1px solid #cac9c3;
    min-height: 70px; }

  #locations-table .loc_bullet_col.loc_assisted_living {
    border-left: 1px solid #cac9c3; }

  #locations-table .loc_bullet_col img {
    display: block;
    margin: 6px auto 0 auto; }

  #locations-table .loc_button {
    width: 25%;
    margin-top: 16px; }

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

  #locations-table .loc_phone .desktop {
    display: block; } }
@media only screen and (min-width: 768px) and (max-width: 900px) {
  #locations-table figure {
    font-size: .85em; }

  #locations-table .loc_bullet_col_heading {
    width: 18%; }

  #locations-table .loc_bullet_col {
    width: 18%; }

  #locations-table .loc_button {
    width: 17%;
    font-size: .85em;
    margin-left: 1em; } }
/* DIRECTIONS MAP */
#directionsMap {
  margin: 0 0 10px 0;
  position: relative;
  width: 100%;
  height: 400px;
  border: 1px solid #003e7e; }

#directionsForm {
  position: relative;
  margin-top: 20px; }

#directionsForm .dir-from,
#directionsForm .dir-to {
  float: left;
  width: 50%; }

#directionsForm label {
  margin-right: 0.375em;
  font-weight: bold; }

#directionsForm input {
  margin-right: 1.250em; }

#directionsForm #fromAddress, #directionsForm #toAddress {
  width: 12.5em;
  padding: 4px 7px;
  border: 1px solid #aaa;
  border-radius: 3px; }

#directionsForm .dir-buttons {
  width: 100%;
  text-align: center; }

#directionsForm #submit-button,
#directionsForm #printButton {
  margin: 8px 0.250em; }

#directionsContent {
  width: 100%; }

/* Target iPad Portrait */
@media (max-width: 979px) {
  #directionsForm .dir-from,
  #directionsForm .dir-to {
    float: none;
    clear: both;
    width: 100%;
    margin: 4px 0; }

  #directionsForm label {
    display: block;
    float: left;
    width: 18%;
    line-height: 1.75em; }

  #directionsForm #fromAddress, #directionsForm #toAddress {
    width: 70%; }

  #directionsForm .dir-buttons {
    text-align: left; } }
/* CMXFORM STYLES */
#formWrapper h3,
#formWrapper h4 {
  margin: 0;
  padding: 0;
  padding: 2px 0; }

body.hosted {
  background: url(../../../../../../g5clients/current/singh-vert-and-loc/public/images/branding.gif);
  background-repeat: repeat-x;
  font-family: verdana, arial, sans-serif;
  padding: 6px; }

body.hosted img#logo {
  margin-left: 12px;
  border: 0; }

body.hosted ol, ul {
  list-style: none; }

body.hosted #hosted-box {
  height: 100px; }

body.hosted {
  font-size: 12px; }

form.cmxform fieldset {
  margin-bottom: 10px;
  border: 0;
  padding-left: 0 !important;
  margin-left: 0 !important;
  display: block;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-before: 0;
  -webkit-padding-start: 0;
  -webkit-padding-end: 0;
  -webkit-padding-after: 0;
  min-width: 0;
  width: 100%; }

body.hosted form.cmxform fieldset {
  border: 0; }

form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
  _margin: 0 -7px;
  /* IE Win */
  line-height: 0;
  height: 0;
  text-indent: -9999px; }

body.hosted form.cmxform legend {
  padding: 0; }

form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top; }

body.hosted form.cmxform label {
  margin-right: 5px; }

form.cmxform .html_label {
  /*max-width:90%;*/ }

form.cmxform textarea {
  max-width: 100%; }

form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
  padding-left: 0 !important;
  margin-left: 0 !important; }

#formWrapper ul {
  list-style: none;
  background: none; }

form.cmxform fieldset li,
#formWrapper li {
  list-style: none;
  padding: 5px;
  margin: 0;
  background: none;
  padding-left: 0 !important;
  margin-left: 0 !important; }

section[role=main].main-content form.cmxform fieldset li:before,
section[role=main].main-content #formWrapper li:before {
  content: ""; }

form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00; }

form.cmxform label {
  width: 120px; }

form.cmxform fieldset fieldset label {
  margin-left: 123px; }

p.close {
  display: none; }

#error {
  margin: 1em 0;
  border: 1px solid #ececec;
  padding: 12px;
  background: #EFEFEF; }

.fieldWithErrors {
  display: inline; }

.fieldWithErrors input, .fieldWithErrors select {
  background-color: #ffdfdf; }

div#thank_you {
  padding: 1em;
  width: 94%;
  /*clear:both;*/ }

div#thank_you p {
  background-color: #dfd;
  border: 1px solid #000;
  padding: .5em;
  margin-bottom: 1em;
  color: #000; }

div#thank_you p.uCode {
  font-size: 90%;
  background-color: transparent;
  border: none;
  margin-bottom: 0.25em;
  padding: 0; }

div#thank_you #return_link {
  padding: 1em 0; }

div#editor-content li.start_date img {
  padding: 0 0 0 5px; }

dl.thanks_data {
  width: 100% !important;
  margin: 2em 0;
  padding: 0; }

dl.thanks_data dt {
  width: 12em;
  float: left;
  white-space: nowrap;
  line-height: 1.7em;
  margin: 0 0 0 0;
  padding: .5em;
  border-top: 1px solid #999;
  font-weight: bold; }

dl.thanks_data dd {
  margin: 0 0 0 0;
  padding: .5em;
  max-width: 100%;
  line-height: 1.7em;
  border-top: 1px solid #999;
  overflow: hidden; }

form:after {
  background: url("/images/global/loading.gif") center no-repeat;
  background-color: rgba(200, 200, 200, 0.8);
  display: none; }

form.alreadysubmitted {
  position: relative; }

form.alreadysubmitted:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: ""; }

/* END CMXFORM STYLES */
.visible-phone {
  display: none !important; }

.visible-tablet {
  display: none !important; }

.hidden-desktop {
  display: none !important; }

.visible-desktop {
  display: inherit !important; }

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

  .visible-desktop {
    display: none !important; }

  .visible-tablet {
    display: block !important; }

  .hidden-tablet {
    display: none !important; } }
@media (max-width: 768px) {
  .hidden-desktop {
    display: inherit !important; }

  .visible-desktop {
    display: none !important; }

  .visible-phone {
    display: inherit !important; }

  .hidden-phone {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: inherit !important; }

  .hidden-print {
    display: none !important; } }
/* 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: 200;
  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: 201;
  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; }

@media print {
  .reveal-modal {
    border: solid 1px #000;
    background: #fff; } }
@media (max-width: 550px) {
  .reveal-modal.responsive {
    width: 90%;
    margin-left: -45%; } }
/* ----------- */
.unit-table {
  display: table;
  border-collapse: collapse;
  width: 100%;
  color: inherit;
  margin: 0 !important; }
  .unit-table p {
    padding: 0;
    margin: 0; }
  .unit-table .unit-row {
    display: table-row; }
  .unit-table li {
    background: none;
    padding: 0;
    color: inherit;
    border-bottom: 1px solid #c1c1c1; }
    .unit-table li.even {
      background: #fff; }
    .unit-table li.odd {
      background: #f4f4f4; }
  .unit-table .unit-cell {
    display: table-cell;
    padding: 1% 1%;
    min-width: 44px;
    vertical-align: middle; }
    .unit-table .unit-cell.seven {
      width: 205px; }
  .unit-table a.btn {
    color: #ffffff;
    background-color: #663300;
    padding: 6px 2.5%;
    display: inline-block;
    border-radius: 3px;
    border: none; }
  .unit-table .show-cell {
    display: table-cell !important; }
  .unit-table .unit-headings {
    background-color: #fff;
    font-size: 14px;
    line-height: 1;
    margin: 0; }
    .unit-table .unit-headings .unit-cell {
      font-weight: bold; }

.lt-ie9 .unit-table a.btn {
  color: inherit; }

@media only screen and (min-width: 768px) and (max-width: 820px) {
  .unit-table a.btn {
    padding: 2%;
    font-size: 13px; } }
@media (max-width: 580px) {
  .unit-table .unit-row,
  .unit-table .unit-cell {
    display: block; }

  .unit-table .unit-row {
    position: relative;
    overflow: hidden; }
  .unit-table .unit-cell {
    float: left; }
    .unit-table .unit-cell.one {
      width: 100%;
      background-color: #f8f8f8;
      padding: 3px 3px 3px 10px;
      margin: 0;
      font-weight: bold;
      border-bottom: 1px solid #c1c1c1; }
      .unit-table .unit-cell.one p {
        text-align: left;
        margin: 0;
        padding: 0; }
    .unit-table .unit-cell.two {
      width: 25%; }
    .unit-table .unit-cell.three {
      width: 25%; }
    .unit-table .unit-cell.four {
      width: 25%; }
    .unit-table .unit-cell.five {
      width: 25%; }
    .unit-table .unit-cell.six {
      width: 100%; }
    .unit-table .unit-cell.seven {
      width: 100%; }
      .unit-table .unit-cell.seven a {
        margin: 4px; }
    .unit-table .unit-cell a {
      margin: 0 auto; }
  .unit-table .unit-cell p {
    text-align: center; }
  .unit-table .unit-cell span {
    display: inline !important;
    padding: 0 12px 0 0; }
  .unit-table .unit-desc {
    width: 100%;
    clear: both;
    float: none; }
  .unit-table .unit-headings {
    background-color: none;
    margin-bottom: 10px !important; }
    .unit-table .unit-headings .unit-cell.one {
      display: none; }
    .unit-table .unit-headings .unit-cell.seven {
      display: none; }
  .unit-table .unit-row {
    margin-bottom: 10px; }
  .unit-table .unit-cards .unit-row {
    min-height: 225px; } }
/* font-face */
@font-face {
  font-family: "SocialFoundicons";
  src: url(../../../../../../g5clients/current/singh-vert-and-loc/public/fonts/social_foundicons.eot);
  src: url("../fonts/social_foundicons.eot?#iefix") format("embedded-opentype"), url(../../../../../../g5clients/current/singh-vert-and-loc/public/fonts/social_foundicons.woff) format("woff"), url(../../../../../../g5clients/current/singh-vert-and-loc/public/fonts/social_foundicons.ttf) format("truetype"), url(../../../../../../g5clients/current/singh-vert-and-loc/public/fonts/social_foundicons.svg#SocialFoundicons) format("svg");
  font-weight: normal;
  font-style: normal; }

/* global foundicon styles */
[class*="icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat; }

[class*="icon-"]:before {
  font-family: "SocialFoundicons";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit; }

/* icons */
.icon-thumb-up:before {
  content: "\f000"; }

.icon-thumb-down:before {
  content: "\f001"; }

.icon-rss:before {
  content: "\f002"; }

.icon-facebook:before {
  content: "\f003"; }

.icon-twitter:before {
  content: "\f004"; }

.icon-pinterest:before {
  content: "\f005"; }

.icon-github:before {
  content: "\f006"; }

.icon-path:before {
  content: "\f007"; }

.icon-linkedin:before {
  content: "\f008"; }

.icon-dribbble:before {
  content: "\f009"; }

.icon-stumble-upon:before {
  content: "\f00a"; }

.icon-behance:before {
  content: "\f00b"; }

.icon-reddit:before {
  content: "\f00c"; }

.icon-google-plus:before {
  content: "\f00d"; }

.icon-youtube:before {
  content: "\f00e"; }

.icon-vimeo:before {
  content: "\f00f"; }

.icon-flickr:before {
  content: "\f010"; }

.icon-slideshare:before {
  content: "\f011"; }

.icon-picassa:before {
  content: "\f012"; }

.icon-skype:before {
  content: "\f013"; }

.icon-steam:before {
  content: "\f014"; }

.icon-instagram:before {
  content: "\f015"; }

.icon-foursquare:before {
  content: "\f016"; }

.icon-delicious:before {
  content: "\f017"; }

.icon-chat:before {
  content: "\f018"; }

.icon-torso:before {
  content: "\f019"; }

.icon-tumblr:before {
  content: "\f01a"; }

.icon-video-chat:before {
  content: "\f01b"; }

.icon-digg:before {
  content: "\f01c"; }

.icon-wordpress:before {
  content: "\f01d"; }

.social {
  width: 100%; }
  .social ul.social_icons {
    margin: 0;
    padding: 0;
    max-width: 255px;
    list-style: none; }
    .social ul.social_icons li {
      display: block;
      float: left;
      margin: 4px;
      height: 35px;
      width: 35px;
      padding: 5px;
      box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
      list-style: none;
      background-color: #663300; }
      .social ul.social_icons li:first-child {
        margin-left: 0; }
      .social ul.social_icons li:last-child {
        margin-right: 0; }
      .social ul.social_icons li a {
        display: block; }
        .social ul.social_icons li a:hover {
          border: none;
          text-decoration: none; }
        .social ul.social_icons li a i {
          font-size: 25px;
          line-height: 27px;
          color: #f2f2f2;
          display: block;
          -webkit-transition: color 0.25s linear;
          -moz-transition: color 0.25s linear;
          -o-transition: color 0.25s linear;
          transition: color 0.25s linear; }
          .social ul.social_icons li a i:hover {
            color: #fff; }

@media screen and (min-width: 768px) and (max-width: 850px) {
  .social ul.social_icons li {
    margin: 2px; } }
.sidebar #sidebar-social-icons, .footer .footer-left #sidebar-social-icons {
  *zoom: 1;
  border-bottom: 1px solid #d4cfbb;
  padding: 0 0 20px 0;
  margin: 1em 10px; }
  .sidebar #sidebar-social-icons:before, .sidebar #sidebar-social-icons:after, .footer .footer-left #sidebar-social-icons:before, .footer .footer-left #sidebar-social-icons:after {
    content: " ";
    display: table; }
  .sidebar #sidebar-social-icons:after, .footer .footer-left #sidebar-social-icons:after {
    clear: both; }
  .sidebar #sidebar-social-icons a, .footer .footer-left #sidebar-social-icons a {
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    margin-left: 3%; }
    .sidebar #sidebar-social-icons a:first-of-type, .footer .footer-left #sidebar-social-icons a:first-of-type {
      margin-left: 0; }
    .sidebar #sidebar-social-icons a:hover, .footer .footer-left #sidebar-social-icons a:hover {
      opacity: 0.8; }
    .sidebar #sidebar-social-icons a li, .footer .footer-left #sidebar-social-icons a li {
      list-style: none;
      padding: 0; }
      .sidebar #sidebar-social-icons a li img, .footer .footer-left #sidebar-social-icons a li img {
        display: block;
        padding: 0; }

.sidebar #sidebar-social-icons {
  display: none; }

@media screen and (min-width: 768px) {
  .sidebar #sidebar-social-icons {
    display: block; }

  .footer .footer-left #sidebar-social-icons {
    display: none; } }
.store .vcard {
  margin: 50px 10px 20px;
  border-bottom: 1px solid #d4cfbb;
  padding-bottom: 20px; }
  .store .vcard .address {
    display: block; }
  .store .vcard .org {
    display: block;
    padding-bottom: 5px; }
  .store .vcard .street-address {
    display: block; }

.store .hours {
  margin: 20px 10px 50px; }
  .store .hours h4 {
    margin: 0 0 5px 0;
    font-size: 120%;
    font-weight: bold; }
  .store .hours span {
    display: block; }

#ap_container {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  min-height: 500px;
  width: 900px;
  width: 100%; }
  #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, white, #f4f4f4);
  background-image: -moz-linear-gradient(top, white, #f4f4f4);
  background-image: -ms-linear-gradient(top, white, #f4f4f4);
  background-image: -o-linear-gradient(top, white, #f4f4f4);
  /* Opera/IE 8+ */
  margin: 50px 0 0 0;
  width: 297px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  margin: 50px 0 0 0;
  width: 33%;
  /* Opera/IE 8+ */ }
  #ap_map_container #ap_map {
    margin: 10px auto;
    height: 400px;
    border: 1px solid #cbcbcb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 277px; }
  #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; }
  @media screen and (max-width: 480px) {
    #ap_map_container {
      display: none; } }
  @media screen and (max-width: 767px) {
    #ap_map_container {
      display: none; } }
  #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: 0;
  width: 585px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0 10px 0 0;
  width: 65%; }
  @media screen and (max-width: 960px) {
    #ap_facility_list {
      width: 65%;
      margin: 0;
      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: 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, white, #f4f4f4);
  background-image: -moz-linear-gradient(top, white, #f4f4f4);
  background-image: -ms-linear-gradient(top, white, #f4f4f4);
  background-image: -o-linear-gradient(top, white, #f4f4f4);
  text-shadow: 1px 1px 0 white;
  width: 559px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }
  .ap_location:hover {
    background: #f4f4f4;
    background-image: -webkit-linear-gradient(top, white, #ececec);
    background-image: -moz-linear-gradient(top, white, #ececec);
    background-image: -ms-linear-gradient(top, white, #ececec);
    background-image: -o-linear-gradient(top, white, #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: #1b5b4f;
      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 #1b5b4f;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #164b41;
    background-image: -webkit-linear-gradient(top, #164b41, #1b5b4f);
    background-image: -moz-linear-gradient(top, #164b41, #1b5b4f);
    background-image: -ms-linear-gradient(top, #164b41, #1b5b4f);
    background-image: -o-linear-gradient(top, #164b41, #1b5b4f);
    color: white;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: -1px -1px 0 #1b5b4f;
    font-size: 17px;
    font-family: helvetica;
    line-height: 17px; }
    .ap_location .ap_visit_location:hover {
      background-image: -webkit-linear-gradient(top, #1b5b4f, #164b41);
      background-image: -moz-linear-gradient(top, #1b5b4f, #164b41);
      background-image: -ms-linear-gradient(top, #1b5b4f, #164b41);
      background-image: -o-linear-gradient(top, #1b5b4f, #164b41);
      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; } }

/**** BASIC STYLES - PART COLLECTIONS ****/
/* PART COLLECTIONS: TEAM */
#team {
  margin: 20px 0; }
  #team .clear {
    clear: both; }
  #team .even, #team .odd {
    width: 100%;
    float: left;
    padding: 20px 0;
    border-bottom: 1px solid #a7a5a5; }
  #team .photo {
    float: left;
    margin: 0 10px 0 0; }
  #team h3.title {
    padding: 0;
    margin: 0;
    font-size: 1.25em; }
  #team p.job_title,
  #team p.intro,
  #team p.read_more,
  #team .description p {
    padding: 0;
    margin: 0;
    font-size: 1em;
    line-height: 1.4em; }
  #team p.intro,
  #team .description p {
    margin: 10px 0 0 0; }
  #team p.read_more a {
    text-decoration: none; }
    #team p.read_more a:hover {
      text-decoration: underline; }

/* PART COLLECTIONS: CAREERS */
#careers {
  margin: 20px 0; }
  #careers .clear {
    clear: both; }
  #careers .even, #careers .odd {
    position: relative;
    width: 100%;
    float: left;
    padding: 20px 0;
    border-bottom: 1px solid #a7a5a5; }
  #careers h3.title {
    padding: 0;
    margin: 0;
    font-size: 1.25em; }
  #careers p.positions,
  #careers p.intro,
  #careers p.read_more,
  #careers .description p {
    padding: 0;
    margin: 0;
    font-size: 1em;
    line-height: 1.4em; }
  #careers p.intro,
  #careers .description p {
    margin: 10px 0 0 0; }
  #careers .application a {
    position: absolute;
    top: 24px;
    right: 0;
    display: block;
    padding: 6px 10px;
    max-width: 180px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background-color: #a8a7a7;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a8a7a7), to(#5f6060));
    background: -webkit-linear-gradient(top, #a8a7a7, #5f6060);
    background: -moz-linear-gradient(top, #a8a7a7, #5f6060);
    background: -ms-linear-gradient(top, #a8a7a7, #5f6060);
    background: -o-linear-gradient(top, #a8a7a7, #5f6060);
    background: linear, top, #a8a7a7, #5f6060;
    -pie-background: linear, top, #a8a7a7, #5f6060; }
    #careers .application a:hover {
      opacity: .8; }
  #careers p.read_more a {
    text-decoration: none; }
    #careers p.read_more a:hover {
      text-decoration: underline; }

/* PART COLLECTIONS: NEWS */
#news {
  margin: 20px 0; }
  #news .clear {
    clear: both; }
  #news .even, #news .odd {
    width: 100%;
    float: left;
    padding: 20px 0;
    border-bottom: 1px solid #a7a5a5; }
  #news .photo {
    float: right;
    margin: 0 0 0 10px; }
  #news h3.title {
    padding: 0;
    margin: 0;
    font-size: 1.25em; }
  #news p.date,
  #news p.intro,
  #news p.read_more,
  #news .description p {
    padding: 0;
    margin: 0;
    font-size: 1em;
    line-height: 1.4em; }
  #news p.intro,
  #news .description p {
    margin: 10px 0 0 0; }
  #news p.read_more a {
    text-decoration: none; }
    #news p.read_more a:hover {
      text-decoration: underline; }

@media screen and (max-width: 480px) {
  #careers .application a {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 5px; }

  #team .photo, #news .photo {
    display: none; } }

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

