@charset "UTF-8";
/* Scss Document */
/* Reset */
/* general template styles that will change */
.rmwb_no-properties {
  text-align: center;
  font-size: 1.5em;
  padding: 1em;
}

.rmwb_detail-wrapper *, .rmwb_listing-wrapper * {
  box-sizing: border-box;
}

.rmwb_main-header h3 {
  width: 100%;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: 400;
}

.rmwb_detail-wrapper h2, .rmwb_listing-wrapper h2 {
  width: 100%;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: 400;
}

.rmwb_detail-wrapper h3 {
  width: 100%;
  font-weight: 400;
}

.rmwb_detail-wrapper ul, .rmwb_listing-wrapper ul {
  margin: 0;
  padding: 0;
}

/* end reset */
img {
  max-width: 100%;
}

.page-title.rmwb_page-title {
  min-height: 0;
}

.rmwb_detail-wrapper {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding: 0.5em;
  align-items: stretch;
}
.rmwb_detail-wrapper .rmwb_listing-header {
  margin-top: 0;
  padding-top: 0;
}
.rmwb_detail-wrapper .rmwb_section {
  flex-basis: 47%;
  min-width: 400px;
  padding: 1em;
  flex: 1 1;
}
.rmwb_detail-wrapper .rmwb_section .rmwb_main-photo img {
  max-height: 650px;
  -o-object-fit: fill;
     object-fit: fill;
  width: 100%;
}
.rmwb_detail-wrapper .rmwb_section h3 {
  margin-bottom: auto;
}
.rmwb_detail-wrapper .rmwb_section.rmwb_header-section {
  width: 100%;
  flex-basis: 100%;
  display: flex;
  justify-content: space-between;
}
.rmwb_detail-wrapper .rmwb_section.rmwb_header-section .rmwb_callout-links a {
  padding: 10px 20px;
  text-transform: uppercase;
  margin: 0.2em;
  border: none;
  border-color: #4f998b;
}
.rmwb_detail-wrapper .rmwb_section.rmwb_header-section .rmwb_callout-links a:hover {
  border-bottom: 2px solid #4f998b;
}
.rmwb_detail-wrapper .rmwb_section.rmwb_google-map-detail {
  flex-basis: 100%;
}
.rmwb_detail-wrapper .rmwb_additional-photos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.rmwb_detail-wrapper .rmwb_additional-photos .rmwb_additional-photo {
  width: 24%;
}
.rmwb_detail-wrapper .rmwb_additional-photos .rmwb_additional-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100px;
  -o-object-position: center;
     object-position: center;
}
.rmwb_detail-wrapper .rmwb_description {
  flex-basis: 100%;
  width: 100%;
  padding: 0 1em;
}
.rmwb_detail-wrapper .rmwb_amenities-section li {
  margin-left: 20px;
}
.rmwb_detail-wrapper .rmwb_amenities-section {
  margin-bottom: auto;
}
.rmwb_detail-wrapper .rmwb_amenities-section h3 {
  margin-bottom: 0.5rem;
}
.rmwb_detail-wrapper .rmwb_amenities-section ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.rmwb_detail-wrapper .rmwb_amenities-section li {
  list-style-type: none;
  display: flex;
  width: 50%;
  justify-content: stretch;
  margin: 0.25em 0;
  padding: 0.5em 0.2em;
  border-top: none;
  border-left: none;
  border-right: none;
}
@media (max-width: 500px) {
  .rmwb_detail-wrapper .rmwb_amenities-section li {
    width: 100%;
  }
}
.rmwb_detail-wrapper .rmwb_amenities-section li:last-child {
  border-bottom: none;
}
.rmwb_detail-wrapper .rmwb_amenities-section li::before {
  content: "•";
  color: white;
  font-weight: bold;
  margin-right: 8px;
}
.rmwb_detail-wrapper .rmwb_additional-info-section li {
  margin-left: 20px;
}
.rmwb_detail-wrapper .rmwb_additional-info-section {
  margin-bottom: auto;
}

