.st-site-wrapper .st-sitemenu-12v2.nav-header {
  color: var(--bay-bodytext);
  font-size: 20px;
  line-height: 20px;
  text-align: right;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  overflow: hidden;
}
.st-site-wrapper .st-sitemenu-12v2.nav-header ul {
  margin: 0 80px 0 0;
}
.st-site-wrapper .st-sitemenu-12v2.nav-header ul li {
  display: inline-block;
  float: right;
  text-transform: uppercase;
  color: var(--bay-bodytext);
  font-size: 12px;
  line-height: 20px;
  padding: 15px 0;
}
.st-site-wrapper .st-sitemenu-12v2.nav-header ul li .st-social-divider {
  padding: 0 15px;
}
@media (max-width: 991px) {
  .st-site-wrapper .st-sitemenu-12v2.nav-header ul li .st-social-divider {
    padding: 0 10px;
  }
}
.st-site-wrapper .st-sitemenu-12v2.nav-header ul li a {
  text-decoration: underline;
}
@media (max-width: 479px) {
  .st-site-wrapper .nav-header {
    top: 0;
  }
}

.st-menu-wrapper .st-sitemenu-02 {
  text-transform: uppercase;
  top: 0;
  right: -293px;
  width: 300px;
  min-height: 100%;
  position: fixed;
  background: var(--bay-maincolor);
  z-index: 12002;
  color: var(--bay-bodycolor);
}
.st-menu-wrapper .st-sitemenu-02 .navbar-fixed-top {
  position: fixed;
  right: 0;
  z-index: 1030;
  width: 0 !important;
}
.st-menu-wrapper .st-sitemenu-02 .navbar-fixed-top .navbar-header {
  margin-top: 150px;
}
@media (max-width: 479px) {
  .st-menu-wrapper .st-sitemenu-02 .navbar-fixed-top .navbar-header {
    margin: 0;
  }
}
.st-menu-wrapper .st-sitemenu-02 .navbar-fixed-top .navbar-header .navbar-toggle {
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  padding: 14px;
  text-align: center;
  background-color: var(--bay-maincolor);
  position: fixed;
  color: var(--bay-bodycolor);
  display: block;
  right: 0;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  border-color: var(--bay-maincolor);
}
@media (max-width: 479px) {
  .st-menu-wrapper .st-sitemenu-02 .navbar-fixed-top .navbar-header .navbar-toggle {
    font-size: 32px;
    color: #333;
    background-color: transparent;
    border-color: transparent;
  }
}
@media (max-width: 1280px) {
  .st-menu-wrapper .st-sitemenu-02 #navbarNav {
    max-height: 600px !important;
  }
}
@media (min-width: 1440px) {
  .st-menu-wrapper .st-sitemenu-02 #navbarNav {
    max-height: 832px !important;
  }
}
.st-menu-wrapper .st-sitemenu-02 #navbarNav .st-sitemenu {
  display: table;
}
.st-menu-wrapper .st-sitemenu-02 #navbarNav .st-sitemenu ul#st-main-menu li {
  padding: 0 !important;
}
.st-menu-wrapper .st-sitemenu-02 #navbarNav .st-sitemenu ul#st-main-menu li a:hover {
  color: #ffffff;
  background-color: var(--bay-highlightcolor) !important;
}
.st-menu-wrapper .st-sitemenu-02 #navbarNav .st-sitemenu ul li:hover {
  padding: 0 !important;
}
.st-menu-wrapper .st-sitemenu-02 #navbarNav .st-sitemenu li {
  display: block;
  float: left;
  width: 300px;
  padding: 0;
  border-bottom: 1px solid var(--bay-maincolor);
}
.st-menu-wrapper .st-sitemenu-02 #navbarNav .st-sitemenu li:first-child {
  border-top: 1px solid var(--bay-maincolor);
}
.st-menu-wrapper .st-sitemenu-02 #navbarNav .st-sitemenu .st-menu-sub-links {
  border-style: none;
  margin: 0 0 0 10px;
}
.st-menu-wrapper .st-sitemenu-02 #navbarNav .st-sitemenu .st-menu-sub-links a, .st-menu-wrapper .st-sitemenu-02 #navbarNav .st-sitemenu .st-menu-sub-links strong {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--bay-bodycolor);
  line-height: 20px;
  padding: 10px 0 5px 20px;
}
.st-menu-wrapper .st-sitemenu-02 .navbar-nav {
  margin: 0;
}
.st-menu-wrapper .st-sitemenu-02 .navbar-nav .nav-item .nav-link {
  padding-right: 10px;
  padding-left: 10px;
}
.st-menu-wrapper .st-sitemenu-02 .dropdown-menu {
  position: static;
  background-color: var(--bay-maincolor);
  box-shadow: none;
  padding: 0 0 20px 0;
}
.st-menu-wrapper .st-sitemenu-02 .dropdown-menu.show {
  position: relative !important;
  transform: unset !important;
  padding-left: 0.5rem;
  border: unset;
}
.st-menu-wrapper .st-sitemenu-02 .nav li a {
  text-transform: uppercase;
  color: var(--bay-bodycolor) !important;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 0 15px 20px;
}
.st-menu-wrapper .st-sitemenu-02 .nav li a:focus {
  text-decoration: none;
  background-color: var(--bay-maincolor);
}

.st-sitemenu-02v2 .nav-stacked .st-sitemenu ul#st-main-menu li {
  padding: 0 !important;
}
.st-sitemenu-02v2 .nav-stacked .st-sitemenu ul#st-main-menu li:hover {
  padding: 0 !important;
}
.st-sitemenu-02v2 .nav-stacked .st-sitemenu ul#st-main-menu li .dropdown-menu {
  margin-top: 5px !important;
  padding-left: 15px !important;
}
.st-sitemenu-02v2 #nav-expander {
  margin-top: 5px !important;
}

