@charset "UTF-8";
.rm-map {
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

.fancybox {
  text-decoration: none;
}

.fancybox-slide > * {
  margin-top: 225px !important;
}

.fancybox-svg-container svg {
  max-width: 100%;
  padding: 2rem;
}

.fancybox-svg-container {
  padding: 40px !important;
}

.fancybox-close-small:after {
  font-size: 35px !important;
}

.fancybox-stage {
  top: -60px !important;
}

#map_overlay a:hover {
  fill: #465974;
}

.svg-container a:visited {
  fill: none;
  border: none;
}

.lot-outline, .underline {
  fill: none;
  stroke: #465974;
  stroke-miterlimit: 3;
  stroke-width: 3;
}

.occupied-fill {
  fill: rgba(222, 222, 222, 0.75) !important;
  cursor: pointer;
  stroke: #000;
}

.occupied-key {
  fill: #dedede !important;
  stroke: #465974;
  stroke-miterlimit: 1;
  stroke-width: 2;
}

.pending-fill {
  fill: rgba(237, 237, 168, 0.75) !important;
  cursor: pointer;
  stroke: #000;
}

.pending-key {
  fill: #ededa8 !important;
  stroke: #465974;
  stroke-miterlimit: 1;
  stroke-width: 2;
}

.coming-soon-fill {
  fill: rgba(255, 255, 255, 0.75) !important;
  cursor: pointer;
  stroke: #000;
}

.coming-key {
  fill: #fff !important;
  stroke: #465974;
  stroke-miterlimit: 1;
  stroke-width: 2;
}

.vacant-fill {
  fill: rgba(249, 159, 40, 0.75) !important;
  cursor: pointer;
  stroke: #000;
}

.vacant-key {
  fill: #F99F28 !important;
  cursor: pointer;
  stroke: #000;
  stroke-miterlimit: 1;
  stroke-width: 2;
}

.model-fill {
  fill: rgba(0, 204, 0, 0.75) !important;
  cursor: pointer;
  stroke: #000;
  stroke-miterlimit: 1;
  stroke-width: 2;
}

.model-key {
  fill: #00CC00 !important;
  cursor: pointer;
  stroke: #000;
  stroke-miterlimit: 1;
  stroke-width: 2;
}

.cls-1 {
  fill: #cccccb;
}

.cls-2 {
  letter-spacing: -0.07em;
}

.cls-4 {
  font-size: 16.86px;
}

.cls-4, .cls-5, .cls-7, .cls-8, .cls-9, .cls-10, .cls-11, .cls-12, .cls-13 {
  fill: #231f20;
}

.cls-14 {
  fill: none;
}

.cls-15 {
  stroke: #231f20;
  stroke-miterlimit: 10;
  stroke-width: 4px;
}

.cls-5 {
  font-size: 37.95px;
}

.cls-17 {
  letter-spacing: 0em;
}

.cls-6 {
  font-size: 37.79px;
}

.cls-7 {
  font-size: 16.6px;
}

.cls-8 {
  font-size: 46.82px;
}

.cls-9 {
  font-size: 46.11px;
}

.cls-10 {
  font-size: 38.54px;
}

.cls-15 {
  fill: #fff;
}

.cls-11 {
  font-size: 45.92px;
}

.cls-12 {
  font-size: 16.53px;
}

.cls-13 {
  font-size: 28.9px;
}

.cls-1 {
  fill: #d5def1;
}

.cls-1, .cls-2, .cls-3, .cls-4, .cls-5, .cls-6, .cls-7, .cls-8 {
  stroke: #231f20;
  stroke-miterlimit: 10;
}

.cls-9 {
  font-size: 12px;
}

.cls-9, .cls-10, .cls-11, .cls-12, .cls-13 {
  fill: #231f20;
}

.cls-14, .cls-2 {
  fill: #fff;
}

.lgt_grass {
  fill: #357646;
}

.drk_grass {
  fill: #425e3f;
}

.cls-10 {
  font-size: 6px;
}

