﻿.home main > .wrap {
  max-width: none;
  padding: 0;
}
.home main > .wrap #quad .wrap {
  margin: 0 auto;
}
.home main > .wrap #quad .row2 {
  padding-top: 30px;
}
.home main > .wrap #quad .row2-wrap {
  background: -webkit-linear-gradient(top, #eee, #fff 10px);
  background: -moz-linear-gradient(top, #eee, #fff 10px);
  background: -o-linear-gradient(top, #eee, #fff 10px);
  background: -ms-linear-gradient(top, #eee, #fff 10px);
  background: linear-gradient(to bottom, #eee, #fff 10px);
}
.home main > .wrap #quad .widget-quad-third,
.home main > .wrap #quad .widget-quad-fourth {
  border-color: transparent;
  background: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.home main > .wrap #primary {
  padding-top: 0;
}
#home-search {
  padding-top: 0;
  padding-bottom: 0;
}
#home-search header h1 {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 19px;
  font-size: 19rem / 10;
}
#home-search-hero .homesearch-query,
#searchForm .homesearch-query {
  position: relative;
}
#home-search-hero .homesearch-query .homesearch-aroundme,
#searchForm .homesearch-query .homesearch-aroundme {
  display: none;
  position: absolute;
  right: 12px;
  top: 6px;
}
#home-search-hero .homesearch-query .homesearch-aroundme label,
#searchForm .homesearch-query .homesearch-aroundme label {
  display: block;
  width: 20px;
  height: 20px;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  padding: 0 0 0 20px;
}
#home-search-hero .homesearch-query .homesearch-aroundme label:before,
#searchForm .homesearch-query .homesearch-aroundme label:before {
  background: url("Images/maparrow.jpg") 0 0 no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}
#home-search-hero .homesearch-query .homesearch-aroundme input,
#searchForm .homesearch-query .homesearch-aroundme input {
  width: 20px;
  height: 20px;
  margin: 0;
}
#home-search-hero .homesearch-query .homesearch-aroundme input:checked ~ label:before,
#searchForm .homesearch-query .homesearch-aroundme input:checked ~ label:before {
  background: url("Images/maparrow.jpg") 0 0 no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}
