.search-form-center{
  background: transparent;
  float: left;
  width: 100%;
  position: relative;
  padding: 20px 0;
  text-align:center;
}


.search-form-center input {
  border: 1px solid #aeaeac;
  color: #666;
  display: inline-block;
  padding-right: 0.5em;
}
.isotope-pager span {
  cursor: pointer;
} 

.square-feet-range input
{
  padding: 3px;
  margin: 0 5px;
  width: 79px;
  height: 29px;
}
span.resultLabel {
  font-weight: 100;
}

.search-form-center h2 {
  width:100%;
}
.search-form-center select {
  background: transparent;
  color: #666;
  position: relative;
  z-index: 100;
  display: inline-block;
  width: 100%;
  background: 0 0;
  padding: 10px 7px;
  margin: 0;
  font-size: 18px;
  line-height: 1.15;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-weight: 200;
  border-bottom-style: solid;
  border-bottom-color: #B4DDB4;
  border-bottom-width: 2px;
}
.search-form-center span {
  color: #fff;
  display: block;
  position: relative;
  float: left;
  margin: 5px;
  min-height: 43px;
  max-height: 43px;
}

.search-form-center .state:after,.search-form-center .city:after,.search-form-center .neighborhood:after,.search-form-center .bedrooms:after,.bathrooms:after
{
  content: '+';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 25px;
}

.search-form-center span {
  background-color: transparent;
  color: #666;
  position: relative;
  z-index: 100;
}

.state, .city, .neighborhood, .bedrooms, .bathrooms {
  flex-basis: 16%;
}


.state {
  width: 110px;
}

.city {
  width: 200px !important;
}
.neighborhood {
  width: 245px;
}

.bedrooms {
  width: 155px;
}

.bathrooms {
  width: 108px;
}


.square-feet-range {
  clear: left;
}

.search-button {
  background-color: #917569 !important;
}

.search-button button {  
  display: inline-block;
  color: #fff; 
  width: 100%;
  background-color: #917569;
  padding: 10px 7px; margin: 0;
  font-size: 18px; 
  line-height: 1.15;
  border: 0; 
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: 'Barlow',sans-serif;
  font-weight: 200;
  border-width: 2px;
  border-style: solid;
  border-color: #917569;
  transition: .2s ease-in-out;
  cursor: pointer;
  letter-spacing 3px;
  text-transform: uppercase;
}

.search-button button:hover {
  -webkit-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);  
  transition: .2s ease-in-out;
} 

.price-range,.square-feet-range, .search-button {
  width: 285px;
}


.price-range label, .square-feet-range label {
  width: 25%;
  display: inline-block;
  background: 0 0;
  padding: 10px 7px;
  margin: 0;
  font-size: 18px;
  line-height: 1.15;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-weight: 200;
}

.price-range input {
  padding: 3px;
  margin: 0 5px;
  width: 79px;
  height: 29px;
}
.search-form-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.store-summary {
  display: inline-block;
  text-align: center;
  width: 260px;
  background: #fff;
  margin: 30px 15px;
  font-size: 15px;
  min-height: 450px;
  box-shadow: 0 10px 20px -10px rgb(0 0 0 / 30%);
}

.store-summary .resultMarkerLegend {
  width: 28px;
  height: 90px;
  float: left;
  background: url(https://www.springsapartments.com/hubfs/website/icons/map_marker_yellow.svg) no-repeat;
  text-align: center;
  padding: 5px 0 0;
  margin: 15px 0 0;
  display: none !important;
}

.store-summary .resultMarkerLegend.low_avalable {
  background: url(https://www.springsapartments.com/hubfs/website/icons/map_marker_yellow.svg) no-repeat;  
}
.store-summary .resultAddress {
  margin: 0;
  padding: 0px;
} 
.results {
  clear: both;

  padding-bottom: 40px;
  text-align: center;

  margin: 0 auto;
  margin-top: 40px;
}

.store-summary .resultContactInfo {
  line-height: 1.2;
  padding: 20px;
}

.not-available.resultMarkerLegend {
  color: #333;
}

.store-summary .resultAddress div {

}

.store-summary .resultName {
  font-weight: 500;
  padding: 0 0 3px;
  color: #917569;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 18px;
  margin-bottom: 10px;
} 

.store-summary .resultPhone {
  padding: 8px 0 0;
}


.store-summary .resultPhone span, .store-summary a {
  display: inline-block;
  text-decoration: none;
  color: #917569;
}

.resultAvailability
{
  background-color: #67695E;
  border: 0;
  color: #fff;
  font-family: 'Barlow',sans-serif;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  display: inline-block;
  padding: 15px 25px;
  font-size: 12px !important;
  text-transform: uppercase;
  width: 85%;
}
a.resultAvailability  {
  color: #fff !important;  
  position: absolute;
  bottom: 0;
  right: 8%;
  margin-bottom: 20px;
}
.resultAvailability:hover
{
  -webkit-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);  
  transition: .2s ease-in-out;
}  
.store-summary .resultBeds {

  font-weight: 700;
}

.store-summary .resultRate {

  font-weight: 700;
}

.resultContactInfo {
  padding: 10px 5px;
}
.store-summary .resultUnitInfo {
  clear: both;
  padding: 11px 8px;
  margin: 0 20px 10px;
  border-top: 1px solid #67695E;
  border-bottom: 1px solid #67695E;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.isotope-pager {
  display: none !important; /* Hide page for less than 24 results. Remove to show pager */
  text-align: center;
  padding-top: 40px;
  display: block;
  position: relative;
  top: 20px;
}

.isotope-pager a {
  color: #917569;
  margin: 5px 9px;
  font-size: 18px;
}
a.pager.active {
  color: #67695E;
  padding: 2px 9px;
  border-bottom-color: #B4DDB4;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}
}

span.prev {
  width: 0;
  height: 0;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  font-size: 0;
  line-height: 0;
  position: relative;
  bottom: 5px;
  margin: 0 10px;
  border-right: 15px solid #917569;
  border-right-color: #917569;
}
span.next {
  width: 0;
  height: 0;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  font-size: 0;
  line-height: 0;
  position: relative;
  bottom: 5px;
  margin: 0 10px;
  border-left: 15px solid #917569;
  border-left-color: #917569;
} 

.map-box {
  font-weight: 500;
  text-align: center;
}

.map-box h4 {
  margin-top: 8px;
  margin-bottom: 0px;
  font-size: 18px;
  font-family: Barlow,sans-serif;
  color: #67695e;
  text-transform: uppercase;
}

.map-box p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Barlow,sans-serif;
}

.map-box a {
  background-color: #67695E;
  border: 0;
  color: #fff;
  font-family: 'Barlow',sans-serif;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  display: inline-block;
  padding: 15px 25px;
  font-size: 12px !important;
  text-transform: uppercase;
  width: 85%;
  transition: .2s ease-in-out;
}

.map-box a:hover {
  -webkit-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
  transition: .2s ease-in-out;
}

div#map {
  display: none;
}