@font-face {
  font-family: "realtytrends";
  src:url("../fonts/realtytrends.eot");
  src:url("../fonts/realtytrends.eot?#iefix") format("embedded-opentype"),
    url("../fonts/realtytrends.woff") format("woff"),
    url("../fonts/realtytrends.ttf") format("truetype"),
    url("../fonts/realtytrends.svg#realtytrends") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "realtytrends" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "realtytrends" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-user:before {
  content: "\61";
}
.icon-magnifying-glass:before {
  content: "\62";
}
.icon-chart-line:before {
  content: "\63";
}
.icon-arrow-left-thin:before {
  content: "\64";
}
.icon-right-open:before {
  content: "\65";
}
.icon-cross:before {
  content: "\66";
}
.icon-filter:before {
  content: "\67";
}
.icon-mail:before {
  content: "\6a";
}
.icon-phone:before {
  content: "\68";
}
.icon-social-yelp:before {
  content: "\69";
}
.icon-social-facebook:before {
  content: "\6b";
}
.icon-social-twitter:before {
  content: "\6c";
}
.icon-social-linkedin:before {
  content: "\6d";
}
.icon-youtube:before {
  content: "\6e";
}
.icon-social-zillow:before {
  content: "\6f";
}

@font-face {
  font-family: "league_gothicregular";
  src: url("../fonts/leaguegothic-regular-webfont.woff2") format("woff2"), url("../fonts/leaguegothic-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "oreganoregular";
  src: url("../fonts/oregano-regular-webfont.woff2") format("woff2"), url("../fonts/oregano-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "sifonnbasic";
  src: url("../fonts/sifonn-basic-webfont.woff2") format("woff2"), url("../fonts/sifonn-basic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}


/* Main Stylesheet */


/* Main Stylesheet */


/* Global Variables */


/* Mixins */


/* Base */

body,
h1,
h2,
h3,
h4,
h5,
h6,
.button,
form,
.top-bar-section ul li>a,
#listing {
  font-family: "Open Sans", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #575b5f;
}

a {
  color: #16c0ff;
}

a:hover {
  color: #00a5e2;
}

.button {
  background-color: #09bdff;
  background-image: -moz-linear-gradient(top, #23c3ff, #09bdff);
  background-image: -webkit-gradient( linear, 0 0, 0 100%, from(#23c3ff), to(#09bdff));
  background-image: -webkit-linear-gradient(top, #23c3ff, #09bdff);
  background-image: -o-linear-gradient(top, #23c3ff, #09bdff);
  background-image: linear-gradient(to bottom, #23c3ff, #09bdff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff23c3ff", endColorstr="#ff09bdff", GradientType=0);
  border-radius: 3px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.row.full-width {
  width: 100%;
  max-width: 100%;
}

.parent-link.hide-for-large-up {
  display: none !important;
}

.header .row {
  max-width: none;
}

.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.625rem 0;
  font-family: "sifonnbasic", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  background: #f31722;
  -webkit-backface-visibility: hidden;
  z-index: 99;
}

.header .columns {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .header .columns {
    display: block;
    text-align: center;
  }
}

.header .logo {
  display: table;
}

@media only screen and (max-width: 767px) {
  .header .logo {
    display: flex;
    justify-content: center;
  }
}

.header .logo img {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  width: auto;
  height: 4.6875rem;
}

@media only screen and (max-width: 767px) {
  .header .logo img {
    display: flex;
    align-items: center;
    width: auto;
    height: 3.125rem;
  }
}

@media only screen and (min-width: 767px) and (max-width: 960px) {
  .header .logo img {
    width: auto;
    height: 3.125rem;
  }
}

.header .logo span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 0.9375rem;
  font-size: 2.25rem;
  line-height: 1;
  font-family: "sifonnbasic", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  color: white;
}

@media only screen and (max-width: 767px) {
  .header .logo span {
    display: flex;
    align-items: center;
    padding-left: 0.625rem;
    font-size: 1.25rem;
  }
}

@media only screen and (min-width: 767px) and (max-width: 960px) {
  .header .logo span {
    font-size: 1.5rem;
  }
}

.header .logo span sup {
  margin-left: 0.3125rem;
  vertical-align: top;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .header nav {
    width: 100%;
  }
}

.header nav a {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0.9375rem;
  font-size: 0.9375rem;
  line-height: 1;
  font-family: "sifonnbasic", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  color: white;
  opacity: 0.75;
}

@media only screen and (max-width: 767px) {
  .header nav a {
    padding-left: 0.625rem;
    font-size: 0.75rem;
  }
}

@media only screen and (min-width: 767px) and (max-width: 960px) {
  .header nav a {
    padding-left: 0.625rem;
    font-size: 0.875rem;
  }
}

.header nav a:hover {
  opacity: 1;
}

@media only screen and (max-width: 390px) {
  .site .index-content header.neighborhood-header dl.sub-nav dd a {
    font-size: 11px;
  }
  .site .index-content header.neighborhood-header dl.sub-nav dd {
    margin: 0;
  }
  .site .index-content header.neighborhood-header dl.sub-nav dd a {
    padding-right: 0;
    padding-left: 0;
  }
}

.top-bar,
.top-bar.expanded {
  background-color: #424549;
  background-image: -moz-linear-gradient(top, #424549, #424549);
  background-image: -webkit-gradient( linear, 0 0, 0 100%, from(#424549), to(#424549));
  background-image: -webkit-linear-gradient(top, #424549, #424549);
  background-image: -o-linear-gradient(top, #424549, #424549);
  background-image: linear-gradient(to bottom, #424549, #424549);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff424549", endColorstr="#ff424549", GradientType=0);
  z-index: 100;
}

.top-bar .title-area,
.top-bar.expanded .title-area {
  background: transparent;
}

.top-bar .title-area .name h1 a,
.top-bar.expanded .title-area .name h1 a {
  line-height: 0;
}

.top-bar .title-area .name h1 a img,
.top-bar.expanded .title-area .name h1 a img {
  width: auto;
  max-height: 2.8125rem;
  padding: 0.313rem;
}

.top-bar .top-bar-section ul li,
.top-bar.expanded .top-bar-section ul li,
.top-bar .top-bar-section li:not(.has-form) a:not(.button),
.top-bar.expanded .top-bar-section li:not(.has-form) a:not(.button) {
  background: transparent;
  color: #ffffff;
}

.top-bar .top-bar-section ul li .icon-user:before,
.top-bar.expanded .top-bar-section ul li .icon-user:before,
.top-bar .top-bar-section li:not(.has-form) a:not(.button) .icon-user:before,
.top-bar.expanded .top-bar-section li:not(.has-form) a:not(.button) .icon-user:before {
  display: none;
}

.top-bar .toggle-topbar.menu-icon a,
.top-bar.expanded .toggle-topbar.menu-icon a {
  color: #fff;
}

.top-bar .toggle-topbar.menu-icon a span:after,
.top-bar.expanded .toggle-topbar.menu-icon a span:after {
  box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
}

.search-bar {
  z-index: 90;
  position: relative;
  overflow: visible;
  padding: 1.071em 0;
  background-color: #f4f4f4;
  background-image: -moz-linear-gradient(top, #ffffff, #f4f4f4);
  background-image: -webkit-gradient( linear, 0 0, 0 100%, from(#ffffff), to(#f4f4f4));
  background-image: -webkit-linear-gradient(top, #ffffff, #f4f4f4);
  background-image: -o-linear-gradient(top, #ffffff, #f4f4f4);
  background-image: linear-gradient(to bottom, #ffffff, #f4f4f4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffffff", endColorstr="#fff4f4f4", GradientType=0);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  font-size: 0.875rem;
}

.search-bar .row .column,
.search-bar .row .columns {
  padding-left: 0.46875em;
  padding-right: 0.46875em;
  padding-bottom: 0.5rem;
}

.search-bar .hidden-search {
  margin-top: 2em;
}

.search-bar .hidden-search .row .column:first-of-type,
.search-bar .hidden-search .row .columns:first-of-type {
  padding-right: 0.46875em;
  padding-left: 0.625em;
}

.search-bar .hidden-search .row .column:last-of-type,
.search-bar .hidden-search .row .columns:last-of-type {
  padding-right: 0.625em;
  padding-left: 0.46875em;
}

.search-bar .hidden-search select {
  margin-bottom: 0.714em;
}

.search-bar strong {
  color: #5f6164;
  font-weight: 500;
}

.search-bar label {
  color: #787b7e;
  font-weight: 300;
}

.search-bar input,
.search-bar select {
  margin: 0;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #787b7e;
  font-weight: 300;
}

.search-bar input[type="checkbox"] {
  position: relative;
  top: 5px;
  float: left;
  margin-right: 5px;
}

.search-bar .button {
  margin: 0;
  border: none;
  border-radius: 3px;
}

.search-bar .button .icon-magnifying-glass:before,
.search-bar .button .icon-filter:before {
  position: relative;
  top: -1px;
  vertical-align: middle;
  padding-right: 0.357em;
  font-size: 1rem;
}

.full-width.site {
  position: relative;
  height: 100%;
  margin: 0;
}

.back-to-agents {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  padding: 0.5rem 1rem;
  background: #c8cbcf;
  color: #4b4e52;
  font-size: 0.813rem;
  text-align: right;
  font-weight: 600;
  opacity: 0.75;
}

.back-to-agents i {
  vertical-align: middle;
  position: relative;
  top: 1px;
  margin-right: 0.313em;
  font-size: 1rem;
  opacity: 0.75;
}

.back-to-agents i:hover {
  cursor: pointer;
}

.back-to-agents .icon-cross {
  top: 3px;
  font-size: 14px;
}

.back-to-agents .icon-cross:before {
  font-size: 18px;
}

.agent-header {
  background: white;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.agent-header .agent-menu-wrapper {
  padding-top: 12px;
  padding-bottom: 12px;
  overflow: auto;
}

.agent-header h1.agent-name {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 0;
}

.agent-header .fixed {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  background-color: white;
}

.agent-header .fixed>div {
  max-width: 62.5em;
  margin: 0 auto;
  padding: 12px 0.9375em;
}

.agent-header dl.sub-nav {
  margin-left: -1rem;
  margin-bottom: 0;
}

.agent-header dl.sub-nav dd {
  margin-left: 0.5rem;
}

.agent-header dl.sub-nav dd:last-of-type {
  display: none;
}

.agent-header dl.sub-nav dd a {
  padding: 0.1875rem 0.5rem;
  font-weight: 500;
  font-size: 12px;
}

.agent-header dl.sub-nav dd.active a {
  background-color: #16c0ff;
  background-image: -moz-linear-gradient(top, #09bdff, #16c0ff);
  background-image: -webkit-gradient( linear, 0 0, 0 100%, from(#09bdff), to(#16c0ff));
  background-image: -webkit-linear-gradient(top, #09bdff, #16c0ff);
  background-image: -o-linear-gradient(top, #09bdff, #16c0ff);
  background-image: linear-gradient(to bottom, #09bdff, #16c0ff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff09bdff", endColorstr="#ff16c0ff", GradientType=0);
  color: #fff;
  border-radius: 3px;
}

.agent-header .agent-button-wrapper {
  display: none;
}

.agent-content {
  margin-top: 30px;
}

.agent-content main section {
  margin-top: -50px;
  padding-top: 50px;
}

.agent-content h2 {
  font-size: 1rem;
  opacity: 0.8;
  padding: 10px 15px 9px;
  border-radius: 4px;
  background-color: #575b5f;
  background-image: -moz-linear-gradient(top, #515459, #575b5f);
  background-image: -webkit-gradient( linear, 0 0, 0 100%, from(#515459), to(#575b5f));
  background-image: -webkit-linear-gradient(top, #515459, #575b5f);
  background-image: -o-linear-gradient(top, #515459, #575b5f);
  background-image: linear-gradient(to bottom, #515459, #575b5f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff515459", endColorstr="#ff575b5f", GradientType=0);
  color: white;
  margin-top: 25px;
  margin-bottom: 15px;
}

.agent-content #agent-bio h2 {
  margin-top: 0;
}

.agent-content #agent-bio .sidebar img {
  max-width: 100%;
  height: auto;
}

.agent-content #agent-bio .sidebar .agent-phone {
  margin-top: 10px;
}

.agent-content #agent-bio .sidebar .agent-phone,
.agent-content #agent-bio .sidebar .agent-email {
  font-weight: bold;
  font-size: 14px;
}

.agent-content #agent-bio .sidebar .agent-phone i,
.agent-content #agent-bio .sidebar .agent-email i {
  font-size: 1rem;
  margin-right: 5px;
  position: relative;
  top: 4px;
}

.agent-content #agent-bio .sidebar ul {
  margin: 0;
  padding: 10px 0 0;
}

.agent-content #agent-bio .sidebar ul li {
  padding: 5px 0;
  list-style: none;
}

.agent-content #agent-bio .sidebar ul li i {
  position: relative;
  top: 2px;
  padding-right: 5px;
}

.agent-content #agent-history ul.pagination,
.agent-content #neighborhood-history ul.pagination {
  margin: 1.429em 0;
}

.agent-content #agent-history ul.pagination li.current a,
.agent-content #neighborhood-history ul.pagination li.current a,
.agent-content #agent-history ul.pagination li.current button,
.agent-content #neighborhood-history ul.pagination li.current button {
  background: #979a9f;
}

.agent-content #agent-history .agent-history-listing,
.agent-content #neighborhood-history .agent-history-listing {
  display: table;
  padding: 10px 0;
}

.agent-content #agent-history .agent-history-listing:first-of-type,
.agent-content #neighborhood-history .agent-history-listing:first-of-type {
  padding-top: 0;
}

.agent-content #agent-history .agent-history-listing:nth-of-type(even),
.agent-content #neighborhood-history .agent-history-listing:nth-of-type(even) {
  background: #f5f5f5;
}

.agent-content #agent-history .agent-history-listing .listing-bed.mobile,
.agent-content #neighborhood-history .agent-history-listing .listing-bed.mobile,
.agent-content #agent-history .agent-history-listing .listing-bath.mobile,
.agent-content #neighborhood-history .agent-history-listing .listing-bath.mobile {
  display: inline;
}

.agent-content #agent-history .agent-history-listing .columns:nth-of-type(4),
.agent-content #neighborhood-history .agent-history-listing .columns:nth-of-type(4),
.agent-content #agent-history .agent-history-listing .columns:nth-of-type(5),
.agent-content #neighborhood-history .agent-history-listing .columns:nth-of-type(5),
.agent-content #agent-history .agent-history-listing .columns:nth-of-type(6),
.agent-content #neighborhood-history .agent-history-listing .columns:nth-of-type(6) {
  display: none;
}

.agent-content #agent-history .agent-history-listing .columns,
.agent-content #neighborhood-history .agent-history-listing .columns {
  display: table-cell;
  vertical-align: middle;
  float: none;
  font-size: 10px;
  line-height: 1.15;
}

.agent-content #agent-history .agent-history-listing .columns img,
.agent-content #neighborhood-history .agent-history-listing .columns img {
  width: 100%;
  min-width: 50px;
}

.agent-content #agent-history .agent-history-listing .columns .listing-mls,
.agent-content #neighborhood-history .agent-history-listing .columns .listing-mls {
  font-size: 10px;
  color: inherit;
}

.agent-content #agent-history .agent-history-listing .columns .listing-mls .idx-wrapper .listing-idx-logo,
.agent-content #neighborhood-history .agent-history-listing .columns .listing-mls .idx-wrapper .listing-idx-logo {
  width: 19px;
  height: auto;
  line-height: 0;
  display: table-cell;
  vertical-align: middle;
}

.agent-content #agent-history .agent-history-listing .columns .listing-mls .idx-wrapper .listing-idx-logo img,
.agent-content #neighborhood-history .agent-history-listing .columns .listing-mls .idx-wrapper .listing-idx-logo img {
  min-width: initial;
}

.agent-content #agent-history .agent-history-listing .columns .listing-mls .idx-wrapper span,
.agent-content #neighborhood-history .agent-history-listing .columns .listing-mls .idx-wrapper span {
  font-size: 10px;
  font-weight: normal;
  color: inherit;
}

.agent-content #agent-history .agent-history-listing .columns .listing-price,
.agent-content #neighborhood-history .agent-history-listing .columns .listing-price {
  font-weight: bold;
}

.agent-content #agent-trends-letter .trends-header-wrapper h2 {
  display: inline-block;
  padding: 10px 20px !important;
  opacity: 1;
  font-size: 12px !important;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
  background-color: #09bdff;
  background-image: -moz-linear-gradient(top, #23c3ff, #09bdff);
  background-image: -webkit-gradient( linear, 0 0, 0 100%, from(#23c3ff), to(#09bdff));
  background-image: -webkit-linear-gradient(top, #23c3ff, #09bdff);
  background-image: -o-linear-gradient(top, #23c3ff, #09bdff);
  background-image: linear-gradient(to bottom, #23c3ff, #09bdff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff23c3ff", endColorstr="#ff09bdff", GradientType=0);
}

.agent-content #agent-trends-letter .trends-header-wrapper h2 a {
  color: white !important;
}

.agent-content #agent-trends-letter .trends-header-wrapper .trend-select span {
  font-size: 12px;
}

.agent-content #agent-trends-letter .trends-header-wrapper .trend-select form {
  width: 100%;
}

.agent-content #agent-trends-letter .map-container #map {
  width: 100%;
  position: relative !important;
  height: 350px;
  margin-bottom: 30px;
}

.agent-content #agent-trends-letter h4 {
  font-size: 1em;
  font-weight: 700;
}

.site .back-to-results {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  padding: 0.5rem 1rem;
  background: #c8cbcf;
  color: #4b4e52;
  font-size: 0.813rem;
  text-align: right;
  font-weight: 600;
  opacity: 0.75;
}

.site .back-to-results i {
  vertical-align: middle;
  position: relative;
  top: 1px;
  margin-right: 0.313em;
  font-size: 1rem;
  opacity: 0.75;
}

.site .back-to-results i:hover {
  cursor: pointer;
}

.site .back-to-results .icon-cross {
  top: 3px;
  font-size: 1.25rem;
}

.site .content-styles {
  min-height: 100%;
  background: #f4f4f5;
  -webkit-box-shadow: 4px 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 0 4px rgba(0, 0, 0, 0.1);
}

.site #mobile-map {
  width: 100%;
  height: 300px;
}

.site #mobile-map div {
  width: 100%;
  height: 300px;
}

.site .other-page {
  margin: 50px 0;
}

.site .trends-letter-signup h2,
.site .customer-activity h2 {
  margin-bottom: 0;
}

.site .customer-activity>.large-6 {
  padding-left: 0;
}

.site .customer-activity #trends-charts>.large-12 {
  padding-right: 0;
  padding-left: 0;
}

.site .customer-activity #trends-charts #chart {
  clear: both;
  height: auto;
}

.site .customer-activity h2 {
  margin-bottom: 0;
}

.site .customer-activity .customer-info {
  width: 100%;
  border-bottom: 1px solid #c8cbcf;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.site .customer-activity .customer-info h3.customer-email,
.site .customer-activity .customer-info h3.customer-phone {
  display: inline;
  font-size: 18px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.site .customer-activity .customer-info h3.customer-email i,
.site .customer-activity .customer-info h3.customer-phone i {
  font-size: 20px;
  position: relative;
  top: 3px;
  margin-right: 5px;
  vertical-align: middle;
}

.site .customer-activity .customer-info h3.customer-email i.icon-phone,
.site .customer-activity .customer-info h3.customer-phone i.icon-phone {
  font-size: 18px;
  top: 1px;
}

.site .customer-activity .row {
  margin-top: 1em;
  margin-bottom: 1em;
}

.site .customer-activity .row h3 {
  font-size: 20px;
}

.site .customer-activity h3 {
  margin-bottom: 0;
}

.site .customer-activity .description {
  margin-top: 0;
  opacity: 0.75;
}

.site .customer-activity .neighborhood-drop {
  padding: 12px 0;
}

.site .customer-activity .neighborhood-drop select {
  margin: 0;
}

.site .customer-activity select {
  background-color: #fff;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+), -webkit-gradient(linear, left top, left bottom, from(#fefeff), to(#f1f2f3));
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+), -webkit-linear-gradient(top, #fefeff, #f1f2f3);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+), -moz-linear-gradient(top, #fefeff, #f1f2f3);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+), -o-linear-gradient(top, #fefeff, #f1f2f3);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+), linear-gradient(to bottom, #fefeff, #f1f2f3);
  background-repeat: no-repeat;
  background-position: 100% center;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 3px;
}

.site .customer-activity table {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 3px;
}

.site .customer-activity table thead {
  background-color: #fff;
  background-image: -webkit-gradient( linear, left top, left bottom, from(#fefeff), to(#f1f2f3));
  background-image: -webkit-linear-gradient(top, #fefeff, #f1f2f3);
  background-image: -moz-linear-gradient(top, #fefeff, #f1f2f3);
  background-image: -o-linear-gradient(top, #fefeff, #f1f2f3);
  background-image: linear-gradient(to bottom, #fefeff, #f1f2f3);
}

.site .index-content header.neighborhood-header {
  margin: 0 -0.9375em;
  padding: 0.9375em;
  background-color: #f4f4f5;
  background-image: -moz-linear-gradient(top, #ebecee, #f4f4f5);
  background-image: -webkit-gradient( linear, 0 0, 0 100%, from(#ebecee), to(#f4f4f5));
  background-image: -webkit-linear-gradient(top, #ebecee, #f4f4f5);
  background-image: -o-linear-gradient(top, #ebecee, #f4f4f5);
  background-image: linear-gradient(to bottom, #ebecee, #f4f4f5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffebecee", endColorstr="#fff4f4f5", GradientType=0);
}

.site .index-content header.neighborhood-header.results-page {
  display: table !important;
  width: calc(100% + 1.875em);
}

.site .index-content header.neighborhood-header.results-page .neighborhood-name,
.site .index-content header.neighborhood-header.results-page .neighborhood-link {
  display: table-cell;
  vertical-align: middle;
}

.site .index-content header.neighborhood-header.results-page .neighborhood-link .button {
  float: right;
  margin: 0;
}

.site .index-content header.neighborhood-header.fixed {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.site .index-content header.neighborhood-header .neighborhood-name {
  margin-top: 0;
  color: #575b5f;
  font-size: 1.5rem;
  font-weight: 600;
}

.site .index-content header.neighborhood-header dl.sub-nav {
  margin-bottom: 0;
}

.site .index-content header.neighborhood-header dl.sub-nav dd {
  margin-left: 0.5rem;
  font-size: 0.75rem;
}

.site .index-content header.neighborhood-header dl.sub-nav dd:first-of-type {
  margin-left: -0.5rem;
}

.site .index-content header.neighborhood-header dl.sub-nav dd a {
  padding: 0.1875rem 0.5rem;
}

.site .index-content header.neighborhood-header dl.sub-nav dd.active a {
  background: #3ec788;
  color: #fff;
  border-radius: 3px;
}

.site .index-content #trends-charts,
.site .index-content #listings,
.site .index-content #schools,
.site .index-content #blog,
.site .index-content #announcements {
  margin: 1em 0;
  padding: 1em;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 3px;
}

.site .index-content #trends-charts h3,
.site .index-content #listings h3,
.site .index-content #schools h3,
.site .index-content #blog h3,
.site .index-content #announcements h3 {
  font-size: 1.429rem;
}

.site .index-content #trends-charts select {
  background-color: #fff;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+), -webkit-gradient(linear, left top, left bottom, from(#fefeff), to(#f1f2f3));
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+), -webkit-linear-gradient(top, #fefeff, #f1f2f3);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+), -moz-linear-gradient(top, #fefeff, #f1f2f3);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+), -o-linear-gradient(top, #fefeff, #f1f2f3);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+), linear-gradient(to bottom, #fefeff, #f1f2f3);
  background-repeat: no-repeat;
  background-position: 100% center;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 3px;
}

.site .index-content #listings {
  margin: 1em 0;
}

.site .index-content #listings .results {
  margin: 0 0 0.714em;
  color: #575b5f;
  font-size: 15px;
  font-weight: 300;
}

.site .index-content #listings .results strong {
  font-weight: 700;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  padding-right: 10px;
}

.site .index-content #listings .results span {
  padding-left: 10px;
}

.site .index-content #listings .results .icon-magnifying-glass:before {
  vertical-align: middle;
  padding-right: 0.357em;
  font-size: 1rem;
  position: relative;
  top: -1px;
}

.site .index-content #listings article.listing {
  margin-bottom: 0.714em;
}

.site .index-content #listings article.listing .column,
.site .index-content #listings article.listing .columns {
  padding-left: 0.46875em;
  padding-right: 0.46875em;
  display: table-cell;
  vertical-align: middle;
  float: none;
  line-height: 1;
}

.site .index-content #listings article.listing .column:nth-of-type(2),
.site .index-content #listings article.listing .columns:nth-of-type(2) {
  padding-left: 0.9375em;
}

.site .index-content #listings article.listing .column:first-of-type,
.site .index-content #listings article.listing .columns:first-of-type {
  padding-left: 0.9375em;
}

.site .index-content #listings article.listing .column:last-of-type,
.site .index-content #listings article.listing .columns:last-of-type {
  display: none;
}

.site .index-content #listings article.listing .column:nth-of-type(3),
.site .index-content #listings article.listing .columns:nth-of-type(3) {
  text-align: center;
}

.site .index-content #listings article.listing .column .listing-photo,
.site .index-content #listings article.listing .columns .listing-photo {
  width: 100%;
}

.site .index-content #listings article.listing .listing-price,
.site .index-content #listings article.listing .listing-address,
.site .index-content #listings article.listing .listing-bed,
.site .index-content #listings article.listing .listing-bath,
.site .index-content #listings article.listing .listing-sqft {
  color: #575b5f;
  font-size: 0.75em;
  font-weight: 500;
  line-height: 1.25;
}

.site .index-content #listings article.listing .listing-price {
  font-weight: 700;
}

.site .index-content #listings article.listing .listing-bed:after,
.site .index-content #listings article.listing .listing-bath:after {
  content: "/";
  padding-left: 0.714em;
  padding-right: 0.357em;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.site .index-content #listings article.listing .button {
  margin-bottom: 0;
  float: right;
  border-radius: 3px;
  font-weight: 700;
  text-transform: uppercase;
}

.site .index-content #listings article.listing .button:hover {
  background: #16c0ff;
  border-color: #16c0ff;
  color: #fff;
}

.site .index-content #listings article.listing:last-of-type {
  margin-bottom: 0;
}

.site .index-content #listings ul.pagination {
  margin: 1.429em 0;
}

.site .index-content #listings ul.pagination li.current a,
.site .index-content #listings ul.pagination li.current button {
  background: #979a9f;
}

.site .index-content #schools h3 {
  color: #575b5f;
}

