/* Scss Document */
/* Scss Document */
/* Reset */
.site-map-section {
  padding: 0;
}

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

.site-map-container #Apartments g {
  cursor: pointer;
}

/* Search Filter */
.form-wrapper {
  display: flex;
  justify-content: center;
  font-size: 1.3rem;
  margin-top: 5rem;
}

.form-wrapper p {
  text-align: center;
  margin-right: 1rem;
}

#site-map-form select {
  margin-left: 0.2rem;
}

#site-map-form label {
  margin-right: 1rem;
}

#site-map-form input {
  font-size: 1rem;
}

@media (max-width: 800px) {
  .form-wrapper {
    margin-top: 2rem;
    flex-wrap: wrap;
  }
  .form-wrapper p {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  #site-map-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  #site-map-form select {
    margin: 0;
  }
  #site-map-form label {
    width: 100%;
    margin: 0.2rem 0;
  }
  #site-map-form input {
    margin-top: 0.5rem;
  }
}
.popUp {
  background: #F3F3F3;
  border: solid 1px #d3d3d3;
  box-shadow: 1px 1px 5px #d3d3d3;
  border-radius: 5px;
  min-width: 15vw;
}

.popUp:after {
  content: "";
  clip-path: polygon(51% 15%, 0 0, 100% 0);
  background-color: #F3F3F3;
  box-shadow: 1px 1px 5px #d3d3d3;
  width: 100%;
  position: absolute;
  height: 10em;
  margin-top: -1px;
}

.popUp .info-bubble {
  display: flex;
  flex-direction: column;
  padding: 0 0 1em 0;
}

.popUp .info-bubble .field {
  padding: 0 1em;
  width: 100%;
  text-align: center;
}

.popUp .info-bubble .field:has(.button) {
  text-align: center;
  margin-top: 10px;
}

.popUp .info-bubble .field .button {
  border-bottom: 1px solid #192437;
  padding-bottom: 5px;
}

.popUp .info-bubble .field .button:hover {
  border-bottom: 1px solid #79969f;
}

.popUp .info-bubble .field p {
  margin: 0;
  padding: 0;
  line-height: 1.3;
}

.popUp .info-bubble span {
  display: block;
  width: 100%;
}

.popUp .info-bubble span.btn-divider {
  display: inline;
  margin: 0 2%;
}

.popUp .info-bubble hr {
  margin: 1em;
}

.popUp .info-bubble h2 {
  font-size: 1.8rem;
}

.popUp .info-bubble h3 {
  font-size: 1.4rem;
}

.popUp .info-bubble .popUp-btn {
  width: 2em;
  height: 2em;
  align-self: flex-end;
  background: #F3F3F3;
  border: none;
  border-radius: 5px;
  color: #515151;
  cursor: pointer;
}

.popUp .info-bubble .popUp-btn:hover {
  border: solid 1px #515151;
}

/* Hover over map elements */
#Apartments g:has(.available) {
  cursor: pointer;
}

#Apartments g:has(.available.hidden) {
  cursor: default;
}

#site-map-container svg {
  background: #e9e4e4;
}

.map-key {
  text-align: center;
  display: flex;
  width: 100%;
  justify-content: space-around;
  flex-wrap: wrap;
}

.map-key .key-index {
  width: 10%;
  height: 26px;
}

@media (max-width: 1180px) {
  .map-key .key-index {
    width: 30%;
    margin: 10px;
  }
}
.details-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Floorplan Site Map Link */
section.site-map-link-wrapper {
  padding-bottom: 0;
}

section.site-map-link-wrapper.detail-page-link {
  padding: 0;
}

.site-map-link-wrapper .container {
  text-align: center;
}

a.site-map-link {
  display: inline-block;
  font-size: 1.2rem;
  height: 2em;
}

@media (max-width: 900px) {
  a.site-map-link {
    display: inline;
    font-size: 1rem;
  }
}
/* Mobile Key */
.mobile-key-wrapper {
  display: none;
}

.mobile-key-wrapper div {
  padding: 0.1em;
  border: solid 2px #192437;
  width: 12vh;
  text-align: center;
  margin: 0.1em;
  font-family: MyriadPro-Regular, "Myriad Pro";
}

.mobile-key-wrapper p {
  margin-bottom: 0.2rem;
  font-size: 1.3rem;
}

