.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;
  }
}
#st_section_01 .hero-wrapper {
  min-height: 700px;
  height: auto;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-size: cover;
}
@media (max-width: 860px) {
  #st_section_01 .hero-wrapper {
    min-height: 700px !important;
    padding: unset !important;
  }
}
#st_section_01 .hero-wrapper .search-box {
  max-width: 768px;
  width: 100%;
  height: 327px;
  border-radius: 10px;
  background-color: #3989c9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--bay-maincolor) !important;
}
@media (max-width: 860px) {
  #st_section_01 .hero-wrapper .search-box {
    height: auto;
    padding: 15px;
  }
}
#st_section_01 .hero-wrapper .search-box h1 {
  color: white;
  margin: 0;
  font-size: 51px;
  font-weight: 300;
  padding-bottom: 30px;
}
@media (max-width: 860px) {
  #st_section_01 .hero-wrapper .search-box h1 {
    font-size: 32px;
  }
}
#st_section_01 .hero-wrapper .search-box .search-area {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 860px) {
  #st_section_01 .hero-wrapper .search-box .search-area {
    margin-bottom: 10px;
  }
}
#st_section_01 .hero-wrapper .search-box .search-area .input-group {
  max-width: 660px;
  width: 100%;
  flex-wrap: nowrap;
  position: relative;
  display: flex;
  align-items: stretch;
}
#st_section_01 .hero-wrapper .search-box .search-area .input-group .input-group-addon {
  width: 63px;
  background: white;
}
@media (max-width: 860px) {
  #st_section_01 .hero-wrapper .search-box .search-area .input-group .input-group-addon {
    border-radius: 0;
    font-size: 18px;
    height: 45px;
    padding: 5px;
    width: 50px;
  }
}
#st_section_01 .hero-wrapper .search-box .search-area .input-group .input-group-addon .fa {
  font-size: 24px;
  color: #1f69ff;
}
@media (max-width: 860px) {
  #st_section_01 .hero-wrapper .search-box .search-area .input-group .input-group-addon .fa {
    font-size: 18px;
  }
}
#st_section_01 .hero-wrapper .search-box .search-area .input-group #multifield_autocomplete {
  border-right: 0;
}
#st_section_01 .hero-wrapper .search-box .search-area .input-group .autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  border: 1px solid var(--bay-light-gray-211);
  background: var(--bay-white);
  overflow-x: hidden !important;
}
#st_section_01 .hero-wrapper .search-box .search-area input {
  height: 66px;
  max-width: 590px;
  width: 100%;
  font-size: 16px;
  padding-left: 15px;
}
@media (max-width: 860px) {
  #st_section_01 .hero-wrapper .search-box .search-area input {
    max-width: 100%;
    height: 45px;
    font-size: 14px;
    padding-left: 15px;
    border-radius: 0;
    border: 0;
    border-right: 8px solid #3989c9;
  }
}
#st_section_01 .hero-wrapper .search-box .sub-search-terms {
  color: white;
  font-size: 18px;
}
@media (max-width: 860px) {
  #st_section_01 .hero-wrapper .search-box .sub-search-terms {
    display: none;
  }
}
#st_section_01 .hero-wrapper .search-box .sub-search-terms a {
  margin-right: 30px;
  color: white;
}
#st_section_01 .hero-wrapper .search-box .sub-search-terms a i {
  margin-left: 6px;
}
#st_section_01 .hero-wrapper .search-box .sub-search-terms a:last-of-type {
  margin-right: 0;
}

#st_section_02.action-item-wrapper {
  position: relative;
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: var(--bay-maincolor) !important;
}
@media (max-width: 1200px) {
  #st_section_02.action-item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 860px) {
  #st_section_02.action-item-wrapper {
    flex-direction: column;
    padding: 30px 15px;
  }
}
@media (max-width: 1575px) {
  #st_section_02.action-item-wrapper .just-listed-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1423px) {
  #st_section_02.action-item-wrapper .just-listed-wrapper .listing-box {
    min-width: 23.5%;
    max-width: 23.5%;
    margin: 8px;
  }
}
@media (max-width: 1373px) {
  #st_section_02.action-item-wrapper .just-listed-wrapper .just-listed-header .see-new {
    right: 22px;
  }
}
#st_section_02.action-item-wrapper .action-text {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 35px;
}
@media (max-width: 860px) {
  #st_section_02.action-item-wrapper .action-text {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;
  }
}
#st_section_02.action-item-wrapper a.btn {
  max-width: 392px;
  width: 100%;
  height: 50px;
  color: #1f69ff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#st_section_02.action-item-wrapper a.btn:hover, #st_section_02.action-item-wrapper a.btn:active {
  color: #004DE6;
  text-decoration: none;
  cursor: pointer;
}
#st_section_02.action-item-wrapper a.btn i {
  margin-left: 15px;
}