.site .index-content #schools select {
  background-color: #fff;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+), -webkit-gradient(linear, left top, left bottom, from(#fefeff), to(#f1f2f3));
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+), -webkit-linear-gradient(top, #fefeff, #f1f2f3);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+), -moz-linear-gradient(top, #fefeff, #f1f2f3);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+), -o-linear-gradient(top, #fefeff, #f1f2f3);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+), linear-gradient(to bottom, #fefeff, #f1f2f3);
  background-repeat: no-repeat;
  background-position: 100% center;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 3px;
}

.site .index-content #schools .school-info {
  margin: 0 0 1rem;
  border: none;
  background: transparent;
}

.site .index-content #schools .school-info p {
  margin: 0;
  font-size: 0.75rem;
  color: #575b5f;
}

.site .index-content #schools table#scores {
  width: 100%;
  border-spacing: 0;
}

.site .index-content #schools table#scores th {
  font-size: 0.75rem;
  color: #575b5f;
}

.site .index-content #schools table#scores tr:nth-of-type(even) {
  background: transparent;
}

.site .index-content #schools table#scores td {
  font-size: 0.75rem;
  color: #63676d;
}

.site .index-content #schools table#scores td.year {
  width: 10%;
}

.site .index-content #schools table#scores td.grade {
  width: 15%;
}

