[id*=home-equity-modal-container] {
  backdrop-filter: blur(.25rem);
  --webkit-backdrop-filter: blur($token-spacing-1)
}
[id*=home-equity-modal-container].shield-modals .dialog {
  backdrop-filter: none;
  --webkit-backdrop-filter: none
}
[id*=home-equity-modal-container].shield-modals .dialog .content {
  max-width: 38rem;
  max-height: 90%;
  overflow-y: auto;
  height: auto
}
[id*=home-equity-modal-container].shield-modals .dialog .content .hetim-main-content {
  padding: 2.5rem
}
[id*=home-equity-modal-container].shield-modals .dialog .content .hetim-main-content .hetim-heading {
  padding: 0;
  margin-bottom: 1rem
}
[id*=home-equity-modal-container].shield-modals .dialog .content .hetim-main-content .hetim-body {
  padding: 0;
  color: #484861
}
[id*=home-equity-modal-container].shield-modals .dialog .content .hetim-main-content .hetim-body.hetim-description {
  margin-bottom: .25rem
}
[id*=home-equity-modal-container].shield-modals .dialog .content .hetim-main-content .hetim-body.hetim-refi-description {
  margin-top: 1rem
}
[id*=home-equity-modal-container].shield-modals .dialog .content .hetim-main-content .hetim-state-list {
  margin-bottom: 0
}
[id*=home-equity-modal-container].shield-modals .dialog .content .hetim-main-content .hetim-state-list .hetim-state-item {
  min-width: 15%;
  display: inline-block;
  margin-bottom: 0
}
[id*=home-equity-modal-container].shield-modals .dialog .content .hetim-main-content .hetim-map-image {
  width: 100%
}
[id*=home-equity-modal-container].shield-modals .dialog .content .footer {
  padding-top: 1rem;
  padding-bottom: 1rem
}
[id*=home-equity-modal-container].shield-modals .dialog .content .footer .no-display {
  display: none
}
[id*=home-equity-modal-container].shield-modals .dialog .content .footer .hetim-footer-buttons {
  justify-content: flex-end
}
@media (max-width:41.9375rem) {
  [id*=home-equity-modal-container].shield-modals .dialog {
    height: 100%
  }
  [id*=home-equity-modal-container].shield-modals .dialog .content .hetim-main-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem
  }
  [id*=home-equity-modal-container].shield-modals .dialog .content .footer {
    position: relative;
    margin-top: 0
  }
  [id*=home-equity-modal-container].shield-modals .dialog.in .content .footer {
    position: relative
  }
}