#st_section_03.listings-wrapper {
  position: relative;
}
#st_section_03.listings-wrapper .just-listed-wrapper {
  position: relative;
  padding-top: 60px;
  padding-right: 60px;
  padding-left: 60px;
  max-width: 1680px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1575px) {
  #st_section_03.listings-wrapper .just-listed-wrapper {
    padding-top: 60px;
    padding: 30px;
  }
}
#st_section_03.listings-wrapper .just-listed-wrapper .just-listed-header {
  width: 100%;
  position: relative;
  padding-bottom: 35px;
}
@media screen and (max-width: 860px) {
  #st_section_03.listings-wrapper .just-listed-wrapper .just-listed-header {
    display: flex;
    flex-direction: column;
  }
}
#st_section_03.listings-wrapper .just-listed-wrapper .just-listed-header .title {
  font-weight: bold;
  font-size: 32px;
  color: #585858;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 860px) {
  #st_section_03.listings-wrapper .just-listed-wrapper .just-listed-header .title {
    font-size: 22px;
  }
}
#st_section_03.listings-wrapper .just-listed-wrapper .just-listed-header .see-new {
  position: absolute;
  top: 10px;
  right: 50px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
}
@media screen and (max-width: 1373px) {
  #st_section_03.listings-wrapper .just-listed-wrapper .just-listed-header .see-new {
    right: 22px;
  }
}
@media screen and (max-width: 860px) {
  #st_section_03.listings-wrapper .just-listed-wrapper .just-listed-header .see-new {
    position: relative;
    right: auto;
    text-align: center;
  }
}
#st_section_03.listings-wrapper .just-listed-wrapper .just-listed-listings {
  display: flex;
  flex-flow: wrap;
}
#st_section_03.listings-wrapper .just-listed-wrapper .just-listed-listings .listing-box {
  flex: 1;
  min-width: 18.5%;
  max-width: 18.5%;
  margin: 8px;
  margin-bottom: 120px;
}
#st_section_03.listings-wrapper .just-listed-wrapper .just-listed-listings .listing-box:hover {
  cursor: pointer;
}
#st_section_03.listings-wrapper .just-listed-wrapper .just-listed-listings .listing-box:hover .listing-photo-wrapper .listing-image img {
  transform: scale(1.3);
  filter: grayscale(1);
}
#st_section_03.listings-wrapper .just-listed-wrapper .just-listed-listings .listing-box:hover .more-details {
  top: 50%;
  opacity: 1;
}
@media screen and (max-width: 1423px) {
  #st_section_03.listings-wrapper .just-listed-wrapper .just-listed-listings .listing-box {
    min-width: 23.5%;
    max-width: 23.5%;
    margin: 8px;
  }
}
@media screen and (max-width: 1200px) {
  #st_section_03.listings-wrapper .just-listed-wrapper .just-listed-listings .listing-box {
    min-width: 31.5%;
    max-width: 31.5%;
    margin: 8px;
  }
}
@media screen and (max-width: 991px) {
  #st_section_03.listings-wrapper .just-listed-wrapper .just-listed-listings .listing-box {
    min-width: 48%;
    max-width: 48%;
    margin: 8px;
  }
}
@media screen and (max-width: 860px) {
  #st_section_03.listings-wrapper .just-listed-wrapper .just-listed-listings .listing-box {
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    margin-bottom: 40px;
  }
}
#st_section_03.listings-wrapper .just-listed-wrapper .just-listed-listings .listing-box .listing-photo-wrapper {
  height: 218px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
}
#st_section_03.listings-wrapper .just-listed-wrapper .just-listed-listings .listing-box .listing-photo-wrapper .listing-image {
  position: absolute;
  width: 100%;
  height: 218px;
  z-index: 0;
  overflow: hidden;
}
#st_section_03.listings-wrapper .just-listed-wrapper .just-listed-listings .listing-box .listing-photo-wrapper .listing-image img {
  width: 100%;
  height: 218px;
  object-fit: cover;
  transition: 0.3s all ease-out;
}
#st_section_03.listings-wrapper .just-listed-wrapper .just-listed-listings .listing-box .listing-photo-wrapper .top-tags {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  padding: 8px;
}
#st_section_03.listings-wrapper .just-listed-wrapper .just-listed-listings .listing-box .listing-photo-wrapper .top-tags .left-side {
  display: flex;
}
#st_section_03.listings-wrapper .just-listed-wrapper .just-listed-listings .listing-box .listing-photo-wrapper .top-tags .left-side .new-tag {
  min-width: 52px;
  height: 25px;
  background: #3989c9;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border: solid 1px #ffffff;
  font-size: 11px;
  margin-right: 12px;
  font-weight: 500;
}
#st_section_03.listings-wrapper .just-listed-wrapper .just-listed-listings .listing-box .listing-photo-wrapper .top-tags .left-side .openhouse-tag {
  min-width: 120px;
  height: 25px;
  background: #efae4e;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border: solid 1px #ffffff;
  font-size: 11px;
  font-weight: 500;
}
#st_section_03.listings-wrapper .just-listed-wrapper .just-listed-listings .listing-box .listing-photo-wrapper .top-tags .favorited-tag i {
  color: #646b7a;
  background: #ffffff;
  padding: 5px;
  font-size: 16px;
  border-radius: 50%;
}
#st_section_03.listings-wrapper .just-listed-wrapper .just-listed-listings .listing-box .listing-photo-wrapper .top-tags .favorited-tag:hover {
  cursor: pointer;
}
#st_section_03.listings-wrapper .just-listed-wrapper .just-listed-listings .listing-box .listing-photo-wrapper .more-details {
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 82%;
  width: 100%;
  transition: 0.3s all ease-out;
  opacity: 0;
}
#st_section_03.listings-wrapper .just-listed-wrapper .just-listed-listings .listing-box .listing-photo-wrapper .bottom-tags {
  display: flex;
  justify-content: flex-end;
  padding: 8px;
  z-index: 2;
}
#st_section_03.listings-wrapper .just-listed-wrapper .just-listed-listings .listing-box .listing-photo-wrapper .bottom-tags .photo-count {
  width: 54px;
  height: 26px;
  border-radius: 13px;
  border: solid 1px #ffffff;
  background-color: #7a7b7c;
  color: white;
  display: flex;
  justify-content: space-between;
  align-content: center;
  font-size: 11px;
  padding-top: 5px;
  padding-left: 9px;
  padding-right: 9px;
}
#st_section_03.listings-wrapper .just-listed-wrapper .just-listed-listings .listing-box .listing-photo-wrapper .bottom-tags .photo-count i {
  margin-top: 0;
  font-size: 14px;
}
#st_section_03.listings-wrapper .just-listed-wrapper .just-listed-listings .listing-box .listing-info-wrapper {
  padding-top: 12px;
}
#st_section_03.listings-wrapper .just-listed-wrapper .just-listed-listings .listing-box .listing-info-wrapper .listing-address {
  font-size: 15px;
}
#st_section_03.listings-wrapper .just-listed-wrapper .just-listed-listings .listing-box .listing-info-wrapper .listing-address a {
  text-decoration: none !important;
}
#st_section_03.listings-wrapper .just-listed-wrapper .just-listed-listings .listing-box .listing-info-wrapper .listing-info {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
#st_section_03.listings-wrapper .just-listed-wrapper .just-listed-listings .listing-box .listing-info-wrapper .listing-info .column-info {
  border-left: 1px solid #7b7b7b;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}
