<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.uc-nearbySearch-title{margin-bottom:16px;margin-bottom:16px;margin-bottom:var(--cx-spacing-2x);font-size:24px;font-size:24px;font-size:var(--cx-font-size2xl)}.uc-nearbySearch-container{display:flex}@media (max-width:887px){.uc-nearbySearch-container{display:block;overflow:hidden}}.uc-nearbySearch-column{float:left;width:100%;max-width:1170px;max-width:1170px;max-width:var(--cx-fixedPageWidth);margin-bottom:12px;margin-bottom:12px;margin-bottom:var(--cx-verticalPadding--lg);padding-right:8px;padding-right:8px;padding-right:var(--cx-spacing-1x)}.uc-nearbySearch-button{padding:0}.neighborhoodGuides-hero {
  display: flex;
  margin-top: 48px;
}.neighborhoodGuides-hero &gt; * {
  flex: 1 0 50%;
}.geoMosaic-tiles {
  padding: 24px;
  padding: var(--gutter);
}@media (max-width: 647px) {
  .neighborhoodGuides-hero &gt; *:last-child {
    display: none;
  }
}@media (max-width: 647px) {
  .neighborhoodGuides-hero {
    display: block;
    margin-top: 0;
  }

  .neighborhoodGuides-headline {
    font-size: 36px;
    font-size: var(--cx-font-size4xl);
  }
}.breadcrumb-wrapper {
  text-align: center;
}.breadcrumb-wrapper ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}.breadcrumb-wrapper li {
  float: left;

}.neighborhoodGuides-layoutGrid {
  display: grid;
  margin: auto;
  max-width: 1024px;
  padding-top: 20px;
  grid-gap: 24px;
  grid-gap: var(--gutter);
  grid-template-areas:
    'breadcrumbs breadcrumbs breadcrumbs breadcrumbs'
    'headerImage headerImage headerImage headerInfo'
    'keyDetails keyDetails tags tags'
    'searchLinks searchLinks searchLinks searchLinks'
    'location location location location'
    'block block block block'
    'suggested suggested suggested suggested'
    'nearbySearchLinks nearbySearchLinks nearbySearchLinks nearbySearchLinks';
}/* Breadcrumbs */.neighborhoodGuides-breadcrumbs {
  padding-top: 10px;
  font-size: 14px;
  font-size: var(--cx-font-sizeSm);
  grid-area: breadcrumbs;
}/* Header Section */.neighborhoodGuides-headerImage {
  width: 100%;
  min-width: 600px;
  max-width: 1024px;
  height: 588px;
  grid-area: headerImage;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}.neighborhoodGuides-headerInfo {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  grid-area: headerInfo;
}.neighborhoodGuides-headerOffset {
  position: absolute;
  top: 50%;
  right: 0;
  padding: 0;
  min-width: 300px;
  max-height: 560px;
  background: #000000;
  background: var(--cx-color-black);
  transform: translateY(-50%);
  color: #FFFFFF;
  color: var(--cx-color-white);
}.neighborhoodGuides-headerOffsetBody {
  margin: 24px;
  margin: var(--cx-spacing-3x);
  max-height: 520px;
  overflow: auto;

  -ms-overflow-style: none;
  scrollbar-width: none;
}.neighborhoodGuides-headerOffsetBody::-webkit-scrollbar {
  display: none;
}.neighborhoodGuides-neighborhoodHeadline {
  padding: 0;
  max-width: 600px;
  margin-top: 0;
  background: #000000;
  background: var(--cx-color-black);
  font-size: 42px;
  font-size: var(--cx-font-size5xl);
  font-weight: var(--font-weightMedium);
  font-weight: var(--font-weightMedium);
  line-height: 1.25em;
}/* Key Details */.neighborhoodGuides-keyDetails {
  grid-area: keyDetails;
}.neighborhoodGuides-keyDetailsList {
  counter-reset: keyDetail;
}.neighborhoodGuides-keyDetail {
  display: flex;
  margin-bottom: 16px;
  margin-bottom: var(--cx-spacing-2x);
}.neighborhoodGuides-keyDetail:before {
  content: counter(keyDetail);
  flex-shrink: 0;
  width: 64px;
  width: var(--cx-spacing-8x);
  font-size: 42px;
  font-size: var(--cx-font-size5xl);
  text-align: center;
  line-height: 1;
  counter-increment: keyDetail;
}.neighborhoodGuides-keyDetailTitle,
.neighborhoodGuides-keyDetailDescription {
  margin: 0;
  margin-bottom: 5px;
}/* Attributes */.neighborhoodGuides-tags {
  grid-area: tags;
}.neighborhoodGuides-tag {
  pointer-events: none;
  text-transform: capitalize;
  line-height: 1.5;
}/* Location */.neighborhoodGuides-location {
  grid-area: location;
}.neighborhoodGuides-map {
  position: relative;
  height: 50vh;
  margin-bottom: 16px;
  margin-bottom: var(--cx-spacing-2x);
  overflow: hidden;
}.neighborhoodGuides-locationDetailsBoundary {
  margin-bottom: 4px;
}.neighborhoodGuides-locationDetails {
  display: flex;
  justify-content: flex-start;
  padding: 15px 0;
}.neighborhoodGuides-locationDetailsCommute {
  width: 40%;
  min-width: -moz-max-content;
  min-width: max-content;
  margin-right: 20px;
}.neighborhoodGuides-locationDetailsTitle {
  margin-bottom: 10px;
}.neighborhoodGuides-locationDetailsSubways {
  width: 25%;
  margin-right: 8px;
  margin-right: var(--cx-spacing-1x);
}.neighborhoodGuides-locationDetailsSubway-list {
  display: flex;
  flex-wrap: wrap;
  padding-inline-start: 0px;
  list-style-type: none;
}.neighborhoodGuides-locationDetailsSubway {
  margin-right: 5px;
}.neighborhoodGuides-locationDetailsSubway-icon {
  width: 25px;
  height: 25px;
}/* Around The Block */.neighborhoodGuides-block {
  grid-area: block;
}.neighborhoodGuides-blockTitle {
  text-transform: capitalize;
  font-size: 28px;
  font-size: var(--cx-font-size3xl);
}.neighborhoodGuides-blockSection {
  position: relative;
  margin-bottom: 24px;
  margin-bottom: var(--gutter);
  overflow: hidden;
}.neighborhoodGuides-blockPreColon {
  margin: 0;
  line-height: 32px;
  text-transform: capitalize;
}.neighborhoodGuides-blockPostColon {
  color: #6C6C6C;
  color: var(--cx-color-grey80);
  font-weight: var(--font-weightRegular);
  font-weight: var(--font-weightRegular);
  text-transform: none;
}.neighborhoodGuides-blockFollowOn {
  margin-top: 20px;
}.neighborhoodGuides-blockRowHeader {
  margin: 20px 0;
}.neighborhoodGuides-blockImageSingle {
  align-items: stretch;
  width: 100%;
  aspect-ratio: 244 / 163;
  margin-top: 20px;
  justify-self: center;
  background-repeat: no-repeat;
  background-size: cover;
  -o-object-fit: contain;
     object-fit: contain;
}.neighborhoodGuides-blockImageDouble {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 20px;
}.neighborhoodGuides-blockImageDouble-noScript {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
}.neighborhoodGuides-blockImageDouble-first {
  width: 50%;
  height: 100%;
  aspect-ratio: 3 / 2;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-size: cover;
  -o-object-fit: contain;
     object-fit: contain;
}.neighborhoodGuides-blockImageDouble-second {
  width: 50%;
  height: 100%;
  aspect-ratio: 3 / 2;
  margin-left: 8px;
  background-repeat: no-repeat;
  background-size: cover;
  -o-object-fit: contain;
     object-fit: contain;
}/* Search Buttons */.neighborhoodGuides-searchLink {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 20px;
  justify-self: left;
}.neighborhoodGuides-searchLink:first-child {
  justify-self: left;
}.neighborhoodGuides-searchLinks {
  display: flex;
  grid-area: searchLinks;
}/* Suggested Neighborhoods */.neighborhoodGuides-suggestedNeighborhoods-headline {
  text-transform: capitalize;
}.neighborhoodGuides-suggestedNeighborhoods {
  grid-area: suggested;
}.neighborhoodGuides-nearbySearchLinks {
  margin-bottom: 24px;
  margin-bottom: var(--cx-spacing-3x);
  grid-area: nearbySearchLinks;
}.neighborhoodGuides-suggestedNeighborhoods-link {
  font-weight: var(--font-weightRegular);
  font-weight: var(--font-weightRegular);
}.neighborhoodGuides-tileImage {
  width: 100%;
  max-width: 300px;
  height: 194px;
  max-height: 225px;
  padding-top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -o-object-fit: cover;
     object-fit: cover;

  overflow: hidden;
}.neighborhoodGuides-suggestedNeighborhoods-tiles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-gap: 24px;
  grid-gap: var(--gutter);
}.neighborhoodGuides-nearbySearchLinks-title {
  text-transform: capitalize;
}.lazyload,
.lazyloading {
  opacity: 0;
}/* fade in images when loaded */.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}@media (max-width: 647px) {
  .neighborhoodGuides-layoutGrid {
    grid-template-columns: 1fr;

    grid-template-areas:
      'breadcrumbs'
      'headerInfo'
      'headerImage'
      'keyDetails'
      'tags'
      'searchLinks'
      'location'
      'block'
      'suggested'
      'nearbySearchLinks';
  }

  .neighborhoodGuides-layoutGrid &gt; * {
    grid-column: span 1;
  }

  /* Header Section */
  .neighborhoodGuides-headerImage {
    width: auto;
    min-width: 0;
    height: auto;
    padding-top: 66.6%;
    grid-area: headerImage;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
  }

  .neighborhoodGuides-headerOffset {
    position: relative;
    right: 0px;
    width: initial;
    min-width: 0;
  }

  /* Location */
  .neighborhoodGuides-locationDetails {
    display: block;
  }

  .neighborhoodGuides-locationDetailsCommute {
    width: 100%;
    margin-bottom: 20px;
  }

  .neighborhoodGuides-locationDetailsSubways {
    width: 100%;
    margin-top: 20px;
  }

  /* Around The Block */
  .neighborhoodGuides-blockImageSingle {
    align-items: stretch;
    height: auto;
    margin-top: 20px;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .neighborhoodGuides-blockImageDouble {
    display: flex;
    justify-content: center;
    height: auto;
    margin-top: 20px;
  }

  .neighborhoodGuides-blockImageDouble-first {
    width: 50%;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .neighborhoodGuides-blockImageDouble-second {
    width: 50%;
    margin-left: 8px;
    background-repeat: no-repeat;
    background-size: cover;
  }

  /* Search Buttons */
  .neighborhoodGuides-searchLinks {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 24px;
    grid-gap: var(--cx-spacing-3x);
  }

  .neighborhoodGuides-searchLink {
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 0;
    justify-self: center;
  }

  .neighborhoodGuides-searchLink:first-child {
    justify-self: center;
  }

  /* Suggested Neighborhoods */
  .neighborhoodGuides-suggestedNeighborhoods-headline {
    text-align: start;
  }

  .neighborhoodGuides-tileImage {
    max-width: none;
  }
}.neighborhoodGuides-hero {
  display: flex;
  align-items: center;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #FFFFFF;
  color: var(--cx-color-white);
  text-shadow: 0 0 16px #000000;
  text-shadow: 0 0 16px var(--cx-color-backgroundDark);
}.neighborhoodGuides-headline {
  padding: 48px;
  max-width: 75%;
  background: #000000;
  background: var(--cx-color-black);
}.neighborhoodGuides-heroContainer {
  margin: 0 auto;
  padding: 24px;
  padding: var(--gutter);
  width: 100%;
  max-width: 1170px;
  max-width: var(--cx-fixedPageWidth);
  text-align: left;
}.neighborhoodGuides-regionContent {
  margin: 37px 0;
  padding: 48px;
  max-width: 75%;
  background: #000000;
  background: var(--cx-color-black);
}.neighborhoodGuides-regionContent .neighborhoodGuides-headline {
  margin: 0;
  padding: 0;
  max-width: unset;
  background: unset;
}.neighborhoodGuides-regionContent .textIntent-body {
  margin-top: 28px;
}.neighborhoodGuides-tiles {
  padding: 24px;
  padding: var(--gutter);
}@media (max-width: 900px) {
  .neighborhoodGuides-headline {
    max-width: 100%;
  }

  .neighborhoodGuides-regionContent {
    max-width: 100%;
  }
}*,
*:before,
*:after {
  box-sizing: border-box;
}.neighborhoodGuides-headline {
  max-width: 600px;
  font-size: 45px;
  font-weight: var(--font-weightMedium);
  font-weight: var(--font-weightMedium);
  line-height: 1.25em;
}.neighborhoodGuides-tiles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-gap: 24px;
  grid-gap: var(--gutter);
  text-align: center;
}.neighborhoodGuides-tileImage {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
</pre></body></html>