.nav-item .nav-link {
  font-family: var(--bay-primary-font) !important;
  line-height: 18px;
  padding: 0.5rem 1rem;
}

#st-main-menu #nav-item-2 > ul {
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

nav[data-editable-type=sitemenu] ul.dropdown-menu {
  max-height: 60vh;
  overflow: auto;
}

.st-sitemenu-01v2 .navbar-brand {
  margin: 0 10px;
}
.st-sitemenu-01v2 .navbar-brand img {
  height: 76px;
}
.st-sitemenu-01v2 #st-nav-social-links {
  margin: 0;
  padding: 0;
  height: 38px;
  list-style: none;
}
.st-sitemenu-01v2 #st-nav-social-links li {
  color: var(--bay-bodytext);
  display: inline-block;
  margin: 10px;
}
.st-sitemenu-01v2 #st-nav-social-links li a.iq-phonenumber {
  font-size: 15px !important;
  line-height: 20px !important;
  color: var(--bay-bodytext) !important;
  border: 0 !important;
  text-decoration: none;
}
.st-sitemenu-01v2 #st-nav-social-links li a {
  color: var(--bay-bodytext);
  border: 1px solid var(--bay-bodytext);
  padding: 3px;
  border-radius: 50%;
  font-size: 13px;
}
.st-sitemenu-01v2 #st-nav-social-links li a:hover {
  background-color: var(--bay-bodycolor);
}
.st-sitemenu-01v2 #st-nav-social-links li a:focus-visible {
  outline: 2px solid var(--bay-bodytext);
  outline-offset: 2px;
}