#st_section_03.listings-wrapper .just-listed-wrapper .just-listed-listings .listing-box .listing-info-wrapper .listing-info .column-info:first-of-type {
  border-left: 0;
  justify-content: left;
}
#st_section_03.listings-wrapper .just-listed-wrapper .just-listed-listings .listing-box .listing-info-wrapper .listing-info .column-info:first-of-type .c-wrapper {
  padding-left: 0;
}
#st_section_03.listings-wrapper .just-listed-wrapper .just-listed-listings .listing-box .listing-info-wrapper .listing-info .column-info:last-of-type {
  justify-content: right;
}
#st_section_03.listings-wrapper .just-listed-wrapper .just-listed-listings .listing-box .listing-info-wrapper .listing-info .column-info:last-of-type .c-wrapper {
  padding-right: 0;
}
#st_section_03.listings-wrapper .just-listed-wrapper .just-listed-listings .listing-box .listing-info-wrapper .listing-info .column-info .c-wrapper {
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
}
#st_section_03.listings-wrapper .just-listed-wrapper .just-listed-listings .listing-box .listing-info-wrapper .listing-info .column-info .c-wrapper .number {
  font-size: 14px;
  font-weight: bold;
}
#st_section_03.listings-wrapper .just-listed-wrapper .just-listed-listings .listing-box .listing-info-wrapper .listing-info .column-info .c-wrapper .label-it {
  font-size: 11px;
  color: #6f6f6f;
}
#st_section_03.listings-wrapper .just-listed-wrapper .just-listed-listings .listing-box .listing-info-wrapper .mls-info {
  padding-top: 15px;
  font-size: 11px;
  color: #6f6f6f;
}