.site .index-content #schools table#scores td.subject {
  width: 15%;
}

.site .index-content #schools table#scores td.score-school,
.site .index-content #schools table#scores td.score-district,
.site .index-content #schools table#scores td.state-average {
  width: 20%;
}

.site .index-content #schools table#scores td.score-school .progress,
.site .index-content #schools table#scores td.score-district .progress,
.site .index-content #schools table#scores td.state-average .progress {
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
}

.site .index-content #schools table#scores td.score-school .progress .meter,
.site .index-content #schools table#scores td.score-district .progress .meter,
.site .index-content #schools table#scores td.state-average .progress .meter {
  background: #2ba6cb;
  overflow: hidden;
}

.site .index-content #schools table#scores td.score-school .progress .meter span,
.site .index-content #schools table#scores td.score-district .progress .meter span,
.site .index-content #schools table#scores td.state-average .progress .meter span {
  padding-left: 0.375em;
  padding-right: 0.375em;
  background: #2ba6cb;
  color: #fff;
  border-bottom: 1px solid #2ba6cb;
  font-weight: 900;
}

.site .index-content #blog h3 {
  color: #575b5f;
}

.site .index-content #blog .blog-post article div,
.site .index-content #blog .blog-post article ul,
.site .index-content #blog .blog-post article li,
.site .index-content #blog .blog-post article h2,
.site .index-content #blog .blog-post article h3,
.site .index-content #blog .blog-post article h4,
.site .index-content #blog .blog-post article h5,
.site .index-content #blog .blog-post article h6,
.site .index-content #blog .blog-post article p {
  width: 100% !important;
  margin: 0 !important;
}