@media (min-width: 768px) {
  .navbar-collapse .navbar-nav:nth-of-type(2) {
    align-items: center;
  }
}
@media (min-width: 830px) {
  .navbar-nav .nav-item .nav-link {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .st-header-carousel-wrapper:has(.iq-agent-profile-container):has(#header_carousel_10v2.carousel.slide) .st-searchform-wrapper {
    bottom: 40% !important;
  }
}
.st-header-carousel-wrapper .st-header-carousel-10v2 .carousel-item {
  height: 100vh;
}
.st-header-carousel-wrapper .st-header-carousel-10v2 .carousel-item .iq-carousel-caption {
  text-align: left;
  left: 85px;
}
.st-header-carousel-wrapper .st-header-carousel-10v2 .carousel-item .iq-carousel-caption a {
  color: var(--bay-highlighttext);
  text-decoration: none !important;
}
.st-header-carousel-wrapper .st-header-carousel-10v2 .carousel-item .iq-carousel-caption a h2 {
  font-size: 35px;
  color: var(--bay-highlighttext);
  margin: 0;
  letter-spacing: 1px;
}
.st-header-carousel-wrapper .st-header-carousel-10v2 .carousel-item .iq-carousel-caption a h3 {
  font-size: 24px;
  color: var(--bay-highlighttext);
  margin-top: 5px;
  letter-spacing: 1px;
}
.st-header-carousel-wrapper .st-header-carousel-10v2 .st-searchform-wrapper {
  position: absolute;
  bottom: 20%;
  left: 10%;
  right: 10%;
}
@media (max-width: 1199px) {
  .st-header-carousel-wrapper .st-header-carousel-10v2 .st-searchform-wrapper {
    bottom: 30% !important;
  }
}
.st-header-carousel-wrapper .st-header-carousel-10v2 .st-searchform-wrapper .st-searchform-05v2 {
  position: relative;
  z-index: 100;
}
@media (min-width: 1200px) {
  .st-header-carousel-wrapper .st-header-carousel-10v2 .st-searchform-wrapper .st-searchform-05v2 form {
    max-width: 60%;
  }
}
.st-header-carousel-wrapper .st-header-carousel-10v2 .st-searchform-wrapper .st-searchform-05v2 h1 {
  font-size: 35px;
  display: inline-block;
  float: left;
  margin: 0;
  color: var(--bay-bodycolor);
  text-transform: uppercase;
}
@media (min-width: 1920px) {
  .st-header-carousel-wrapper .st-header-carousel-10v2 .st-searchform-wrapper .st-searchform-05v2 h1 {
    font-size: 45px;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  .st-header-carousel-wrapper .st-header-carousel-10v2 .st-searchform-wrapper .st-searchform-05v2 h1 {
    font-size: 40px;
  }
}
.st-header-carousel-wrapper .st-header-carousel-10v2 .st-searchform-wrapper .st-searchform-05v2 input {
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  background-color: var(--bay-bg-white-transparent-1);
}
.st-header-carousel-wrapper .st-header-carousel-10v2 .st-searchform-wrapper .st-searchform-05v2 input[type=search] {
  width: 100%;
  height: 40px;
  vertical-align: middle;
  font-size: 15px;
  background-color: var(--bay-bg-white-transparent-1);
}
.st-header-carousel-wrapper .st-header-carousel-10v2 .st-searchform-wrapper .st-searchform-05v2 input[type=search]::-webkit-input-placeholder, .st-header-carousel-wrapper .st-header-carousel-10v2 .st-searchform-wrapper .st-searchform-05v2 input[type=search]::-moz-placeholder, .st-header-carousel-wrapper .st-header-carousel-10v2 .st-searchform-wrapper .st-searchform-05v2 input[type=search]::-ms-input-placeholder {
  font-size: 16px;
}
.st-header-carousel-wrapper .st-header-carousel-10v2 .st-searchform-wrapper .st-searchform-05v2 button {
  background-color: var(--bay-searchformbuttonsbackground);
  border-color: var(--bay-searchformbuttonsborder);
  color: var(--bay-searchformbuttonscolor);
}
.st-header-carousel-wrapper .st-header-carousel-10v2 .st-searchform-wrapper .st-searchform-05v2 #st_searchform_properties {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .st-header-carousel-wrapper .st-header-carousel-10v2 .st-searchform-wrapper .st-searchform-05v2 #st_searchform_properties {
    width: 85%;
  }
}
.st-header-carousel-wrapper .st-header-carousel-10v2 .st-searchform-wrapper .st-searchform-05v2 #st_searchform_properties #homepage_searchform {
  z-index: 5;
}
@media (max-width: 400px) {
  .st-header-carousel-wrapper .st-header-carousel-10v2 .st-searchform-wrapper .st-searchform-05v2 #st_searchform_properties #homepage_searchform #multifield_autocomplete {
    max-width: 280px;
  }
}
@media (max-width: 479px) {
  .st-header-carousel-wrapper .st-header-carousel-10v2 .st-searchform-wrapper .st-searchform-05v2 #st_searchform_properties #homepage_searchform #multifield_autocomplete {
    height: 50px;
  }
}
@media (max-width: 400px) {
  .st-header-carousel-wrapper .st-header-carousel-10v2 .st-searchform-wrapper .st-searchform-05v2 #st_searchform_properties #homepage_searchform .st-listings-getlocation {
    max-width: 280px;
  }
}
.st-header-carousel-wrapper .st-header-carousel-10v2 .st-searchform-wrapper .st-searchform-05v2 #st_searchform_properties #homepage_searchform a {
  opacity: 0.9;
}
.st-header-carousel-wrapper .st-header-carousel-10v2 .st-searchform-wrapper .st-searchform-05v2 .st-listings-getlocation-mobile {
  color: var(--bay-searchformbuttonscolor);
  margin-top: 15px;
  padding-right: 15px;
  width: 100%;
}
.st-header-carousel-wrapper .st-header-carousel-10v2 .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%;
}
.st-header-carousel-wrapper .st-header-carousel-10v2 .st-searchform-wrapper .st-searchform-05v2 .prop-search-button {
  width: 100%;
  min-width: 75px;
  background: var(--bay-searchformbuttonsbackground);
  color: var(--bay-searchformbuttonscolor);
  padding: 0 9px;
  margin-top: 16px;
  font-size: 35px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}
