
.wcs-icon-float {
  float: left;
}
.wcs-icon-offset {
  margin-left: 30px;
  margin-bottom: 1em;
}


.wcs-school-listing {
  position: absolute;
  right: 0;
  top: 0;

  width: 450px;
}
  .wcs-school-listing .wcs-school {
    display: none;
    width: 100%;
    height: 500px;
    padding: 20px;

    background: #f5f5f5;
  }

.wcs-school-map-search {
  margin-top: -5px;
  margin-bottom: 5px;
  padding: 10px 0;

  text-align: center;

  background: rgb(238,237,237);
}
  .wcs-school-map-search input {
    display: inline-block;

    width: 50%;
    max-width: 450px;
    margin-right: 10px;
  }
  .wcs-school-map-search input,
  .wcs-school-map-search select {
    margin-right: 10px
  }

  .gm-style img {
    width: 100%;
  }
  .gm-style .cluster > div {
    color: #fff !important;
  }

  .wcs-school-reset {
    display: none;

    margin: 0 5px 5px 0;
    padding: 10px 15px;

    font: 16px/1em "open sans",sans-serif;
    text-transform: none;
    text-decoration: none;

    color: rgb(255, 255, 255);
    background-color: rgb(133, 126, 123);
    border: 1px solid rgb(164, 66, 66);
  }
  .wcs-school-back {
    background-color: rgb(133, 126, 123);
  }


.bf-listing-search + .bf-listing-row {
  clear:both;
}

.bfcms-listing.bf-listing-has-filters .bf-listing-filter-ctr {
  clear: both;
}