@media (max-width: 1440px) {
  #st_section_01 {
    height: 600px;
  }
}
#st_section_01 .st-header-carousel-wrapper .st-header-carousel-13v2 #header_carousel_13v2 .carousel-item {
  max-height: 90vh;
}
#st_section_01 .st-header-carousel-wrapper .st-header-carousel-13v2 #header_carousel_13v2 .st-logo {
  top: 70px;
  left: 10%;
  position: absolute;
  z-index: 99;
}
@media (max-width: 479px) {
  #st_section_01 .st-header-carousel-wrapper .st-header-carousel-13v2 #header_carousel_13v2 .st-logo {
    z-index: 999;
  }
}
#st_section_01 .st-header-carousel-wrapper .st-header-carousel-13v2 #header_carousel_13v2 .st-logo img {
  height: 105px;
}
@media (max-width: 479px) {
  #st_section_01 .st-header-carousel-wrapper .st-header-carousel-13v2 #header_carousel_13v2 .st-logo img {
    height: 80px;
  }
}

#st_section_01 .st-header-carousel-wrapper .st-header-carousel-13v2 #header_carousel_13v2 .st-searchform-wrapper,
.video-container .st-searchform-wrapper {
  position: absolute;
  top: 40%;
  left: 30%;
  right: 30%;
}
@media (max-width: 1280px) {
  #st_section_01 .st-header-carousel-wrapper .st-header-carousel-13v2 #header_carousel_13v2 .st-searchform-wrapper,
  .video-container .st-searchform-wrapper {
    top: 30%;
    left: 10%;
    right: 10%;
  }
}
#st_section_01 .st-header-carousel-wrapper .st-header-carousel-13v2 #header_carousel_13v2 .st-searchform-wrapper .st-searchform-05v2,
.video-container .st-searchform-wrapper .st-searchform-05v2 {
  position: relative;
  z-index: 100;
}
#st_section_01 .st-header-carousel-wrapper .st-header-carousel-13v2 #header_carousel_13v2 .st-searchform-wrapper .st-searchform-05v2 #st_searchform_properties,
.video-container .st-searchform-wrapper .st-searchform-05v2 #st_searchform_properties {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #st_section_01 .st-header-carousel-wrapper .st-header-carousel-13v2 #header_carousel_13v2 .st-searchform-wrapper .st-searchform-05v2 #st_searchform_properties,
  .video-container .st-searchform-wrapper .st-searchform-05v2 #st_searchform_properties {
    width: 85%;
  }
}
#st_section_01 .st-header-carousel-wrapper .st-header-carousel-13v2 #header_carousel_13v2 .st-searchform-wrapper .st-searchform-05v2 #st_searchform_properties form,
.video-container .st-searchform-wrapper .st-searchform-05v2 #st_searchform_properties form {
  max-width: none;
}
#st_section_01 .st-header-carousel-wrapper .st-header-carousel-13v2 #header_carousel_13v2 .st-searchform-wrapper .st-searchform-05v2 #st_searchform_properties form h1,
.video-container .st-searchform-wrapper .st-searchform-05v2 #st_searchform_properties form h1 {
  font-size: 35px;
  display: inline-block;
  margin: 0;
  color: var(--bay-bodycolor);
  text-transform: uppercase;
}
@media (min-width: 1200px) and (max-width: 1919px) {
  #st_section_01 .st-header-carousel-wrapper .st-header-carousel-13v2 #header_carousel_13v2 .st-searchform-wrapper .st-searchform-05v2 #st_searchform_properties form h1,
  .video-container .st-searchform-wrapper .st-searchform-05v2 #st_searchform_properties form h1 {
    font-size: 40px;
  }
}
#st_section_01 .st-header-carousel-wrapper .st-header-carousel-13v2 #header_carousel_13v2 .st-searchform-wrapper .st-searchform-05v2 #st_searchform_properties form .text-end .btn-group,
.video-container .st-searchform-wrapper .st-searchform-05v2 #st_searchform_properties form .text-end .btn-group {
  margin-top: 10px;
  margin-bottom: 5px;
  display: table;
}
#st_section_01 .st-header-carousel-wrapper .st-header-carousel-13v2 #header_carousel_13v2 .st-searchform-wrapper .st-searchform-05v2 #st_searchform_properties form .text-end .btn-group .btn.active,
#st_section_01 .st-header-carousel-wrapper .st-header-carousel-13v2 #header_carousel_13v2 .st-searchform-wrapper .st-searchform-05v2 #st_searchform_properties form .text-end .btn-group .btn:hover,
.video-container .st-searchform-wrapper .st-searchform-05v2 #st_searchform_properties form .text-end .btn-group .btn.active,
.video-container .st-searchform-wrapper .st-searchform-05v2 #st_searchform_properties form .text-end .btn-group .btn:hover {
  background-color: var(--bay-highlightcolor);
}
#st_section_01 .st-header-carousel-wrapper .st-header-carousel-13v2 #header_carousel_13v2 .st-searchform-wrapper .st-searchform-05v2 #st_searchform_properties form .text-end .btn-group .btn,
.video-container .st-searchform-wrapper .st-searchform-05v2 #st_searchform_properties form .text-end .btn-group .btn {
  color: var(--bay-bodycolor);
  text-transform: uppercase;
  background-color: var(--bay-maincolor);
  border: 0;
  margin-left: 0 !important;
  border-right: 1px solid var(--bay-bodycolor);
  text-align: center;
  padding: 8px 0;
  font-size: 12px;
  line-height: 12px;
}
#st_section_01 .st-header-carousel-wrapper .st-header-carousel-13v2 #header_carousel_13v2 .st-searchform-wrapper .st-searchform-05v2 #st_searchform_properties form .text-end .btn-group .btn:last-child,
.video-container .st-searchform-wrapper .st-searchform-05v2 #st_searchform_properties form .text-end .btn-group .btn:last-child {
  border-right: 0;
}
@media (min-width: 480px) and (max-width: 767px) {
  #st_section_01 .st-header-carousel-wrapper .st-header-carousel-13v2 #header_carousel_13v2 .st-searchform-wrapper .st-searchform-05v2 #st_searchform_properties form #multifield_autocomplete_container #multifield_autocomplete,
  .video-container .st-searchform-wrapper .st-searchform-05v2 #st_searchform_properties form #multifield_autocomplete_container #multifield_autocomplete {
    height: 50px;
  }
}
@media (max-width: 479px) {
  #st_section_01 .st-header-carousel-wrapper .st-header-carousel-13v2 #header_carousel_13v2 .st-searchform-wrapper .st-searchform-05v2 #st_searchform_properties form #multifield_autocomplete_container #multifield_autocomplete,
  .video-container .st-searchform-wrapper .st-searchform-05v2 #st_searchform_properties form #multifield_autocomplete_container #multifield_autocomplete {
    height: 50px;
  }
}
@media (max-width: 400px) {
  #st_section_01 .st-header-carousel-wrapper .st-header-carousel-13v2 #header_carousel_13v2 .st-searchform-wrapper .st-searchform-05v2 #st_searchform_properties form #multifield_autocomplete_container #multifield_autocomplete,
  .video-container .st-searchform-wrapper .st-searchform-05v2 #st_searchform_properties form #multifield_autocomplete_container #multifield_autocomplete {
    max-width: 280px;
  }
}
#st_section_01 .st-header-carousel-wrapper .st-header-carousel-13v2 #header_carousel_13v2 .st-searchform-wrapper .st-searchform-05v2 #st_searchform_properties form #multifield_autocomplete_container .input-group,
.video-container .st-searchform-wrapper .st-searchform-05v2 #st_searchform_properties form #multifield_autocomplete_container .input-group {
  flex-wrap: nowrap;
}
#st_section_01 .st-header-carousel-wrapper .st-header-carousel-13v2 #header_carousel_13v2 .st-searchform-wrapper .st-searchform-05v2 #st_searchform_properties form #multifield_autocomplete_container .input-group input[type=search],
.video-container .st-searchform-wrapper .st-searchform-05v2 #st_searchform_properties form #multifield_autocomplete_container .input-group input[type=search] {
  width: 100%;
  height: 40px;
  vertical-align: middle;
  font-size: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0;
  text-transform: capitalize;
}
#st_section_01 .st-header-carousel-wrapper .st-header-carousel-13v2 #header_carousel_13v2 .st-searchform-wrapper .st-searchform-05v2 #st_searchform_properties form #multifield_autocomplete_container .input-group .btn,
.video-container .st-searchform-wrapper .st-searchform-05v2 #st_searchform_properties form #multifield_autocomplete_container .input-group .btn {
  height: auto;
  line-height: 24px;
  padding: 0 10px;
}
@media (min-width: 300px) and (max-width: 767px) {
  #st_section_01 .st-header-carousel-wrapper .st-header-carousel-13v2 #header_carousel_13v2 .st-searchform-wrapper .st-searchform-05v2 #st_searchform_properties form #multifield_autocomplete_container .input-group .btn,
  .video-container .st-searchform-wrapper .st-searchform-05v2 #st_searchform_properties form #multifield_autocomplete_container .input-group .btn {
    height: 50px;
    line-height: 40px;
    padding: 0 10px;
  }
}
#st_section_01 .st-header-carousel-wrapper .st-header-carousel-13v2 #header_carousel_13v2 .st-searchform-wrapper .st-searchform-05v2 #st_searchform_properties form .btn-search-nearby,
.video-container .st-searchform-wrapper .st-searchform-05v2 #st_searchform_properties form .btn-search-nearby {
  color: var(--bay-searchformbuttonscolor);
  position: absolute;
  right: 50px;
  top: 8px;
  padding: 0 10px;
  line-height: 25px;
  height: 25px;
  z-index: 1;
  text-decoration: none;
}
#st_section_01 .st-header-carousel-wrapper .st-header-carousel-13v2 #header_carousel_13v2 .st-searchform-wrapper .st-searchform-05v2 #st_searchform_properties form .st-searchform-advanced,
.video-container .st-searchform-wrapper .st-searchform-05v2 #st_searchform_properties form .st-searchform-advanced {
  text-decoration: none;
  color: var(--bay-bodycolor) !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 14px;
  padding: 14px 0 0 0;
  float: right;
  text-transform: uppercase;
}
#st_section_01 .st-header-carousel-wrapper .st-header-carousel-13v2 #header_carousel_13v2 .st-searchform-wrapper .st-searchform-05v2 #st_searchform_properties form .st-searchform-advanced .fa,
.video-container .st-searchform-wrapper .st-searchform-05v2 #st_searchform_properties form .st-searchform-advanced .fa {
  font-size: 12px;
  vertical-align: bottom;
}
#st_section_01 .st-header-carousel-wrapper .st-header-carousel-13v2 #header_carousel_13v2 .st-searchform-wrapper .st-searchform-05v2 #st_searchform_properties form .st-searchform-map,
.video-container .st-searchform-wrapper .st-searchform-05v2 #st_searchform_properties form .st-searchform-map {
  text-decoration: none;
  color: var(--bay-bodycolor) !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 14px;
  padding: 14px 0 0 0;
  float: right;
  text-transform: uppercase;
}
#st_section_01 .st-header-carousel-wrapper .st-header-carousel-13v2 #header_carousel_13v2 .st-searchform-wrapper .st-searchform-05v2 #st_searchform_properties form .st-searchform-map .fa,
.video-container .st-searchform-wrapper .st-searchform-05v2 #st_searchform_properties form .st-searchform-map .fa {
  font-size: 12px;
  vertical-align: bottom;
  padding-right: 10px;
}
#st_section_01 .st-header-carousel-wrapper .st-header-carousel-13v2 #header_carousel_13v2 .st-searchform-wrapper .st-searchform-05v2 #st_searchform_properties .st-listings-getlocation-mobile,
.video-container .st-searchform-wrapper .st-searchform-05v2 #st_searchform_properties .st-listings-getlocation-mobile {
  color: var(--bay-searchformbuttonscolor);
  margin-top: 15px;
  padding-right: 15px;
  width: 100%;
}
#st_section_01 .st-header-carousel-wrapper .st-header-carousel-13v2 #header_carousel_13v2 .st-searchform-wrapper .st-searchform-05v2 #st_searchform_agents form,
.video-container .st-searchform-wrapper .st-searchform-05v2 #st_searchform_agents form {
  max-width: none;
}
#st_section_01 .st-header-carousel-wrapper .st-header-carousel-13v2 #header_carousel_13v2 .st-searchform-wrapper .st-searchform-05v2 #st_searchform_agents form .btn-group,
.video-container .st-searchform-wrapper .st-searchform-05v2 #st_searchform_agents form .btn-group {
  margin-top: 10px;
  margin-bottom: 5px;
  display: table;
}
#st_section_01 .st-header-carousel-wrapper .st-header-carousel-13v2 #header_carousel_13v2 .st-searchform-wrapper .st-searchform-05v2 #st_searchform_agents form .btn-group .btn.active,
#st_section_01 .st-header-carousel-wrapper .st-header-carousel-13v2 #header_carousel_13v2 .st-searchform-wrapper .st-searchform-05v2 #st_searchform_agents form .btn-group .btn:hover,
.video-container .st-searchform-wrapper .st-searchform-05v2 #st_searchform_agents form .btn-group .btn.active,
.video-container .st-searchform-wrapper .st-searchform-05v2 #st_searchform_agents form .btn-group .btn:hover {
  background-color: var(--bay-highlightcolor);
}
#st_section_01 .st-header-carousel-wrapper .st-header-carousel-13v2 #header_carousel_13v2 .st-searchform-wrapper .st-searchform-05v2 #st_searchform_agents form .btn-group .btn,
.video-container .st-searchform-wrapper .st-searchform-05v2 #st_searchform_agents form .btn-group .btn {
  color: var(--bay-bodycolor);
  text-transform: uppercase;
  background-color: var(--bay-maincolor);
  border: 0;
  margin-left: 0 !important;
  border-right: 1px solid var(--bay-bodycolor);
  text-align: center;
  padding: 8px 0;
  font-size: 12px;
  line-height: 12px;
}
#st_section_01 .st-header-carousel-wrapper .st-header-carousel-13v2 #header_carousel_13v2 .st-searchform-wrapper .st-searchform-05v2 #st_searchform_agents form .btn-group .btn:last-child,
.video-container .st-searchform-wrapper .st-searchform-05v2 #st_searchform_agents form .btn-group .btn:last-child {
  border-right: 0;
}
#st_section_01 .st-header-carousel-wrapper .st-header-carousel-13v2 #header_carousel_13v2 .st-searchform-wrapper .st-searchform-05v2 button,
.video-container .st-searchform-wrapper .st-searchform-05v2 button {
  background-color: var(--bay-searchformbuttonsbackground);
  border-color: var(--bay-searchformbuttonsborder);
  color: var(--bay-searchformbuttonscolor);
}
#st_section_01 .st-header-carousel-wrapper .st-header-carousel-13v2 #header_carousel_13v2 .st-searchform-wrapper .st-searchform-05v2 .fa-search,
.video-container .st-searchform-wrapper .st-searchform-05v2 .fa-search {
  color: var(--bay-searchformcolor);
  font-size: 20px;
  padding: 0;
  border: 0;
}
#st_section_01 .st-header-carousel-wrapper .st-header-carousel-13v2 #header_carousel_13v2 .st-searchform-wrapper .st-searchform-05v2 #st_listings-advancedsearch,
.video-container .st-searchform-wrapper .st-searchform-05v2 #st_listings-advancedsearch {
  background-color: var(--bay-searchformbuttonsbackground);
  border-color: var(--bay-searchformbuttonsborder);
  color: var(--bay-searchformbuttonscolor);
  margin-top: 15px;
  padding-right: 15px;
  width: 100%;
}