.st-header-carousel-wrapper .st-header-carousel-10v2 .st-searchform-wrapper .st-searchform-05v2 .input-group {
  flex-wrap: nowrap;
}
.st-header-carousel-wrapper .st-header-carousel-10v2 .st-searchform-wrapper .st-searchform-05v2 .input-group .btn {
  height: auto;
  line-height: 24px;
  padding: 0 10px;
}
@media (min-width: 300px) and (max-width: 767px) {
  .st-header-carousel-wrapper .st-header-carousel-10v2 .st-searchform-wrapper .st-searchform-05v2 .input-group .btn {
    height: 50px;
    line-height: 40px;
  }
}
.st-header-carousel-wrapper .st-header-carousel-10v2 .st-searchform-wrapper .st-searchform-05v2 .input-group .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;
}
@media (min-width: 480px) and (max-width: 767px) {
  .st-header-carousel-wrapper .st-header-carousel-10v2 .st-searchform-wrapper .st-searchform-05v2 .input-group-btn .btn {
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 479px) {
  .st-header-carousel-wrapper .st-header-carousel-10v2 .st-searchform-wrapper .st-searchform-05v2 .input-group-btn .btn {
    height: 50px;
    line-height: 50px;
  }
}
.st-header-carousel-wrapper .st-header-carousel-10v2 .st-searchform-wrapper .st-searchform-05v2 .btn-group {
  margin-top: 10px;
  margin-bottom: 5px;
  display: table;
}
@media (min-width: 1920px) {
  .st-header-carousel-wrapper .st-header-carousel-10v2 .st-searchform-wrapper .st-searchform-05v2 .btn-group {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .st-header-carousel-wrapper .st-header-carousel-10v2 .st-searchform-wrapper .st-searchform-05v2 .btn-group {
    margin-top: 10px;
  }
}
.st-header-carousel-wrapper .st-header-carousel-10v2 .st-searchform-wrapper .st-searchform-05v2 .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-header-carousel-wrapper .st-header-carousel-10v2 .st-searchform-wrapper .st-searchform-05v2 .btn-group .btn:hover {
  color: var(--bay-searchformbuttonsbackground);
}
.st-header-carousel-wrapper .st-header-carousel-10v2 .st-searchform-wrapper .st-searchform-05v2 .btn-group .btn:last-child {
  border-right: 0;
}
.st-header-carousel-wrapper .st-header-carousel-10v2 .st-searchform-wrapper .st-searchform-05v2 .btn-group .btn.active {
  background-color: var(--bay-highlightcolor);
}
.st-header-carousel-wrapper .st-header-carousel-10v2 .st-searchform-wrapper .st-searchform-05v2 .btn-group .btn.active div {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--bay-highlightcolor);
  position: absolute;
  bottom: -5px;
}
.st-header-carousel-wrapper .st-header-carousel-10v2 .st-searchform-wrapper .st-searchform-05v2 .btn-group .btn:hover {
  background-color: var(--bay-highlightcolor);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .st-header-carousel-wrapper .st-header-carousel-10v2 .st-searchform-wrapper .st-searchform-05v2 .btn-group .hidden-md {
    display: none !important;
  }
}
.st-header-carousel-wrapper .st-header-carousel-10v2 .st-searchform-wrapper .st-searchform-05v2 .dropdown-menu {
  max-height: 290px;
  overflow: auto;
  margin: 0 26px 0 -118px !important;
}
.st-header-carousel-wrapper .st-header-carousel-10v2 .st-searchform-wrapper .st-searchform-05v2 .fa-search {
  color: var(--bay-searchformcolor);
  font-size: 20px;
  padding: 0;
  border: 0;
}
.st-header-carousel-wrapper .st-header-carousel-10v2 .st-searchform-wrapper .st-searchform-05v2 .st-searchform-advanced,
.st-header-carousel-wrapper .st-header-carousel-10v2 .st-searchform-wrapper .st-searchform-05v2 .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-header-carousel-wrapper .st-header-carousel-10v2 .st-searchform-wrapper .st-searchform-05v2 .st-searchform-advanced .fa,
.st-header-carousel-wrapper .st-header-carousel-10v2 .st-searchform-wrapper .st-searchform-05v2 .st-searchform-map .fa {
  font-size: 12px;
  vertical-align: bottom;
}

#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;
}

.st-intro-01 {
  background-color: var(--bay-introbackground);
  padding: 20px 0;
}
.st-intro-01 p {
  text-align: justify;
  color: var(--bay-introcolor);
  font-size: 20px;
  line-height: 33px;
}
.st-intro-01 a {
  color: var(--bay-introcolor);
}

