﻿.basic-section {
  position: relative;
}
.basic-section .main-section-header {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  padding: 18px 0 0;
  position: relative;
}
.basic-section .small-disclaimer {
  bottom: 6px;
  color: #999;
  font-size: 7px;
  font-weight: 700;
  position: absolute;
  right: 20px;
}
.basic-section .small-disclaimer a {
  color: #ff5c39;
  text-decoration: none;
}
.basic-section .hint-bubble {
  display: inline-block;
  position: relative;
  text-align: left;
}
.basic-section .hint-bubble .hint-icon {
  cursor: pointer;
  display: block;
  height: 12px;
}
.basic-section .hint-bubble .hint-icon:hover + .hint-text {
  opacity: 1;
}
.basic-section .hint-bubble .hint-text {
  background: #fff;
  border: 1px solid #000;
  border-radius: 8px;
  bottom: 15px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  font-size: 12px;
  font-weight: 400;
  left: -114px;
  opacity: 0;
  padding: 8px 10px;
  pointer-events: none;
  position: absolute;
  transition: 0.2s;
  width: 240px;
  z-index: 50;
}
.basic-section .hint-bubble .hint-text.flow-bottom-left {
  bottom: auto;
  left: auto;
  right: 0;
  top: 15px;
}
.basic-section .hint-bubble .hint-text.flow-right {
  left: 0;
}
@media (min-width: 1024px), print {
  .basic-section .hint-bubble .hint-text.flow-right {
    left: -114px;
  }
}

.home-value-pdp-wrapper .section-placeholder {
  border-bottom: 1px solid #dfdfdf;
  position: relative;
}
@media (min-width: 1024px), print {
  .home-value-pdp-wrapper .section-placeholder {
    border: 1px solid #dfdfdf;
    border-radius: 8px;
    margin: 0 0 16px;
  }
}
.home-value-pdp-wrapper .section-placeholder.section-xome-value {
  height: 480px;
}
.home-value-pdp-wrapper .section-placeholder.section-property-facts {
  height: 220px;
}
.home-value-pdp-wrapper .section-placeholder.section-area-statistics {
  height: 800px;
}
.home-value-pdp-wrapper .section-placeholder.section-nearby-schools {
  height: 400px;
}
.home-value-pdp-wrapper .section-loading {
  background-color: #ddd;
  overflow: hidden;
}
.home-value-pdp-wrapper .section-loading::before {
  background: #ddd;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 70;
}
.home-value-pdp-wrapper .section-loading::after {
  animation: shimmer 1s infinite;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
  z-index: 75;
}
@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}

.pdf-main-wrapper .basic-section {
  margin: 0 0 0.5in;
}
.pdf-main-wrapper .basic-section .main-section-header {
  padding: 0;
}
.pdf-main-wrapper .basic-section .small-disclaimer {
  bottom: auto;
  margin: -16px 0 0;
  position: relative;
  right: auto;
  text-align: right;
}

.range-selector {
  clear: both;
  float: right;
  position: relative;
  text-align: left;
  z-index: 50;
}
.range-selector .range-item {
  cursor: pointer;
  float: left;
  font-size: 12px;
  font-weight: 400;
  height: 25px;
  margin: 0 0 0 10px;
  padding: 0 5px;
  position: relative;
}
.range-selector .range-item::after {
  background: transparent;
  border-radius: 2px;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
}
.range-selector .range-item:first-child {
  margin-left: 0;
}
.range-selector .range-item.active-item {
  cursor: default;
  font-weight: 700;
  pointer-events: none;
}
.range-selector .range-item.active-item::after {
  background: #ff5c39;
}

.section-xome-value {
  clear: both;
  padding: 38px 0 35px;
  text-align: center;
}
.section-xome-value .section-header {
  display: inline;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}