#iq_additional_searchfields {
  margin: 10px 0 0 0;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 20px 0 !important;
  position: relative;
  z-index: 2;
}
#iq_additional_searchfields .dropDownParent {
  position: relative !important;
}
#iq_additional_searchfields input {
  background-color: rgba(255, 255, 255, 0.82);
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
}
#iq_additional_searchfields .btn-group {
  margin-top: 10px;
  margin-bottom: 5px;
  display: table;
}
#iq_additional_searchfields .iq-textdropdown.input-group {
  margin: -26px 15px;
  width: 40px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  #iq_additional_searchfields .iq-textdropdown.input-group {
    right: -12% !important;
  }
}
@media (min-width: 920px) and (max-width: 1024px) {
  #iq_additional_searchfields .iq-textdropdown.input-group {
    right: -11% !important;
  }
}
@media (min-width: 768px) and (max-width: 920px) {
  #iq_additional_searchfields .iq-textdropdown.input-group {
    right: -13% !important;
  }
}
@media (min-width: 575px) and (max-width: 767px) {
  #iq_additional_searchfields .iq-textdropdown.input-group {
    right: -7% !important;
  }
}
@media (min-width: 425px) and (max-width: 575px) {
  #iq_additional_searchfields .iq-textdropdown.input-group {
    right: -4% !important;
  }
}
@media (min-width: 320px) and (max-width: 424px) {
  #iq_additional_searchfields .iq-textdropdown.input-group {
    right: -6% !important;
  }
}
#iq_additional_searchfields .dropdown-menu {
  max-height: 290px;
  overflow: auto;
  margin: 0 26px 0 -118px !important;
}
#iq_additional_searchfields #st_price_range .al-range-slider,
#iq_additional_searchfields #st_beds_range .al-range-slider,
#iq_additional_searchfields #st_baths_range .al-range-slider {
  padding: 0 1em;
  font-size: 10px !important;
}
#iq_additional_searchfields #st_price_range .al-range-slider__track,
#iq_additional_searchfields #st_beds_range .al-range-slider__track,
#iq_additional_searchfields #st_baths_range .al-range-slider__track {
  height: 10px;
  box-shadow: none !important;
  margin: 1em 0 !important;
}
#iq_additional_searchfields #st_price_range .al-range-slider__track .al-range-slider__grid,
#iq_additional_searchfields #st_beds_range .al-range-slider__track .al-range-slider__grid,
#iq_additional_searchfields #st_baths_range .al-range-slider__track .al-range-slider__grid {
  height: 10px;
  border-radius: 4px;
  background: none;
  background-color: rgba(255, 255, 255, 0.82);
}
#iq_additional_searchfields #st_price_range .al-range-slider__track .al-range-slider__grid .al-range-slider__grid-tick,
#iq_additional_searchfields #st_beds_range .al-range-slider__track .al-range-slider__grid .al-range-slider__grid-tick,
#iq_additional_searchfields #st_baths_range .al-range-slider__track .al-range-slider__grid .al-range-slider__grid-tick {
  display: none;
}
#iq_additional_searchfields #st_price_range .al-range-slider__track .al-range-slider__knob,
#iq_additional_searchfields #st_beds_range .al-range-slider__track .al-range-slider__knob,
#iq_additional_searchfields #st_baths_range .al-range-slider__track .al-range-slider__knob {
  border-radius: 50%;
  border: 5px solid var(--bay-bodytext);
  background: var(--bay-bodycolor);
  color: inherit;
}
#iq_additional_searchfields #st_price_range .al-range-slider__track .al-range-slider__bar,
#iq_additional_searchfields #st_beds_range .al-range-slider__track .al-range-slider__bar,
#iq_additional_searchfields #st_baths_range .al-range-slider__track .al-range-slider__bar {
  height: 10px;
  border: none !important;
  border-radius: unset !important;
  box-shadow: none !important;
  background: var(--bay-maincolor) !important;
}
#iq_additional_searchfields .st-slider-display {
  font-size: 12px;
  color: var(--bay-bodytext);
  font-weight: bold;
  margin: 5px 0 10px 0;
  display: table;
  width: 100%;
}
#iq_additional_searchfields .iq-selectdropdown {
  position: absolute !important;
  top: 62%;
  right: -10%;
  margin-top: -26px !important;
  margin: -26px 15px;
  width: 40px;
  padding: 7px 25px;
  align-items: stretch;
}
#iq_additional_searchfields .iq-selectdropdown button.btn {
  cursor: pointer;
  padding: 0.2rem 0.4rem !important;
  font-size: unset !important;
  line-height: unset !important;
  border-right: none !important;
  border-radius: 0 !important;
  border: unset !important;
}
#iq_additional_searchfields .iq-selectdropdown button.btn.show {
  color: var(--bay-bodycolor);
  background-color: var(--bay-highlightcolor);
}
#iq_additional_searchfields .iq-selectdropdown button.btn::after {
  content: unset;
}
#iq_additional_searchfields .iq-selectdropdown ul.dropdown-menu > li {
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
}
#iq_additional_searchfields .iq-selectdropdown ul.dropdown-menu > li a {
  width: 100%;
  display: block;
}