.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-testimonials-02v2 {
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover !important;
  height: auto;
  min-height: 570px;
  -moz-background-size: cover !important;
  -ms-background-size: cover !important;
  -o-background-size: cover !important;
  padding-bottom: 60px;
  padding-top: 120px;
  position: relative;
  -webkit-background-size: cover !important;
  width: 100%;
}
.st-testimonials-02v2::after {
  background-color: rgba(0, 0, 0, 0.65);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.st-testimonials-02v2 a {
  color: var(--bay-white);
  text-decoration: none;
}
.st-testimonials-02v2 h3 {
  color: var(--bay-white);
  font-size: 28px;
  line-height: 32px;
}
.st-testimonials-02v2 .testimonial {
  height: auto;
  margin: 0;
  padding: 0;
  color: var(--bay-white);
  font-size: 16px;
  line-height: 26px;
}
.st-testimonials-02v2 #testimony_carousel {
  position: relative;
  z-index: 2;
}
.st-testimonials-02v2 #testimony_carousel .carousel-inner .carousel-item {
  left: 0 !important;
  -moz-transition: opacity 0.7s ease-in-out;
  -ms-transition: opacity 0.7s ease-in-out;
  opacity: 1;
  -o-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
  -webkit-transition: opacity 0.7s ease-in-out;
  z-index: 1;
}
.st-testimonials-02v2 #testimony_carousel .carousel-control-prev {
  left: -70px;
  right: auto;
}
.st-testimonials-02v2 #testimony_carousel .carousel-control-next {
  left: auto;
  right: -70px;
}
.st-testimonials-02v2 #testimony_carousel .carousel-control-prev, .st-testimonials-02v2 #testimony_carousel .carousel-control-next {
  background: transparent;
  background-image: none;
  filter: alpha(opacity=70);
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 15%;
  opacity: 0.7;
  width: 50px;
}
.st-testimonials-02v2 #testimony_carousel .carousel-control i, .st-testimonials-02v2 #testimony_carousel .carousel-control span {
  bottom: 0;
  display: inline-block;
  height: 50px;
  left: 0;
  margin-left: 0;
  position: absolute;
  top: auto;
  width: 50px;
  z-index: 5;
}
.st-testimonials-02v2 #testimony_carousel .carousel.active.left, .st-testimonials-02v2 #testimony_carousel .carousel.active.right {
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.7s ease-in-out;
  -moz-transition: opacity 0.7s ease-in-out;
  -ms-transition: opacity 0.7s ease-in-out;
  -o-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
}
.st-testimonials-02v2 .agent-portrait {
  width: 90px;
  background-size: cover;
  background-position: center center;
  margin: 0 auto;
  border: 2px var(--bay-white) solid;
  margin-bottom: 5px;
}
@media (max-width: 479px) {
  .st-testimonials-02v2 #testimony_carousel .carousel-control.left, .st-testimonials-02v2 #testimony_carousel .carousel-control.right {
    display: none;
  }
}