#st_section_04 .st-areas-13v2 {
  position: relative;
  background: #ededed;
}
#st_section_04 .st-areas-13v2 .area-header {
  width: 100%;
  text-align: center;
  padding: 50px;
  position: relative;
}
#st_section_04 .st-areas-13v2 .area-header h1 {
  color: #585858;
  font-size: 32px;
}
#st_section_04 .st-areas-13v2 .area-header .subtitle {
  font-size: 18px;
  color: #888888;
  margin-top: 10px;
  font-weight: 500;
}
#st_section_04 .st-areas-13v2 .area-regions {
  padding-top: 10px;
  padding-right: 60px;
  padding-left: 60px;
  max-width: 1680px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
#st_section_04 .st-areas-13v2 .area-regions .region-box {
  margin-bottom: 60px;
  background: white;
  display: flex;
}
@media (min-width: 1200px) {
  #st_section_04 .st-areas-13v2 .area-regions .region-box {
    width: 30% !important;
  }
}
@media (max-width: 400px) {
  #st_section_04 .st-areas-13v2 .area-regions .region-box {
    flex-direction: column;
  }
}
@media (min-width: 576px) and (max-width: 855px) {
  #st_section_04 .st-areas-13v2 .area-regions .region-box {
    flex-direction: column;
  }
}
#st_section_04 .st-areas-13v2 .area-regions .region-box .region-photo {
  width: 50%;
  background-size: cover;
}
@media (max-width: 400px) {
  #st_section_04 .st-areas-13v2 .area-regions .region-box .region-photo {
    min-height: 179px;
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 855px) {
  #st_section_04 .st-areas-13v2 .area-regions .region-box .region-photo {
    min-height: 179px;
    width: 100%;
  }
}
#st_section_04 .st-areas-13v2 .area-regions .region-box .region-locations {
  width: 50%;
  padding: 20px;
}
@media (max-width: 400px) {
  #st_section_04 .st-areas-13v2 .area-regions .region-box .region-locations {
    min-height: 179px;
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 855px) {
  #st_section_04 .st-areas-13v2 .area-regions .region-box .region-locations {
    min-height: 179px;
    width: 100%;
  }
}
#st_section_04 .st-areas-13v2 .area-regions .region-box .region-locations .header {
  font-size: 20px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #000000;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: solid 1px #e3e3e3;
}
#st_section_04 .st-areas-13v2 .area-regions .region-box .region-locations .location-wrapper ul {
  list-style: none;
  padding-left: 0;
}
#st_section_04 .st-areas-13v2 .area-regions .region-box .region-locations .location-wrapper ul li {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  color: #7f7f7f;
}

#st_section_05.panels-wrapper {
  position: relative;
}
#st_section_05.panels-wrapper .unit-wrapper {
  position: relative;
  max-width: 1680px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding: 60px;
  padding-bottom: 10px;
  margin: 0 auto;
}
@media (max-width: 1373px) {
  #st_section_05.panels-wrapper .unit-wrapper {
    padding: 30px;
  }
}
#st_section_05.panels-wrapper .unit-wrapper .unit-box {
  width: 49%;
  height: 438px;
  display: flex;
  border-radius: 5px;
  border: solid 0.5px #b7b7b7;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #st_section_05.panels-wrapper .unit-wrapper .unit-box {
    width: 100%;
  }
}
@media screen and (max-width: 860px) {
  #st_section_05.panels-wrapper .unit-wrapper .unit-box {
    flex-direction: column;
    height: auto;
  }
}
#st_section_05.panels-wrapper .unit-wrapper .unit-box .unit-photo {
  width: 50%;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