@media (min-width: 1200px) {
  .st-footer-wrapper .h2,
  .st-footer-wrapper h2 {
    font-size: 2rem;
  }
}
.st-footer-wrapper .st-footer-01 {
  padding: 20px 0;
  background-color: var(--bay-footerbackground);
  color: var(--bay-footercolor);
  z-index: 1;
  text-align: center;
  height: auto;
  min-height: 200px;
}
.st-footer-wrapper .st-footer-01 footer {
  background-color: var(--bay-maincolor);
  color: var(--bay-bodycolor);
}
.st-footer-wrapper .st-footer-01 footer ul {
  list-style: none;
  margin: 10px auto;
  padding: 0;
}
.st-footer-wrapper .st-footer-01 footer ul li {
  color: var(--bay-bodycolor);
  display: inline;
  padding: 0 5px;
}
@media (max-width: 479px) {
  .st-footer-wrapper .st-footer-01 footer ul li {
    margin-bottom: 10px !important;
  }
}
.st-footer-wrapper .st-footer-01 footer ul li a {
  color: var(--bay-bodycolor);
  text-decoration: none;
}
@media (max-width: 479px) {
  .st-footer-wrapper .st-footer-01 footer ul li.st-footer-links .st-footer-divider {
    margin-top: 25px !important;
  }
}
@media (max-width: 479px) {
  .st-footer-wrapper .st-footer-01 footer .st-footer-nav li,
  .st-footer-wrapper .st-footer-01 footer .st-footer-links li {
    display: block !important;
    margin-bottom: 10px !important;
  }
}
@media (max-width: 479px) {
  .st-footer-wrapper .st-footer-01 footer .st-footer-nav li.st-footer-divider,
  .st-footer-wrapper .st-footer-01 footer .st-footer-links li.st-footer-divider {
    display: none !important;
  }
}
.st-footer-wrapper .st-footer-01 footer .st-footer-banner {
  margin: 25px 0;
}