.st-footer-03v2,
.st-footer-04v2 {
  background-color: var(--bay-footerbackground);
  padding: 60px 0 0;
  width: 100%;
}
.st-footer-03v2 .widget,
.st-footer-04v2 .widget {
  margin-bottom: 20px;
}
.st-footer-03v2 .widget h2,
.st-footer-04v2 .widget h2 {
  color: var(--bay-footercolor);
  font-family: var(--bay-primary-font);
  font-size: 32px;
  font-weight: 800;
  line-height: 36px;
  margin-bottom: 20px;
}
.st-footer-03v2 .widget h3,
.st-footer-03v2 .widget h4,
.st-footer-04v2 .widget h3,
.st-footer-04v2 .widget h4 {
  color: var(--bay-footercolor);
  font-family: var(--bay-primary-font);
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
  margin-bottom: 30px;
}
.st-footer-03v2 .widget address,
.st-footer-04v2 .widget address {
  color: var(--bay-footercolor);
}
.st-footer-03v2 .widget > ul > li > a::before,
.st-footer-04v2 .widget > ul > li > a::before {
  content: "\f111";
  font-family: "Font Awesome 7 Free";
  font-size: 10px;
  font-weight: 400;
  padding-right: 15px;
}
.st-footer-03v2 .widget a,
.st-footer-04v2 .widget a {
  color: var(--bay-footercolor) !important;
  text-decoration: none;
}
.st-footer-03v2 .widget a:hover,
.st-footer-04v2 .widget a:hover {
  color: var(--bay-hovercolor) !important;
}
.st-footer-03v2 .widget > ul,
.st-footer-04v2 .widget > ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.st-footer-03v2 .widget > ul li,
.st-footer-04v2 .widget > ul li {
  color: var(--bay-footercolor);
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 2px 0;
}
.st-footer-03v2 .st-footer-banner,
.st-footer-04v2 .st-footer-banner {
  margin: 25px 0;
}
.st-footer-03v2 .copyright,
.st-footer-04v2 .copyright {
  position: relative;
  margin-top: 60px;
  padding: 60px 0 40px;
  text-align: center;
  border-top: 1px solid var(--bay-white);
}
.st-footer-03v2 .copyright footer,
.st-footer-04v2 .copyright footer {
  min-height: 40px;
  color: var(--bay-footercolor);
  padding: 20px 0;
  z-index: 1;
  text-align: center;
  height: auto;
}
.st-footer-03v2 .copyright footer ul,
.st-footer-04v2 .copyright footer ul {
  list-style: none;
  margin: 10px auto;
  padding: 0;
}
.st-footer-03v2 .copyright footer ul li,
.st-footer-04v2 .copyright footer ul li {
  display: inline;
  color: #656d78;
  padding: 0 5px;
}
.st-footer-03v2 .copyright footer ul li a,
.st-footer-04v2 .copyright footer ul li a {
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: var(--bay-footercolor);
  text-decoration: none;
}
@media (max-width: 479px) {
  .st-footer-03v2 .copyright footer ul li,
  .st-footer-04v2 .copyright footer ul li {
    display: block;
    margin-bottom: 10px;
  }
  .st-footer-03v2 .copyright footer ul li.st-footer-divider,
  .st-footer-04v2 .copyright footer ul li.st-footer-divider {
    display: none;
  }
}
.st-footer-03v2 .copyright .scroltop,
.st-footer-04v2 .copyright .scroltop {
  color: var(--bay-white);
  position: absolute;
  left: 50%;
  top: -18px;
  margin-left: -18px;
  border-radius: 2px;
  background-color: var(--bay-maincolor);
  border-color: var(--bay-highlightcolor);
}
.st-footer-03v2 .copyright .social-links a,
.st-footer-04v2 .copyright .social-links a {
  background: var(--bay-footercolor);
  border-radius: 100%;
  display: block;
  height: 40px;
  margin-top: 25px;
  position: relative;
  width: 40px;
  color: var(--bay-bodytext);
  text-decoration: none;
}
.st-footer-03v2 .copyright .social-links a .fa,
.st-footer-04v2 .copyright .social-links a .fa {
  color: var(--bay-footerbackground);
  font-size: 19px;
  height: 18px;
  left: 50%;
  margin-left: -9px;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  width: 18px;
}
.st-footer-03v2 .copyright .social-links a:hover,
.st-footer-04v2 .copyright .social-links a:hover {
  background: var(--bay-hovercolor);
}
.st-footer-03v2 .copyright .st-footer-company-disclaimer,
.st-footer-03v2 .copyright .st-footer-mls-disclaimer,
.st-footer-03v2 .copyright .st-footer-disclaimer,
.st-footer-03v2 .copyright .st-listings-updated,
.st-footer-03v2 .copyright .powered-by-text,
.st-footer-04v2 .copyright .st-footer-company-disclaimer,
.st-footer-04v2 .copyright .st-footer-mls-disclaimer,
.st-footer-04v2 .copyright .st-footer-disclaimer,
.st-footer-04v2 .copyright .st-listings-updated,
.st-footer-04v2 .copyright .powered-by-text {
  color: var(--bay-silver);
}
.st-footer-03v2 .copyright .iq-disclaimer-text,
.st-footer-04v2 .copyright .iq-disclaimer-text {
  color: var(--bay-white);
}
.st-footer-03v2 .btn-warning,
.st-footer-04v2 .btn-warning {
  background-color: var(--bay-maincolor);
  border-color: var(--bay-highlightcolor);
}
.st-footer-03v2 .btn-warning:hover, .st-footer-03v2 .btn-warning:focus, .st-footer-03v2 .btn-warning:active, .st-footer-03v2 .btn-warning.active,
.st-footer-04v2 .btn-warning:hover,
.st-footer-04v2 .btn-warning:focus,
.st-footer-04v2 .btn-warning:active,
.st-footer-04v2 .btn-warning.active {
  color: white;
  background-color: var(--bay-hovercolor);
  border-color: var(--bay-maincolor);
}
@media (max-width: 479px) {
  .st-footer-03v2 .st-footer-social,
  .st-footer-04v2 .st-footer-social {
    margin: 25px 0;
  }
}