@media screen and (max-width: 860px) {
  #st_section_05.panels-wrapper .unit-wrapper .unit-box .unit-photo {
    width: 100% !important;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  #st_section_05.panels-wrapper .unit-wrapper .unit-box .unit-photo {
    min-height: 190px;
  }
}
#st_section_05.panels-wrapper .unit-wrapper .unit-box .unit-info {
  width: 50%;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 860px) {
  #st_section_05.panels-wrapper .unit-wrapper .unit-box .unit-info {
    width: 100%;
    padding: 30px;
    padding-bottom: 38px;
    padding-top: 38px;
  }
}
#st_section_05.panels-wrapper .unit-wrapper .unit-box .unit-info h1 {
  margin: 0 0 4% 0 !important;
  font-weight: 400;
  font-size: 40px;
  width: 240px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 860px) {
  #st_section_05.panels-wrapper .unit-wrapper .unit-box .unit-info h1 {
    font-size: 26px;
  }
}
#st_section_05.panels-wrapper .unit-wrapper .unit-box .unit-info .sub-name {
  font-size: 20px;
  color: #585858;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}
#st_section_05.panels-wrapper .unit-wrapper .unit-box .unit-info .learn-more a {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

#st_section_06 .st-blog-08v2 {
  position: relative;
  background: #ededed;
}
#st_section_06 .st-blog-08v2 .blog-header {
  width: 100%;
  text-align: center;
  padding: 50px;
  position: relative;
}
#st_section_06 .st-blog-08v2 .blog-header h1 {
  color: #585858;
  font-size: 32px;
}
#st_section_06 .st-blog-08v2 .blog-header .subtitle {
  font-size: 18px;
  color: #888888;
  margin-top: 10px;
  font-weight: 500;
}
@media (max-width: 600px) {
  #st_section_06 .st-blog-08v2 .blog-header .subtitle {
    margin-top: 44px !important;
  }
}
#st_section_06 .st-blog-08v2 .blog-header .see-blog {
  position: absolute;
  top: 80px;
  right: 50px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 600px) {
  #st_section_06 .st-blog-08v2 .blog-header .see-blog {
    margin-top: 20px;
  }
}

#st_section_07.video-wrapper {
  background-color: var(--bay-maincolor) !important;
  position: relative;
  background: #012169;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 64px;
}
@media (max-width: 860px) {
  #st_section_07.video-wrapper {
    padding: 0;
  }
}
#st_section_07.video-wrapper .video-box {
  max-width: 1200px;
  width: 100%;
  height: 429px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  #st_section_07.video-wrapper .video-box {
    flex-direction: column;
  }
}
#st_section_07.video-wrapper .video-box .video-present {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  #st_section_07.video-wrapper .video-box .video-present {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
  }
}
@media (max-width: 860px) {
  #st_section_07.video-wrapper .video-box .video-present {
    padding: 30px;
  }
}
#st_section_07.video-wrapper .video-box .video-present .video-text {
  font-size: 42px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
@media (max-width: 1024px) {
  #st_section_07.video-wrapper .video-box .video-present .video-text {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  #st_section_07.video-wrapper .video-box .video-present .video-text br {
    display: none;
  }
}
@media (max-width: 860px) {
  #st_section_07.video-wrapper .video-box .video-present .video-text {
    font-size: 28px;
    text-align: left;
    padding-right: 40px;
  }
}
#st_section_07.video-wrapper .video-box .play-video {
  background-size: cover !important;
  background-position: center !important;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 429px;
}
@media (max-width: 1024px) {
  #st_section_07.video-wrapper .video-box .play-video {
    width: 80%;
  }
}
@media (max-width: 860px) {
  #st_section_07.video-wrapper .video-box .play-video {
    width: 100%;
    height: 300px;
  }
}
#st_section_07.video-wrapper .video-box .play-video i {
  color: white;
  font-size: 102px;
}
#st_section_07.video-wrapper .video-box .play-video i .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.st-footer-01v2 {
  padding: 20px 0;
  background-color: var(--bay-gray-white);
  color: var(--bay-grey-85);
  z-index: 1;
  text-align: center;
  height: auto;
  min-height: 200px;
}
.st-footer-01v2 a {
  color: var(--bay-grey-85);
}
.st-footer-01v2 ul {
  list-style: none;
  margin: 10px auto;
  padding: 0;
}
.st-footer-01v2 li {
  display: inline;
  color: var(--bay-bodytext);
  padding: 0 5px;
}
.st-footer-01v2 a:link,
.st-footer-01v2 a:visited,
.st-footer-01v2 a:hover,
.st-footer-01v2 a:active {
  color: var(--bay-footercolor);
  text-decoration: none;
}
.st-footer-01v2 .st-footer-divider {
  color: var(--bay-footercolor);
}
.st-footer-01v2 .st-footer-social a {
  font-size: 14px;
  border: 1px solid var(--bay-light-gray-0);
  border-radius: 50%;
  padding: 6px 8px;
}
.st-footer-01v2 .st-footer-disclaimer {
  display: block;
  position: relative;
  padding-bottom: 10px;
  font-size: 11px;
  margin-top: 10px;
}
.st-footer-01v2 .st-mls-disclaimer {
  font-size: 11px;
  margin-top: 10px;
  display: block;
}
.st-footer-01v2 .st-footer-mls-disclaimer {
  font-size: 11px !important;
  margin-top: 10px;
  display: block;
}
.st-footer-01v2 .st-footer-company-disclaimer {
  position: relative;
}
.st-footer-01v2 .iq-disclaimer-text {
  font-size: 11px;
  margin-top: 10px;
  display: block;
}
.st-footer-01v2 .st-listings-updated {
  margin: 10px 0 0 0;
}
@media (max-width: 479px) {
  .st-footer-01v2 .st-footer-nav li {
    display: block;
    margin-bottom: 10px;
  }
  .st-footer-01v2 .st-footer-links {
    margin-top: 25px;
  }
  .st-footer-01v2 .st-footer-links li {
    display: block;
    margin-bottom: 10px;
  }
  .st-footer-01v2 .st-footer-social {
    margin: 25px 0;
  }
  .st-footer-01v2 li.st-footer-divider {
    display: none;
  }
}

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