.st-panel-wrapper .st-panel-01 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 250px 10px;
  text-align: center;
  color: var(--bay-bodycolor);
}
.st-panel-wrapper .st-panel-01 h1 {
  color: var(--bay-white);
  margin-top: 0;
  font-size: 60px;
}
@media (max-width: 991px) {
  .st-panel-wrapper .st-panel-01 h1 {
    font-size: 30px;
  }
}
.st-panel-wrapper .st-panel-01 p {
  margin-bottom: 0;
  text-align: center;
  font-size: 16px;
}
@media (max-width: 991px) {
  .st-panel-wrapper .st-panel-01 p {
    font-size: 14px;
  }
}
.st-panel-wrapper .st-panel-01 a {
  border: 2px solid var(--bay-white);
  padding: 10px;
  display: inline-block;
  color: var(--bay-white);
  margin-top: 5px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.st-panel-wrapper .st-panel-01 a:hover {
  color: var(--bay-white);
  border-color: var(--bay-white);
  background-color: rgba(0, 0, 0, 0.3);
}

.st-areas-wrapper .st-areas-03 {
  padding: 20px 0 40px 0;
  background: var(--bay-maincolor);
}
.st-areas-wrapper .st-areas-03 h1 {
  text-align: center;
  font-size: 40px;
  color: var(--bay-bodycolor);
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-areas-wrapper .st-areas-03 h1 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .st-areas-wrapper .st-areas-03 h1 {
    font-size: 30px;
  }
}
.st-areas-wrapper .st-areas-03 .description {
  font-weight: 200;
  font-size: 16px;
  color: var(--bay-bodycolor);
  text-align: center;
  display: block;
  padding: 0 0 25px 0;
}
.st-areas-wrapper .st-areas-03 .map-image {
  width: 100%;
  height: 427px;
  padding: 5px;
  box-sizing: border-box;
  border: 10px solid var(--bay-bodycolor);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 7px 7px 6px rgba(0, 0, 0, 0.4);
}
.st-areas-wrapper .st-areas-03 .map-image .img-fill {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

.st-panels-01 .panels-3#quadpanel_1 img, .st-panels-01 .panels-3#quadpanel_2 img,
#st_section_07 .st-panels-04 .panels-3#quadpanel_1 img,
#st_section_07 .st-panels-04 .panels-3#quadpanel_2 img {
  padding-right: 10px;
}
.st-panels-01 .panels-3#quadpanel_2 img, .st-panels-01 .panels-3#quadpanel_3 img,
#st_section_07 .st-panels-04 .panels-3#quadpanel_2 img,
#st_section_07 .st-panels-04 .panels-3#quadpanel_3 img {
  padding-left: 10px;
}
.st-panels-01 .panels-6#quadpanel_1 img, .st-panels-01 .panels-6#quadpanel_2 img, .st-panels-01 .panels-6#quadpanel_4 img, .st-panels-01 .panels-6#quadpanel_5 img,
#st_section_07 .st-panels-04 .panels-6#quadpanel_1 img,
#st_section_07 .st-panels-04 .panels-6#quadpanel_2 img,
#st_section_07 .st-panels-04 .panels-6#quadpanel_4 img,
#st_section_07 .st-panels-04 .panels-6#quadpanel_5 img {
  padding-right: 10px;
}
.st-panels-01 .panels-6#quadpanel_2 img, .st-panels-01 .panels-6#quadpanel_3 img, .st-panels-01 .panels-6#quadpanel_5 img, .st-panels-01 .panels-6#quadpanel_6 img,
#st_section_07 .st-panels-04 .panels-6#quadpanel_2 img,
#st_section_07 .st-panels-04 .panels-6#quadpanel_3 img,
#st_section_07 .st-panels-04 .panels-6#quadpanel_5 img,
#st_section_07 .st-panels-04 .panels-6#quadpanel_6 img {
  padding-left: 10px;
}
.st-panels-01 .panels-6#quadpanel_1 img, .st-panels-01 .panels-6#quadpanel_2 img, .st-panels-01 .panels-6#quadpanel_3 img,
#st_section_07 .st-panels-04 .panels-6#quadpanel_1 img,
#st_section_07 .st-panels-04 .panels-6#quadpanel_2 img,
#st_section_07 .st-panels-04 .panels-6#quadpanel_3 img {
  padding-bottom: 20px;
}
.st-panels-01 .st-panel-contents,
#st_section_07 .st-panels-04 .st-panel-contents {
  text-align: left;
  color: var(--bay-bodycolor);
  padding: 40px;
  position: absolute;
  bottom: 0;
}
@media (max-width: 479px) {
  .st-panels-01 .st-panel-contents,
  #st_section_07 .st-panels-04 .st-panel-contents {
    padding: 30px;
  }
}
.st-panels-01 .st-panel-contents .st-card-title,
#st_section_07 .st-panels-04 .st-panel-contents .st-card-title {
  font-size: 45px !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
}
.st-panels-01 .st-panel-contents p,
#st_section_07 .st-panels-04 .st-panel-contents p {
  font-size: 16px;
  color: var(--bay-bodycolor);
}
@media (max-width: 479px) {
  .st-panels-01 .st-panel-contents p,
  #st_section_07 .st-panels-04 .st-panel-contents p {
    font-size: 14px !important;
  }
}
.st-panels-01 .st-panel-contents a,
#st_section_07 .st-panels-04 .st-panel-contents a {
  border: 1px solid var(--bay-bodycolor);
  padding: 10px;
  display: inline-block;
  color: var(--bay-bodycolor);
  margin-top: 5px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.2);
  text-decoration: none;
  font-weight: bold;
}
.st-panels-01 .st-panel-contents a:visited, .st-panels-01 .st-panel-contents a:hover,
#st_section_07 .st-panels-04 .st-panel-contents a:visited,
#st_section_07 .st-panels-04 .st-panel-contents a:hover {
  color: #ffffff !important;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 576px) {
  .st-panels-01 .panels-2#quadpanel_1 img, .st-panels-01 .panels-2#quadpanel_3 img, .st-panels-01 .panels-4#quadpanel_1 img, .st-panels-01 .panels-4#quadpanel_3 img,
  #st_section_07 .st-panels-04 .panels-2#quadpanel_1 img,
  #st_section_07 .st-panels-04 .panels-2#quadpanel_3 img,
  #st_section_07 .st-panels-04 .panels-4#quadpanel_1 img,
  #st_section_07 .st-panels-04 .panels-4#quadpanel_3 img {
    padding-right: 10px;
  }
  .st-panels-01 .panels-2#quadpanel_2 img, .st-panels-01 .panels-2#quadpanel_4 img, .st-panels-01 .panels-4#quadpanel_2 img, .st-panels-01 .panels-4#quadpanel_4 img,
  #st_section_07 .st-panels-04 .panels-2#quadpanel_2 img,
  #st_section_07 .st-panels-04 .panels-2#quadpanel_4 img,
  #st_section_07 .st-panels-04 .panels-4#quadpanel_2 img,
  #st_section_07 .st-panels-04 .panels-4#quadpanel_4 img {
    padding-left: 10px;
  }
  .st-panels-01 .panels-4#quadpanel_1 img, .st-panels-01 .panels-4#quadpanel_2 img,
  #st_section_07 .st-panels-04 .panels-4#quadpanel_1 img,
  #st_section_07 .st-panels-04 .panels-4#quadpanel_2 img {
    padding-bottom: 20px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .st-panels-01 .panels-3#quadpanel_1 img, .st-panels-01 .panels-3#quadpanel_3 img, .st-panels-01 .panels-3#quadpanel_5 img, .st-panels-01 .panels-6#quadpanel_1 img, .st-panels-01 .panels-6#quadpanel_3 img, .st-panels-01 .panels-6#quadpanel_5 img,
  #st_section_07 .st-panels-04 .panels-3#quadpanel_1 img,
  #st_section_07 .st-panels-04 .panels-3#quadpanel_3 img,
  #st_section_07 .st-panels-04 .panels-3#quadpanel_5 img,
  #st_section_07 .st-panels-04 .panels-6#quadpanel_1 img,
  #st_section_07 .st-panels-04 .panels-6#quadpanel_3 img,
  #st_section_07 .st-panels-04 .panels-6#quadpanel_5 img {
    padding-right: 10px;
  }
  .st-panels-01 .panels-3#quadpanel_2 img, .st-panels-01 .panels-3#quadpanel_4 img, .st-panels-01 .panels-3#quadpanel_6 img, .st-panels-01 .panels-6#quadpanel_2 img, .st-panels-01 .panels-6#quadpanel_4 img, .st-panels-01 .panels-6#quadpanel_6 img,
  #st_section_07 .st-panels-04 .panels-3#quadpanel_2 img,
  #st_section_07 .st-panels-04 .panels-3#quadpanel_4 img,
  #st_section_07 .st-panels-04 .panels-3#quadpanel_6 img,
  #st_section_07 .st-panels-04 .panels-6#quadpanel_2 img,
  #st_section_07 .st-panels-04 .panels-6#quadpanel_4 img,
  #st_section_07 .st-panels-04 .panels-6#quadpanel_6 img {
    padding-left: 10px;
  }
  .st-panels-01 .panels-3#quadpanel_1 img, .st-panels-01 .panels-3#quadpanel_2 img,
  #st_section_07 .st-panels-04 .panels-3#quadpanel_1 img,
  #st_section_07 .st-panels-04 .panels-3#quadpanel_2 img {
    padding-bottom: 20px;
  }
  .st-panels-01 .panels-6#quadpanel_1 img, .st-panels-01 .panels-6#quadpanel_2 img, .st-panels-01 .panels-6#quadpanel_3 img, .st-panels-01 .panels-6#quadpanel_4 img,
  #st_section_07 .st-panels-04 .panels-6#quadpanel_1 img,
  #st_section_07 .st-panels-04 .panels-6#quadpanel_2 img,
  #st_section_07 .st-panels-04 .panels-6#quadpanel_3 img,
  #st_section_07 .st-panels-04 .panels-6#quadpanel_4 img {
    padding-bottom: 20px;
  }
}

