html,
body {
  overflow-x: hidden;
  /* Prevent scroll on narrow devices */
}
body {
  padding-top: 56px;
}
@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}
.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
/* BS Overrides */
.nav-link {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.55) !important;
}
.nav-link:hover,
.nav-link:focus {
  color: rgba(0, 0, 0, 0.7) !important;
}
/* Overrides */
:root {
  --ha-primary: #F79322;
  --hover-brightness: 1.2;
  --ha-darkblue: #024267;
  --ha-lightblue: #30A7DE;
  --ha-blue: #005C9B;
  --ha-alt-blue: #75AADB;
  --ha-devil-grey: #666;
  --ha-grey-300: #dee2e6;
  --ha-grey: #707070;
  --ha-lightgrey: #BABABA;
  --ha-snow: #f9f9f9;
  --ha-border-radius: 0.369rem;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-weight: 450;
  --bs-body-color: var(--ha-devil-grey);
  --bs-dropdown-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  --bs-dropdown-bg: var(--bs-body-bg);
}
.form-control {
  border-radius: var(--ha-border-radius);
}
.btn {
  border-radius: var(--ha-border-radius);
}
.nav-link {
  color: var(--ha-grey);
}
.nav-link:hover,
.nav-link:focus {
  filter: brightness(var(--hover-brightness));
}
.btn-primary {
  background-color: var(--ha-primary);
  border-color: var(--ha-primary);
  color: white;
}
.btn-outline-primary {
  color: var(--ha-primary);
  border-color: var(--ha-primary);
}
.btn-primary:hover {
  background-color: var(--ha-primary);
  border-color: var(--ha-primary);
  filter: brightness(var(--hover-brightness));
}
.btn-outline-primary:hover {
  background-color: var(--ha-primary);
  border-color: var(--ha-primary);
  filter: brightness(var(--hover-brightness));
}
.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary,
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle,
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  background-color: var(--ha-primary);
  border-color: var(--ha-primary);
}
.btn-check:checked + .btn-outline-primary,
.btn-check:active + .btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
  background-color: var(--ha-primary);
  border-color: var(--ha-primary);
}
/* fonts */
.header-font {
  font-family: 'Bebas Neue', arial, cursive;
  font-weight: 500;
}
h1.header-font {
  line-height: calc(3rem + 3.25vw);
  font-size: calc(1.1rem + 10vw);
}
h2.header-font {
  font-size: calc(1rem + 8vw);
}
h3.header-font {
  font-size: calc(0.75rem + 4.5vw);
}
@media (min-width: 576px) {
  h1.header-font {
    line-height: calc(3rem + 3.25vw);
    font-size: calc(1.1rem + 4.2vw);
  }
  h2.header-font {
    font-size: calc(1rem + 3vw);
  }
  h3.header-font {
    font-size: calc(0.75rem + 1.5vw);
  }
}
.sub-header-font {
  font-size: calc(0.75rem + 1vw);
}
.disclaimer {
  font-size: 0.8rem;
}
.container-xs {
  margin-right: auto;
  margin-left: auto;
  max-width: 520px;
}
.white-bar {
  background: rgba(255, 255, 255, 0.8);
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.white-bar > .sub-header-font {
  font-weight: bold;
  color: var(--ha-darkblue);
  padding-bottom: 1rem;
}
.ha-section {
  color: white;
}
.ha-light-overlay {
  height: 100%;
  background-color: var(--ha-light-overlay);
}
.ha-overlay {
  padding: 4em;
  background-color: var(--ha-overlay);
}
.ha-section-dark {
  color: var(--ha-darkblue);
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .ha-overlay {
    padding: 3em 1em;
  }
  .ha-section-dark {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
/* Sliders */
.ha-slider-input::-webkit-slider-thumb {
  margin-top: -0.8rem;
  width: 2rem;
  height: 2rem;
  background: var(--ha-darkblue);
}
.ha-slider-input::-moz-range-thumb {
  margin-top: -0.8rem;
  width: 2rem;
  height: 2rem;
  background: var(--ha-darkblue);
}
.ha-slider-input::-ms-thumb {
  margin-top: -0.8rem;
  width: 2rem;
  height: 2rem;
  background: var(--ha-darkblue);
}
/* Slider Arrow */
.ha-slider-arrow-container {
  position: relative;
  margin-top: -34px;
  z-index: -1;
}
.ha-slider-arrow-container > i.fa {
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 32px;
  color: var(--ha-grey-300);
}
.animate-pulse {
  -webkit-animation: pulse 3.4s infinite normal ease-out;
  animation: pulse 3.4s infinite normal ease-out;
}
@keyframes pulse {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.animate-out {
  -webkit-animation: out 3.4s infinite normal ease-out;
  animation: out 3.4s infinite normal ease-out;
}
@keyframes out {
  0% {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  50% {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  100% {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
/* Navbars */
#tenantLogo {
  max-height: 40px;
}
#haLogo {
  padding-top: 3px;
  height: 32px;
}
.broker-logo {
  height: 40px;
}
@media (max-width: 992px) {
  #tenantLogo {
    max-height: 20px;
  }
  #haLogo {
    padding-top: 1px;
    height: 16px;
  }
  .broker-logo {
    padding-top: 0px;
    max-height: 40px;
  }
}
.site-logo {
  text-decoration: none;
}
.site-logo > .header-brand-logo-default:nth-of-type(2) {
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid lightgray;
}
.under {
  position: relative;
}
.under:before,
.under:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: var(--ha-primary);
}
.under:before {
  opacity: 0;
  transform: translateY(-8px);
  transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s;
}
.under:after {
  opacity: 0;
  transform: translateY(4px);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
}
.under:hover:before,
.under:hover:after,
.under:focus:before,
.under:focus:after {
  opacity: 1;
  transform: translateY(0);
}
.under:hover:before,
.under:focus:before {
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
}
.under:hover:after,
.under:focus:after {
  transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s;
}
.navbar {
  min-height: 56px;
}
/* Favorites Page */
.title {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.agent-card {
  background-color: white;
  padding: 12px;
}
.agent-card > .heart {
  position: absolute;
  padding: 8px;
}
.agent-card > .heart > i {
  font-size: 1.2rem;
}
.agent-card > .text-body {
  padding-left: 12px;
  width: 100%;
}
.agent-card > img {
  height: 100px;
}
.agent-card > .text-body > p {
  color: #6c757d;
  font-size: 0.875em;
}
.instruction-card {
  min-height: 350px;
}
.fa-circle {
  color: var(--ha-darkblue);
}
.btn-link {
  font-weight: bold;
  font-size: 0.875em;
  color: var(--ha-primary);
  text-decoration: none;
}
.blue-title {
  color: var(--ha-darkblue);
}
.ha-link {
  color: var(--ha-primary);
}
/* modals */
.modal-content {
  border-radius: 0.75rem;
}
/* Property Cards */
.card {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.listing-card {
  line-height: 1.13;
}
.listing-card .card-img-top {
  height: 200px;
  object-fit: cover;
}
.property-image {
  background-color: lightgray;
  min-height: 400px;
  text-align: center;
}
.property-image > img {
  max-height: 768px;
  min-width: auto;
}
.carousel-item > .img-fluid {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.mls-logo {
  max-height: 2rem;
}
.mls-logo-disclaimer {
  max-height: 4rem;
}
.mls-logo-card {
  max-height: 1.5rem;
}
.top-left-container {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 1003;
}
.top-right-container {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1003;
}
.heart > i {
  text-shadow: 0px 0px 2px #000000;
  font-size: 1.5rem;
  color: white;
  transition: all 0.8s ease-in-out;
  font-weight: 300;
}
.heart > i.active {
  font-size: 1.5rem;
  color: #f17881;
  font-weight: 900;
}
.heart.active > i {
  font-size: 1.5rem;
  color: #f17881;
  font-weight: 900;
}
.property-options > .heart > i {
  text-shadow: none;
  color: initial;
}
.property-options > .heart > i.active {
  color: #f17881;
}
.property-options > .heart.active > i {
  color: #f17881;
}
.badge-container > .heart {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 1rem;
}
.share > i {
  font-size: 1.5rem;
}
.badge-container > .badge {
  color: black;
}
.badge-container > .large {
  line-height: 1em;
  font-size: 1em;
  padding: 10px 15px;
}
.badge-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.badge-container:before {
  content: ' ';
  display: block;
  height: 15px;
}
.ribbon {
  position: absolute;
  left: -15px;
  top: 186px;
  width: 180px;
  height: 30px;
  background: var(--ha-primary);
  color: #fff;
  text-align: center;
  line-height: 1.8;
}
.ribbon:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 7.5px solid var(--ha-primary);
}
.ribbon:before {
  filter: brightness(55%);
}
.ribbon:before {
  top: -15px;
  left: 0px;
  border-top-color: transparent;
  border-left-color: transparent;
}
.property-badge-dark {
  position: absolute;
  top: 170px;
  left: 15px;
  color: #fff;
  background-color: #343a40;
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.property-badge-dark.corners::before {
  content: '';
  position: absolute;
  background-color: var(--ha-primary);
  width: 8px;
  height: 100%;
  bottom: 0;
  left: -7px;
}
/* cookies consent window */
.cc-window {
  background-color: #282a3a;
  color: white;
}
.cc-btn {
  text-decoration: none;
  background-color: var(--ha-primary);
  border-color: var(--ha-primary);
  color: white;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: var(--ha-border-radius);
}
.cc-btn:hover {
  color: white;
  filter: brightness(var(--hover-brightness));
}
/* footer links */
.social-link {
  text-decoration: none;
  color: white;
}
.footer-link {
  text-decoration: none;
  color: white;
  cursor: pointer;
}
.footer-link:hover,
.social-link:hover {
  color: var(--ha-lightgrey);
}