#iq_agent .iq-pg-body #bayFullAgentDetails_v2 #iq_agent_leadsource #iq_lead_form .iq-submit-btn {
  border-color: #666666 !important;
}

#iq_agent .iq-agent-profile-sidebar #iq_lead_form .iq-submit-btn {
  border-color: #666666 !important;
}

#iq_agents .iq-pg-header h1 {
  color: var(--bay-white) !important;
}

@media (max-width: 480px) {
  #iq_agents .iq-pg-header h1 {
    color: #000 !important;
  }
}
body:has([data-page=real-estate]) .st-inside-content-wrapper .container {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100% !important;
}

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

#site-wrapper[data-page=real-estate] .st-site-wrapper .st-inside-content-wrapper .st-inside-header {
  display: none !important;
}

body:has([data-page=real-estate]) .st-site-wrapper .st-inside-content-wrapper .container {
  margin-top: 0 !important;
}

body:has([data-page=real-estate]) .st-site-wrapper .st-inside-content-wrapper .st-inside-header {
  display: none !important;
}

@media (max-width: 479px) {
  body:has([data-page=real-estate]) .st-inside-content-wrapper.realEstateSection .st-inside-header {
    display: block !important;
  }
}
#site-wrapper[data-page=offices] .st-inside-header {
  background: none !important;
  height: 0 !important;
}

body:has(#iq-offices_modern) .st-inside-header {
  background: none !important;
  height: 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(#iq-offices_modern) .st-inside-content-wrapper .container {
  margin-top: 0 !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;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #iq_listing_slw_toolbar_title {
    margin-top: 20px;
  }
}
.iq-listing-social {
  margin-right: 0 !important;
}

@media screen and (max-width: 479px) {
  #iq_listing #iq_listing_full_details_v2 #iq_listing_head {
    margin-top: 63px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #iq_listing_slw_toolbar_title {
    margin-top: 20px;
  }
}
.iq-listing-action-link.LR-margin {
  margin: 0 1.5rem;
}

@media (max-width: 1400px) {
  .iq-listing-action-link.LR-margin {
    margin: 0 0.7rem;
  }
}
.st-site-wrapper[data-page=listing] .st-inside-content-wrapper .container {
  margin-top: 0;
}

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

.iq-full-details .iq-listings-office:hover {
  color: #0a58ca !important;
}

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

#site-wrapper[data-page=listings] .st-sitemenu-02v2 .st-sitemenu ul#st-main-menu li:hover {
  padding: 0 !important;
}

#site-wrapper[data-page=listings] .st-sitemenu-02v2 .st-sitemenu ul#st-main-menu li {
  padding: 0 !important;
}

#site-wrapper[data-page=listings] .st-sitemenu-02v2 .st-sitemenu ul#st-main-menu .dropdown-menu {
  margin-top: 5px !important;
}

#site-wrapper[data-page=listings] .st-sitemenu-02v2 .st-sitemenu ul#st-main-menu .dropdown-menu li a {
  font-size: 12px !important;
  padding-left: 20px !important;
}

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

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

a {
  color: #1f69ff;
}
a:hover, a:active {
  color: #004DE6;
  text-decoration: none;
  cursor: pointer;
}

a.btn-primary {
  color: #fff;
}