@media (max-width: 575px) {
  [id^=quadpanel_]:not(:last-child) img {
    padding-bottom: 20px;
  }
}
.st-youtube-wrapper .st-youtube-01 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 250px 10px;
  color: var(--bay-bodycolor);
}
.st-youtube-wrapper .st-youtube-01 h1 {
  color: var(--bay-white);
  margin-top: 0;
  font-size: 60px;
}
.st-youtube-wrapper .st-youtube-01 p {
  margin-bottom: 0;
  text-align: center;
}
.st-youtube-wrapper .st-youtube-01 a {
  border: 2px solid var(--bay-white);
  padding: 10px;
  display: inline-block;
  color: var(--bay-white);
  margin-top: 5px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

#iq_agents .iq-pg-header .agents-header {
  font-size: 45px !important;
  color: #ffffff !important;
}
@media (max-width: 480px) {
  #iq_agents .iq-pg-header .agents-header {
    color: #000 !important;
  }
}

body:has(.card-modern) .st-sitemenu-12v2.nav-header {
  top: 0;
}

body:has(.card-modern):has(#edit-menu) .st-sitemenu-12v2.nav-header {
  top: 60px;
}

.agent-v2details {
  color: #555555;
  font-size: 2rem;
}

.v2-04 #iq_agent .iq-pg-body #iq_lead_form .iq-agent-label {
  font-weight: bold;
}
.v2-04 #iq_agent .iq-pg-body #iq_lead_form #iq_lead_page_0001 .iq-form-field-required {
  border-radius: 4px !important;
}
.v2-04 #iq_agent .iq-pg-header h2 {
  font-size: 45px !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  padding-left: 0 !important;
}
.v2-04 #iq_agent .iq-agent-profile-sidebar #iq_agent_leadsource {
  background-color: #f5f5f5 !important;
  border: unset !important;
}
.v2-04 #iq_agent .iq-agent-profile-sidebar #iq_lead_form .iq-agent-label {
  font-weight: 400 !important;
}
.v2-04 #iq_agent .iq-agent-profile-search #iq_agent_propertysearchform #iq_agent_form_multifamily_section select {
  padding-left: 1rem !important;
}

