#business-directory {
  margin-top: 2em;
}
#business-directory-results {
  padding: 0;
  margin-top: 50px;
  color: #5d5d5d;
}
#business-directory .listing.featured {
  background: #fcf5d8;
}
#business-directory .listing.featured .featured-title {
  background: #f8d04a;
  margin: -1em -1em 1em -1em;
  letter-spacing: 7px;
  font-weight: 700;
  line-height: 25px;
  position: relative;
}
#business-directory .listing.featured .featured-title span {
  background: #f8d04a;
  display: inline-block;
  position: relative;
  padding: 0 10px;
}
#business-directory .listing.featured .featured-title hr {
  background: #5d5d5d;
  height: 2px;
  position: absolute;
  top: -8px;
  width: 90%;
  border: none;
  left: 5%;
}
#business-directory .listing .image-container {
  width: 178px;
  height: 145px;
  display: block;
  position: relative;
  overflow: hidden;
  border: none;
}
#business-directory .listing {
  padding: 1em;
  border-bottom: 1px solid #ffcf42;
}
#business-directory .listing h4 {
  font-weight: 300;
  margin-bottom: 0;
}
#business-directory .listing p {
  margin-bottom: 2px;
}
#business-directory .listing a {
  color: #5d5d5d;
}
#business-directory .listing strong {
  color: #5d5d5d;
}
#business-directory .listing .desc-container {
  padding: 1em;
}
#business-directory .listing .listing-data {
  padding-left: 10px;
}
#business-directory .listing .desc {
    display:inline-block;
  max-height: 100px;
}
#business-directory .listing .link a {
  font-weight: 900;
}
#business-directory .listing .more {
    display: inline;
  color: #ffcf42;
  font-weight: bold;
}
#business-directory a:hover {
  color: #ffcf42;
}
#business-directory .listing:last-child {
  border-bottom: 0;
}
#business-directory .listing .thumb {
  margin: 0 1em 1em 0;
  max-width: 178px;
  max-height: 145px;
  width: 100%;
}
#business-directory select {
  width: 100%;
}
#business-directory select:hover {
  cursor: pointer;
}
#business-directory select option {
  background:rgba(0,0,0,0.8);
  color: #fff;
}

body.xs #business-directory .dropdown select {
  margin-bottom: 1em;
}
