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

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

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

fieldset, img {
  border: 0; }

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

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

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

caption, th {
  text-align: left; }

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

abbr, acronym {
  border: 0; }

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

abbr {
  border: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

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

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

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

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

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

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

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

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

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

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

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

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

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

.clear {
  clear: both; }

@media only screen and (min-width: 768px) {
  body.interior h1, body h2, body h3, body h4, body h5, body h6 {
    text-align: left; }
  body.home.store .sidebar, body.store.interior .sidebar {
    width: 32%;
    float: left;
    padding-left: 2%; }
  body.home.store #store-index-content, body.store.interior #store-index-content, body.store.interior .main-content {
    width: 66%;
    float: left; }
    body.home.store #store-index-content #editor-content, body.store.interior #store-index-content #editor-content, body.store.interior .main-content #editor-content {
      float: none;
      width: 100%; }
  body.store.interior .sidebar #store-ctas {
    padding: 0; }
  body.store.interior .main {
    max-width: 940px;
    margin: 0 auto; }
  body.store.interior #middle .mobile-only {
    display: none; }
  body.store.interior #middle .desktop-only {
    display: block; }
  body #middle, body .main-content {
    *zoom: 1; }
    body #middle:before, body #middle:after, body .main-content:before, body .main-content:after {
      content: " ";
      display: table; }
    body #middle:after, body .main-content:after {
      clear: both; }
  body.corp.interior .main-content {
    margin-top: 30px; }
    body.corp.interior .main-content #editor-content h1 {
      text-align: left; }
  body.store.interior .sidebar .tel.visible-desktop {
    text-align: center; }
  body.store.interior .sidebar .schema-location .phone .tel.desktop-only {
    display: inline-block !important;
    cursor: default; }
  body.corp.interior .testimonial span.quote {
    display: inline-block;
    width: 90%; }

  body.interior #middle {
    margin-top: 50px; }
  body.interior #corp-sidebar {
    width: 34%;
    padding-left: 2%; }
  body.interior #editor-content {
    width: 64%; }
  body.interior #corp-sidebar, body.interior #editor-content {
    float: right; }
    body.interior #corp-sidebar #community, body.interior #corp-sidebar #zip-search, body.interior #editor-content #community, body.interior #editor-content #zip-search {
      width: 100%;
      float: none;
      margin: 0;
      *zoom: 1; }
      body.interior #corp-sidebar #community:before, body.interior #corp-sidebar #community:after, body.interior #corp-sidebar #zip-search:before, body.interior #corp-sidebar #zip-search:after, body.interior #editor-content #community:before, body.interior #editor-content #community:after, body.interior #editor-content #zip-search:before, body.interior #editor-content #zip-search:after {
        content: " ";
        display: table; }
      body.interior #corp-sidebar #community:after, body.interior #corp-sidebar #zip-search:after, body.interior #editor-content #community:after, body.interior #editor-content #zip-search:after {
        clear: both; }
  body.interior #community-search section a, body.interior #community-search section form {
    height: 65px; }
  body.interior #community-search section h3 {
    width: 71%; }
  body.interior #community-search section#community a:after {
    top: 5px; }
  body.interior #community-search section input[type='text'] {
    font-size: 0.8em;
    width: 70%; }
  body.interior #community-search section form {
    padding-top: 7px;
    padding-left: 7px; }
    body.interior #community-search section form input[type='text'] {
      width: 73%; }
  body.interior #community-search section#zip-search form input[type='submit'] {
    top: 5px; }

  body.corp .row_1 {
    margin-top: 0; }

  #community-search section#community a {
    padding-top: 10px; }

  .corp.interior #community-search section#community a {
    padding-top: 4px; }

  #community-search section h3 {
    font-size: 1.3em; }

  .sidebar .schema-location .phone a.tel.desktop-only, .sidebar .schema-location .email a.tel.desktop-only {
    display: inline-block; }
  .sidebar .schema-location .phone a.tel.mobile-only, .sidebar .schema-location .email a.tel.mobile-only {
    display: none; }

  .store.interior #store-ctas a h3 {
    font-size: 1.1em; }

  .home #wrapper {
    margin-top: -5px; }

  body.store.interior #middle {
    margin-top: 100px; } }
