body {
  margin: 50px auto;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
}
table#content {
  width: 600px;
  max-width: 100%;
  min-width:  75%;
}
p, ul {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

h1 { font-size: 1.429em; } /* 20px */
h2 { font-size: 1.286em; } /* 18px */
h3 { font-size: 1.143em; } /* 16px */
h4 { font-size: 1.071em; } /* 15px */
h5, h6 {
  font-size: 1.000em;      /* 14px */
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.1em;
  margin: 0;
  margin-bottom: 0.75em;
}

h1 a, h2 a, h3 a {
  text-decoration: none;
}

a:link,
a:visited {
  color: #888888;
}
a:hover {
  color: #444444;
}

#header {
  text-align: center;
}
#site-logo img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}
#site-title {
  font-size: 16px;
}
#site-slogan {
  font-size: 14px;
  font-style: italic;
}

#social-links span.ext {
  display: none;
}

#main p,
#main li {
  font-size: 1.143em;
  line-height: 1.666666667em;
}
#main ul {
  padding-left: 2em;
}

p.salutation,
p.intro {
  font-size: 1.125em;
}
p.salutation {
  font-style: italic;
}

.node {
  margin-left: 1.5em;
}

.node img,
.node iframe,
.node object,
.node embed {
  max-width: 100%;
  height: auto !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.node img[align=left] {
  margin-right: 1em;
}
.node img[align=right] {
  margin-left: 1em;
}

/* Old-style listing node */
.node-listingpointe_listing { 
  margin-left: 0; 
  margin-bottom: 1.5em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.node-listingpointe_listing .title, 
.node-listingpointe_listing p.listing_description {
  margin: 0;
}
.node-listingpointe_listing .content {
  margin-top: 0.5em;
}
.node-listingpointe_listing .listing_summary_features {
  font-weight: bold;
}
.node-listingpointe_listing .field-lp-l-publicremarks {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 1.75;
}
.field-lp-l-primaryphotothumbnail {
  float: left;
  margin: 0 1em 0 0;
  max-width: 33.333333333%;
}
.field-lp-l-primaryphotothumbnail img {
  display: block;
  padding: 0.333333333em;
  border: 1px solid #888888;
  width: auto;
  max-width: 100%;
}
.node-listingpointe_listing br {
  display: none;
}

/* New-style views fields listing */
tbody.views-row-group-body td {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#main tbody.views-row-group-body td p {
  line-height: 1em; /* For outlook */
}
@media screen {
  #main tbody.views-row-group-body td p {
    line-height: 1.666666667em; /* Outlook ignores @media screen, so this resets the previous rule for compliant clients */
  }
  tr.views-row td {
    border-bottom: 1px solid #CCCCCC;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
  tr.views-row-first td {
    padding-top: 0.25em;
  }
  tr.views-row-last td {
    border-bottom: none;
    padding-bottom: 2em;
  }
}
@media screen and (max-width: 720px) {
  tr.views-row {
    border-bottom: 1px solid #CCCCCC;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
  tr.views-row-first {
    padding-top: 0;
  }
  tr.views-row-last {
    border-bottom: none;
    padding-bottom: 0;
  }
  tr.views-row td {
    padding: 0.25em;
    border-bottom: none;
    margin-bottom: 0;
  }
}
.field-lp-streetaddress-full {
  font-weight: bold;
  font-size: 16px;
}
.lp-listing-meta-submitted {
  font-size: 0.786em;
  font-style: italic;
  margin-top: -0.75em; /* Compensates for the paragraph margin that's inside the neighboring container */
}

@media  screen and (max-width: 720px) {
  body {
    margin: 1em;
  }
  table#content,
  table#content > tbody,
  tr#header,
  td#site-logo,
  td#site-branding,
  tr#main,
  tr#main > td,
  tr#footer,
  tr#footer > td {
    display: block;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  td#site-logo,
  td#site-branding {
    margin-bottom: 1em;
  }
  .node img {
    float: none;
    display: block;
    margin: 1em auto !important;
  }
  a.url-link {
    display: block;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .lp-field-group-details {
    font-size: 12px;
    font-weight: bold;
  }
}