.navigation-wrapper {
  margin: 0;
  padding: 0;
  height: auto;
}

#blog_carousel_08v2 .blog-wrapper {
  padding-top: 10px;
  padding-right: 60px;
  padding-left: 60px;
  max-width: 1680px;
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  margin: 0 auto;
}
#blog_carousel_08v2 .blog-wrapper .blog-box {
  min-height: 408px;
  width: 23%;
  background: white;
  display: flex;
  flex-direction: column;
  margin-right: 2%;
  margin-bottom: 70px;
  border: solid 0.5px #b7b7b7;
}
#blog_carousel_08v2 .blog-wrapper .blog-box.col-12 {
  width: 100%;
  margin-right: 0;
}
#blog_carousel_08v2 .blog-wrapper .blog-box.col-6 {
  width: 48%;
  margin-right: 2%;
}
#blog_carousel_08v2 .blog-wrapper .blog-box.col-4 {
  width: 31%;
  margin-right: 2%;
}
@media (max-width: 1199px) {
  #blog_carousel_08v2 .blog-wrapper .blog-box:not(.col-12):not(.col-6):not(.col-4) {
    width: 31%;
  }
}
@media (max-width: 991px) {
  #blog_carousel_08v2 .blog-wrapper .blog-box:not(.col-12):not(.col-6):not(.col-4) {
    width: 48%;
  }
}
@media (max-width: 767px) {
  #blog_carousel_08v2 .blog-wrapper .blog-box:not(.col-12):not(.col-6):not(.col-4) {
    width: 95%;
    margin-right: 0;
  }
}
#blog_carousel_08v2 .blog-wrapper .blog-box .blog-image {
  width: 100%;
  height: 226px;
}
#blog_carousel_08v2 .blog-wrapper .blog-box .blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#blog_carousel_08v2 .blog-wrapper .blog-box .blog-info-wrapper {
  padding: 18px 25px;
}
#blog_carousel_08v2 .blog-wrapper .blog-box .blog-info-wrapper .blog-date {
  color: #9f9f9f;
  font-size: 14px;
}
#blog_carousel_08v2 .blog-wrapper .blog-box .blog-info-wrapper .blog-title {
  color: #000000;
  font-size: 22px;
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 10px;
}
#blog_carousel_08v2 .blog-wrapper .blog-box .blog-info-wrapper .action-link {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
}
#blog_carousel_08v2 .see-blog {
  position: absolute;
  top: 80px;
  right: 50px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
}
#blog_carousel_08v2 .subtitle {
  font-size: 18px;
  color: #888888;
  margin-top: 10px;
  font-weight: 500;
}

.browse-community-wrapper {
  position: relative;
  background: #ededed;
}
.browse-community-wrapper .browse-community-header {
  width: 100%;
  text-align: center;
  padding: 50px;
  position: relative;
}
.browse-community-wrapper .browse-community-header h1 {
  color: #585858;
  font-size: 32px;
}
.browse-community-wrapper .region-wrapper {
  padding-top: 10px;
  padding-right: 60px;
  padding-left: 60px;
  max-width: 1680px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
.browse-community-wrapper .region-wrapper .region-box {
  max-height: 272px;
  width: 30%;
  margin-bottom: 60px;
  background: white;
  display: flex;
}
.browse-community-wrapper .region-wrapper .region-box .region-photo {
  width: 50%;
  background-size: cover;
}
.browse-community-wrapper .region-wrapper .region-box .region-locations {
  width: 50%;
  padding: 21px;
  padding-left: 35px;
}
.browse-community-wrapper .region-wrapper .region-box .region-locations .header {
  font-size: 24px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #000000;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: solid 1px #e3e3e3;
}
.browse-community-wrapper .region-wrapper .region-box .region-locations .location-wrapper ul {
  list-style: none;
  padding-left: 0;
}
.browse-community-wrapper .region-wrapper .region-box .region-locations .location-wrapper ul li {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  color: #7f7f7f;
}
.browse-community-wrapper .region-wrapper .region-box .region-locations .location-wrapper ul li a {
  color: #1f69ff;
  text-transform: uppercase;
  font-size: 15px;
}
.browse-community-wrapper .region-wrapper .region-box .region-locations .location-wrapper ul li a:hover, .browse-community-wrapper .region-wrapper .region-box .region-locations .location-wrapper ul li a:active {
  color: #004DE6;
  text-decoration: none;
  cursor: pointer;
}

footer {
  background: white;
  min-height: 100px;
}

@media screen and (max-width: 1373px) {
  .browse-community-wrapper .region-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
  .browse-community-wrapper .blog-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .browse-community-wrapper .region-wrapper .region-box {
    width: 48%;
  }
  .browse-community-wrapper .blog-wrapper .blog-box {
    width: 33%;
  }
}
@media screen and (max-width: 1024px) {
  .browse-community-wrapper .blog-wrapper .blog-box {
    width: 48%;
  }
}
@media screen and (max-width: 860px) {
  .browse-community-wrapper .browse-community-header {
    padding: 30px;
  }
  .browse-community-wrapper .browse-community-header h1 {
    font-size: 22px;
  }
  .browse-community-wrapper .browse-community-header .see-blog {
    position: relative;
    top: auto;
    right: auto;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    padding-top: 20px;
  }
  .browse-community-wrapper .region-wrapper .region-box {
    width: 100%;
    flex-direction: column;
  }
  .browse-community-wrapper .region-wrapper .region-box .region-locations {
    width: 100%;
  }
  .browse-community-wrapper .region-wrapper .region-box .region-locations .location-wrapper ul li {
    font-size: 14px;
  }
  .browse-community-wrapper .region-wrapper .region-box .region-locations .header {
    font-size: 20px;
  }
  .browse-community-wrapper .region-wrapper .region-box .region-photo {
    display: none;
  }
  .browse-community-wrapper .blog-wrapper .blog-box {
    width: 100%;
    margin-right: 0;
  }
}
.st-site-wrapper {
  height: auto;
}

#iq_lead_form input {
  font-size: 14px;
  margin: 0;
}