@media only screen and (min-width: 1000px) {
  body.corp.home #community-search {
    position: absolute;
    padding: 14px 12px 5px 12px;
    width: 33%;
    top: 25%;
    right: 10%;
    background: rgba(0, 0, 0, 0.3); }
    body.corp.home #community-search section a, body.corp.home #community-search section form {
      border-bottom: 2px solid rgba(0, 0, 0, 0.5);
      min-height: 80px; }
    body.corp.home #community-search section h3 {
      font-size: 1.4em; }
  body.corp.home #community, body.corp.home #zip-search {
    float: none;
    width: 100%;
    margin: 0; }
  body.corp.home #community-search section#community a {
    padding-top: 23px; }
  body.corp.home #community-search section#zip-search form {
    padding-top: 16px; }
  body.corp.home #community-search section#community a:after {
    top: 12px; } }
@media only screen and (min-width: 1000px) and (max-width: 1045px) {
  body.corp.home #community-search section h3 {
    font-size: 1.25em; } }
@media only screen and (min-width: 1160px) {
  #community-search section h3 {
    font-size: 1.4em; } }
@media only screen and (min-width: 768px) {
  header .logo-contain {
    padding: 0;
    position: relative;
    z-index: 10002; }
    header .logo-contain #logo-wrapper {
      position: absolute; }
    header .logo-contain .loc-menu-list {
      display: block;
      list-style-type: none;
      background: #3e96b4;
      z-index: 1000;
      border: 1px solid #3e96b4; }
      header .logo-contain .loc-menu-list a {
        text-decoration: none;
        color: #ffffff;
        padding: 4px;
        display: block; }
      header .logo-contain .loc-menu-list ul.level2, header .logo-contain .loc-menu-list ul.level3 {
        display: none;
        position: absolute;
        width: 160px;
        left: -41px;
        background: #3e96b4; }
        header .logo-contain .loc-menu-list ul.level2 li a, header .logo-contain .loc-menu-list ul.level3 li a {
          padding: 14px;
          display: block; }
      header .logo-contain .loc-menu-list ul.level3 {
        left: -158px;
        top: 0; }
      header .logo-contain .loc-menu-list:hover {
        background: #ffffff; }
        header .logo-contain .loc-menu-list:hover > a {
          color: #3e96b4; }
      header .logo-contain .loc-menu-list ul.level2 li, header .logo-contain .loc-menu-list ul.level3 li {
        border: 1px solid #3e96b4;
        position: relative; }
        header .logo-contain .loc-menu-list ul.level2 li:hover, header .logo-contain .loc-menu-list ul.level3 li:hover {
          background: #ffffff; }
          header .logo-contain .loc-menu-list ul.level2 li:hover > a, header .logo-contain .loc-menu-list ul.level3 li:hover > a {
            color: #3e96b4; }
      header .logo-contain .loc-menu-list:hover > ul.level2 {
        display: block; }
      header .logo-contain .loc-menu-list ul.level2 li:hover > ul.level3 {
        display: block; } }
/**** COMPLEX STYLES - FOOTER ****/
@media only screen and (min-width: 768px) {
  footer #footer-system {
    *zoom: 1;
    margin-bottom: 15px; }
    footer #footer-system:before, footer #footer-system:after {
      content: " ";
      display: table; }
    footer #footer-system:after {
      clear: both; }
    footer #footer-system li {
      float: left;
      margin-right: 7px; }
      footer #footer-system li:before {
        content: " | "; }
      footer #footer-system li:first-of-type:before {
        display: none; }
  footer #equal, footer #social {
    clear: both; }
  footer #signature-brand {
    float: right; }

  #social {
    float: right;
    margin-top: -75px; } }