section.rmwb_listings-wrapper {
  padding: 0;
}

.rmwb_listing-wrapper .rmwb_main-photo img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  height: 250px;
}

.rmwb_section .rmwb_main-photo a {
  border: none;
}
.rmwb_section .rmwb_main-photo img {
  width: 100%;
}

.rmwb_info-title {
  text-transform: uppercase;
}

.rmwb_important-info-section .rmwb_info-list li {
  list-style-type: none;
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid #bbb;
}
.rmwb_important-info-section .rmwb_info-list li:last-child {
  border-bottom: none;
}
.rmwb_important-info-section .rmwb_info-list li {
  box-sizing: border-box;
}
.rmwb_important-info-section .rmwb_info-list li .rmwb_info-title {
  box-sizing: border-box;
  padding: 0.5em;
  text-transform: uppercase;
}
.rmwb_important-info-section .rmwb_info-list li .rmwb_info-detail {
  padding: 0.5em;
  margin: 0 0.2em;
}
.rmwb_important-info-section .rmwb_info-list li .rmwb_info-detail i {
  margin-left: 0.3rem;
}
.rmwb_important-info-section .rmwb_info-secondary-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  justify-content: space-between;
  list-style-type: none;
}
.rmwb_important-info-section .rmwb_info-secondary-list li {
  display: flex;
  flex-direction: column;
  flex-basis: calc(33% - 1em);
}
.rmwb_important-info-section .rmwb_info-secondary-list li .rmwb_info-title {
  padding: 0.5em;
}
.rmwb_important-info-section .rmwb_info-secondary-list li .rmwb_info-detail {
  padding: 0.5em;
  margin: 0 0.2em;
}

.rmwb_video-tour {
  padding: 1em;
}

.rmwb_video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* padding-top: 25px; */
  height: 0;
}
.rmwb_video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rmwb_specials {
  font-weight: bold;
  padding: 0.5em;
}

.rmwb_row {
  padding: 5vh 50px;
  margin: auto;
}

.rmwb_listings {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.rmwb_listing-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 2em;
  align-items: stretch;
  width: calc(100% - 4.2em);
  border: 0.1em solid;
  box-sizing: border-box;
  border-color: #bbb;
  max-width: 600px;
}
@media screen and (min-width: 1200px) {
  .rmwb_listing-wrapper {
    width: calc(50% - 4.2em);
  }
}
.rmwb_listing-wrapper .rmwb_section {
  padding: 1em;
  flex-grow: 1;
}
.rmwb_listing-wrapper .rmwb_photo-section {
  flex-basis: calc(50% - 2em);
  display: flex;
  box-sizing: border-box;
  align-items: flex-start;
}
.rmwb_listing-wrapper .rmwb_photo-section .rmwb_main-photo {
  width: 100%;
}
.rmwb_listing-wrapper .rmwb_photo-section .rmwb_main-photo a {
  border: none;
}
.rmwb_listing-wrapper .rmwb_important-info-section {
  flex-basis: calc(50% - 2em);
  display: flex;
  flex-direction: column;
  padding: 1em;
  box-sizing: border-box;
  justify-content: flex-start;
}
.rmwb_listing-wrapper .rmwb_important-info-section .rmwb_info-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.rmwb_listing-wrapper .rmwb_important-info-section .rmwb_info-list li {
  flex-direction: column;
}
.rmwb_listing-wrapper .rmwb_important-info-section .rmwb_info-list li span {
  padding: 0.5em;
  flex-grow: 1;
}
.rmwb_listing-wrapper .rmwb_description {
  padding: 0 20px;
  width: 100%;
}
.rmwb_listing-wrapper .rmwb_header-section {
  flex-basis: 100%;
  padding: 0;
}
.rmwb_listing-wrapper .rmwb_header-section h3 {
  font-size: 18px;
  text-align: center;
  padding: 10px 20px 5px;
}
.rmwb_listing-wrapper .more-details {
  /* Button styles from the main CSS document - have a general scss file that this can also import, with these type of styles */
  /*text-decoration:none;
  background-color: #eee; 
  padding: .5em 1em;
  color:black;
  display:inline-block;
  &:hover{
      background-color: #ddd;
  }*/
}
.rmwb_listing-wrapper .more-details:first-child {
  margin: auto 0 0 auto;
}
.rmwb_listing-wrapper .rmwb_detail-button-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 0 1em 1em 1em;
  box-sizing: border-box;
  align-items: flex-end;
}
.rmwb_listing-wrapper .rmwb_detail-button-wrapper a {
  padding: 10px 20px;
  text-transform: uppercase;
  margin: 5px;
}
@media (max-width: 500px) {
  .rmwb_listing-wrapper .rmwb_detail-button-wrapper a {
    padding: 10px 0px;
  }
}

