/*!
 * US News: Real Estate Styles
 * http://realestate.usnews.com
 */
/*-- Chart --*/
.c3 svg {
  font: 10px sans-serif;
  -webkit-tap-highlight-color: transparent; }

.c3 path, .c3 line {
  fill: none;
  stroke: #000; }

.c3 text {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.c3-legend-item-tile,
.c3-xgrid-focus,
.c3-ygrid,
.c3-event-rect,
.c3-bars path {
  shape-rendering: crispEdges; }

.c3-chart-arc path {
  stroke: #fff; }

.c3-chart-arc text {
  fill: #fff;
  font-size: 13px; }

/*-- Axis --*/
/*-- Grid --*/
.c3-grid line {
  stroke: #aaa; }

.c3-grid text {
  fill: #aaa; }

.c3-xgrid, .c3-ygrid {
  stroke-dasharray: 3 3; }

/*-- Text on Chart --*/
.c3-text.c3-empty {
  fill: #808080;
  font-size: 2em; }

/*-- Line --*/
.c3-line {
  stroke-width: 1px; }

/*-- Point --*/
.c3-circle._expanded_ {
  stroke-width: 1px;
  stroke: white; }

.c3-selected-circle {
  fill: white;
  stroke-width: 2px; }

/*-- Bar --*/
.c3-bar {
  stroke-width: 0; }

.c3-bar._expanded_ {
  fill-opacity: 0.75; }

/*-- Focus --*/
.c3-target.c3-focused {
  opacity: 1; }

.c3-target.c3-focused path.c3-line, .c3-target.c3-focused path.c3-step {
  stroke-width: 2px; }

.c3-target.c3-defocused {
  opacity: 0.3 !important; }

/*-- Region --*/
.c3-region {
  fill: steelblue;
  fill-opacity: .1; }

/*-- Brush --*/
.c3-brush .extent {
  fill-opacity: .1; }

/*-- Select - Drag --*/
/*-- Legend --*/
.c3-legend-item {
  font-size: 12px; }

.c3-legend-item-hidden {
  opacity: 0.15; }

.c3-legend-background {
  opacity: 0.75;
  fill: white;
  stroke: lightgray;
  stroke-width: 1; }

/*-- Title --*/
.c3-title {
  font: 14px sans-serif; }

/*-- Tooltip --*/
.c3-tooltip-container {
  z-index: 10; }

.c3-tooltip {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  empty-cells: show;
  -webkit-box-shadow: 7px 7px 12px -9px #777777;
  -moz-box-shadow: 7px 7px 12px -9px #777777;
  box-shadow: 7px 7px 12px -9px #777777;
  opacity: 0.9; }

.c3-tooltip tr {
  border: 1px solid #CCC; }

.c3-tooltip th {
  background-color: #aaa;
  font-size: 14px;
  padding: 2px 5px;
  text-align: left;
  color: #FFF; }

.c3-tooltip td {
  font-size: 13px;
  padding: 3px 6px;
  background-color: #fff;
  border-left: 1px dotted #999; }

.c3-tooltip td > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px; }

.c3-tooltip td.value {
  text-align: right; }

/*-- Area --*/
.c3-area {
  stroke-width: 0;
  opacity: 0.2; }

/*-- Arc --*/
.c3-chart-arcs-title {
  dominant-baseline: middle;
  font-size: 1.3em; }

.c3-chart-arcs .c3-chart-arcs-background {
  fill: #e0e0e0;
  stroke: none; }

.c3-chart-arcs .c3-chart-arcs-gauge-unit {
  fill: #000;
  font-size: 16px; }

.c3-chart-arcs .c3-chart-arcs-gauge-max {
  fill: #777; }

.c3-chart-arcs .c3-chart-arcs-gauge-min {
  fill: #777; }

.c3-chart-arc .c3-gauge-value {
  fill: #000;
  /*  font-size: 28px !important;*/ }

/* required styles */
.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0; }

.leaflet-container {
  overflow: hidden;
  -ms-touch-action: none; }

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none; }

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block; }

/* map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container img {
  max-width: none !important; }

/* stupid Android 2 doesn't understand "max-width: none" properly */
.leaflet-container img.leaflet-image-layer {
  max-width: 15000px !important; }

.leaflet-tile {
  filter: inherit;
  visibility: hidden; }

.leaflet-tile-loaded {
  visibility: inherit; }

.leaflet-zoom-box {
  width: 0;
  height: 0; }

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none; }

.leaflet-tile-pane {
  z-index: 2; }

.leaflet-objects-pane {
  z-index: 3; }

.leaflet-overlay-pane {
  z-index: 4; }

.leaflet-shadow-pane {
  z-index: 5; }

.leaflet-marker-pane {
  z-index: 6; }

.leaflet-popup-pane {
  z-index: 7; }

.leaflet-vml-shape {
  width: 1px;
  height: 1px; }

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute; }

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 7;
  pointer-events: auto; }

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none; }

.leaflet-top {
  top: 0; }

.leaflet-right {
  right: 0; }

.leaflet-bottom {
  bottom: 0; }

.leaflet-left {
  left: 0; }

.leaflet-control {
  float: left;
  clear: both; }

.leaflet-right .leaflet-control {
  float: right; }

.leaflet-top .leaflet-control {
  margin-top: 10px; }

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px; }

.leaflet-left .leaflet-control {
  margin-left: 10px; }

.leaflet-right .leaflet-control {
  margin-right: 10px; }

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1; }

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1); }

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden; }