/* end min-width 768px */
@media only screen and (min-width: 768px) {
  .nav-holder {
    *zoom: 1;
    font-family: "pt-sans";
    clear: both;
    z-index: 10001;
    position: relative;
    border-bottom: 4px solid #812529; }
    .nav-holder:before, .nav-holder:after {
      content: " ";
      display: table; }
    .nav-holder:after {
      clear: both; }
    .nav-holder .nav-wrapper {
      max-width: 940px;
      margin: 0 auto; }
    .nav-holder ul.level1 {
      *zoom: 1;
      width: 82%;
      float: right;
      min-height: 70px; }
      .nav-holder ul.level1:before, .nav-holder ul.level1:after {
        content: " ";
        display: table; }
      .nav-holder ul.level1:after {
        clear: both; }
      .nav-holder ul.level1 li {
        max-height: 57px; }
        .nav-holder ul.level1 li:hover {
          background: #ffffff; }
          .nav-holder ul.level1 li:hover a {
            color: #3f97b5; }
        .nav-holder ul.level1 li a {
          display: block;
          height: 57px;
          padding-top: 11px;
          font-size: 1.1em; }
        .nav-holder ul.level1 li a.top-level:after {
          content: url(/images/menu-item-divider.png);
          position: absolute;
          right: 0;
          top: 0px; }
        .nav-holder ul.level1 li a.top-level.on {
          background: #ffffff;
          color: #3f97b5; }
      .nav-holder ul.level1 li.last a.top-level:after {
        display: none; }
      .nav-holder ul.level1 > li {
        float: left;
        position: relative;
        border-bottom: none;
        margin-top: 13px;
        width: 16%; }
        .nav-holder ul.level1 > li.two_lines > a {
          padding-top: 2px; }
        .nav-holder ul.level1 > li:nth-of-type(1) {
          width: 18%; }
        .nav-holder ul.level1 > li:nth-of-type(2) {
          width: 18%; }
        .nav-holder ul.level1 > li:nth-of-type(3) {
          width: 15%; }
        .nav-holder ul.level1 > li:nth-of-type(4) {
          width: 14%; }
        .nav-holder ul.level1 > li:nth-of-type(5) {
          width: 14%; }
        .nav-holder ul.level1 > li a {
          padding: 11px 0px 0 0px;
          text-align: center;
          font-size: 1em; }
        .nav-holder ul.level1 > li.hover > ul.level2 {
          display: block; }
        .nav-holder ul.level1 > li ul.level2 li.hover > ul.level3 {
          display: block; }
        .nav-holder ul.level1 > li.hover-off > ul.level2, .nav-holder ul.level1 > li ul.level2 li.hover-off > ul.level3 {
          display: none; }
      .nav-holder ul.level1 ul.level2, .nav-holder ul.level1 ul.level3 {
        display: none;
        position: absolute;
        top: 45px;
        left: 0;
        z-index: 10001;
        min-width: 200px;
        background: #ffffff;
        padding: 12px 5px;
        box-shadow: 3px 3px 6px -1px rgba(183, 183, 183, 0.7); }
        .nav-holder ul.level1 ul.level2 li, .nav-holder ul.level1 ul.level3 li {
          padding-left: 0;
          position: relative;
          height: auto;
          border-top: 1px solid #dadada; }
          .nav-holder ul.level1 ul.level2 li.last, .nav-holder ul.level1 ul.level3 li.last {
            border-bottom: 1px solid #dadada; }
          .nav-holder ul.level1 ul.level2 li a, .nav-holder ul.level1 ul.level3 li a {
            padding: 8px 0px 8px 8px;
            color: #000000;
            height: auto;
            text-align: left; }
            .nav-holder ul.level1 ul.level2 li a:hover, .nav-holder ul.level1 ul.level3 li a:hover {
              color: #ffffff;
              background: #3f97b5; }
      .nav-holder ul.level1 ul.level3 {
        left: 191px;
        top: -13px; }

  .store .nav-holder ul.level1 > li a.top-level.on {
    background: #ffffff;
    color: #3e96b4; }
  .store .nav-holder ul.level1 > li:hover {
    background: #ffffff; }
    .store .nav-holder ul.level1 > li:hover a {
      color: #3e96b4; }
  .store .nav-holder ul.level1 > li ul.level2 > li:hover, .store .nav-holder ul.level1 > li ul.level3 > li:hover {
    background: #3e96b4; }
    .store .nav-holder ul.level1 > li ul.level2 > li:hover > a, .store .nav-holder ul.level1 > li ul.level3 > li:hover > a {
      color: #ffffff; }
    .store .nav-holder ul.level1 > li ul.level2 > li:hover a, .store .nav-holder ul.level1 > li ul.level3 > li:hover a {
      background: transparent; }
  .store .nav-holder {
    width: 100%;
    margin: 0; }
    .store .nav-holder ul.level1 > li {
      width: 18.28571428571429%; }
      .store .nav-holder ul.level1 > li a {
        padding-top: 0; }
    .store .nav-holder ul.level1 > li a {
      text-align: center;
      padding-top: 0px; }
    .store .nav-holder ul.level1 > li:nth-of-type(1) {
      width: 10%; }
      .store .nav-holder ul.level1 > li:nth-of-type(1) > a {
        padding-top: 10px;
        padding-right: 12%; }
    .store .nav-holder ul.level1 > li:nth-of-type(2) > a {
      padding: 0px 22%; }
    .store .nav-holder ul.level1 > li:nth-of-type(3) > a {
      padding: 0 15%; }
    .store .nav-holder ul.level1 > li:nth-of-type(4) {
      width: 13%; }
      .store .nav-holder ul.level1 > li:nth-of-type(4) > a {
        padding: 0px 20px 0 20px; }
    .store .nav-holder ul.level1 > li:nth-of-type(5) > a {
      padding: 0px 30px 0 30px; }
    .store .nav-holder ul.level1 > li:nth-of-type(6) > a {
      padding: 0px 22%; }

  .nav-holder ul.level1 li.last > ul.level2 {
    left: auto;
    right: 0; }

  .nav-holder ul.level1 li.last > ul.level2 > li > ul.level3 {
    left: -200px; } }
@media only screen and (min-width: 858px) {
  .corp .nav-holder ul.level1 > li a {
    font-size: 1.1em; } }
/**** COMPLEX STYLES - CALLS TO ACTION BUTTONS ****/
@media only screen and (min-width: 768px) {
  body.corp.interior .callout {
    min-height: 270px; }
    body.corp.interior .callout .callout-guts {
      display: block; } }
/* end min-width 768px */
@media only screen and (min-width: 768px) {
  body .callouts {
    padding: 0; }
  body .contact .callout-guts button {
    width: 55%; }
  body.store .callouts h3 {
    color: #7c2226;
    border-bottom: none; }
  body.store .callouts img {
    max-width: 100%; }
  body.store .callouts .callout-guts {
    display: block;
    margin-top: 10px; } }
@media only screen and (min-width: 960px) {
  .store.home #store-cta-wrapper {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 999;
    left: 50%;
    margin-left: -480px;
    padding: 20px 0; }
    .store.home #store-cta-wrapper #store-ctas {
      padding: 0; }
      .store.home #store-cta-wrapper #store-ctas a {
        padding-top: 22px; }
        .store.home #store-cta-wrapper #store-ctas a h3 {
          width: 70%; }
    .store.home #store-cta-wrapper .tel {
      padding-top: 18px;
      font-size: 2em; }

  .store.home.home #store-ctas a {
    position: relative; }
  .store.home.home #store-ctas a:after {
    content: url("/images/cta-border.png");
    position: absolute;
    right: -10%;
    top: -10px; }

  .store.home #store-cta-wrapper .tel, .store.home #store-cta-wrapper .callout {
    width: 27%;
    margin-right: 5.5%; } }
/**** DESKTOP STYLES - RESPONSIVE SLIDES ****/
@media only screen and (min-width: 768px) {
  #slideshow_wrapper {
    position: relative; }

  .store.home #slideshow_wrapper {
    margin: -3px auto; } }
@media only screen and (min-width: 1000px) {
  body.corp.home .mobile-only {
    display: none; }
  body.corp.home .desktop-only {
    display: block; } }
/**/
/**** COMPLEX STYLES - CORP LOCATIONS TABLE ****/
/**** COMPLEX STYLES - CORP LOCATIONS TABLE ****/
@media only screen and (min-width: 768px) {
  #locations-table .loc_col1 {
    width: 33%; }
    #locations-table .loc_col1 section {
      float: right;
      width: 56%;
      margin-top: -5px; }

  .loc_bullet_col {
    position: relative; }

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

  #locations-table .loc_location_row {
    padding: 10px 0; }

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

  #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 {
    text-align: center;
    border-right: 1px solid #fff; }

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

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

  #locations-table .loc_button {
    width: 100%;
    margin-top: 16px;
    float: none;
    font-size: .9em; }
    #locations-table .loc_button a {
      margin: 5px 10% 0 0px; }

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

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

  #locations-table .loc_title_row .loc_col2 {
    width: 67%;
    float: right; }
    #locations-table .loc_title_row .loc_col2 .loc_bullet_col_heading {
      *zoom: 1;
      width: 25%;
      min-height: 39px;
      padding: 0;
      font-size: 1.1em;
      font-weight: 400; }
      #locations-table .loc_title_row .loc_col2 .loc_bullet_col_heading:before, #locations-table .loc_title_row .loc_col2 .loc_bullet_col_heading:after {
        content: " ";
        display: table; }
      #locations-table .loc_title_row .loc_col2 .loc_bullet_col_heading:after {
        clear: both; }
      #locations-table .loc_title_row .loc_col2 .loc_bullet_col_heading:last-child {
        border-right: none; }

  .loc_location a {
    font-size: .85em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print {
  .reveal-modal {
    border: solid 1px #000;
    background: #fff; } }
@media (max-width: 550px) {
  .reveal-modal.responsive {
    width: 90%;
    margin-left: -45%; } }
#ap_container {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  min-height: 500px;
  width: 640px; }
  #ap_container h2.ap_title {
    display: block;
    clear: both;
    text-align: center; }

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

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

.ap_location {
  position: relative;
  float: left;
  margin: 0 0 10px 0;
  padding: 13px;
  border: 1px solid #cbcbcb;
  border-bottom: 1px solid #aaaaaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #f9f9f9;
  background-image: -webkit-linear-gradient(top, 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: 614px; }
  .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: #06376f;
      font-weight: bold;
      font-size: 15px;
      line-height: 16px; }
  .ap_location .ap_visit_location {
    position: absolute;
    right: 13px;
    bottom: 13px;
    display: block;
    margin: 15px 0 0 0;
    padding: 7px 10px;
    border-bottom: 1px solid #06376f;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #0758b4;
    background-image: -webkit-linear-gradient(top, #0758b4, #06376f);
    background-image: -moz-linear-gradient(top, #0758b4, #06376f);
    background-image: -ms-linear-gradient(top, #0758b4, #06376f);
    background-image: -o-linear-gradient(top, #0758b4, #06376f);
    color: white;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: -1px -1px 0 #06376f;
    font-size: 17px;
    font-family: helvetica;
    line-height: 17px; }
    .ap_location .ap_visit_location:hover {
      background-image: -webkit-linear-gradient(top, #06376f, #0758b4);
      background-image: -moz-linear-gradient(top, #06376f, #0758b4);
      background-image: -ms-linear-gradient(top, #06376f, #0758b4);
      background-image: -o-linear-gradient(top, #06376f, #0758b4);
      text-decoration: none; }

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

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

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

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

/**** 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; } }
#flashmap {
  height: 400px; }

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

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

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

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

#directionsForm {
  padding: 2%; }

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

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

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

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

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

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