.st-footer-04v2 {
  background-color: var(--bay-bodycolor);
  padding-top: 0 !important;
}
.st-footer-04v2 .widget h4 {
  color: var(--bay-bodytext);
  margin-bottom: 15px;
}
.st-footer-04v2 .widget address {
  color: unset;
}
.st-footer-04v2 .widget a {
  color: unset !important;
}
.st-footer-04v2 .widget a:hover {
  color: var(--bay-hovercolor) !important;
}
.st-footer-04v2 .container .widget ul li a {
  color: #212529 !important;
}
.st-footer-04v2 .copyright {
  border-top: 1px solid #6b6e80 !important;
}
.st-footer-04v2 .copyright footer {
  padding: 0 !important;
}
.st-footer-04v2 .copyright footer .st-footer-links li a:link, .st-footer-04v2 .copyright footer .st-footer-links li a:visited, .st-footer-04v2 .copyright footer .st-footer-links li a:hover {
  color: var(--bay-bodytext);
}
.st-footer-04v2 .copyright .scroltop {
  border-radius: 0.375rem;
}
.st-footer-04v2 .copyright .social-links {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.st-footer-04v2 .copyright .social-links li {
  display: inline-block;
  padding: 0 5px;
}
.st-footer-04v2 .copyright .social-links li a {
  background: var(--bay-maincolor);
}
.st-footer-04v2 .copyright .social-links li a .fa {
  color: var(--bay-bodycolor);
}
.st-footer-04v2 .copyright .st-footer-disclaimer {
  position: relative;
  padding-bottom: 10px;
  font-size: 11px;
  color: unset !important;
}
.st-footer-04v2 .copyright .st-footer-company-disclaimer {
  padding: 15px;
  color: unset !important;
}
.st-footer-04v2 .copyright .st-listings-updated {
  color: unset !important;
}
.st-footer-04v2 .copyright .powered-by .backatyou-logo a img {
  width: 100% !important;
}

#iq_agent .iq-pg-header h2 {
  padding-left: 0 !important;
}

#iq_agents #iq_agents_grid .iq-mobilephone .fa-mobile {
  font-size: 18px !important;
}
#iq_agents #iq_agents_grid .iq-agents-card-office ul {
  font-size: 13px !important;
}
#iq_agents .iq-pg-header h1 {
  color: var(--bay-white) !important;
}
@media (max-width: 480px) {
  #iq_agents .iq-pg-header h1 {
    color: var(--bay-black) !important;
  }
}

.st-site-wrapper[data-page=listing] .st-inside-content-wrapper .container {
  margin-top: 0;
}

.iq-listing-social {
  margin-right: 0 !important;
}

.iq-listing-action-link.LR-margin {
  margin: 0 1.5rem;
}

@media screen and (max-width: 1400px) {
  .iq-listing-action-link.LR-margin {
    margin: 0 0.7rem;
  }
}
@media (max-width: 575px) {
  #iq_housevalue_form .container .well button {
    margin-top: 5px;
  }
}
@media (max-width: 479px) {
  #iq_housevalue_form .container {
    padding: 0 12px;
  }
}
.iq-full-details .iq-listings-office:hover {
  color: #0a58ca !important;
}

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

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

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

.iq-office-modern-details {
  margin-right: 3rem;
  margin-left: 3rem;
}
@media (max-width: 576px) {
  .iq-office-modern-details {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

body:has(#iq-offices_modern) .st-inside-header {
  background: none !important;
  height: 0 !important;
}
body:has(#iq-offices_modern) .st-inside-content-wrapper .container {
  margin-top: 0 !important;
}

#iq-offices_modern {
  margin-top: 40px;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 481px) {
  #iq-offices_modern {
    margin-top: 40px;
    padding-left: 12px !important;
    padding-right: 0 !important;
  }
}

body:has([data-page=real-estate]) .st-inside-content-wrapper .container {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100% !important;
}

@media (max-width: 767px) {
  #iq_housevalue_title {
    max-height: 163px;
  }
}

@media (max-width: 425px) {
  .houseValueForm {
    height: 162vh !important;
  }
}
@media (min-width: 991px) {
  .houseValueForm {
    height: 92vh !important;
  }
}