.section-xome-value .section-header .hint-bubble {
  position: absolute;
  right: -18px;
  top: 9px;
}
.section-xome-value .section-header .superscript {
  display: none;
}
.section-xome-value .value-row {
  align-items: center;
  clear: both;
  display: flex;
  justify-content: center;
  margin: 2px 0;
}
.section-xome-value .value-row .xome-value-figure {
  color: #ff5c39;
  font-size: 36px;
  font-weight: 700;
}
.section-xome-value .value-row .changes {
  font-size: 0;
  margin: 0 0 0 15px;
  text-align: left;
}
.section-xome-value .value-row .changes .percentage {
  background: #bbb;
  border-radius: 8px;
  clear: both;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  margin: 0 0 4px;
  padding: 1px 5px 0;
}
.section-xome-value .value-row .changes .percentage.positive {
  background: #00c414;
}
.section-xome-value .value-row .changes .percentage.negative {
  background: red;
}
.section-xome-value .value-row .changes .since-when {
  font-size: 10px;
  font-weight: 500;
}
.section-xome-value .range-row {
  color: #a4a4a4;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 16px;
}
.section-xome-value .range-selector {
  margin: 0 0 5px;
}
.section-xome-value .evaluated-row {
  display: block;
  font-size: 10px;
  font-weight: 500;
  margin: -5px 0 16px;
}
.section-xome-value .canvas-container {
  clear: both;
}
.section-xome-value .chart-container {
  height: 250px;
  width: 100%;
}
.section-xome-value .xome-value-disclaimer {
  font-size: 12px;
  line-height: normal;
  margin: 14px 0 0;
  text-align: left;
}
.section-xome-value .xome-value-disclaimer a {
  color: #ff5c39;
  text-decoration: underline;
}

.pdf-main-wrapper .xome-value-disclaimer {
  display: none;
}