.rmwb_logo {
  height: 120px;
  text-align: center;
  width: 100%;
  padding: 1em;
}
.rmwb_logo img {
  height: 100%;
  width: auto;
}

.rmwb_contact-section {
  flex-basis: 100%;
}
.rmwb_contact-section h3 {
  padding: 0.5em 0;
}

.rmwb_option-2 {
  max-width: 1450px;
}
.rmwb_option-2 .rmwb_detail-wrapper .rmwb_photo-section.rmwb_primary-photos {
  flex-basis: calc(50% - 2em);
}
@media (min-width: 1200px) {
  .rmwb_option-2 .rmwb_detail-wrapper .rmwb_photo-section.rmwb_primary-photos {
    flex-basis: calc(40% - 2em);
  }
}
.rmwb_option-2 .rmwb_detail-wrapper .rmwb_important-info-section {
  flex-basis: calc(50% - 2em);
}
.rmwb_option-2 .rmwb_info-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.rmwb_option-2 .rmwb_info-list li {
  flex-direction: column;
  border-bottom: none;
}
.rmwb_option-2 .rmwb_info-list li span {
  padding: 0.5em;
}
.rmwb_unit-listings-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rmwb_unit-listings-wrapper h3 {
  width: 100%;
}

.rmwb_paging {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.5em;
  width: 100%;
}

.rmwb_loading {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 3em;
  padding: 1em;
  box-sizing: border-box;
}

.rmwb_view_more {
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding: 1em;
}
.rmwb_view_more .view_more {
  padding: 10px 20px;
  border: none;
  text-transform: uppercase;
}

@media (max-width: 800px) {
  .rmwb_detail-wrapper .rmwb_section, .rmwb_option-2 .rmwb_detail-wrapper .rmwb_section, .rmwb_option-2 .rmwb_detail-wrapper .rmwb_amenities-section {
    min-width: 0;
    width: 100%;
    flex-basis: 100%;
  }
  .rmwb_detail-wrapper .rmwb_important-info-section .rmwb_info-list li .rmwb_info-title {
    min-width: 47%;
  }
  .rmwb_detail-wrapper .rmwb_section.rmwb_header-section {
    display: block;
    text-align: center;
  }
  .rmwb_detail-wrapper .rmwb_additional-photos .rmwb_additional-photo {
    height: 75px;
  }
  .rmwb_listing-wrapper .rmwb_photo-section {
    flex-basis: 100%;
  }
  .rmwb_listing-wrapper .rmwb_photo-section .rmwb_main-photo {
    width: 100%;
  }
  .rmwb_listing-wrapper .rmwb_important-info-section {
    flex-basis: 100%;
  }
  .rmwb_logo {
    text-align: center;
  }
  .rmwb_important-info-section .rmwb_info-list {
    justify-content: center;
  }
  .rmwb_important-info-section .rmwb_info-list li {
    flex-basis: 100%;
  }
  .rmwb_important-info-section .rmwb_info-secondary-list li {
    flex-basis: calc(50% - 1em);
  }
}
@media (max-width: 600px) {
  .rmwb_important-info-section .rmwb_info-secondary-list li {
    flex-basis: 100%;
  }
}
.rmwb_listings-wrapper {
  text-align: center;
}
.rmwb_listings-wrapper h2 {
  padding: 1rem;
}