/* cursors */
.leaflet-clickable {
  cursor: pointer; }

.leaflet-container {
  cursor: -webkit-grab;
  cursor: -moz-grab; }

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto; }

.leaflet-dragging .leaflet-container,
.leaflet-dragging .leaflet-clickable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing; }

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0; }

.leaflet-container a {
  color: #0078A8; }

.leaflet-container a.leaflet-active {
  outline: 2px solid orange; }

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5); }

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif; }

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px; }

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black; }

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block; }

.leaflet-bar a:hover {
  background-color: #f4f4f4; }

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none; }

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb; }

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px; }

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px; }

.leaflet-control-zoom-out {
  font-size: 20px; }

.leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px; }

.leaflet-touch .leaflet-control-zoom-out {
  font-size: 24px; }

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px; }

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px; }

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px; }

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px; }

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none; }

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative; }

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff; }

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px; }

.leaflet-control-layers label {
  display: block; }

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px; }

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0; }

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333; }

.leaflet-control-attribution a {
  text-decoration: none; }

.leaflet-control-attribution a:hover {
  text-decoration: underline; }

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px; }

.leaflet-left .leaflet-control-scale {
  margin-left: 5px; }

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px; }

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5); }

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px; }

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777; }

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none; }

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box; }

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center; }

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px; }

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4; }

.leaflet-popup-content p {
  margin: 18px 0; }

.leaflet-popup-tip-container {
  margin: 0 auto;
  width: 40px;
  height: 20px;
  position: relative;
  overflow: hidden; }

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4); }

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent; }

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999; }

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd; }

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1; }

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678); }

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px; }

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999; }

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666; }

.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
  -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
  -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
  transition: transform 0.3s ease-out, opacity 0.3s ease-in; }

.leaflet-cluster-spider-leg {
  /* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
  -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
  -moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
  -o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
  transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in; }

.marker-cluster-small {
  background-color: rgba(181, 226, 140, 0.6); }

.marker-cluster-small div {
  background-color: rgba(110, 204, 57, 0.6); }

.marker-cluster-medium {
  background-color: rgba(241, 211, 87, 0.6); }

.marker-cluster-medium div {
  background-color: rgba(240, 194, 12, 0.6); }

.marker-cluster-large {
  background-color: rgba(253, 156, 115, 0.6); }

.marker-cluster-large div {
  background-color: rgba(241, 128, 23, 0.6); }

/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
  background-color: #b5e28c; }

.leaflet-oldie .marker-cluster-small div {
  background-color: #6ecc39; }

.leaflet-oldie .marker-cluster-medium {
  background-color: #f1d357; }

.leaflet-oldie .marker-cluster-medium div {
  background-color: #f0c20c; }

.leaflet-oldie .marker-cluster-large {
  background-color: #fd9c73; }

.leaflet-oldie .marker-cluster-large div {
  background-color: #f18017; }

.marker-cluster {
  background-clip: padding-box;
  border-radius: 20px; }

.marker-cluster div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  border-radius: 15px;
  font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif; }

.marker-cluster span {
  line-height: 30px; }

/* Label colors */
/* Spacing units derived from helpers */
#rail .ad {
  margin-bottom: 1.5rem; }

.stitial {
  background-image: url("//www.usnews.com/static/images/ah/crsl-title-bg.png"); }