.site .index-content #blog .blog-post h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 30px;
}

.site .index-content #blog .blog-post h4 {
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 700;
}

.site .index-content #blog .blog-post p {
  font-size: 0.875rem;
}


/*.site .index-content #blog .blog-post > div > p {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
.site .index-content #blog .blog-post > div > p iframe,
.site .index-content #blog .blog-post > div > p object,
.site .index-content #blog .blog-post > div > p embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/

.site #announcements h3 {
  color: #575b5f;
}

.site #announcements p {
  font-size: 0.875rem;
}

.site #announcements .panel {
  text-align: center;
  background: #edf4fe;
  border: 1px solid #d5e4fd;
}

.site .columns.map-container #map {
  width: inherit;
  height: 100%;
  top: 0;
  right: 0;
}

.site .property-content #property-gallery {
  margin-top: 30px;
}

.site .property-content #property-gallery .clearing-thumbs li img,
.site .property-content #property-gallery [data-clearing] li img {
  width: 100%;
  height: auto;
}

.site .property-content header {
  margin: 0 0 20px;
}

.site .property-content header .property-title h1 {
  float: left;
  margin: 10px 0 0;
  color: #4b4e52;
  font-size: 1.125em;
  font-weight: 500;
}

.site .property-content header .property-title h1 span {
  color: #979a9f;
  font-weight: 300;
}

.site .property-content header .property-title h3 {
  clear: both;
  margin: 0;
  color: #4b4e52;
  font-size: 0.875em;
  font-weight: 500;
}

.site .property-content header .property-price h2 {
  color: #16c0ff;
  font-size: 1.125em;
  font-weight: 500;
}

.site .property-content #property-info {
  margin-top: 0.938em;
}

.site .property-content #property-info p {
  color: #979a9f;
  font-size: 0.875rem;
}

.site .property-content #property-info .list-title {
  clear: both;
  margin: 20px 0 10px;
  color: #4b4e52;
  font-weight: 700;
  text-transform: uppercase;
}

.site .property-content #property-info ul {
  width: 100%;
  float: left;
  margin-left: 0;
}

.site .property-content #property-info ul li {
  color: #979a9f;
  font-size: 0.875rem;
  list-style: none;
}

.site .property-content #property-info ul li:before {
  font-family: "realtytrends" !important;
  font-size: 1rem;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "e";
  position: relative;
  top: 3px;
  color: #4b4e52;
  padding-right: 7px;
}

.site .footer-disclaimer {
  margin-top: 2.5rem 0 1rem;
}

.site .footer-disclaimer p {
  color: #787b7e;
  font-size: 0.688em;
}

.site .listing-mls {
  margin-top: 0.357em;
  color: #929497;
  font-size: 0.688em;
  font-weight: 500;
  line-height: 1.125;
  text-transform: uppercase;
}

.site .listing-mls.property {
  font-size: 0.75em;
}

.site .listing-mls.property .idx-wrapper .listing-idx-logo {
  width: 21px;
}

.site .listing-mls .mls {
  margin: 7px 0 3px;
}

.site .listing-mls .idx-wrapper {
  display: table;
  width: 100%;
}

.site .listing-mls .idx-wrapper span,
.site .listing-mls .idx-wrapper .listing-idx-logo {
  display: table-cell;
  vertical-align: middle;
}

.site .listing-mls .idx-wrapper span {
  color: #5f6164;
  font-weight: 600;
  padding-left: 5px;
  font-size: 0.688em;
}

.site .listing-mls .idx-wrapper .listing-idx-logo {
  width: 19px;
  height: auto;
  line-height: 0;
}

.footer {
  padding: 15px 0 30px;
}

.footer .disclaimer .footer-nav {
  display: inline-block;
  margin: 0 0 10px 0;
}

.footer .disclaimer .footer-nav li {
  float: left;
  font-size: 0.75em;
  list-style: none;
  padding: 0 20px;
  border-right: 1px solid silver;
}

.footer .disclaimer .footer-nav li:first-child {
  padding-left: 0;
}

.footer .disclaimer .footer-nav li:last-child {
  padding-right: 0;
  border-right: none;
}

.footer .disclaimer p {
  margin-bottom: 10px;
  color: #848b94;
  font-size: 0.625em;
  line-height: 1.2;
}

.footer .disclaimer p:nth-of-type(2) {
  margin-bottom: 0;
}

.blog {
  padding: 0 20px;
}

.blog #blog-post {
  margin-top: 45px;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.1;
}

.blog #blog-post .secondary.button-group {
  margin: 30px 0;
  text-align: center;
}

.blog #blog-post .secondary.button-group li a {
  background: #c8cbcf;
  font-size: 14px;
  text-transform: none;
}

.blog #blog-post .secondary.button-group li a:hover {
  background: #09bdff;
}

.blog #blog-post article div,
.blog #blog-post article ul,
.blog #blog-post article li,
.blog #blog-post article h2,
.blog #blog-post article h3,
.blog #blog-post article h4,
.blog #blog-post article h5,
.blog #blog-post article h6,
.blog #blog-post article p {
  width: 100% !important;
  margin: 0 !important;
}

.blog #blog-post article>div {
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-top: 4px !important;
}

.blog #blog-post article>div ul li>div:first-of-type {
  width: auto !important;
  float: left !important;
  padding-right: 15px !important;
}

.blog #blog-post article>div ul li h3,
.blog #blog-post article>div ul li p {
  float: none !important;
}

.blog #blog-post h1 {
  font-size: 1.25em;
  line-height: 1.05;
  font-weight: 700;
}

.blog #blog-post p {
  line-height: 1.4;
  color: #898e93 !important;
}

.blog #blog-post p span {
  font-size: 1em ;
  color: #898e93 ;
}

.map-property-bubble {
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
}

#mobileSearchFiltersModal label {
  font-size: 0.75rem;
}

#mobileSearchFiltersModal input[type="file"],
#mobileSearchFiltersModal input[type="checkbox"],
#mobileSearchFiltersModal input[type="radio"],
#mobileSearchFiltersModal select {
  margin: 0;
}

#mobileSearchFiltersModal .small-6:nth-of-type(odd) {
  padding-right: 0.313em;
  padding-left: 0;
}

#mobileSearchFiltersModal .small-6:nth-of-type(even) {
  padding-right: 0;
  padding-left: 0.313em;
}

#mobileSearchFiltersModal .small-6.no-padding {
  padding: 0;
}

#mobileSearchFiltersModal .small-6.no-padding label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

#mobileSearchFiltersModal .small-12 {
  margin-bottom: 10px;
  padding-right: 0;
  padding-left: 0;
}

#mobileSearchFiltersModal .button {
  margin-top: 15px;
}

.image-mls {
  color: #fff;
  font-size: 0.813em;
  font-weight: 500;
  line-height: 1.125;
  text-transform: uppercase;
}

.image-mls .idx-wrapper .listing-idx-logo {
  position: absolute;
  top: 17px;
  width: 23px;
}

.image-mls .idx-wrapper span {
  opacity: 0.75;
  font-size: 10px;
}

.image-mls .idx-wrapper span:before {
  content: "";
  background: url(http://www.realtytrends.com/Images/idx-white.png);
  background-size: 23px 10px;
  width: 23px;
  height: 10px;
  display: inline-block;
  margin-right: 5px;
}

#announcementModal h4 {
  text-align: center;
}

#announcementModal p {
  font-size: 0.875rem;
  text-align: center;
}

#announcementModal .button {
  float: right;
}

.clearing-assembled:not(.clearing-blackout) .image-only-disclaimer {
  display: none;
}

.image-only-disclaimer {
  position: absolute;
  bottom: 0;
  margin: 30px 15px 15px;
  color: #fff;
  opacity: 0.5;
}

.image-only-disclaimer p {
  margin-bottom: 10px;
  font-size: 0.688em;
  line-height: 1.5;
}

.image-only-disclaimer p:last-of-type {
  margin-bottom: 0;
}

.legend {
  position: fixed;
  bottom: 20px;
  left: calc(50% + 20px);
  z-index: 99;
  opacity: 0.8;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.legend table {
  margin: 0;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-collapse: separate;
  border-spacing: 7px;
}

.legend table tr:first-of-type td {
  padding-bottom: 7px;
  font-weight: 700;
}

.legend table tr td {
  padding: 0;
  font-size: 10px;
  line-height: 1;
}

.legend table tr td:nth-of-type(2) {
  padding-left: 3px;
}

.mobile-legend {
  opacity: 0.8;
}

.mobile-legend table {
  width: 100%;
  margin: 0;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-collapse: separate;
  border-spacing: 7px;
}

.mobile-legend table tr:first-of-type td {
  padding-bottom: 7px;
  font-weight: 700;
}

.mobile-legend table tr {
  background: transparent !important;
}

.mobile-legend table tr td {
  padding: 0;
  font-size: 10px;
  line-height: 1;
}

.mobile-legend table tr td:nth-of-type(2) {
  padding-left: 3px;
}

.agent-property-details header {
  margin-top: 60px;
}

.agent-property-details header img {
  float: left;
  margin-top: 5px;
  max-width: 100%;
}

.agent-property-details header .property-title h1 {
  line-height: 1.1;
  font-size: 20px;
  font-weight: 700;
}

.agent-property-details header .property-title h3 {
  line-height: 1.3;
  font-size: 18px;
  font-weight: 500;
  opacity: 0.75;
}

.agent-property-details header .property-price h2 {
  color: #16c0ff;
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
}

.agent-property-details #property-info {
  clear: both;
  margin-top: 30px;
  float: left;
}

.agent-property-details #property-info .list-title {
  clear: both;
  margin: 15px 0 0;
  font-weight: 700;
  font-size: 18px;
}

.agent-property-details #property-info ul {
  display: inline-block;
  width: 100%;
  margin: 15px 30px;
}

.agent-property-details .listing-mls.property {
  clear: both;
  opacity: 0.5;
}

.agent-property-details .listing-mls.property .listing-idx-logo {
  position: relative;
  top: 1px;
}

.agent-property-details .listing-mls.property span {
  font-size: 13px;
  color: black;
}

h2.green-heading {
  font-weight: 700;
  color: #16c0ff;
  margin-bottom: 20px;
}

.display-card {
  border-radius: 3px;
  border: solid 1px rgba(0, 0, 0, 0.2);
  padding: 0;
}

.display-card .display-card-header {
  background-color: #16c0ff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.display-card .display-card-header h3 {
  color: #fff;
}

.display-card .display-card-content {
  padding-bottom: 10px;
}

.display-card .display-card-content blockquote {
  font-size: 1.3em;
  font-style: italic;
  font-weight: 300;
  outline: 0;
  border: 0;
  padding-top: 0;
  margin-bottom: 20px;
}

.display-card .display-card-content h5 {
  font-weight: 700;
}

.display-card .display-card-content h5 span {
  margin-right: 5px;
}

.display-card:last-of-type {
  margin-bottom: 40px;
}

.callout-quote {
  color: #16c0ff;
  font-size: 1.3em;
  border: 0;
  outline: 0;
  font-style: italic;
  font-weight: 300;
}

.heavy-heading {
  font-weight: 700;
}

.row.bottom-40 {
  margin-bottom: 40px;
}

.row.bottom-40 p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (min-width: 40.063em) {
  /* Tablet */
  .top-bar .top-bar-section ul li .icon-user:before,
  .top-bar.expanded .top-bar-section ul li .icon-user:before,
  .top-bar .top-bar-section li:not(.has-form) a:not(.button) .icon-user:before,
  .top-bar.expanded .top-bar-section li:not(.has-form) a:not(.button) .icon-user:before {
    display: inline;
    vertical-align: middle;
    padding-right: 0.357em;
    font-size: 0.929rem;
    line-height: 2;
  }
  .blog {
    width: 100%;
  }
  .blog #blog-post h1 {
    font-size: 1.5rem;
  }
  .site .index-content header.neighborhood-header.fixed {
    margin: 0;
  }
  .site .index-content header.neighborhood-header dl.sub-nav dd {
    margin-left: 1rem;
  }
  .site .index-content header.neighborhood-header dl.sub-nav dd:first-of-type {
    margin-left: 0;
  }
  .site .index-content #listings article.listing .column:last-of-type,
  .site .index-content #listings article.listing .columns:last-of-type {
    display: table-cell;
    padding-right: 0.9375em;
  }
  .site .index-content #schools .school-info .columns:first-of-type {
    padding-left: 0;
  }
  .site .index-content #schools .school-info .columns:last-of-type {
    padding-right: 0;
  }
  .site .columns.map-container #map {
    width: inherit;
    height: 100%;
    position: fixed !important;
    top: 0;
    right: 0;
  }
  .site .property-content #property-gallery {
    margin-top: 30px;
  }
  .site .property-content #property-gallery .clearing-thumbs li img,
  .site .property-content #property-gallery [data-clearing] li img {
    width: 100%;
    height: auto;
  }
  .site .property-content header .property-title h1 {
    font-size: 1.5rem;
  }
  .site .property-content header .property-title h3 {
    font-size: 1rem;
  }
  .site .property-content header .property-price h2 {
    font-size: 1.5rem;
  }
  .agent-header h1.agent-name {
    font-size: 1.25rem;
  }
  .agent-header .agent-menu-wrapper {
    display: table;
    width: 100%;
  }
  .agent-header .agent-sticky {
    display: table-cell;
    vertical-align: middle;
  }
  .agent-header dl.sub-nav {
    display: block !important;
    margin-bottom: 0;
  }
  .agent-header dl.sub-nav dd:last-of-type {
    display: block;
  }
  .agent-header dl.sub-nav dd a {
    font-size: 14px;
  }
  .agent-content {
    margin-top: 50px;
  }
  .agent-content h2 {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 1.25rem;
  }
  .agent-content #agent-bio .sidebar .agent-phone {
    font-size: 13px;
  }
  .agent-content #agent-bio .sidebar .agent-phone i {
    top: 3px;
  }
  .agent-content #agent-bio .sidebar .agent-email {
    font-size: 13px;
  }
  .agent-content #agent-bio .sidebar .agent-email i {
    top: 3px;
  }
  .agent-content #agent-history .agent-history-listing .columns,
  .agent-content #neighborhood-history .agent-history-listing .columns {
    font-size: 12px;
  }
  .agent-content #agent-articles .columns .columns,
  .agent-content #agent-blogs .columns .columns {
    margin: 15px 0;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .agent-content #agent-articles .columns .columns .agent-blog-thumb,
  .agent-content #agent-blogs .columns .columns .agent-blog-thumb {
    max-width: 220px;
    height: auto;
    padding-right: 20px;
  }
  .agent-content #agent-articles .columns .columns>div h4,
  .agent-content #agent-blogs .columns .columns>div h4 {
    margin-top: 0;
  }
  .agent-content #agent-articles .columns .columns>div,
  .agent-content #agent-blogs .columns .columns>div {
    min-width: 50%;
  }
  .agent-content #agent-articles .columns .columns>div p,
  .agent-content #agent-blogs .columns .columns>div p {
    margin: 0;
  }
  .agent-content #agent-trends-letter .trends-header-wrapper .trend-select span {
    display: none;
  }
  .agent-content #agent-trends-letter .trends-header-wrapper .trend-select form select {
    width: 300px;
  }
  .agent-property-details header img {
    max-width: 300px;
    margin-right: 30px;
  }
  .agent-property-details header .property-title h1 {
    font-size: 24px;
  }
  .agent-property-details header .property-title h3 {
    font-size: 20px;
  }
  .agent-property-details header .property-price h2 {
    font-size: 20px;
  }
  .callout-quote {
    font-size: 1.1em;
  }
  .display-card .display-card-content blockquote {
    font-size: 1.1em;
  }
}

