h2.sectionTitle {
  font-size: 22px;
  font-weight: 100;
}

h4 {
  font-weight: 100;
}

.fl-rich-text {
  font-weight: 100;
}

.search-text {
  font-weight: 100;
  margin-left: 10px;
  padding-bottom: 10px;
  line-height: 1.6em;
}

.search-text a {
  color: black;
}

.all-listings font {
  font-weight: 100;
  font-size: 14px;
}

h4.section-takeaway {
  padding-bottom: 10px;
  padding-top: 10px;
  line-height: 1.4em;
}

h4.section-heading {
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 100;
}

ul.spaced-list {
  padding-bottom: 10px;
}

ul.spaced-list li {
  margin-top: 5px;
}

ol.spaced-ordered-list {
  padding-bottom: 10px;
}

ol.spaced-ordered-list li {
  margin-top: 5px;
}

.propWidget-2 .fig .figType {
  background-color: #eab134;
  font-size: 10px;
  line-height: 11px;
  color: #fff;
  padding: 2px 4px;
  border-radius: 2px;
  top: 15px;
  text-transform: uppercase;
  left: 50%;
  z-index: 3;
  margin-left: -50px;
}

.thumbnail {
  padding: 0px;
  border: none;
  border-radius: 3px;
  background-color: rgba(0,0,0,0.03);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.thumbnail img {
  border-radius: 3px;
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.thumbnail:hover {
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
}

.thumbnail:hover img {
  opacity: 0.8;
}

.container-fluid {
  padding: 0px;
}
.current_page_item {
  border-bottom: 2px solid #fff;
}