@charset "UTF-8";
/* Base */
@-ms-viewport {
  width: auto !important;
}
* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
}
@media (max-width: 576px) {
  html {
    font-size: 80%;
  }
}

body {
  position: relative;
  font-family: "Connections", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.4;
  color: #000000;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga" 1;
  -moz-font-feature-settings: "liga" 1;
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.1;
  margin: 0;
}

a {
  color: #0052C2;
}
a:hover, a:active {
  color: #001547;
  text-decoration: underline;
}
a:focus {
  outline: 1px dotted;
  outline-color: #000000;
}

sup {
  font-size: 70%;
  top: -0.3em;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  sup {
    top: -0.5em;
  }
}

strong, b, .bold {
  font-family: "ConnectionsBold", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.medium {
  font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif;
}

em, i {
  font-family: "ConnectionsLightItalic", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-style: normal;
}

u, .underlined {
  text-decoration: underline;
}

input::-ms-clear {
  display: none;
}
input::-webkit-search-decoration, input::-webkit-search-cancel-button, input::-webkit-search-results-button, input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  img[src$=".svg"] {
    padding: 0;
  }
}

/* Helpers */
.hvt-container {
  min-width: 320px;
  max-width: 1200px;
  margin: 0;
  padding: 0;
}
.hvt-container--centered {
  margin: 0 auto;
}

.hvt-row {
  margin: 0 -0.9375rem;
}

.hvt-col {
  padding: 0 0.9375rem;
}

.hvt-section--bordered {
  border-bottom: 1px solid #D3D3D3;
}
.hvt-section__h2 {
  font-family: "ConnectionsLight", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 2.875rem;
  letter-spacing: -0.01em;
  margin-bottom: 1.375rem;
}
@media (max-width: 576px) {
  .hvt-section__h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
}
.hvt-section__h3 {
  font-size: 2.125rem;
  letter-spacing: -0.01em;
  color: #DC1431;
  margin-bottom: 0.875rem;
}
.hvt-section__subtext {
  display: block;
  font-size: 1.25rem;
  letter-spacing: -0.01em;
}
@media (max-width: 576px) {
  .hvt-section__subtext {
    font-size: 1rem;
  }
}

.hvt-anchor--fnote {
  color: inherit;
}
.hvt-anchor--fnote:hover, .hvt-anchor--fnote:focus, .hvt-anchor--fnote:active {
  color: inherit;
}
.hvt-anchor--fnote:hover {
  text-decoration: none;
}