.geolocation #home-search-hero #Query,
.geolocation #searchForm #Query {
  padding-right: 32px;
}
.geolocation #home-search-hero .homesearch-aroundme,
.geolocation #searchForm .homesearch-aroundme {
  display: block;
}
.homesearch-map {
  margin: 0 0 0 8px;
  float: left;
  padding: 0 4px 0 4px;
  width: 140px;
  height: 33px;
}
.homesearch-map:hover {
  background: #34526F;
}
.homesearch-map label {
  float: left;
  display: block;
  cursor: pointer;
}
.homesearch-map label span {
  display: block;
  cursor: pointer;
  color: #fff;
}
.homesearch-map label input {
  position: absolute;
  cursor: pointer;
}
.homesearch-map label input:checked + span {
  color: #fff;
}
#home-search-hero .search label {
  display: none;
}
#home-search-hero .search #map-search-lbl {
  display: block;
  line-height: 20px;
  margin: 4px;
}
#home-search-hero .search input,
#home-search-hero .search select {
  margin-bottom: 16px;
}
#home-search-hero .price span,
#home-search-hero .sqft span {
  display: inline-block;
  text-align: center;
}
#home-search-hero .homesearch-query {
  width: 100%;
}
@media only screen and (min-width: 601px) {
  #home-search-hero {
    background: url("Images/home-search-bg.jpg") center no-repeat;
    background-size: cover;
    height: 445px;
    -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5);
    padding-top: 90px;
  }
  #home-search-hero .wrap {
    padding-left: 0;
    padding-right: 0;
  }
  #home-search-hero h1 {
    text-shadow: #000 0 0 50px;
    font-size: 32px;
    font-size: 32rem / 10;
    line-height: 32px;
    color: #fff;
    margin: 0 0 24px;
    text-align: center;
  }
  #home-search-hero .search {
    background: rgba(163, 168, 172, 0.8) none repeat scroll 0 0;
    border-radius: 0 0 5px 5px;
    border: medium none;
    padding: 25px 25px;
  }
  #home-search-hero .search .btn {
    font-size: 19px;
    font-size: 19rem / 10;
  }
  #home-search-hero .search .actions {
    margin: 0;
  }
  #home-search-hero #Beds,
  #home-search-hero #Baths,
  #home-search-hero #SquareFoot,
  #home-search-hero #home-search-type {
    margin-right: 2.72727273%;
  }
  #home-search-hero #Query {
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: medium none;
  }
  #home-search-hero #Query::-moz-placeholder,
  #home-search-hero #Query:-moz-placeholder {
    color: #333;
    font-size: 1.9rem;
    opacity: 1 !important;
    text-align: center;
  }
  #home-search-hero #Query::-webkit-input-placeholder {
    color: #333;
    font-size: 1.9rem;
    opacity: 1 !important;
    text-align: center;
  }
  #home-search-hero #Query:-ms-input-placeholder,
  #home-search-hero #Query::-ms-input-placeholder {
    color: #333;
    font-size: 1.9rem;
    opacity: 1 !important;
  }
  #home-search-hero #Query:placeholder-shown {
    color: #333;
    font-size: 1.9rem;
    opacity: 1 !important;
  }
  #home-search-hero #Beds,
  #home-search-hero #Baths {
    width: 20%;
  }
  #home-search-hero .price span,
  #home-search-hero .sqft span {
    width: 4.54545455%;
  }
  #home-search-hero #BottomPrice,
  #home-search-hero #TopPrice,
  #home-search-hero #BottomSqFt,
  #home-search-hero #TopSqFt {
    width: 23.63636364%;
  }
  #home-search-hero #TopSqFt {
    margin-right: 6%;
  }
  #home-search-hero #PropertyType {
    width: 40%;
  }
  #home-search-hero #home-search-submit {
    width: 25.45454545%;
    line-height: 1.42857;
    background: -webkit-linear-gradient(top, #f7f2d2 0, #f7f2d2 100%);
    background: -moz-linear-gradient(top, #f7f2d2 0, #f7f2d2 100%);
    background: -ms-linear-gradient(top, #f7f2d2 0, #f7f2d2 100%);
    background: -o-linear-gradient(top, #f7f2d2 0, #f7f2d2 100%);
    background: linear-gradient(top, #f7f2d2 0, #f7f2d2 100%);
    border: medium none;
    border-radius: 0;
  }
  #home-search-hero .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  #home-search-hero .nav-justified > li > a {
    margin-bottom: 0;
  }
  #home-search-hero .nav-pills > li + li {
    margin-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  #home-search-hero h1 {
    margin: 0 0 12px;
  }
  #home-search-hero #BottomPrice,
  #home-search-hero #TopPrice,
  #home-search-hero #BottomSqFt,
  #home-search-hero #TopSqFt {
    width: 43%;
  }
  #home-search-hero .price,
  #home-search-hero .sqft {
    display: block;
  }
  #home-search-hero .price span,
  #home-search-hero .sqft span {
    width: 8%;
  }
  #home-search-hero #Beds,
  #home-search-hero #Baths,
  #home-search-hero #PropertyType,
  #home-search-hero #home-search-submit {
    width: 48%;
    margin-right: 1%;
  }
}
.home-search-mini-form .homesearch-query > label {
  display: none;
}
.home-search-mini-form .home-search-view-toggle {
  margin-left: 20px;
}
@media only screen and (max-width: 600px) {
  .home-search-mini-form {
    width: 100%;
    display: block;
  }
  .home-search-mini-form .home-search-location {
    margin-bottom: 6px;
    margin-right: 0;
  }
  .home-search-mini-form .btn {
    width: 29%;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    vertical-align: top;
  }
  .home-search-mini-form .btn.btn-saveSearch {
    width: 25%;
  }
  .home-search-mini-form .btn.btn-submit {
    width: 42%;
  }
}
@media only screen and (min-width: 601px) {
  .no-flexbox.no-flexboxlegacy .home-search-mini-form {
    padding-right: 180px;
  }
}
.no-flexbox.no-flexboxlegacy .home-search-mini-form .home-search-location {
  width: 300px;
  display: inline-block;
}
.no-flexbox.no-flexboxlegacy .home-search-mini-form .home-search-view-toggle {
  position: absolute;
  right: 0;
  top: 6px;
}
@media only screen and (max-width: 600px) {
  .home-search-mini-form .home-search-view-toggle {
    position: absolute;
    right: 0 !important;
    left: 0 !important;
    bottom: -34px !important;
    top: auto !important;
    text-align: center;
  }
  #before-main {
    margin-bottom: 38px;
  }
}
.homeResultsList .results-header h3 {
  padding: 5px 0;
  font-weight: normal;
}
.homeResultsList .results-header .sort-by {
  top: 0;
}
@media only screen and (max-width: 650px) {
  .homeResultsList .results-header .sort-by {
    position: static;
  }
}
#home-results {
  list-style-type: none;
  padding: 0;
  margin: 12px 0 0;
}
#home-results > li {
  margin: 0 0 12px;
  padding: 0 0 12px;
  border-bottom: 1px solid #c2c2c2;
}
#home-results > li:after {
  content: " ";
  /* 1 */
  display: table;
  clear: both;
}
.gm-style-iw {
  max-width: 350px;
}
.home-detail .address-2 {
  margin: 0 0 6px;
}
.home-detail .property-type {
  float: right;
  margin: 0 0 0 12px;
}
.home-detail .propertyTypeSection {
  float: right;
  margin: 0 0 0 25px;
}
.home-detail .details {
  margin: 0 0 12px;
  padding: 0;
}
.home-detail .details li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5%;
}
.home-detail.map-popup {
  max-width: 350px;
}
.home-detail.map-popup h2.address-1 a {
  font-size: 18px;
  font-size: 18rem / 10;
  font-weight: bold;
}
.home-detail.map-popup .price {
  float: none;
  margin: 0;
}
@media only screen and (max-width: 600px) {
  .home-detail .property-type {
    float: none;
    margin-bottom: 6px;
    margin-left: 0;
  }
}
.homeGeneralDetails .homeResultsItemData {
  margin-left: 0;
}
.homeDetailActions .btn {
  font-size: 12px;
  font-size: 12rem / 10;
  margin-bottom: 6px;
}
@media only screen and (max-width: 600px) {
  .homeDetailActions .btn {
    display: block;
  }
}
.home-search-filters ul li .propType {
  width: 175px !important;
}
.home-search-filters ul li.to {
  color: #a6a6a6;
  padding-top: 30px;
}
.home-search-filters ul li.reset {
  vertical-align: bottom;
}
#mapModal .modal-body {
  padding: 0;
}
.fullscreen .widget-home-list {
  display: none;
}
@media only screen and (max-width: 600px) {
  .fullscreen #before-main .wrap {
    padding: 6px 16px;
  }
}
#map-canvas-wrap {
  position: relative;
  height: 100%;
}
#map-canvas-wrap #map-canvas {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#map-canvas-wrap .activity-indicator-busy,
#map-canvas-wrap .map-results-warning {
  position: absolute;
  z-index: 1000;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 18px 0;
  color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
}
#map-canvas-wrap .activity-indicator-busy {
  background-image: url("Images/ajax-loader-dark.gif");
  background-position: 10px center;
}
#map-canvas-wrap .map-results-warning,
#map-canvas-wrap.tooMany.busy .map-results-warning,
#map-canvas-wrap.none.busy .map-results-warning,
#map-canvas-wrap.overlay.busy .map-results-warning {
  display: none;
}
#map-canvas-wrap.tooMany .tooMany {
  display: block;
  text-align: center;
}
#map-canvas-wrap.none .none {
  display: block;
  text-align: center;
}
#map-canvas-wrap.overlay .overlay {
  display: block;
  padding-left: 20px;
}
#map-canvas-wrap.overlay .overlay a {
  color: #fff;
  text-decoration: underline;
}
.homePhotoGallery .activePhoto {
  text-align: center;
}
.homePhotoGallery .activePhoto img {
  max-width: 100%;
}
.homePhotoGallery .photoList {
  margin-top: 5px;
}
.homePhotoGallery .photoList li {
  display: inline-block;
  list-style-type: none;
}
.homePhotoGallery .photoList li img {
  width: 75px;
}
.homeMarketAnalytics .number {
  display: inline-block;
  width: 20px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #c2c2c2;
  border-radius: 50%;
  color: #333;
  font-weight: bold;
}
.homeAgent:after {
  content: "";
  display: table;
  clear: both;
}
.homeAgent .homeAgentPhoto {
  float: left;
  max-width: 33%;
  margin-right: 5%;
}
.homeAgent h3 {
  margin: 0;
}
.homeAgent > h3 {
  margin-bottom: 6px;
}
.homeAgent h4 {
  margin: 0 0 0.25em;
}
.homeAgent .btn {
  margin-top: 8px;
}
.homeMortgageCalculator .payment {
  font-size: 18px;
  font-size: 18rem / 10;
  font-weight: bold;
}
.sv-error {
  text-align: center;
  padding-top: 100px;
  font-weight: bold;
  font-size: 16px;
  font-size: 16rem / 10;
}
.unfavorite-home-indicator,
.favorite-home-indicator {
  display: inline-block;
  cursor: pointer;
  vertical-align: baseline;
}
ul.nav {
  background-color: #54829F;
}
ul.nav > li > a {
  color: #fff;
  font-size: 1.8rem;
}
ul.nav > li > a:hover,
ul.nav > li > a:focus {
  background-color: #34526F;
}
.nav-pills {
  border-radius: 5px 5px 0 0;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: #113E65;
  font-weight: 900;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li.first > a {
  border-radius: 5px 0 0 0;
}
.nav-pills > li.last > a {
  border-radius: 0 5px 0 0;
}
.placeholder {
  color: #333;
  font-size: 1.9rem;
  opacity: 1 !important;
}
#divDownPaymentResource {
  float: right;
}
.imgDownPaymentResource {
  margin-top: 1em;
  margin-left: 1em;
  margin-bottom: 0.5em;
  float: right;
}
#fahBanner {
  font-size: 1.05em;
  color: #fff;
  text-align: center;
}
#fahLaunchButton {
  padding: 10px;
  margin: 5px;
  font-size: 1.25em;
  font-weight: bold;
}