.rmwb_listing_header {
  text-align: center;
}

#rmwb_message {
  display: none;
  text-align: center;
  margin: 2rem auto;
  font-size: 1.2rem;
}

#rmwb_unit_floorplan_message {
  text-align: center;
  margin: 2rem auto;
  font-size: 1.2rem;
}

/* Featured Floorplans */
.featured-tabs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  margin: 3rem 0 0rem 0;
}
@media (max-width: 500px) {
  .featured-tabs {
    flex-direction: column;
    margin: 2rem 0 0rem 0;
  }
}
.featured-tabs .featured-tab {
  padding: 1rem 2rem;
  border: solid 1px;
  background-color: #64a6bf;
  color: #303030;
  margin-right: 1rem;
}
@media (max-width: 500px) {
  .featured-tabs .featured-tab {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0.5rem auto;
  }
}
@media (min-width: 500px) and (max-width: 800px) {
  .featured-tabs .featured-tab {
    margin-bottom: 1rem;
  }
}
.featured-tabs .featured-tab.active {
  color: #3a3a3a;
  background-color: #eeeeee;
}
.featured-tabs .featured-tab:hover {
  cursor: pointer;
  color: #3a3a3a;
  background-color: #eeeeee;
}

.featured-units {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
.featured-units .featured-unit {
  margin: 2rem;
}
@media (max-width: 500px) {
  .featured-units .featured-unit {
    margin: 1rem;
  }
}
.featured-units .featured-unit h3 {
  text-align: center;
}
.featured-units .featured-unit a:has(img) {
  border: none;
}
.featured-units .featured-unit a:has(img):hover {
  border: none;
}
.featured-units .featured-unit img {
  height: 250px;
}
@media (max-width: 800px) {
  .featured-units .featured-unit img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (min-width: 500px) {
  .featured-units .featured-unit img {
    height: 300px;
    width: 350px;
    -o-object-fit: unset;
       object-fit: unset;
  }
}
.featured-units .featured-details {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.featured-units .featured-details p {
  margin: 1rem 0;
}
.featured-units .featured-details span {
  font-weight: bold;
  text-transform: uppercase;
}
.featured-units .featured-link-wrapper {
  text-align: center;
  text-transform: uppercase;
}
.featured-units .featured-link-wrapper a {
  color: #fff;
}

/* SVG Map */
.rm-vacant {
  fill: #64a6bf;
}

.rm-occupied {
  fill: #a7a9ac;
  display: none;
}

.svg-section {
  padding-top: 0;
  margin-top: 2rem;
}

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

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

/* Search Filter For SVG Map & Floorplans */
.search-form, .form-wrapper {
  display: flex;
  justify-content: center;
  font-size: 1.3rem;
  margin: 2rem auto 1rem auto;
}
@media (max-width: 800px) {
  .search-form, .form-wrapper {
    margin-top: 2rem;
    flex-wrap: wrap;
  }
}

.search-units-section, .search-map-section {
  padding: 0;
}

#rmwb_search_form, #svg-map-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 800px) {
  #rmwb_search_form, #svg-map-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
#rmwb_search_form > *, #svg-map-form > * {
  margin-bottom: 1rem;
}

#rmwb_search_form select, #svg-map-form select {
  font-size: 1rem;
  width: 100px;
  padding: 0.2rem;
}
@media (max-width: 800px) {
  #rmwb_search_form select, #svg-map-form select {
    width: 60%;
    margin: 0;
  }
}
@media (min-width: 800px) and (max-width: 1200px) {
  #rmwb_search_form select, #svg-map-form select {
    width: 75px;
  }
}
#rmwb_search_form select:hover, #svg-map-form select:hover {
  cursor: pointer;
}