@media only screen and (min-width: 40.0625em) {
  .border-left-for-medium-up {
    border-left: 1px solid #ddd !important; }

  .inline-list li.border-left-for-medium-up {
    margin-left: 0.6875rem;
    padding-left: 0.6875rem; } }
@media only screen and (min-width: 63.9375em) {
  .border-left-for-large-up {
    border-left: 1px solid #ddd !important; } }
.border-width-doubled {
  border-width: 2px !important; }

button.button.block {
  width: 100%; }

.row .flex-row {
  margin-left: -.9375rem;
  margin-right: -.9375rem;
  max-width: none;
  width: auto; }

.ui-autocomplete.site-search-results {
  max-width: 220px !important; }

.ui-autocomplete.site-search-results li {
  margin: 0 !important;
  position: relative;
  padding: 5px 10px 5px 30px; }
  .ui-autocomplete.site-search-results li svg {
    left: 8px;
    position: absolute;
    top: 10px;
    width: 20px;
    fill: #2262bb; }

/* TODO: verify this is required; if yes, add specificity */
.ui-state-hover, .ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover, .ui-state-focus,
.ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background: #efefef;
  border: none;
  color: #000;
  border-radius: 0;
  font-weight: normal; }

input.postfix {
  border-left: none;
  text-align: left; }

[data-abide] select[data-invalid] {
  border-color: #D1453D; }

[data-abide] label.error {
  margin-top: 0;
  margin-bottom: 0; }

[data-abide] .error small.error {
  margin-bottom: 0.5rem; }

[data-abide] .error input.postfix {
  border-left: 1px solid #d1453d; }

.radio-tile-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .radio-tile-group .input-container {
    position: relative;
    height: 3.5rem;
    width: 100%;
    margin: 1rem; }
    @media only screen and (min-width: 40.0625em) {
      .radio-tile-group .input-container {
        height: 8.74rem;
        width: 10rem; } }
    .radio-tile-group .input-container .radio-button {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      margin: 0;
      cursor: pointer; }
    .radio-tile-group .input-container .radio-tile {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      border: 1px solid #3163af;
      border-radius: 2px;
      padding: 1rem;
      transition: transform 300ms ease; }
      @media only screen and (min-width: 40.0625em) {
        .radio-tile-group .input-container .radio-tile {
          flex-direction: column; } }
    .radio-tile-group .input-container svg.icon {
      fill: #3163af;
      margin-top: 3px;
      margin-right: 3px;
      height: 1.5rem;
      width: 1.5rem;
      /* .icon.medium */
      /* .icon.larger */ }
      @media only screen and (min-width: 40.0625em) {
        .radio-tile-group .input-container svg.icon {
          margin-top: 0;
          margin-right: 0;
          height: 3rem;
          width: 3rem; } }
    .radio-tile-group .input-container .radio-tile-label {
      text-align: center;
      font-size: 0.75rem;
      color: #3163af; }
    .radio-tile-group .input-container svg.icon + .radio-tile-label {
      font-size: 1rem;
      margin-top: 0.5rem; }
    .radio-tile-group .input-container .radio-button:checked + .radio-tile, .radio-tile-group .input-container .radio-button:hover + .radio-tile {
      background-color: #3163af;
      border: 2px solid #3163af;
      color: white; }
      .radio-tile-group .input-container .radio-button:checked + .radio-tile svg.icon, .radio-tile-group .input-container .radio-button:hover + .radio-tile svg.icon {
        fill: white;
        background-color: #3163af; }
      .radio-tile-group .input-container .radio-button:checked + .radio-tile .radio-tile-label, .radio-tile-group .input-container .radio-button:hover + .radio-tile .radio-tile-label {
        color: white;
        background-color: #3163af; }

/* thumbnail images are not normalized so we set containing element dimensions */
@media only screen and (min-width: 63.9375em) {
  .hero-photos-listing-item {
    max-height: 62px; } }
/* agent places browse includes map in hero */
.hero-map {
  height: 250px; }

@media only screen and (min-width: 63.9375em) {
  .hero-map {
    height: 375px; } }
/* pulls element that sits immediately below hero upwards */
.overlap-hero, .overlap-hero-map {
  position: relative;
  z-index: 100; }

.overlap-hero {
  top: -10.5em; }

.overlap-hero-map {
  top: -13.45em; }

.zoom-frame {
  overflow: hidden; }

.zoom-frame img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.zoom-frame:hover img {
  -webkit-transform: scale(1.075);
  -moz-transform: scale(1.075);
  -ms-transform: scale(1.075);
  -o-transform: scale(1.075);
  transform: scale(1.075); }

svg.icon.nolink path, svg.icon.nolink circle, .media-list svg path {
  fill: #999; }

svg.icon.pro path {
  fill: #0ABBA4 !important; }

svg.icon.con path {
  fill: #D1453D !important; }

svg.icon.badge path {
  fill: #ffc14e !important; }

/* Display Type Helpers (Rendering Box) */
.display-block {
  display: block !important; }

.display-inline {
  display: inline !important; }

/* Margin Helpers */
.margin-top-tightest {
  margin-top: 0.125rem !important; }

.margin-top-tighter {
  margin-top: 0.25rem !important; }

.margin-top-tight {
  margin-top: 0.5rem !important; }

.margin-top-normal {
  margin-top: 0.9375rem !important; }

.margin-top-loose {
  margin-top: 1.5rem !important; }

.margin-top-looser {
  margin-top: 2rem !important; }

.margin-top-loosest {
  margin-top: 3rem !important; }

.margin-left-flush {
  margin-left: 0 !important; }

@media only screen and (max-width: 63.9375em) {
  .margin-top-normal-for-medium-down {
    margin-top: 0.9375rem !important; }

  .margin-top-loose-for-medium-down {
    margin-top: 1.5rem !important; } }
/* Padding Helpers */
.padding-top-tightest {
  padding-top: 0.125rem !important; }

.padding-top-tighter {
  padding-top: 0.25rem !important; }

.padding-top-tight {
  padding-top: 0.5rem !important; }

.padding-top-normal {
  padding-top: 0.9375rem !important; }

.padding-top-loose {
  padding-top: 1.5rem !important; }

.padding-top-looser {
  padding-top: 2rem !important; }

.padding-top-loosest {
  padding-top: 3rem !important; }

.padding-right-flush {
  padding-right: 0 !important; }

.padding-left-flush {
  padding-left: 0 !important; }

@media only screen and (max-width: 63.9375em) {
  .padding-normal-for-medium-down {
    padding-bottom: 0.9375rem !important; }

  .padding-loose-for-medium-down {
    padding-bottom: 1.5rem !important; }

  .padding-looser-for-medium-down {
    padding-bottom: 2rem !important; } }
.comma-list {
  list-style: none;
  display: inline; }

.comma-list:after {
  content: ", ";
  display: inline; }

.comma-list:last-child:after {
  display: none; }

.panel.callout.loud {
  background-color: #3163af; }

.panel.callout.loud *:not(.button) {
  color: #fff; }

.panel.card {
  padding: 1.5rem 1.5rem 0; }

@media only screen and (max-width: 40em) {
  .panel.card {
    box-shadow: 0 0 5px 0 #ccc;
    margin: 1.5rem -0.9375rem 0rem;
    padding: 1rem; }

  .panel.card .inline-list {
    margin-bottom: 0rem;
    margin-left: 0; }

  .panel.card .inline-list > li {
    display: block;
    float: none;
    margin-bottom: 0.75rem;
    margin-left: 0;
    padding: 0; } }
@media only screen and (max-width: 40em) {
  .search-hud-sticky-row {
    background-color: #fff;
    border: 1px solid #aaa;
    box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.5);
    padding: 0.5rem 0.9375rem;
    position: relative;
    top: -8px;
    z-index: 2; }

  .search-hud-sticky-row.scroll-to-fixed-fixed {
    width: 100% !important; } }
.js-slideshow-hook {
  max-height: none !important; }

.slideshow-group .slideshow .slick-slide[tabindex='-1'] {
  max-height: none; }

.js-slideshow-hook.slick-initialized *,
.js-slideshow-hook.slick-initialized ~ * {
  overflow: hidden; }

.slick-slide,
.slick-slide.slick-current {
  border: none;
  outline: none; }

.slick-slide img {
  display: inline; }

.slide-image {
  cursor: ew-resize !important; }

a.slide-image {
  display: block; }

.slideshow-img-enforce-max {
  max-height: 400px;
  max-width: 320px; }

.slideshow-fullscreen-enforce-max {
  max-height: 400px;
  max-width: 320px; }

.slideshow-thumb-enforce-max {
  max-height: 8px;
  max-width: 100px; }

.slideshow-target {
  height: auto !important; }

/* Script sets height too tall. 12/13/2016 SD */
@media only screen and (min-width: 40.0625em) {
  .slideshow-img-enforce-max {
    max-height: 420px;
    max-width: 640px; }

  .slideshow-thumb-enforce-max {
    max-height: 140px;
    max-width: 175px; } }
@media only screen and (min-width: 63.9375em) {
  .slideshow-fullscreen-enforce-max {
    max-height: 520px;
    max-width: 800px; } }
.hero .scroll-to-fixed-fixed {
  border-bottom: 1px solid #ddd;
  padding-top: 10px !important;
  padding-bottom: 15px !important; }

/* for phone, sets element to appear inside a scroll-to-fixed element only when it is stuck */
.show-in-stuck-for-small-only {
  display: none !important; }

@media only screen and (max-width: 40em) {
  .scroll-to-fixed-fixed .show-in-stuck-for-small-only {
    display: unset !important; } }
/* for desktop, sets element to appear inside a scroll-to-fixed element only when it is stuck */
@media only screen and (min-width: 63.9375em) {
  .show-in-stuck-for-large-up {
    display: none !important; }

  .scroll-to-fixed-fixed .show-in-stuck-for-large-up {
    display: unset !important; } }
.text-gainsboro {
  color: #ddd !important; }

@media only screen and (max-width: 40em) {
  .text-muted-for-small-only {
    color: #999 !important; } }
@media only screen and (max-width: 63.9375em) {
  .text-muted-for-medium-down {
    color: #999 !important; } }
.letters-loose {
  letter-spacing: 1px; }

.letters-looser {
  letter-spacing: 3px; }

.letters-loosest {
  letter-spacing: 5px; }

.agent-connect textarea {
  height: 6em; }

/* Foundation Reveal from ITS / Static is miscalculating "top" position value after
/* scrolling page, so we set CSS overrides as quick (temporary) fix. 12/12/2016 SD */
.agent-connect.reveal-modal {
  min-width: 320px !important;
  top: 0 !important;
  /* RE-1264 force modal scrolling */
  overflow-y: auto;
  height: 100%; }

@media only screen and (min-width: 63.9375em) {
  .agent-connect.reveal-modal {
    top: 50px !important; } }
form.agent-search .close-reveal-modal {
  display: none; }

#agent-search-modal .agent-search .close-reveal-modal {
  display: inline-block;
  font-weight: 400;
  font-size: 2rem;
  right: .75rem;
  top: .25rem; }

/* Foundation Reveal from ITS / Static is miscalculating "top" position value after
/* scrolling page, so we set CSS overrides as quick (temporary) fix. 12/12/2016 SD */
#agent-search-modal {
  top: 50px !important; }

/* SD: I don't think this is the correct use of Next's scorecard widget.
/* See http://next.usnews.com/data_patterns_-_widget.html#a-scorecard-widget.
/* Media queries here are almost incoherent and need refactoring (mobile-first).
*/
#find-agents.scorecard {
  position: relative;
  z-index: 999;
  padding-bottom: 15px; }
  #find-agents.scorecard hr {
    margin-top: 0; }
  #find-agents.scorecard .scorecard-heading {
    border-radius: 0;
    padding: 0.6rem; }
  #find-agents.scorecard .scorecard-title h4 {
    margin-left: 2px;
    font-size: 1.2em;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle; }
  #find-agents.scorecard .scorecard-body .row p {
    margin-top: 25px;
    font-size: 0.85em;
    color: #777; }
  #find-agents.scorecard .scorecard-body .row .columns label {
    font-size: 1.1em;
    font-weight: 500; }
  #find-agents.scorecard .scorecard-body .error input, #find-agents.scorecard .scorecard-body .error select, #find-agents.scorecard .scorecard-body .error textarea {
    margin-bottom: 0; }
  #find-agents.scorecard .scorecard-body .get-started a {
    margin-top: 20px;
    text-align: center;
    width: 100%; }
  #find-agents.scorecard .scorecard-footer {
    background-color: #eaf0f1;
    padding: 10px;
    text-align: center; }
    #find-agents.scorecard .scorecard-footer img {
      vertical-align: middle;
      width: 40%;
      margin-right: 5px; }
    #find-agents.scorecard .scorecard-footer p {
      font-size: 0.65em;
      display: inline-block;
      vertical-align: middle;
      text-align: left;
      color: #777;
      margin: 0;
      line-height: 1.35em; }

.scorecard-full-width-wrapper {
  clear: both;
  padding: 0; }

@media only screen and (max-width: 63.9375em) {
  #find-agents.scorecard.scorecard-full-width {
    height: auto;
    margin: 0 auto 2rem;
    position: static;
    width: auto; }

  .overview #find-agents.scorecard,
  .jobs #find-agents.scorecard,
  .schools #find-agents.scorecard,
  .crime #find-agents.scorecard {
    position: relative; }

  .sub-nav-search-mobile {
    bottom: 20px;
    left: 2%;
    width: 96%; } }
@media only screen and (min-width: 40.0625em) {
  #find-agents.scorecard.scorecard-full-width {
    margin-top: 0; }
    #find-agents.scorecard.scorecard-full-width:not(.open) {
      margin-top: 0; }
    #find-agents.scorecard.scorecard-full-width .v-adjust {
      margin-top: -0.5rem; }
    #find-agents.scorecard.scorecard-full-width .get-started a.margin-indent {
      display: block;
      margin-left: 3rem;
      margin-right: 3rem;
      margin-top: 0;
      width: auto; }
    #find-agents.scorecard.scorecard-full-width .scorecard-footer img.smallerize {
      width: 15%; }
    #find-agents.scorecard.scorecard-full-width.stick-to-top {
      position: fixed;
      top: 0; } }
