﻿@import 'nouislider.css';
@import 'fonts.css';
@import 'Neue-Hass.css';
/* media variables */
/*
    ** all media queries are in the costom files for each site.
*/
/* filters panel */
/* homes pannel */
/* defined so the can be turned off */
/* mixin to easily manipulate for media */
.horrizontal-rule {
  height: 2px;
  color: #e9e9e9;
}
.homesPanelDisplay {
  display: flex;
  flex-wrap: wrap;
}
.homePhoto {
  min-height: 288.75px;
  max-height: 288.75px;
}
/* home info */
.homeInfoAddressBar {
  margin: 6px auto;
  letter-spacing: 0.025em;
  color: #051c2c;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}
/* home info bars (amenities, price, squarefeet) */
.homeInfoBar {
  line-height: 140%;
  padding: 4px 4px;
  font-size: 12px;
  font-weight: 400;
  color: #051c2c;
}
body {
  font-family: 'neue-haas-grotesk-text';
  font-weight: 400;
  /*padding-top: 50px;
    padding-bottom: 20px;*/
  background-color: #f2f2f2;
}
body footer {
  display: none;
  font-family: 'neue-haas-grotesk-text';
  font-size: 12px;
  color: #051c2c;
  line-height: 140%;
}
/* Set padding to keep content from hitting the edges */
.body-content {
  padding: 0;
  margin: 10px auto;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  max-width: 280px;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #777;
  border-color: #fff;
}
.noUi-horizontal {
  box-shadow: none;
}
.noUi-horizontal .noUi-handle {
  text-align: center;
  color: #cdde6b;
}
.noUi-connects {
  background-color: #f2f2f2;
}
.noUi-connect {
  background-color: #cdde6b;
}
.btn {
  margin-right: 2px;
  border-radius: 3px;
}
.btn.btn-secondary {
  background-color: #f2f2f2;
  color: #40726C;
}
.btn.btn-secondary.active {
  background-color: #cdde6b;
}
.btn:last-child {
  margin-right: 0;
}
/* filters panel */
.filters {
  font-family: 'neue-haas-grotesk-text';
}
.filters .collection {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
}
.filters .collection .filter {
  display: inline-block;
  flex-grow: 4;
  margin: 3px;
  padding: 0;
  width: 260px;
}
.filters .collection .filter .label {
  font-family: 'neue-haas-grotesk-text';
  color: #6a6a6a;
  text-transform: uppercase;
  font-weight: 700;
}
.filters .collection .filter .amenity {
  display: inline-block;
  width: 100%;
  flex-grow: 4;
}
.filters .collection .filter .amenity.right {
  text-align: right;
}
.filters .collection .filter .amenity .amenity-container {
  display: inline-block;
  padding: 2px 6px;
}
.filters .collection .filter .amenity .amenity-container .label {
  color: #6a6a6a;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
}
.filters .collection .filter .amenity.available-homes {
  padding: 0 10px;
  font-family: 'neue-haas-grotesk-text';
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #6a6a6a;
}
.filters .collection .filter .price,
.filters .collection .filter .squareFeet {
  color: #6a6a6a;
  font-weight: 700;
  text-transform: uppercase;
  flex-grow: 4;
  width: 100%;
  padding: 2px 20px 4px 20px;
}
@media only screen and (max-width: 768px) {
  .filters .collection .filter.slidder {
    width: 100%;
  }
}
.filters .collection .filter:last-child {
  margin-right: 0;
}
.filters .collection .filter:last-child .amenity .amenity-container {
  margin-right: 0;
}
.filters .collection .builders .btn-group,
.filters .collection .builders .dropdown {
  display: flex;
  flex-wrap: wrap;
}
.filters .collection .builders .btn-group .btn,
.filters .collection .builders .dropdown .btn {
  border-radius: 0;
  margin: 3px 3px;
}
.filters .collection .builders .btn-group .btn:last-child,
.filters .collection .builders .dropdown .btn:last-child {
  margin-right: 0;
}
.filter-toggle {
  display: none;
  max-height: 32px;
  box-sizing: border-box;
}
.filter-toggle .filter-button {
  background: url('settings-12-32.png') no-repeat;
  background-position: center center;
  width: 40px;
  height: 32px;
  display: inline-block;
  flex: 0 1 auto;
}
.filter-toggle .toggle-label {
  display: inline-block;
  flex: 4 1 auto;
  line-height: 32px;
  vertical-align: middle;
  padding: 0 5px;
}
/* media rules for filters */
@media only screen and (max-width: 768px) {
  .filters.main {
    display: none;
  }
  .filter-toggle {
    display: flex;
  }
}
.home-block {
  width: 362px;
  height: 423.75px;
  padding: 6px;
  margin: 4px;
  border-radius: 3px;
  background-color: #f2f2f2;
  position: relative;
}
.home-block .home-completion-flag {
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 3px;
  color: #f2f2f2;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 6px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  letter-spacing: 0.2em;
}
.home-block .home-completion-flag.bgAvailable {
  background-color: red;
}
.home-block .home-completion-flag.bgNotAvailable {
  background-color: #051c2c;
}
.home-image-block {
  display: inline-block;
  width: 350px;
  height: 288.75px;
  border-bottom: 2px solid #e9e9e9;
  gap: 2px;
}
.home-image-block .photo-photo {
  min-height: 288.75px;
  max-height: 288.75px;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  margin: 0;
}
.home-image-block .photo-photo img {
  margin: 0;
  border: none;
  width: 100%;
}
.home-info-block {
  width: 97%;
  flex-grow: 1;
  height: 150px;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .home-info-block {
    height: 140px;
  }
}
.home-info-block .address-bar {
  width: 95%;
  margin: 6px auto;
  letter-spacing: 0.025em;
  color: #051c2c;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  text-align: center;
}
@media only screen and (max-width: 280px) {
  .home-info-block .address-bar {
    font-size: 0.8em;
  }
}
.home-info-block .amenities-bar,
.home-info-block .price-bar,
.home-info-block .square-feet-bar {
  display: flex;
  width: 100%;
  line-height: 140%;
  padding: 4px 4px;
  font-size: 12px;
  font-weight: 400;
  color: #051c2c;
  border-top: 1px solid #e9e9e9;
}
@media only screen and (max-width: 280px) {
  .home-info-block .amenities-bar,
  .home-info-block .price-bar,
  .home-info-block .square-feet-bar {
    font-size: 11px;
    line-height: 13px;
  }
}
.home-info-block .amenities-bar .city {
  flex-grow: 4;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
}
.home-info-block .amenities-bar .amenity-indicator {
  display: flex;
  margin-right: 3px;
  border-right: 1px solid #e9e9e9;
}
.home-info-block .amenities-bar .amenity-indicator .digit {
  flex: 0 1 auto;
  width: 12px;
  font-size: 11px;
}
@media only screen and (max-width: 280px) {
  .home-info-block .amenities-bar .amenity-indicator .digit {
    font-size: 0.75em;
  }
}
.home-info-block .amenities-bar .amenity-indicator img {
  width: 24px;
  border: none;
}
@media only screen and (max-width: 280px) {
  .home-info-block .amenities-bar .amenity-indicator img {
    width: 16px;
  }
}
.home-info-block .amenities-bar .amenity-indicator:last-child {
  border: none;
  margin-right: 0;
}
.home-info-block .price-bar .builder {
  flex-grow: 4;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
}
.home-info-block .price-bar .price {
  font-size: 1.3em;
  letter-spacing: 0.035em;
}
.home-info-block .square-feet-bar {
  padding-right: 0;
  font-size: 12px;
  font-weight: 400;
}
.home-info-block .square-feet-bar .sqrft {
  flex-grow: 4;
  flex-shrink: 0;
}
.home-info-block .square-feet-bar .stories {
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 4;
}
.home-info-block .square-feet-bar .stories img {
  width: 16px;
  height: 16px;
}
.home-info-block .square-feet-bar .get-more-info {
  padding-top: 1px;
}
.home-info-block .square-feet-bar.no-border {
  border: 0;
}
.homes {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 5px 4px;
  box-sizing: border-box;
  margin: 0 auto;
  font-family: 'neue-haas-grotesk-text';
}
@media only screen and (max-width: 768px) {
  .homes {
    display: block;
    flex-wrap: unset;
    padding: 2px;
  }
}
.homes .found {
  padding: 0 10px;
  font-style: italic;
  letter-spacing: 0.05em;
  margin: 0;
}
.homes.sort-and-reset {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
}
.homes.sort-and-reset .btn {
  margin: 0 6px 3px 6px;
}
.homes.sort-and-reset .sorting {
  display: inline-block;
  flex-grow: 4;
}
.homes.sort-and-reset .resetting {
  display: inline-block;
  flex-grow: 0;
}
.homes .home {
  cursor: pointer;
  width: 362px;
  height: 423.75px;
  padding: 6px;
  margin: 4px;
  border-radius: 3px;
  background-color: #f2f2f2;
  position: relative;
}
.homes .home .home-completion-flag {
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 3px;
  color: #f2f2f2;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 6px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  letter-spacing: 0.2em;
}
.homes .home .home-completion-flag.bgAvailable {
  background-color: red;
}
.homes .home .home-completion-flag.bgNotAvailable {
  background-color: #051c2c;
}
@media only screen and (min-width: 1024) {
  .homes .home {
    width: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .homes .home {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 4px 0;
  }
}
.homes .home .home-image {
  display: inline-block;
  width: 350px;
  height: 288.75px;
  border-bottom: 2px solid #e9e9e9;
  gap: 2px;
}
.homes .home .home-image .photo-photo {
  min-height: 288.75px;
  max-height: 288.75px;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  margin: 0;
}
.homes .home .home-image .photo-photo img {
  margin: 0;
  border: none;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .homes .home .home-image {
    width: 100%;
    height: auto;
  }
  .homes .home .home-image .photo-photo {
    min-height: unset;
    max-height: unset;
  }
}
.homes .home .home-info-panel {
  width: 97%;
  flex-grow: 1;
  height: 150px;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .homes .home .home-info-panel {
    height: 140px;
  }
}
.homes .home .home-info-panel .address-bar {
  width: 95%;
  margin: 6px auto;
  letter-spacing: 0.025em;
  color: #051c2c;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  text-align: center;
}
@media only screen and (max-width: 280px) {
  .homes .home .home-info-panel .address-bar {
    font-size: 0.8em;
  }
}
.homes .home .home-info-panel .amenities-bar,
.homes .home .home-info-panel .price-bar,
.homes .home .home-info-panel .square-feet-bar {
  display: flex;
  width: 100%;
  line-height: 140%;
  padding: 4px 4px;
  font-size: 12px;
  font-weight: 400;
  color: #051c2c;
  border-top: 1px solid #e9e9e9;
}
@media only screen and (max-width: 280px) {
  .homes .home .home-info-panel .amenities-bar,
  .homes .home .home-info-panel .price-bar,
  .homes .home .home-info-panel .square-feet-bar {
    font-size: 11px;
    line-height: 13px;
  }
}
.homes .home .home-info-panel .amenities-bar .city {
  flex-grow: 4;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
}
.homes .home .home-info-panel .amenities-bar .amenity-indicator {
  display: flex;
  margin-right: 3px;
  border-right: 1px solid #e9e9e9;
}
.homes .home .home-info-panel .amenities-bar .amenity-indicator .digit {
  flex: 0 1 auto;
  width: 12px;
  font-size: 11px;
}
@media only screen and (max-width: 280px) {
  .homes .home .home-info-panel .amenities-bar .amenity-indicator .digit {
    font-size: 0.75em;
  }
}
.homes .home .home-info-panel .amenities-bar .amenity-indicator img {
  width: 24px;
  border: none;
}
@media only screen and (max-width: 280px) {
  .homes .home .home-info-panel .amenities-bar .amenity-indicator img {
    width: 16px;
  }
}
.homes .home .home-info-panel .amenities-bar .amenity-indicator:last-child {
  border: none;
  margin-right: 0;
}
.homes .home .home-info-panel .price-bar .builder {
  flex-grow: 4;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
}
.homes .home .home-info-panel .price-bar .price {
  font-size: 1.3em;
  letter-spacing: 0.035em;
}
.homes .home .home-info-panel .square-feet-bar {
  padding-right: 0;
  font-size: 12px;
  font-weight: 400;
}
.homes .home .home-info-panel .square-feet-bar .sqrft {
  flex-grow: 4;
  flex-shrink: 0;
}
.homes .home .home-info-panel .square-feet-bar .stories {
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 4;
}
.homes .home .home-info-panel .square-feet-bar .stories img {
  width: 16px;
  height: 16px;
}
.homes .home .home-info-panel .square-feet-bar .get-more-info {
  padding-top: 1px;
}
.homes .home .home-info-panel .square-feet-bar.no-border {
  border: 0;
}
@media only screen and (max-width: 768px) {
  .homes .home .home-info-panel {
    display: block;
    width: 100%;
    height: auto;
  }
}
details-page {
  position: relative;
  font-family: 'neue-haas-grotesk-text';
}
details-page .details-page-heading {
  display: flex;
}
details-page .details-page-heading .availability {
  flex-grow: 0;
}
details-page .details-page-heading .backtosearch {
  flex-grow: 4;
}
details-page .details {
  /*
        --------------------------------------------------------
        | Image                    | Details                   |
        --------------------------------------------------------
        | Map                                                  |
        --------------------------------------------------------
    */
  display: flex;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  details-page .details {
    display: block;
    padding: 0;
    width: 100%;
  }
}
details-page .details .buttons {
  width: 100%;
  margin: 4px 10px;
  background-color: lightgray;
  padding: 4px;
}
details-page .details .buttons .btn {
  margin: 4px;
}
@media only screen and (max-width: 500px) {
  details-page .details .buttons .btn {
    width: 90%;
  }
}
@media only screen and (max-width: 500px) {
  details-page .details .buttons {
    display: flex;
    flex-wrap: wrap;
  }
}
details-page .details .home-image {
  width: 350px;
  height: 288.75px;
  border-bottom: 2px solid #e9e9e9;
  gap: 2px;
  display: inline-block;
  width: 550px;
  height: 412.5px;
  margin: 10px;
  position: relative;
  border: none;
}
details-page .details .home-image .photo-photo {
  min-height: 288.75px;
  max-height: 288.75px;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  margin: 0;
}
details-page .details .home-image .photo-photo img {
  margin: 0;
  border: none;
  width: 100%;
}
details-page .details .home-image .photo-next,
details-page .details .home-image .photo-prev,
details-page .details .home-image .photo-close {
  display: inline-block;
  position: absolute;
  z-index: 200000;
}
details-page .details .home-image .photo-next img,
details-page .details .home-image .photo-prev img,
details-page .details .home-image .photo-close img {
  width: 100%;
}
details-page .details .home-image .photo-next {
  right: -4px;
}
details-page .details .home-image .photo-prev {
  left: -4px;
}
details-page .details .home-image .photo-close {
  top: 0;
  right: -10px;
}
details-page .details .home-image .photo-photo {
  min-height: 412.5px;
  max-height: 412.5px;
}
@media only screen and (max-width: 768px) {
  details-page .details .home-image {
    width: 100%;
    height: auto;
    margin: 0;
  }
  details-page .details .home-image .photo-photo {
    min-height: unset;
    max-height: unset;
    margin: 0;
    padding: 0;
  }
}
details-page .details.modal {
  position: absolute;
}
details-page .details.modal .home-image {
  width: 100%;
  /* Full width */
  height: auto;
  position: relative;
  z-index: 100000;
  /* Sit on top */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.6);
  /* Black w/ opacity */
}
details-page .details.modal .home-image .photo-photo {
  min-height: 100%;
  max-height: 100%;
  overflow: auto;
  z-index: 100001;
}
details-page .details.modal .home-image .photo-photo img {
  width: 100%;
  height: auto;
}
details-page .details.modal .home-image .photo-photo img.rotated {
  transform: rotate(90deg);
}
details-page .details .home-info-panel {
  width: 97%;
  flex-grow: 1;
  height: 150px;
  margin: 0 auto;
  padding: 0;
  display: inline-block;
  width: 550px;
  height: 412.5px;
  margin: 10px;
  padding: 10px;
  background-color: white;
}
@media only screen and (max-width: 768px) {
  details-page .details .home-info-panel {
    height: 140px;
  }
}
details-page .details .home-info-panel .address-bar {
  width: 95%;
  margin: 6px auto;
  letter-spacing: 0.025em;
  color: #051c2c;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  text-align: center;
}
@media only screen and (max-width: 280px) {
  details-page .details .home-info-panel .address-bar {
    font-size: 0.8em;
  }
}
details-page .details .home-info-panel .amenities-bar,
details-page .details .home-info-panel .price-bar,
details-page .details .home-info-panel .square-feet-bar {
  display: flex;
  width: 100%;
  line-height: 140%;
  padding: 4px 4px;
  font-size: 12px;
  font-weight: 400;
  color: #051c2c;
  border-top: 1px solid #e9e9e9;
}
@media only screen and (max-width: 280px) {
  details-page .details .home-info-panel .amenities-bar,
  details-page .details .home-info-panel .price-bar,
  details-page .details .home-info-panel .square-feet-bar {
    font-size: 11px;
    line-height: 13px;
  }
}
details-page .details .home-info-panel .amenities-bar .city {
  flex-grow: 4;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
}
details-page .details .home-info-panel .amenities-bar .amenity-indicator {
  display: flex;
  margin-right: 3px;
  border-right: 1px solid #e9e9e9;
}
details-page .details .home-info-panel .amenities-bar .amenity-indicator .digit {
  flex: 0 1 auto;
  width: 12px;
  font-size: 11px;
}
@media only screen and (max-width: 280px) {
  details-page .details .home-info-panel .amenities-bar .amenity-indicator .digit {
    font-size: 0.75em;
  }
}
details-page .details .home-info-panel .amenities-bar .amenity-indicator img {
  width: 24px;
  border: none;
}
@media only screen and (max-width: 280px) {
  details-page .details .home-info-panel .amenities-bar .amenity-indicator img {
    width: 16px;
  }
}
details-page .details .home-info-panel .amenities-bar .amenity-indicator:last-child {
  border: none;
  margin-right: 0;
}
details-page .details .home-info-panel .price-bar .builder {
  flex-grow: 4;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
}
details-page .details .home-info-panel .price-bar .price {
  font-size: 1.3em;
  letter-spacing: 0.035em;
}
details-page .details .home-info-panel .square-feet-bar {
  padding-right: 0;
  font-size: 12px;
  font-weight: 400;
}
details-page .details .home-info-panel .square-feet-bar .sqrft {
  flex-grow: 4;
  flex-shrink: 0;
}
details-page .details .home-info-panel .square-feet-bar .stories {
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 4;
}
details-page .details .home-info-panel .square-feet-bar .stories img {
  width: 16px;
  height: 16px;
}
details-page .details .home-info-panel .square-feet-bar .get-more-info {
  padding-top: 1px;
}
details-page .details .home-info-panel .square-feet-bar.no-border {
  border: 0;
}
@media only screen and (max-width: 768px) {
  details-page .details .home-info-panel {
    display: block;
    width: 100%;
    height: auto;
    padding: 2px;
    margin: 0;
  }
}
details-page .details.map {
  width: 95%;
  height: 600px;
  display: block;
  border-radius: 3px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  details-page .details.map {
    width: 100%;
    padding: 2px;
    margin: 0;
    height: 400px;
  }
}
details-page .details.map iframe {
  border: none;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
details-page .details.map .comming-soon {
  display: inline-block;
  margin: auto;
}
details-page .details.map .comming-soon span {
  color: whitesmoke;
  font-size: 2em;
  letter-spacing: 1.2em;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px black;
}
directions-page {
  display: block;
  height: 100%;
}
directions-page .map-container {
  height: 100%;
  display: flex;
}
directions-page .map-container .map {
  flex-basis: 0;
  flex-grow: 4;
  height: 100%;
  flex: auto;
}
directions-page .map-container .sidebar {
  flex-basis: 15rem;
  flex-grow: 1;
  padding: 1rem;
  max-width: 30rem;
  height: 100%;
  box-sizing: border-box;
  overflow: auto;
  flex: 0 1 auto;
}
directions-page .floating-panel {
  position: absolute;
  top: 55px;
  left: 0;
  z-index: 5;
  background-color: #fff;
  padding: 5px;
  margin: 10px;
  text-align: center;
  line-height: 30px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  border: 0;
  border-radius: 2px;
  height: auto;
}
directions-page .floating-panel .location {
  width: 100%;
}
directions-page .floating-panel .location .address {
  width: 100%;
}
.loading {
  background: url(/Content/loading.gif) center no-repeat;
}
/*@buttonActiveColor: @blueFontColor;
@buttonInactiveColor: #fff;
*/
body {
  background-color: #fff;
}
.noUi-connect,
.noUi-handle,
.btn-secondary {
  color: #051c2c;
  border-color: #cdde6b;
  box-shadow: none;
}
.noUi-horizontal .noUi-handle {
  text-align: center;
  color: #051c2c;
  background-color: #f2f2f2;
  font-size: 11px;
  padding-top: 5px;
}
.container,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: auto;
}
@media only screen and (max-width: 639px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    margin: 16px;
  }
}
@media only screen and (min-width: 640px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    margin: 32px;
  }
}
@media only screen and (min-width: 1024) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    margin: 40px;
  }
}
@media only screen and (min-width: 1366px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    /*max-width: calc(100% - 35px);*/
    max-width: 1600px;
    margin: 80px;
  }
}
@media only screen and (max-width: 500px) {
  .container landing-page footer,
  .container-sm landing-page footer,
  .container-md landing-page footer,
  .container-lg landing-page footer,
  .container-xl landing-page footer {
    font-size: 0.5em;
  }
}
@media only screen and (max-width: 768px) {
  .container landing-page footer,
  .container-sm landing-page footer,
  .container-md landing-page footer,
  .container-lg landing-page footer,
  .container-xl landing-page footer {
    font-size: 0.75em;
  }
}
.landing-page .filters .collection .filter .label {
  letter-spacing: 0.04em;
  font-size: 11px;
}
.landing-page .filters .collection .filter .amenity .amenity-container .btn-group-sm > .btn,
.landing-page .filters .collection .filter .amenity .amenity-container .btn-sm {
  background-color: #f2f2f2;
  color: #051c2c;
  font-size: 11px;
  border: none;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.landing-page .filters .collection .filter .amenity .amenity-container .btn-group-sm > .btn.active,
.landing-page .filters .collection .filter .amenity .amenity-container .btn-sm.active {
  text-transform: uppercase;
  background-color: #cdde6b;
}
.landing-page .filters .collection .filter .amenity .amenity-container .dropdown #villages.btn-secondary:not(:disabled):not(.disabled),
.landing-page .filters .collection .filter .amenity .amenity-container .dropdown #builders.btn-secondary:not(:disabled):not(.disabled),
.landing-page .filters .collection .filter .amenity .amenity-container .dropdown #sorting.btn-secondary:not(:disabled):not(.disabled) {
  background-color: #cdde6b;
  color: #051c2c;
  font-size: 11px;
  font-weight: 700;
}
.landing-page .filters .collection .filter .amenity .amenity-container .dropdown-item {
  font-size: 11px;
  color: #051c2c;
}
.landing-page .filters .collection .filter .amenity .amenity-container #reset.btn-secondary:not(:disabled):not(.disabled) {
  background-color: #cdde6b;
  color: #051c2c;
  font-size: 11px;
  font-weight: 700;
}
.landing-page .filters .collection .filter .amenity .amenity-container .btn-secondary:not(:disabled):not(.disabled).active,
.landing-page .filters .collection .filter .amenity .amenity-container .btn-secondary:not(:disabled):not(.disabled):active,
.landing-page .filters .collection .filter .amenity .amenity-container .show > .btn-secondary.dropdown-toggle {
  color: #051c2c;
  background-color: #cdde6b;
  font-size: 11px;
  border: none;
  font-weight: 700;
}
.landing-page .filters .collection .filter .amenity.available-homes {
  text-transform: uppercase;
  line-height: 150%;
}
.landing-page .homes {
  justify-content: center;
}
.landing-page .homes .home .home-info-panel .amenities-bar {
  color: #051c2c;
}
/*.details-page {
    .details {
        .home-info-panel {
            .square-feet-bar {
                .hi-btn {
                    background-color: @buttonActiveColor;
                    color: #fff;

                    svg {
                        padding: 0;
                        padding-top: 5px;
                    }
                }
            }
        }
    }
}
*/
.dropdown-menu {
  /*    text-transform: uppercase;
*/
}