#multifield_autocomplete {
  border-right: 0;
}

#iq_editor_editfield_dialog label {
  line-height: 1.5rem;
}

#iq_template_1 .header-template {
  color: #ffffff !important;
}

#site-wrapper .container-fluid .img-fill-background {
  position: fixed !important;
}

.st-site-wrapper .st-homepage-wrapper #pageListSection #st-main-menu li .dropdown-menu {
  left: unset !important;
  right: 0 !important;
}

.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-insidepage-wrapper .st-sitemenu-02v2 #nav-expander {
  margin-top: 10px !important;
}

@media (max-width: 861px) {
  #search-button-addon {
    padding: 0.2rem 1rem;
  }
}
@media (max-width: 386px) {
  #iq_validation_code {
    margin-top: -25px;
  }
}
.st-sitemenu-01v2 {
  z-index: 101;
}
.st-sitemenu-01v2 .navbar-brand {
  padding-top: 14px;
}
@media (max-width: 767px) {
  .st-sitemenu-01v2 .navbar-brand {
    padding-top: 10px;
  }
}
.st-sitemenu-01v2 .navbar-brand img {
  height: 50px;
}
@media (max-width: 767px) {
  .st-sitemenu-01v2 .navbar-brand img {
    height: 32px;
  }
}

#st-header-carousel-12 .iq-carousel-caption {
  text-align: right;
  position: absolute;
  right: 70px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-end;
  top: 675px;
}
@media (max-width: 768px) {
  #st-header-carousel-12 .iq-carousel-caption {
    top: 645px !important;
    right: 40px !important;
  }
}

.st-footer-01v2 {
  background-color: #fff;
  color: #707070;
}
.st-footer-01v2 li {
  font-size: 12px;
  font-weight: 300;
  color: #707070 !important;
}
.st-footer-01v2 li a {
  color: #707070 !important;
}
.st-footer-01v2 a:link, .st-footer-01v2 a:visited, .st-footer-01v2 a:hover, .st-footer-01v2 a:active {
  color: #1f69ff;
}
.st-footer-01v2 ul.st-footer-social {
  margin-top: 30px;
}
.st-footer-01v2 ul.st-footer-social a {
  color: #5b5b5b;
}
.st-footer-01v2 .st-footer-social a {
  font-size: 18px;
}

@media (max-width: 479px) {
  .st-inside-content-wrapper {
    margin-top: 0;
  }
}
.st-inside-content-wrapper .container {
  margin-top: 0;
}
@media (max-width: 479px) {
  .st-inside-content-wrapper .container {
    padding: 0;
  }
}

@media (min-width: 425px) {
  #blog_carousel_08v2 .carousel-control-prev, #blog_carousel_08v2 .carousel-control-next {
    width: 10% !important;
  }
}
@media (min-width: 1024px) {
  #blog_carousel_08v2 .carousel-control-prev, #blog_carousel_08v2 .carousel-control-next {
    width: 7% !important;
  }
}

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