.iq-blog-support {
  color: #888888 !important;
}

@media (max-width: 479px) {
  .iq-blog-title {
    margin-top: 5rem;
    font-size: 20px !important;
  }
  .iq-pg-body {
    margin-top: 0 !important;
  }
}
.iq-full-details .iq-listings-office:hover {
  color: #0a58ca !important;
}

.iq-result-counter {
  color: #868e96;
}

.iq-office-active-listing:hover {
  color: #555555 !important;
}

#iqListingsContainer #iqSearchFormHeader #iq_criteria_form .dropdown button,
#iqListingsContainer #iqSearchFormHeader #iq_criteria_form .btn-advanced {
  color: #333;
  border-color: #ccc !important;
  background-color: #ffffff;
}
#iqListingsContainer #iqSearchFormHeader #iq_criteria_form .dropdown button:hover,
#iqListingsContainer #iqSearchFormHeader #iq_criteria_form .btn-advanced:hover {
  background-color: #e6e6e6;
  border-color: #adadad !important;
}

#iqListingsContainer .st-sitemenu-02v2 #st-main-menu .dropdown-menu {
  background-color: unset;
}

.v2-04 #iqListingsContainer #iqSearchFormHeader #iq_criteria_form .dropdown button:focus {
  box-shadow: unset;
}
.v2-04 #iqListingsContainer #iqSearchFormHeader #iq_criteria_form .dropdown button:hover {
  background-color: #e6e6e6;
  border-color: #adadad !important;
}
.v2-04 #iqListingsContainer #iqSearchFormHeader #iq_criteria_form .btn-advanced {
  color: #333;
  border-color: #ccc !important;
  background-color: #ffffff;
}
.v2-04 #iqListingsContainer #iqSearchFormHeader #iq_criteria_form .btn-advanced:focus {
  box-shadow: unset;
}
.v2-04 #iqListingsContainer #iqSearchFormHeader #iq_criteria_form .btn-advanced:hover {
  background-color: #e6e6e6;
  border-color: #adadad !important;
}
.v2-04 #iq_lead_form .iq-lead-page .iq-listing-form-details {
  border-radius: 4px !important;
}
.v2-04 #iq_lead_form .iq-lead-page .iq-listing-form-details.iq-form-field-required {
  border-left: 2px solid red !important;
}
.v2-04 #iq_lead_form .iq-lead-page #publicid-container select {
  border-radius: 4px !important;
}
.v2-04 .iq-listing-btn {
  border-color: #888888 !important;
  background: #888888 !important;
}