@media only screen and (min-width: 48.063em) {
  /* Tablet Landscape */
  .site .index-content header.neighborhood-header.fixed {
    width: 50%;
    min-width: 50%;
  }
  .site .index-content #listings article.listing .column:nth-of-type(2),
  .site .index-content #listings article.listing .columns:nth-of-type(2) {
    padding-left: 0.46875em;
  }
  .site .listing-mls {
    font-size: 0.75em;
  }
  .site .columns.map-container #map {
    width: 50%;
  }
}

@media only screen and (min-width: 64.063em) {
  /* Desktop */
  .search-bar .row .column,
  .search-bar .row .columns {
    padding-bottom: 0;
  }
  .search-bar .row .column:first-of-type,
  .search-bar .row .columns:first-of-type {
    padding-left: 0.9375em;
  }
  .search-bar .row .column:last-of-type,
  .search-bar .row .columns:last-of-type {
    padding-right: 0.9375em;
  }
  .agent-content #agent-bio .sidebar .agent-phone,
  .agent-content #agent-bio .sidebar .agent-email {
    font-size: 14px;
  }
  .agent-content #agent-trends-letter .trends-header-wrapper .trend-select {
    text-align: right;
  }
  .agent-content #agent-trends-letter .trends-header-wrapper .trend-select span {
    margin-right: 10px;
    position: relative;
    top: 1px;
    display: inline;
  }
  .agent-content #agent-trends-letter .trends-header-wrapper .trend-select form {
    float: right;
    width: 60%;
  }
  .agent-content #agent-trends-letter .trends-header-wrapper .trend-select form select {
    width: 100%;
  }
  .agent-content #agent-history .agent-history-listing .columns,
  .agent-content #neighborhood-history .agent-history-listing .columns {
    font-size: 12px;
  }
  .agent-content #agent-history .agent-history-listing .small-3.columns .mobile,
  .agent-content #neighborhood-history .agent-history-listing .small-3.columns .mobile {
    display: none;
  }
  .agent-content #agent-history .agent-history-listing .columns:nth-of-type(4),
  .agent-content #neighborhood-history .agent-history-listing .columns:nth-of-type(4),
  .agent-content #agent-history .agent-history-listing .columns:nth-of-type(5),
  .agent-content #neighborhood-history .agent-history-listing .columns:nth-of-type(5),
  .agent-content #agent-history .agent-history-listing .columns:nth-of-type(6),
  .agent-content #neighborhood-history .agent-history-listing .columns:nth-of-type(6) {
    display: table-cell;
  }
  .agent-content #agent-history .agent-history-listing .small-1.columns .listing-bath,
  .agent-content #neighborhood-history .agent-history-listing .small-1.columns .listing-bath,
  .agent-content #agent-history .agent-history-listing .small-1.columns .listing-bed,
  .agent-content #neighborhood-history .agent-history-listing .small-1.columns .listing-bed,
  .agent-content #agent-history .agent-history-listing .small-2.columns .listing-sqft,
  .agent-content #neighborhood-history .agent-history-listing .small-2.columns .listing-sqft {
    display: block;
  }
  .site .back-to-results {
    width: 50%;
    max-width: 50%;
    min-width: 50%;
  }
  .site .index-content header.neighborhood-header.fixed {
    width: 50%;
    max-width: 50%;
    min-width: 50%;
  }
  .site .index-content header.neighborhood-header dl.sub-nav dd {
    font-size: 0.875rem;
  }
  .site .index-content header.neighborhood-header.results-page .neighborhood-link .button:after {
    content: " Neighborhood";
    white-space: nowrap;
  }
  .site .index-content #listings article.listing .listing-price,
  .site .index-content #listings article.listing .listing-address,
  .site .index-content #listings article.listing .listing-bed,
  .site .index-content #listings article.listing .listing-bath,
  .site .index-content #listings article.listing .listing-sqft {
    font-size: 0.857em;
  }
  .site .property-content header {
    width: 100%;
    display: table;
  }
  .site .property-content header .property-title,
  .site .property-content header .property-price {
    display: table-cell;
    vertical-align: middle;
  }
  .site .property-content header .property-price h2 {
    float: right;
    margin: 20px 0 0;
  }
  .site .property-content #property-info ul {
    margin-left: 0.375em;
  }
  #announcementModal .row .columns:first-of-type {
    padding-left: 0;
  }
  #announcementModal .row .columns:last-of-type {
    padding-right: 0;
  }
  .blog {
    padding: 0 50px;
    width: 50%;
  }
  .blog.full-width {
    width: 960px;
    margin: auto;
    float: none;
  }
  .blog #blog-post h1 {
    font-size: 2rem;
  }
  .agent-property-details header img {
    max-width: 500px;
  }
  .agent-property-details header .property-title h1 {
    font-size: 30px;
  }
  .agent-property-details header .property-title h3 {
    font-size: 24px;
  }
  .agent-property-details header .property-price h2 {
    font-size: 24px;
  }
  .callout-quote {
    font-size: 1.3em;
  }
  .display-card .display-card-content blockquote {
    font-size: 1.3em;
  }
}


