<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.d5-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin: -0.5rem;
  padding: 1rem 0;
}
.entire-width-yes .d5-card-wrapper {
  padding: 2rem 1rem;
  max-width: 92rem;
  margin: 0 auto;
  justify-content: center;
}
.d5-card {
  border: 1px solid #eee;
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  margin: 0.5rem;
  overflow: hidden;
  position: relative;
  width: 290px;
  transition: box-shadow 0.33s ease-in-out;
}
a.d5-card:hover {
  box-shadow: 0 0 0.5rem rgba(0,0,0,0.2);
}

.d5m_width_710 .d5-card,
.d5m_width_780 .d5-card,
.d5m_width_850 .d5-card,
.d5m_width_920 .d5-card {
  width: calc(100%/3 - 1rem);
}

.d5m_width_430 .d5-card,
.d5m_width_500 .d5-card,
.d5m_width_570 .d5-card,
.d5m_width_640 .d5-card {
  width: calc(100%/2 - 1rem);
}

.d5m_width_360 .d5-card {
  width: calc(100% - 1rem);
}

.d5-card--photo-holder {
  display: block;
  height: 160px;
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.d5-card--photo {
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

.d5-card--ribbon {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: #000;
  display: inline-block;
  opacity: 70%;
  font-weight: bold;
  padding: 0.2rem 0.8rem;
  font-size: 1rem;
}

/* IE Fallbacks */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

  .d5-card-wrapper {
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: center;
  }

  .d5-card--photo {
    height: auto;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    width: 100%;
  }

}

/* card styling */
#d5area_map{
  height: 300px;
  width: 100%;
  clear:both;
  margin: 1% 0;
}
.entire-width-yes #d5area_map {
  max-width: 70rem;
  padding: 1rem;
  margin: 0 auto;
}
a.d5area_cn {
  display: block;
  color: #4b4b4b;
  text-decoration: none;
  background: #fff;
}
.dak-text-light a.d5area_cn,
.dak-text-light a.d5area_cn:hover {
  color: #4b4b4b;
}

.d5area_cn_name {
  border-bottom: 1px solid;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.35rem;
  color: #4b4b4b;
  text-decoration: none;
}

.d5area_cn_summary {
  padding: 1rem;
}

.d5area_cn_price {
  font-size: 1.3rem;
}.d5-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin: -0.5rem;
  padding: 1rem 0;
}
.entire-width-yes .d5-card-wrapper {
  padding: 2rem 1rem;
  max-width: 92rem;
  margin: 0 auto;
  justify-content: center;
}
.d5-card {
  border: 1px solid #eee;
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  margin: 0.5rem;
  overflow: hidden;
  position: relative;
  width: 290px;
  transition: box-shadow 0.33s ease-in-out;
}
a.d5-card:hover {
  box-shadow: 0 0 0.5rem rgba(0,0,0,0.2);
}

.d5m_width_710 .d5-card,
.d5m_width_780 .d5-card,
.d5m_width_850 .d5-card,
.d5m_width_920 .d5-card {
  width: calc(100%/3 - 1rem);
}

.d5m_width_430 .d5-card,
.d5m_width_500 .d5-card,
.d5m_width_570 .d5-card,
.d5m_width_640 .d5-card {
  width: calc(100%/2 - 1rem);
}

.d5m_width_360 .d5-card {
  width: calc(100% - 1rem);
}

.d5-card--photo-holder {
  display: block;
  height: 160px;
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.d5-card--photo {
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

.d5-card--ribbon {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: #000;
  display: inline-block;
  opacity: 70%;
  font-weight: bold;
  padding: 0.2rem 0.8rem;
  font-size: 1rem;
}

/* IE Fallbacks */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

  .d5-card-wrapper {
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: center;
  }

  .d5-card--photo {
    height: auto;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    width: 100%;
  }

}

/* card styling */
#d5area_map{
  height: 300px;
  width: 100%;
  clear:both;
  margin: 1% 0;
}
.entire-width-yes #d5area_map {
  max-width: 70rem;
  padding: 1rem;
  margin: 0 auto;
}
a.d5area_cn {
  display: block;
  color: #4b4b4b;
  text-decoration: none;
  background: #fff;
}
.dak-text-light a.d5area_cn,
.dak-text-light a.d5area_cn:hover {
  color: #4b4b4b;
}

.d5area_cn_name {
  border-bottom: 1px solid;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.35rem;
  color: #4b4b4b;
  text-decoration: none;
}

.d5area_cn_summary {
  padding: 1rem;
}

.d5area_cn_price {
  font-size: 1.3rem;
}
/* Top Links */
#dapropsearchlinks {
  text-align: right;
	margin: 0 0 4px;
}
#dapropsearchlinks img {
  vertical-align: middle;
}

/* Property Map */

#dapropmap {
  margin: 0 0 1%;
  width:100%;
  height:300px;
}
.daprop-block {
  width: 100%;
}
.entire-width-yes .daprop-block,
.entire-width-yes #dapropmap,
.entire-width-yes #dapropsearchlinks{
  max-width: 92rem;
  margin: 0 auto;
  padding: 1rem 1rem 0;
}
.dapq-summary {
  padding: 1rem 1rem 5rem;
  margin: 0 auto;
  overflow: auto;
}
.dapq-view .dapq-price {
  font-size: 1.95rem;
  line-height: normal;
  font-weight: bold;
}
.dapq-view .dapq-price a {
  color: #4b4b4b;
  text-decoration: none;
}
.dqpq-quick-details {
  margin: 4px 0 8px;
  overflow: hidden;
}
.dqpq-quick-details div {
  margin: 8px 9px 0 0;
}

/* Property List Buttons &amp; Links */
.dapq-links {
  padding: 0.5rem;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  bottom: 0rem;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  justify-content: center;
}
.dapq-links li {
  display: block;
  box-sizing: border-box;
  padding: 0.25rem;
  max-width: 100%;
  width: 50%;
}
.dapq-links a {
  text-decoration: none;
}
.d5_btns span {
  flex: 1 1 auto;
  align-self: center;
}
.d5_btns a {
  color: #efefef;
  border: 1px solid #791212;
  background-color: #791212;
  display: block;
  font-size: 1rem;
  text-decoration: none!important;
  font-family: 'Roboto',Arial,Helmet,Freesans,'Nimbus Sans L',sans-serif;
  max-width: 100%;
  overflow: hidden;
  padding: 0.5em;
  position: relative;
  text-align: center;
  position: relative;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  transition: background 0.33s ease-in-out, color 0.33s ease-in-out;
}
.d5_btns a:hover,
.dapq-featured .d5_btns a:hover {
  color: #791212;
  background-color: transparent;
}

.dqpq-quick-details div {
    display: inline-block;
    text-align: left;
}
.dapq-view .dapq-price {
    margin: 4px 12px 2px 0;
}
.dapq-location {
    margin: 4px 0 8px;
    width: 100%;
    font-size: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ababab;
}
.dapq-listing-address {
    text-transform: uppercase;
    font-size: 19px;
}
#daproplist .d5-card:hover {
  box-shadow: none;
}

/* Sold Specific */
.dapq-sold-date {
  font-size: 14px;
}
.dapq-sold-price {
  font-size: 1.875rem;
  line-height: 1.2;
  margin-bottom: 0.25rem;
  font-weight: bold;
  display: block;
  width: 100%;
}
.dapq-listing-status {
  font-size: 1.1rem;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}</pre></body></html>