.xome-value-modal-overall-container {
  bottom: 0;
  color: #3f4a58;
  font-family: "Poppins", Arial;
  font-size: 16px;
  font-weight: 400;
  left: 0;
  line-height: normal;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  text-align: left;
  text-rendering: optimizeLegibility;
  top: 0;
  transition: 0.2s;
  z-index: 999999;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) {
  .xome-value-modal-overall-container {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
.xome-value-modal-overall-container.show-modal {
  opacity: 1;
  pointer-events: auto;
}
.xome-value-modal-overall-container .modal-main-box {
  background: #fff;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  padding: 25px 20px 30px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}
@media (min-width: 768px) {
  .xome-value-modal-overall-container .modal-main-box {
    border: 1px solid #dfdfdf;
    border-radius: 8px;
    max-width: 730px;
    position: relative;
    width: calc(100% - 40px);
  }
}
.xome-value-modal-overall-container .modal-main-box .modal-close-button {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}
.xome-value-modal-overall-container .modal-main-box .modal-header {
  font-size: 20px;
  line-height: normal;
  margin: 0 0 20px;
}
.xome-value-modal-overall-container .modal-main-box .modal-paragraph {
  font-size: 12px;
  line-height: normal;
  margin: 0 0 5px;
}
.xome-value-modal-overall-container .modal-dark-overlay {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}

#onetrust-consent-sdk.hide-ui {
  opacity: 0;
  pointer-events: none;
}

.pdf-main-wrapper .section-xome-value {
  padding: 0;
}
.pdf-main-wrapper .section-xome-value .inner-wrapper {
  padding-bottom: 35px;
}
.pdf-main-wrapper .section-xome-value .section-header .hint-bubble {
  display: none;
}
.pdf-main-wrapper .section-xome-value .section-header .superscript {
  display: inline-block;
  font-size: 9px;
  font-weight: 500;
  position: absolute;
  right: -5px;
  top: 3px;
}
.pdf-main-wrapper .section-xome-value .range-selector {
  display: none;
}
.pdf-main-wrapper .section-xome-value .chart-container {
  height: 230px;
}

.section-rental {
  padding: 0;
}
.section-rental .inner-wrapper {
  padding-bottom: 35px;
}
.section-rental .superscript {
  display: inline-block;
  font-size: 9px;
  font-weight: 500;
  margin: 2px 0 0 2px;
  position: absolute;
}
.section-rental .superscript.superscript-trends {
  margin: -1px 0 0 1px;
}
.section-rental .range-bar-container {
  clear: both;
  margin: 50px 0 0;
  position: relative;
}
.section-rental .range-bar-container .range-bar {
  background: #d5d5d5;
  height: 2px;
  width: 100%;
}
.section-rental .range-bar-container .range-point {
  border: 1px solid #ff5c39;
  border-radius: 50%;
  height: 16px;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  top: -7px;
  width: 16px;
}
.section-rental .range-bar-container .range-point::before {
  background-color: #ff5c39;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  left: 2px;
  position: absolute;
  top: 2px;
  width: 10px;
}
.section-rental .range-bar-container .rental-value {
  font-size: 24px;
  font-weight: 700;
  left: 7px;
  margin: 0 0 0 -65px;
  position: absolute;
  text-align: center;
  top: -40px;
  width: 130px;
}
.section-rental .range-bar-container .rental-value .value-inner {
  color: #ff5c39;
  display: inline-block;
  position: relative;
}
.section-rental .range-bar-container .rental-value .value-inner .value-sign {
  left: -16px;
  position: absolute;
  top: 0;
}
.section-rental .range-bar-container .rental-value .value-inner .value-label {
  bottom: 4px;
  color: #3f4a58;
  font-size: 10px;
  font-weight: 500;
  position: absolute;
  right: -58px;
}
.section-rental .range-bar-container .range-edge {
  margin: -11px 0 0;
  float: left;
  padding: 0 0 20px;
  position: relative;
}
.section-rental .range-bar-container .range-edge.range-high {
  float: right;
  text-align: right;
}
.section-rental .range-bar-container .range-edge.range-high .edge-value {
  float: right;
  padding: 0 0 0 5px;
}
.section-rental .range-bar-container .range-edge .edge-value {
  background: #fff;
  clear: both;
  float: left;
  font-size: 14px;
  font-weight: 500;
  padding: 0 5px 0 0;
}
.section-rental .range-bar-container .range-edge .edge-value-label {
  clear: both;
  color: #a4a4a4;
  font-size: 12px;
  font-weight: 500;
  margin: 2px 0 0;
}
.section-rental .rental-trends-container {
  clear: both;
  padding: 15px 0 0;
}
.section-rental .rental-trends-container .trends-header {
  font-size: 12px;
  font-weight: 500;
  margin: 0 0 15px;
}
.section-rental .rental-trends-container .trend-items {
  clear: both;
  display: flex;
  flex-wrap: wrap;
}
.section-rental .rental-trends-container .trend-items .trend-item {
  align-items: center;
  display: flex;
  margin: 0 0 12px;
  width: 50%;
}
@media (min-width: 650px) {
  .section-rental .rental-trends-container .trend-items .trend-item {
    width: 33.33%;
  }
}
.section-rental .rental-trends-container .trend-items .trend-item .trend-icon {
  display: block;
  margin: 0 10px 0 0;
  width: 24px;
}
.section-rental .rental-trends-container .trend-items .trend-stat .top-label {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 3px;
}
.section-rental .rental-trends-container .trend-items .trend-stat .top-label .text-string {
  padding: 0 2px 0 0;
}
.section-rental .rental-trends-container .trend-items .trend-stat .top-label .hint-bubble {
  margin: 0 0 -2px;
}
.section-rental .rental-trends-container .trend-items .trend-stat .lower-bar {
  line-height: 1.2;
  position: relative;
}
.section-rental .rental-trends-container .trend-items .trend-stat .lower-bar .change-arrow {
  background: #bbb;
  border-radius: 50%;
  bottom: 2px;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  height: 14px;
  left: 0;
  line-height: 1;
  position: absolute;
  text-align: center;
  width: 14px;
}
.section-rental .rental-trends-container .trend-items .trend-stat .lower-bar .change-arrow.arrow-up, .section-rental .rental-trends-container .trend-items .trend-stat .lower-bar .change-arrow.arrow-down {
  background: #00c414;
  color: transparent;
}
.section-rental .rental-trends-container .trend-items .trend-stat .lower-bar .change-arrow.arrow-up::before, .section-rental .rental-trends-container .trend-items .trend-stat .lower-bar .change-arrow.arrow-down::before {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 4px;
  left: 4px;
  position: absolute;
  top: 5px;
  transform: rotate(-45deg);
  width: 4px;
}
.section-rental .rental-trends-container .trend-items .trend-stat .lower-bar .change-arrow.arrow-down {
  background: red;
}
.section-rental .rental-trends-container .trend-items .trend-stat .lower-bar .change-arrow.arrow-down::before {
  top: 3px;
  transform: rotate(135deg);
}
.section-rental .rental-trends-container .trend-items .trend-stat .lower-bar .numerical-value {
  font-size: 14px;
  font-weight: 500;
}
.section-rental .rental-trends-container .trend-items .trend-stat .lower-bar .numerical-value.with-arrow {
  padding: 0 0 0 18px;
}
.section-rental .rental-trends-container .trend-items .trend-stat .lower-bar .numerical-label {
  color: #a4a4a4;
  font-size: 10px;
  font-weight: 500;
}
.section-rental .canvas-container {
  clear: both;
  padding-top: 22px;
}
.section-rental .chart-container {
  height: 230px;
  width: 100%;
}

.section-market-trends {
  padding: 0 0 35px;
}
.section-market-trends .range-selector.city-zip {
  background: #fff;
  float: left;
  margin: 15px 0 -1px;
  width: 100%;
}

.pdf-main-wrapper .section-market-trends .main-section-header {
  padding-bottom: 25px;
}
.pdf-main-wrapper .section-market-trends .main-section-header .header-message {
  color: #999;
  font-size: 14px;
}

.market-trends-graph-container {
  clear: both;
  margin: 0;
  padding: 35px 0 0;
}
.market-trends-graph-container.time-range-error .graph-insert {
  display: none;
}
.market-trends-graph-container.time-range-error .out-of-range {
  display: flex;
}
.market-trends-graph-container .top-area {
  clear: both;
  padding: 0 0 12px;
}
.market-trends-graph-container .bottom-area {
  position: relative;
}
.market-trends-graph-container .chart-description {
  clear: both;
  font-size: 12px;
  line-height: normal;
  padding: 4px 0 0;
}
.market-trends-graph-container .chart-legend {
  align-items: center;
  display: flex;
  justify-content: left;
  left: 0;
  line-height: 1.2;
  position: absolute;
  top: 2px;
}
.market-trends-graph-container .chart-legend .legend-item {
  align-items: center;
  display: flex;
  justify-content: left;
  margin: 0 20px 0 0;
}
.market-trends-graph-container .chart-legend .legend-item .color-box {
  background: #999;
  height: 12px;
  width: 20px;
}
.market-trends-graph-container .chart-legend .legend-item .color-box.color-box-line-1 {
  background: #7509FF;
}
.market-trends-graph-container .chart-legend .legend-item .color-box.color-box-line-2 {
  background: #0998FF;
}
.market-trends-graph-container .chart-legend .legend-item .box-label {
  font-size: 12px;
  font-weight: 500;
  margin: 0 0 0 6px;
}
.market-trends-graph-container .graph-title {
  border-bottom: 1px solid #dcdcdc;
  clear: both;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  padding: 0 0 3px;
}
.market-trends-graph-container .change-summary {
  align-items: center;
  clear: both;
  display: flex;
  float: left;
  justify-content: left;
  margin: 8px 0 0;
}
.market-trends-graph-container .change-block {
  margin: 0 0 0 20px;
}
@media (min-width: 1024px), print {
  .market-trends-graph-container .change-block {
    margin-left: 40px;
  }
}
.market-trends-graph-container .change-block:first-child {
  margin-left: 0;
}
.market-trends-graph-container .change-label {
  color: #a4a4a4;
  font-size: 12px;
  font-weight: 500;
  margin: 0 0 2px;
}
.market-trends-graph-container .change-value {
  font-size: 14px;
  font-weight: 500;
}
.market-trends-graph-container .circular-chart-area {
  align-items: center;
  clear: both;
  display: flex;
  float: left;
  justify-content: left;
  margin: 20px 0 0;
}
@media (min-width: 1024px), print {
  .market-trends-graph-container .circular-chart-area {
    clear: none;
    float: right;
    margin: 0;
    width: 46%;
  }
}
.market-trends-graph-container .circular-chart-area .circular-chart {
  align-items: center;
  background-image: conic-gradient(#09FFB5 0% 30%, #7509FF 30% 100%);
  border-radius: 50%;
  display: flex;
  height: 84px;
  justify-content: center;
  position: relative;
  width: 84px;
}
.market-trends-graph-container .circular-chart-area .circular-chart .white-space {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 64px;
  width: 64px;
}
.market-trends-graph-container .circular-chart-area .circular-legend {
  font-size: 13px;
  font-weight: 500;
  padding: 0 0 0 20px;
  width: calc(100% - 84px);
}
.market-trends-graph-container .circular-chart-area .circular-legend .legend-item {
  clear: both;
  padding: 0 0 0 15px;
  position: relative;
}
.market-trends-graph-container .circular-chart-area .circular-legend .legend-item::before {
  background: #09FFB5;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 10px;
}
.market-trends-graph-container .circular-chart-area .circular-legend .legend-item:last-child {
  margin: 4px 0 0;
}
.market-trends-graph-container .circular-chart-area .circular-legend .legend-item:last-child::before {
  background: #7509FF;
}
.market-trends-graph-container .circular-chart-area .circular-legend strong {
  font-weight: 700;
}
.market-trends-graph-container .graph-insert {
  clear: both;
  float: left;
  width: 100%;
}
.market-trends-graph-container .graph-insert .main-canvas {
  height: 250px;
  margin: 5px 0 0;
  width: 100%;
}
.market-trends-graph-container .graph-insert .placeholder-graph {
  align-items: center;
  background: #f5f5f5;
  display: flex;
  font-size: 13px;
  height: 150px;
  justify-content: center;
  margin: 15px 0 0;
}
.market-trends-graph-container .out-of-range {
  align-items: center;
  background: #f5f5f5;
  clear: both;
  display: none;
  float: left;
  font-size: 13px;
  height: 150px;
  justify-content: center;
  margin: 15px 0 0;
  text-align: center;
  width: 100%;
}

.pdf-main-wrapper .market-trends-graph-container {
  padding: 0 0 35px;
}
.pdf-main-wrapper .market-trends-graph-container .range-selector {
  display: none;
}
.pdf-main-wrapper .market-trends-graph-container .chart-legend {
  margin-bottom: 12px;
  position: relative;
}

.section-property-facts .summary-paragraph {
  font-size: 14px;
  margin: 20px 0 0;
}
.section-property-facts .main-points {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 20px 0 25px;
  padding: 0;
}
.section-property-facts .main-points li {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  justify-content: flex-start;
  margin: 0 0 8px;
  position: relative;
  width: 50%;
}
@media (min-width: 410px) {
  .section-property-facts .main-points li {
    font-size: 13px;
  }
}
@media (min-width: 1024px), print {
  .section-property-facts .main-points li {
    justify-content: space-between;
  }
}
.section-property-facts .main-points li:nth-child(odd) {
  padding-right: 10px;
}
@media (min-width: 1024px), print {
  .section-property-facts .main-points li:nth-child(odd) {
    padding-right: 40px;
  }
}
.section-property-facts .main-points li:nth-child(even) {
  padding-left: 10px;
}
@media (min-width: 1024px), print {
  .section-property-facts .main-points li:nth-child(even) {
    padding-left: 40px;
  }
}
.section-property-facts .main-points li.extra-info {
  display: none;
}
@media (min-width: 1024px), print {
  .section-property-facts .main-points li .colon {
    display: none;
  }
}
.section-property-facts .main-points li .left-side {
  font-weight: 500;
  padding-right: 6px;
  position: relative;
}
@media (min-width: 1024px), print {
  .section-property-facts .main-points li .left-side {
    padding-left: 20px;
  }
  .section-property-facts .main-points li .left-side::before {
    background: #ff5c39;
    content: "";
    display: block;
    height: 8px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 8px;
  }
}
.section-property-facts .main-points li .right-side {
  white-space: nowrap;
}

.section-history {
  padding: 0 0 12px;
}
.section-history .main-section-header {
  margin-bottom: 20px;
}
.section-history .sub-label {
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 4px;
}

.price-history-nondisclosure {
  display: none;
  font-size: 12px;
  margin: -13px 0 23px;
}

.history-table-block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
.history-table-block .cell {
  align-items: center;
  display: flex;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  padding: 4px 20px 4px 0;
}
@media (min-width: 410px) {
  .history-table-block .cell {
    font-size: 14px;
  }
}
.history-table-block .column-1 {
  width: 28%;
}
@media (min-width: 1024px), print {
  .history-table-block .column-1 {
    width: 25%;
  }
}
.history-table-block .column-2 {
  width: 17%;
}
@media (min-width: 1024px), print {
  .history-table-block .column-2 {
    width: 20%;
  }
}
.history-table-block .column-3 {
  width: 27%;
}
@media (min-width: 1024px), print {
  .history-table-block .column-3 {
    width: 25%;
  }
}
.history-table-block .column-4 {
  padding-right: 0;
  width: 28%;
}
@media (min-width: 1024px), print {
  .history-table-block .column-4 {
    width: 30%;
  }
}
.history-table-block .column-a {
  width: 18%;
}
@media (min-width: 1024px), print {
  .history-table-block .column-a {
    width: 18%;
  }
}
.history-table-block .column-b {
  width: 40%;
}
@media (min-width: 1024px), print {
  .history-table-block .column-b {
    width: 27%;
  }
}
.history-table-block .column-c {
  width: 42%;
}
@media (min-width: 1024px), print {
  .history-table-block .column-c {
    width: 55%;
  }
}
.history-table-block .net-value {
  color: #888;
  font-weight: 400;
}
.history-table-block .column-header {
  color: #a4a4a4;
  font-size: 12px;
  font-weight: 500;
}

.pdf-main-wrapper .section-property-facts .main-points li.extra-info {
  display: flex;
}
.pdf-main-wrapper .section-property-facts .main-points li:last-child {
  margin-bottom: 0;
}
.pdf-main-wrapper .section-property-facts .main-points li .right-side {
  max-width: 230px;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.pdf-main-wrapper .section-property-facts .small-disclaimer {
  display: none;
}

.section-comparable-homes {
  padding: 0;
}
.section-comparable-homes .map-container {
  display: block;
  height: 250px;
  margin: 18px 0 28px;
  width: 100%;
}
@media (min-width: 1024px), print {
  .section-comparable-homes .map-container {
    height: 355px;
  }
}
.section-comparable-homes .map-container .map-pin-value-container {
  display: block;
  padding: 0 0 0 5px;
}
.section-comparable-homes .selected-home {
  align-items: center;
  border: 2px solid #ff5c39;
  border-radius: 3px;
  display: flex;
  height: 26px;
  justify-content: left;
  margin: 0;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 26px;
}
.section-comparable-homes .selected-home .roof-icon {
  display: block;
  margin: 0 0 0 3px;
}
.section-comparable-homes .map-pin-main {
  align-items: center;
  background: #fff;
  border: 2px solid #ff5c39;
  border-radius: 3px;
  display: flex;
  height: 26px;
  justify-content: left;
  width: 26px;
}
.section-comparable-homes .map-pin-main::after {
  background: url(/nextgen/img/pdp/xome-logo-roof.webp) no-repeat center;
  content: "";
  display: block;
  height: 9px;
  margin: 0 0 0 3px;
  width: 17px;
}
.section-comparable-homes .map-reference {
  align-items: center;
  background: #ff5c39;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  height: 26px;
  justify-content: center;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 26px;
}
.section-comparable-homes .map-pin-comparable {
  align-items: center;
  background: #ff5c39;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  height: 26px;
  justify-content: center;
  width: 26px;
}
.section-comparable-homes .view-wrapper {
  display: none;
  padding: 0 0 30px;
  position: relative;
}
.section-comparable-homes .view-wrapper.view-list {
  padding-bottom: 24px;
}
.section-comparable-homes .view-wrapper.active-view {
  display: block;
}
.section-comparable-homes .cards-wrapper {
  clear: both;
  display: flex;
  justify-content: center;
  margin: 0 -20px;
  opacity: 0;
  padding: 15px 0 0;
}
@media (min-width: 1024px), print {
  .section-comparable-homes .cards-wrapper {
    margin: 0 26px;
  }
}
.section-comparable-homes .cards-wrapper.slick-completed {
  opacity: 1;
}
.section-comparable-homes .cards-wrapper .slick-list {
  width: 100% !important;
}
.section-comparable-homes .comparable-homes-nondisclosure {
  display: none;
  font-size: 12px;
  padding: 15px 0 0;
  text-align: center;
}
.section-comparable-homes .comparable-homes-nondisclosure.list-version {
  padding: 0 0 6px 35px;
  text-align: left;
}
@media (min-width: 1024px), print {
  .section-comparable-homes .comparable-homes-nondisclosure.list-version {
    padding-left: 45px;
  }
}
.section-comparable-homes .carousel-navigation {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 174px;
  width: 20px;
}
@media (min-width: 1024px), print {
  .section-comparable-homes .carousel-navigation {
    display: block;
  }
}
.section-comparable-homes .carousel-navigation.navigation-left {
  left: 0;
}
.section-comparable-homes .carousel-navigation.navigation-right {
  right: 0;
  transform: rotate(180deg);
}
.section-comparable-homes .carousel-navigation.slick-hidden {
  display: none;
}
.section-comparable-homes .comparable-card {
  border: 1px solid #dfdfdf;
  border-radius: 8px;
  color: inherit;
  height: 300px;
  margin: 0 5px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.section-comparable-homes .comparable-card .house-photo-wrapper {
  background: #f2f2f2;
}
.section-comparable-homes .comparable-card .house-photo {
  display: block;
  height: 150px;
  margin: 0 auto;
  width: auto;
}
.section-comparable-homes .comparable-card .info-area {
  padding: 0 10px;
  position: relative;
}
.section-comparable-homes .comparable-card .note {
  align-items: center;
  background: #fff;
  border-radius: 3px;
  color: #ff5c39;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  height: 27px;
  justify-content: center;
  left: 5px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: -145px;
}
.section-comparable-homes .comparable-card .sold-label {
  color: rgba(63, 74, 88, 0.5);
  font-size: 10px;
  font-weight: 500;
  padding: 8px 0 0;
}
.section-comparable-homes .comparable-card .price {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 2px;
}
.section-comparable-homes .comparable-card .configuration {
  font-size: 12px;
  font-weight: 500;
  margin: 0 0 10px;
}
.section-comparable-homes .comparable-card .configuration strong {
  font-weight: 700;
}
.section-comparable-homes .comparable-card .address {
  font-size: 12px;
  font-weight: 500;
}
.section-comparable-homes .list-table {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  text-align: left;
  width: 100%;
}
.section-comparable-homes .list-table .cell {
  font-size: 12px;
  font-weight: 500;
  padding: 0 0 12px;
  position: relative;
}
.section-comparable-homes .list-table .column-1 {
  width: 35px;
}
@media (min-width: 1024px), print {
  .section-comparable-homes .list-table .column-1 {
    width: 45px;
  }
}
.section-comparable-homes .list-table .column-2 {
  padding-right: 15px;
  width: calc(50% - 35px);
}
@media (min-width: 1024px), print {
  .section-comparable-homes .list-table .column-2 {
    width: calc(38% - 45px);
  }
}
.section-comparable-homes .list-table .column-3 {
  width: 25%;
}
@media (min-width: 1024px), print {
  .section-comparable-homes .list-table .column-3 {
    width: 15%;
  }
}
.section-comparable-homes .list-table .column-4 {
  width: 25%;
}
@media (min-width: 1024px), print {
  .section-comparable-homes .list-table .column-4 {
    width: 42%;
  }
}
.section-comparable-homes .list-table .table-header {
  color: #a4a4a4;
  font-size: 12px;
  font-weight: 500;
  padding-bottom: 5px;
}
.section-comparable-homes .list-table .address-line-1 {
  clear: both;
  color: inherit;
}
.section-comparable-homes .list-table .address-line-1.linked {
  text-decoration: underline;
}
.section-comparable-homes .list-table .address-line-2 {
  clear: both;
  color: #a4a4a4;
  font-weight: 400;
}
.section-comparable-homes .list-table .note {
  color: #ff5c39;
  font-weight: 500;
  margin: 5px 0 10px;
}
.section-comparable-homes .list-table .no-mobile {
  display: none;
}
@media (min-width: 1024px), print {
  .section-comparable-homes .list-table .no-mobile {
    display: inline;
  }
}
.section-comparable-homes .list-table .selected-home {
  margin: 4px 0 0;
  position: relative;
  right: auto;
  top: auto;
}
.section-comparable-homes .list-table .map-reference {
  margin: 4px 0 0;
  position: relative;
  right: auto;
  top: auto;
}
.section-comparable-homes .gm-style-iw-ch + button {
  display: none !important;
}

.pdf-main-wrapper .section-comparable-homes .map-container {
  display: none;
}
.pdf-main-wrapper .section-comparable-homes .view-wrapper {
  padding-top: 19px;
}

.section-area-statistics .main-section-header {
  margin-bottom: 14px;
}
.section-area-statistics .stats-block {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 24px;
}
.section-area-statistics .stats-block:last-child {
  margin-bottom: 44px;
}
.section-area-statistics .cell {
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 20px 4px 0;
  position: relative;
}
.section-area-statistics .column-1 {
  padding-left: 10px;
  width: 50%;
}
@media (min-width: 1024px), print {
  .section-area-statistics .column-1 {
    width: 43%;
  }
}
.section-area-statistics .column-2 {
  width: 25%;
}
@media (min-width: 1024px), print {
  .section-area-statistics .column-2 {
    width: 20%;
  }
}
.section-area-statistics .column-3 {
  width: 25%;
}
@media (min-width: 1024px), print {
  .section-area-statistics .column-3 {
    width: 35%;
  }
}
.section-area-statistics .main-header {
  padding-left: 0;
}
.section-area-statistics .table-wrapper {
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0 0;
  padding: 5px 0;
  width: 100%;
}
.section-area-statistics .small-icon-container {
  align-items: center;
  display: flex;
  height: 21px;
  justify-content: left;
  position: relative;
  width: 25px;
}
.section-area-statistics .small-icon {
  display: block;
}
.section-area-statistics .small-icon.environment-icon {
  height: 18px;
}
.section-area-statistics .small-label {
  color: #ff5c39;
  font-size: 14px;
  font-weight: 600;
}
.section-area-statistics .location-header {
  color: #a4a4a4;
  font-size: 12px;
  font-weight: 500;
}
.section-area-statistics .location-header .extra-info {
  display: none;
}
@media (min-width: 1024px), print {
  .section-area-statistics .location-header .extra-info {
    display: inline;
  }
}

.section-nearby-schools .schools-table {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 500;
  margin: 17px 0 34px;
}
@media (min-width: 1024px), print {
  .section-nearby-schools .schools-table {
    width: 84%;
  }
}
.section-nearby-schools .schools-table .link {
  color: inherit;
  text-decoration: underline;
}
.section-nearby-schools .schools-table .cell {
  align-items: center;
  display: flex;
  padding: 3px 0;
}
.section-nearby-schools .schools-table .column-1 {
  width: 42px;
}
.section-nearby-schools .schools-table .column-1 .rating-icon {
  display: block;
  margin: 0;
}
.section-nearby-schools .schools-table .column-2 {
  padding-left: 13px;
  width: calc(55% - 42px);
}
@media (min-width: 1024px), print {
  .section-nearby-schools .schools-table .column-2 {
    padding-left: 27px;
    width: calc(60% - 42px);
  }
}
.section-nearby-schools .schools-table .column-3 {
  padding-left: 20px;
  width: 20%;
}
@media (min-width: 1024px), print {
  .section-nearby-schools .schools-table .column-3 {
    padding-left: 30px;
  }
}
.section-nearby-schools .schools-table .column-4 {
  padding-left: 20px;
  width: 25%;
}
@media (min-width: 1024px), print {
  .section-nearby-schools .schools-table .column-4 {
    padding-left: 30px;
    width: 20%;
  }
}
.section-nearby-schools .schools-table .column-header {
  color: #a4a4a4;
  font-size: 12px;
  font-weight: 500;
}