.cls-18 {
  fill: #b1c9b9;
}

.cls-19 {
  letter-spacing: 0.01em;
  font-size: 10px;
  font-weight: bold;
}

.cls-20 {
  letter-spacing: -0.05em;
  font-size: 8px;
  font-weight: bold;
}

.cls-23 {
  letter-spacing: 0em;
  font-size: 12px;
  font-weight: bold;
}

.cls-11 {
  font-size: 18px;
}

.cls-12 {
  font-size: 6px;
}

.cls-7 {
  fill: #357646;
}

.cls-8 {
  fill: #cfd1d2;
}

.cls-13 {
  font-size: 8px;
}

.cls-3 {
  font-size: 21px;
}

.cls-6 {
  stroke: #231f20;
  stroke-miterlimit: 10;
}

.cls-4, .cls-5 {
  font-size: 58.32px;
}

.cls-7 {
  fill: #27994d;
}

.cls-8 {
  fill: #f89938;
}

.road {
  fill: #eee;
}

.pond {
  fill: #0c8fcf;
}

.pool {
  fill: #086b9c;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:hover {
  background: black !important;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #E5E5E5;
  font-weight: 300;
  font-size: 35px !important;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color 0.25s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-info-box {
  display: none;
  position: absolute;
  top: 65px !important;
  left: auto !important;
  z-index: 500;
}
.fancybox-info-box .info-bubble {
  padding: 1em;
  background-color: #afafaf;
  color: black;
  text-align: center;
  padding-bottom: 35px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fancybox-info-box .info-bubble h2 {
  margin: 10px 0px 5px 0px !important;
  margin: revert;
  font-size: 1.65rem !important;
}
.fancybox-info-box .info-bubble h3 {
  padding: 0.25em;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
}
.fancybox-info-box .info-bubble h4 {
  font-size: 1.25rem;
  padding-bottom: 7px;
}
.fancybox-info-box .info-bubble .banner {
  font-size: 5rem !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.5rem 0;
}
.fancybox-info-box .info-bubble .label_font {
  font-size: 0.5rem;
  line-height: 1rem;
}
.fancybox-info-box .info-bubble .value {
  font-size: 1.4rem;
  line-height: 0.8em;
  padding-bottom: 7px;
}
.fancybox-info-box .info-bubble .more-details {
  font-size: 0.75em;
  margin-top: 1rem;
  text-transform: uppercase;
}

.fancybox-info-box a {
  border-radius: 5ps;
  background-color: black;
  color: white;
  font-size: 16px !important;
  border: 2px solid black;
  padding: 8px 20px 6px 20px;
}
.fancybox-info-box a:hover {
  background-color: white;
  border: 2px solid black;
  color: black;
}

.unit-stats {
  -ms-flex-basis: 100%;
  -o-flex-basis: 100%;
  flex-basis: 100%;
  width: 100%;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  text-align: center;
}

.unit-stats .field {
  -ms-flex-basis: 100%;
  -o-flex-basis: 100%;
  flex-basis: 100%;
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  text-align: center;
}

.unit-stats .field .icon {
  -ms-flex-basis: 100%;
  -o-flex-basis: 100%;
  flex-basis: 100%;
  width: 100%;
}

.unit-stats .field .icon i {
  font-size: 23px;
}

.unit-stats .field .label {
  -ms-flex-basis: 100%;
  -o-flex-basis: 100%;
  flex-basis: 100%;
  width: 100%;
  font-weight: 400;
  padding-top: 3px;
  font-size: 12px !important;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-size: 16px !important;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.9);
}

.unit-stats .field .value {
  -ms-flex-basis: 100%;
  -o-flex-basis: 100%;
  flex-basis: 100%;
  width: 100%;
}

.unit-stats .field .value a {
  color: black;
  transition: 0.5s;
}

.unit-stats .field .value a:hover {
  color: #92be2a;
  transition: 0.5s;
}

.page-id-6169 #wrapper #header-search-wrap {
  display: none !important;
}/*# sourceMappingURL=sitemap.css.map */