.st-site-wrapper .dropdown-menu {
  margin-top: 2px !important;
}
.st-site-wrapper section:not(#st_section_01) {
  overflow: hidden;
}
@media (max-width: 768px) {
  .st-site-wrapper .st-homepage-wrapper .st-content-wrapper .st-header-carousel-wrapper .st-searchform-wrapper {
    bottom: 45% !important;
  }
}
.st-site-wrapper .st-homepage-wrapper .st-content-wrapper .st-header-carousel-wrapper .st-searchform-wrapper #homepage_searchform a {
  opacity: 0.9;
}
.st-site-wrapper .st-homepage-wrapper .st-content-wrapper .st-header-carousel-wrapper .st-searchform-wrapper .input-group {
  flex-wrap: nowrap;
}
.st-site-wrapper .st-homepage-wrapper .st-content-wrapper .st-header-carousel-wrapper .st-searchform-wrapper #agent_multifield_autocomplete_container button[type=submit] {
  height: 40px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.st-site-wrapper .st-homepage-wrapper .st-content-wrapper .st-header-carousel-wrapper .st-searchform-wrapper #iq_additional_searchfields .iq-textdropdown.input-group {
  position: absolute !important;
  top: 59%;
  right: -10%;
}
@media (min-width: 1088px) and (max-width: 1470px) {
  .st-site-wrapper .st-homepage-wrapper .st-content-wrapper .st-header-carousel-wrapper .carousel-inner .iq-carousel-caption {
    text-align: left;
    left: 85px;
  }
}
.st-site-wrapper .st-homepage-wrapper .st-content-wrapper .st-panels-wrapper {
  height: 100vh;
  width: 100%;
  display: table;
  background-color: var(--bay-white) !important;
}
.st-site-wrapper .st-homepage-wrapper .st-content-wrapper .st-panels-wrapper .st-panels-01 .st-panel {
  height: 50vh;
}
@media (max-width: 991px) {
  .st-site-wrapper .st-homepage-wrapper .st-content-wrapper .st-panels-wrapper .st-panels-01 .st-panel img {
    padding: 0 !important;
  }
}
.st-site-wrapper .st-homepage-wrapper .st-content-wrapper .st-panels-wrapper .st-panels-01 .st-panel .st-panel-contents .st-card-title {
  font-size: 45px !important;
  color: var(--bay-white) !important;
  text-transform: uppercase !important;
}
.st-site-wrapper .st-homepage-wrapper .st-content-wrapper .st-panels-wrapper .st-panels-01 .st-panel .st-panel-contents a:hover {
  color: var(--bay-white) !important;
}
.st-site-wrapper .st-homepage-wrapper .st-content-wrapper .st_section_06 .st-socialmedia-01v2 {
  background-color: var(--bay-introbackground);
}
.st-site-wrapper .st-homepage-wrapper .st-content-wrapper .st_section_06 .st-socialmedia-01v2 h1 {
  color: var(--bay-white);
  font-size: 30px;
  text-transform: uppercase;
}
.st-site-wrapper .st-inside-wrapper .st-content-wrapper {
  border-top: 8px var(--bay-highlighttext) solid;
  padding: 30px 30px 0 30px;
}
.st-site-wrapper .st-inside-content-wrapper.st-inside-content-noheader .container {
  margin-top: 0;
}
.st-site-wrapper .st-inside-content-wrapper .st-inside-header {
  background: url(/sitetemplates/18/img/header_01_image.jpg) no-repeat top;
  background-position: center top;
  height: 300px;
  background-size: cover;
}
.st-site-wrapper #st_section_07 .copyright .powered-by .backatyou-logo a img {
  width: 50% !important;
}
.st-site-wrapper #st_section_07 .v2footer-content {
  padding-top: 60px !important;
}
.st-site-wrapper #iq_lead_form input {
  font-size: 14px;
  margin: 0;
}
@media (max-width: 386px) {
  .st-site-wrapper #iq_lead_form #iq_validation_code {
    margin-top: -25px;
  }
}
.st-site-wrapper .ui-state-hover,
.st-site-wrapper .ui-state-focus,
.st-site-wrapper .ui-widget-content .ui-state-focus,
.st-site-wrapper .ui-widget-content .ui-state-hover,
.st-site-wrapper .ui-widget-header .ui-state-hover,
.st-site-wrapper .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: var(--bay-gray-white) !important;
  background-image: none !important;
}

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