/* Custom media query classes */

@media only screen and (max-width: 48em) {
  .show-for-tablet-landscape-up {
    display: none !important;
  }
  .hide-for-tablet-landscape-up {
    display: inherit !important;
  }
  main.content-styles.index-content,
  main.content-styles.property-content {
    width: 100%;
  }
  .search-bar .row .large-4 {
    width: 100%;
  }
  .search-bar .row .large-2,
  .search-bar .row .large-1 {
    width: 50%;
  }
  .search-bar .row .large-2:last-of-type {
    width: inherit;
  }
}

@media only screen and (min-width: 48.063em) {
  .show-for-tablet-landscape-up {
    display: inherit !important;
  }
  .hide-for-tablet-landscape-up {
    display: none !important;
  }
  main.content-styles.index-content,
  main.content-styles.property-content {
    width: 50%;
  }
  .search-bar .row .large-4 {
    width: 33.33333%;
  }
  .search-bar .row .large-2 {
    width: 16.66667%;
  }
  .search-bar .row .large-1 {
    width: 8.33333%;
  }
  .site .back-to-results {
    width: 50%;
    max-width: 50%;
    min-width: 50%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1120px) {
  .search-bar .row:not(.hidden-search) .large-4 {
    width: 20%;
  }
  .search-bar .row:not(.hidden-search) .large-1 {
    width: 14.99999%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .site .content-styles.blog {
    width: 50%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .site .index-content #listings article.listing .column:last-of-type,
  .site .index-content #listings article.listing .columns:last-of-type {
    display: none;
  }
  .site .index-content #schools table#scores .hide-for-small-only {
    display: none !important;
  }
}

@media only screen and (min-width: 515px) and (max-width: 768px) {
  .site .index-content #listings article.listing .listing-price,
  .site .index-content #listings article.listing .listing-address,
  .site .index-content #listings article.listing .listing-bed,
  .site .index-content #listings article.listing .listing-bath,
  .site .index-content #listings article.listing .listing-sqft {
    font-size: 0.857em;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (orientation: landscape) {
  dl.sub-nav {
    display: none;
  }
}

.clearing-assembled .clearing-container .visible-img {
  height: 60%;
}

@media only screen and (min-width: 500px) {
  .clearing-assembled .clearing-container .visible-img {
    height: 65%;
  }
}

@media only screen and (min-width: 600px) {
  .clearing-assembled .clearing-container .visible-img {
    height: 70%;
  }
}

@media only screen and (min-width: 700px) {
  .clearing-assembled .clearing-container .visible-img {
    height: 75%;
  }
}

@media only screen and (min-width: 768px) {
  .agent-header .agent-menu-wrapper dl.sub-nav {
    display: block;
  }
}

@media only screen and (min-width: 642px) {
  .agent-header .agent-button-wrapper {
    display: table-cell;
    vertical-align: middle;
  }
  .agent-header .button {
    width: auto;
    margin: 0;
    float: right;
  }
  .agent-content #agent-trends-letter .trends-header-wrapper {
    overflow: auto;
    opacity: 0.8;
    padding: 10px 15px;
    border-radius: 4px;
    background-color: #575b5f;
    background-image: -moz-linear-gradient(top, #515459, #575b5f);
    background-image: -webkit-gradient( linear, 0 0, 0 100%, from(#515459), to(#575b5f));
    background-image: -webkit-linear-gradient(top, #515459, #575b5f);
    background-image: -o-linear-gradient(top, #515459, #575b5f);
    background-image: linear-gradient(to bottom, #515459, #575b5f);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient( startColorstr="#ff515459", endColorstr="#ff575b5f", GradientType=0);
    color: white;
    margin-top: 50px;
    margin-bottom: 30px;
    margin-left: 0.9375em;
    margin-right: 0.9375em;
    display: table;
    width: calc(98.125%);
  }
  .agent-content #agent-trends-letter .trends-header-wrapper h2 {
    font-size: 1rem;
    margin: 0;
    padding: 0;
  }
  .agent-content #agent-trends-letter .trends-header-wrapper .columns {
    margin: 0;
    padding: 0;
  }
  .agent-content #agent-trends-letter .trends-header-wrapper .columns:first-of-type,
  .agent-content #agent-trends-letter .trends-header-wrapper .columns.trend-select {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
  .agent-content #agent-trends-letter .trends-header-wrapper .trend-select {
    margin: 0;
    width: 100%;
  }
  .agent-content #agent-trends-letter .trends-header-wrapper .trend-select form select {
    margin: 0;
    border: none;
    border-radius: 2px;
    padding: 6px 10px;
    font-size: 13px;
    height: auto;
    float: right;
  }
}

.agent-content #agent-trends-letter .map-container form .radio-wrap>div {
  display: inline-block;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nav-item-dropdown {
  position: relative;
  display: inline;
  list-style: none;
  -webkit-padding-start: 0;
}

.nav-item-dropdown:hover>.dropdown-menu {
  display: block;
  opacity: 1;
}

.dropdown-trigger {
  position: relative;
}

.dropdown-trigger:focus+.dropdown-menu {
  display: block;
  opacity: 1;
}

.dropdown-menu {
  list-style-type: none;
  background-color: #dd0b16;
  display: inline-block;
  text-align: right;
  position: absolute;
  top: 30px;
  left: 0;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  width: 180px;
  box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.25);
}

.dropdown-menu a {
  color: #fff;
}

.dropdown-menu-item {
  cursor: pointer;
  padding: 5px 20px;
  text-align: left;
}

.dropdown-menu .dropdown-menu-item:first-of-type {
  padding-top: 10px;
}

.dropdown-menu .dropdown-menu-item:last-of-type {
  padding-bottom: 10px;
}

.dropdown-menu-item a {
  padding: 0 !important;
  color: #fff !important;
  font-weight: 500 !important;
  text-transform: none !important;
}

.dropdown-menu-item:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

.dropdown-menu-item:hover a {
  opacity: 1;
}

.agent-content #agent-blogs .columns .columns>div:first-of-type,
.agent-content #agent-articles .columns .columns>div:first-of-type {
  min-width: 220px;
  text-align: center;
}

#list-realtors {
  padding: 50px 0;
  background: #edeff0;
}