.overview #find-agents.scorecard,
.jobs #find-agents.scorecard,
.schools #find-agents.scorecard,
.crime #find-agents.scorecard {
  margin-top: 0; }

@media only screen and (max-width: 40em) {
  #find-agents.scorecard {
    position: fixed;
    width: 100%;
    height: 100%;
    margin: auto;
    z-index: 1000002;
    top: 0;
    overflow-y: auto;
    overflow-x: hidden; }
    #find-agents.scorecard .rlt-close-arrow {
      position: absolute;
      top: 0.2rem;
      right: 1.2222rem;
      font-size: 2em; } }
@media only screen and (min-width: 40.0625em) and (max-width: 63.9375em) {
  #find-agents.scorecard {
    position: fixed;
    width: 100%;
    height: 100%;
    margin: auto;
    z-index: 1000002;
    top: 0;
    overflow-y: auto;
    overflow-x: hidden; }
    #find-agents.scorecard .rlt-close-arrow {
      position: absolute;
      top: 0.2rem;
      right: 1.2222rem;
      font-size: 2em; } }
@media only screen and (min-width: 63.9375em) {
  #find-agents.scorecard {
    visibility: visible;
    display: block; } }
.alphaIndexParent {
  margin-top: 30px; }

.alpha-nav {
  margin-bottom: 20px; }