#iq_myportal_passwordreminder_dialog .container {
  min-width: 320px;
}
@media (min-width: 1200px) {
  #iq_myportal_passwordreminder_dialog .container {
    width: 1170px;
  }
}

#iq_myportal_passwordreminder_form .text-danger {
  color: #a94442 !important;
  margin-top: 20px !important;
  font-size: 14px;
}
#iq_myportal_passwordreminder_form .btn-primary {
  margin-top: 10px;
  font-family: var(--bay-primary-font);
  font-size: 15px;
  border-radius: 4px;
}
#iq_myportal_passwordreminder_form h3 {
  font-size: 24px;
  font-family: var(--bay-primary-font);
  color: #212529;
  font-weight: 500;
}

#userid-container label {
  font-weight: 600;
  font-family: var(--bay-primary-font);
  font-size: 15px;
}

#iq_myportal_passwordreminder_form-userid {
  border-radius: 4px;
  height: 32px;
}

#myportal_carousel.carousel-inner .carousel-item {
  position: relative;
}

#myportal_carousel .carousel-item:after,
#myportal_carousel .carousel-item:before {
  position: absolute;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

#myportal_carousel.carousel-inner .carousel-item:after {
  content: "\a";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}

#myportal_carousel.carousel-inner .carousel-item:before,
#myportal_carousel .carousel-caption {
  z-index: 1;
}

#myportal_carousel.carousel-inner .carousel-item:after,
#myportal_carousel.carousel-inner .carousel-item:before {
  opacity: 0.7;
}

.iq-v2vendor-name a:hover {
  text-decoration: underline !important;
}

.iq-vendorv2-header a:hover {
  text-decoration: none !important;
}

.iq-office-address-no:hover {
  color: #555555;
}

.iq-office-modern-details {
  margin-right: 3rem;
  margin-left: 3rem;
}

@media (min-width: 576px) {
  .iq-office-modern-details {
    margin-top: 75px;
  }
}
@media (max-width: 575px) {
  .iq-office-modern-details {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
body:has(#iq-offices_modern) .st-inside-header img {
  height: 0 !important;
}
body:has(#iq-offices_modern) .st-sitemenu-02 .navbar-header {
  margin-top: 90px;
}
body:has(#iq-offices_modern) .st-header-carousel-wrapper {
  margin-top: 50px;
}
body:has(#iq-offices_modern) #iq-offices_modern {
  margin-top: -50px !important;
  padding-left: 50px;
  padding-right: 50px;
}

body:has(#st-inside-modern-header) #iq-offices_modern {
  margin-top: 40px !important;
}

@media (min-width: 479px) {
  body:has(#iq-offices_modern) .st-sitemenu-02 .navbar-header {
    margin: 0;
  }
}
@media (max-width: 481px) {
  body.editbar:has(#iq-offices_modern) #iq-offices_modern {
    margin-top: 0 !important;
    padding-left: 12px;
    padding-right: 6px;
  }
  body:has(#iq-offices_modern) #iq-offices_modern {
    margin-top: 40px !important;
    padding-left: 12px;
    padding-right: 6px;
  }
  body:has(#iq-offices_modern) #iq-offices_modern #iq-office-section-map {
    height: 580px !important;
    padding-right: 16px !important;
  }
}
body:has(#iq-offices_modern) .st-inside-content-wrapper .container {
  margin-top: 0 !important;
}

@media (width: 480px) {
  body.editbar:has(#iq-offices_modern) #iq-offices_modern {
    margin-top: -60px !important;
    padding-left: 12px;
    padding-right: 6px;
  }
}
#iq-offices_modern {
  margin-top: 40px;
  padding-left: 50px;
  padding-right: 50px;
}

@media (min-width: 768px) {
  body:has(.st-site-wrapper[data-page=search-listings]) .st-sitemenu-02 .navbar-header {
    margin-top: 10px !important;
  }
}
@media (max-width: 479px) {
  .v2-04:has(.st-site-wrapper[data-page=search-agents]) #iq_agents .iq-pg-body.bayAgentsGrid_v2 > .row:first-of-type {
    margin-top: 50px !important;
  }
}
.navbar-dark .navbar-brand {
  color: #fff !important;
}

@media (max-width: 1440px) {
  body:has(.iq-agent-profile-container) #site-wrapper .st-homepage-wrapper #st_section_01 {
    height: 600px;
  }
}

.st-header-carousel-wrapper,
.st-header-carousel-13v2,
#header_carousel_13v2,
#header_carousel_13v2 .carousel-inner,
#header_carousel_13v2 .carousel-inner .carousel-item {
  height: 100%;
}

#site-wrapper .st-homepage-wrapper #st_section_02:has(*),
#site-wrapper .st-homepage-wrapper .st-content-wrapper > [id^=st_section_]:has(*) {
  padding-top: 60px;
  background-color: var(--bay-white) !important;
}

.st-24 .st-inside-content-wrapper .st-inside-header {
  height: 300px;
}

.st-searchform-05v2 #st_searchform_properties .st-searchform-map,
.st-searchform-05v2 #st_searchform_properties .st-searchform-advanced {
  padding: 0 !important;
}

#iq_additional_searchfields .iq-textdropdown.input-group {
  position: absolute !important;
  top: 62%;
  right: -10%;
}

.st-menu-wrapper .st-sitemenu-02v2 .st-sitemenu ul#st-main-menu li a:hover {
  color: #ffffff !important;
  background-color: var(--bay-highlightcolor) !important;
}

.st-sitemenu-02v2 #st-main-menu .dropdown-menu {
  background-color: unset;
}

@media (max-width: 478px) {
  .instantValuationForm {
    top: 47px;
  }
}
.iq-agent-profile-container {
  z-index: 1 !important;
}
@media (min-width: 768px) and (max-width: 1330px) {
  .iq-agent-profile-container {
    height: 150px;
  }
}

/*# sourceMappingURL=site.css.map */