#list-realtors h1 {
  max-width: 768px;
  margin: 0 auto 20px;
  font-size: 36px;
}

@media only screen and (max-width: 767px) {
  #list-realtors .realtor {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #list-realtors .realtor .small-3.columns {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
  }
  #list-realtors .realtor .small-9.columns {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 75%;
    flex: 1 1 75%;
  }
  #list-realtors .realtor .small-12.columns {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  #list-realtors .realtor .small-12.columns .button {
    width: 100%;
  }
  #list-realtors .realtor .realtor-links {
    width: calc(125% + 30px);
    position: relative;
    left: calc(-25% - 30px);
    margin-top: 20px;
    margin-left: 8px;
  }
  #list-realtors .realtor .realtor-links h6 {
    margin-top: 0;
  }
  #list-realtors .realtor .realtor-links a {
    font-size: 13px;
  }
}

@media not all and (min-resolution:.001dpcm) {
  @supports (-webkit-appearance: none) {
    #list-realtors .realtor .realtor-links {
      left: 0;
    }
  }
}

#list-realtors .realtor {
  display: table;
  padding: 15px 0;
  max-width: 768px;
  background: white;
  border-bottom: 1px solid #edeff0;
}

#list-realtors .realtor:nth-of-type(odd) {
  background: #f4f4f4;
}