.alpha-list hr {
  margin: 0px; }
.alpha-list ul li {
  padding-bottom: 16px; }

@media only screen and (max-width: 40em) {
  .alpha-list ul li {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #CCC; }

  .alpha-list ul li:last-child {
    border-bottom: 0;
    padding-bottom: 15px; } }
.alpha-nav a {
  display: inline-block;
  border: 1px solid #2c7ef0;
  padding: 0px 3.5px;
  text-align: center; }

.alpha-nav-item-inactive {
  display: inline-block;
  width: 20px;
  height: 25px;
  text-align: center;
  color: #888; }

/* For use with jquery.alphascroll.custom.js */
/* https://github.com/banesto/alphascroll */
#alphascroll {
  list-style: none;
  position: fixed;
  top: 70px;
  right: 0px;
  z-index: 1001;
  margin-left: 0;
  padding: 0;
  cursor: pointer;
  min-width: 33px;
  width: 6%;
  display: none; }
  #alphascroll li {
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    color: #333;
    margin: 0;
    width: 28px; }
  #alphascroll li.truncated {
    display: none; }

article {
  z-index: 10 !important; }
  article .cms-custom-quote {
    margin-top: 40px !important;
    margin-bottom: 40px; }
  article h1, article h2, article .drawer.block-generous, article #social_screen, article #social_more {
    display: none !important; }
  article .t.t-dim {
    margin-top: 0px !important; }
  article p.caption {
    padding-bottom: 1.5625rem;
    border-bottom: 1px solid #dcdfe8; }
  article p.text-caption {
    color: #888 !important; }
  article img {
    margin: 30px 0px; }
  article header img {
    margin-top: 0; }
  article footer {
    border-top: 1px solid #CCC; }
    article footer dt {
      margin-top: 25px; }
    article footer img {
      border-radius: 50%;
      float: left;
      margin-right: 15px;
      margin-top: 0;
      margin-bottom: 50px;
      clear: both; }
    article footer dt, article footer dd, article footer ul, article footer li {
      display: inline-block; }
    article footer dd:after {
      content: ","; }
    article footer dd:last-child:after {
      content: ""; }

/* Intended for full-width blocks in top _global_header.html */
/* Currently used with _agent_search_partner_logo.html */
@media only screen and (max-width: 40em) {
  .banner img {
    max-width: 160px !important; } }
.c3-axis path, .c3-axis line {
  stroke: #dddddd; }

.c3-axis text {
  fill: #999999; }

.c3-axis-x-label, .c3-axis-y-label {
  font-size: 1.25em; }

.c3-xgrids line, .c3-ygrids line {
  stroke: #dddddd;
  stroke-dasharray: 0; }

.gauge-chart {
  text-align: center;
  vertical-align: bottom;
  min-height: 190px;
  max-width: 192px;
  margin-right: auto;
  margin-left: auto; }
  .gauge-chart svg .c3-gauge-value {
    font-size: 2.1em !important;
    fill: #2262bb !important;
    font-weight: bold !important; }
  .gauge-chart svg .c3-chart-arcs .c3-chart-arcs-background {
    fill: #eaf0f1; }

.gauge-chart-marker {
  margin-bottom: -32px; }

.scatter-plot-chart svg .c3-circle {
  opacity: 0.9 !important; }

.temperature-lowest {
  color: #13325D; }

.temperature-low {
  color: #2C7EF0; }

.temperature-medium {
  color: #FFC14E; }

.temperature-high {
  color: #E38D13; }

.temperature-highest {
  color: #D1453D; }

.rain-lowest {
  color: #9DCEED; }

.rain-low {
  color: #2C7EF0; }

.rain-medium {
  color: #2262BB; }

.rain-high {
  color: #193C66; }

.rain-highest {
  color: #10294B; }

/************************
*  _profiles-charts.scss
************************/
.brea-progress-bar #progress {
  width: 100%;
  overflow: hidden;
  margin-top: 15px; }
  .brea-progress-bar #progress .bar {
    height: 45px;
    display: block;
    margin: 0;
    padding: 0;
    float: left;
    border-right: 3px solid white;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
    .brea-progress-bar #progress .bar span {
      color: #FFF;
      display: block;
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      margin-left: 5px; }

.brea-simple-progress-bar {
  background: #dddddd;
  height: 13px;
  width: 100%;
  padding: 0px; }
  .brea-simple-progress-bar .progress {
    display: block;
    background: #0abba4;
    width: 0%;
    height: 100%; }

#legend {
  width: 100%;
  text-align: left;
  padding: 0;
  margin: 15px 0; }
  #legend li {
    display: inline-block;
    margin-right: 10px; }
    #legend li .square {
      display: inline-block;
      width: 13px;
      height: 13px;
      background: #000;
      margin-right: 5px; }

.percent-background-table td {
  background-size: 1% 100%;
  background-repeat: no-repeat; }
.percent-background-table .col1 {
  background-image: linear-gradient(to right, #4b86d8, #4b86d8); }
.percent-background-table .col2 {
  background-image: linear-gradient(to right, #d57671, #d57671); }
.percent-background-table .col3 {
  background-image: linear-gradient(to right, #50cfbf, #50cfbf); }
.percent-background-table .col4 {
  background-image: linear-gradient(to right, #f1b701, #f1b701); }

.temperature_chart .axis {
  font: 10px sans-serif; }

.temperature_chart .axis path,
.temperature_chart .axis line {
  fill: none;
  stroke: #CCC;
  shape-rendering: crispEdges; }

.temperature_chart .y.axis {
  display: none; }

.temperature_chart .y.axis .tick {
  display: none; }

.temperature_chart .axis text {
  fill: #AAA;
  font-size: 1.25em; }

.temperature_chart .axis .tick line {
  display: none; }

.clock-container {
  position: relative;
  width: 150px;
  height: 150px;
  display: inline-block; }

.clock-val, .clock-bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.clock-bg {
  z-index: 10; }

.clock-val {
  padding-top: 1px;
  padding-left: 1px;
  display: block;
  vertical-align: middle;
  background: none;
  border-radius: 100%;
  fill: #2262bb;
  fill-opacity: 1;
  text-align: center; }

.avg-commute {
  margin-top: 30px; }
  .avg-commute h3 {
    color: #2262bb; }

.icon-compare-charts {
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-end; }

.icon-compare-charts li {
  margin-bottom: 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse; }

.data-index-chart,
.data-index-chart-wide {
  box-sizing: border-box;
  margin-bottom: 0.9375rem;
  padding: 0.935rem; }
  .data-index-chart hr.chart-rule-pull,
  .data-index-chart-wide hr.chart-rule-pull {
    margin-left: -0.935rem;
    margin-right: -0.935rem; }

@media only screen and (min-width: 40.0625em) {
  .data-index-chart-wide .index-chart {
    margin-top: -1.2em; } }
.marker-cluster-small, .marker-cluster-medium, .marker-cluster-large {
  background-color: rgba(181, 226, 140, 0.6); }

.marker-cluster-small div, .marker-cluster-medium div, .marker-cluster-large div {
  background-color: rgba(110, 204, 57, 0.6); }

.leaflet-top, .leaflet-bottom {
  z-index: 100; }

#map-listings, #map-listings-expanded {
  height: 400px; }
  #map-listings .leaflet-bottom.leaflet-right, #map-listings-expanded .leaflet-bottom.leaflet-right {
    z-index: 10 !important; }
  #map-listings .leaflet-control-container div, #map-listings-expanded .leaflet-control-container div {
    z-index: 10 !important; }
  #map-listings .listings-map-controls, #map-listings-expanded .listings-map-controls {
    background: #FFF;
    text-align: center;
    padding: 0;
    opacity: 0.95;
    margin-top: 5px; }
    #map-listings .listings-map-controls label, #map-listings-expanded .listings-map-controls label {
      display: inline-block;
      font-size: 1em;
      padding: 7px;
      height: 30px; }

#map-listings-legend {
  margin: 0;
  display: block;
  line-height: 1em; }
  #map-listings-legend li {
    display: inline-block;
    font-size: 0.8em;
    font-weight: 500; }
  #map-listings-legend li:before {
    content: "\2022";
    font-size: 3.8em;
    margin: 0;
    margin-right: 3px;
    padding: 0;
    vertical-align: middle;
    color: #d1453d; }
  #map-listings-legend li:last-child:before {
    color: #3163af; }

.hot {
  color: #ec1e1e; }

.map-wrapper {
  height: auto; }

.map-overview-container {
  text-align: center;
  margin-top: 0px;
  background: #e7e7e7; }
  .map-overview-container svg {
    display: inline-block; }

.map-overview-container.std-cursor .leaflet-container {
  cursor: default; }

#map-overview {
  height: 220px; }

#map-modal {
  padding: 28px;
  height: 100%; }
  #map-modal #map-overview-expanded {
    height: auto !important; }
  #map-modal .close-reveal-modal {
    top: 0rem;
    right: .5rem;
    z-index: 999; }

.map-listings-container {
  text-align: center;
  margin-top: 0px;
  background: #e7e7e7;
  width: 100%; }
  .map-listings-container svg {
    display: inline-block; }

#map-listings-modal {
  padding: 28px;
  height: 100%; }
  #map-listings-modal #map-listings-expanded {
    height: auto !important; }
  #map-listings-modal .close-reveal-modal {
    top: 0rem;
    right: .5rem;
    z-index: 999; }

.heatmap {
  min-width: 315px;
  min-height: 100%; }
  .heatmap .leaflet-bottom.leaflet-right {
    z-index: 10 !important; }
  .heatmap .leaflet-control-container div {
    z-index: 10 !important; }

.commute-map-info {
  padding: 6px 8px;
  font: 13px/15px Arial, Helvetica, sans-serif;
  background: white;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 2px; }
  .commute-map-info h4 {
    margin: 0 0 5px;
    color: #777; }

.commute-map-legend {
  line-height: 18px;
  color: #555; }
  .commute-map-legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7; }

#explore-map {
  height: 600px; }

#explore-map-rail {
  border: 1px solid #ddd;
  height: 600px;
  padding: 0; }
  #explore-map-rail ul {
    margin: 0;
    overflow-y: scroll;
    height: 475px;
    background: #eaf0f1; }
    #explore-map-rail ul li {
      padding: 15px;
      border-bottom: 1px solid #ccc;
      border-right: 1px solid #eaf0f1;
      cursor: pointer;
      margin: 1px 0px 0px 1px; }
    #explore-map-rail ul li:hover, #explore-map-rail ul li.active {
      background: #dde8f1;
      border: 1px solid #2c7ef0;
      margin: 0px; }

.rail-stickr {
  position: relative;
  z-index: 100; }

@media only screen and (max-width: 767px) {
    .places-footer {
        padding-top: 1.25rem;
    }
    .block-loose {
      margin-bottom:1.25rem !important; 
    }
} 

.black-link {
    color: #333333 !important;
}
.black-link:hover{
    color: #999999;
}
.ranking-hero-type {
    width: 210px;
}
.hero-meta a{
    color: #c0ddf2;
}
@media only screen and (max-width: 1022px) {
    .hero-meta a{
        color: #2c7ef0;
    }
} 
.score-break {
    padding-right: .25rem;
    padding-left: .5rem;
}
.best-places-filter {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-bottom: 1.125rem;
    align-items: center;   
}

@media only screen and (max-width: 1022px) {
    .best-places-filter {
        justify-content: flex-start;
    }
}

.best-places-filter select {
    width: 50%;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom:0px;
}
.best-places-filter .filter-button{
    padding:0.25rem 0.75rem;
    margin-bottom:0px;
}
.search-summary-toggle {
    cursor: pointer;
    padding-bottom: .5rem;
}
.search-summary-list {
    display: none;
}
.search-summary-list > ul {
    margin-bottom: .5rem;
}
.summary-jumplink {
    color: #2c7ef0;
}
.summary-jumplink:hover{
    color: #1552a8;
}
.hero-blurb-rankings {
    margin-bottom:0.9375rem;
}
.mortgage-rate-table {
    width: 100%;
    border: none;
}
/*# sourceMappingURL=usn.brea.main.css.map */