@media (max-width: 800px) {
  a.site-map-link {
    display: inline;
    font-size: 1rem;
  }
  .site-map-section {
    padding: 0 0 1rem 0;
  }
  .popUp {
    width: 60%;
    transform: scale(0.5);
  }
  .popUp:after {
    display: none;
  }
  .popUp .info-bubble span {
    display: inline;
  }
  .popUp .info-bubble span.btn-divider {
    width: 100%;
    display: block;
    visibility: hidden;
    height: 6px;
  }
  .details-wrapper {
    flex-wrap: wrap;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-snap-type: none;
  }
}
#availabilitytable {
  text-align: center;
}

.unit-avail-table {
  width: 100%;
  border-collapse: collapse;
}

.unit-avail-table tr {
  border-bottom: 1px solid black;
}

.unit-avail-table th, .unit-avail-table td {
  padding: 20px;
}

@media only screen and (max-width: 800px) {
  .unit-avail-table th, .unit-avail-table td {
    padding: 10px;
  }
  .unit-avail-table tr {
    padding: 20px 0px;
    display: block;
    border-bottom: 1px solid black;
  }
  .unit-avail-table tr:after {
    display: block;
    margin: 10px 10px 0 10px;
    padding-bottom: 0;
    content: "";
  }
  .unit-avail-table thead tr:after {
    display: none;
  }
  .unit-avail-table td {
    border: none;
    position: relative;
    padding-left: 130px;
    text-align: right;
    display: block;
  }
  th, td {
    display: block;
  }
  .unit-avail-table td:before {
    padding-right: 10px;
    font-weight: bold;
    white-space: nowrap;
    position: absolute;
    left: 9px;
    top: 10px;
    font-weight: 600;
  }
  .unit-avail-table td:nth-of-type(1):before {
    content: "UNIT";
  }
  .unit-avail-table td:nth-of-type(2):before {
    content: "SQ. FT.";
  }
  .unit-avail-table td:nth-of-type(3):before {
    content: "RENT";
  }
  .unit-avail-table td:nth-of-type(4):before {
    content: "AVAILABLE";
  }
  .unit-avail-table td:nth-of-type(5):before {
    content: "";
  }
}
.floorplan-image {
  -o-object-fit: contain !important;
  object-fit: contain !important;
  background: white !important;
}

.guestCardForm {
  display: flex;
  flex-wrap: wrap;
}

.guestCardFieldGroup {
  margin: 10px;
  display: inline-grid;
}

@media only screen and (max-width: 800px) {
  .guestCardForm {
    display: block;
  }
  .guestCardFieldGroup {
    width: 100%;
  }
}
main section:first-of-type {
  padding-top: 0;
}

/* Remove Posts Sidebar, Header, Footer */
.page-id-6 #wrapper-navbar, .page-id-6 footer, .page-id-6 #right-sidebar, .page-id-6 #wrapper-footer, .page-id-6 .site-info, .page-id-10 #wrapper-navbar, .page-id-10 footer, .page-id-10 #right-sidebar, .page-id-10 #wrapper-footer, .page-id-10 .site-info, .page-id-13 #wrapper-navbar, .page-id-13 footer, .page-id-13 #right-sidebar, .page-id-13 #wrapper-footer, .page-id-13 .site-info {
  display: none;
}

.mx-auto:has(.rmwb_detail-wrapper) {
  height: -moz-fit-content;
  height: fit-content;
}

.rmwb_detail-wrapper .rmwb_callout-links {
  margin-top: 0.5rem;
}
.rmwb_detail-wrapper .rmwb_callout-links a {
  border-bottom: none;
}
.rmwb_detail-wrapper .rmwb_callout-links a:hover {
  border-bottom: none;
}

@media (min-width: 768px) {
  .rmwb_detail-wrapper .photo-frame {
    margin-top: 2rem;
    margin-bottom: 2rem;
    height: 600px;
  }
}

/* Availability Table */
.page-id-13 .entry-content section {
  padding: 1rem 0;
}
.page-id-13 .entry-content section .container {
  padding: 0;
}

.rmwb_detail-wrapper .rmwb_callout-links {
  margin-top: 1rem;
}

/*# sourceMappingURL=listing.css.map */