#list-realtors .realtor img.realtor-photo {
  max-width: 100%;
}

#list-realtors .realtor .columns {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

#list-realtors .realtor .realtor-name {
  font-weight: 700;
  font-size: 18px;
}

#list-realtors .realtor .realtor-phone {
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
  text-align: center;
}

#list-realtors .realtor .columns .button.tiny {
  margin: 0 0 0 10px;
  padding: 15px 20px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f42731+0,dd0b16+100 */
  background: rgb(244, 39, 49);
  /* Old browsers */
  background: -moz-linear-gradient( top, rgba(244, 39, 49, 1) 0%, rgba(221, 11, 22, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient( top, rgba(244, 39, 49, 1) 0%, rgba(221, 11, 22, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient( to bottom, rgba(244, 39, 49, 1) 0%, rgba(221, 11, 22, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f42731", endColorstr="#dd0b16", GradientType=0);
  /* IE6-9 */
}

#contactModal {
  padding: 50px;
}

#contactModal h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-right: 0.9375em;
  padding-left: 0.9375em;
}

#contactModal .msg-error.error {
  background: white;
  color: #cc0b14;
}

#list-realtors .realtor .realtor-info {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0.666666667;
}

#list-realtors .realtor .realtor-links h6 {
  margin-top: 15px;
}

#list-realtors .realtor .realtor-links a {
  display: block;
}

#trendsLetterModal {
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  #trendsLetterModal {
    padding: 50px;
  }
}

#trendsLetterModal .close-reveal-modal {
  color: white;
}

#trendsLetterModal h2 {
  width: calc(100% + 40px);
  margin-top: -20px;
  margin-left: -20px;
  margin-bottom: 30px;
  padding: 20px 60px;
  font-size: 16px;
  text-align: center;
  color: white;
  background-color: #09bdff;
  background-image: -moz-linear-gradient(top, #23c3ff, #09bdff);
  background-image: -webkit-gradient( linear, 0 0, 0 100%, from(#23c3ff), to(#09bdff));
  background-image: -webkit-linear-gradient(top, #23c3ff, #09bdff);
  background-image: -o-linear-gradient(top, #23c3ff, #09bdff);
  background-image: linear-gradient(to bottom, #23c3ff, #09bdff);
}

@media only screen and (min-width: 768px) {
  #trendsLetterModal h2 {
    width: calc(100% + 100px);
    margin-top: -50px;
  margin-left: -50px;
  margin-bottom: 50px;
  padding: 15px 0;
  font-size: 20px;
  }
}

#trendsLetterModal .trendsletter_selectneighborhood h3 {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 500;
}

.trendslettersignup_validation_message {
  display: none;
}

@media only screen and (min-width: 768px) {
  #trendsLetterModal .trendsletter-map-wrapper {
    width: 50%;
    float: left;
    }

    #trendsLetterModal #trendslettersignup {
      width: calc(50% - 50px);
    float: left;
    }
}

#trendsLetterModal #trendslettersignup .submit {
  border-radius: 3px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 14px;
  border: none;
  color: #fff;
  background: rgb(244, 39, 49);
  /* Old browsers */
  background: -moz-linear-gradient( top, rgba(244, 39, 49, 1) 0%, rgba(221, 11, 22, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient( top, rgba(244, 39, 49, 1) 0%, rgba(221, 11, 22, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient( to bottom, rgba(244, 39, 49, 1) 0%, rgba(221, 11, 22, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f42731", endColorstr="#dd0b16", GradientType=0);
}

@media only screen and (min-width: 768px) {
#trendsLetterModal #trendslettersignup {
  margin-left: 50px;
}
}

#trendsLetterModal #trendslettersignup .close-reveal-modal {
  color: white;
}

#trendsLetterModal .neighborhoodtrendsmapiframe {
  width: 100%;
  height: 400px;
}

.agent-social {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

.agent-social i {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 7px;
  font-size: 30px;
}

.agent-social i.icon-social-facebook {
  color: #3b5998;
}

.agent-social i.icon-social-linkedin {
  color: #0077b5;
}

.agent-social i.icon-social-twitter {
  color: #55acee;
}

.agent-social i.icon-social-yelp {
  color: #b31217;
}


.agent-social i.icon-youtube {
  color: #b31217;
}


.agent-social i.icon-social-zillow {
  color: #0074e4;
}