#rmwb_search_form label, #svg-map-form label {
  margin-right: 1rem;
}
@media (max-width: 800px) {
  #rmwb_search_form label, #svg-map-form label {
    width: 100%;
    margin: 0.4rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

#rmwb_search_form input, #svg-map-form input {
  font-size: 1rem;
  width: 100px;
  padding: 0.2rem;
}
@media (max-width: 800px) {
  #rmwb_search_form input, #svg-map-form input {
    width: 60%;
    margin-top: 0.5rem;
  }
}
@media (min-width: 800px) and (max-width: 1200px) {
  #rmwb_search_form input, #svg-map-form input {
    width: 75px;
  }
}
#rmwb_search_form input:hover, #svg-map-form input:hover {
  cursor: pointer;
}

#rmwb_search_form .update_listings, #svg-map-form .update_svg {
  background: none;
  border: none;
  border-bottom: 1px solid;
  width: auto;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #fff;
}
#rmwb_search_form .update_listings:hover, #svg-map-form .update_svg:hover {
  cursor: pointer;
  color: #4f998b;
  border-color: #4f998b;
}

.popUp {
  background: #f7f7f7;
  border: solid 1px #d3d3d3;
  box-shadow: 1px 1px 5px #d3d3d3;
  border-radius: 5px;
  min-width: 15vw;
}
.popUp.left-pointer:after {
  content: "";
  clip-path: polygon(5% 15%, 10% 0%, 0% 0%);
  background-color: #F3F3F3;
  box-shadow: 1px 1px 5px #d3d3d3;
  width: 100%;
  position: absolute;
  height: 10em;
  margin-top: -1px;
}
.popUp.right-pointer:after {
  content: "";
  clip-path: polygon(95% 14%, 90% 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;
  color: #303030;
}

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

.popUp .info-bubble .field:has(.button) {
  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;
}

.popup-image-details-wrapper {
  display: flex;
}
.popup-image-details-wrapper .popup-image-wrapper {
  width: 150px;
}
.popup-image-details-wrapper .popup-image-wrapper img {
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.popup-image-details-wrapper .popup-details-wrapper {
  position: relative;
}
.popup-image-details-wrapper .popup-details-wrapper .field {
  padding-left: 0;
  text-transform: uppercase;
  margin: 0.3rem 0;
}
.popup-image-details-wrapper .popup-details-wrapper h4 {
  margin-top: 0;
  margin-bottom: 0.3rem;
}
.popup-image-details-wrapper .popup-details-wrapper .popup-right-details {
  position: absolute;
  right: 30px;
  top: 70px;
}
@media (max-width: 600px) {
  .popup-image-details-wrapper .popup-details-wrapper .popup-right-details {
    display: none;
  }
}

/* Hover over map elements */
.details-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Floorplan SVG Link */
section.svg-link-wrapper {
  padding-bottom: 0;
}

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

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

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

@media (max-width: 900px) {
  a.svg-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.svg-link {
    display: inline;
    font-size: 1rem;
  }
  .mobile-key-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .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;
  }
}
/* Toggle Buttons */
.rm-toggle-btns {
  display: flex;
  justify-content: center;
}
.rm-toggle-btns .rm-toggle-btn {
  font-size: 1.3rem;
  margin: 1rem;
}
.rm-toggle-btns .rm-toggle-btn.active {
  color: #4f998b;
}
.rm-toggle-btns .rm-toggle-btn:hover {
  cursor: pointer;
  color: #4f998b;
}

.mobile-only {
  display: none;
}
@media (max-width: 600px) {
  .mobile-only {
    display: block;
  }
}/*# sourceMappingURL=listing.css.map */