/* Typography */
@font-face {
  font-family: "Connections";
  src: url("../fonts/cnx-regular.woff") format("woff"), url("../fonts/cnx-regular.otf") format("opentype"), url("../fonts/cnx-regular.ttf") format("truetype"), url("../fonts/cnx-regular.svg#Connections") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ConnectionsMedium";
  src: url("../fonts/cnx-medium.woff") format("woff"), url("../fonts/cnx-medium.otf") format("opentype"), url("../fonts/cnx-medium.ttf") format("truetype"), url("../fonts/cnx-medium.svg#ConnectionsMedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ConnectionsBold";
  src: url("../fonts/cnx-bold.woff") format("woff"), url("../fonts/cnx-bold.otf") format("opentype"), url("../fonts/cnx-bold.ttf") format("truetype"), url("../fonts/cnx-bold.svg#ConnectionsBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ConnectionsItalic";
  src: url("../fonts/cnx-italic.woff") format("woff"), url("../fonts/cnx-italic.otf") format("opentype"), url("../fonts/cnx-italic.ttf") format("truetype"), url("../fonts/cnx-italic.svg#ConnectionsItalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ConnectionsLight";
  src: url("../fonts/cnx-light.woff") format("woff"), url("../fonts/cnx-light.otf") format("opentype"), url("../fonts/cnx-light.ttf") format("truetype"), url("../fonts/cnx-light.svg#ConnectionsLight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ConnectionsLightItalic";
  src: url("../fonts/cnx-light-italic.woff") format("woff"), url("../fonts/cnx-light-italic.otf") format("opentype"), url("../fonts/cnx-light-italic.ttf") format("truetype"), url("../fonts/cnx-light-italic.svg#ConnectionsLightItalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ConnectionsCondensedLight";
  src: url("../fonts/cnx-condensed-light.woff") format("woff"), url("../fonts/cnx-condensed-light.otf") format("opentype"), url("../fonts/cnx-condensed-light.ttf") format("truetype"), url("../fonts/cnx-condensed-light.svg#ConnectionsCondensedLight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.otf") format("opentype"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg#FontAwesome") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Admin VF Response Popover */
.hvt-popover-vf-response {
  max-width: 100% !important;
  border-radius: 0;
  border: 0;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  font-family: "Connections", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
}
.hvt-popover-vf-response__arrow {
  border: 0;
}
.hvt-popover-vf-response__arrow:before {
  border: 0 !important;
}
.hvt-popover-vf-response__body {
  padding: 0.9375rem;
  height: 22.25rem !important;
  overflow: auto;
  white-space: pre-wrap;
}
.hvt-popover-vf-response__dnf {
  font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #E2E2E2;
}
.hvt-popover-vf-response__dnf-val {
  font-family: "Connections", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.hvt-popover-vf-response__dnf-text {
  margin: 0;
}

/* Buttons */
.hvt-btn {
  display: inline-block;
  font-size: 1rem;
  letter-spacing: -0.01em;
  text-align: center;
  text-decoration: none;
  padding: 0.375rem 1.25rem;
  cursor: pointer;
}
.hvt-btn:hover, .hvt-btn:active, .hvt-btn:focus {
  text-decoration: none;
}
.hvt-btn:focus {
  outline: 1px dotted #000000;
  outline-offset: 3px;
}
.hvt-btn--block {
  display: block;
  width: 100%;
}
.hvt-btn--default {
  background-color: #E2E2E2;
  color: #0052C2;
}
.hvt-btn--default:hover, .hvt-btn--default:active, .hvt-btn--default:focus {
  background-color: #D0D0D0;
  color: #0052C2;
}
.hvt-btn--primary {
  background-color: #0052C2;
  color: #FFFFFF;
}
.hvt-btn--primary:hover, .hvt-btn--primary:active, .hvt-btn--primary:focus {
  background-color: #012169;
  color: #FFFFFF;
}
.hvt-btn--secondary {
  background-color: #D9D9D9;
  color: #000000;
}
.hvt-btn--secondary:hover, .hvt-btn--secondary:active, .hvt-btn--secondary:focus {
  background-color: #AAAAAA;
  color: #000000;
}
.hvt-btn--tertiary {
  background-color: #012169;
  color: #FFFFFF;
}
.hvt-btn--tertiary:hover, .hvt-btn--tertiary:active, .hvt-btn--tertiary:focus {
  background-color: #001547;
  color: #FFFFFF;
}
.hvt-btn--important {
  background-color: #DC1431;
  color: #FFFFFF;
}
.hvt-btn--important:hover, .hvt-btn--important:active, .hvt-btn--important:focus {
  background-color: #C41230;
  color: #FFFFFF;
}
.hvt-btn--ko {
  background-color: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.hvt-btn--ko:hover, .hvt-btn--ko:active, .hvt-btn--ko:focus {
  background-color: rgba(0, 0, 0, 0.35);
  color: #FFFFFF;
}
.hvt-btn--ko:focus {
  outline-color: #FFFFFF;
}
.hvt-btn--disabled {
  background-color: #F2F2F2;
  color: #999999;
  pointer-events: none;
}
.hvt-btn--disabled:hover, .hvt-btn--disabled:active, .hvt-btn--disabled:focus {
  background-color: #F2F2F2;
  color: #999999;
}

/* Skip Link */
.hvt-skip-link {
  display: inline-block;
  position: absolute;
  top: -7rem;
  left: 50%;
  font-size: 1rem;
  letter-spacing: -0.01em;
  text-align: center;
  background-color: #F2F2F2;
  width: 12.5rem;
  max-height: 7rem;
  padding: 0.375rem 1rem;
  margin-left: -6.25rem;
  opacity: 0;
  transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.hvt-skip-link:hover {
  text-decoration: none;
}
.hvt-skip-link:focus {
  top: 0;
  opacity: 1;
}

/* Locations Link */
.hvt-locations-link__svg {
  display: inline-block;
  width: 1.25rem;
  height: 1.875rem;
}
.hvt-locations-link__svg-path {
  fill: #000000;
}

/* Menu Toggle */
.hvt-menu-toggle:hover {
  text-decoration: none;
}
.hvt-menu-toggle:focus {
  outline-offset: 5px;
}
.hvt-menu-toggle__container {
  position: relative;
  padding-right: 1rem;
}
.hvt-menu-toggle__text {
  font-size: 1rem;
  color: #000000;
}
.hvt-menu-toggle__arrow {
  position: absolute;
  top: 0.125rem;
  right: 0;
  display: inline-block;
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: 0;
  transform: rotate(45deg);
  transition: top 0.2s ease-out, transform 0.2s ease-out;
}
@media (max-width: 576px) {
  .hvt-menu-toggle__arrow {
    border-width: 1px;
  }
}
.hvt-menu-toggle--open .hvt-menu-toggle__arrow {
  top: 0.375rem;
  transform: rotate(-135deg);
}
.hvt-menu-toggle--mobile {
  display: inline-block;
  margin: 0;
  border: 0;
  background-color: transparent;
  text-transform: none;
  overflow: visible;
  cursor: pointer;
}
.hvt-menu-toggle--mobile:focus {
  outline-offset: 5px;
}
.hvt-menu-toggle--mobile.hvt-menu-toggle--open .hvt-menu-toggle__burger {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hvt-menu-toggle--mobile.hvt-menu-toggle--open .hvt-menu-toggle__burger:before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hvt-menu-toggle--mobile.hvt-menu-toggle--open .hvt-menu-toggle__burger:after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hvt-menu-toggle--mobile .hvt-menu-toggle__box {
  width: 1.875rem;
  height: 1.375rem;
  display: inline-block;
  position: relative;
}
.hvt-menu-toggle--mobile .hvt-menu-toggle__burger:after, .hvt-menu-toggle--mobile .hvt-menu-toggle__burger:before, .hvt-menu-toggle--mobile .hvt-menu-toggle__burger {
  display: block;
  position: absolute;
  width: 1.875rem;
  height: 0.1875rem;
  background-color: #000000;
}
.hvt-menu-toggle--mobile .hvt-menu-toggle__burger {
  top: 50%;
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hvt-menu-toggle--mobile .hvt-menu-toggle__burger:before {
  content: "";
  top: -0.5rem;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hvt-menu-toggle--mobile .hvt-menu-toggle__burger:after {
  content: "";
  bottom: -0.5rem;
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* Menu Meta */
.hvt-menu-meta {
  font-size: 0.875rem;
  border-bottom: 1px solid #E2E2E2;
}
@media (max-width: 767px) {
  .hvt-menu-meta {
    padding: 0;
    border-bottom: 3px solid #FFFFFF;
  }
}
.hvt-menu-meta__list {
  margin: 0;
}
.hvt-menu-meta__item {
  padding: 0;
  margin-left: 1.5rem;
}
.hvt-menu-meta__item:first-of-type {
  margin-left: 0;
}
@media (max-width: 767px) {
  .hvt-menu-meta__item {
    margin: 0;
    padding: 0.375rem 0;
  }
}
.hvt-menu-meta__link {
  display: block;
  padding-left: 1.625rem;
  background-repeat: no-repeat;
  background-position: left center;
}
@media (max-width: 767px) {
  .hvt-menu-meta__link:focus {
    text-decoration: underline;
    outline: 0;
  }
}
.hvt-menu-meta__link--home {
  background-image: url("../images/icon-cta-home.svg");
  background-size: 18px 16px;
}
@media (max-width: 576px) {
  .hvt-menu-meta__link--home {
    background-size: 13px 11px;
  }
}
.hvt-menu-meta__link--contact {
  background-image: url("../images/icon-cta-call.svg");
  background-size: 16px 16px;
}
@media (max-width: 576px) {
  .hvt-menu-meta__link--contact {
    background-size: 11px 11px;
  }
}
.hvt-menu-meta__link--help {
  background-image: url("../images/icon-cta-help.svg");
  background-size: 18px 16px;
}
@media (max-width: 576px) {
  .hvt-menu-meta__link--help {
    background-size: 13px 11px;
  }
}
.hvt-menu-meta__link--appointment {
  background-image: url("../images/icon-cta-appointment.svg");
  background-size: 16px 16px;
}
@media (max-width: 576px) {
  .hvt-menu-meta__link--appointment {
    background-size: 11px 11px;
  }
}

/* Menu Links */
.hvt-menu-links {
  font-size: 0.875rem;
  margin: 0 -0.75rem;
}
@media (max-width: 767px) {
  .hvt-menu-links {
    margin: 0;
  }
}
.hvt-menu-links__col {
  padding: 0 0.75rem 0 0;
}
@media (max-width: 767px) {
  .hvt-menu-links__col {
    border-bottom: 3px solid #FFFFFF;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .hvt-menu-links__col:first-of-type {
    padding-top: 0;
  }
}
.hvt-menu-links__col:last-of-type {
  padding-right: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .hvt-menu-links__col:last-of-type {
    border: 0;
  }
}
.hvt-menu-links__h3, .hvt-menu-links__toggle, .hvt-menu-links__link {
  padding: 0.375rem 0.75rem;
}
@media (max-width: 767px) {
  .hvt-menu-links__toggle, .hvt-menu-links__link {
    padding: 0.75rem 1.875rem;
  }
}
@media (max-width: 576px) {
  .hvt-menu-links__toggle, .hvt-menu-links__link {
    padding: 0.75rem 1.5rem;
  }
}
.hvt-menu-links__h3 {
  font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 767px) {
  .hvt-menu-links__h3 {
    padding: 0;
  }
}
.hvt-menu-links__toggle {
  position: relative;
  color: #000000;
}
.hvt-menu-links__toggle:hover, .hvt-menu-links__toggle:active {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 767px) {
  .hvt-menu-links__toggle:hover, .hvt-menu-links__toggle:focus {
    background-color: #E2E2E2;
  }
}
@media (max-width: 767px) {
  .hvt-menu-links__toggle:focus {
    outline: 0;
  }
}
.hvt-menu-links__toggle:after {
  content: "";
  position: absolute;
  top: 1.25rem;
  right: 1.875rem;
  display: inline-block;
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: 0;
  transform: rotate(-135deg);
  transition: top 0.2s ease-out, transform 0.2s ease-out;
}
@media (max-width: 576px) {
  .hvt-menu-links__toggle:after {
    right: 1.5rem;
    border-width: 1px;
  }
}
.hvt-menu-links__toggle.collapsed:after {
  top: 1rem;
  transform: rotate(45deg);
}
.hvt-menu-links__list {
  margin: 0;
}
@media (min-width: 768px) {
  .hvt-menu-links__list-container.collapse {
    display: block;
  }
}
.hvt-menu-links__item {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .hvt-menu-links__item {
    border-top: 1px solid #E2E2E2;
  }
}
.hvt-menu-links__link {
  display: block;
}
.hvt-menu-links__link:hover {
  background-color: #E2E2E2;
  text-decoration: none;
}
@media (max-width: 767px) {
  .hvt-menu-links__link:focus {
    background-color: #E2E2E2;
    outline: 0;
  }
}

/* Map Toggle */
.hvt-map-toggle {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  z-index: 2;
  background-color: rgba(242, 242, 242, 0.9);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  width: 0;
  margin: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.hvt-map-toggle--ready {
  width: auto;
  opacity: 1;
}
@media (max-width: 991px) {
  .hvt-map-toggle {
    display: none;
    z-index: 2;
  }
}
.hvt-map-toggle--show {
  display: inline-block;
}
.hvt-map-toggle--mobile {
  display: none;
  position: relative;
  top: auto;
  left: auto;
  z-index: auto;
}
.hvt-map-toggle--mobile.hvt-map-toggle--ready {
  margin-left: 1.125rem;
}
.hvt-map-toggle--mobile .hvt-map-toggle__option--streetside + .hvt-map-toggle__option {
  display: none;
}
@media (max-width: 991px) {
  .hvt-map-toggle--mobile {
    display: inline-block;
  }
}
.hvt-map-toggle__option {
  position: relative;
  width: 2.875rem;
  height: 2.875rem;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 1.625rem;
  background-position: center center;
}
.hvt-map-toggle__option--active .hvt-map-toggle__btn-container, .hvt-map-toggle__option:first-of-type .hvt-map-toggle__btn-container {
  border-top: none;
}
.hvt-map-toggle__option--active {
  background-color: #D3D3D3;
}
.hvt-map-toggle__option--active + .hvt-map-toggle__option .hvt-map-toggle__btn-container {
  border-top: none;
}
.hvt-map-toggle__option--streetside {
  background-image: url("../images/icon-map-streetside.svg");
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hvt-map-toggle__option--streetside {
    background-size: 26px 21px;
  }
}
@media (-ms-high-contrast: none) and (max-width: 576px), (-ms-high-contrast: active) and (max-width: 576px) {
  .hvt-map-toggle__option--streetside {
    background-size: 20px 16px;
  }
}
@supports (-ms-ime-align: auto) {
  .hvt-map-toggle__option--streetside {
    background-size: 26px 21px;
  }
  @media (max-width: 576px) {
    .hvt-map-toggle__option--streetside {
      background-size: 20px 16px;
    }
  }
}
.hvt-map-toggle__option--road {
  background-image: url("../images/icon-map-road.svg");
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hvt-map-toggle__option--road {
    background-size: 26px 23px;
  }
}
@media (-ms-high-contrast: none) and (max-width: 576px), (-ms-high-contrast: active) and (max-width: 576px) {
  .hvt-map-toggle__option--road {
    background-size: 20px 17px;
  }
}
@supports (-ms-ime-align: auto) {
  .hvt-map-toggle__option--road {
    background-size: 26px 23px;
  }
  @media (max-width: 576px) {
    .hvt-map-toggle__option--road {
      background-size: 20px 17px;
    }
  }
}
.hvt-map-toggle__option--aerial {
  background-image: url("../images/icon-map-aerial.svg");
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hvt-map-toggle__option--aerial {
    background-size: 26px 18px;
  }
}
@media (-ms-high-contrast: none) and (max-width: 576px), (-ms-high-contrast: active) and (max-width: 576px) {
  .hvt-map-toggle__option--aerial {
    background-size: 20px 12px;
  }
}
@supports (-ms-ime-align: auto) {
  .hvt-map-toggle__option--aerial {
    background-size: 26px 18px;
  }
  @media (max-width: 576px) {
    .hvt-map-toggle__option--aerial {
      background-size: 20px 12px;
    }
  }
}
.hvt-map-toggle__btn {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 0.25rem;
}
.hvt-map-toggle__btn-show:focus {
  outline-color: #FFFFFF;
}
.hvt-map-toggle__btn-hide {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 3.75rem;
  height: 3.75rem;
  background-image: url("../images/icon-close-white.svg");
  background-color: rgba(0, 0, 0, 0.65);
  background-repeat: no-repeat;
  background-size: 1.875rem;
  background-position: center center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hvt-map-toggle__btn-hide {
    background-size: 30px 30px;
  }
}
@media (-ms-high-contrast: none) and (max-width: 576px), (-ms-high-contrast: active) and (max-width: 576px) {
  .hvt-map-toggle__btn-hide {
    background-size: 23px 23px;
  }
}
@supports (-ms-ime-align: auto) {
  .hvt-map-toggle__btn-hide {
    background-size: 30px 30px;
  }
  @media (max-width: 576px) {
    .hvt-map-toggle__btn-hide {
      background-size: 23px 23px;
    }
  }
}
.hvt-map-toggle__btn-hide:focus {
  outline-color: #FFFFFF;
}
@media (max-width: 991px) {
  .hvt-map-toggle__btn-hide--show {
    display: inline-block;
  }
}
.hvt-map-toggle__btn-hide .hvt-map-toggle__svg {
  width: 1.875rem;
  height: 1.875rem;
}
.hvt-map-toggle__btn-hide .hvt-map-toggle__svg-path {
  fill: #FFFFFF;
}
.hvt-map-toggle__btn-container {
  width: 100%;
  height: 100%;
  border-top: 1px solid #AAAAAA;
}
.hvt-map-toggle__svg {
  width: 1.625rem;
  height: 1.625rem;
}
.hvt-map-toggle__svg-path {
  fill: #000000;
}

/* Heading Actions */
.hvt-heading-actions {
  margin: 0;
  height: 100%;
}
.hvt-heading-actions__item {
  display: inline-block;
  padding: 0 1rem;
  height: 100%;
  border-left: 1px solid #FFFFFF;
}
.hvt-heading-actions__item:first-of-type {
  border: 0;
}
.hvt-heading-actions__item:last-of-type {
  padding-right: 0;
}
@media (max-width: 767px) {
  .hvt-heading-actions__item {
    padding: 0;
  }
}
.hvt-heading-actions__btn {
  padding: 0.5rem;
}
.hvt-heading-actions__btn:hover .hvt-heading-actions__svg-path {
  fill: rgba(255, 255, 255, 0.8);
}
.hvt-heading-actions__btn:focus {
  outline-color: #FFFFFF;
}
@media (max-width: 767px) {
  .hvt-heading-actions__btn {
    padding: 0;
  }
}
.hvt-heading-actions__svg {
  width: 1.625rem;
  height: 1.625rem;
}
@media (max-width: 767px) {
  .hvt-heading-actions__svg {
    width: 1.375rem;
    height: 1.375rem;
  }
}
.hvt-heading-actions__svg-path {
  fill: #FFFFFF;
}
.hvt-heading-actions--admin {
  color: #FFFFFF;
}
.hvt-heading-actions--admin .hvt-heading-actions__btn {
  font-size: 1rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #FFFFFF;
}
.hvt-heading-actions--admin .hvt-heading-actions__btn:hover, .hvt-heading-actions--admin .hvt-heading-actions__btn:focus {
  text-decoration: underline;
  outline: 1px dotted #FFFFFF;
  border: 0;
  box-shadow: 0;
}

/* Search Form */
.hvt-search-form {
  width: 100%;
  padding-top: 1.125rem;
}
@media (max-width: 576px) {
  .hvt-search-form {
    padding-top: 1.375rem;
  }
}
.hvt-search-form__row {
  position: relative;
}
.hvt-search-form__control {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 2.75rem;
  padding: 0.75rem 4.25rem 0.75rem 0.875rem;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: -0.01em;
  background-color: #FFFFFF;
  border: 1px solid transparent;
  border-radius: 0;
  box-sizing: border-box !important;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}
.hvt-search-form__control:focus {
  outline: 0;
  border: 1px solid #0073CF;
}
.hvt-search-form__control::placeholder {
  color: #AAAAAA;
  opacity: 1;
}
.hvt-search-form__control::-moz-placeholder {
  color: #AAAAAA;
  opacity: 1;
}
.hvt-search-form__control::-ms-input-placeholder {
  color: #AAAAAA;
}
.hvt-search-form__control::-webkit-input-placeholder {
  color: #AAAAAA;
}
.hvt-search-form__control::-ms-clear {
  display: none;
}
.hvt-search-form__control:focus + .hvt-search-form__as + .hvt-search-form__label, .hvt-search-form__control:valid + .hvt-search-form__as + .hvt-search-form__label {
  top: -1.25rem;
  left: 0;
  font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  color: #FFFFFF;
}
.hvt-search-form__control:valid + .hvt-search-form__as + .hvt-search-form__label + .hvt-search-form__btn--clear {
  display: block;
}
.hvt-search-form__control--error {
  border: 1px solid #DC1431;
}
.hvt-search-form__control--error:focus {
  border-color: #DC1431;
}
.hvt-search-form__control--info {
  border: 1px solid #0073CF;
}
.hvt-search-form__label {
  position: absolute;
  top: 0.8125rem;
  left: 0.875rem;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #AAAAAA;
  z-index: 4;
  transition: top 0.15s ease-in-out, left 0.15s ease-in-out, color 0.15s ease-in-out;
}
@media (max-width: 576px) {
  .hvt-search-form__label {
    top: 0.875rem;
  }
}
.hvt-search-form__btn {
  display: block;
  position: absolute;
  z-index: 5;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0.5rem 0.875rem 0.625rem;
  margin: 0;
  background: none;
  border: 0;
  cursor: pointer;
}
.hvt-search-form__btn:focus {
  outline: 1px dotted #000000;
  outline-offset: -4px;
}
.hvt-search-form__btn--clear {
  display: none;
  top: 0;
  right: 0.75rem;
  /* right: $btn-width; */
  width: 1.75rem;
  padding: 0.5rem 0 0.625rem;
}
.hvt-search-form__btn--search {
  /* Hidden in 1.0.3 */
  display: none;
  top: 0;
  right: 0;
}
.hvt-search-form__btn-icon--clear:before {
  content: "✖";
  font-size: 1rem;
  line-height: 1.9;
}
.hvt-search-form__loader {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  width: 4rem;
  height: 2.75rem;
  padding: 0.875rem 0.5rem 0.625rem 0.875rem;
  margin: 0;
  background: none;
  border: 0;
}
.hvt-search-form__loader-bubble {
  width: 0.375rem !important;
  height: 0.375rem !important;
  margin-right: 1px !important;
  background-color: #012169 !important;
}
.hvt-search-form__admin-loader {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  width: 6rem;
  height: 2.75rem;
  padding: 0.425rem 0.5rem 0.625rem 2.15rem;
  margin: 0;
  background: none;
  border: 0;
}
.hvt-search-form__admin-loader-bubble {
  width: 0.375rem !important;
  height: 0.375rem !important;
  margin-right: 1px !important;
}
.hvt-search-form__svg {
  width: 1rem;
  height: 1rem;
}
.hvt-search-form__svg-path {
  fill: #000000;
}
.hvt-search-form__hint {
  position: absolute;
  margin-top: 0.3125rem;
  z-index: 1;
  display: block;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
}
.hvt-search-form__messaging {
  position: absolute;
  z-index: 2;
  width: 100%;
}
.hvt-search-form__message {
  display: none;
  width: 100%;
  height: 2.75rem;
  padding: 0.625rem 0.75rem 0.625rem 2.375rem;
  font-size: 1rem;
  letter-spacing: -0.01em;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.9);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: left 0.75rem center;
}
@media (max-width: 576px) {
  .hvt-search-form__message {
    background-size: 13px 13px;
  }
}
.hvt-search-form__message--show {
  display: block;
}
.hvt-search-form__message--error {
  color: #DC1431;
  background-image: url("../images/icon-message-error.svg");
}
.hvt-search-form__message--info {
  background-image: url("../images/icon-message-info.svg");
}

/* Highlights */
.hvt-highlights--bg {
  background-color: #F2F2F2;
}
.hvt-highlights__container {
  padding: 1.875rem 1.875rem;
}
@media (max-width: 576px) {
  .hvt-highlights__container {
    padding: 1.875rem 1.5rem;
  }
}
.hvt-highlights__row {
  margin: 0;
}
.hvt-highlights__item {
  position: relative;
  text-align: center;
  padding: 1.25rem 3.75rem;
  border-right: 1px solid #D3D3D3;
}
@media (max-width: 767px) {
  .hvt-highlights__item:first-of-type {
    padding-top: 0.75rem;
  }
}
.hvt-highlights__item:last-of-type {
  border: 0;
}
@media (max-width: 767px) {
  .hvt-highlights__item:last-of-type {
    padding-bottom: 0.75rem;
  }
}
@media (max-width: 1199px) {
  .hvt-highlights__item {
    padding: 1.25rem 3.125rem;
  }
}
@media (max-width: 991px) {
  .hvt-highlights__item {
    padding: 1.25rem 2.25rem;
  }
}
@media (max-width: 767px) {
  .hvt-highlights__item {
    text-align: left;
    padding: 1.875rem 3.75rem 1.875rem 6.5rem;
    border-right: 0;
    border-bottom: 1px solid #D3D3D3;
  }
}
@media (max-width: 576px) {
  .hvt-highlights__item {
    padding: 1.875rem 1.875rem 1.875rem 5.5rem;
  }
}
.hvt-highlights__svg {
  width: 3.75rem;
  height: 3.75rem;
  align-self: center;
  margin-bottom: 0.875rem;
}
@media (max-width: 767px) {
  .hvt-highlights__svg {
    position: absolute;
    margin-left: -4.625rem;
    align-self: auto;
    width: 2.875rem;
    height: 2.875rem;
  }
}
.hvt-highlights__h2 {
  font-size: 1.625rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #012169;
  margin-bottom: 0.75rem;
}
@media (max-width: 767px) {
  .hvt-highlights__h2 {
    font-size: 1.5rem;
  }
}
.hvt-highlights__blurb, .hvt-highlights__link {
  font-size: 1rem;
}
.hvt-highlights__blurb {
  display: block;
  margin-bottom: 0.75rem;
}
.hvt-highlights__link {
  display: inline-block;
  margin-top: auto;
  align-self: center;
}

/* Connect CTA */
.hvt-connect-cta__container {
  padding: 1rem 1.875rem 2.875rem;
}
@media (max-width: 767px) {
  .hvt-connect-cta__container {
    padding: 0 1.5rem 2.875rem;
  }
}
@media (max-width: 767px) {
  .hvt-connect-cta__content {
    padding: 1rem 1.875rem;
    border: 1px solid #D3D3D3;
  }
}
@media (max-width: 576px) {
  .hvt-connect-cta__content {
    padding: 1rem 1.5rem;
  }
}
.hvt-connect-cta__p {
  display: inline-block;
  background-image: url("../images/icon-cta-help.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: left center;
  padding-left: 2.125rem;
  font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  letter-spacing: -0.01em;
  text-align: center;
  margin: 0;
}
@media (max-width: 576px) {
  .hvt-connect-cta__p {
    background-size: 18px;
    font-size: 1rem;
  }
}
.hvt-connect-cta__link {
  font-family: "Connections", Helvetica Neue, Helvetica, Arial, sans-serif;
}

/* Property */
.hvt-property {
  height: 100%;
}
@media (max-width: 991px) {
  .hvt-property {
    color: #FFFFFF;
  }
}
.hvt-property__address {
  line-height: 1.3;
  text-align: right;
}
@media (max-width: 576px) {
  .hvt-property__address {
    line-height: 1.4;
  }
}
.hvt-property__address-container {
  margin-bottom: 1.25rem;
}
.hvt-property__address-street, .hvt-property__address-csz {
  display: block;
}
.hvt-property__address-street {
  font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.375rem;
  letter-spacing: -0.02em;
}
@media (max-width: 576px) {
  .hvt-property__address-street {
    font-size: 1rem;
  }
}
.hvt-property__address-csz {
  font-size: 1rem;
  letter-spacing: -0.01em;
  color: #666666;
}
@media (max-width: 991px) {
  .hvt-property__address-csz {
    color: #FFFFFF;
  }
}
@media (max-width: 576px) {
  .hvt-property__address-csz {
    font-size: 0.75rem;
  }
}
.hvt-property__estimate {
  margin: auto 0 1.25rem;
}
.hvt-property__estimate-label, .hvt-property__estimate-value {
  display: block;
  font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.hvt-property__estimate-label {
  font-size: 1.125rem;
  letter-spacing: -0.01em;
}
@media (max-width: 576px) {
  .hvt-property__estimate-label {
    font-size: 1.125rem;
  }
}
.hvt-property__estimate-value {
  font-size: 4.25rem;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .hvt-property__estimate-value {
    font-family: "Connections", Helvetica Neue, Helvetica, Arial, sans-serif;
  }
}
@media (max-width: 576px) {
  .hvt-property__estimate-value {
    font-size: 3.5rem;
  }
}
@media (max-width: 991px) {
  .hvt-property__estimate-value .hvt-anchor:focus {
    outline-color: #FFFFFF;
  }
}
.hvt-property__estimate-disclosure {
  display: block;
  font-size: 0.75rem;
  letter-spacing: -0.01em;
}

/* Progress Circle */
@media (max-width: 991px) {
  .hvt-progress {
    color: #FFFFFF;
  }
}
.hvt-progress__label {
  letter-spacing: -0.01em;
  text-align: right;
  padding-right: 1.125rem;
}
@media (max-width: 576px) {
  .hvt-progress__label {
    padding-right: 0.75rem;
  }
}
.hvt-progress__label-text, .hvt-progress__label-context {
  display: block;
}
.hvt-progress__label-text {
  font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
}
@media (max-width: 576px) {
  .hvt-progress__label-text {
    font-size: 0.875rem;
  }
}
.hvt-progress__label-context {
  font-family: "ConnectionsItalic", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
}
@media (max-width: 576px) {
  .hvt-progress__label-context {
    font-size: 0.625rem;
  }
}
.hvt-progress__circle {
  position: relative;
  width: 4.5rem;
  height: 4.5rem;
}
@media (max-width: 576px) {
  .hvt-progress__circle {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.hvt-progress__circle--negative .hvt-progress__circle-rotator {
  transform-origin: center;
  transform: rotate(-180deg) scale(1, -1);
}
.hvt-progress__circle--negative .hvt-progress__circle-fill {
  stroke: #E42D4A;
}
.hvt-progress__circle--negative .hvt-progress__number:before {
  color: #D3D3D3;
}
@media (max-width: 991px) {
  .hvt-progress__circle--negative .hvt-progress__number:before {
    color: rgba(255, 255, 255, 0.35);
  }
}
.hvt-progress__circle--negative .hvt-progress__number:after {
  color: #E42D4A;
}
.hvt-progress__circle--negative .hvt-progress__number-value {
  color: #E42D4A;
}
.hvt-progress__circle--negative .hvt-progress__number-value:before {
  content: "-";
}
.hvt-progress__circle-rotator {
  width: 100%;
  height: 100%;
}
.hvt-progress__circle-svg {
  display: block;
  width: 100%;
  height: 100%;
}
.hvt-progress__circle-bg {
  fill: none;
  stroke: #D3D3D3;
  stroke-width: 3;
}
@media (max-width: 991px) {
  .hvt-progress__circle-bg {
    stroke: rgba(255, 255, 255, 0.35);
  }
}
.hvt-progress__circle-fill {
  fill: none;
  stroke: #10AC52;
  stroke-width: 3;
  stroke-linecap: butt;
  animation: progress 1s ease-out forwards;
}
@media (max-width: 991px) {
  .hvt-progress__circle-fill {
    stroke: #4AD661;
  }
}
@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}
.hvt-progress__number {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #10AC52;
}
@media (max-width: 991px) {
  .hvt-progress__number {
    color: #4AD661;
  }
}
.hvt-progress__number:before, .hvt-progress__number:after {
  font-family: "FontAwesome";
  font-size: 1.125rem;
  line-height: 0.375;
  color: #D3D3D3;
}
@media (max-width: 991px) {
  .hvt-progress__number:before, .hvt-progress__number:after {
    color: rgba(255, 255, 255, 0.35);
  }
}
@media (max-width: 576px) {
  .hvt-progress__number:before, .hvt-progress__number:after {
    font-size: 0.875rem;
  }
}
.hvt-progress__number:before {
  content: "\f106";
  color: #10AC52;
}
@media (max-width: 991px) {
  .hvt-progress__number:before {
    color: #4AD661;
  }
}
.hvt-progress__number:after {
  content: "\f107";
}
.hvt-progress__number-value {
  font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.375rem;
  letter-spacing: -0.01em;
}
@media (max-width: 576px) {
  .hvt-progress__number-value {
    font-size: 1.125rem;
  }
}

/* Stats */
.hvt-stats {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 1.25rem;
}
@media (max-width: 991px) {
  .hvt-stats {
    color: #FFFFFF;
    max-width: 20rem;
    margin: 0 auto;
    padding: 0 1.875rem;
  }
}
@media (max-width: 576px) {
  .hvt-stats {
    max-width: 15rem;
    padding: 0 0 0 0.75rem;
  }
}
.hvt-stats__item {
  display: inline-block;
  text-align: center;
}
.hvt-stats__item--uncertainty .hvt-stats__value:before {
  content: "±";
}
.hvt-stats__value, .hvt-stats__label {
  display: block;
}
.hvt-stats__value {
  font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.375rem;
}
@media (max-width: 576px) {
  .hvt-stats__value {
    font-size: 1rem;
  }
}
.hvt-stats__label {
  font-size: 0.75rem;
  letter-spacing: -0.01em;
}
@media (max-width: 576px) {
  .hvt-stats__label {
    font-size: 0.625rem;
  }
}

/* Property Map */
.hvt-property-map {
  width: 100%;
  height: 18.5rem;
  background-color: #D3D3D3;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .hvt-property-map {
    height: 100%;
    box-shadow: none;
  }
}

/* Features */
.hvt-features {
  margin-bottom: 3.125rem;
}
.hvt-features__list {
  font-size: 0;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .hvt-features__list {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .hvt-features__list {
    width: 100%;
  }
}
.hvt-features__list--columns {
  width: 100%;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 3.75rem;
  -moz-column-gap: 3.75rem;
  column-gap: 3.75rem;
}
@media (max-width: 991px) {
  .hvt-features__list--columns {
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
  }
}
@media (max-width: 767px) {
  .hvt-features__list--columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.hvt-features__item {
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  letter-spacing: -0.01em;
  padding: 0.375rem 1rem;
  margin: 0;
  background-color: #FFFFFF;
}
.hvt-features__item:nth-child(even) {
  background-color: #F2F2F2;
}
.hvt-features__item--splitter ~ .hvt-features__item {
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  .hvt-features__item--splitter ~ .hvt-features__item {
    background-color: #F2F2F2;
  }
}
.hvt-features__item--splitter ~ .hvt-features__item:nth-child(odd) {
  background-color: #F2F2F2;
}
@media (max-width: 767px) {
  .hvt-features__item--splitter ~ .hvt-features__item:nth-child(odd) {
    background-color: #FFFFFF;
  }
}
.hvt-features__item-container {
  margin: 0;
}
.hvt-features__label, .hvt-features__value {
  padding: 0;
}
.hvt-features__label {
  font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.hvt-features__value {
  margin: 0;
  text-align: right;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.hvt-features__full {
  display: none;
  margin-left: 0.25rem;
}
.hvt-features__full--show {
  display: inline-block;
}

/* Features Macro */
.hvt-features-macro {
  margin-bottom: 1.25rem;
}
.hvt-features-macro__list {
  margin: 0;
}
.hvt-features-macro__item {
  display: inline-block;
  padding: 0 1.25rem;
  margin-bottom: 1.75rem;
}
@media (max-width: 576px) {
  .hvt-features-macro__item {
    padding: 0 0.875rem;
  }
}
.hvt-features-macro__label {
  font-size: 0.875rem;
}
@media (max-width: 576px) {
  .hvt-features-macro__label {
    font-size: 0.75rem;
  }
}
.hvt-features-macro__value {
  font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 2.625rem;
  line-height: 2.375rem;
  letter-spacing: -0.03em;
  padding-right: 0.375rem;
}
@media (max-width: 576px) {
  .hvt-features-macro__value {
    font-size: 2rem;
    line-height: 1.875rem;
  }
}
.hvt-features-macro__svg {
  width: 1rem;
  height: 0.875rem;
}
@media (max-width: 576px) {
  .hvt-features-macro__svg {
    width: 0.75rem;
    height: 0.5rem;
  }
}
.hvt-features-macro__svg-path {
  fill: #000000;
}
.hvt-features-macro__icon {
  display: inline-block;
}
.hvt-property .hvt-features-macro {
  margin: 0;
  padding: 1.25rem 0 0.5rem;
  border-top: 1px solid #D3D3D3;
}
@media (max-width: 991px) {
  .hvt-property .hvt-features-macro {
    padding: 1.25rem 0 0;
    border-color: #FFFFFF;
  }
}
.hvt-property .hvt-features-macro__list--min .hvt-features-macro__item {
  padding: 0 1rem;
}
.hvt-property .hvt-features-macro__list--min .hvt-features-macro__item:first-of-type {
  padding-left: 0;
}
.hvt-property .hvt-features-macro__list--min .hvt-features-macro__item:last-of-type {
  padding-right: 0;
}
.hvt-property .hvt-features-macro__item {
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hvt-property .hvt-features-macro__label {
    font-size: 0.75rem;
  }
}
.hvt-property .hvt-features-macro__value {
  font-family: "Connections", Helvetica Neue, Helvetica, Arial, sans-serif;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hvt-property .hvt-features-macro__value {
    font-size: 2.375rem;
    line-height: 2rem;
  }
}
@media (max-width: 991px) {
  .hvt-property .hvt-features-macro__svg-path {
    fill: #FFFFFF;
  }
}

/* Comparables Map */
.hvt-comps-map {
  width: 100%;
  height: 22rem;
  background-color: #D3D3D3;
}
@media (max-width: 576px) {
  .hvt-comps-map {
    height: 20rem;
  }
}

/* Comparables Table */
.hvt-comps-table {
  font-size: 1rem;
  letter-spacing: -0.01em;
  padding: 0.625rem;
}
.hvt-comps-table__header .hvt-comps-table__cell {
  padding: 0.25rem 0.625rem 1rem;
}
.hvt-comps-table__body:hover .hvt-comps-table__row:not(.hvt-comps-table__row--primary) {
  opacity: 0.25;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hvt-comps-table__body:hover .hvt-comps-table__row:not(.hvt-comps-table__row--primary):nth-child(odd) {
    background-color: #FCFCFC;
  }
}
@supports (-ms-ime-align: auto) {
  .hvt-comps-table__body:hover .hvt-comps-table__row:not(.hvt-comps-table__row--primary):nth-child(odd) {
    background-color: #FCFCFC;
  }
}
.hvt-comps-table__row--primary {
  font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif;
  background-color: #E5F5FC;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.hvt-comps-table__row:not(.hvt-comps-table__row--header):not(.hvt-comps-table__row--primary) {
  cursor: pointer;
}
.hvt-comps-table__row:not(.hvt-comps-table__row--header):not(.hvt-comps-table__row--primary):nth-child(odd) {
  background-color: #F6F6F6;
}
.hvt-comps-table__row:not(.hvt-comps-table__row--header):not(.hvt-comps-table__row--primary):hover {
  font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  background-color: #F6F6F6;
  opacity: 1;
}
.hvt-comps-table__row:not(.hvt-comps-table__row--header):not(.hvt-comps-table__row--primary):hover:nth-child(odd) {
  background-color: #F6F6F6;
}
.hvt-comps-table__row:not(.hvt-comps-table__row--header):not(.hvt-comps-table__row--primary):hover .hvt-comps-table__pin {
  display: none;
}
.hvt-comps-table__row:not(.hvt-comps-table__row--header):not(.hvt-comps-table__row--primary):hover .hvt-comps-table__pin-active {
  display: block;
}
.hvt-comps-table__cell {
  font-weight: normal;
  white-space: nowrap;
}
.hvt-comps-table__cell:first-child {
  padding-left: 1.25rem;
}
.hvt-comps-table__cell:last-child {
  padding-right: 1.25rem;
}
.hvt-comps-table__pin, .hvt-comps-table__pin-active {
  width: 1.125rem;
}
.hvt-comps-table__pin-active {
  display: none;
}
.hvt-comps-table__address-street, .hvt-comps-table__address-csz {
  display: block;
}
.hvt-comps-table__address-street {
  font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.hvt-comps-table__address-csz {
  font-family: "Connections", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
}

/* Average / Estimate */
.hvt-avg-est {
  margin-bottom: 1.25rem;
}
@media (max-width: 576px) {
  .hvt-avg-est {
    margin-bottom: 0.75rem;
  }
}
.hvt-avg-est__item {
  color: #666666;
  border-right: 1px solid #D3D3D3;
}
.hvt-avg-est__item:last-of-type {
  border: 0;
}
@media (max-width: 576px) {
  .hvt-avg-est__item--average .hvt-avg-est__item-container {
    padding: 0.875rem 1.25rem 0.875rem 0;
  }
}
.hvt-avg-est__item--estimate {
  color: #000000;
}
@media (max-width: 576px) {
  .hvt-avg-est__item--estimate .hvt-avg-est__item-container {
    padding: 0.875rem 0 0.875rem 1.25rem;
  }
}
.hvt-avg-est__item--estimate .hvt-avg-est__value {
  font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #0052C2;
}
.hvt-avg-est__item-container {
  padding: 0.875rem 3.125rem;
}
@media (max-width: 767px) {
  .hvt-avg-est__item-container {
    padding: 0.875rem 1.875rem;
  }
}
.hvt-avg-est__label, .hvt-avg-est__value {
  display: block;
}
.hvt-avg-est__label {
  width: 5.375rem;
  margin-right: 2.5rem;
  font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
@media (max-width: 991px) {
  .hvt-avg-est__label {
    width: auto;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .hvt-avg-est__label {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .hvt-avg-est__label {
    font-size: 0.875rem;
  }
}
.hvt-avg-est__value {
  margin: 0;
  font-family: "ConnectionsLight", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 2.5rem;
  letter-spacing: -0.01em;
}
@media (max-width: 576px) {
  .hvt-avg-est__value {
    font-size: 1.625rem;
  }
}

/* Footer Bresdcrumbs */
.hvt-footer-breadcrumbs {
  font-size: 0.875rem;
  letter-spacing: -0.01em;
}
.hvt-footer-breadcrumbs__list {
  margin: 0;
}
.hvt-footer-breadcrumbs__item {
  display: inline-block;
}
.hvt-footer-breadcrumbs__item:after {
  content: "";
  position: relative;
  top: -0.125rem;
  display: inline-block;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  width: 4px;
  height: 4px;
  margin: 0 0.375rem;
  transform: rotate(-45deg);
}
.hvt-footer-breadcrumbs__item:last-of-type:after {
  display: none;
}
.hvt-footer-breadcrumbs__link--current {
  color: #000000;
  pointer-events: none;
}

/* Footer Footnotes */
.hvt-footer-footnotes__list {
  display: table;
  margin: 0;
  padding: 0;
  counter-reset: footnote;
}
.hvt-footer-footnotes__item {
  display: table-row;
  margin-bottom: 0.75rem;
}
.hvt-footer-footnotes__item:before {
  content: "";
  display: table-cell;
  padding-right: 0.25rem;
  vertical-align: top;
  font-size: 70%;
}
.hvt-footer-footnotes__item:after {
  display: block;
  content: " ";
}
.hvt-footer-footnotes__item:last-of-type:after {
  content: "";
}
.hvt-footer-footnotes__item--number {
  counter-increment: footnote;
}
.hvt-footer-footnotes__item--number:before {
  content: counter(footnote);
}
.hvt-footer-footnotes__item--dagger:before {
  content: "†";
}
.hvt-footer-footnotes__item--dagger-double:before {
  content: "††";
}
.hvt-footer-footnotes__item--dagger-triple:before {
  content: "†††";
}
.hvt-footer-footnotes__item--asterisk:before {
  content: "*";
  font-size: inherit;
}
.hvt-footer-footnotes__item--asterisk-double:before {
  content: "**";
}

/* Footer Legal */
.hvt-footer-legal__p {
  margin-bottom: 0.75rem;
}

/* Footer Links */
.hvt-footer-links {
  font-size: 0.875rem;
  margin: 0;
}
.hvt-footer-links__col {
  padding: 0 1rem 0 0;
  padding-right: 1.5rem;
}
@media (max-width: 767px) {
  .hvt-footer-links__col {
    border-bottom: 1px solid #D3D3D3;
    padding: 0;
  }
}
.hvt-footer-links__col:last-of-type {
  padding-right: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .hvt-footer-links__col:last-of-type {
    border: 0;
  }
}
.hvt-footer-links__h3 {
  font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 0.75rem;
}
@media (max-width: 767px) {
  .hvt-footer-links__h3 {
    margin: 0;
  }
}
.hvt-footer-links__toggle {
  position: relative;
  color: #000000;
}
@media (max-width: 767px) {
  .hvt-footer-links__toggle {
    padding: 0.75rem 0;
  }
}
.hvt-footer-links__toggle:hover, .hvt-footer-links__toggle:active {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 767px) {
  .hvt-footer-links__toggle:focus {
    text-decoration: underline;
    outline: 0;
  }
}
.hvt-footer-links__toggle:after {
  content: "";
  position: absolute;
  top: 1.25rem;
  right: 0;
  display: inline-block;
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: 0;
  transform: rotate(-135deg);
  transition: top 0.2s ease-out, transform 0.2s ease-out;
}
@media (max-width: 576px) {
  .hvt-footer-links__toggle:after {
    border-width: 1px;
  }
}
.hvt-footer-links__toggle.collapsed:after {
  top: 1rem;
  transform: rotate(45deg);
}
.hvt-footer-links__list {
  margin: 0;
}
@media (max-width: 767px) {
  .hvt-footer-links__list {
    padding: 0 0 0.75rem;
  }
}
@media (min-width: 768px) {
  .hvt-footer-links__list-container.collapse {
    display: block;
  }
}
.hvt-footer-links__item {
  margin-bottom: 0.75rem;
}
.hvt-footer-links__item:last-of-type {
  margin-bottom: 0;
}

/* Footer Meta */
.hvt-footer-meta {
  font-size: 0.75rem;
  letter-spacing: -0.01em;
  text-align: center;
  color: #FFFFFF;
}
.hvt-footer-meta__container {
  padding: 1.875rem 1.875rem;
}
@media (max-width: 576px) {
  .hvt-footer-meta__container {
    padding: 1.875rem 1.5rem;
  }
}
.hvt-footer-meta__list {
  font-size: 0.875rem;
  line-height: 1.8;
  margin-bottom: 0.875rem;
}
.hvt-footer-meta__item {
  display: inline;
}
.hvt-footer-meta__item:after {
  content: " ";
  letter-spacing: 2.2em;
  background-image: url("../images/icon-separator.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1px 12px;
}
@media (max-width: 576px) {
  .hvt-footer-meta__item:after {
    background-size: 1px 10px;
  }
}
.hvt-footer-meta__item:last-of-type:after {
  display: none;
}
.hvt-footer-meta__link {
  color: #FFFFFF;
}
.hvt-footer-meta__link:focus {
  outline-color: #FFFFFF;
}
.hvt-footer-meta__link:hover {
  color: inherit;
  text-decoration: underline;
}
.hvt-footer-meta__link--list-link {
  font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif;
  white-space: nowrap;
}
.hvt-footer-meta__legal-p {
  margin: 0;
}
.hvt-footer-meta__svg {
  width: 0.75rem;
  height: 0.875rem;
  padding-bottom: 0.1875rem;
  margin-left: 0.125rem;
}
.hvt-footer-meta__svg-path {
  fill: #FFFFFF;
}

/* Social */
.hvt-social {
  margin-bottom: 1rem;
}
.hvt-social__h3 {
  font-size: 1.125rem;
  letter-spacing: -0.01em;
  margin-bottom: 0.75rem;
}
.hvt-social__list {
  margin: 0;
}
.hvt-social__item {
  display: inline-block;
  margin: 0 0.25rem;
}
.hvt-social__link {
  display: block;
  transition: transform 0.2s ease-in-out;
}
.hvt-social__link:hover, .hvt-social__link:focus {
  transform: scale(1.25);
}
.hvt-social__link:focus {
  outline-color: #FFFFFF;
  outline-offset: 2px;
}
.hvt-social__svg {
  width: 1.875rem;
  height: 1.875rem;
}
.hvt-social__svg-path--ko {
  fill: #FFFFFF;
}
.hvt-social__svg-path--bg {
  fill: #012169;
}

/* Modal */
.hvt-modal {
  min-width: 320px;
  padding: 0 1.875rem;
}
@media (max-width: 576px) {
  .hvt-modal {
    padding: 0 1.5rem;
  }
}
.hvt-modal__head {
  width: 100%;
  height: 3.125rem;
  padding: 0 0.625rem;
  background-image: url("../images/bg-flagscape-header-red.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #C41230;
}
.hvt-modal__dialog {
  max-width: 575px;
  width: 100%;
  margin: 0 auto;
}
.hvt-modal__content {
  letter-spacing: -0.01em;
  background-color: #FFFFFF;
  border: 0;
  border-radius: 0;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}
.hvt-modal__body {
  padding: 1.875rem;
}
.hvt-modal__h2 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 0.875rem;
}
.hvt-modal__p {
  font-size: 1rem;
  margin-bottom: 0.875rem;
}
.hvt-modal__cta {
  padding-top: 0.5rem;
}
.hvt-modal__btn {
  margin-right: 1rem;
}
@media (max-width: 576px) {
  .hvt-modal__btn {
    display: block;
    margin: 0 0 1rem;
  }
}
.hvt-modal__btn:last-of-type {
  margin: 0;
}
.hvt-modal__close {
  padding: 0.125rem 0.375rem;
  /* width: 1.875rem;
  height: 1.875rem;
  background-image: url('../images/icon-close-white.svg');
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: center center;

  @include respond-to('x-small') {
      background-size: 15px 15px;
  } */
}
.hvt-modal__close:hover, .hvt-modal__close:focus {
  text-decoration: none;
}
.hvt-modal__close:hover {
  opacity: 0.8;
}
.hvt-modal__close:focus {
  outline-color: #FFFFFF;
}
.hvt-modal__close-icon {
  display: block;
}
.hvt-modal__close-icon:after {
  content: "×";
  font-size: 2.25rem;
  line-height: 0.7;
  color: #FFFFFF;
}

/* Tooltip */
.hvt-tooltip {
  font-size: 0.875rem;
  line-height: 1.3;
}
.hvt-tooltip__inner {
  text-align: center;
  color: #fff;
  max-width: 12.5rem;
  padding: 0.5rem 0.625rem;
  border-radius: 0;
}

/* Instructive Popover */
.hvt-popover-instructive {
  width: 100%;
  max-width: none;
  border-radius: 0;
  border: 0;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  font-family: "Connections", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
}
.hvt-popover-instructive__arrow {
  left: 2.25rem !important;
  border: 0;
}
.hvt-popover-instructive__arrow:before {
  border: 0 !important;
}
.hvt-popover-instructive__body {
  padding: 0.9375rem;
}
.hvt-popover-instructive__dnf {
  font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-bottom: 0.875rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #E2E2E2;
}
.hvt-popover-instructive__dnf-val {
  font-family: "Connections", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.hvt-popover-instructive__dnf-text {
  margin: 0;
}
.hvt-popover-instructive__format {
  line-height: 1.4;
}
.hvt-popover-instructive__format-text {
  padding-right: 1.875rem;
  margin-bottom: 0.75rem;
}
.hvt-popover-instructive__format-type {
  width: 22%;
}

/* Banner - HELOC */
.hvt-banner-heloc {
  position: relative;
  height: 23rem;
  background-image: url("../images/bg-hero-house.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #333333;
  overflow: hidden;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
@media (max-width: 576px) {
  .hvt-banner-heloc {
    height: 26rem;
  }
}
.hvt-banner-heloc__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.hvt-banner-heloc__container {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 3.125rem 1.875rem;
}
@media (max-width: 576px) {
  .hvt-banner-heloc__container {
    padding: 5rem 1.5rem 3.125rem;
  }
}
.hvt-banner-heloc__pretext {
  display: block;
  font-size: 0.875rem;
  letter-spacing: 0.15em;
  margin-bottom: 0.875rem;
}
@media (max-width: 767px) {
  .hvt-banner-heloc__pretext {
    font-size: 0.75rem;
  }
}
.hvt-banner-heloc__h2 {
  font-family: "ConnectionsLight", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 2.875rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 767px) {
  .hvt-banner-heloc__h2 {
    font-size: 2.25rem;
  }
}
.hvt-banner-heloc__cta {
  font-size: 1.25rem;
  white-space: nowrap;
  padding: 0.375rem 3.125rem;
  margin-bottom: 2.125rem;
}
.hvt-banner-heloc__logo {
  width: 17rem;
  height: 2rem;
}
@media (max-width: 767px) {
  .hvt-banner-heloc__logo {
    width: 15rem;
    height: 1.875rem;
  }
}

/* Reports Table */
.hvt-rpts-table {
  font-size: 1rem;
  letter-spacing: -0.01em;
  padding: 0.625rem;
}
.hvt-rpts-table__header .hvt-rpts-table__cell {
  padding: 0.25rem 0.625rem 1rem;
}
.hvt-rpts-table__row--primary {
  font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif;
  background-color: #E5F5FC;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.hvt-rpts-table__row:not(.hvt-rpts-table__row--header):not(.hvt-rpts-table__row--primary) {
  cursor: pointer;
}
.hvt-rpts-table__row:not(.hvt-rpts-table__row--header):not(.hvt-rpts-table__row--primary):nth-child(odd) {
  background-color: #F6F6F6;
}
.hvt-rpts-table__cell {
  font-weight: normal;
  white-space: nowrap;
}
.hvt-rpts-table__cell:first-child {
  padding-left: 1.25rem;
}
.hvt-rpts-table__cell:last-child {
  padding-right: 1.25rem;
}

/* Header */
.hvt-header {
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}
.hvt-header__container {
  padding: 1.375rem 1.875rem;
}
@media (max-width: 576px) {
  .hvt-header__container {
    padding: 1rem 1.5rem;
  }
}
.hvt-header__logo {
  width: 17rem;
  height: 2rem;
}
@media (max-width: 767px) {
  .hvt-header__logo {
    margin-left: -13.875rem;
  }
}
.hvt-header__logo-link {
  overflow: hidden;
}
.hvt-header__logo-link:focus {
  outline-offset: 5px;
}
.hvt-header__meta {
  letter-spacing: -0.01em;
  margin-left: auto;
}
.hvt-header__meta-item {
  margin-left: 1.875rem;
}
.hvt-header__meta-item:first-of-type {
  margin-left: 0;
}
.hvt-header__meta-link {
  font-size: 1rem;
  color: #0052C2;
}
.hvt-header__meta-link:focus {
  outline-offset: 5px;
}

/* Heading */
.hvt-heading {
  background-color: #DC1431;
}
.hvt-heading--flagscape {
  background-image: url("../images/bg-flagscape-header-red.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #C41230;
}
.hvt-heading__container {
  height: 3.25rem;
  padding: 0.625rem 1.875rem;
}
@media (max-width: 576px) {
  .hvt-heading__container {
    height: 3.125rem;
    padding: 0.625rem 1.5rem;
  }
}
.hvt-heading__h1 {
  font-size: 1.375rem;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
@media (max-width: 576px) {
  .hvt-heading__h1 {
    font-size: 1.125rem;
  }
}
.hvt-heading__meta {
  height: 100%;
}

/* Menu */
.hvt-menu {
  background-color: #F2F2F2;
}
.hvt-menu__meta-container {
  padding: 1.25rem 1.875rem;
}
@media (max-width: 767px) {
  .hvt-menu__meta-container {
    padding: 0.875rem 1.5rem;
  }
}
.hvt-menu__links-container {
  padding: 1.5rem 1.875rem;
}
@media (max-width: 767px) {
  .hvt-menu__links-container {
    padding: 0;
  }
}

/* Nav */
.hvt-nav {
  background-color: #FFFFFF;
}
.hvt-nav--fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  width: 100%;
  border: 0;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}
.hvt-nav__container {
  padding: 0 1.875rem;
}
@media (max-width: 576px) {
  .hvt-nav__container {
    padding: 0;
  }
}
.hvt-nav__list {
  margin: 0;
}
.hvt-nav__item {
  font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  padding: 0 0.75rem;
}
@media (max-width: 576px) {
  .hvt-nav__item {
    padding: 0;
  }
}
.hvt-nav__item--overview .hvt-nav__link .hvt-nav__svg {
  width: 1.25rem;
}
.hvt-nav__link {
  color: #666666;
  padding: 1.5rem 1.875rem calc(1.25rem - 3px);
  border-bottom: 3px solid transparent;
}
.hvt-nav__link:hover, .hvt-nav__link.active {
  color: #000000;
}
.hvt-nav__link:hover .hvt-nav__svg-path, .hvt-nav__link.active .hvt-nav__svg-path {
  fill: #000000;
}
.hvt-nav__link:hover {
  text-decoration: none;
}
.hvt-nav__link.active {
  border-color: #DC1431;
}
@media (max-width: 576px) {
  .hvt-nav__link {
    padding: 1.5rem 1.5rem calc(1.25rem - 3px);
  }
}
.hvt-nav__svg {
  width: 1.625rem;
  height: 1.625rem;
  margin-right: 0.875rem;
}
.hvt-nav__svg-path {
  fill: #666666;
}

/* Footer */
.hvt-footer {
  font-size: 0.75rem;
  background-color: #F2F2F2;
}
.hvt-footer__container {
  padding: 1.875rem 1.875rem 2.25rem;
}
@media (max-width: 576px) {
  .hvt-footer__container {
    padding: 1.875rem 1.5rem 2.25rem;
  }
}
.hvt-footer__breadcrumbs-container {
  padding: 1.25rem 1.875rem;
}
@media (max-width: 576px) {
  .hvt-footer__breadcrumbs-container {
    padding: 1rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .hvt-footer__links-container {
    padding: 0.5rem 1.875rem;
  }
}
@media (max-width: 576px) {
  .hvt-footer__links-container {
    padding: 0.5rem 1.5rem;
  }
}
.hvt-footer__meta {
  color: #FFFFFF;
  background-color: #012169;
}

/* Search */
.hvt-search {
  position: relative;
  height: 26rem;
  background-image: url("../images/bg-hero-aerial-grayscale.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #333333;
}
@media (max-width: 576px) {
  .hvt-search {
    height: 33rem;
  }
}
.hvt-search__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 33, 105, 0.5);
}
.hvt-search__container {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 6.25rem 1.875rem 3.125rem;
}
@media (max-width: 576px) {
  .hvt-search__container {
    padding: 0 1.5rem 3.125rem;
  }
}
.hvt-search__head, .hvt-search__foot {
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.35);
}
.hvt-search__head {
  letter-spacing: -0.01em;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 1.25rem;
}
.hvt-search__h2 {
  font-family: "ConnectionsLight", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 3.125rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .hvt-search__h2 {
    font-size: 2.75rem;
  }
}
.hvt-search__subtext {
  display: block;
  font-size: 1.75rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .hvt-search__subtext {
    font-size: 1.5rem;
  }
}
@media (max-width: 576px) {
  .hvt-search__subtext {
    font-size: 1.25rem;
  }
}
.hvt-search__form {
  max-width: 28rem;
  width: 100%;
}
.hvt-search__foot {
  position: absolute;
  bottom: 3.125rem;
  left: 0;
  right: 0;
  padding: 0 1.875rem;
}
@media (max-width: 576px) {
  .hvt-search__foot {
    padding: 0 1.5rem;
  }
}
.hvt-search__foot-container {
  max-width: 33rem;
}
.hvt-search__disclosure {
  display: block;
  font-size: 0.875rem;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  text-align: center;
}

/* Summary */
@media (max-width: 991px) {
  .hvt-summary {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
    border-bottom: none;
  }
}
.hvt-summary__container {
  padding: 3.125rem 1.875rem;
}
@media (max-width: 991px) {
  .hvt-summary__container {
    position: relative;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .hvt-summary__row {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .hvt-summary__details {
    z-index: 2;
    padding: 3.125rem 1.875rem 1.875rem;
    background-color: rgba(0, 0, 0, 0.55);
  }
}
@media (max-width: 576px) {
  .hvt-summary__details {
    padding: 1.5rem;
  }
}
.hvt-summary__property {
  padding: 0.75rem 0 0;
  height: 100%;
}
@media (max-width: 991px) {
  .hvt-summary__property {
    padding: 0;
  }
}
.hvt-summary__stats {
  border-top: 1px solid #D3D3D3;
}
.hvt-summary__stats-col {
  padding: 0.75rem 0 0;
}
.hvt-summary__stats-col:first-of-type {
  border-right: 1px solid #D3D3D3;
}
@media (max-width: 991px) {
  .hvt-summary__map {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 0;
    width: 100%;
    height: 100%;
  }
}
.hvt-summary__map--show {
  z-index: 3;
}
.hvt-summary__map-container {
  position: relative;
}
@media (max-width: 991px) {
  .hvt-summary__map-container {
    height: 100%;
  }
}

/* Overview */
.hvt-overview__container, .hvt-reports__container, .hvt-comparables__container {
  padding: 3.125rem 1.875rem;
}
@media (max-width: 576px) {
  .hvt-overview__container, .hvt-reports__container, .hvt-comparables__container {
    padding: 3.125rem 1.5rem;
  }
}
.hvt-overview__head {
  margin-bottom: 2.25rem;
}
.hvt-overview__address, .hvt-overview__value-history-timeframe {
  display: block;
  font-size: 1rem;
  letter-spacing: -0.01em;
  color: #666666;
}
.hvt-overview__value-history {
  width: 100%;
}
.hvt-overview__value-history-timeframe {
  margin-bottom: 1.25rem;
}
.hvt-overview__value-history-skip {
  position: absolute;
  left: -10000px;
  display: inline-block;
  padding: 0.125rem 0.5rem;
  margin-bottom: 0.75rem;
}
.hvt-overview__value-history-skip:focus {
  position: relative;
  left: auto;
}
.hvt-overview__value-history-chart {
  height: 23.5rem;
}
@media (max-width: 991px) {
  .hvt-overview__value-history-chart {
    height: 21rem;
  }
}
@media (max-width: 767px) {
  .hvt-overview__value-history-chart {
    height: 18.5rem;
  }
}
@media (max-width: 576px) {
  .hvt-overview__value-history-chart {
    height: 16rem;
  }
}
@media (max-width: 410px) {
  .hvt-overview__value-history-chart {
    height: 13.5rem;
  }
}
.hvt-overview__value-history-layer {
  margin-top: -20em;
}

/* Comparables */
.hvt-comparables__container--header {
  padding-bottom: 1.875rem;
}
.hvt-comparables__container--body {
  padding-top: 1.875rem;
}
.hvt-comparables__head {
  padding: 0 3.125rem;
}
@media (max-width: 767px) {
  .hvt-comparables__head {
    padding: 0 1.25rem;
  }
}
.hvt-comparables__map-container {
  position: relative;
}

/* Reports */
.hvt-reports__container--header {
  padding-bottom: 1.875rem;
}
.hvt-reports__container--body {
  padding-top: 1.875rem;
}
.hvt-reports__head {
  padding: 0 3.125rem;
}
@media (max-width: 767px) {
  .hvt-reports__head {
    padding: 0 1.25rem;
  }
}

/* Error */
.hvt-error {
  min-width: 320px;
  letter-spacing: -0.01em;
  height: 42.5rem;
  background-image: url("../images/bg-error-puppy.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  background-color: #FFFFFF;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .hvt-error {
    background-image: url("../images/bg-error-puppy-2x.jpg");
  }
}
@media (max-width: 991px) {
  .hvt-error {
    background-position: right -7.5rem center;
  }
}
@media (max-width: 767px) {
  .hvt-error {
    position: relative;
    text-align: center;
    background-size: 260%;
    background-position: right top -2.25rem;
    height: 120vw;
    min-height: 30rem;
  }
}
.hvt-error__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(242, 242, 242, 0.55);
}
.hvt-error__container {
  height: 100%;
  padding: 3.125rem 1.875rem;
}
@media (max-width: 576px) {
  .hvt-error__container {
    padding: 3.125rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .hvt-error__row {
    position: relative;
    z-index: 2;
  }
}
.hvt-error__h2 {
  font-family: "ConnectionsLight", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 2.375rem;
  line-height: 1;
  margin-bottom: 1rem;
}
@media (max-width: 576px) {
  .hvt-error__h2 {
    font-size: 2.25rem;
  }
}
.hvt-error__p {
  font-size: 1rem;
  margin-bottom: 0.875rem;
}
.hvt-error__p:last-of-type {
  margin-bottom: 0;
}
.hvt-error__btn {
  font-size: 1.125rem;
  white-space: nowrap;
  padding: 0.5rem 2rem;
  margin-top: 1.5rem;
}

/* Search */
/* Details */
/* Vendor Extensions */
.table th, .table td {
  padding: 1.25rem 0.625rem;
}

.modal-backdrop {
  background-color: #333333;
}
.modal-backdrop.show {
  opacity: 0.8;
}

.modal {
  padding: 0 1.875rem !important;
}
@media (max-width: 576px) {
  .modal {
    padding: 0 1.5rem !important;
  }
}

.tooltip .tooltip-inner {
  background-color: rgba(0, 0, 0, 0.75);
}
.tooltip.show {
  opacity: 1;
}

.bs-tooltip-top .arrow:before, .bs-tooltip-auto[x-placement^=top] .arrow:before {
  border-top-color: rgba(0, 0, 0, 0.75);
}

.bs-tooltip-bottom .arrow:before, .bs-tooltip-auto[x-placement^=bottom] .arrow:before {
  border-bottom-color: rgba(0, 0, 0, 0.75);
}

.bs-tooltip-left .arrow:before, .bs-tooltip-auto[x-placement^=left] .arrow:before {
  border-left-color: rgba(0, 0, 0, 0.75);
}

.bs-tooltip-right .arrow:before, .bs-tooltip-auto[x-placement^=right] .arrow:before {
  border-right-color: rgba(0, 0, 0, 0.75);
}

.ui-autocomplete {
  font-family: "Connections", Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #000000;
  background-color: #F6F6F6;
}
.ui-autocomplete.ui-widget-content {
  border: 0;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}
.ui-autocomplete .ui-menu-item {
  font-size: 1rem;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E2E2E2;
}
.ui-autocomplete .ui-menu-item:last-of-type {
  /* border: 0; */
  margin-bottom: 1.9375rem;
}
.ui-autocomplete .ui-menu-item:last-of-type:after {
  position: absolute;
  right: 0.75rem;
  bottom: 0;
  display: block;
  content: "";
  width: 7rem;
  height: 1.375rem;
  background-image: url("../images/logo-google-pb.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .ui-autocomplete .ui-menu-item:last-of-type:after {
    background-image: url("../images/logo-google-pb-2x.png");
  }
}
.ui-autocomplete .ui-menu-item-wrapper {
  padding: 0.75rem 0.9375rem 0.75rem 2.875rem;
  background-image: url("../images/icon-cta-locations.svg");
  background-repeat: no-repeat;
  background-size: 18px 26px;
  background-position: left 0.9375rem top 0.625rem;
}
@media (max-width: 576px) {
  .ui-autocomplete .ui-menu-item-wrapper {
    background-size: 15px 21px;
  }
}
.ui-autocomplete .ui-state-active {
  background-color: #F0F0F0;
  color: inherit;
  margin: 0;
}
.ui-autocomplete .ui-state-active:last-of-type {
  border: 0;
}

.hvt-comps-map img[src*="/images/icon-pin"] {
  width: 17px !important;
  height: 24px !important;
}

.hvt-search .MicrosoftMap .as_container_search {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.98);
}
.hvt-search .MicrosoftMap .as_container_search .asOuterContainer {
  border: 0;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}
.hvt-search .MicrosoftMap .as_container .nearBySearchText {
  display: none;
}
.hvt-search .MicrosoftMap .as_container ul {
  padding: 0;
}
.hvt-search .MicrosoftMap .as_container ul li {
  border-bottom: 1px solid #E2E2E2;
}
.hvt-search .MicrosoftMap .as_container .suggestLink {
  padding: 0.75rem 0.875rem 0.5rem;
}
.hvt-search .MicrosoftMap .as_container .suggestLink:hover {
  background-color: #F0F0F0;
}
.hvt-search .MicrosoftMap .as_container .line1, .hvt-search .MicrosoftMap .as_container .line2 {
  font-family: "Connections", Helvetica Neue, Helvetica, Arial, sans-serif;
  letter-spacing: -0.01em;
}
.hvt-search .MicrosoftMap .as_container .line1 {
  font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  margin-bottom: 0.0625rem;
}
.hvt-search .MicrosoftMap .as_container .line2 {
  font-size: 0.875rem;
  color: #666666;
}
.hvt-search .MicrosoftMap .as_img {
  width: 1.375rem;
  height: 1.375rem;
  padding-right: 0;
  margin-right: 0.625rem;
}
.hvt-search .MicrosoftMap .as_img.maps_address {
  height: auto !important;
  background-image: url("../images/icon-cta-locations.svg");
  background-repeat: no-repeat;
  background-size: 18px 26px;
  background-position: left top 0.375rem;
}
@media (max-width: 576px) {
  .hvt-search .MicrosoftMap .as_img.maps_address {
    background-size: 15px 21px;
  }
}
.hvt-search .MicrosoftMap .bingLogoLight {
  background-size: 75%;
  background-repeat: no-repeat;
}

/*
* The chartjs style classes below were being injected by script. Moved them to a script file to eliminate a style injection security vunerability.
* DOM element rendering detection
* https://davidwalsh.name/detect-node-insertion
*/
@keyframes chartjs-render-animation {
  from {
    opacity: 0.99;
  }
  to {
    opacity: 1;
  }
}
.chartjs-render-monitor {
  animation: chartjs-render-animation 0.001s;
}

/*
* DOM element resizing detection
* https://github.com/marcj/css-element-queries
*/
.chartjs-size-monitor,
.chartjs-size-monitor-expand,
.chartjs-size-monitor-shrink {
  position: absolute;
  direction: ltr;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
  z-index: -1;
}

.chartjs-size-monitor-expand > div {
  position: absolute;
  width: 1000000px;
  height: 1000000px;
  left: 0;
  top: 0;
}

.chartjs-size-monitor-shrink > div {
  position: absolute;
  width: 200%;
  height: 200%;
  left: 0;
  top: 0;
}

/* Shame On You */