@charset "UTF-8";
/* THIS FILE IS FOR THE LEGACY TEMPLATES (v2-01 to v2-13) */
/* DEFAULT CSS */
/***********************
 START DEFAULTS
 ***********************/
* {
  -webkit-overflow-scrolling: touch;
}

a:link,
a:visited,
a:hover,
a:active {
  color: var(--bay-bodytext);
}

/*html, body { color:@bodytext; font-family: var(--bay-primary-font); height:100%; min-width:320px; }
	h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: var(--bay-primary-font); }*/
html,
body {
  color: var(--bay-bodytext);
  font-family: var(--bay-primary-font);
  height: 100%;
  min-width: 320px;
}

body {
  color: var(--bay-bodytext);
  padding-top: 0;
  overflow: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--bay-primary-font);
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
  color: var(--bay-bodytext);
}

legend {
  width: auto;
  border: none;
}

button {
  border: 1px solid #fff;
  background: var(--bay-highlightcolor);
  color: var(--bay-highlighttext);
}

.btn-social {
  position: relative;
  padding-left: 50px !important;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-social > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 42px;
  line-height: 44px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 19, 155, 0.5);
}

.btn-fb,
.btn-fb:visited,
.btn-fb:visited {
  color: #fff !important;
  background-color: #3b5998 !important;
}

label input[type=checkbox],
label input[type=radio] {
  margin-right: 5px;
}

small {
  font-weight: normal;
  white-space: nowrap;
}

section {
  position: relative;
  display: table !important;
  width: 100%;
  overflow: visible;
}

.st-13 .st-homepage-wrapper,
.v2-06 .st-homepage-wrapper {
  overflow: hidden !important;
}

.v2-07 #st_section_02 .st-myportal-01 .fa-home.center,
.v2-09 #st_section_03 .st-myportal-01 .fa-home.center,
.v2-11 #st_section_04 .st-myportal-01 .fa-home.center {
  left: -2px;
}

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

.iq-listing-agent-details a {
  font-size: 12px;
}

.iq-pg-content .property-container {
  margin-top: 40px;
  background-color: var(--bay-maincolor);
}

.iq-pg-content .property-content {
  padding: 7px;
}

.iq-pg-content .property-content a {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}

.iq-pg-content .panel-heading .panel-title {
  color: white;
  font-size: 16px;
}

.iq-pg-content .panel-heading {
  padding: 10px 15px;
}

.iq-pg-content .panel-primary {
  border: 1px solid #337ab7;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.iq-pg-content .panel-body {
  padding: 15px;
}

.v2-06 #st-top-menu-inner #st-main-menu li {
  padding: 0 !important;
}

.v2-06 .st-sitemenu-02v2 .st-sitemenu ul#st-main-menu li:hover {
  padding: 0 !important;
}

.v2-06 .st-sitemenu-02v2 .st-sitemenu ul#st-main-menu li .dropdown-menu {
  margin-top: 3px !important;
}

.v2-06 .st-sitemenu-02v2 .st-sitemenu ul#st-main-menu li .dropdown-menu li a {
  font-size: 12px;
  padding-left: 20px !important;
}

.v2-06 .st-inside-content-wrapper #iq_agents .agents-header {
  color: #fff !important;
}

.v2-06 #bayFullAgentDetails_v2 #bayAgentActiveListings {
  overflow: hidden;
}

.v2-06 .third_section_story_hover a {
  color: #fff !important;
}

.content_default_buttons {
  margin-top: 90px;
  text-align: center;
}

.content_default_buttons a {
  padding: 15px 30px;
  display: inline-block;
  margin: 0 15px 15px;
  color: #fff !important;
  text-transform: uppercase;
  text-align: center;
  background: #2a2f34;
  border-radius: 4px;
}

#iq_template_17 .iq-pg-header {
  display: block;
}

.content_default_first_desc {
  margin-top: 60px;
}

.content_default_first_desc .responsive_iframe {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  margin-top: calc(60px - 1rem);
  margin-bottom: 60px;
}

.content_default_first_desc iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 1550px) {
  .content_default_first_desc .responsive_iframe {
    margin-bottom: calc(30px + 30 * (100vw - 375px) / 1175);
  }
  .content_default_first_desc,
  .content_default_first_desc .responsive_iframe,
  .default_top_content_desc h3 {
    margin-top: calc(30px + 30 * (100vw - 375px) / 1175);
  }
}
.header_rem_sub {
  position: relative;
  height: 80vh;
  max-height: 850px;
  min-height: 400px;
}

.header_rem_mid_sub {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 0;
}

.header_rem_mid_sub h1 {
  color: #fff;
  text-transform: capitalize;
}

.header_rem_bg_sub {
  background-size: cover !important;
  background-position: center center !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.neighbourhood_gallery.carousel button.carousel-control-prev i,
.neighbourhood_gallery.carousel button.carousel-control-next i {
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.neighbourhood_gallery .carousel-control-prev.custom .carousel-control-prev-icon,
.neighbourhood_gallery .carousel-control-next.custom .carousel-control-next-icon {
  position: absolute;
  top: calc(50% - 11px);
  background-color: #2a2f34 !important;
  width: 60px;
  height: 60px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #fff;
  background-image: none;
}

.neighbourhood_gallery .carousel-control-prev.custom .carousel-control-prev-icon {
  left: 0;
}

.neighbourhood_gallery .carousel-control-next.custom .carousel-control-next-icon {
  right: 0;
}

.neighbourhood_gallery .carousel-item > div {
  position: relative;
}

.neighbourhood_gallery .carousel-item > div p {
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #fff;
  margin-bottom: 0;
  font-size: 12px;
}

.neighbourhood_gallery .carousel-inner {
  padding: 20px 0 20px 0;
}

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

.v2-07 #st_section_04 .container h4 {
  color: inherit;
}

.v2-07 #st_section_04 .container p {
  color: #212529;
}

.v2-07 #st_section_08 .st-footer-01v2 {
  background-color: #eee;
  color: #555;
}

.v2-07 #st_section_08 .st-footer-01v2 .st-footer-divider {
  color: #555;
}

.v2-07 #st_section_08 .st-footer-01v2 a {
  color: #555;
}

.iq-blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.iq-fullscreen-layout {
  position: fixed !important;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  background-color: #ffffff;
}

.iq-phonenumber {
  border: none !important;
  text-shadow: none !important;
  color: inherit !important;
}

.iq-phonenumber hover {
  border-radius: none !important;
}

.goog-te-gadget-simple a span:first-child {
  color: black !important;
}

.goog-te-gadget-simple .goog-te-menu-value {
  color: #000 !important;
}

p a {
  text-decoration: underline !important;
}

.overflow-hidden {
  overflow: hidden;
}

.iq-loading {
  font-size: 30px;
  line-height: 50px;
  padding: 30px;
  min-width: 50vw;
  text-align: center;
}

.iq-editsectionbutton {
  z-index: 12000;
  cursor: pointer;
}

#iq-hidesection_10.iq-hide-section {
  width: 6%;
}

.iq-hide-section {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  cursor: pointer;
  font-size: 12px;
  padding: 1px 5px;
  border: 1px solid #ccc;
}

.iq-modal-content-background-color {
  background-color: var(--bay-maincolor) !important;
}

/***********************
 END DEFAULTS
 ***********************/
/***********************
 START BOOTSTRAP OVERRIDES
 ***********************/
.form-control {
  border-radius: 0;
}

.form-inline .form-row {
  margin-top: 15px;
  display: table;
  min-width: 100%;
}

.form-inline .form-row:first-child {
  margin-top: 0;
}

.well .well {
  border: 0;
  padding: 0;
}

.img-thumbnail {
  background-clip: content-box;
}

.modal-open .modal {
  z-index: 12051 !important;
}

.modal-backdrop.in {
  opacity: 0.75 !important;
  filter: alpha(opacity=75);
}

.modal-header {
  background-color: var(--bay-primary-light) !important;
}

.modal-body {
  padding: 10px;
}

.modal-body .row {
  margin-left: -5px;
  margin-right: -5px;
}

.modal-header .close {
  opacity: 0.5;
}

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutter [class*=col-]:not(:first-child),
.row.no-gutter [class*=col-]:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

.nav-tabs .nav-link {
  color: #555;
}

/***********************
 END BOOTSTRAP OVERRIDES
 ***********************/
/***********************
 START IQ OVERRIDES
 ***********************/
.iq-pg-header {
  overflow: hidden;
  margin-bottom: 10px;
}

.container-fluid .iq-pg-header {
  padding-left: 15px;
  padding-right: 15px;
}

.header-template {
  color: black !important;
}

#homepage_searchform select {
  cursor: pointer;
}

.v2-01 .st-footer-mls-disclaimer span,
.v2-03 .st-footer-mls-disclaimer span,
.v2-06 .st-footer-mls-disclaimer span,
.v2-07 .st-footer-mls-disclaimer span,
.v2-08 .st-footer-mls-disclaimer span,
.v2-09 .st-footer-mls-disclaimer span,
.v2-11 .st-footer-mls-disclaimer span,
.v2-12 .st-footer-mls-disclaimer span {
  color: unset !important;
}

.v2-07 .st-searchform-banner h1 {
  font-size: 30px !important;
}

.v2-07 .iq-officeaddress {
  font-size: 14px;
}

.v2-07 .iq-agent-profile-image img {
  height: unset !important;
}

.v2-07 #iq_agent .iq-agent-maps {
  height: unset !important;
}

.v2-07 .iq-v2agent-details {
  display: unset !important;
}

.v2-07 .iq-agent-profile-line {
  font-size: 14px;
}

.v2-07 #iq_additional_searchfields .iq-textdropdown .dropdown-menu {
  margin: 0 26px 4px -118px !important;
}

.v2-07 #iq_additional_searchfields .iq-textdropdown.input-group {
  right: -70% !important;
}

.v2-07 .st-footer-01v2 {
  font-size: 14px !important;
}

.v2-07 .st-footer-mls-disclaimer .st-mls-details {
  font-size: 11px !important;
}

.v2-07 .st-footer-01v2 .st-footer-mls-disclaimer {
  font-size: 11px !important;
}

#iq_housevalue_form .container h4 {
  font-size: 18px;
}

#iq_housevalue_form .container .btn-get-report {
  width: 100%;
  background-color: var(--bay-maincolor) !important;
  border-color: var(--bay-maincolor) !important;
  font-size: 18px;
  font-family: var(--bay-primary-font);
}

#iq_housevalue_form #iq_housevalue_form-autocomplete {
  border-radius: 4px;
  font-size: 18px;
  height: 46px;
  color: #555;
}

#iq_housevalue_form .btn-primary:hover {
  background-color: var(--bay-maincolor) !important;
  border-color: var(--bay-maincolor) !important;
}

#iq_housevalue_carousel div:not([class*=text-danger]) {
  color: #ffffff !important;
  text-shadow: 2px 2px 2px #333;
}

#iq_housevalue_carousel div:is([class*=text-danger]) {
  text-shadow: none !important;
}

#iq_housevalue_carousel div a {
  color: #ffffff !important;
  text-decoration: none;
  text-shadow: 2px 2px 2px #333;
}

.v2-07 .iq-office-profile-text {
  display: block;
}

.v2-08 .st-searchform-05v2 .input-group .btn-search-nearby {
  line-height: 22px !important;
  border-radius: 3px !important;
  padding-right: 12px !important;
}

.v2-08 #iq_lead_form .iq-lead-page label {
  font-weight: 700 !important;
}

.v2-08 .st-sitemenu-02 .st-sitemenu ul#st-main-menu li:hover {
  padding: 0;
}

.v2-08 .st-sitemenu-02 .st-sitemenu ul#st-main-menu li {
  padding: 0;
}

.v2-08 .st-sitemenu-02 .st-sitemenu ul#st-main-menu li a:hover {
  background-color: #7089a1 !important;
}

@media (max-width: 1280px) {
  .v2-08 .st-sitemenu-02 #navbarNav {
    max-height: 600px !important;
  }
}
@media (min-width: 1440px) {
  .v2-08 .st-sitemenu-02 #navbarNav {
    max-height: 832px !important;
  }
}
.v2-09 #iqSearchFormHeader #iq_criteria_form .dropdown .btn-filtered {
  border-color: #8c0005 !important;
}

.v2-09 #iq_lead_container .btn {
  color: #fff;
}

#iq_editagenttemplate_dialog .agent-template-table td {
  border: none !important;
}

#iq_editagenttemplate_dialog .agent-template-table tbody > tr:hover {
  background-color: #f5f5f5 !important;
}

#iq_editagenttemplate_dialog .table-hover > tbody > tr:hover {
  --bs-table-accent-bg: none !important;
}

#iq-myportal #iq_myportal_login_page .form-group {
  margin-bottom: 15px;
}

#iq-myportal #iq_myportal_login_page .form-group label {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #333 !important;
}

#iq-myportal #iq_myportal_login_page fieldset a {
  font-size: 14px;
  text-decoration: none;
}

#iq-myportal #iq_myportal_login_page .checkbox label {
  font-size: 14px !important;
  color: #333 !important;
}

#iq-myportal #iq_myportal_login_page .form-group input {
  height: 34px !important;
  border-radius: 4px;
}

#iq-myportal #iq_myportal_login_page h3 {
  color: #212529 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}

.v2-03 #iq-agentportal .iq-pg-header h1 {
  font-weight: 500 !important;
}

#iq-agentportal #iq_agentportal_login_form .form-group label {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #333 !important;
}

#iq-agentportal #iq_agentportal_login_form fieldset a {
  font-size: 14px;
  text-decoration: none;
}

.v2-08 .agent-office-search.template5 .search-box .search-btn {
  top: 45% !important;
  right: 4%;
}

.v2-07 #iq_agents .iq-pg-header .agents-header {
  font-size: 45px !important;
  color: #ffffff !important;
}

.v2-09 #homepage_agentsearchform .btn-group {
  display: flex !important;
}

.v2-06 .agents-header {
  font-size: 45px;
  color: #ffffff;
}

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

.v2-09 #iq_lead_page_0001 .iq-form-field-required {
  border-left: 2px solid red !important;
  border-radius: 4px;
}

.v2-09 #iq_template_1 .panel-title {
  color: inherit;
  margin-bottom: 0 !important;
  font-size: 14px;
}

.v2-09 #iq_template_1 .panel-heading {
  padding: 10px 15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.v2-09 #iq_template_1 .panel-success {
  border-color: #d6e9c6 !important;
  border: 1px solid transparent;
}

.v2-09 #iq_template_1 .panel-body {
  padding: 15px;
}

.v2-09 #site-wrapper .st-sitemenu-01v2 {
  position: fixed !important;
  z-index: 9000;
  top: 0;
}

.v2-09 #iq_agents .iq-pg-header .agents-header {
  font-size: 45px !important;
  color: #ffffff !important;
}

.v2-09 #iq_agents .iq-agent-profile .iq-agent-profile-head .iq-agent-profile-title {
  padding-left: 20px !important;
}

.v2-09 .container-fluid #iq_housevalue_carousel {
  margin-top: 0 !important;
}

.v2-07 .iq-office-header {
  font-size: 45px;
  color: #ffffff !important;
}

.v2-06 #iq_template_1 h1 {
  font-size: 45px;
  color: #ffffff !important;
}

.v2-10 .st-site-wrapper .st-homepage-wrapper .navbar .container {
  max-width: 100% !important;
}

.v2-10 .st-inside-content-wrapper .container {
  width: 100% !important;
}

.v2-10 #iq_listings_criteria_form .iq-editing-panel .card button {
  color: #000000 !important;
}

.v2-10 #iq_editor_metatags_dialog .iq-dialogbox-row h1 {
  font-weight: 300 !important;
  font-family: var(--bay-primary-font);
}

.v2-10 #homepage_searchform .st-searchform-07-title {
  font-size: 40px;
}

.v2-11 #pageListSection .nav-item {
  font-size: 14px !important;
}

.v2-11 .st-footer-mls-disclaimer {
  font-size: 11px !important;
}

.v2-11 .st-footer-company-disclaimer {
  font-size: 14px !important;
}

.v2-11 .st-sitemenu-02v2 .st-sitemenu ul#st-main-menu li:hover {
  padding: 0 !important;
}

.v2-11 .st-sitemenu-02v2 .st-sitemenu ul#st-main-menu li {
  padding: 0 !important;
}

.v2-11 .st-sitemenu-02v2 .dropdown-menu {
  font-size: 12px;
  margin-top: 5px !important;
}

.v2-11 .st-sitemenu-02v2 .st-sitemenu ul#st-main-menu li a:hover {
  background-color: #666 !important;
}

.v2-11 .dropdown-menu .st-menu-sub-links a {
  padding: 0.25rem 1.3rem;
}

.v2-12 #st_section_02 {
  background-color: var(--bay-maincolor) !important;
}

.v2-12 .listings-wrapper .just-listed-wrapper .listing-address a {
  text-decoration: none !important;
}

.v2-12 #st_section_07 {
  background-color: var(--bay-maincolor) !important;
}

.v2-12 #st_section_8 .st-footer-01v2 .container ul li {
  color: #707070 !important;
}

.v2-12 #st_section_8 .st-footer-01v2 .container ul li a {
  color: #707070 !important;
}

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

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

.v2-13 #st_section_07 .st-footer-04v2 .widget > ul > li > a {
  color: #212529 !important;
}

.v2-10 .iq-agent-profile-image img {
  height: unset !important;
}

.v2-10 #st_section_02 .st-footer-04v2 .container .widget ul li a {
  color: #212529 !important;
}

.v2-10 .st-featuredhomes-08v2 .property-content a {
  font-weight: 400 !important;
}

.v2-10 #iq_agent .iq-agent-maps {
  height: unset !important;
}

.v2-10 .iq-v2agent-details {
  display: unset !important;
}

.v2-10 .iq-agent-profile-line {
  font-size: 14px;
}

.v2-10 .iq-officeaddress {
  font-size: 14px;
}

.v2-13 #bayMenuEditorDialog_v2 #accordion .iq-menuchoices-accordion:hover {
  border-radius: 4px;
  border: 1px solid #d3d3d3;
}

.v2-13 #homepage_searchform a {
  opacity: 0.9;
}

.v2-13 #iq_agents #iq_agents_grid .iq-mobilephone .fa-mobile {
  font-size: 18px !important;
}

.v2-13 #iq_agents #iq_agents_grid .iq-agents-card-office ul {
  font-size: 13px !important;
}

.v2-13 .st-site-wrapper .st-sitemenu-02v2 .st-sitemenu #st-main-menu li {
  padding: 0;
}

.v2-13 .st-site-wrapper .st-sitemenu-02v2 .st-sitemenu ul#st-main-menu li:hover {
  padding: 0;
}

.v2-13 .st-site-wrapper .dropdown-menu {
  margin-top: 2px !important;
}

.v2-07 .st-blog-01 .container .st-blog-header h4 a {
  text-decoration: none;
  font-size: 18px;
}

.v2-07 .st-blog-01 .container .st-blog {
  padding-right: 15px;
  padding-left: 15px;
}

.v2-07 .st-blog-01 .container .st-blog-body li a {
  text-decoration: none !important;
  font-size: 14px;
}

.v2-07 .st-blog-01 .container .st-blog-cat-header h4 {
  font-size: 18px;
}

.v2-07 .st-blog-01 .container .st-blog-header a .st-blog-image-container {
  border-radius: 4px !important;
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.v2-07 .st-blog-01 .container .st-blog-cat {
  padding-left: 15px;
  padding-right: 15px;
}

.v2-08 #iq_agent .iq-agent-profile-sidebar #iq_agent_leadsource {
  background-color: #f5f5f5 !important;
  border: unset !important;
}

.v2-07 #st_section_04 .st-callout-wrapper .st-callout-04v2 .container a {
  text-decoration: none;
}

#iq_editor_choosetemplate_dialog #iq_template_carousel .iq-template-features {
  text-align: left !important;
}

.v2-13 .st-panels-wrapper .st-panels-01 .img-fill-background {
  object-fit: cover !important;
}

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

.v2-07 #iq-office .iq-v2office-header {
  font-size: 45px !important;
  color: #ffffff !important;
}

.v2-07 .st-site-wrapper .st-insidepage-wrapper .container-fluid .img-fill-background {
  position: fixed !important;
}

.v2-07 #st_section_03 .st-panels-01 .st-panel-contents h2 {
  font-size: 45px !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
}

.v2-07 #st_section_04 .st-callout-04v2 .rounded-circle .img-fill {
  border-radius: 50% !important;
  height: 400px !important;
}

.v2-07 #st_section_03 .st-panels-01 .st-panel-contents a:hover {
  color: #ffffff !important;
}

.v2-07 #iq_agent .iq-listings_sold_container #iq-listings_recentsold_viewless:hover {
  padding: 0.375rem 0.75rem !important;
  border-radius: 4px !important;
}

.v2-10 .st-footer-company-disclaimer span {
  color: unset !important;
}

@media (min-width: 1200px) {
  .v2-08 .st-site-wrapper .st-insidepage-wrapper .st-inside-content-wrapper .container {
    width: 1170px !important;
  }
}
.v2-08 #iq_agent .iq-pg-body .iq-agent-profile .iq-agent-profile-image a img {
  height: unset !important;
}

.v2-08 #iq_agent .iq-pg-body .iq-agent-profile .iq-agent-maps {
  height: unset !important;
}

.v2-08 #iq_agent .iq-pg-body .iq-agent-profile .iq-agent-profile-info .iq-officeaddress-line1 a {
  font-size: 14px !important;
  text-decoration: none !important;
}

.v2-08 #iq_agent .iq-pg-body .iq-agent-profile .iq-agent-profile-info .iq-agent-profile-line {
  font-size: 14px !important;
}

.v2-08 #iq_agent .iq-pg-body .iq-agent-profile .iq-agent-profile-info .iq-v2agent-details {
  display: unset !important;
}

.v2-08 #iq_agent .iq-pg-body .iq-agent-profile .iq-officeaddress {
  font-size: 14px !important;
}

.v2-08 #iq_agent .iq-pg-body .iq-agent-profile .iq-agent-profile-head .iq-agent-profile-title {
  padding-left: 20px !important;
}

.v2-08 #iq_agent .iq-pg-header .iq-agent-v2header {
  font-size: 45px !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
}

.v2-08 #site-wrapper .st-homepage-wrapper {
  overflow-x: hidden !important;
}

.v2-08 #st_section_04 .st-panels-01 .st-panel-contents h2 {
  font-size: 45px !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
}

.v2-08 #st_section_04 .st-panels-01 .st-panel-contents a:hover,
.v2-09 #st_section_04 .st-panels-01 .st-panel-contents a:hover {
  color: #ffffff !important;
}

.v2-08 #iq_listing .iq-pg-body .iq_listing_contact_sidebar_v2 #iq_lead_form label {
  font-weight: 400 !important;
}

.v2-08 #iq_listing .iq_listing_contact_sidebar_v2 #iq_lead_form #publicid-container select,
.v2-09 #iq_listing .iq_listing_contact_sidebar_v2 #iq_lead_form #publicid-container select {
  border-radius: 4px !important;
}

.v2-08 #iq_listing .iq_listing_contact_sidebar_v2 #iq_lead_form .iq-lead-page input,
.v2-09 #iq_listing .iq_listing_contact_sidebar_v2 #iq_lead_form .iq-lead-page input {
  border-radius: 4px !important;
}

.v2-09 .st-homepage-wrapper #pageListSection #st-main-menu .dropdown-menu[data-bs-popper] {
  left: unset !important;
}

.v2-09 .st-homepage-wrapper #pageListSection #st-main-menu .dropdown-menu {
  right: 0 !important;
}

.v2-09 .st-searchform-07 #st_searchform_properties #homepage_searchform h2 {
  font-size: 35px !important;
}

.iq-pg-content #iq_lead_form .iq-lead-page .form-group {
  padding-left: 10px !important;
  text-align: center !important;
  margin-top: 5px !important;
}

.iq-pg-content #iq_lead_form .iq-lead-page .form-group select {
  font-size: 14px !important;
  height: 34px !important;
  border-radius: 4px !important;
}

.iq-pg-content #iq_lead_form .iq-lead-page .form-group label {
  text-align: center;
  width: 100%;
  font-size: 14px !important;
  font-family: var(--bay-primary-font) !important;
  color: rgb(51, 51, 51) !important;
  font-weight: 700 !important;
}

.iq-pg-content #iq_lead_form .iq-lead-page .form-group textarea {
  height: 54px !important;
  border-left: 2px solid red !important;
  border-radius: 4px !important;
}

.iq-pg-content .well {
  background-color: #f5f5f5 !important;
  padding: 19px !important;
  border-radius: 4px !important;
  border: 1px solid #e3e3e3 !important;
}

.iq-pg-content #iq_lead_form .text-danger {
  margin-top: 5px !important;
  color: #a94442 !important;
  padding-left: 15px !important;
}

.iq-pg-content #iq_lead_form .form-group #iq_lead_form-submit {
  font-size: 14px !important;
  padding: 6px 12px !important;
  margin-top: 10px !important;
  width: 98% !important;
  font-family: var(--bay-primary-font) !important;
  border-radius: 4px !important;
}

.iq-pg-content #iq_lead_form .form-group .iq-lead-group-title {
  font-family: var(--bay-primary-font) !important;
  font-weight: 400 !important;
  color: #333 !important;
  font-size: 18px !important;
  text-align: center !important;
}

.iq-pg-header h1 {
  font-size: 45px !important;
  color: #ffffff !important;
}

.iq-pg-header #iq_listings_wrapper h1 {
  color: #212529 !important;
}

.iq-pg-content #iq_lead_form .form-group hr {
  border-top: 1px solid #eee !important;
  background-color: unset !important;
  opacity: unset !important;
}

.iq-pg-content .card-header .card-title span {
  color: #ffffff !important;
}

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

.v2-01 .st-menu-wrapper .st-sitemenu-02v2 .st-sitemenu ul#st-main-menu li a:hover,
.v2-02 .st-menu-wrapper .st-sitemenu-02v2 .st-sitemenu ul#st-main-menu li a:hover,
.v2-03 .st-menu-wrapper .st-sitemenu-02v2 .st-sitemenu ul#st-main-menu li a:hover,
.v2-04 .st-menu-wrapper .st-sitemenu-02v2 .st-sitemenu ul#st-main-menu li a:hover,
.v2-06 .st-menu-wrapper .st-sitemenu-02v2 .st-sitemenu ul#st-main-menu li a:hover,
.v2-07 .st-menu-wrapper .st-sitemenu-02v2 .st-sitemenu ul#st-main-menu li a:hover,
.v2-08 .st-menu-wrapper .st-sitemenu-02v2 .st-sitemenu ul#st-main-menu li a:hover,
.v2-09 .st-menu-wrapper .st-sitemenu-02v2 .st-sitemenu ul#st-main-menu li a:hover,
.v2-10 .st-menu-wrapper .st-sitemenu-02v2 .st-sitemenu ul#st-main-menu li a:hover,
.v2-11 .st-menu-wrapper .st-sitemenu-02v2 .st-sitemenu ul#st-main-menu li a:hover,
.v2-12 .st-menu-wrapper .st-sitemenu-02v2 .st-sitemenu ul#st-main-menu li a:hover,
.v2-13 .st-menu-wrapper .st-sitemenu-02v2 .st-sitemenu ul#st-main-menu li a:hover {
  color: #ffffff !important;
  background-color: var(--bay-highlightcolor) !important;
}

.offcanvas .offcanvas-body #drawer-navigation .navigation-item a:hover {
  color: #ffffff !important;
  background-color: var(--bay-highlightcolor) !important;
}

@media (max-width: 479px) {
  .v2-09 #st_section_01 .st-header-carousel-wrapper .carousel-control-prev {
    top: 61px !important;
  }
  .v2-09 #st_section_01 .st-header-carousel-wrapper .carousel-control-next {
    top: 61px !important;
  }
  .v2-09 #st_section_01 .st-searchform-07 #homepage_searchform {
    width: 85% !important;
  }
  .v2-09 #site-wrapper .container .iq-pg-header h1 {
    color: #000 !important;
    font-size: 24px !important;
    margin-top: 68px !important;
  }
}
.v2-09 #st_section_06 .st-featuredhomes-wrapper .container .st-featured-home .listing-image-container .featured-home-image {
  height: unset !important;
  aspect-ratio: 1.33;
}

.v2-09 #st_section_04 .st-panels-wrapper .st-panel-contents h2 {
  font-size: 45px !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
}

.v2-09 #st_section_07 .st-areas-wrapper .container .rounded-circle img {
  height: 400px !important;
}

.v2-09 #st_section_07 .st-areas-wrapper .container .img-circle img {
  height: 400px !important;
}

.v2-09 #st_section_07 .st-areas-wrapper .container .rounded-circle {
  position: relative;
}

.v2-09 #st_section_07 .st-areas-wrapper .container .rounded-circle h3 a:hover {
  text-decoration: underline;
}

.v2-09 #st_section_07 .st-areas-wrapper .container .img-circle h3 a:hover {
  text-decoration: underline;
}

.v2-09 #st_section_07 .st-areas-wrapper .container .rounded-circle h3 a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30px;
  width: 100%;
  margin: auto;
  font-size: 30px !important;
  color: #ffffff !important;
}

.v2-09 #iqListingsContainer .st-sitemenu-02v2 .st-sitemenu ul#st-main-menu li:hover {
  padding: 0 !important;
}

.v2-09 #iqListingsContainer .st-sitemenu-02v2 .st-sitemenu ul#st-main-menu li {
  padding: 0 !important;
}

.v2-09 #iqListingsContainer .st-sitemenu-02v2 .st-sitemenu ul#st-main-menu li .dropdown-menu {
  margin-top: 10px !important;
}

.v2-09 #iqListingsContainer .st-sitemenu-02v2 .st-sitemenu ul#st-main-menu li .dropdown-menu li a {
  font-size: 12px !important;
  padding-left: 20px !important;
}

.v2-09 #st_section_01 .iq-agent-profile-container .iq-agent-contact-me a {
  text-decoration: none !important;
}

.v2-09 #st_section_01 .st-searchform-07 #homepage_searchform .st-searchform-07-title {
  white-space: unset !important;
  text-align: left !important;
}

.v2-10 #st_section_02 .container .widget h4 {
  font-size: 20px !important;
  font-weight: 800 !important;
  font-family: var(--bay-primary-font) !important;
}

.v2-10 #st_section_02 .st-footer-04v2 .widget h5 {
  font-size: 20px !important;
  font-weight: 800 !important;
  font-family: var(--bay-primary-font) !important;
}

.v2-10 #iq_listings_criteria_form .iq-editing-panel .card .card-body .iq-textdropdown {
  top: -2px !important;
  right: -2px !important;
}

.v2-10 #iq_listings_criteria_form .iq-editing-panel .card .card-body .iq-textdropdown button {
  color: #ffffff !important;
}

.v2-10 #iq_community .iq-pg-body .iq-community-sidebar #iq_community_sociallinks .btn-group,
.v2-09 #iq_community .iq-pg-body .iq-community-sidebar #iq_community_sociallinks .btn-group {
  width: 100% !important;
  margin-left: 5px !important;
}

.v2-10 #iq_community .iq-pg-body .iq-community-sidebar #iq_community_sociallinks .btn-group a,
.v2-09 #iq_community .iq-pg-body .iq-community-sidebar #iq_community_sociallinks .btn-group a {
  font-size: 14px !important;
  display: table-cell;
  float: none;
  width: 1%;
  font-family: var(--bay-primary-font) !important;
}

.v2-10 #iq_community .iq-pg-body .iq-community-sidebar #iq_community_sociallinks,
.v2-09 #iq_community .iq-pg-body .iq-community-sidebar #iq_community_sociallinks {
  margin-bottom: 20px;
  background-color: #f5f5f5 !important;
  border: 1px solid #e3e3e3 !important;
  padding: 9px !important;
  border-radius: 3px !important;
}

.v2-10 .st-searchform-wrapper #st_searchform_properties #homepage_searchform .st-searchform-07-title {
  white-space: unset !important;
  text-align: left !important;
}

.v2-10 #iq_agent .iq-pg-body .iq-agent-profile-sidebar #iq_lead_form .form-group .iq-submit-btn,
.v2-11 #iq_agent .iq-pg-body .iq-agent-profile-sidebar #iq_lead_form .form-group .iq-submit-btn {
  border-color: #666666 !important;
}

.v2-10 #iq_agent .iq-pg-body #iq_agent_leadsource #iq_lead_form .form-group .iq-contact-textbox,
.v2-11 #iq_agent .iq-pg-body #iq_agent_leadsource #iq_lead_form .form-group .iq-contact-textbox {
  border-radius: 4px !important;
}

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

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

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

.v2-02 #site-wrapper[data-page=listings] .st-sitemenu-02v2 .st-sitemenu ul#st-main-menu .dropdown-menu li a,
.v2-07 #site-wrapper[data-page=listings] .st-sitemenu-02v2 .st-sitemenu ul#st-main-menu .dropdown-menu li a,
.v2-08 #site-wrapper[data-page=listings] .st-sitemenu-02v2 .st-sitemenu ul#st-main-menu .dropdown-menu li a,
.v2-10 #site-wrapper[data-page=listings] .st-sitemenu-02v2 .st-sitemenu ul#st-main-menu .dropdown-menu li a,
.v2-12 #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;
}

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

.v2-11 #st_section_07 .st-areas-04 .rounded-circle .img-fill {
  height: 400px !important;
}

.v2-11 #st_section_04 .st-myportal-01 .container .fa-home.center {
  left: -3px !important;
}

.v2-11 #st_section_04 .st-myportal-01 .container .fa-search {
  margin-top: 2px !important;
}

.v2-11 #st_section_07 .st-areas-04 .rounded-circle {
  position: relative;
}

.v2-11 #st_section_07 .st-areas-04 .rounded-circle h3 a {
  font-size: 30px;
  color: #fff;
  width: 100%;
  height: 30px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-decoration: none !important;
}

.v2-11 #st_section_07 .st-areas-04 .rounded-circle h3 a:hover {
  text-decoration: underline !important;
}

.v2-12 .st-homepage-wrapper .st-content-wrapper #st_section_01 .search-box {
  background-color: var(--bay-maincolor) !important;
}

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

.v2-12 #st_section_05 .unit-wrapper .unit-box .unit-photo {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.v2-12 .st-insidepage-wrapper .st-sitemenu-02v2 #nav-expander {
  margin-top: 10px !important;
}

.v2-13 #st_section_07 .v2footer-content {
  padding-top: 60px !important;
}

.v2-13 #st_section_07 .container .widget h4 {
  font-size: 20px !important;
  font-weight: 800 !important;
  font-family: var(--bay-primary-font) !important;
}

.v2-13 #st_section_07 .st-footer-04v2 .widget h5 {
  font-size: 20px !important;
  font-weight: 800 !important;
  font-family: var(--bay-primary-font) !important;
}

.v2-13 #st_section_03 .st-panels-01 .st-panel-contents .st-card-title {
  font-size: 45px !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
}

.v2-13 #st_section_03 .st-panels-01 .st-panel-contents a:hover {
  color: #ffffff !important;
}

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

.v2-01 #iq_agent .iq-pg-header h2,
.v2-04 #iq_agent .iq-pg-header h2,
.v2-06 #iq_agent .iq-pg-header h2,
.v2-07 #iq_agent .iq-pg-header h2,
.v2-08 #iq_agent .iq-pg-header h2,
.v2-09 #iq_agent .iq-pg-header h2,
.v2-12 #iq_agent .iq-pg-header h2,
.v2-13 #iq_agent .iq-pg-header h2 {
  padding-left: 0 !important;
}

.iq-v2agent-name {
  margin-bottom: unset !important;
  padding-top: unset !important;
}

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

.v2-01 #iq_editor_choosetemplate_dialog,
.v2-01 #iq_editor_maintainpages_dialog_v2,
.v2-01 #iq_editor_maintainimages_dialog,
.v2-01 #bayMenuEditorDialog_v2,
.v2-01 #iq_editor_changedomainname_dialog,
.v2-01 #iq_editagenttemplate_dialog,
.v2-01 #iq_editor_editfield_dialog,
.v2-01 #iq_customcss_dialog,
.v2-01 #iq_manage_scripts_dialog,
.v2-01 #iq_editor_uploadfavicon_dialog,
.v2-01 #iq_editor_editfield_dialog,
.v2-01 #bayCentralizedListingEditorDialog_v2,
.v2-03 #iq_editor_choosetemplate_dialog,
.v2-03 #iq_editor_maintainpages_dialog_v2,
.v2-03 #iq_editor_maintainimages_dialog,
.v2-03 #bayMenuEditorDialog_v2,
.v2-03 #iq_editor_changedomainname_dialog,
.v2-03 #iq_editagenttemplate_dialog,
.v2-03 #iq_editor_editfield_dialog,
.v2-03 #iq_customcss_dialog,
.v2-03 #iq_manage_scripts_dialog,
.v2-03 #iq_editor_uploadfavicon_dialog,
.v2-03 #iq_editor_editfield_dialog,
.v2-03 #bayCentralizedListingEditorDialog_v2,
.v2-09 #iq_editor_choosetemplate_dialog,
.v2-09 #iq_editor_maintainpages_dialog_v2,
.v2-09 #iq_editor_maintainimages_dialog,
.v2-09 #bayMenuEditorDialog_v2,
.v2-09 #iq_editor_changedomainname_dialog,
.v2-09 #iq_editagenttemplate_dialog,
.v2-09 #iq_editor_editfield_dialog,
.v2-09 #iq_customcss_dialog,
.v2-09 #iq_manage_scripts_dialog,
.v2-09 #iq_editor_uploadfavicon_dialog,
.v2-09 #iq_editor_editfield_dialog,
.v2-09 #bayCentralizedListingEditorDialog_v2 {
  margin-top: 40px;
}

.ui-dialog #iq_myportal_passwordreminder_dialog .container {
  min-width: 320px;
}

.ui-dialog #iq_myportal_passwordreminder_dialog {
  padding: 0.5em 1em;
}

.ui-dialog #iq_myportal_passwordreminder_dialog #iq_myportal_passwordreminder_form #userid-container {
  margin-bottom: 15px;
}

.v2-03 .powered-by .powered-by-text {
  color: #ffffff;
}

.v2-06 .powered-by .powered-by-text {
  color: silver;
}

.v2-01 .powered-by,
.v2-03 .powered-by,
.v2-04 .powered-by,
.v2-06 .powered-by,
.v2-07 .powered-by,
.v2-08 .powered-by,
.v2-09 .powered-by,
.v2-10 .powered-by,
.v2-11 .powered-by,
.v2-12 .powered-by,
.v2-13 .powered-by {
  justify-content: center;
}

.powered-by {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 5px !important;
  padding-left: 30px;
}

.powered-by .powered-by-text {
  padding-right: 15px;
  font-size: 12px;
}

.powered-by .backatyou-logo {
  width: 156px;
  text-align: left;
}

.powered-by .backatyou-logo a img {
  width: 50% !important;
}

.ui-dialog #iq_myportal_passwordreminder_dialog #iq_myportal_passwordreminder_form #userid-container label {
  margin-bottom: 5px;
  font-weight: 700;
  color: #212529;
  font-size: 15px;
  font-family: var(--bay-primary-font);
}

.ui-dialog #iq_myportal_passwordreminder_dialog #iq_myportal_passwordreminder_form #userid-container input {
  height: 34px;
  border-radius: 4px;
}

.ui-dialog #iq_myportal_passwordreminder_dialog #iq_myportal_passwordreminder_form .card {
  margin-bottom: 20px !important;
}

.ui-dialog #iq_myportal_passwordreminder_dialog #iq_myportal_passwordreminder_form h3 {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  font-family: var(--bay-primary-font);
  color: #212529;
}

.ui-dialog #iq_myportal_passwordreminder_dialog #iq_myportal_passwordreminder_form .iq-form-field-required small {
  color: #a94442;
  margin-top: 10px;
}

.v2-03 .powered-by .powered-by-text {
  color: #ffffff;
}

.v2-06 .powered-by .powered-by-text {
  color: silver;
}

.v2-01 .powered-by,
.v2-03 .powered-by,
.v2-04 .powered-by,
.v2-06 .powered-by,
.v2-07 .powered-by,
.v2-08 .powered-by,
.v2-09 .powered-by,
.v2-10 .powered-by,
.v2-11 .powered-by,
.v2-12 .powered-by,
.v2-13 .powered-by {
  justify-content: center;
}

.powered-by {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 5px !important;
}

.powered-by .powered-by-text {
  padding-right: 15px;
}

.powered-by .backatyou-logo {
  width: 156px;
}

.powered-by .backatyou-logo a img {
  width: 100%;
}

.v2-03 nav #st-main-menu .nav-item .dropdown-toggle::after {
  margin-left: unset !important;
}

@media (min-width: 1200px) {
  .ui-dialog #iq_myportal_passwordreminder_dialog .container {
    width: 1170px;
  }
}
.v2-10 #iq-office .iq-pg-header h2 {
  padding-left: 15px;
}

.v2-03 #webeditor #edit-menu,
.v2-09 #webeditor #edit-menu {
  z-index: 9999 !important;
}

.v2-02 .container .iq-pg-header .iq-vendors-header,
.v2-10 .container .iq-pg-header .iq-vendors-header {
  color: #000000 !important;
}

.v2-10 #iq_agents .iq-pg-header .agents-header {
  color: #000000 !important;
}

.v2-10 #iq-myportal .iq-pg-header {
  display: block !important;
}

.v2-02 #iq-office .iq-pg-header .iq-v2office-header {
  color: #000000 !important;
}

.v2-10 #iq_agent .iq-pg-header h2 {
  color: #000000 !important;
}

.v2-10 #iq_communities .iq-pg-header .iq-communities-header {
  color: #000000 !important;
}

.v2-10 #iq-myportal .iq-pg-header h1 {
  color: #000000 !important;
}

#iq_agents .iq-pg-header .agents-header {
  color: #ffffff !important;
}

#iq_agent .iq-pg-body #bayFullAgentDetails_v2 #iq-listings_recentsold_view_wrapper #iq-listings_recentsold_viewless {
  background-color: #0d6efd !important;
  border-color: #0d6efd !important;
}

#iq_agent .iq-pg-body #bayFullAgentDetails_v2 #iq-listings_recentsold_view_wrapper #iq-listings_recentsold_viewless:hover {
  padding: 0.375rem 0.75rem !important;
  border-radius: 4px !important;
}

#iq-office .iq-pg-header .iq-v2office-header {
  color: #555555 !important;
}

#iq_agent .iq-pg-body #bayFullAgentDetails_v2 #iq-listings_recentsold_view_wrapper #iq_listings_recentsold_viewmore {
  background-color: #0d6efd !important;
  border-color: #0d6efd !important;
}

.v2-10 #iq_agent .iq-pg-header h2 {
  color: #000000 !important;
}

.v2-10 #iq-offices .iq-pg-header h1 {
  color: #000000 !important;
}

.v2-10 #iq-office .iq-pg-header .iq-v2office-header {
  color: #000000 !important;
}

.v2-02 #premier_header #hero_image_title {
  height: 40vh !important;
}

body:has(.v2-02 #premier_header) .v2-02 .third_section_story .container #iq_blog,
body:has(.v2-02 #premier_header) .v2-02 .third_section_story .container #iq_agents,
body:has(.v2-02 #premier_header) .v2-02 .third_section_story .container #iq-offices,
body:has(.v2-02 #premier_header) .v2-02 .third_section_story .container #iq_agent,
body:has(.v2-02 #premier_header) .v2-02 .third_section_story .container .iq-office,
body:has(.v2-02 #premier_header) .v2-02 .third_section_story .container #iq_communities,
body:has(.v2-02 #premier_header) .v2-02 .third_section_story .container #iq_community,
body:has(.v2-02 #premier_header) .v2-02 .third_section_story .container #iq-myportal,
body:has(.v2-02 #premier_header) .v2-02 .third_section_story .container #iq_template_17 {
  margin-top: -180px;
}

.v2-02 .third_section_story .container .iq-pg-header h1,
.v2-02 .third_section_story .container .iq-pg-header h2 {
  display: none;
}

#iq_agents_grid .iq-agents-card.iq-agents-6 {
  height: auto;
}

.v2-02 #iq_housevalue_carousel #iq_housevalue_form .carousel-inner .container {
  position: relative;
  z-index: 1;
}

.v2-02 #bay_res_criteria_modal_v2 #iq_res_criteria_form .btn-background,
.v2-03 #bay_res_criteria_modal_v2 #iq_res_criteria_form .btn-background {
  justify-content: center;
}

.v2-02 #iq_myportal_register_dialog #iq_lead_form .form-header #iq_lead_form-userid,
.v2-02 #iq_myportal_register_dialog #iq_lead_form .form-header #iq_lead_form-password,
.v2-02 #iq_myportal_register_dialog #iq_lead_form .form-header #iq_lead_form-passwordagain {
  height: 0;
  padding: 0.975rem 0.75rem;
  border: 1px solid #ced4da;
}

.v2-02 #iqListingsContainer .st-sitemenu-02v2 #st-main-menu .dropdown-menu,
.v2-05 #iqListingsContainer .st-sitemenu-02v2 #st-main-menu .dropdown-menu,
.v2-06 #iqListingsContainer .st-sitemenu-02v2 #st-main-menu .dropdown-menu,
.v2-07 #iqListingsContainer .st-sitemenu-02v2 #st-main-menu .dropdown-menu,
.v2-08 #iqListingsContainer .st-sitemenu-02v2 #st-main-menu .dropdown-menu,
.v2-09 #iqListingsContainer .st-sitemenu-02v2 #st-main-menu .dropdown-menu,
.v2-11 #iqListingsContainer .st-sitemenu-02v2 #st-main-menu .dropdown-menu {
  background-color: unset;
}

.v2-02 .divider-block {
  width: 90%;
  margin: auto;
}

.v2-04 .st-sitemenu-02v2 #st-main-menu .dropdown-menu,
.v2-10 .st-sitemenu-02v2 #st-main-menu .dropdown-menu,
.v2-12 .st-sitemenu-02v2 #st-main-menu .dropdown-menu,
.v2-13 .st-sitemenu-02v2 #st-main-menu .dropdown-menu {
  background-color: unset;
}

body.scrollable-y {
  overflow-y: auto !important;
}

.st-mls-details {
  font-size: 1rem !important;
}

.v2-03 .st-mls-details {
  font-size: 13px !important;
}

.carousel a {
  text-decoration: none !important;
}

.iq-pg-content #iq_lead_form #iq_lead_page_0001 .form-group label {
  text-align: center !important;
  width: 100% !important;
  margin-bottom: 5px !important;
  color: #7e8890 !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  font-family: var(--bay-primary-font) !important;
}

.iq-pg-content #iq_lead_form #iq_lead_page_0001 .form-group textarea {
  border-left: 2px solid red !important;
  border-radius: 4px !important;
  margin-bottom: 15px !important;
  height: 54px !important;
}

.iq-pg-content #iq_lead_form #iq_lead_page_0001 .form-group select {
  border-radius: 4px !important;
  margin-bottom: 15px !important;
}

.iq-pg-content #iq_lead_form #iq_lead_page_0001 .form-group#firstname-container {
  padding-left: 12px !important;
}

.iq-pg-content #iq_lead_form #iq_lead_page_0001 .form-group#messagebody-container {
  padding-left: 12px !important;
}

.iq-pg-content .well {
  background-color: #f5f5f5 !important;
  padding: 19px !important;
  border-radius: 4px !important;
  border: 1px solid #e3e3e3 !important;
}

.iq-pg-content .iq-contact-line-field .iq-contact-list {
  text-align: center !important;
  font-size: 18px !important;
}

.iq-pg-content #iq_lead_form .text-danger {
  text-align: center !important;
  margin-top: 5px !important;
  color: #a94442 !important;
}

#iq_agent #bayFullAgentDetails_v2 #iq_agent_propertysearchform .iq-agent-button-profile:hover {
  color: #333 !important;
  background-color: #e6e6e6 !important;
  border-color: #adadad !important;
  border-radius: 4px !important;
}

#iq_agent .iq-agent-profile-sidebar #iq_lead_form .form-group .iq-contact-textbox {
  border-radius: 4px !important;
}

#iq_agents .iq-pg-body #iq_agents_grid .iq-agents-card-info .fa-mobile {
  font-size: 16px !important;
  width: 14px;
}

#iq_listing #iq_listing_full_details_v2 .iq_listing_contact_sidebar_v2 #iq_lead_form .iq-form-field-required {
  border-left: 2px solid red !important;
}

#iq-office .iq-office-profile-body #office_listings button {
  background-color: #fff !important;
  border-color: #ccc !important;
}

#iq-office .iq-pg-header .iq-v2office-header {
  color: #ffffff;
  font-size: 45px;
  text-transform: uppercase;
  font-family: var(--bay-primary-font);
}

.iq-pg-content #iq_lead_form .iq-agent-submit {
  width: 98% !important;
}

.iq-pg-content #iq_lead_form #iq_lead_page_0001 .form-group hr {
  border-top: 1px solid #eee !important;
  background-color: unset !important;
  opacity: unset !important;
}

.v2-01 #iq_agents .iq-pg-header h1,
.v2-03 #iq_agents .iq-pg-header h1,
.v2-08 #iq_agents .iq-pg-header h1,
.v2-11 #iq_agents .iq-pg-header h1,
.v2-12 #iq_agents .iq-pg-header h1,
.v2-13 #iq_agents .iq-pg-header h1 {
  color: #ffffff !important;
}

.v2-03 #iq_listing #iq_listing_full_details_v2 .iq_listing_contact_sidebar_v2 #iq_lead_form #publicid-container select,
.v2-06 #iq_listing #iq_listing_full_details_v2 .iq_listing_contact_sidebar_v2 #iq_lead_form #publicid-container select {
  border-radius: 4px !important;
}

.v2-03 #iq_listing #iq_listing_full_details_v2 .iq_listing_contact_sidebar_v2 #iq_lead_form .iq-listing-form-details,
.v2-06 #iq_listing #iq_listing_full_details_v2 .iq_listing_contact_sidebar_v2 #iq_lead_form .iq-listing-form-details {
  border-radius: 4px !important;
}

.v2-03 #st_section_09 .container .probootstrap-person {
  text-align: center !important;
}

.v2-03 #iq-offices .iq-pg-header .iq-office-header {
  font-weight: 400 !important;
}

.v2-03 #iq-myportal .iq-pg-body .iq-portal-agent-card-name a:hover {
  text-decoration: none !important;
}

.v2-03 #iq-myportal .iq-pg-header h1 {
  font-weight: 500 !important;
}

.v2-03 #iq_marketanalysis .iq-pg-header h1 {
  font-weight: 500 !important;
}

.v2-03 #st_section_01 .iq-agent-profile-container .iq-agent-contact-me a {
  text-decoration: none !important;
}

.v2-03 .iq-pg-content #iq_lead_form #iq_lead_page_0001 .contact-form-listing {
  text-align: center !important;
}

.v2-03 #site-wrapper[data-page=house-value] .st-inside-content-wrapper .container-fluid .img-fill-background {
  position: fixed !important;
}

.v2-03 .st-inside-content-wrapper .container .iq-housevalue-contact {
  padding: 9px !important;
}

.v2-03 #site-wrapper[data-page=house-value] .st-inside-content-wrapper .container {
  margin-top: 0 !important;
}

.v2-03 .container .house-value-report .iq-housevalue-contact a {
  text-decoration: none !important;
}

.v2-03 .container .house-value-report .iq-housevalue-contact h4 {
  color: #212529 !important;
}

.v2-03 #site-wrapper[data-page=house-value] .container-fluid .housefile nav {
  display: block !important;
  margin-bottom: 20px !important;
}

.v2-03 #site-wrapper[data-page=house-value] .container-fluid .housefile nav li a:hover {
  background-color: #eee !important;
  color: #000 !important;
}

.v2-03 #site-wrapper[data-page=house-value] .container-fluid .container {
  max-width: 1170px !important;
}

.v2-03 #site-wrapper[data-page=house-value] .container-fluid .housefile nav li a {
  padding: 10px 15px !important;
}

.v2-03 #site-wrapper[data-page=house-value] .container-fluid .housefile .house-value-report hr {
  margin-top: 20px !important;
  border-top: 1px solid #eee;
  opacity: 0.8 !important;
}

.v2-03 .housefile .house-value-report .panel-default .panel-heading {
  color: #333 !important;
}

.v2-03 #site-wrapper[data-page=house-value] .house-value-report .panel-body table th {
  color: #7e8890 !important;
}

.v2-03 #site-wrapper[data-page=house-value] .house-value-report .panel-body table .iq-agent-listing-address a {
  text-decoration: none !important;
}

.v2-03 #site-wrapper[data-page=house-value] .house-value-report .panel-body table td strong {
  color: #7e8890 !important;
}

.v2-03 #site-wrapper[data-page=house-value] .house-value-report .panel-body table td {
  color: #7e8890 !important;
}

.v2-03 #st_section_09 .probootstrap-person .probootstrap-card-text a {
  text-decoration: none !important;
}

.v2-03 #st_section_09 .probootstrap-person .probootstrap-card-text a:hover {
  text-decoration: underline !important;
}

.v2-03 #iq_myportal_register_dialog .modal-body #iq_lead_form .iq-lead-page input {
  border-radius: 4px;
}

.v2-03 #iq_myportal_register_dialog .modal-body #iq_lead_form .iq-lead-page .iq-form-field-required {
  border-left: 2px solid red !important;
}

.v2-03 .bayListingShowingRequest #iq_listing_showing_request #iq_lead_form .iq-request-showing-form,
.v2-03 .bayListingShowingRequest #iq_listing_showing_request #iq_lead_form #additionalinformation-container,
.v2-03 .bayListingShowingRequest #iq_listing_showing_request #iq_lead_form #viewingdate1-container {
  width: 50%;
}

.v2-03 .bayListingShowingRequest #iq_listing_showing_request #iq_lead_form #emailaddress-container {
  margin-top: 10px;
}

.v2-03 .bayListingShowingRequest #iq_listing_showing_request #iq_lead_form input,
.v2-03 .bayListingShowingRequest #iq_listing_showing_request #iq_lead_form #additionalinformation-container textarea {
  border-radius: 4px;
}

.v2-03 .bayListingShowingRequest #iq_listing_showing_request #iq_lead_form input {
  border-left: 2px solid red !important;
  border-radius: 4px;
}

.v2-03 #iq_lead_dialog #iq_lead_form #iq_lead_carousel .iq-send-text-form {
  border-left: 2px solid red !important;
}

.v2-03 #bay_res_criteria_modal_v2 #iq_res_criteria_form .iq-textdropdown button,
.v2-02 #bay_res_criteria_modal_v2 #iq_res_criteria_form .iq-textdropdown button {
  border-radius: 4px !important;
}

.v2-03 #iq_mortcalc_dialog .modal-content .modal-body .mortage-btn {
  text-align: right;
}

.v2-03 #iqListingsContainer #iqSearchFormHeader #iq_criteria_form .dropdown button:focus,
.v2-03 #iqListingsContainer #iqSearchFormHeader #iq_criteria_form .btn-advanced:focus {
  box-shadow: unset;
}

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

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

#iq_lead_form .iq-lead-page #messagebody-container .iq-form-field-required {
  border-left: 2px solid red !important;
  border-radius: 4px !important;
}

.v2-10 #iq_communities .iq-communities-header {
  color: #000000 !important;
}

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

#iq_agent .iq-pg-body .iq-agent-profile-search #iq_agent_propertysearchform #iq_agent_form_land_section select,
#iq_agent .iq-pg-body .iq-agent-profile-search #iq_agent_propertysearchform #iq_agent_form_multifamily_section select,
#iq_agent .iq-pg-body .iq-agent-profile-search #iq_agent_propertysearchform #iq_agent_form_commercial_section select {
  padding-left: 1rem !important;
}

.v2-06 #st_section_01 .st-header-carousel-09v2 #homepage_searchform button {
  border-color: var(--bay-maincolor) !important;
}

.v2-06 #iq_lead_form .iq-lead-page .iq-contact-fields,
.v2-06 #iq_lead_form .iq-lead-page #publicid-container select,
.v2-06 #iq_lead_form .iq-lead-page #messagebody-container textarea {
  border-radius: 4px !important;
}

.v2-06 #iq_agent .iq-pg-header,
.v2-06 #iq-offices .iq-pg-header,
.v2-06 #iq-office .iq-pg-header {
  padding-left: 0 !important;
}

.v2-06 #st_sitemenu_11 {
  overflow: unset !important;
}

#iq_editor_choosetemplate_dialog #iq_template_carousel_nav .carousel-control-prev .fa-chevron-left {
  color: #555 !important;
}

#iq_editor_choosetemplate_dialog #iq_template_carousel_nav .carousel-control-next .fa-chevron-right {
  color: #555 !important;
}

.v2-11 #st_section_07 .st-areas-04 .container .img-circle .img-fill {
  min-height: 356px !important;
  border-radius: 50% !important;
}

.v2-11 #st_section_07 .st-areas-04 .container .img-circle a {
  text-decoration: none !important;
}

.v2-11 #st_section_07 .st-areas-04 .container .img-circle a:hover {
  text-decoration: underline !important;
}

.owl-carousel {
  position: relative;
}

.modal-body #iq_template_carousel_nav .carousel-control-prev:hover {
  color: unset !important;
}

.modal-body #iq_template_carousel_nav .carousel-control-prev:active {
  color: #555 !important;
}

.modal-body #iq_template_carousel_nav .carousel-control-next:hover {
  color: unset !important;
}

.modal-body #iq_template_carousel_nav .carousel-control-next:active {
  color: #555 !important;
}

#iq_agent .iq-pg-body .iq-agent-profile .iq-agent-profile-image a img {
  height: unset !important;
}

#iq_agent .iq-pg-body .iq-agent-profile .iq-agent-maps {
  height: unset !important;
}

#iq_agent .iq-pg-body .iq-agent-profile .iq-agent-profile-info .iq-officeaddress-line1 a {
  font-size: 14px !important;
  text-decoration: none !important;
}

#iq_agent .iq-pg-body .iq-agent-profile .iq-agent-profile-info .iq-agent-profile-line {
  font-size: 14px !important;
}

#iq_agent .iq-pg-body .iq-agent-profile .iq-agent-profile-info .iq-v2agent-details {
  display: unset !important;
}

#iq_agent .iq-pg-body .iq-agent-profile .iq-officeaddress {
  font-size: 14px !important;
}

#iq_agent .iq-pg-body .iq-agent-profile .iq-agent-profile-head .iq-agent-profile-title {
  padding-left: 20px !important;
}

#iq_agent .iq-pg-header .iq-agent-v2header {
  font-size: 45px !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
}

#iq_listing .iq-pg-body .iq_listing_contact_sidebar_v2 #iq_lead_form .iq-listing-fields,
#iq_listing .iq-pg-body .iq_listing_contact_sidebar_v2 #iq_lead_form select {
  margin-bottom: 10px !important;
}

.iq-pg-header h1 {
  padding: 10px 0 0 0;
  font-size: 45px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
  color: var(--bay-bodycolor);
}

.v2-13 .iq-mls-footer .footer-mls-color {
  color: unset !important;
}

.v2-06 .iq-navbar-header {
  z-index: 2 !important;
}

.iq-pg-body {
  margin-bottom: 20px;
  background-color: var(--bay-bodycolor);
  overflow: visible;
  padding: 15px;
}

.real-estate-header {
  font-size: 45px !important;
  font-weight: 500 !important;
  color: #ffffff;
}

.iq-estate-header h3 {
  font-size: 1.75rem !important;
}

.iq-listings-data h1 {
  font-size: 2.5rem !important;
}

.iq-pg-body .iq-pg-head {
  margin-bottom: 15px;
}

.iq-pg-body .iq-pg-head img {
  width: 100%;
  display: block;
}

.iq-pg-body .iq-pg-content .img-responsive {
  margin-bottom: 20px;
  width: 100%;
  max-height: none !important;
}

#sidebar_menu ul {
  -webkit-padding-start: 0 !important;
}

.iq-form-field-required {
  border-left: 2px solid red !important;
}

.iq-select-wrapper {
  display: block;
  background: #fff;
  border: 1px solid #e7e7e7;
}

.iq-select-wrapper .form-control {
  border: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0) 0 0 0 0 inset;
  box-shadow: rgba(0, 0, 0, 0) 0 0 0 0 inset;
}

.iq-plusminus {
  position: absolute;
  right: 0;
  padding: 7px 25px;
  top: 25px;
  top: 25px;
}

.iq-plusminus button {
  margin-left: 5px;
  color: var(--bay-highlighttext);
  background-color: var(--bay-highlightcolor);
}

.iq-plusminus button:hover {
  background-color: #dddddd;
  color: var(--bay-bodytext);
}

.iq-plusminus button:first-child {
  margin-left: 0;
}

.iq-selectdropdown {
  position: absolute !important;
  right: 0;
  padding: 7px 25px;
  top: 25px;
  top: 25px;
}

.iq-selectdropdown button {
  margin-left: 5px;
  color: var(--bay-bodycolor);
  background-color: var(--bay-highlightcolor);
}

.iq-selectdropdown button:hover,
.iq-selectdropdown button:active {
  background-color: var(--bay-highlightcolor);
  color: var(--bay-bodycolor);
}

.iq-selectdropdown button:first-child {
  margin-left: 0;
}

.iq-selectdropdown .dropdown-menu {
  margin: -9px 25px 0 0;
}

.iq-textdropdown {
  position: absolute !important;
  right: 0;
  padding: 7px 25px;
  top: 25px;
}

.iq-textdropdown button {
  margin-left: 5px;
  color: var(--bay-bodycolor);
  background-color: var(--bay-highlightcolor);
}

.iq-textdropdown button:hover,
.iq-textdropdown button:active {
  background-color: var(--bay-highlightcolor);
  color: var(--bay-bodycolor);
}

.iq-textdropdown button:first-child {
  margin-left: 0;
}

.iq-textdropdown .dropdown-menu {
  margin: -9px 25px 0 0;
}

.st-myportal-05 .st-myportal-footer .st-myportal-arrow {
  display: none;
}

@media (max-width: 767px) {
  .v2-02 #st_section_02 #premier_areas_carousel .owl-item .home_carousel_item h4 {
    max-height: 100px;
  }
  .header_rem_top.scroll-nav {
    background-color: unset !important;
  }
  #edit-menu #editorMenuNavbar {
    padding: 8px !important;
  }
  #editorMenuNavbar #editing_buttons_logout button {
    padding: 0 !important;
  }
}
@media (max-width: 1440px) {
  .iq-agent-profile-container .iq-agent-info .iq-agent-contact-info {
    margin-top: 5px !important;
  }
  .iq-agent-profile-container .iq-agent-info .iq-agent-contact-info .iq-agent-contact-me {
    margin-top: 0 !important;
  }
}
.tox-tinymce-aux {
  z-index: 12052 !important;
}

/***********************
 END IQ OVERRIDES
 ***********************/
/*************************
 START JQUERY UI OVERRIDES
 *************************/
.ui-dialog {
  border-radius: 5px;
  box-shadow: 0 0 0 0;
  padding: 0 !important;
  z-index: 11010;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) !important;
}

.ui-dialog .ui-dialog-content {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

#st_playvideo_dialog .iq-property-details-youtube {
  height: auto;
  width: auto;
}

.more-btn {
  display: none;
}

@media (max-width: 335px) {
  .ui-dialog-content {
    padding: 0.5rem 7px !important;
  }
  .header-content {
    top: 3% !important;
  }
  .header-body {
    margin-top: 6px !important;
    font-size: 13px !important;
  }
  .link-btn {
    margin-top: 6px !important;
  }
  .header {
    font-size: 22px !important;
  }
  .layout-link {
    padding: 3px 8px !important;
  }
}
@media (min-width: 336px) and (max-width: 467px) {
  .header-body {
    font-size: 13px !important;
    margin-top: 9px !important;
  }
  .header {
    font-size: 21px !important;
  }
  .layout-link {
    padding: 3px 8px !important;
  }
  .link-btn {
    margin-top: 8px !important;
  }
}
@media (min-width: 499px) and (max-width: 768px) {
  #st_playvideo_dialog .iq-property-details-youtube {
    height: 300px;
    width: 400px;
  }
}
@media (min-width: 769px) {
  #st_playvideo_dialog .iq-property-details-youtube {
    height: 480px;
    width: 640px;
  }
}
.ui-dialog .ui-dialog-titlebar {
  padding: 15px 20px !important;
}

.ui-dialog .ui-dialog-titlebar-close {
  top: 0 !important;
  right: 15px !important;
  margin: 0 !important;
  height: 100% !important;
  background: unset;
  border: unset;
  font-size: 21px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
}

.ui-dialog .ui-dialog-titlebar-close:before {
  content: "x";
}

.ui-dialog .ui-dialog-title {
  margin: 5px;
  color: #fff;
  font-family: var(--bay-primary-font);
  font-size: 18px;
  font-weight: 500;
}

.ui-widget-header,
.st-searchform-05v2 .al-range-slider__bar,
.st-searchform-12v2 .al-range-slider__bar,
.st-searchform-07 .al-range-slider__bar {
  border: none !important;
  background: var(--bay-maincolor) !important;
  border-radius: unset !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid var(--bay-highlightcolor);
  background: var(--bay-highlightcolor);
  color: #ffffff;
}

.ui-widget {
  font-family: var(--bay-primary-font);
  font-size: inherit;
}

.ui-widget-content {
  border: 0;
  background: #fff;
  color: var(--bay-bodytext);
}

.ui-corner-all {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.ui-menu .ui-menu-item:hover {
  border: 0;
}

.ui-menu .ui-menu-item a {
  background: none;
  padding: 2px 10px;
}

.ui-menu .ui-menu-item a:hover {
  background-color: #fcfcfc;
  border: 1px solid #e7e7e7;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}

.ui-menu .ui-menu-item {
  list-style-image: none !important;
}

/***********************
 END JQUERY UI OVERRIDES
 ***********************/
.mce-floatpanel {
  position: fixed !important;
}

.st-autocomplete-loading {
  background-image: url(/assets/img/animated/spinner.gif) !important;
  background-repeat: no-repeat !important;
  background-position: right 5px center !important;
  transition: unset !important;
}

.st-loading {
  background-image: url(/assets/img/animated/spinner.gif) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.st-disclaimer-tinymce {
  background-color: var(--bay-footerbackground);
  color: var(--bay-footercolor);
  font-size: 11px;
  text-align: center;
}

.st-featuredagents-tinymce {
  background-color: var(--bay-featuredagentsbackground);
  color: var(--bay-featuredagentscolor);
  font-size: 18px;
  text-align: center;
}

.st-body-tinymce {
  background-color: var(--bay-featuredagentsbackground);
  color: var(--bay-featuredagentscolor);
  font-size: 18px;
  text-align: center;
}

.st-footer-banner {
  margin: 25px 0;
}

.st-panels-wrapper {
  display: table;
  width: 100%;
}

.panels-wrapper .unit-wrapper .unit-box .unit-info h1 {
  margin: 0 0 4% 0 !important;
}

@media (min-width: 320px) and (max-width: 374px) {
  .panels-wrapper .unit-wrapper .unit-box .unit-photo {
    min-height: 134px;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  .panels-wrapper .unit-wrapper .unit-box .unit-photo {
    min-height: 190px;
  }
}
@media (min-width: 426px) and (max-width: 529px) {
  .panels-wrapper .unit-wrapper .unit-box .unit-photo {
    min-height: 220px;
  }
}
@media (min-width: 530px) and (max-width: 639px) {
  .panels-wrapper .unit-wrapper .unit-box .unit-photo {
    min-height: 262px;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .panels-wrapper .unit-wrapper .unit-box .unit-photo {
    min-height: 335px;
  }
}
@media (min-width: 768px) and (max-width: 860px) {
  .panels-wrapper .unit-wrapper .unit-box .unit-photo {
    min-height: 375px;
  }
}
@media screen and (max-width: 860px) {
  .panels-wrapper .unit-wrapper .unit-box .unit-photo {
    width: 100% !important;
  }
}
.st-callout-wrapper {
  display: table;
  width: 100%;
}

.homepage-hero-module {
  border-right: none;
  border-left: none;
  position: relative;
}

.video-container {
  height: 100vh;
  width: 100%;
  position: relative;
  bottom: 0%;
  left: 0%;
  overflow: hidden;
  background: none;
}

.video-container .poster img {
  height: 100vh;
  width: 100%;
  bottom: 0;
  position: absolute;
}

.video-container .filter {
  z-index: 100;
  position: absolute;
  width: 100%;
  height: 100vh;
  width: 100%;
}

.video-container video {
  position: absolute;
  z-index: 0;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
}

@media (min-width: 425px) and (max-width: 767px) {
  .iq-pg-body {
    background-color: var(--bay-bodycolor);
    overflow: visible;
    padding: 15px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .iq-pg-body {
    background-color: var(--bay-bodycolor);
    overflow: visible;
    padding: 15px;
  }
}
@media (max-width: 479px) {
  /*Extra small devices Phones (lt 768px)*/
  .iq-pg-header h1 {
    color: #000000 !important;
    font-size: 20px !important;
    margin-left: 15px;
  }
}
@media (max-width: 479px) {
  /*Extra small devices Phones (lt 768px)*/
  .v2-11 .st-inside-content-wrapper.realEstateSection .iq-pg-header h1,
  .v2-12 .st-inside-content-wrapper.realEstateSection .iq-pg-header h1 {
    color: white;
    margin-top: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Small devices Tablets (gte 768px) */
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /* Large devices Desktops (gte 1200px) */
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
/***********************
 Homepage Scroll
 ***********************/
.scroll_down span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
}

.scroll_down {
  position: absolute;
  bottom: -25px;
  left: 48.7%;
  z-index: 101;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff !important;
  font: normal 400 20px/1 "Josefin Sans", sans-serif;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: opacity 0.3s;
  padding-top: 60px;
}

.scroll_down:hover {
  opacity: 0.5;
}

@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
/* timeline */
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #ddd;
  left: 25px;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 15px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  margin-left: 65px;
  margin-right: 10px;
}

.timeline > li > .timeline-panel.arrrow:before {
  position: absolute;
  top: 26px;
  left: -15px;
  right: auto;
  display: inline-block;
  border-top: 15px solid transparent;
  *border-left: 0 solid #ccc;
  border-right: 15px solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline > li > .timeline-panel.arrrow:after {
  position: absolute;
  top: 27px;
  left: -14px;
  right: auto;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 0 solid #fff;
  border-right: 14px solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline > li > .timeline-badge {
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 1em;
  text-align: center;
  position: absolute;
  top: 25px;
  left: 10px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline-badge.note {
  background-color: #555 !important;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #3f903f !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
  font-size: 13px;
}

.timeline-body > p + p {
  margin-top: 5px;
}

div.img-centered {
  position: relative;
  overflow: hidden;
}

div.img-centered img,
img.img-centered {
  position: absolute;
  left: -1000%;
  right: -1000%;
  top: -1000%;
  bottom: -1000%;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
}

.edit-modal {
  z-index: 4 !important;
}

.edit-modal .modal-content {
  margin-top: 0;
  padding-top: 50px;
}

.editingicons .spacer {
  display: inline-block;
  width: 25px;
  height: 1px;
}

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 75vw;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog {
  left: -75vw;
  -webkit-transition: opacity 0.25s linear, left 0.25s ease-out;
  -moz-transition: opacity 0.25s linear, left 0.25s ease-out;
  -o-transition: opacity 0.25s linear, left 0.25s ease-out;
  transition: opacity 0.25s linear, left 0.25s ease-out;
}

.modal.left.fade.in .modal-dialog {
  left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
  right: -75vw;
  -webkit-transition: opacity 0.25s linear, right 0.25s ease-out;
  -moz-transition: opacity 0.25s linear, right 0.25s ease-out;
  -o-transition: opacity 0.25s linear, right 0.25s ease-out;
  transition: opacity 0.25s linear, right 0.25s ease-out;
}

.modal.right.fade.in .modal-dialog {
  right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
  border-radius: 0;
  border: none;
}

.modal-content .modal-body .btn-outline-secondary {
  border-color: #6c757d !important;
}

.modal-header {
  border-bottom-color: #eeeeee;
  background-color: #fafafa;
}

/* ----- BACKGROUND IMAGE CONVERT to IMG ----- */
.item-relative {
  position: relative;
}

.img-fill {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

.img-fill-contain {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  object-position: center;
}

.v2-01 #myportal_carousel.carousel-inner .carousel-item,
.v2-03 #myportal_carousel.carousel-inner .carousel-item,
.v2-04 #myportal_carousel.carousel-inner .carousel-item,
.v2-05 #myportal_carousel.carousel-inner .carousel-item,
.v2-06 #myportal_carousel.carousel-inner .carousel-item,
.v2-07 #myportal_carousel.carousel-inner .carousel-item,
.v2-08 #myportal_carousel.carousel-inner .carousel-item,
.v2-09 #myportal_carousel.carousel-inner .carousel-item,
.v2-10 #myportal_carousel.carousel-inner .carousel-item,
.v2-11 #myportal_carousel.carousel-inner .carousel-item,
.v2-13 #myportal_carousel.carousel-inner .carousel-item {
  position: relative;
}

nav .close-btn,
.more-btn {
  display: none;
}

.v2-01 #myportal_carousel .carousel-item:after,
.v2-01 #myportal_carousel .carousel-item:before,
.v2-03 #myportal_carousel .carousel-item:after,
.v2-03 #myportal_carousel .carousel-item:before,
.v2-04 #myportal_carousel .carousel-item:after,
.v2-04 #myportal_carousel .carousel-item:before,
.v2-05 #myportal_carousel .carousel-item:after,
.v2-05 #myportal_carousel .carousel-item:before,
.v2-06 #myportal_carousel .carousel-item:after,
.v2-06 #myportal_carousel .carousel-item:before,
.v2-07 #myportal_carousel .carousel-item:after,
.v2-07 #myportal_carousel .carousel-item:before,
.v2-08 #myportal_carousel .carousel-item:after,
.v2-08 #myportal_carousel .carousel-item:before,
.v2-09 #myportal_carousel .carousel-item:after,
.v2-09 #myportal_carousel .carousel-item:before,
.v2-10 #myportal_carousel .carousel-item:after,
.v2-10 #myportal_carousel .carousel-item:before,
.v2-11 #myportal_carousel .carousel-item:after,
.v2-11 #myportal_carousel .carousel-item:before,
.v2-12 #myportal_carousel .carousel-item:after,
.v2-12 #myportal_carousel .carousel-item:before,
.v2-13 #myportal_carousel .carousel-item:after,
.v2-13 #myportal_carousel .carousel-item:before,
.v2-02 #iq_housevalue_form .carousel-item:after,
.v2-02 #iq_housevalue_form .carousel-item:before {
  position: absolute;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.v2-01 #myportal_carousel.carousel-inner .carousel-item:after,
.v2-03 #myportal_carousel.carousel-inner .carousel-item:after,
.v2-04 #myportal_carousel.carousel-inner .carousel-item:after,
.v2-05 #myportal_carousel.carousel-inner .carousel-item:after,
.v2-06 #myportal_carousel.carousel-inner .carousel-item:after,
.v2-07 #myportal_carousel.carousel-inner .carousel-item:after,
.v2-08 #myportal_carousel.carousel-inner .carousel-item:after,
.v2-09 #myportal_carousel.carousel-inner .carousel-item:after,
.v2-10 #myportal_carousel.carousel-inner .carousel-item:after,
.v2-11 #myportal_carousel.carousel-inner .carousel-item:after,
.v2-12 #myportal_carousel.carousel-inner .carousel-item:after,
.v2-13 #myportal_carousel.carousel-inner .carousel-item:after,
.v2-02 #iq_housevalue_form .carousel-inner .carousel-item:after {
  content: "\a";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}

.v2-01 #myportal_carousel.carousel-inner .carousel-item:before,
.v2-01 #myportal_carousel .carousel-caption,
.v2-03 #myportal_carousel.carousel-inner .carousel-item:before,
.v2-03 #myportal_carousel .carousel-caption,
.v2-04 #myportal_carousel.carousel-inner .carousel-item:before,
.v2-04 #myportal_carousel .carousel-caption,
.v2-05 #myportal_carousel.carousel-inner .carousel-item:before,
.v2-05 #myportal_carousel .carousel-caption,
.v2-06 #myportal_carousel.carousel-inner .carousel-item:before,
.v2-06 #myportal_carousel .carousel-caption,
.v2-07 #myportal_carousel.carousel-inner .carousel-item:before,
.v2-07 #myportal_carousel .carousel-caption,
.v2-08 #myportal_carousel.carousel-inner .carousel-item:before,
.v2-08 #myportal_carousel .carousel-caption,
.v2-09 #myportal_carousel.carousel-inner .carousel-item:before,
.v2-09 #myportal_carousel .carousel-caption,
.v2-10 #myportal_carousel.carousel-inner .carousel-item:before,
.v2-10 #myportal_carousel .carousel-caption,
.v2-11 #myportal_carousel.carousel-inner .carousel-item:before,
.v2-11 #myportal_carousel .carousel-caption,
.v2-12 #myportal_carousel.carousel-inner .carousel-item:before,
.v2-12 #myportal_carousel .carousel-caption,
.v2-13 #myportal_carousel.carousel-inner .carousel-item:before,
.v2-13 #myportal_carousel .carousel-caption,
.v2-02 #iq_housevalue_form .carousel-inner .carousel-item:before,
.v2-02 #iq_housevalue_form .carousel-inner .carousel-item .col-xs-12,
.v2-02 #iq_housevalue_carousel > div,
.v2-02 #iq_housevalue_carousel > div > a {
  z-index: 1;
}

.v2-01 #myportal_carousel.carousel-inner .carousel-item:after,
.v2-03 #myportal_carousel.carousel-inner .carousel-item:after,
.v2-04 #myportal_carousel.carousel-inner .carousel-item:after,
.v2-05 #myportal_carousel.carousel-inner .carousel-item:after,
.v2-06 #myportal_carousel.carousel-inner .carousel-item:after,
.v2-07 #myportal_carousel.carousel-inner .carousel-item:after,
.v2-08 #myportal_carousel.carousel-inner .carousel-item:after,
.v2-09 #myportal_carousel.carousel-inner .carousel-item:after,
.v2-10 #myportal_carousel.carousel-inner .carousel-item:after,
.v2-11 #myportal_carousel.carousel-inner .carousel-item:after,
.v2-13 #myportal_carousel.carousel-inner .carousel-item:after,
.v2-12 #myportal_carousel.carousel-inner .carousel-item:after,
.v2-02 #iq_housevalue_form .carousel-inner .carousel-item:after,
.v2-01 #myportal_carousel.carousel-inner .carousel-item:before,
.v2-03 #myportal_carousel.carousel-inner .carousel-item:before,
.v2-04 #myportal_carousel.carousel-inner .carousel-item:before,
.v2-05 #myportal_carousel.carousel-inner .carousel-item:before,
.v2-06 #myportal_carousel.carousel-inner .carousel-item:before,
.v2-07 #myportal_carousel.carousel-inner .carousel-item:before,
.v2-08 #myportal_carousel.carousel-inner .carousel-item:before,
.v2-09 #myportal_carousel.carousel-inner .carousel-item:before,
.v2-10 #myportal_carousel.carousel-inner .carousel-item:before,
.v2-11 #myportal_carousel.carousel-inner .carousel-item:before,
.v2-12 #myportal_carousel.carousel-inner .carousel-item:before,
.v2-13 #myportal_carousel.carousel-inner .carousel-item:before,
.v2-02 #iq_housevalue_form .carousel-inner .carousel-item:before {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .v2-13 #iq_housevalue_title {
    max-height: 163px;
  }
}
.img-fill-background {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.object-fit-cover {
  object-fit: cover;
}

.object-fit-contain {
  object-fit: contain !important;
}

.area-background-height {
  height: 381px;
}

.probootstrap_section[data-section=featuredhomes] .st-blog-image-container.thumbnail {
  height: 220px;
}

.probootstrap_section[data-section=blog] .st-blog-image-container.thumbnail {
  height: 170px;
}

.probootstrap_section[data-section=blog] .media-body {
  height: 125px;
}

#st_section_09[data-section=blog] {
  padding-left: 15px;
  padding-right: 15px;
}

#iq_customagents #iq_agents_grid .iq-agents-card-wrapper {
  height: auto !important;
}

#iq_agents_grid .iq-agents-card-wrapper {
  height: auto !important;
}

.iq-agent-cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.iq-logo-show {
  display: block;
  margin-bottom: 10px;
  width: 40%;
  float: left;
  min-height: 50px;
}

.iq-logo-show img {
  max-width: 100%;
  margin-right: 15px;
  height: auto;
  max-height: 200px;
  object-fit: contain;
}

.iq-office-details .map #directions {
  max-height: 216px;
  height: 216px;
  display: block;
  margin-top: -15px;
}

.iq-agent-profile .iq-agent-profile-info {
  padding: 20px 0 0 25px;
  line-height: 18px;
  padding-left: 10px;
}

/* start :: Header nav-link css hover style not applied */
.navbar-dark .nav-link {
  color: #fff !important;
}

.navbar-dark .nav-link:hover {
  color: rgba(255, 255, 255, 0.55) !important;
}

.v2-12 .navbar-dark .navbar-brand {
  color: #fff !important;
}

/* end :: Header nav-link css hover style not applied */
@media (max-width: 768px) {
  .area-background-height {
    height: 288px;
  }
  .probootstrap_section[data-section=featuredhomes] .st-blog-image-container.thumbnail {
    height: 200px;
  }
}
@media (max-width: 479px) {
  .v2-02 .header_rem_mid form select,
  .v2-02 .header_rem_mid form input:not(.header_rem_submit) {
    margin-bottom: 15px;
  }
  /*Extra small devices Phones (lt 768px)*/
  .modal-content {
    margin-top: 0 !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .modal.left .modal-dialog,
  .modal.right .modal-dialog {
    width: 100vw;
  }
  .modal.left.fade .modal-dialog {
    left: -100vw;
  }
  .modal.right.fade .modal-dialog {
    right: -100vw;
  }
}
@media (max-width: 767px) {
  .modal.left .modal-dialog,
  .modal.right .modal-dialog {
    width: 100vw;
  }
  .modal.left.fade .modal-dialog {
    left: -100vw;
  }
  .modal.right.fade .modal-dialog {
    right: -100vw;
  }
  .form-group .h4,
  h4 {
    max-height: 20px;
  }
}
/* ----- ADVANCED SEARCHC FILTERS ----- */
.iq-advanced-search-filters .row {
  margin-top: 15px;
  margin-bottom: 15px;
}

.iq-advanced-search-filters fieldset {
  padding-top: 15px;
  margin: 0;
}

.iq-advanced-search-filters label {
  line-height: 34px;
  margin-bottom: 0;
}

.iq-advanced-search-filters .radio {
  margin: 0;
}

.iq-advanced-search-filters input[type=radio] {
  margin-top: 10px;
}

.iq-advanced-search-filters .iq-area-list {
  position: relative;
  overflow: auto;
  margin-bottom: 10px;
}

.iq-tag-input {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 2px 5px 4px;
}

.iq-tag-input li {
  list-style-type: none;
  margin-top: 4px;
  margin-right: 6px;
  background-color: var(--bay-maincolor);
  font-size: 1em;
  font-weight: 500;
}

.iq-tag-input-close {
  margin-left: 8px;
  cursor: pointer;
}

.iq-tag-input-close::after {
  content: "x";
  padding: 0 2px;
}

.v2-02 .toggleSwitch {
  margin-bottom: 0 !important;
  padding: 0 !important;
}

@media (max-width: 991px) {
  /* Small Devices and Tablets (col-sm) */
  .iq-advanced-search-filters .form-control {
    margin-bottom: 30px;
  }
}
.iq-myportal-signup a.btn {
  color: #fff;
}

#iq_lead_form .checkbox {
  padding-left: 10px;
}

.mce-floatpanel {
  position: fixed;
  top: 125px;
}

#iq_editor_editfield_dialog .iq-textdropdown .btn {
  font-size: 12px !important;
}

#iq_editor_editfield_dialog .edit-logo-area {
  background-color: rgb(247, 247, 247);
  border: 1px solid rgb(227, 227, 227);
  max-width: 330px;
  border-radius: 3px;
  margin-bottom: 10px;
}

#iq_editor_editfield_dialog .edit-logo-area img {
  max-width: 300px;
  max-height: 100px;
  margin: 15px;
}

#bayCentralizedListingEditorDialog_v2 .iq-textdropdown {
  padding: 6px 17px !important;
}

#bayCentralizedListingEditorDialog_v2 .modal-body {
  padding: 0 !important;
}

#bayCentralizedListingEditorDialog_v2 .modal-body table tbody tr:first-child {
  display: block;
  padding: 10px 10px 0 10px;
}

.v2-03 header {
  z-index: 4;
}

.v2-03 .probootstrap-hover-overlay:hover .probootstrap-text-overlay h3 {
  color: var(--bay-maincolor);
}

#edit-menu.navbar {
  padding: 9px 1rem 10px;
  gap: 16px;
}

#editing_buttons_logout button,
#editing_buttons_edit button {
  color: #FFFFFF !important;
  border: none;
}

#editing_buttons_logout button span,
#editing_buttons_edit button {
  font-size: 14px !important;
}

#editing_buttons_logout button span,
#editing_buttons_edit button,
.nav-item .nav-link {
  font-family: var(--bay-primary-font) !important;
  line-height: 18px;
}

#editing_buttons_edit button img {
  height: 12px;
}

#editing_buttons_logout button i {
  height: 10px;
}

#editing_buttons_logout button i,
#editing_buttons_edit button img {
  margin-right: 8px;
  width: 12px;
}

#editing_buttons_edit button {
  background-color: #1571F0;
  border-radius: 6px !important;
}

@media (min-width: 768px) {
  .navbar-collapse .navbar-nav:nth-of-type(2) {
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 920px) {
  #edit-menu .navbar-logo img {
    width: 95px;
  }
  #edit-menu.navbar {
    gap: 5px;
  }
  .navbar-nav .nav-item a,
  #editing_buttons_logout button span,
  #editing_buttons_edit button {
    font-size: 13px !important;
  }
}
@media (min-width: 830px) {
  .iq-editing-button.dropdown {
    margin-right: 4px;
  }
  #editing_buttons_edit button {
    padding: 10px 12px !important;
    width: 108px;
    height: 31px;
  }
  .navbar-nav .nav-item .nav-link {
    padding-right: 10px;
    padding-left: 10px;
  }
}
#edit-menu.navbar .btn-info {
  color: white;
}

#bayMenuEditorDialog_v2 .btn-info {
  color: white;
}

#bayMenuEditorDialog_v2 .btn-menu-action {
  background-color: #5cb85c;
  color: #ffffff;
  margin: 5px 0 0 0;
  font-size: 12px;
}

#bayMenuEditorDialog_v2 .btn-menu-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
  width: 100%;
}

#bayMenuEditorDialog_v2 .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

#bayMenuEditorDialog_v2 .table th {
  border-top: 1px solid #dee2e6;
  padding: 0.75rem;
}

#bayMenuEditorDialog_v2 .submenuof {
  max-width: 266px;
}

#iq_editor_maintainpages_dialog_v2 .btn-info {
  color: white;
}

#iq_editor_maintainpages_dialog_v2 .table thead th {
  border-top: 1px solid #dee2e6;
  border-bottom: 2px solid #dee2e6;
  padding: 0.75rem;
}

#iqEditorCreatePageLayout_v2 {
  height: 780px;
}

#iqEditorCreatePageLayout_v2 .btn-info {
  color: white;
}

#iqEditorCreatePageLayout_v2 #iqEditorCreatePageSelectTemplates {
  position: relative;
  height: 720px;
}

#iqEditorCreatePageLayout_v2 #iqEditorCreatePageActionButtons {
  position: relative;
  height: 40px;
}

#iqEditorCreatePageLayout_v2 #iqEditorCreatePageActionButtons .btn-primary-border {
  border-color: rgb(21, 113, 240);
}

#iqEditorCreatePageLayout_v2 #iqEditorCreatePageActionButtons .btn-primary-border:hover {
  border-color: rgba(0, 33, 114, 0.8);
}

#iqEditorCreatePageLayout_v2 #iq-fade-1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 700px;
  width: 100%;
  overflow: auto;
  overflow-x: hidden;
  padding: 15px;
}

#iqEditorCreatePageLayout_v2 #iq-fade-2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 700px;
  width: 100%;
  overflow: auto;
  overflow-x: hidden;
  display: none;
}

#iqEditorCreatePageLayout_v2 .iq-template-image {
  border: 2px solid #ccc;
  width: 100%;
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

/* Style the Google Translate dropdown */
#google_translate_element {
  margin-top: 10px;
  font-size: 14px;
}

body div.skiptranslate iframe {
  display: none !important;
}

body {
  top: 0 !important;
}

.goog-te-gadget {
  color: #333 !important;
}

.goog-te-gadget .goog-te-combo {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px;
  font-size: 14px;
}

/* Optional: Style the dropdown options */
.goog-te-combo option {
  background-color: #fff;
  color: #333;
}

.leadform_disclaimer {
  font-family: var(--bay-primary-font);
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #808080;
  margin-top: 15px;
}

/* open-house form - disclaimer*/
#iq_housevalue_form .leadform_disclaimer {
  font-family: var(--bay-primary-font) !important;
  font-size: 12px !important;
  line-height: 14px !important;
  color: #808080 !important;
  margin-top: 15px !important;
  text-shadow: none !important;
}

.iframe_sandbox_options {
  margin: 10px 0 0 5px;
}

.iframe_sandbox_options .checkbox {
  width: 200px;
}

#iframe_sandbox .card-body input {
  margin: 5px 0 5px 10px;
}

.link-underline-hover:hover {
  text-decoration: underline !important;
  cursor: pointer !important;
}

@media (max-width: 575px) {
  .v2-04 [id^=quadpanel_]:not(:last-child) img,
  .v2-07 [id^=quadpanel_]:not(:last-child) img, st-inside-header .v2-08 [id^=quadpanel_]:not(:last-child) img,
  .v2-09 [id^=quadpanel_]:not(:last-child) img,
  .v2-11 [id^=dualpanel_]:not(:last-child) img,
  .v2-13 [id^=quadpanel_]:not(:last-child) img {
    padding-bottom: 20px;
  }
  #iq_editor_metatags_dialog form#iq_metadatadetails #metadata_image_wrapper {
    width: 100%;
    min-height: 180px;
  }
}
@media (max-width: 767px) {
  #iq_template_6 .h4,
  #iq_template_6 h4 {
    max-height: unset !important;
  }
}
/* PAGE HEADER */
.st-insidepage-wrapper .st-inside-header .text-content {
  color: var(--bay-white);
  font-family: var(--bay-primary-font);
  font-weight: 600;
  line-height: normal;
  font-style: normal;
}

.st-insidepage-wrapper #st-inside-modern-header.st-inside-header .text-content > .page-header,
.st-insidepage-wrapper #st-inside-modern-header.st-inside-header .text-content > .page-header p {
  font-size: 45px;
  color: unset;
  text-align: unset;
  font-weight: unset;
  text-transform: unset;
  text-decoration: unset;
}

.st-insidepage-wrapper #st-inside-modern-header.st-inside-header .text-content > .page-description,
.st-insidepage-wrapper #st-inside-modern-header.st-inside-header .text-content > .page-description p {
  font-size: 24px;
  color: unset;
  text-align: unset;
  font-weight: unset;
  text-transform: unset;
  text-decoration: unset;
}

@media (min-width: 576px) {
  body:has(.st-inside-content-wrapper > .container, .third_section_story > .container) #premier_header .st-inside-header .text-content,
  body:has(.st-inside-content-wrapper > .container, .third_section_story > .container) .st-inside-content-wrapper .st-inside-header .text-content {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  body:has(.st-inside-content-wrapper > .container, .third_section_story > .container) #premier_header .st-inside-header .text-content,
  body:has(.st-inside-content-wrapper > .container, .third_section_story > .container) .st-inside-content-wrapper .st-inside-header .text-content {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  body:has(.st-inside-content-wrapper > .container, .third_section_story > .container) #premier_header .st-inside-header .text-content,
  body:has(.st-inside-content-wrapper > .container, .third_section_story > .container) .st-inside-content-wrapper .st-inside-header .text-content {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  body:has(.st-inside-content-wrapper > .container, .third_section_story > .container) #premier_header .st-inside-header .text-content,
  body:has(.st-inside-content-wrapper > .container, .third_section_story > .container) .st-inside-content-wrapper .st-inside-header .text-content {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  body:has(.st-inside-content-wrapper > .container, .third_section_story > .container) #premier_header .st-inside-header .text-content,
  body:has(.st-inside-content-wrapper > .container, .third_section_story > .container) .st-inside-content-wrapper .st-inside-header .text-content {
    max-width: 1320px;
  }
}

#iq_editor_metatags_dialog form#iq_metadatadetails #metadata_image_wrapper {
  width: 50%;
  height: 250px;
  margin-top: 10px;
}

#iq-registrationform {
  margin-top: 10px;
}

#iq_editor_metatags_dialog img.iq-icon-trash {
  width: 16px;
  height: 16px;
}

#iq_editor_registration_dialog {
  margin-top: 2rem;
}

#iq_editor_metatags_dialog .custom-tooltip,
#iq_editor_registration_dialog form#iq_registrationdetails .custom-tooltip {
  position: relative;
  display: inline-block;
}
#iq_editor_metatags_dialog .custom-tooltip .tooltip-content,
#iq_editor_registration_dialog form#iq_registrationdetails .custom-tooltip .tooltip-content {
  visibility: hidden;
  max-width: 20rem;
  width: max-content;
  background-color: #2c2c2c;
  color: white;
  text-align: left;
  border-radius: 4px;
  padding: 12px;
  position: absolute;
  z-index: 1000;
  bottom: 125%;
  left: 50%;
  margin-left: -150px;
  opacity: 0;
  transition: opacity 0.3s;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
#iq_editor_metatags_dialog .custom-tooltip .tooltip-content::after,
#iq_editor_registration_dialog form#iq_registrationdetails .custom-tooltip .tooltip-content::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #2c2c2c transparent transparent transparent;
}
#iq_editor_metatags_dialog .custom-tooltip:hover .tooltip-content,
#iq_editor_registration_dialog form#iq_registrationdetails .custom-tooltip:hover .tooltip-content {
  visibility: visible;
  opacity: 1;
}
#iq_editor_metatags_dialog .tooltip-title,
#iq_editor_registration_dialog form#iq_registrationdetails .tooltip-title {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 15px;
}
#iq_editor_metatags_dialog .tooltip-description,
#iq_editor_registration_dialog form#iq_registrationdetails .tooltip-description {
  font-size: 13px;
  opacity: 0.9;
}
#iq_editor_metatags_dialog .tooltip-description br,
#iq_editor_registration_dialog form#iq_registrationdetails .tooltip-description br {
  margin-bottom: 0.75rem;
  display: block;
  content: "";
}
#iq_editor_metatags_dialog .tooltip-description .fw-bold,
#iq_editor_registration_dialog form#iq_registrationdetails .tooltip-description .fw-bold {
  margin-top: 1rem;
  display: inline-block;
}
#iq_editor_metatags_dialog .tooltip-description .fw-bold:first-child,
#iq_editor_registration_dialog form#iq_registrationdetails .tooltip-description .fw-bold:first-child {
  margin-top: 0;
}

/* EDITOR: INTERIOR HEADER SECTION - START */
#iq_editor_page_dialog form#header_form #image_section #header_image_wrapper {
  width: 50%;
  height: 250px;
}

#iq_editor_page_dialog form#header_form .header_texts .header_title .tox.tox-tinymce {
  height: 200px !important;
}

#iq_editor_page_dialog .header_preference .form-check input {
  -webkit-appearance: auto;
  appearance: auto;
}

#iq_editor_page_dialog #color_section .color_container {
  border-radius: 4px;
  border: 1px solid #DEE2E6;
  padding: 4px;
}

#iq_editor_page_dialog #color_section #color_picker {
  width: 32px;
  height: 32px;
  padding: 4px;
  border: none;
  border-radius: 4px;
  background-color: #F3F3F4;
}

#iq_editor_page_dialog #color_section #color_picker::-webkit-color-swatch {
  border-radius: 2px;
  border: 1px solid #DEE2E6;
  padding: 4px;
}

/* EDITOR: INTERIOR HEADER SECTION - END */
/* HIDE STATIC HEADERS */
body:has(#st-inside-modern-header) #iq-office .iq-office-main-header,
body:has(#st-inside-modern-header) .iq-office-layout-container #headings,
body:has(#st-inside-modern-header) #iq-offices .iq-pg-header,
body:has(#st-inside-modern-header) #iq-office .iq-pg-header,
body:has(#st-inside-modern-header) #iq_agents .iq-pg-header,
body:has(#st-inside-modern-header) #iq_agent .iq-pg-header,
body:has(#st-inside-modern-header) #iq_blog .iq-pg-header,
body:has(#st-inside-modern-header) #iq-myportal .iq-pg-header,
body:has(#st-inside-modern-header) [data-page=vendors] .container .iq-pg-header,
body:has(#st-inside-modern-header) [data-page=vendor] .container .iq-pg-header,
body:not(:has(.st-inside-header)) #iq-office .iq-office-main-header,
body:not(:has(.st-inside-header)) .iq-office-layout-container #headings,
body:not(:has(.st-inside-header)) #iq-offices .iq-pg-header,
body:not(:has(.st-inside-header)) #iq-office .iq-pg-header,
body:not(:has(.st-inside-header)) #iq_agents .iq-pg-header,
body:not(:has(.st-inside-header)) #iq_agent .iq-pg-header,
body:not(:has(.st-inside-header)) #iq_blog .iq-pg-header,
body:not(:has(.st-inside-header)) #iq-myportal .iq-pg-header,
body:not(:has(.st-inside-header)) [data-page=vendors] .container .iq-pg-header,
body:not(:has(.st-inside-header)) [data-page=vendor] .container .iq-pg-header {
  display: none !important;
}
body:has(#st-inside-modern-header) #st-inside-modern-header.st-inside-header,
body:not(:has(.st-inside-header)) #st-inside-modern-header.st-inside-header {
  min-height: 250px;
}

.v2-06 #st-inside-modern-header,
.v2-09 #st-inside-modern-header {
  margin-top: 95px;
}

.v2-15:has(#st-inside-modern-header) #st-inside-modern-header.st-inside-header {
  min-height: 350px;
}

.v2-13:has(.video-background) #st_section_03 .st-panels-wrapper {
  background-color: white !important;
}

/* MYPORTAL MODAL */
.modal .modal-dialog .modal-content {
  border-radius: 8px !important;
}

.modal .modal-dialog .modal-header {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}

.v2-03 .probootstrap-header {
  position: relative;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.v2-03 .probootstrap-header.scrolled {
  position: fixed !important;
  top: 0;
  width: 100%;
}

.v2-03 .probootstrap-header-spacer {
  width: 100%;
}

/* ONLY FOR LEGACY TEMPLATES (v2-01 to v2-13) */
/* SITEMENU */
.st-sitemenu-01 {
  color: var(--bay-bodytext);
  min-height: 36px;
  font-size: 14px;
  text-align: right;
  width: 100%;
  padding: 0 20px 0 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: -5px -1px 5px 0 rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 11005;
}

.st-sitemenu-01 .st-sitemenu {
  margin: 0;
  width: 100%;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
}

.st-sitemenu-01 .st-menu-sub-links {
  text-align: left;
}

.st-sitemenu-01 .st-menu-sub-links a:hover {
  font-weight: bold;
}

.st-sitemenu-01 .st-sitemenu-social-links {
  margin: 0 15px 0 0;
  height: 40px;
}

.st-sitemenu-01 .st-sitemenu-social-links li {
  color: var(--bay-bodytext);
  display: inline-block;
  margin: 10px 10px 10px 0;
}

.st-sitemenu-01 .st-sitemenu-social-links li a {
  color: var(--bay-bodytext);
  border: 1px solid var(--bay-bodytext);
  padding: 3px;
  border-radius: 50%;
  font-size: 13px;
}

.st-sitemenu-01 .st-sitemenu-social-links li a:hover {
  background-color: var(--bay-bodycolor);
}

.st-sitemenu-01 .st-sitemenu-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-01 .st-sitemenu-social-links li a.st-sitemenu-number:hover {
  background-color: transparent;
}

.st-sitemenu-01 .dropdown-header {
  color: var(--bay-bodytext);
}

.st-sitemenu-01 .navbar-nav > li > a {
  color: var(--bay-bodytext);
  padding-top: 8px;
  padding-bottom: 8px;
}

.st-sitemenu-01 .nav .open > a,
.st-sitemenu-01 .nav .open > a:hover,
.st-sitemenu-01 .nav .open > a:focus,
.st-sitemenu-01 .nav a:hover {
  background-color: var(--bay-bodycolor);
  border-color: var(--bay-bodycolor);
  color: var(--bay-hovercolor);
}

.st-sitemenu-01 .dropdown-menu {
  font-size: 13px;
  margin: 0;
  padding-top: 0;
  background-color: var(--bay-bodycolor);
  border: 0;
}

.st-sitemenu-01 .st-menu-sub-links-section-divider {
  margin-top: 15px;
}

.st-sitemenu-01 .dropdown-menu .divider {
  margin: 5px 20px;
  height: 1px;
  background-color: #e5e5e5;
  clear: both;
}

.st-sitemenu-01 .dropdown-menu > ul > li > a:hover {
  margin: 0;
  padding: 0;
  color: var(--bay-hovercolor);
}

.st-sitemenu-01 .navbar-nav > li > a:hover {
  color: var(--bay-hovercolor);
}

.st-sitemenu-01 .dropdown-menu > ul > li > a:hover {
  margin: 0;
  padding: 0;
  color: var(--bay-hovercolor);
}

.st-sitemenu-01 .dropdown-menu > li > a:hover {
  color: var(--bay-hovercolor);
}

.st-sitemenu-01 .dropdown-header {
  font-size: inherit;
}

.st-sitemenu-01 .navbar-toggle {
  color: var(--bay-bodytext);
  margin: 10px 10px 0 0;
  border: 1px solid var(--bay-bodytext);
  border-radius: 0;
  padding: 5px;
}

.st-sitemenu-01 .navbar-brand {
  padding: 0;
}

.st-sitemenu-01 .navbar-brand img {
  height: 76px;
}

@media (max-width: 479px) {
  .st-sitemenu-01 .navbar-brand img {
    height: 45px;
  }
  .st-sitemenu-01 .st-sitemenu-social-links {
    display: none !important;
  }
  .st-sitemenu-01 .st-sitemenu-social-links li a.iq-phonenumber {
    line-height: 50px;
  }
  .st-sitemenu-01 {
    padding-bottom: 3px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .st-sitemenu-01 .navbar-brand img {
    height: 50px;
  }
  .st-sitemenu-01 {
    padding-bottom: 3px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-sitemenu-01 .collapse {
    display: none !important;
  }
  .st-sitemenu-01 .navbar-brand img {
    height: 50px;
  }
  .st-sitemenu-01 .navbar-nav > li > a {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .st-sitemenu-01 .navbar-nav > li > a {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.st-sitemenu-01v2 {
  position: fixed !important;
  width: 100%;
  padding: 0 20px;
  background-color: #fff;
  box-shadow: -5px -1px 5px 0 rgba(0, 0, 0, 0.5);
  z-index: 11005;
}

.st-sitemenu-01v2 .navbar-brand {
  margin: 0 10px;
}

.st-sitemenu-01v2 .navbar-brand img {
  height: 76px;
}

.st-sitemenu-01v2 .navbar-toggler {
  margin-right: 15px;
}

.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 {
  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.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.st-sitemenu-number:hover {
  background-color: transparent;
}

.v2-11 .st-sitemenu-01v2,
.v2-12 .st-sitemenu-01v2 {
  z-index: 101;
}

@media (max-width: 479px) {
  .st-sitemenu-01v2 .navbar-brand img {
    height: 45px;
  }
}
@media (max-width: 767px) {
  .st-sitemenu-01v2 .navbar-nav .nav-link {
    padding-left: 10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .st-sitemenu-01v2 .navbar-brand img {
    height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-sitemenu-01v2 .navbar-brand img {
    height: 50px;
  }
}
.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-sitemenu-02 .nav-stacked::-webkit-scrollbar {
  display: none;
}

.st-sitemenu-02 .nav-stacked {
  -ms-overflow-style: none;
}

.st-sitemenu-02 .navbar-header {
  margin-top: 150px;
}

.st-sitemenu-02 .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);
}

.st-sitemenu-02 .navbar-toggle:hover {
  color: var(--bay-bodycolor);
  background-color: var(--bay-highlightcolor);
  border-color: var(--bay-highlightcolor);
}

.st-sitemenu-02 .navbar-nav {
  margin: 0;
}

.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-sitemenu-02 .nav > li > a:hover {
  text-decoration: none;
  background-color: var(--bay-highlightcolor) !important;
  color: #ffffff;
}

.st-sitemenu-02 .nav > li > a:focus {
  text-decoration: none;
  background-color: var(--bay-maincolor);
  color: #ffffff;
}

.st-sitemenu-02 .nav > .open > a {
  text-decoration: none;
  background-color: var(--bay-maincolor);
  color: #ffffff;
}

.st-sitemenu-02 .st-sitemenu {
  display: table;
}

.st-sitemenu-02 .st-sitemenu li {
  display: block;
  float: left;
  width: 300px;
  padding: 0;
  border-bottom: 1px solid var(--bay-maincolor);
}

.st-sitemenu-02 .st-sitemenu-footer {
  display: block;
  padding: 30px 15px;
  font-size: 12px;
  text-align: center;
}

.st-sitemenu-02 .st-sitemenu-footer a,
.st-sitemenu-02 .st-sitemenu-footer h4 {
  color: var(--bay-bodycolor);
}

.st-sitemenu-02 .st-sitemenu-footer ul {
  margin-top: 15px;
}

.st-sitemenu-02 .st-sitemenu-footer li {
  display: inline;
  list-style: none;
  color: var(--bay-bodycolor);
  font-size: 20px;
  line-height: 20px;
  margin-right: 5px;
}

.st-sitemenu-02 .st-sitemenu-footer li:last-child {
  margin-right: 0;
}

.st-sitemenu-02 .st-sitemenu-footer li a {
  color: var(--bay-bodycolor);
  font-size: 13px;
  border-radius: 50%;
  border: 1px solid var(--bay-bodycolor);
  padding: 5px;
}

.st-sitemenu-02 .dropdown-menu {
  position: relative;
  background-color: var(--bay-maincolor);
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 0 20px 0;
}

.st-sitemenu-02 .dropdown-menu li:first-child {
  border-top: 1px solid var(--bay-maincolor);
}

.st-sitemenu-02 .dropdown-menu li a {
  font-size: 14px;
  padding-left: 30px;
  background-color: var(--bay-maincolor);
}

.st-sitemenu-02 .dropdown-menu li a:hover {
  background-color: var(--bay-highlightcolor);
}

.st-sitemenu-02 .dropdown-menu .divider {
  margin: 5px 20px;
  height: 1px;
  background-color: var(--bay-highlightcolor);
  clear: both;
}

.st-sitemenu-02 .dropdown-menu .dropdown-header {
  margin-top: 15px;
  color: var(--bay-bodycolor);
  font-size: 14px;
  font-weight: bold;
}

.st-sitemenu-02 .nav li .st-menu-sub-links {
  border-style: none;
  margin: 0 0 0 10px;
}

.st-sitemenu-02 .nav li .st-menu-sub-links-section-divider {
  border-style: none;
}

.st-sitemenu-02 .nav li .st-menu-sub-links a {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--bay-bodycolor);
  line-height: 20px;
  padding: 10px 0 5px 20px;
}

.st-sitemenu-02 .nav li .st-menu-sub-links a:hover {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--bay-bodycolor);
  line-height: 20px;
  padding: 10px 0 5px 20px;
}

.st-sitemenu-02 .navbar-fixed-top,
.st-sitemenu-02 .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  z-index: 1030;
  width: 50px;
}

.st-sitemenu-02 #st-main-menu .dropdown:last-of-type .dropdown-menu {
  top: 0;
  left: 0;
}

@media (max-width: 479px) {
  .st-inside-content-wrapper .navbar-brand img {
    height: 50px !important;
  }
  .st-sitemenu-02 {
    right: -300px;
  }
  .st-sitemenu-02 .navbar-header {
    margin: 0;
  }
  .st-sitemenu-02 .navbar-toggle {
    font-size: 32px;
    color: #333;
    background-color: transparent;
    border-color: transparent;
  }
  .st-sitemenu-02.open .navbar-toggle {
    color: #fff;
    right: 0 !important;
  }
  .st-sitemenu-02.open .navbar-toggle:hover {
    color: #fff;
  }
  .st-sitemenu-02 .navbar-toggle:hover {
    color: #666;
    background-color: transparent;
    border-color: transparent;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .st-inside-content-wrapper .navbar-brand img {
    height: 50px;
  }
  .st-sitemenu-02 .navbar-header {
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-inside-content-wrapper .navbar-brand img {
    height: 50px;
  }
}
.st-sitemenu-02v2 {
  text-transform: uppercase;
  top: 0;
  right: -293px;
  width: 300px;
  min-height: 100%;
  position: fixed;
  background: #ffffff !important;
  z-index: 12002;
  color: var(--bay-bodycolor);
  border-left: 1px solid #333;
}

.st-sitemenu-02v2 #nav-expander {
  cursor: pointer;
  font-size: 32px;
  line-height: 20px;
  padding: 14px;
  color: #333;
  display: block;
  right: 0;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  border-color: var(--bay-maincolor);
}

.st-sitemenu-02v2 #nav-expander:hover {
  color: #333;
  border-color: var(--bay-highlightcolor);
}

.st-sitemenu-02v2 {
  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-sitemenu-02v2 .navbar-toggle {
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  padding: 14px;
  text-align: center;
  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);
}

.st-sitemenu-02v2 .navbar-toggle:hover {
  color: var(--bay-bodycolor);
  border-color: var(--bay-highlightcolor);
}

.st-sitemenu-02v2 .nav-stacked::-webkit-scrollbar {
  display: none;
}

.st-sitemenu-02v2 .nav-stacked {
  -ms-overflow-style: none;
}

.st-sitemenu-02v2 .navbar-header {
  margin-top: 150px;
}

.v2-06 .st-sitemenu-02v2 .navbar-header {
  margin-top: 0;
}

.st-sitemenu-02v2 .navbar-toggle {
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  padding: 14px;
  text-align: center;
  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);
}

.st-sitemenu-02v2 .navbar-toggle:hover {
  color: var(--bay-bodycolor);
  border-color: var(--bay-highlightcolor);
}

.st-sitemenu-02v2 .navbar-nav {
  margin: 0;
}

.st-sitemenu-02v2 .nav li a {
  text-transform: uppercase;
  color: var(--bay-bodycolor) !important;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 0 15px 20px;
}

.st-sitemenu-02v2 .nav li a.dropdown-toggle.show {
  margin-bottom: 0;
}

.st-sitemenu-02v2 .nav > li > a:hover {
  text-decoration: none;
  background-color: var(--bay-highlightcolor);
  color: #ffffff;
}

.st-sitemenu-02v2 .nav > li > a:focus {
  text-decoration: none;
  background-color: var(--bay-maincolor);
  color: #ffffff;
}

.st-sitemenu-02v2 .nav > .open > a {
  text-decoration: none;
  background-color: var(--bay-maincolor);
  color: #ffffff;
}

.st-sitemenu-02v2 .st-sitemenu {
  display: table;
}

.st-sitemenu-02v2 .st-sitemenu li {
  display: block;
  float: left;
  width: 300px;
  padding: 0;
}

.st-sitemenu-02v2 .st-sitemenu-footer {
  display: block;
  padding: 30px 15px;
  font-size: 12px;
  text-align: center;
}

.st-sitemenu-02v2 .st-sitemenu-footer a,
.st-sitemenu-02v2 .st-sitemenu-footer h4 {
  color: var(--bay-bodycolor);
}

.st-sitemenu-02v2 .st-sitemenu-footer ul {
  margin-top: 15px;
}

.st-sitemenu-02v2 .st-sitemenu-footer li {
  display: inline;
  list-style: none;
  color: var(--bay-bodycolor);
  font-size: 20px;
  line-height: 20px;
  margin-right: 5px;
}

.st-sitemenu-02v2 .st-sitemenu-footer li:last-child {
  margin-right: 0;
}

.st-sitemenu-02v2 .st-sitemenu-footer li a {
  color: var(--bay-bodycolor);
  font-size: 13px;
  border-radius: 50%;
  border: 1px solid var(--bay-bodycolor);
  padding: 5px;
}

.st-sitemenu-02v2 .dropdown-menu.show,
.v2-04 .st-sitemenu-02 .dropdown-menu.show,
.v2-08 .st-sitemenu-02 .dropdown-menu.show {
  position: relative !important;
  transform: unset !important;
  padding-left: 0.5rem;
  border: unset;
}

.st-sitemenu-02v2 .dropdown-menu li a:hover {
  background-color: var(--bay-highlightcolor);
}

.st-sitemenu-02v2 .dropdown-menu li:last-child {
  margin-bottom: 15px !important;
}

.st-sitemenu-02v2 .dropdown-menu .divider {
  margin: 5px 20px;
  height: 1px;
  background-color: var(--bay-highlightcolor);
  clear: both;
}

.st-sitemenu-02v2 .dropdown-menu .dropdown-header {
  margin-top: 15px;
  color: var(--bay-bodycolor);
  font-size: 14px;
  font-weight: bold;
}

.st-sitemenu-02v2 .nav li .st-menu-sub-links {
  border-style: none;
  margin: 0;
  padding: 0 1.5rem 0 0.5rem;
}

.st-sitemenu-02v2 .nav li .st-menu-sub-links-section-divider {
  border-style: none;
  padding: 0 1.5rem 0 0.5rem;
}

.st-sitemenu-02v2 .nav li .st-menu-sub-links a {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--bay-bodycolor);
  line-height: 20px;
  padding: 10px 0 5px 20px;
}

.st-sitemenu-02v2 .nav li .st-menu-sub-links a:hover {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--bay-bodycolor);
  line-height: 20px;
  padding: 10px 0 5px 20px;
}

.st-sitemenu-02v2 .navbar-fixed-top,
.st-sitemenu-02v2 .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  z-index: 1030;
  width: 50px;
}

.st-sitemenu-02v2 #st-main-menu .dropdown:last-of-type .dropdown-menu {
  top: 0;
  left: 0;
}

.st-sitemenu-03v2 ul#st-main-menu.probootstrap-main-nav li:hover {
  padding: 20px 15px;
  background-color: #076cb6;
}

.st-sitemenu-03v2 ul#st-main-menu.probootstrap-main-nav li {
  padding: 15px 15px;
}

.st-sitemenu-03v2 ul#st-main-menu.probootstrap-main-nav li a {
  padding: 15px 0 15px 20px;
  margin-bottom: 0;
  border-bottom: 0;
  color: #ffffff;
}

.st-sitemenu-03v2 ul#st-main-menu.probootstrap-main-nav li a:hover {
  border-bottom: 0;
  color: #ffffff;
}

@media (max-width: 765px) and (min-width: 320px) {
  .st-sitemenu-03v2 ul#st-main-menu.probootstrap-main-nav li {
    padding: 0;
  }
}
body[data-page=listings] .st-sitemenu-02v2 .navbar-fixed-top {
  display: none;
}

@media (max-width: 479px) {
  .st-sitemenu-02v2 {
    right: -300px;
  }
  .st-sitemenu-02v2 .navbar-header {
    margin: 0;
  }
  .st-sitemenu-02v2 .navbar-toggle {
    font-size: 32px;
    color: #333;
    background-color: transparent;
    border-color: transparent;
  }
  .st-sitemenu-02v2.open .navbar-toggle {
    color: #fff;
    right: 0 !important;
  }
  .st-sitemenu-02v2.open .navbar-toggle:hover {
    color: #fff;
  }
  .st-sitemenu-02v2 .navbar-toggle:hover {
    color: #666;
    background-color: transparent;
    border-color: transparent;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .st-sitemenu-02v2 .navbar-header {
    margin-top: 10px;
  }
}
.st-sitemenu-03 {
  color: var(--bay-bodytext);
  min-height: 36px;
  font-size: 14px;
  text-align: right;
  width: 100%;
  padding: 0 20px 0 20px;
  background-color: var(--bay-menubackground);
  z-index: 99;
  box-shadow: -5px -1px 5px 0 rgba(0, 0, 0, 0.5);
}

.st-sitemenu-03 .agent-phone {
  line-height: 50px;
}

.st-sitemenu-03 .st-sitemenu {
  margin: 0;
  width: 100%;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
}

.st-sitemenu-03 .st-menu-sub-links {
  text-align: left;
}

.st-sitemenu-03 .nav .open > a,
.st-sitemenu-03 .nav .open > a:hover,
.st-sitemenu-03 .nav .open > a:focus,
.st-sitemenu-03 .nav a:hover {
  background-color: var(--bay-bodycolor);
  border-color: var(--bay-bodycolor);
}

.st-sitemenu-03 .dropdown-menu {
  font-size: 13px;
  margin: 0;
  padding-top: 0;
  background-color: var(--bay-bodycolor);
  border: 0;
  z-index: 13000;
}

.st-sitemenu-03 .dropdown-menu .divider {
  margin: 5px 20px;
  height: 1px;
  background-color: #e5e5e5;
  clear: both;
}

.st-sitemenu-03 .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.st-sitemenu-03 .dropdown-header {
  font-size: inherit;
}

.st-sitemenu-03 .navbar-toggle {
  color: var(--bay-bodytext);
  margin: 8px 20px 0 -15px;
  border: 1px solid var(--bay-bodytext);
  border-radius: 0;
  padding: 5px;
}

.st-sitemenu-03 .navbar-brand {
  padding: 0;
}

.st-sitemenu-03 .navbar-brand img {
  height: 80px;
}

.st-sitemenu-03 .st-sitemenu-social-links {
  margin: 0 15px 0 0;
  height: 40px;
}

.st-sitemenu-03 .st-sitemenu-social-links li {
  display: inline-block;
  color: var(--bay-bodytext);
  margin: 10px 10px 10px 0;
}

.st-sitemenu-03 .st-sitemenu-social-links li a {
  color: var(--bay-bodytext);
  border: 1px solid var(--bay-bodytext);
  padding: 2px 5px;
  border-radius: 50%;
  font-size: 12px;
}

.st-sitemenu-03 .st-sitemenu-social-links li a:hover {
  background-color: var(--bay-bodycolor);
}

.st-sitemenu-03 .st-sitemenu-social-links li a.st-sitemenu-number {
  font-size: 16px;
  line-height: 25px;
  color: var(--bay-bodytext);
  border: 0;
  text-decoration: none;
}

.st-sitemenu-03 .st-sitemenu-social-links li a.st-sitemenu-number:hover {
  background-color: transparent;
}

.st-sitemenu-03 .st-menu-sub-links-section-divider {
  margin-top: 15px;
}

@media (max-width: 479px) {
  .st-sitemenu-03 .navbar-brand img {
    height: 50px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .st-sitemenu-03 .navbar-brand img {
    height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-sitemenu-03 .collapse {
    display: none !important;
  }
  .st-sitemenu-03 .navbar-toggle {
    display: block;
  }
  .st-sitemenu-03 .navbar-brand img {
    height: 50px;
  }
}
.st-sitemenu-04 {
  color: var(--bay-bodytext);
  min-height: 36px;
  font-size: 14px;
  text-align: right;
  width: 100%;
  background-color: rgba(225, 225, 225, 0.6);
  z-index: 99;
  box-shadow: -5px -1px 5px 0 rgba(0, 0, 0, 0.5);
}

.st-sitemenu-04 .st-sitemenu {
  margin: 0;
  width: 100%;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
}

.st-sitemenu-04 .st-sitmenu-mobile {
  height: 50px;
  padding: 0;
}

.st-sitemenu-04 .st-sitmenu-mobile .navbar-brand {
  height: 50px;
  padding: 0;
}

.st-sitemenu-04 .st-sitmenu-mobile .navbar-brand img {
  height: 50px;
  padding: 0;
}

.st-sitemenu-04 .st-sitmenu-mobile .agent-name,
.st-sitemenu-04 .st-sitmenu-mobile .agent-phone {
  font-size: 14px;
  display: block;
  text-transform: uppercase;
  margin-top: 2px;
}

.st-sitemenu-04 .st-menu-sub-links {
  text-align: left;
}

.st-sitemenu-04 .nav .open > a,
.st-sitemenu-04 .nav .open > a:hover,
.st-sitemenu-04 .nav .open > a:focus,
.st-sitemenu-04 .nav a:hover {
  background-color: var(--bay-bodycolor);
  border-color: var(--bay-bodycolor);
}

.st-sitemenu-04 .dropdown-menu {
  font-size: 13px;
  margin: 0;
  padding-top: 0;
  background-color: var(--bay-bodycolor);
  border: 0;
}

.st-sitemenu-04 .dropdown-menu .divider {
  margin: 5px 20px;
  height: 1px;
  background-color: #e5e5e5;
  clear: both;
}

.st-sitemenu-04 .st-menu-sub-links-section-divider {
  margin-top: 15px;
}

.st-sitemenu-04 .dropdown-header {
  font-size: inherit;
}

.st-sitemenu-04 .navbar-toggle {
  color: var(--bay-bodytext);
  margin: 5px 10px 0 0;
  border: 1px solid var(--bay-bodytext);
  border-radius: 0;
  padding: 5px;
}

.st-sitemenu-04 .st-agent-infoheader {
  width: 100%;
  background-color: var(--bay-featuredagentsbackground);
}

.st-sitemenu-04 .st-agent-infoheader .agent-image {
  float: right;
  margin: 0 0 0 15px;
  border: 1px solid var(--bay-sitecolor);
}

.st-sitemenu-04 .st-agent-infoheader .agent-image img {
  height: 92px;
}

.st-sitemenu-04 .st-agent-infoheader .navbar-brand img {
  height: 92px;
}

.st-sitemenu-04 .st-agent-infoheader .agent-info {
  float: right;
  margin: 0;
  text-align: right;
  color: var(--bay-featuredagentscolor);
  font-size: 11px;
}

.st-sitemenu-04 .st-agent-infoheader .agent-name {
  color: var(--bay-featuredagentscolor);
  margin: 0;
  font-weight: normal;
}

.st-sitemenu-04 .st-agent-infoheader .agent-phone {
  color: var(--bay-featuredagentscolor);
  margin: 5px 0 0 0;
  font-size: 14px;
}

.st-sitemenu-04 .st-agent-infoheader .st-agent-office {
  color: var(--bay-featuredagentscolor);
  margin: 0;
  font-size: 14px;
}

.st-sitemenu-04 .st-agent-infoheader .agent-address {
  margin: 5px 0 0 0;
}

.st-sitemenu-04 .st-agent-infoheader .st-sitemenu-social-links {
  list-style: none;
  padding: 0;
  margin: 0 -3px 0 0;
}

.st-sitemenu-04 .st-agent-infoheader .st-sitemenu-social-links a:link,
.st-sitemenu-social-links a:hover,
.st-agent-infoheader-wrapper .st-sitemenu-social-links a:active,
.st-sitemenu-social-links a:visited {
  color: var(--bay-featuredagentscolor);
}

.st-sitemenu-04 .st-agent-infoheader .st-sitemenu-social-links li {
  display: inline;
  margin: 0 5px 0 0;
}

@media (max-width: 479px) {
  .st-sitemenu-04 .st-agent-infoheader .agent-info {
    font-size: 10px;
    margin: 10px 0 0 0;
  }
  .st-sitemenu-04 .st-agent-infoheader .navbar-brand img {
    height: 80px;
  }
  .st-sitemenu-04 .st-agent-infoheader .navbar-brand img {
    height: 70px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .st-sitemenu-04 .st-agent-infoheader .agent-info {
    font-size: 12px;
    margin: 10px 0 0 0;
  }
}
.st-sitemenu-05 {
  color: var(--bay-bodycolor);
  min-height: 36px;
  font-size: 14px;
  text-align: right;
  width: 100%;
  padding: 20px 20px 0 20px;
  text-transform: uppercase;
  background-color: transparent;
  z-index: 1001;
  position: relative;
}

.st-sitemenu-05 a {
  font-size: 14px;
  color: var(--bay-bodycolor);
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
  display: block;
}

.st-sitemenu-05 .nav .open > a,
.st-sitemenu-05 .nav .open > a:hover,
.st-sitemenu-05 .nav .open > a:focus,
.st-sitemenu-05 .nav a:hover {
  background-color: var(--bay-bodycolor);
  border-color: var(--bay-bodycolor);
}

.st-sitemenu-05 .dropdown-menu {
  font-size: 13px;
  margin: 0;
  padding-top: 0;
  background-color: var(--bay-bodycolor);
  border: 0;
}

.st-sitemenu-05 .dropdown-menu .divider {
  margin: 5px 20px;
  height: 1px;
  background-color: #e5e5e5;
  clear: both;
}

.st-sitemenu-05 .st-menu-sub-links {
  text-align: left;
  min-width: 300px;
}

.st-sitemenu-05 .st-menu-sub-links-section-divider {
  margin-top: 15px;
}

.st-sitemenu-05 .dropdown-header {
  font-size: inherit;
}

.st-sitemenu-05 .navbar-toggle {
  color: var(--bay-bodycolor);
  margin: 5px 10px 0 0;
  border: 1px solid var(--bay-bodycolor);
  border-radius: 0;
  padding: 5px;
}

.st-sitemenu-05 .navbar-brand {
  padding: 0;
}

.st-sitemenu-05 .navbar-brand img {
  height: 100px;
}

.st-sitemenu-05 .navbar-brand img {
  max-height: 50px;
}

@media (max-width: 479px) {
  .st-sitemenu-05 .navbar-brand img {
    height: 50px;
  }
  .st-sitemenu-05 .st-sitemenu {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .st-sitemenu-05 .navbar-brand img {
    height: 50px;
  }
  .st-sitemenu-05 .st-sitemenu {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-sitemenu-05 .navbar-toggle {
    display: block;
  }
  .st-sitemenu-05 .st-sitemenu {
    display: none;
  }
}
.st-sitemenu-06 {
  color: var(--bay-bodycolor);
  min-height: 40px;
  font-size: 14px;
  text-align: right;
  width: 100%;
  padding: 0 20px 0 20px;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 11005;
}

.st-sitemenu-06 a {
  color: var(--bay-bodycolor);
  padding: 5px 0;
}

.st-sitemenu-06 a:hover {
  color: var(--bay-bodytext);
}

.st-sitemenu-06 .agent-phone {
  color: var(--bay-bodycolor);
  text-transform: uppercase;
  margin: 0;
  line-height: 40px;
}

.st-sitemenu-06 .st-sitemenu {
  margin: 0;
  width: 100%;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
}

.st-sitemenu-06 .st-menu-sub-links {
  text-align: left;
}

.st-sitemenu-06 .st-menu-sub-links a:hover {
  font-weight: bold;
}

.st-sitemenu-06 .st-sitemenu-social-links {
  margin: 0;
  height: 50px;
}

.st-sitemenu-06 .st-sitemenu-social-links li {
  display: inline-block;
  color: var(--bay-bodycolor);
  margin: 10px 10px 10px 0;
}

.st-sitemenu-06 .st-sitemenu-social-links li a {
  color: var(--bay-bodycolor);
  border: 1px solid var(--bay-bodycolor);
  padding: 6px 8px;
  border-radius: 50%;
  font-size: 14px;
}

.st-sitemenu-06 .st-sitemenu-social-links li a:hover {
  background-color: var(--bay-bodytext);
  color: var(--bay-bodycolor);
}

.st-sitemenu-06 .st-sitemenu-social-links li a.st-sitemenu-number {
  font-size: 16px;
  line-height: 25px;
  color: var(--bay-bodytext);
  border: 0;
  text-decoration: none;
}

.st-sitemenu-06 .st-sitemenu-social-links li a.st-sitemenu-number:hover {
  background-color: transparent;
}

.st-sitemenu-06 .nav .open > a,
.st-sitemenu-06 .nav .open > a:hover,
.st-sitemenu-06 .nav .open > a:focus,
.st-sitemenu-06 .nav a:hover {
  background-color: var(--bay-bodycolor);
  border-color: var(--bay-bodycolor);
}

.st-sitemenu-06 .dropdown-menu {
  font-size: 13px;
  margin: 0;
  padding-top: 0;
  background-color: var(--bay-bodycolor);
  border: 0;
}

.st-sitemenu-06 .dropdown-menu .divider {
  margin: 5px 20px;
  height: 1px;
  background-color: #e5e5e5;
  clear: both;
}

.st-sitemenu-06 .st-menu-sub-links-section-divider {
  margin-top: 15px;
}

.st-sitemenu-06 .dropdown-header {
  font-size: inherit;
}

.st-sitemenu-06 .navbar-toggle {
  color: var(--bay-bodycolor);
  margin: 5px 10px 0 0;
  border: 1px solid var(--bay-bodycolor);
  border-radius: 0;
  padding: 5px;
}

.st-sitemenu-06 .navbar-brand {
  padding: 0;
}

.st-sitemenu-06 .navbar-brand img {
  height: 100px;
}

.st-sitemenu-06 .navbar-collapse {
  padding-right: 0;
}

.v2-05 .st-sitemenu-06 a,
.v2-05 .st-sitemenu-06 a.dropdown-toggle {
  color: rgba(255, 255, 255, 0.82);
  text-shadow: #666 1px 1px 1px;
}

.v2-05 .st-sitemenu-06 a:hover,
.v2-05 .st-sitemenu-06 a.dropdown-toggle:hover {
  color: white;
}

.v2-05 .st-sitemenu-06 ul li a.dropdown-item {
  color: black;
}

.v2-05 .st-sitemenu-06 ul li a.dropdown-item:hover {
  color: white;
}

.v2-05 .navbar-toggler {
  line-height: 3rem;
}

.v2-05.st-island .iq-pg-body {
  padding: 15px;
}

.v2-05.st-island .nav-item a,
.v2-05.st-island .nav-link.dropdown-toggle {
  text-transform: uppercase;
  font-family: var(--bay-primary-font);
  font-size: 14px;
  font-weight: 400;
}

.v2-05 .st-sitemenu-06 a.nav-link {
  text-transform: uppercase;
  font-size: 14px;
}

@media (max-width: 992px) {
  .v2-05 .st-sitemenu-06 .navbar-brand img {
    height: 57px;
  }
}
.v2-05.st-island .st-menufield .nav-link.dropdown-toggle {
  padding: 3px 0;
}

@media (max-width: 479px) {
  .st-sitemenu-06 .navbar-brand img {
    height: 50px;
  }
  .st-sitemenu-06 .st-sitemenu-social-links {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .st-sitemenu-06 .navbar-brand img {
    height: 50px;
  }
  .st-sitemenu-06 .st-sitemenu-social-links {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-sitemenu-06 .collapse {
    display: none !important;
  }
  .st-sitemenu-06 .navbar-toggle {
    display: block;
  }
  .st-sitemenu-06 .navbar-brand img {
    height: 50px;
  }
  .st-sitemenu-06 .st-sitemenu-social-links {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .v2-05 .st-sitemenu-06 .st-sitemenu .collapse:not(.show) {
    display: none !important;
  }
  .v2-05 .st-sitemenu-06 .st-sitemenu .collapse.show {
    display: block !important;
  }
}
.st-sitemenu-07 {
  color: var(--bay-bodycolor);
  min-height: 50px;
  font-size: 14px;
  text-align: right;
  width: 100%;
  text-transform: uppercase;
  background-color: transparent;
  z-index: 99;
  position: absolute;
}

.st-sitemenu-07 a:hover {
  color: var(--bay-bodytext);
}

.st-sitemenu-07 a {
  font-size: 14px;
  color: var(--bay-bodycolor);
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
  display: block;
}

.st-sitemenu-07 .nav .open > a,
.st-sitemenu-07 .nav .open > a:hover,
.st-sitemenu-07 .nav .open > a:focus,
.st-sitemenu-07 .nav a:hover {
  background-color: var(--bay-bodycolor);
  border-color: var(--bay-bodytext);
}

.st-sitemenu-07 .dropdown-menu {
  font-size: 13px;
  margin: 0;
  padding-top: 0;
  background-color: var(--bay-bodycolor);
  border: 0;
  z-index: 4;
}

.st-sitemenu-07 .dropdown-menu .divider {
  margin: 5px 20px;
  height: 1px;
  background-color: #e5e5e5;
  clear: both;
}

.st-sitemenu-07 .dropdown-header {
  font-size: inherit;
}

.st-sitemenu-07 .navbar-toggle {
  color: var(--bay-bodycolor);
  margin: 7px 10px 0 0;
  border: 1px solid var(--bay-bodycolor);
  border-radius: 0;
  padding: 5px;
}

.st-sitemenu-07 .navbar-brand {
  padding: 0;
}

.st-sitemenu-07 .navbar-brand img {
  height: 100px;
}

.st-sitemenu-07 .navbar-collapse {
  padding-right: 0;
}

.st-sitemenu-07 a.agent-name,
.st-sitemenu-07 a.agent-name:hover,
.st-sitemenu-07 .agent-phone,
.st-sitemenu-07 .agent-phone:hover {
  color: var(--bay-bodycolor);
  font-size: 14px;
  display: block;
  text-transform: uppercase;
  margin-top: 2px;
  padding: 0;
}

.st-sitemenu-07 .st-agent-infoheader {
  width: 100%;
  background-color: var(--bay-featuredagentsbackground);
  padding: 10px;
  height: 150px;
  box-shadow: -5px -1px 5px 0 rgba(0, 0, 0, 0.5);
}

.st-sitemenu-07 .agent-name {
  color: var(--bay-featuredagentscolor);
  margin: 5px 0;
  text-transform: uppercase;
}

.st-sitemenu-07 .st-agent-infoheader .agent-image {
  float: right;
  margin: 0 0 0 15px;
  border: 1px solid var(--bay-sitecolor);
}

.st-sitemenu-07 .st-agent-infoheader .agent-image img {
  height: 100px;
}

.st-sitemenu-07 .st-agent-infoheader .navbar-brand img {
  height: 100px;
}

.st-sitemenu-07 .st-agent-infoheader .agent-info {
  float: right;
  margin: 0;
  text-align: right;
  color: var(--bay-featuredagentscolor);
  font-size: 14px;
}

.st-sitemenu-07 .st-agent-infoheader .agent-name {
  color: var(--bay-featuredagentscolor);
  margin: 0;
  font-weight: normal;
}

.st-sitemenu-07 .st-agent-infoheader .agent-phone {
  color: var(--bay-featuredagentscolor);
  margin: 0;
}

.st-sitemenu-07 .st-agent-infoheader .agent-address {
  margin: 17px 0 0 0;
}

.st-sitemenu-07 .st-agent-infoheader .st-sitemenu-social-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.st-sitemenu-07 .st-agent-infoheader .st-sitemenu-social-links a:link,
.st-sitemenu-07 .st-agent-infoheader .st-sitemenu-social-links a:hover,
.st-sitemenu-07 .st-agent-infoheader .st-sitemenu-social-links a:active,
.st-sitemenu-07 .st-agent-infoheader .st-sitemenu-social-links a:visited {
  color: var(--bay-featuredagentscolor);
}

.st-sitemenu-07 .st-agent-infoheader .st-sitemenu-social-links li {
  display: inline-block;
  margin: 0 0 0 5px;
}

.st-sitemenu-07 .st-menu-sub-links-section-divider {
  margin-top: 15px;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-sitemenu-07 {
    background-color: var(--bay-featuredagentsbackground);
  }
  .st-sitemenu-07 .navbar-brand img {
    height: 50px;
  }
  .st-sitemenu-07 .st-sitemenu {
    display: none;
  }
  .st-sitemenu-07 .st-agent-infoheader .agent-info {
    font-size: 10px;
    margin: 10px 0 0 0;
  }
  .st-sitemenu-07 .st-agent-infoheader .navbar-brand img {
    height: 80px;
  }
  .st-sitemenu-07 .st-agent-infoheader .navbar-brand img {
    height: 70px;
  }
  .st-sitemenu-07 .navbar-brand img {
    margin-right: 5px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .st-sitemenu-07 {
    background-color: var(--bay-featuredagentsbackground);
  }
  .st-sitemenu-07 .navbar-brand img {
    height: 50px;
  }
  .st-sitemenu-07 .st-sitemenu {
    display: none;
  }
  .st-sitemenu-07 .st-agent-infoheader .agent-info {
    font-size: 12px;
    margin: 10px 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-sitemenu-07 {
    background-color: var(--bay-featuredagentsbackground);
  }
  .st-sitemenu-07 .navbar-brand img {
    height: 50px;
  }
  .st-sitemenu-07 .navbar-toggle {
    display: block;
  }
  .st-sitemenu-07 .st-sitemenu {
    display: none;
  }
}
.st-sitemenu-08 {
  color: var(--bay-bodycolor);
  min-height: 40px;
  font-size: 14px;
  text-align: right;
  width: 100%;
  padding: 0 20px 0 20px;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 11005;
  text-transform: uppercase;
}

.st-sitemenu-08 a {
  color: var(--bay-bodycolor);
  padding: 5px 0;
}

.st-sitemenu-08 a:hover {
  color: var(--bay-bodytext);
}

.st-sitemenu-08 .st-sitemenu {
  margin: 0;
  width: 100%;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
}

.st-sitemenu-08 .st-menu-sub-links {
  text-align: left;
}

.st-sitemenu-08 .st-menu-sub-links a:hover {
  font-weight: bold;
}

.st-sitemenu-08 .st-sitemenu-social-links {
  margin: 0 15px 0 0;
}

.st-sitemenu-08 .st-sitemenu-social-links li {
  display: inline-block;
  color: var(--bay-bodycolor);
  display: inline-block;
  margin: 0 0 0 5px;
}

.st-sitemenu-08 .st-sitemenu-social-links li a {
  color: var(--bay-bodycolor);
  font-size: 14px;
}

.st-sitemenu-08 .st-sitemenu-social-links li a.st-sitemenu-number {
  font-size: 16px;
  line-height: 25px;
  color: var(--bay-bodytext);
  border: 0;
  text-decoration: none;
}

.st-sitemenu-08 .st-sitemenu-social-links li a.st-sitemenu-number:hover {
  background-color: transparent;
}

.st-sitemenu-08 .nav .open > a,
.st-sitemenu-08 .nav .open > a:hover,
.st-sitemenu-08 .nav .open > a:focus,
.st-sitemenu-08 .nav a:hover {
  background-color: var(--bay-bodycolor);
  border-color: var(--bay-bodycolor);
}

.st-sitemenu-08 .dropdown-menu {
  font-size: 13px;
  margin: 0;
  padding-top: 0;
  background-color: var(--bay-bodycolor);
  border: 0;
}

.st-sitemenu-08 .dropdown-menu .divider {
  margin: 5px 20px;
  height: 1px;
  background-color: #e5e5e5;
  clear: both;
}

.st-sitemenu-08 .st-menu-sub-links-section-divider {
  margin-top: 15px;
}

.st-sitemenu-08 .dropdown-header {
  font-size: inherit;
}

.st-sitemenu-08 .navbar-toggle {
  color: var(--bay-bodycolor);
  margin: 5px 10px 0 0;
  border: 1px solid var(--bay-bodycolor);
  border-radius: 0;
  padding: 5px;
}

.st-sitemenu-08 .navbar-brand {
  padding: 0;
}

.st-sitemenu-08 .navbar-brand img {
  height: 100px;
}

.st-sitemenu-08 .navbar-collapse {
  padding-right: 0;
}

.st-sitemenu-08 .st-agent-infoheader {
  height: 105px;
}

.st-sitemenu-08 .st-agent-infoheader .agent-image {
  float: right;
  margin: 0 0 0 15px;
  border: 1px solid var(--bay-sitecolor);
}

.st-sitemenu-08 .st-agent-infoheader .agent-image img {
  height: 100px;
}

.st-sitemenu-08 .st-agent-infoheader .navbar-brand img {
  height: 100px;
}

.st-sitemenu-08 .st-agent-infoheader .agent-info {
  margin: 0;
  text-align: right;
  color: #ffffff;
  font-size: 14px;
}

.st-sitemenu-08 .st-agent-infoheader .agent-name {
  color: #ffffff;
  margin: 0;
  font-weight: normal;
}

.st-sitemenu-08 .st-agent-infoheader .agent-phone {
  color: #ffffff;
  margin: 0;
}

.st-sitemenu-08 .st-agent-infoheader .agent-address {
  margin: 5px 0 0 0;
}

@media (max-width: 479px) {
  .st-sitemenu-08 .st-agent-infoheader {
    height: auto;
  }
  .st-sitemenu-08 .navbar-brand img {
    height: 50px;
  }
  .st-sitemenu-08 .st-sitemenu-social-links {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .st-sitemenu-08 .st-agent-infoheader {
    height: auto;
  }
  .st-sitemenu-08 .navbar-brand img {
    height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-sitemenu-08 .st-agent-infoheader {
    height: auto;
  }
  .st-sitemenu-08 .collapse {
    display: none !important;
  }
  .st-sitemenu-08 .navbar-toggle {
    display: block;
  }
  .st-sitemenu-08 .navbar-brand img {
    height: 50px;
  }
}
.st-sitemenu-09 {
  color: var(--bay-bodycolor);
  min-height: 36px;
  font-size: 14px;
  text-align: right;
  width: 100%;
  padding: 0;
  position: fixed;
  z-index: 11005;
  background-color: rgba(0, 0, 0, 0.5);
}

.st-sitemenu-09 .st-sitemenu {
  margin: 0;
  width: 100%;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
}

.st-sitemenu-09 .st-sitemenu a:link,
.st-sitemenu-09 .st-sitemenu a:visited,
.st-sitemenu-09 .st-sitemenu a:active {
  color: var(--bay-bodycolor);
}

.st-sitemenu-09 .st-sitemenu a:hover {
  color: var(--bay-bodytext);
}

.st-sitemenu-09 .st-menu-sub-links {
  text-align: left;
}

.st-sitemenu-09 .st-menu-sub-links a:hover {
  font-weight: bold;
}

.st-sitemenu-09 .st-sitemenu-social-links {
  margin: 0 15px 0 0;
  height: 50px;
}

.st-sitemenu-09 .st-sitemenu-social-links li {
  display: inline-block;
  color: var(--bay-bodycolor);
  margin: 10px 10px 10px 0;
}

.st-sitemenu-09 .st-sitemenu-social-links li {
  display: inline-block;
  color: #ffffff;
  margin: 10px 10px 10px 0;
}

.st-sitemenu-09 .st-sitemenu-social-links li a {
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 5px;
  border-radius: 50%;
  font-size: 12px;
}

.st-sitemenu-09 .st-sitemenu-social-links li a.st-sitemenu-number {
  font-size: 12px;
  line-height: 25px;
  color: var(--bay-bodytext);
  border: 0;
  text-decoration: none;
}

.st-sitemenu-09 .st-sitemenu-social-links li a.st-sitemenu-number:hover {
  background-color: transparent;
}

.st-sitemenu-09 .nav .open > a,
.st-sitemenu-09 .nav .open > a:hover,
.st-sitemenu-09 .nav .open > a:focus,
.st-sitemenu-09 .nav a:hover {
  border-color: var(--bay-bodycolor);
}

.st-sitemenu-09 .dropdown-menu li a:link {
  color: #000000;
}

.st-sitemenu-09 .dropdown-menu li a:visited {
  color: #000000;
}

.st-sitemenu-09 .dropdown-menu {
  color: var(--bay-bodycolor);
  font-size: 13px;
  margin: 0;
  padding-top: 0;
  background-color: var(--bay-bodycolor);
  border: 0;
}

.st-sitemenu-09 .dropdown-menu .divider {
  margin: 5px 20px;
  height: 1px;
  background-color: #e5e5e5;
  clear: both;
}

.st-sitemenu-09 .st-menu-sub-links-section-divider {
  margin-top: 15px;
}

.st-sitemenu-09 .dropdown-header {
  font-size: inherit;
}

.st-sitemenu-09 .navbar-toggle {
  color: var(--bay-bodycolor);
  margin: 5px 10px 0 0;
  border: 1px solid var(--bay-bodytext);
  border-radius: 0;
  padding: 5px;
}

.st-sitemenu-09 .navbar-brand {
  padding: 10px 0;
}

.st-sitemenu-09 .navbar-brand img {
  max-height: 80px;
}

@media (max-width: 479px) {
  .st-sitemenu-09 .navbar-brand img {
    display: none;
  }
  .st-sitemenu-09 .st-sitemenu-social-links {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .st-sitemenu-09 .navbar-brand img {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-sitemenu-09 .collapse {
    display: none !important;
  }
  .st-sitemenu-09 .navbar-toggle {
    display: block;
  }
  .st-sitemenu-09 .navbar-brand img {
    display: none;
  }
}
.st-sitemenu-10 {
  color: var(--bay-bodytext);
  min-height: 40px;
  font-size: 14px;
  text-align: right;
  padding: 0 20px 0 20px;
}

.st-sitemenu-10 img {
  max-height: 40px;
}

.st-sitemenu-10 .navbar-nav {
  margin: auto;
  float: none;
  display: table;
}

.st-sitemenu-10 a {
  color: var(--bay-bodytext);
  padding: 5px 0;
}

.st-sitemenu-10 a:hover {
  color: var(--bay-bodytext);
}

.st-sitemenu-10 .agent-phone {
  color: var(--bay-bodytext);
  text-transform: uppercase;
  margin: 0;
  line-height: 40px;
}

.st-sitemenu-10 .st-sitemenu {
  margin: 0;
  width: 100%;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
}

.st-sitemenu-10 .st-menu-sub-links {
  text-align: left;
}

.st-sitemenu-10 .st-menu-sub-links a:hover {
  font-weight: bold;
}

.st-sitemenu-10 .st-sitemenu-social-links {
  margin: auto;
  height: 50px;
  display: table;
}

.st-sitemenu-10 .st-sitemenu-social-links li {
  display: inline-block;
  color: var(--bay-bodytext);
  margin: 10px 10px 10px 0;
}

.st-sitemenu-10 .st-sitemenu-social-links li a {
  color: var(--bay-bodytext);
  border: 1px solid var(--bay-bodytext);
  padding: 6px 8px;
  border-radius: 50%;
  font-size: 14px;
}

.st-sitemenu-10 .st-sitemenu-social-links li a:hover {
  background-color: var(--bay-bodytext);
  color: var(--bay-bodycolor);
}

.st-sitemenu-10 .st-sitemenu-social-links li a.st-sitemenu-number {
  font-size: 16px;
  line-height: 25px;
  color: var(--bay-bodytext);
  border: 0;
  text-decoration: none;
}

.st-sitemenu-10 .st-sitemenu-social-links li a.st-sitemenu-number:hover {
  background-color: transparent;
}

.st-sitemenu-10 .nav .open > a,
.st-sitemenu-10 .nav .open > a:hover,
.st-sitemenu-10 .nav .open > a:focus,
.st-sitemenu-10 .nav a:hover {
  background-color: var(--bay-bodycolor);
  border-color: var(--bay-bodycolor);
}

.st-sitemenu-10 .dropdown-menu {
  font-size: 13px;
  margin: 0;
  padding-top: 0;
  background-color: var(--bay-bodycolor);
  border: 0;
}

.st-sitemenu-10 .dropdown-menu .divider {
  margin: 5px 20px;
  height: 1px;
  background-color: #e5e5e5;
  clear: both;
}

.st-sitemenu-10 .st-menu-sub-links-section-divider {
  margin-top: 15px;
}

.st-sitemenu-10 .dropdown-header {
  font-size: inherit;
}

.st-sitemenu-10 .navbar-toggle {
  color: var(--bay-bodycolor);
  margin: 5px 10px 0 0;
  border: 1px solid var(--bay-bodycolor);
  border-radius: 0;
  padding: 5px;
}

.st-sitemenu-10 .navbar-collapse {
  padding-right: 0;
}

@media (max-width: 479px) {
  .st-sitemenu-10 {
    min-height: initial;
  }
  .st-sitemenu-10 .st-sitemenu-social-links {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .st-sitemenu-10 {
    min-height: initial;
  }
  .st-sitemenu-10 .st-sitemenu-social-links {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-sitemenu-10 {
    min-height: initial;
  }
  .st-sitemenu-10 .collapse {
    display: none !important;
  }
  .st-sitemenu-10 .navbar-toggle {
    display: block;
  }
  .st-sitemenu-10 .st-sitemenu-social-links {
    display: none !important;
  }
}
#st_sitemenu_11 {
  background-color: #fff;
  -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;
  -webkit-transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  overflow: hidden;
}

#st_sitemenu_11 .navbar-static-top {
  border-radius: 0;
  margin-bottom: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
}

#st_sitemenu_11 .navbar-brand img {
  display: block;
  height: 60px;
  width: auto;
}

#st_sitemenu_11 .navbar-brand {
  color: var(--bay-highlightcolor);
  display: block;
  font-size: 26px;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 10px 40px 10px 15px;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

#st_sitemenu_11 .navbar-brand::after {
  background: var(--bay-maincolor);
  content: "";
  height: 95px;
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  position: absolute;
  right: -20px;
  top: -8px;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  width: 1px;
}

#st_sitemenu_11 .navbar-brand::after {
  background: var(--bay-maincolor);
  content: "";
  height: 95px;
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  position: absolute;
  right: -20px;
  top: -8px;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  width: 1px;
}

.v2-06 #st_sitemenu_11 .navbar-brand::after {
  background: var(--bay-maincolor);
  content: "";
  height: 111px;
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  position: absolute;
  right: -20px;
  top: -16px;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  width: 1px;
}

#st_sitemenu_11 .navbar-brand span {
  display: block;
  font-weight: 400;
  padding-bottom: 20px;
  padding-top: 20px;
}

#st_sitemenu_11 .navbar-brand span strong {
  font-weight: 600;
}

#st_sitemenu_11 .navbar-brand:hover {
  color: var(--bay-highlightcolor);
  -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;
  -webkit-transition: all 0.2s ease-in-out;
}

#st_sitemenu_11 .navbar-brand:hover > span {
  color: var(--bay-highlightcolor);
  -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;
  -webkit-transition: all 0.2s ease-in-out;
}

#st_sitemenu_11 .navbar-nav > li > a {
  color: var(--bay-bodytext);
  font-size: 13px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 30px;
  text-shadow: none;
}

#st_sitemenu_11 .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
  color: var(--bay-highlightcolor);
}

#st_sitemenu_11 .navbar-nav > .active > a::after {
  background: #e9573f;
  border-radius: 100%;
  bottom: 15px;
  content: "";
  height: 8px;
  left: 50%;
  margin-left: -4px;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  position: absolute;
  -webkit-border-radius: 100%;
  width: 8px;
}

#st_sitemenu_11 .navbar-nav li.dropdown.open > a,
.navbar-default .navbar-nav li.dropdown.open > a:hover {
  background-color: var(--bay-maincolor);
  color: var(--bay-highlighttext);
}

#st_sitemenu_11 .dropdown-menu {
  background-color: var(--bay-maincolor);
  border: none;
  border-radius: 1px;
  box-shadow: none;
  -moz-border-radius: 1px;
  -moz-box-shadow: none;
  -o-border-radius: 1px;
  -o-box-shadow: none;
  padding-bottom: 0;
  padding-top: 0;
  -webkit-border-radius: 1px;
  -webkit-box-shadow: none;
}

#st_sitemenu_11 .dropdown-menu > li > a {
  color: var(--bay-highlighttext);
  padding-bottom: 12px;
  padding-top: 12px;
}

#st_sitemenu_11 .dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: var(--bay-hovercolor);
  color: var(--bay-highlighttext);
}

#st_sitemenu_11 .st-menu-sub-links-section-divider {
  margin-top: 15px;
}

@media (max-width: 479px) {
  #st_sitemenu_11 .navbar-nav > li > a {
    color: var(--bay-bodytext);
    font-size: 16px;
    text-shadow: none;
    padding: 10px;
  }
  #st_sitemenu_11 .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: var(--bay-hovercolor);
  }
  #st_sitemenu_11 .navbar-brand img {
    height: 35px;
  }
}
@media (max-width: 767px) {
  #st_sitemenu_11 {
    padding-top: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #st_sitemenu_11 .navbar-nav > li > a {
    color: var(--bay-bodytext);
    font-size: 16px;
    text-shadow: none;
    padding: 10px;
  }
  #st_sitemenu_11 .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: var(--bay-hovercolor);
  }
}
.st-sitemenu-11 .navbar-default {
  background-color: #fff;
  -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;
  -webkit-transition: all 0.2s ease-in-out;
  text-transform: uppercase;
}

.st-sitemenu-11 .navbar-default.navbar-static-top {
  border-radius: 0;
  margin-bottom: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
}

.st-sitemenu-11 .navbar-default .navbar-brand img {
  display: block;
  height: 60px;
  width: auto;
}

.st-sitemenu-11 .navbar-default .navbar-brand {
  color: var(--bay-highlightcolor);
  display: block;
  font-size: 26px;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 10px 40px 10px 15px;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.st-sitemenu-11 .navbar-default .navbar-brand::after {
  background: var(--bay-maincolor);
  content: "";
  height: 95px;
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  position: absolute;
  right: -20px;
  top: -8px;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  width: 1px;
}

.st-sitemenu-11 .navbar-default .navbar-brand span {
  display: block;
  font-weight: 400;
  padding-bottom: 20px;
  padding-top: 20px;
}

.st-sitemenu-11 .navbar-default .navbar-brand span strong {
  font-weight: 600;
}

.st-sitemenu-11 .navbar-default .navbar-brand:hover {
  color: var(--bay-highlightcolor);
  -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;
  -webkit-transition: all 0.2s ease-in-out;
}

.st-sitemenu-11 .navbar-default .navbar-brand:hover > span {
  color: var(--bay-highlightcolor);
  -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;
  -webkit-transition: all 0.2s ease-in-out;
}

.st-sitemenu-11 .navbar-default .navbar-nav > li > a {
  color: var(--bay-bodytext);
  font-size: 13px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 30px;
  text-shadow: none;
}

.st-sitemenu-11 .navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
  color: var(--bay-highlightcolor);
}

.st-sitemenu-11 .navbar-default .navbar-nav > .active > a::after {
  background: #e9573f;
  border-radius: 100%;
  bottom: 15px;
  content: "";
  height: 8px;
  left: 50%;
  margin-left: -4px;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  position: absolute;
  -webkit-border-radius: 100%;
  width: 8px;
}

.st-sitemenu-11 .navbar-default .navbar-nav li.dropdown.open > a,
.navbar-default .navbar-nav li.dropdown.open > a:hover {
  background-color: var(--bay-maincolor);
  color: var(--bay-highlighttext);
}

.st-sitemenu-11 .dropdown-menu {
  background-color: var(--bay-maincolor);
  border: none;
  border-radius: 1px;
  box-shadow: none;
  -moz-border-radius: 1px;
  -moz-box-shadow: none;
  -o-border-radius: 1px;
  -o-box-shadow: none;
  padding-bottom: 0;
  padding-top: 0;
  -webkit-border-radius: 1px;
  -webkit-box-shadow: none;
}

.st-sitemenu-11 .dropdown-menu > li > a {
  color: var(--bay-highlighttext);
  padding-bottom: 12px;
  padding-top: 12px;
}

.st-sitemenu-11 .dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: var(--bay-hovercolor);
  color: var(--bay-highlighttext);
}

.st-sitemenu-11 .dropdown-menu .divider {
  margin: 5px 20px;
  height: 1px;
  background-color: #e5e5e5;
  clear: both;
}

.st-sitemenu-11 .st-menu-sub-links-section-divider {
  margin-top: 15px;
}

.st-sitemenu-11 #iq_bootstrap_site_menu {
  float: right;
}

@media (max-width: 479px) {
  .st-sitemenu-11 .navbar-header {
    overflow: hidden;
  }
  .st-sitemenu-11 .navbar-default .navbar-nav > li > a {
    color: var(--bay-bodytext);
    font-size: 16px;
    text-shadow: none;
    padding: 10px;
  }
  .st-sitemenu-11 #iq_bootstrap_site_menu {
    float: left;
    width: 100%;
  }
  .st-sitemenu-11 .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: var(--bay-hovercolor);
  }
  .st-sitemenu-11 .navbar-default .navbar-brand img {
    height: 35px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .st-sitemenu-11 .navbar-default .navbar-nav > li > a {
    color: var(--bay-bodytext);
    font-size: 16px;
    text-shadow: none;
    padding: 10px;
  }
  .st-sitemenu-11 #iq_bootstrap_site_menu {
    float: left;
    width: 100%;
  }
  .st-sitemenu-11 .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: var(--bay-hovercolor);
  }
}
.st-sitemenu-12 {
  color: #a2ce55;
  font-size: 14px;
  text-align: right;
  width: 100%;
  padding: 0 20px 0 20px;
  background-color: #3d3d3d;
  position: fixed;
  z-index: 11005;
}

.st-sitemenu-12 a {
  color: #a2ce55;
  text-decoration: none;
}

.st-sitemenu-12 a:hover {
  color: #65932a;
  text-decoration: none;
}

.st-sitemenu-12 .st-sitemenu {
  margin: 0;
  width: 100%;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
}

.st-sitemenu-12 .st-menu-sub-links {
  text-align: left;
}

.st-sitemenu-12 .st-menu-sub-links a:hover {
  font-weight: bold;
}

.st-sitemenu-12 .dropdown-header {
  color: var(--bay-bodytext);
}

.st-sitemenu-12 .navbar-nav > li > a {
  color: #a2ce55;
}

.st-sitemenu-12 .nav .open > a,
.st-sitemenu-12 .nav .open > a:hover,
.st-sitemenu-12 .nav .open > a:focus,
.st-sitemenu-12 .nav a:hover {
  background-color: transparent;
  color: #65932a;
}

.st-sitemenu-12 .dropdown-menu {
  font-size: 13px;
  margin: 0;
  padding-top: 0;
  background-color: var(--bay-bodycolor);
  border: 0;
}

.st-sitemenu-12 .st-menu-sub-links-section-divider {
  margin-top: 15px;
}

.st-sitemenu-12 .dropdown-menu .divider {
  margin: 5px 20px;
  height: 1px;
  background-color: #e5e5e5;
  clear: both;
}

.st-sitemenu-12 .dropdown-menu > ul > li > a:hover {
  margin: 0;
  padding: 0;
}

.st-sitemenu-12 .dropdown-menu li:first-child {
  margin-top: 10px;
}

.st-sitemenu-12 .dropdown-header {
  font-size: inherit;
}

.st-sitemenu-12 .navbar-toggle {
  color: var(--bay-bodytext);
  margin: 5px 10px 0 0;
  border: 1px solid var(--bay-bodytext);
  border-radius: 0;
  padding: 5px;
}

.st-sitemenu-12 .navbar-brand {
  padding: 0;
}

.st-sitemenu-12 .navbar-brand img {
  height: 56px;
  margin: 15px 0 15px 0;
}

.st-sitemenu-12v2 {
  color: var(--bay-bodytext);
  font-size: 20px;
  line-height: 20px;
  text-align: right;
  width: 100%;
  position: fixed;
  z-index: 1000;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.st-sitemenu-12v2 ul {
  margin: 0 80px 0 0;
}

.st-sitemenu-12v2 li {
  display: inline-block;
  float: right;
  text-transform: uppercase;
  color: var(--bay-bodytext);
  font-size: 12px;
  line-height: 20px;
  padding: 15px 0;
}

.st-sitemenu-12v2 li a {
  text-decoration: underline;
}

.st-sitemenu-12v2 .st-social-divider {
  padding: 0 15px;
}

@media (max-width: 479px) {
  .st-sitemenu-12v2 .st-social-divider {
    padding: 0 10px;
  }
  .nav-header {
    top: 0;
  }
}
@media (max-width: 767px) {
  .st-sitemenu-12v2 .st-social-divider {
    padding: 0 10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .st-sitemenu-12v2 .st-social-divider {
    padding: 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-sitemenu-12v2 .st-social-divider {
    padding: 0 10px;
  }
}
.st-sitemenu-13 {
  color: #ffffff;
  min-height: 36px;
  font-size: 14px;
  text-align: right;
  width: 100%;
  padding: 0;
  position: fixed;
  z-index: 11005;
  background-color: rgba(37, 78, 117, 0.6);
}

.st-sitemenu-13 .st-sitemenu {
  margin: 0;
  width: 100%;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
}

.st-sitemenu-13 .st-sitemenu a:link,
.st-sitemenu-09 .st-sitemenu a:visited,
.st-sitemenu-09 .st-sitemenu a:active {
  color: #ffffff;
}

.st-sitemenu-13 .st-sitemenu a:hover {
  color: var(--bay-bodytext);
}

.st-sitemenu-13 .st-menu-sub-links {
  text-align: left;
}

.st-sitemenu-13 .st-menu-sub-links a:hover {
  font-weight: bold;
}

.st-sitemenu-13 .st-sitemenu-social-links {
  margin: 0 15px 0 0;
  height: 30px;
}

.st-sitemenu-13 .st-sitemenu-social-links li {
  display: inline-block;
  color: var(--bay-bodycolor);
  margin: 10px 10px 10px 0;
}

.st-sitemenu-13 .st-sitemenu-social-links li {
  display: inline-block;
  color: #ffffff;
  margin: 10px 10px 10px 0;
}

.st-sitemenu-13 .st-sitemenu-social-links li a {
  color: #ffffff;
  border: 1px solid #ffffff;
  font-size: 12px;
}

.st-sitemenu-13 .st-sitemenu-social-links li a.iq-phonenumber {
  font-size: 12px;
  line-height: 25px;
  color: var(--bay-bodytext);
  border: 0;
  text-decoration: none;
}

.st-sitemenu-13 .st-sitemenu-social-links li a.iq-phonenumber:hover {
  background-color: transparent;
}

.st-sitemenu-13 .navbar-nav > li > a {
  color: #ffffff;
  padding: 5px 10px !important;
  margin-top: 15px;
}

.st-sitemenu-13 .nav .open > a,
.st-sitemenu-13 .nav .open > a:hover,
.st-sitemenu-13 .nav .open > a:focus,
.st-sitemenu-09 .nav a:hover {
  border-color: var(--bay-bodycolor);
}

.st-sitemenu-13 .dropdown-menu li a:link {
  color: #ffffff;
}

.st-sitemenu-13 .dropdown-menu li a:visited {
  color: #ffffff;
}

.st-sitemenu-13 .dropdown-menu {
  color: var(--bay-bodycolor);
  font-size: 13px;
  margin: 0;
  padding-top: 0;
  background-color: var(--bay-bodycolor);
  border: 0;
}

.st-sitemenu-13 .dropdown-menu .divider {
  margin: 5px 20px;
  height: 1px;
  background-color: #e5e5e5;
  clear: both;
}

.st-sitemenu-13 .st-menu-sub-links-section-divider {
  margin-top: 15px;
}

.st-sitemenu-13 .dropdown-header {
  font-size: inherit;
}

.st-sitemenu-13 .navbar-toggle {
  color: var(--bay-bodycolor);
  margin: 5px 10px 0 0;
  border: 1px solid var(--bay-bodytext);
  border-radius: 0;
  padding: 5px;
}

.st-sitemenu-13 .navbar-brand {
  padding: 10px 50px;
}

.st-sitemenu-13 .navbar-brand img {
  max-height: 60px !important;
  width: auto !important;
}

@media (max-width: 479px) {
  .st-sitemenu-13 .navbar-brand img {
    height: 50px;
  }
  .st-sitemenu-13 .st-sitemenu-social-links {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .st-sitemenu-13 .navbar-brand img {
    height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-sitemenu-13 .collapse {
    display: none !important;
  }
  .st-sitemenu-13 .navbar-toggle {
    display: block;
  }
  .st-sitemenu-13 .navbar-brand img {
    height: 50px;
  }
}
/* **************************************************************** */
/* MENU FOR PLACES TEMPLATE                                         */
/* **************************************************************** */
.st-sitemenu-15.navbar {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 11005;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem;
  margin-bottom: unset;
  border: unset;
  border-radius: unset;
}

.st-sitemenu-15 .logo-area img {
  max-height: 50px;
  margin-right: 30px;
}

.st-sitemenu-15.navbar > .container::before,
.st-sitemenu-15.navbar > .container::after {
  display: none;
  content: unset;
  clear: unset;
}

.st-sitemenu-15.navbar > .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.st-sitemenu-15 .navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  float: unset;
  margin-top: 15px;
}

.st-sitemenu-15 .navbar-nav > li {
  float: unset;
  line-height: 30px;
  margin-left: 10px;
}

.st-sitemenu-15 .collapse:not(.in) {
  display: none;
}

.st-sitemenu-15 .navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
  border-top: unset;
  box-shadow: unset;
}

.st-sitemenu-15 .navbar-collapse::before,
.st-sitemenu-15 .navbar-collapse::after {
  display: none;
  content: unset;
  clear: unset;
}

.st-sitemenu-15.navbar-dark .navbar-nav .active > a,
.st-sitemenu-15.navbar-dark .navbar-nav a.active,
.st-sitemenu-15.navbar-dark .navbar-nav a.show,
.st-sitemenu-15.navbar-dark .navbar-nav .show > a {
  color: #fff;
}

.st-sitemenu-15 .nav-item > a {
  font-family: var(--bay-primary-font);
  padding: 1.6em 1em;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  white-space: nowrap;
  line-height: 21.6px;
}

.st-sitemenu-15 .nav-item > a:focus,
.st-sitemenu-15 .nav-item > a:hover {
  text-decoration: none;
  color: rgb(255, 255, 255);
  transition: 0.3s all ease;
}

.st-sitemenu-15 .navbar-toggle {
  display: block;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.75);
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0.25rem;
}

.st-sitemenu-15 .navbar-toggle:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.st-sitemenu-15 .navbar-nav .dropdown-menu {
  position: absolute;
}

.st-sitemenu-15 .dropdown-menu .divider {
  margin: 5px 20px;
  height: 1px;
  background-color: #e5e5e5;
  clear: both;
}

.st-sitemenu-15 .navbar-nav .open .dropdown-menu {
  font-family: var(--bay-primary-font);
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0 0.75rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
}

.st-sitemenu-15 .navbar-nav .open .dropdown-menu > li > a {
  padding: 0.9rem 1.5rem !important;
  text-transform: uppercase;
}

.st-sitemenu-15 .dropdown-menu .divider {
  margin: 5px 20px;
  height: 1px;
  background-color: #e5e5e5;
  clear: both;
}

.st-sitemenu-15 .nav-item .nav-link {
  padding: 1.6em 1em;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 400;
}

.st-sitemenu-15 .nav-item .nav-link.active {
  color: #fff;
}

.st-sitemenu-15.scrolled {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  margin-top: -130px;
}

.st-sitemenu-15.scrolled .nav-item .nav-link {
  padding: 0.5em 1em;
}

.st-sitemenu-15.scrolled.awake {
  margin-top: 0;
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.st-sitemenu-15.scrolled.sleep {
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

@media (max-width: 991px) {
  .st-sitemenu-15.navbar > .container {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
  }
  .st-sitemenu-15 .navbar-nav {
    flex-direction: column;
  }
  .st-sitemenu-15 .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
  }
  .st-sitemenu-15 .nav-item .nav-link {
    padding: 0.5em 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-sitemenu-15 .navbar-collapse.collapse {
    display: none !important;
  }
  .st-sitemenu-15 .collapse.in {
    display: block !important;
  }
  .st-sitemenu-15 .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .st-sitemenu-15 .navbar-nav > li {
    float: none;
  }
  .st-sitemenu-15 .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .st-sitemenu-15 {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .st-sitemenu-15 .navbar-toggle {
    display: none;
  }
  .st-sitemenu-15 .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .st-sitemenu-15 .navbar-collapse {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.st-sitemenu-15 .dropdown-menu .divider {
  margin: 5px 20px;
  height: 1px;
  background-color: #e5e5e5;
  clear: both;
}

.st-sitemenu-15 .navbar-nav .open .dropdown-menu {
  font-family: var(--bay-primary-font);
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0 0.75rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
}

.v2-03 .logo-area {
  top: 0;
  position: relative;
}

.v2-03 .probootstrap-burger-menu {
  top: 6px;
}

.st-sitemenu-15v2.navbar {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem;
  margin-bottom: unset;
  border: unset;
  border-radius: unset;
}

.st-sitemenu-15v2 .logo-area img {
  max-height: 50px;
  margin-right: 30px;
}

.st-sitemenu-15v2.navbar > .container::before,
.st-sitemenu-15v2.navbar > .container::after {
  display: none;
  content: unset;
  clear: unset;
}

.st-sitemenu-15v2.navbar > .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.st-sitemenu-15v2 .navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  float: unset;
  margin-top: 15px;
}

.st-sitemenu-15v2 .navbar-nav > li {
  float: unset;
  line-height: 30px;
  margin-left: 10px;
}

.st-sitemenu-15v2 .navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
  border-top: unset;
  box-shadow: unset;
}

.st-sitemenu-15v2 .navbar-collapse::before,
.st-sitemenu-15v2 .navbar-collapse::after {
  display: none;
  content: unset;
  clear: unset;
}

.st-sitemenu-15v2 .nav-item > a {
  font-family: var(--bay-primary-font);
  padding: 1.6em 1em;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  white-space: nowrap;
  line-height: 21.6px;
}

.st-sitemenu-15v2 .nav-item > a:focus,
.st-sitemenu-15v2 .nav-item > a:hover {
  text-decoration: none;
  color: rgb(255, 255, 255);
  transition: 0.3s all ease;
}

.st-sitemenu-15v2 .navbar-toggle {
  display: block;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.75);
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0.25rem;
}

.st-sitemenu-15v2 .navbar-toggle:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.st-sitemenu-15v2 .navbar-nav .dropdown-menu {
  position: absolute;
}

.st-sitemenu-15v2 .dropdown-menu .divider {
  margin: 5px 20px;
  height: 1px;
  background-color: #e5e5e5;
  clear: both;
}

.st-sitemenu-15v2 .navbar-nav .open .dropdown-menu {
  font-family: var(--bay-primary-font);
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0 0.75rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
}

.st-sitemenu-15v2 .navbar-nav .open .dropdown-menu > li > a {
  padding: 0.9rem 1.5rem !important;
  text-transform: uppercase;
}

.st-sitemenu-15v2 .dropdown-menu .divider {
  margin: 5px 20px;
  height: 1px;
  background-color: #e5e5e5;
  clear: both;
}

.st-sitemenu-15v2 .nav-item .nav-link {
  padding: 1.6em 1em;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 400;
}

.st-sitemenu-15v2 .nav-item .nav-link.active {
  color: #fff;
}

.st-sitemenu-15v2.scrolled {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  margin-top: -130px;
}

.st-sitemenu-15v2.scrolled .nav-item .nav-link {
  padding: 0.5em 1em;
}

.st-sitemenu-15v2.scrolled.awake {
  margin-top: 0;
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.st-sitemenu-15v2.scrolled.sleep {
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.st-header-carousel-15v2 .iq-carousel-caption {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 30px 90px 0;
  z-index: 999999;
}

.st-header-carousel-15v2 .iq-carousel-caption.with-agent-profile {
  text-align: left !important;
  left: 0 !important;
  padding: 0 0 90px 30px;
}

.st-header-carousel-15v2 .iq-carousel-caption h2 {
  font-size: 35px;
  color: var(--bay-highlighttext);
  margin: 0;
  letter-spacing: 1;
}

.st-header-carousel-15v2 .iq-carousel-caption h3 {
  font-size: 24px;
  color: var(--bay-highlighttext);
  margin-top: 5px;
  letter-spacing: 1;
}

.st-header-carousel-15v2 .iq-carousel-caption a {
  color: var(--bay-highlighttext);
  text-decoration: none;
}

.st-header-carousel-15v2 .iq-carousel-caption a:hover {
  text-decoration: none;
}

@media (max-width: 991px) {
  .st-sitemenu-15v2 .navbar-nav {
    flex-direction: column;
  }
  .st-sitemenu-15v2 .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
  }
  .st-sitemenu-15v2 .nav-item .nav-link {
    padding: 0.5em 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-sitemenu-15v2 .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .st-sitemenu-15v2 .navbar-nav > li {
    float: none;
  }
  .st-sitemenu-15v2 .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .st-sitemenu-15v2 {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .st-sitemenu-15v2 .navbar-toggle {
    display: none;
  }
  .st-sitemenu-15v2 .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .st-sitemenu-15v2 .navbar-collapse {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.st-sitemenu-16 {
  z-index: 888;
  margin: 0 auto 15px;
  padding: 0 1.6rem;
  background-image: none;
  background-color: var(--bay-maincolor) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
  transition: background-color 0.3s ease;
}

.st-sitemenu-16 .navbar-brand {
  padding-top: 15px;
  padding-bottom: 15px;
}

.st-sitemenu-16 .navbar-brand img {
  max-height: 50px;
}

.st-sitemenu-16 .navbar-toggle {
  border-color: rgba(255, 255, 255, 0.5) !important;
  margin-top: 23px;
  margin-bottom: 23px;
}

.st-sitemenu-16 .navbar-toggle:active,
.st-sitemenu-16 .navbar-toggle:hover {
  background-color: transparent;
}

@media (max-width: 767px) {
  .st-sitemenu-16 .navbar-nav .open .dropdown-menu {
    background-color: #fff;
  }
}
.st-sitemenu-16 .navbar-form {
  margin-top: 38px;
}

.st-sitemenu-16 .nav-item .nav-link {
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 50px;
}

@media (max-width: 991px) {
  .st-sitemenu-16 .nav-item .nav-link {
    margin-bottom: 5px;
    margin-top: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.st-sitemenu-16 .nav-item.show > .nav-link,
.st-sitemenu-16 .nav-item.show > .nav-link:focus,
.st-sitemenu-16 .nav-item.show > .nav-link:hover,
.st-sitemenu-16 .nav-item:focus > .nav-link,
.st-sitemenu-16 .nav-item:hover > .nav-link {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border-radius: 5px;
}

.st-sitemenu-16 .nav-btn {
  background: none !important;
  padding-right: 0;
}

.st-sitemenu-16 .nav-btn > span {
  color: #ffce40;
  font-weight: bold;
  border: 1px solid #ffce40;
  padding: 10px 20px;
  border-radius: 3px;
}

@media (max-width: 991px) {
  .st-sitemenu-16 .nav-btn > span {
    line-height: 1;
  }
}
.st-sitemenu-16 .nav-btn:hover > span {
  background: #ffce40;
  color: #563d7c;
}

.st-sitemenu-16 .nav-btn.nav-btn-link > span {
  border-color: transparent;
}

.st-sitemenu-16 .nav-item.user-account .user-image {
  vertical-align: middle;
  width: 30px;
  height: 30px;
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
  margin-right: 10px;
}

.st-sitemenu-16.navbar-inverse .navbar-toggle:focus,
.st-sitemenu-16.navbar-inverse .navbar-toggle:hover {
  background-color: transparent;
}

.st-sitemenu-16 .dropdown .dropdown-menu {
  font-size: 14px;
}

.st-sitemenu-16 .dropdown-menu .divider {
  margin: 5px 20px;
  height: 1px;
  background-color: #e5e5e5;
  clear: both;
}

.st-sitemenu-16 .dropdown .dropdown-menu > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
}

.st-sitemenu-16 .dropdown-menu .divider {
  margin: 5px 20px;
  height: 1px;
  background-color: #e5e5e5;
  clear: both;
}

.st-sitemenu-16 .dropdown .dropdown-item,
.st-sitemenu-16 .dropdown .dropdown-menu a {
  color: #555;
}

.st-sitemenu-16 .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 2rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.st-sitemenu-16 .dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

@media (min-width: 992px) {
  .st-sitemenu-16 .dropdown .dropdown-menu {
    border: none;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.15s;
    transform: translate3d(0, 15px, 0);
    margin-top: 0;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 3px 3px 3px -3px rgba(0, 0, 0, 0.1), 3px 3px 3px -3px rgba(0, 0, 0, 0.1), -3px 3px 3px -3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 3px 3px -3px rgba(0, 0, 0, 0.1), 3px 3px 3px -3px rgba(0, 0, 0, 0.1), -3px 3px 3px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 3px -3px rgba(0, 0, 0, 0.1), 3px 3px 3px -3px rgba(0, 0, 0, 0.1), -3px 3px 3px -3px rgba(0, 0, 0, 0.1);
  }
  .st-sitemenu-16 .dropdown:hover .dropdown-menu,
  .st-sitemenu-16 .dropdown.show .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  .st-sitemenu-16 .dropdown > a {
    position: relative;
  }
  .st-sitemenu-16 .dropdown > a:hover {
    opacity: 1 !important;
  }
  .st-sitemenu-16 .dropdown:hover > .nav-link:before,
  .st-sitemenu-16 .dropdown.show > .nav-link:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    margin-top: 5px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
  }
}
.st-sitemenu-16 .megamenu {
  position: static;
}

.st-sitemenu-16 .megamenu .dropdown-menu {
  width: 100%;
  border-radius: 0 !important;
  padding: 50px 20px;
}

.st-sitemenu-16.navbar-over {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.6)), color-stop(100% rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 100%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-gradient(linear, 0, 100%, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#99000000", endColorstr="#00000000", GradientType=0);
  background-repeat: repeat-x;
}

.st-sitemenu-16.navbar-over.fixed-top {
  background-image: none;
  background-color: #563d7c;
}

.st-sitemenu-16.navbar-over.absolute-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

@media (min-width: 992px) {
  .st-sitemenu-16.navbar-over {
    box-shadow: none;
  }
  .st-sitemenu-16.navbar-over .dropdown:hover > a:before {
    margin-top: -10px;
  }
  .st-sitemenu-16.navbar-over .nav-link {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .st-sitemenu-16.navbar-over .navbar-nav > li:hover > a {
    background: none;
  }
  .st-sitemenu-16.navbar-over .navbar-brand {
    height: 110px;
  }
  .st-sitemenu-16.navbar-over .navbar-brand img {
    max-height: 100%;
  }
}
.st-sitemenu-17 {
  margin-bottom: 0;
}

.st-sitemenu-17 .navbar-default {
  background-color: #fff;
  -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;
  -webkit-transition: all 0.2s ease-in-out;
  text-transform: uppercase;
}

.st-sitemenu-17 .navbar-default.navbar-static-top {
  border-radius: 0;
  margin-bottom: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
}

.st-sitemenu-17 .navbar-default .navbar-brand {
  color: var(--bay-highlightcolor);
  display: block;
  font-size: 26px;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 10px 40px 10px 15px;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.st-sitemenu-17 .navbar-default .navbar-brand img {
  display: block;
  height: 60px;
  width: auto;
}

.st-sitemenu-17 .navbar-default .navbar-brand span {
  display: block;
  font-weight: 400;
  padding-bottom: 20px;
  padding-top: 20px;
}

.st-sitemenu-17 .navbar-default .navbar-brand span strong {
  font-weight: 600;
}

.st-sitemenu-17 .navbar-default .navbar-brand:hover {
  color: var(--bay-highlightcolor);
  -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;
  -webkit-transition: all 0.2s ease-in-out;
}

.st-sitemenu-17 .navbar-default .navbar-brand:hover > span {
  color: var(--bay-highlightcolor);
  -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;
  -webkit-transition: all 0.2s ease-in-out;
}

.st-sitemenu-17 .nav > li > a {
  padding: 8px;
  line-height: 24px;
  color: #12386b;
  text-transform: uppercase;
  font-family: var(--bay-primary-font);
  font-size: 16px;
  font-weight: 500;
  text-shadow: #666 1px 1px 1px;
  white-space: nowrap;
}

.st-sitemenu-17 .nav > li > a:hover,
.st-sitemenu-17 .nav > li > a:focus {
  background-color: white;
}

.st-sitemenu-17 .nav > li.dropdown.open > a,
.st-sitemenu-17 .nav > li.dropdown.open > a:hover,
.st-sitemenu-17 .nav > li.dropdown.open > a:focus {
  background-color: #eee;
}

.st-sitemenu-17 .dropdown-menu.show {
  background-color: #12386b;
}

.st-sitemenu-17 .dropdown-menu {
  background-color: #12386b;
  border: none;
  border-radius: 1px;
  box-shadow: none;
  -moz-border-radius: 1px;
  -moz-box-shadow: none;
  -o-border-radius: 1px;
  -o-box-shadow: none;
  padding-bottom: 0;
  padding-top: 0;
  -webkit-border-radius: 1px;
  -webkit-box-shadow: none;
}

.st-sitemenu-17 .dropdown-menu .divider {
  margin: 5px 20px;
  height: 1px;
  background-color: #e5e5e5;
  clear: both;
}

.st-sitemenu-17 .dropdown-menu > li > a {
  color: var(--bay-highlighttext);
  padding-bottom: 12px;
  padding-top: 12px;
}

.st-sitemenu-17 .dropdown-menu > li > a:hover,
.st-sitemenu-17 .dropdown-menu > li > a:focus,
.st-sitemenu-17 .dropdown-menu > .active > a,
.st-sitemenu-17 .dropdown-menu > .active > a:hover,
.st-sitemenu-17 .dropdown-menu > .active > a:focus {
  background-color: var(--bay-hovercolor);
  color: var(--bay-highlighttext);
}

.st-sitemenu-17 .st-menu-sub-links-section-divider {
  margin-top: 15px;
}

.st-sitemenu-17 #iq_bootstrap_site_menu {
  float: right;
  padding: 15px;
}

@media (max-width: 479px) {
  .st-sitemenu-17 .navbar-header {
    overflow: hidden;
  }
  .st-sitemenu-17 .navbar-default .navbar-nav > li > a {
    color: var(--bay-bodytext);
    font-size: 16px;
    text-shadow: none;
    padding: 10px;
  }
  .st-sitemenu-17 #iq_bootstrap_site_menu {
    float: left;
    width: 100%;
  }
  .st-sitemenu-17 .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: var(--bay-hovercolor);
  }
  .st-sitemenu-17 .navbar-default .navbar-brand img {
    height: 35px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .st-sitemenu-17 .navbar-default .navbar-nav > li > a {
    color: var(--bay-bodytext);
    font-size: 16px;
    text-shadow: none;
    padding: 10px;
  }
  .st-sitemenu-17 #iq_bootstrap_site_menu {
    float: left;
    width: 100%;
  }
  .st-sitemenu-17 .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: var(--bay-hovercolor);
  }
}
/*- // SITEMENU */
/* SLIDEMENU */
.st-slidemenu-wrapper {
  text-transform: uppercase;
  top: 0;
  left: -300px;
  width: 300px;
  min-height: 100%;
  position: absolute;
  background: var(--bay-sitecolor);
  z-index: 1000;
  color: #000;
}

.st-slidemenu-wrapper .dropdown .open {
  background: var(--bay-sitecolor);
}

.st-slidemenu-01 {
  display: table;
  width: 100%;
  overflow: visible;
}

.st-slidemenu-01 .st-sitemenu {
  width: 100%;
  margin: 0;
}

.st-slidemenu-01 .st-sitemenu .st-menu-links {
  display: block;
  padding: 0;
}

.st-slidemenu-01 .st-sitemenu .st-menu-links:hover {
  background-color: var(--bay-highlightcolor);
}

.st-slidemenu-01 .st-sitemenu .st-menu-links a {
  padding: 0 15px;
  color: var(--bay-bodytext);
  text-shadow: none;
}

.st-slidemenu-01 .st-sitemenu .st-menu-links a:hover {
  color: var(--bay-highlighttext);
  text-decoration: none;
}

.st-slidemenu-01 .st-sitemenu .st-menu-divider {
  display: block;
  width: 100%;
  font-size: 1px;
  height: 1px;
  padding: 0;
}

.st-slidemenu-01 .navbar-nav .open .dropdown-menu > li > a,
.st-slidemenu .navbar-nav .open .dropdown-menu .dropdown-header {
  padding: 10px 15px 5px 15px;
  background-color: var(--bay-sitecolor);
}

.st-slidemenu-01 .navbar-nav > li.open > a {
  padding-bottom: 0;
}

.st-slidemenu-01 .navbar-nav > li {
  width: 100%;
}

.st-slidemenu-01 .navbar-nav > li:hover,
.st-slidemenu-01 .navbar-nav > li > a:hover {
  background: none;
  font-weight: bold;
}

.st-slidemenu-01 .dropdown-menu {
  position: relative;
  background-color: #3d73c1;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

.st-slidemenu-01 .dropdown-menu li:first-child {
  border-top: 1px solid #5788cf;
}

.st-13 .st-slidemenu-wrapper .st-slidemenu-01 #closeIcon {
  display: none;
  position: relative;
  margin-top: 5%;
}

@media (max-width: 330px) {
  .st-13 .st-slidemenu-wrapper .st-slidemenu-01 #closeIcon {
    display: flex;
    justify-content: flex-end;
  }
  .st-13 .st-slidemenu-wrapper .st-slidemenu-01 #closeIcon #nav-expander {
    margin-top: 0 !important;
  }
}
/* AGENT INFO HEADER */
/* AGENT INFO HEADER  */
/* HEADER CAROUSEL */
.st-header-carousel-01 {
  position: relative;
  min-height: 420px;
}

.st-header-carousel-01 .carousel-inner {
  height: 100%;
}

.st-header-carousel-01 .item {
  height: 100%;
  min-height: 420px;
  background-position: center;
  background-size: cover;
}

.st-header-carousel-01 .carousel-control {
  width: 50px;
  height: 50px;
  padding: 15px;
  border-radius: 25px;
  background-color: var(--bay-sitecolor);
  position: absolute;
  top: 40%;
  bottom: inherit;
  padding: 15px;
  font-size: 20px;
  color: var(--bay-bodycolor);
  text-align: center;
}

.st-header-carousel-01 .st-carousel-control-left {
  left: 10%;
  right: inherit;
}

.st-header-carousel-01 .st-carousel-control-right {
  left: inherit;
  right: 10%;
}

.st-header-carousel-01 .carousel-indicators {
  display: none;
}

.st-header-carousel-01 .carousel-caption {
  position: relative;
  right: auto;
  left: auto;
  text-align: right;
  bottom: auto;
  margin-top: 3%;
  margin-left: 10%;
  margin-right: 10%;
}

.st-header-carousel-01 .carousel-caption h1 {
  color: var(--bay-bodycolor);
  font-weight: normal;
  font-size: 60px;
  margin: 0;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.st-header-carousel-01 .carousel-caption a:link,
.carousel-caption a:visited,
.st-header-wrapper .carousel-caption a:hover,
.st-header-wrapper .carousel-caption a:active {
  color: var(--bay-bodycolor);
  border-top: 2px solid var(--bay-bodycolor);
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  font-size: 24px;
}

@media (max-width: 479px) {
  .st-header-carousel-01 .carousel-caption {
    text-align: center;
  }
  .st-header-carousel-01 .carousel-caption h1 {
    font-size: 40px;
  }
  .st-header-carousel-01 .carousel-caption a {
    font-size: 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .st-header-carousel-01 .carousel-caption {
    text-align: center;
  }
  .st-header-carousel-01 .carousel-caption h1 {
    font-size: 50px;
  }
  .st-header-carousel-01 .carousel-caption a {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-header-carousel-01 .carousel-caption {
    text-align: center;
  }
  .st-header-carousel-01 .carousel-caption h1 {
    font-size: 50px;
  }
  .st-header-carousel-01 .carousel-caption a {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .st-header-carousel-01 .carousel-caption {
    margin-right: 10%;
  }
}
.st-header-carousel-02 {
  text-align: center;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  display: table;
  width: 100%;
  height: 100%;
  min-height: 420px;
  margin-top: -120px;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.st-header-carousel-02 .carousel-inner {
  height: 100%;
  z-index: -1;
}

.st-header-carousel-02 .item {
  height: 100%;
  min-height: 475px;
  background-position: center;
  background-size: cover;
}

.st-header-carousel-02 h1 {
  color: var(--bay-bodycolor);
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-size: 60px;
  margin: 15px 0;
}

.st-header-carousel-02 h3 {
  color: var(--bay-bodycolor);
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  margin: 0;
  text-transform: uppercase;
  font-size: 30px;
}

.st-header-carousel-02 hr {
  color: var(--bay-bodycolor);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  margin: 5px 0;
  border: 1px solid;
}

.st-header-carousel-02 a:link,
.st-header-carousel-02 a:visited,
.st-header-carousel-02 a:hover,
.st-header-carousel-02 a:active {
  color: var(--bay-bodycolor);
  text-transform: uppercase;
  font-size: 15px;
}

.st-header-carousel-02 .item {
  padding-top: 150px;
  background-size: cover;
  background-position: center;
}

.st-header-carousel-02 .carousel-control {
  position: absolute;
  top: 50%;
  width: auto;
  height: auto;
  bottom: inherit;
  padding: 10px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 15px !important;
  line-height: 20px;
  color: var(--bay-bodycolor);
  text-align: center;
}

.st-header-carousel-02 .st-carousel-control-left {
  left: 10%;
  right: inherit;
}

.st-header-carousel-02 .st-carousel-control-right {
  left: inherit;
  right: 10%;
}

@media (max-width: 479px) {
  .st-header-carousel-02 h1 {
    font-size: 20px;
  }
  .st-header-carousel-02 h3 {
    margin: 10px 0;
    font-size: 16px;
  }
  .st-header-carousel-02 .carousel-control {
    font-size: 14px !important;
    line-height: 14px;
  }
  .st-header-carousel-02 .st-carousel-control-left {
    left: 3%;
  }
  .st-header-carousel-02 .st-carousel-control-right {
    right: 3%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .st-header-carousel-02 h1 {
    font-size: 20px;
  }
  .st-header-carousel-02 h3 {
    margin: 10px 0;
    font-size: 16px;
  }
  .st-header-carousel-02 .carousel-control {
    font-size: 14px !important;
    line-height: 14px;
  }
  .st-header-carousel-02 .st-carousel-control-left {
    left: 3%;
  }
  .st-header-carousel-02 .st-carousel-control-right {
    right: 3%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-header-carousel-02 h1 {
    font-size: 30px;
  }
  .st-header-carousel-02 h3 {
    margin: 10px 0;
    font-size: 24px;
  }
}
.st-header-carousel-03 {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  display: table;
  width: 100%;
  height: 100%;
  min-height: 420px;
  padding-top: 100px;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.st-header-carousel-03 .st-carousel-inner {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 300px;
}

.st-header-carousel-03 h1 {
  color: var(--bay-bodycolor);
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-size: 60px;
  margin: 15px 0;
}

.st-header-carousel-03 h3 {
  color: var(--bay-bodycolor);
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  margin: 0;
  text-transform: uppercase;
  font-size: 30px;
}

.st-header-carousel-03 hr {
  color: var(--bay-bodycolor);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  margin: 5px 0;
  border: 1px solid;
}

.st-header-carousel-03 ul {
  list-style-type: none;
  text-align: center;
  margin: 25px 0 0 0;
  padding: 0;
}

.st-header-carousel-03 ul li {
  color: var(--bay-bodycolor);
  display: inline;
  font-size: 15px;
  padding: 0 10px;
}

.st-header-carousel-03 a:link,
.st-header-carousel-03 a:visited,
.st-header-carousel-03 a:hover,
.st-header-carousel-03 a:active {
  color: var(--bay-bodycolor);
  text-transform: uppercase;
  font-size: 15px;
}

@media (max-width: 479px) {
  .st-header-carousel-03 h1 {
    font-size: 20px;
  }
  .st-header-carousel-03 h3 {
    margin: 10px 0;
    font-size: 16px;
  }
  .st-header-carousel-03 {
    background-attachment: inherit;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .st-header-carousel-03 h1 {
    font-size: 20px;
  }
  .st-header-carousel-03 h3 {
    margin: 10px 0;
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-header-carousel-03 h1 {
    font-size: 30px;
  }
  .st-header-carousel-03 h3 {
    margin: 10px 0;
    font-size: 24px;
  }
}
.st-header-carousel-04 .item {
  background-position: center;
  background-size: cover;
  height: 100vh;
}

.st-header-carousel-04 .carousel-control {
  position: absolute;
  top: 50%;
  width: auto;
  height: auto;
  bottom: inherit;
  padding: 15px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  color: var(--bay-bodycolor);
  text-align: center;
}

.st-header-carousel-04 .st-carousel-control-left {
  left: 10%;
  right: inherit;
}

.st-header-carousel-04 .st-carousel-control-right {
  left: inherit;
  right: 10%;
}

.st-header-carousel-04 .navbar-brand {
  padding: 0;
}

.st-header-carousel-04 .st-logo {
  margin: 70px 0 0 10%;
  position: absolute;
  z-index: 99;
}

.st-header-carousel-04 .st-logo img {
  height: 105px;
}

.st-header-carousel-04 .st-searchform-wrapper {
  position: absolute;
  bottom: 20%;
  left: 10%;
  right: 10%;
}

.st-header-carousel-04 .iq-carousel-caption {
  text-align: right;
  position: absolute;
  bottom: 105px;
  right: 90px;
}

.st-header-carousel-04 .iq-carousel-caption h1 {
  font-size: 35px;
  color: var(--bay-highlighttext);
  margin: 0;
  letter-spacing: 1;
}

.st-header-carousel-04 .iq-carousel-caption h2 {
  font-size: 24px;
  color: var(--bay-highlighttext);
  margin-top: 5px;
  letter-spacing: 1;
}

.st-header-carousel-04 .iq-carousel-caption a:hover {
  text-decoration: none;
}

@media (max-width: 479px) {
  .st-header-carousel-04 .st-logo {
    height: 80px;
    margin: 0 0 0 10%;
  }
  .st-header-carousel-04 .carousel-control {
    display: none;
  }
  .st-header-carousel-04 .st-logo {
    z-index: 999;
    height: 70px;
    margin: 10px 0 0 10%;
  }
  .st-header-carousel-04 .st-logo img {
    height: 80px;
  }
  .st-header-carousel-04 .carousel-control {
    display: none;
  }
  .st-header-carousel-04 .st-searchform-wrapper {
    bottom: 10%;
  }
  .scroll_down {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .st-header-carousel-04 .st-logo {
    height: 80px;
    margin: 0 0 0 10%;
  }
  .st-header-carousel-04 .carousel-control {
    display: none;
  }
  .st-header-carousel-04 .st-logo {
    z-index: 999;
    height: 70px;
    margin: 10px 0 0 10%;
  }
  .st-header-carousel-04 .st-logo img {
    height: 80px;
  }
  .st-header-carousel-04 .carousel-control {
    display: none;
  }
  .st-header-carousel-04 .st-searchform-wrapper {
    bottom: 10%;
  }
  .scroll_down {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-header-carousel-04 .carousel-control {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .st-header-carousel-04 .carousel-control {
    display: none;
  }
}
.st-header-carousel-04v2 .item {
  background-position: center;
  background-size: cover;
  height: 100vh;
}

.st-header-carousel-04v2 .carousel-item {
  height: 100vh;
}

.st-header-carousel-04v2 .carousel-control {
  position: absolute;
  top: 50%;
  width: auto;
  height: auto;
  bottom: inherit;
  padding: 15px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  color: var(--bay-bodycolor);
  text-align: center;
}

.st-header-carousel-04v2 .st-carousel-control-left {
  left: 10%;
  right: inherit;
}

.st-header-carousel-04v2 .st-carousel-control-right {
  left: inherit;
  right: 10%;
}

.st-header-carousel-04v2 .navbar-brand {
  padding: 0;
}

.st-header-carousel-04v2 .st-logo {
  margin: 70px 0 0 10%;
  position: absolute;
  z-index: 99;
}

.st-header-carousel-04v2 .st-logo img {
  height: 105px;
}

.st-header-carousel-04v2 .st-searchform-wrapper {
  position: absolute;
  bottom: 20%;
  left: 10%;
  right: 10%;
}

.st-header-carousel-04v2 .iq-carousel-caption {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 30px 90px;
}

.st-header-carousel-04v2 .iq-carousel-caption h2 {
  font-size: 35px;
  color: var(--bay-highlighttext);
  margin: 0;
  letter-spacing: 1;
}

.st-header-carousel-04v2 .iq-carousel-caption h3 {
  font-size: 24px;
  color: var(--bay-highlighttext);
  margin-top: 5px;
  letter-spacing: 1;
}

.st-header-carousel-04v2 .iq-carousel-caption a {
  color: var(--bay-highlighttext);
  text-decoration: none;
}

.st-header-carousel-04v2 .iq-carousel-caption a:hover {
  text-decoration: none;
}

@media (max-width: 479px) {
  .st-header-carousel-04v2 .st-logo {
    height: 80px;
    margin: 0 0 0 10%;
  }
  .st-header-carousel-04v2 .carousel-control {
    display: none;
  }
  .st-header-carousel-04v2 .st-logo {
    z-index: 999;
    height: 70px;
    margin: 10px 0 0 10%;
  }
  .v2-08 .st-header-carousel-04v2 .st-logo {
    margin: 55px 0 0 10%;
  }
  .st-header-carousel-04v2 .st-logo img {
    height: 80px;
  }
  .st-header-carousel-04v2 .carousel-control {
    display: none;
  }
  .st-header-carousel-04v2 .st-searchform-wrapper {
    top: 15%;
  }
  .v2-08 .st-header-carousel-04v2 .st-searchform-wrapper {
    top: 32%;
  }
  .scroll_down {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .st-header-carousel-04v2 .st-logo {
    height: 80px;
    margin: 0 0 0 10%;
  }
  .st-header-carousel-04v2 .carousel-control {
    display: none;
  }
  .st-header-carousel-04v2 .st-logo {
    z-index: 999;
    height: 70px;
    margin: 10px 0 0 10%;
  }
  .v2-08 .st-header-carousel-04v2 .st-logo {
    margin: 60px 0 0 10%;
  }
  .v2-08 .st-header-carousel-04v2 .st-searchform-wrapper {
    top: 36%;
  }
  .st-header-carousel-04v2 .st-logo img {
    height: 80px;
  }
  .st-header-carousel-04v2 .carousel-control {
    display: none;
  }
  .st-header-carousel-04v2 .st-searchform-wrapper {
    top: 15%;
  }
  .scroll_down {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-header-carousel-04v2 .carousel-control {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .st-header-carousel-04v2 .carousel-control {
    display: none;
  }
}
.st-header-carousel-06 {
  height: 100%;
  position: relative;
}

.st-header-carousel-06 .carousel-inner {
  height: 100%;
  z-index: -1;
}

.st-header-carousel-06 .item {
  background-position: center;
  background-size: cover;
  height: 100%;
}

.st-header-carousel-06 .carousel-control {
  z-index: 1;
  position: absolute;
  top: 50%;
  width: auto;
  height: auto;
  bottom: inherit;
  padding: 15px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  color: var(--bay-bodycolor);
  text-align: center;
}

.st-header-carousel-06 .st-carousel-control-left {
  left: 10%;
  right: inherit;
}

.st-header-carousel-06 .st-carousel-control-right {
  left: inherit;
  right: 10%;
}

.st-header-carousel-06 .st-searchform-wrapper {
  left: 10%;
  right: 10%;
}

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

@media (max-width: 479px) {
  /*Extra small devices Phones (lt 768px)*/
  .st-header-carousel-06 .carousel-control {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devices Phones (lt 768px) */
  .st-header-carousel-06 .carousel-control {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Small devices Tablets (gte 768px) */
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /* Large devices Desktops (gte 1200px) */
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-header-carousel-07 {
  height: 100%;
  position: fixed;
  width: 100%;
}

.st-header-carousel-07 .carousel-inner {
  height: 100%;
  z-index: -1;
}

.st-header-carousel-07 .item {
  background-position: center;
  background-size: cover;
  height: 100%;
}

.st-header-carousel-07 .carousel-control {
  z-index: 1;
  position: absolute;
  top: 50%;
  width: auto;
  height: auto;
  bottom: inherit;
  padding: 10px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  color: var(--bay-bodycolor);
  text-align: center;
}

.st-header-carousel-07 .st-carousel-control-left {
  left: 10%;
  right: inherit;
}

.st-header-carousel-07 .st-carousel-control-right {
  left: inherit;
  right: 10%;
}

.st-header-carousel-07 .st-searchform-wrapper {
  left: 10%;
  right: 10%;
}

@media (max-width: 479px) {
  /*Extra small devices Phones (lt 768px)*/
  .st-header-carousel-07 .carousel-control {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devices Phones (lt 768px) */
  .st-header-carousel-07 .carousel-control {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Small devices Tablets (gte 768px) */
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /* Large devices Desktops (gte 1200px) */
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-header-carousel-08 {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  display: table;
  width: 100%;
  height: 100%;
  min-height: 420px;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.st-header-carousel-08 .st-carousel-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  text-align: center;
}

.st-header-carousel-08 .st-header-carousel-logo {
  display: block;
  margin-bottom: 50px;
}

.st-header-carousel-08 h1 {
  color: var(--bay-bodycolor);
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  font-size: 65px;
  margin: 20px 0;
}

.st-header-carousel-08 h2 {
  color: var(--bay-bodycolor);
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  margin: 20px 0;
}

.st-header-carousel-08 .st-header-carousel-title1 {
  font-family: var(--bay-cursive-font), var(--bay-primary-font);
}

.st-header-carousel-08 .st-header-carousel-title2,
.st-header-carousel-08 .st-header-carousel-title3 {
  font-family: var(--bay-primary-font);
}

@media (max-width: 479px) {
  /*Extra small devices Phones (lt 768px)*/
  .st-header-carousel-08 {
    background-attachment: inherit;
  }
}
.st-header-carousel-09 .header-slide {
  height: auto;
  min-height: 450px;
  padding-bottom: 60px;
  padding-top: 150px;
  width: 100%;
}

.st-header-carousel-09 .heading {
  background-size: cover !important;
  min-height: 200px;
  -moz-background-size: cover !important;
  -ms-background-size: cover !important;
  -o-background-size: cover !important;
  padding-bottom: 40px;
  padding-top: 40px;
  position: relative;
  -webkit-background-size: cover !important;
}

.st-header-carousel-09 .heading > * {
  position: relative;
  z-index: 2;
}

.st-header-carousel-09 .heading::after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.st-header-carousel-09 .heading .page-title {
  color: #ddd;
  display: block;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
  z-index: 2;
}

.st-header-carousel-09 .heading .page-title h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 800;
  line-height: 40px;
  margin-bottom: 15px;
  text-align: center;
}

.st-header-carousel-09 .heading .page-title h2 span {
  font-weight: 400;
}

.st-header-carousel-09 .heading .breadcrumb {
  background-color: transparent;
  display: table;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

.st-header-carousel-09 .heading .breadcrumb > .active {
  color: #dedede;
}

.st-header-carousel-09 .heading .quick-search {
  margin-bottom: 20px;
  margin-top: 20px;
}

.st-header-carousel-09 .heading {
  position: relative;
  min-height: 200px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -ms-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.st-header-carousel-09 .heading > * {
  position: relative;
  z-index: 2;
}

.st-header-carousel-09 .heading::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

.st-header-carousel-09v2 .header-slide {
  width: 100%;
  height: auto;
  min-height: 450px;
  padding: 60px 0;
}

.st-header-carousel-09v2 .heading {
  background-size: cover !important;
  min-height: 200px;
  -moz-background-size: cover !important;
  -ms-background-size: cover !important;
  -o-background-size: cover !important;
  padding-bottom: 40px;
  padding-top: 40px;
  position: relative;
  -webkit-background-size: cover !important;
}

.st-header-carousel-09v2 .heading > * {
  position: relative;
  z-index: 2;
}

.st-header-carousel-09v2 .heading::after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.st-header-carousel-09v2 .heading .page-title {
  color: #ddd;
  display: block;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
  z-index: 2;
}

.st-header-carousel-09v2 .heading .page-title h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 800;
  line-height: 40px;
  margin-bottom: 15px;
  text-align: center;
}

.st-header-carousel-09v2 .heading .page-title h2 span {
  font-weight: 400;
}

.st-header-carousel-09v2 .heading .breadcrumb {
  background-color: transparent;
  display: table;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

.st-header-carousel-09v2 .heading .breadcrumb > .active {
  color: #dedede;
}

.st-header-carousel-09v2 .heading .quick-search {
  margin-bottom: 20px;
  margin-top: 20px;
}

.st-header-carousel-09v2 .heading {
  position: relative;
  min-height: 200px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -ms-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.st-header-carousel-09v2 .heading > * {
  position: relative;
  z-index: 2;
}

.st-header-carousel-09v2 .heading::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

.v2-06 .st-header-carousel-09v2 .header-slide {
  padding-top: 97px;
}

.st-header-carousel-10 .item {
  background-position: center;
  background-size: cover;
}

.st-header-carousel-10 .carousel-control {
  position: absolute;
  top: 50%;
  width: auto;
  height: auto;
  bottom: inherit;
  padding: 15px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  color: var(--bay-bodycolor);
  text-align: center;
}

.st-header-carousel-10 .st-carousel-control-left {
  left: 5%;
  right: inherit;
}

.st-header-carousel-10 .st-carousel-control-right {
  left: inherit;
  right: 5%;
}

.st-header-carousel-10 .navbar-brand {
  padding: 0;
}

.st-header-carousel-10 .st-logo {
  margin: 70px 0 0 10%;
  position: absolute;
  z-index: 99;
}

.st-header-carousel-10 .st-logo img {
  height: 105px;
}

.st-header-carousel-10 .st-searchform-wrapper {
  position: absolute;
  bottom: 20%;
  left: 10%;
  right: 10%;
}

.st-header-carousel-10 .iq-carousel-caption {
  text-align: right;
  position: absolute;
  bottom: 60px;
  right: 90px;
}

.st-header-carousel-10 .iq-carousel-caption h1 {
  font-size: 26px;
  color: var(--bay-highlighttext);
  margin: 0;
  letter-spacing: 1;
}

.st-header-carousel-10 .iq-carousel-caption h2 {
  font-size: 20px;
  color: var(--bay-highlighttext);
  margin-top: 5px;
  letter-spacing: 1;
}

.st-header-carousel-10 .iq-carousel-caption a:hover {
  text-decoration: none;
}

.st-header-carousel-10 .item {
  left: 0 !important;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.st-header-carousel-10 .carousel-control {
  background-image: none !important;
}

.st-header-carousel-10 .next.left,
.st-header-carousel-10 .prev.right {
  opacity: 1;
  z-index: 1;
}

.st-header-carousel-10 .active.left,
.st-header-carousel-10 .active.right {
  opacity: 0;
  z-index: 2;
}

.st-header-carousel-10v2 .item {
  background-position: center;
  background-size: cover;
  height: 100vh;
}

.st-header-carousel-10v2 .carousel-item {
  height: 100vh;
}

.st-header-carousel-10v2 .carousel-control {
  position: absolute;
  top: 50%;
  width: auto;
  height: auto;
  bottom: inherit;
  padding: 15px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  color: var(--bay-bodycolor);
  text-align: center;
}

.st-header-carousel-10v2 .st-carousel-control-left {
  left: 10%;
  right: inherit;
}

.st-header-carousel-10v2 .st-carousel-control-right {
  left: inherit;
  right: 10%;
}

.st-header-carousel-10v2 .navbar-brand {
  padding: 0;
}

.st-header-carousel-10v2 .st-logo {
  margin: 70px 0 0 10%;
  position: absolute;
  z-index: 99;
}

.st-header-carousel-10v2 .st-logo img {
  height: 105px;
}

.st-header-carousel-10v2 .st-searchform-wrapper {
  position: absolute;
  bottom: 20%;
  left: 10%;
  right: 10%;
}

.st-header-carousel-10v2 .iq-carousel-caption {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 30px 90px;
}

.st-header-carousel-10v2 .iq-carousel-caption h2 {
  font-size: 35px;
  color: var(--bay-highlighttext);
  margin: 0;
  letter-spacing: 1;
}

.st-header-carousel-10v2 .iq-carousel-caption h3 {
  font-size: 24px;
  color: var(--bay-highlighttext);
  margin-top: 5px;
  letter-spacing: 1;
}

.st-header-carousel-10v2 .iq-carousel-caption a {
  color: var(--bay-highlighttext);
  text-decoration: none;
}

.st-header-carousel-10v2 .iq-carousel-caption a:hover {
  text-decoration: none;
}

@media (max-width: 479px) {
  .st-header-carousel-10v2 .st-logo {
    height: 80px;
    margin: 0 0 0 10%;
  }
  .st-header-carousel-10v2 .carousel-control {
    display: none;
  }
  .st-header-carousel-10v2 .st-logo {
    z-index: 999;
    height: 70px;
    margin: 10px 0 0 10%;
  }
  .st-header-carousel-10v2 .st-logo img {
    height: 80px;
  }
  .st-header-carousel-10v2 .carousel-control {
    display: none;
  }
  .st-header-carousel-10v2 .st-searchform-wrapper {
    bottom: 10%;
  }
  .scroll_down {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .st-header-carousel-10v2 .st-logo {
    height: 80px;
    margin: 0 0 0 10%;
  }
  .st-header-carousel-10v2 .carousel-control {
    display: none;
  }
  .st-header-carousel-10v2 .st-logo {
    z-index: 999;
    height: 70px;
    margin: 10px 0 0 10%;
  }
  .st-header-carousel-10v2 .st-logo img {
    height: 80px;
  }
  .st-header-carousel-10v2 .carousel-control {
    display: none;
  }
  .st-header-carousel-10v2 .st-searchform-wrapper {
    bottom: 10%;
  }
  .scroll_down {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-header-carousel-10v2 .carousel-control {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .st-header-carousel-10v2 .carousel-control {
    display: none;
  }
}
@media (max-width: 600px) {
  .st-header-carousel-10 .iq-carousel-caption {
    bottom: 33px;
  }
}
@media (max-width: 480px) {
  .st-header-carousel-10 .iq-carousel-caption .caption-title {
    font-size: 25px !important;
  }
}
.st-header-carousel-11 .item {
  background-position: center;
  background-size: cover;
  height: 100vh !important;
}

.st-header-carousel-11 .carousel-control {
  position: absolute;
  top: 50%;
  width: auto;
  height: auto;
  bottom: inherit;
  padding: 15px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  color: var(--bay-bodycolor);
  text-align: center;
  z-index: 1;
}

.st-header-carousel-11 .st-carousel-control-left {
  left: 5%;
  right: inherit;
}

.st-header-carousel-11 .st-carousel-control-right {
  left: inherit;
  right: 5%;
}

.st-header-carousel-11 .iq-carousel-caption {
  text-align: right;
  position: absolute;
  bottom: 60px;
  right: 90px;
}

.st-header-carousel-11 .iq-carousel-caption-text1 {
  font-size: 35px;
  color: var(--bay-highlighttext);
  margin: 0;
  letter-spacing: 1;
}

.st-header-carousel-11 .iq-carousel-caption-text2 {
  font-size: 24px;
  color: var(--bay-highlighttext);
  margin-top: 5px;
  letter-spacing: 1;
}

.st-header-carousel-11 .iq-carousel-caption a:hover {
  text-decoration: none;
}

@media (max-width: 479px) {
  /*Extra small devices Phones (lt 768px)*/
  .st-header-carousel-11 .carousel-control {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devices Phones (lt 768px) */
  .st-header-carousel-11 .carousel-control {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-header-carousel-11 .carousel-control {
    display: none;
  }
  /* Small devices Tablets (gte 768px) */
}
@media (min-width: 992px) and (max-width: 1199px) {
  .st-header-carousel-11 .carousel-control {
    display: none;
  }
  /* Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /* Large devices Desktops (gte 1200px) */
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
/* carousel fades instead of slides */
.st-header-carousel-12 {
  position: relative;
}

.st-header-carousel-12 .item {
  left: 0 !important;
  -webkit-transition: opacity 0.6s; /*adjust timing here */
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  min-height: 560px;
}

.st-header-carousel-12 .carousel-control {
  background-image: none !important; /* remove background gradients on controls */
}

.st-header-carousel-12 .next.left,
.st-header-carousel-12 .prev.right {
  opacity: 1;
  z-index: 1;
}

.st-header-carousel-12 .active.left,
.st-header-carousel-12 .active.right {
  opacity: 0;
  z-index: 2;
}

.st-header-12 .st-logo img {
  height: 120px;
  display: block;
}

.st-header-12 h1 {
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  padding: 0;
  margin: 60px 0 28px 0;
  font-size: 38px;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.24);
}

.st-header-12 .st-button-row .btn {
  border-color: var(--bay-searchformbuttonsborder);
  border-radius: 4px;
  border-width: 2px;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding-left: 20px;
  padding-right: 20px;
}

.st-header-12 .st-button-row .btn-primary {
  background-color: var(--bay-searchformbuttonsbackground);
  color: #ffffff;
  margin-right: 20px;
}

.st-header-12 .st-button-row .btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #326e2b;
  border-color: #234d1e;
}

.st-header-12 .st-button-row {
  margin: 40px 23px 0 0;
}

.st-header-12 .st-social-links a {
  color: #ffffff;
}

.st-header-12 .st-social-links .fa-stack {
  font-size: 24px;
  margin-right: 5px;
}

@media (max-width: 479px) {
  /*Extra small devices Phones (lt 768px)*/
  .st-header-12 .st-logo img {
    margin: 0 auto;
  }
  .st-header-12 h1 {
    font-size: 28px;
    text-align: center;
  }
  .st-header-12 .st-button-row {
    margin: 10px 0 30px 0;
  }
  .st-header-12 .st-button-row .btn-primary {
    display: block;
    margin: 0 auto;
    width: 310px;
    margin-bottom: 20px;
  }
  .st-header-carousel-12 .carousel-inner .item {
    height: 900px;
  }
  .st-header-carousel-12 .carousel-inner .st-hero .item {
    height: 900px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devices Phones (lt 768px) */
  .st-header-12 .st-logo img {
    margin: 0 auto;
  }
  .st-header-12 h1 {
    font-size: 28px;
    text-align: center;
  }
  .st-header-12 .st-button-row {
    margin: 10px 0 30px 0;
  }
  .st-header-12 .st-button-row .btn-primary {
    display: block;
    margin: 0 auto;
    width: 310px;
    margin-bottom: 20px;
  }
  .st-header-carousel-12 .carousel-inner {
    height: 900px;
  }
  .st-header-carousel-12 .carousel-inner .st-hero .item {
    height: 900px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-header-carousel-12 .carousel-inner .item {
    height: 600px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* Medium devices Desktops (gte 992px)*/
  .st-header-12 .st-social-links .fa-stack {
    font-size: 18px;
    margin-right: 5px;
  }
  .st-header-12 .st-button-row .btn-primary {
    width: 310px;
    display: block;
    margin: 0 auto;
  }
  .st-header-12 .st-button-row .st-social-links {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .st-header-12 .st-button-row .st-social-links .fa {
    margin: 0 auto;
  }
  .st-header-carousel-12 .carousel-inner {
    height: 560px;
  }
  .st-header-carousel-12 .carousel-inner .item {
    height: 930px;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  .st-header-carousel-12 .carousel-inner {
    height: 560px;
  }
  .st-header-carousel-12 .carousel-inner .item {
    height: 560px;
  }
  .v2-12 .st-areas-13v2 .area-regions .region-box {
    width: 30% !important;
  }
  .st-blog-08v2 .blog-wrapper .blog-box {
    width: 23% !important;
  }
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
  .st-header-carousel-12 .carousel-inner {
    height: 560px;
  }
  .st-header-carousel-12 .carousel-inner .item {
    height: 560px;
  }
  .v2-12 .st-areas-13v2 .area-regions .region-box {
    width: 30% !important;
  }
  .st-blog-08v2 .blog-wrapper .blog-box {
    width: 23% !important;
  }
}
.st-header-carousel-13 .item {
  background-position: center;
  background-size: cover;
  height: 100vh;
}

.st-header-carousel-13 .carousel-control {
  position: absolute;
  top: 50%;
  width: auto;
  height: auto;
  bottom: inherit;
  padding: 15px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  color: var(--bay-bodycolor);
  text-align: center;
}

.st-header-carousel-13 .st-carousel-control-left {
  left: 10%;
  right: inherit;
}

.st-header-carousel-13 .st-carousel-control-right {
  left: inherit;
  right: 10% !important;
}

.st-header-carousel-13 .navbar-brand {
  padding: 0;
}

.st-header-carousel-13 .st-logo {
  top: 70px;
  left: 10%;
  position: absolute;
  z-index: 99;
}

.st-header-carousel-13 .st-logo img {
  height: 105px;
}

.st-header-carousel-13 .st-searchform-wrapper {
  position: absolute;
  top: 40%;
  left: 30%;
  right: 30%;
}

.st-header-carousel-13 .st-searchform-wrapper form {
  max-width: none;
}

.st-header-carousel-13 .st-social-links {
  margin: 5px 0 0 0;
}

.st-header-carousel-13 .st-social-links li {
  color: var(--bay-bodytext);
  display: inline-block;
  list-style: none;
}

.st-header-carousel-13 .st-social-links li a {
  color: var(--bay-bodycolor);
  padding: 3px;
  font-size: 14px;
}

.st-header-carousel-13 .agent-info-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 20px 15px 15px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(245, 246, 247, 0.1) 10%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.35) 80%, rgba(0, 0, 0, 0.7) 100%);
}

.st-header-carousel-13 .agent-info {
  color: var(--bay-bodycolor);
  vertical-align: bottom;
  text-align: right;
  padding: 15px;
}

.st-header-carousel-13 .agent-info a {
  color: var(--bay-bodycolor);
}

.st-header-carousel-13 .agent-image-wrapper {
  vertical-align: bottom;
  width: 200px;
  padding: 15px 20px 15px 0;
}

.st-header-carousel-13 .agent-image-wrapper img {
  width: 200px;
}

@media (max-width: 479px) {
  /*Extra small devices Phones (lt 768px)*/
  .st-header-carousel-13 .st-logo img {
    height: 80px;
  }
  .st-header-carousel-13 .carousel-control {
    display: none;
  }
  .st-header-carousel-13 .st-logo {
    z-index: 999;
  }
  .st-header-carousel-13 .st-searchform-wrapper {
    top: 30%;
    left: 10%;
    right: 10%;
  }
  .st-header-carousel-13 .st-searchform-05 h1 {
    display: block;
    float: none;
    text-align: center;
  }
  .st-header-carousel-13 .agent-info {
    text-align: center;
  }
  .st-header-carousel-13 .st-social-links {
    margin: 5px auto;
    padding: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devices Phones (lt 768px) */
  .st-header-carousel-13 .st-logo img {
    height: 80px;
  }
  .st-header-carousel-13 .carousel-control {
    display: none;
  }
  .st-header-carousel-13 .st-searchform-wrapper {
    top: 30%;
    left: 10%;
    right: 10%;
  }
  .st-header-carousel-13 .agent-info {
    text-align: center;
  }
  .st-header-carousel-13 .st-social-links {
    margin: 5px auto;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-header-carousel-13 .carousel-control {
    display: none;
  }
  /* Small devices Tablets (gte 768px) */
}
@media (min-width: 992px) and (max-width: 1199px) {
  .st-header-carousel-13 .carousel-control {
    display: none;
  }
  /* Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /* Large devices Desktops (gte 1200px) */
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-header-carousel-13v2 .carousel-item {
  height: 100vh;
}

.st-header-carousel-13v2 .item {
  background-position: center;
  background-size: cover;
  height: 100vh;
}

.st-header-carousel-13v2 .carousel-control {
  position: absolute;
  top: 50%;
  width: auto;
  height: auto;
  bottom: inherit;
  padding: 15px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  color: var(--bay-bodycolor);
  text-align: center;
}

.st-header-carousel-13v2 .st-carousel-control-left {
  left: 10%;
  right: inherit;
}

.st-header-carousel-13v2 .st-carousel-control-right {
  left: inherit;
  right: 10% !important;
}

.st-header-carousel-13v2 .navbar-brand {
  padding: 0;
}

.st-header-carousel-13v2 .st-logo {
  top: 70px;
  left: 10%;
  position: absolute;
  z-index: 99;
}

.st-header-carousel-13v2 .st-logo img {
  height: 105px;
}

.st-header-carousel-13v2 .st-searchform-wrapper {
  position: absolute;
  top: 40%;
  left: 30%;
  right: 30%;
}

.st-header-carousel-13v2 .st-searchform-wrapper form {
  max-width: none;
}

.st-header-carousel-13v2 .st-social-links {
  margin: 5px 0 0 0;
}

.st-header-carousel-13v2 .st-social-links li {
  color: var(--bay-bodytext);
  display: inline-block;
  list-style: none;
}

.st-header-carousel-13v2 .st-social-links li a {
  color: var(--bay-bodycolor);
  padding: 3px;
  font-size: 14px;
}

.st-header-carousel-13v2 .agent-info-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 20px 15px 15px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(245, 246, 247, 0.1) 10%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.35) 80%, rgba(0, 0, 0, 0.7) 100%);
}

.st-header-carousel-13v2 .agent-info {
  color: var(--bay-bodycolor);
  vertical-align: bottom;
  text-align: right;
  padding: 15px;
}

.st-header-carousel-13v2 .agent-info a {
  color: var(--bay-bodycolor);
}

.st-header-carousel-13v2 .agent-image-wrapper {
  vertical-align: bottom;
  width: 200px;
  padding: 15px 20px 15px 0;
}

.st-header-carousel-13v2 .agent-image-wrapper img {
  width: 200px;
}

.st-header-carousel-13v2 .iq-carousel-caption {
  text-align: right;
  position: absolute;
  bottom: 60px;
  right: 90px;
  z-index: 4;
}

.st-header-carousel-13v2 .iq-carousel-caption a:hover {
  text-decoration: none;
}

.st-header-carousel-13v2 .iq-carousel-caption h2 {
  font-size: 35px;
  color: var(--bay-highlighttext);
  margin: 0;
  letter-spacing: 1px;
}

.st-header-carousel-13v2 .iq-carousel-caption h3 {
  font-size: 24px;
  color: var(--bay-highlighttext);
  margin-top: 5px;
  letter-spacing: 1px;
}

#st_section_01 .header_rem .iq-carousel-caption {
  text-align: right;
  position: absolute;
  bottom: 60px;
  right: 90px;
  z-index: 4;
}

#st_section_01 .header_rem .iq-carousel-caption a:hover {
  text-decoration: none;
}

#st_section_01 .header_rem .iq-carousel-caption h2 {
  font-size: 35px;
  color: var(--bay-highlighttext);
  margin: 0;
  letter-spacing: 1px;
}

#st_section_01 .header_rem .iq-carousel-caption h3 {
  font-size: 24px;
  color: var(--bay-highlighttext);
  margin-top: 5px;
  letter-spacing: 1px;
}

@media (max-width: 479px) {
  .st-header-carousel-13v2 .st-logo img {
    height: 80px;
  }
  .st-header-carousel-13v2 .carousel-control {
    display: none;
  }
  .st-header-carousel-13v2 .st-logo {
    z-index: 999;
  }
  .st-header-carousel-13v2 .st-searchform-wrapper {
    top: 30%;
    left: 10%;
    right: 10%;
  }
  .st-header-carousel-13v2 .st-searchform-05 h1 {
    display: block;
    float: none;
    text-align: center;
  }
  .st-header-carousel-13v2 .agent-info {
    text-align: center;
  }
  .st-header-carousel-13v2 .st-social-links {
    margin: 5px auto;
    padding: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .st-header-carousel-13v2 .st-logo img {
    height: 80px;
  }
  .st-header-carousel-13v2 .carousel-control {
    display: none;
  }
  .st-header-carousel-13v2 .st-searchform-wrapper {
    top: 30%;
    left: 10%;
    right: 10%;
  }
  .st-header-carousel-13v2 .agent-info {
    text-align: center;
  }
  .st-header-carousel-13v2 .st-social-links {
    margin: 5px auto;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-header-carousel-13v2 .carousel-control {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .st-header-carousel-13v2 .carousel-control {
    display: none;
  }
}
/* // HEADER CAROUSEL */
/* SEARCHFORMS */
.st-searchform-01 {
  background: var(--bay-sitecolor);
  color: var(--bay-bodytext);
  position: relative;
  z-index: 3;
}

.st-searchform-01 .nav-tabs {
  margin-top: -45px;
  border: 0;
}

.st-searchform-01 .nav-tabs > li > a {
  border-radius: 0;
  font-size: 18px;
  background: var(--bay-searchformbuttonbackground);
  color: var(--bay-highlighttext);
  border-style: none;
}

.st-searchform-01 .nav-tabs > li > a:hover {
  background-color: var(--bay-maincolor);
  color: var(--bay-maincolor);
  border-style: none;
}

.st-searchform-01 .tab-content {
  margin-top: 25px;
  margin-bottom: 25px;
}

.st-searchform-01 .nav-tabs > li > a > span {
  color: #ffffff;
  display: inline !important;
}

.st-searchform-01 .nav-tabs > li.active > a > span {
  color: var(--bay-bodytext);
  display: inline !important;
}

.st-searchform-01 .nav-tabs li .fa {
  color: #ffffff;
}

.st-searchform-01 .nav-tabs li.active .fa {
  color: var(--bay-bodytext);
}

.st-searchform-01 .agent-search-button {
  height: 65px;
  width: 100%;
  min-width: 75px;
  background: var(--bay-searchformbuttonsbackground);
  color: var(--bay-searchformbuttonscolor);
  border: 1px solid var(--bay-highlightcolor);
  padding: 0 15px;
  margin-top: 8px;
  font-size: 30px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}

.st-searchform-01 .form-text-highlight {
  color: var(--bay-bodytext);
  font-size: 11px;
  margin-top: 10px;
}

.st-searchform-01 .st-button-search-wrapper {
  background: var(--bay-maincolor);
  color: var(--bay-highlighttext);
  padding: 15px 0 30px 0;
  text-align: center;
  width: 100%;
}

.st-searchform-01 .st-button-search-wrapper h1 {
  color: var(--bay-highlighttext);
  font-size: 24px;
  margin-top: -5px;
  width: 100%;
}

.st-searchform-01 .nav .active a {
  background-color: var(--bay-sitecolor);
  color: var(--bay-bodytext);
}

.st-searchform-01 .form-control {
  color: var(--bay-bodytext);
  text-transform: uppercase;
  border-radius: 0;
  background-color: var(--bay-bodycolor);
}

.st-searchform-01 .st-listings-getlocation {
  background-color: var(--bay-searchformbuttonsbackground);
  border-color: var(--bay-searchformbuttonsborder);
  color: var(--bay-searchformbuttonscolor);
}

.st-searchform-01 button {
  background-color: var(--bay-searchformbuttonsbackground);
  border-color: var(--bay-searchformbuttonsborder);
  color: var(--bay-searchformbuttonscolor);
}

.st-searchform-01 button:hover {
  background-color: var(--bay-searchformbuttonsbackground);
  border-color: var(--bay-searchformbuttonsborder);
  color: var(--bay-searchformbuttonscolor);
}

.st-searchform-01 .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-searchform-01 .nearby-search-button {
  width: 100%;
  min-width: 75px;
  padding: 0 9px;
  margin-top: 16px;
  font-size: 35px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  background-color: var(--bay-searchformbuttonsbackground);
  color: var(--bay-searchformbuttonscolor);
}

.st-searchform-01 .dropdown-menu {
  max-height: 290px;
  overflow: auto;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-searchform-01 .nav-tabs {
    margin-top: 2px !important;
    border: 0;
  }
  .st-searchform-01 .nav-tabs > li {
    width: 50%;
  }
  .st-searchform-01 .st-search-wrapper .nav-tabs {
    margin-top: -40px;
  }
  .st-searchform-01 .st-search-wrapper .nav-tabs > li > a {
    font-size: 12px;
  }
  .st-searchform-01 .prop-search-button {
    width: 100%;
    min-width: 75px;
    background: var(--bay-searchformbuttonbackground);
    color: var(--bay-highlighttext);
    padding: 0 9px;
    margin-top: 16px;
    font-size: 24px;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
  }
  .st-searchform-01 .nearby-search-button {
    width: 100%;
    min-width: 75px;
    padding: 0 9px;
    margin-top: 16px;
    font-size: 24px;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-searchform-01 .nav-tabs {
    margin-top: 10px !important;
    border: 0;
  }
  .st-searchform-01 .nav-tabs > li {
    width: 50%;
  }
  .st-searchform-01 .prop-search-button {
    text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    width: 100%;
    min-width: 86px;
    background: var(--bay-searchformbuttonbackground);
    color: var(--bay-highlighttext);
    margin-top: 20px;
    font-size: 24px;
    height: auto;
    padding: 5px 0 5px 0;
  }
  .st-searchform-01 .nearby-search-button {
    text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    width: 100%;
    min-width: 86px;
    color: var(--bay-highlighttext);
    margin-top: 20px;
    font-size: 24px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  .st-searchform-01 .nav-tabs {
    margin-top: 10px !important;
    border: 0;
  }
  .st-searchform-01 .nav-tabs > li {
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-searchform-02 {
  background: var(--bay-sitecolor);
  color: var(--bay-bodytext);
}

.st-searchform-02 .nav-tabs {
  margin-top: -45px;
  border: 0;
  z-index: 100;
}

.st-searchform-02 .nav-tabs > li > a {
  border-radius: 0;
  font-size: 18px;
  background: var(--bay-highlightcolor);
  color: var(--bay-highlighttext);
  border: 0;
}

.st-searchform-02 .nav-tabs > li > a:hover {
  background: var(--bay-highlightcolor);
  color: var(--bay-highlighttext);
}

.st-searchform-02 .tab-content {
  margin-top: 25px;
  margin-bottom: 25px;
}

.st-searchform-02 .nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: var(--bay-sitecolor);
  color: var(--bay-bodytext);
}

.st-searchform-02 .nav-tabs > li > a > span {
  display: inline !important;
}

.st-searchform-02 .prop-search-button {
  width: 100%;
  min-width: 75px;
  background: var(--bay-searchformbuttonbackground);
  color: var(--bay-highlighttext);
  padding: 0 9px;
  margin-top: 16px;
  font-size: 35px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}

.st-searchform-02 .nearby-search-button {
  width: 100%;
  min-width: 75px;
  padding: 0 9px;
  margin-top: 16px;
  font-size: 35px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}

.st-searchform-02 .form-text-highlight {
  color: var(--bay-bodytext);
  font-size: 11px;
  margin-top: 10px;
}

.st-searchform-02 .st-button-search-wrapper {
  background: var(--bay-maincolor);
  color: var(--bay-highlighttext);
  padding: 15px 0 30px 0;
  text-align: center;
  width: 100%;
}

.st-searchform-02 .st-button-search-wrapper h1 {
  color: var(--bay-highlighttext);
  font-size: 24px;
  margin-top: -5px;
  width: 100%;
}

.st-searchform-02 .nav .active a {
  background-color: var(--bay-sitecolor);
  color: var(--bay-bodytext);
}

.st-searchform-02 .form-control {
  color: var(--bay-bodytext);
  text-transform: uppercase;
  border-radius: 0;
  background-color: var(--bay-bodycolor);
}

.st-searchform-02 button {
  background-color: var(--bay-searchformbuttonsbackground);
  border-color: var(--bay-searchformbuttonsborder);
  color: var(--bay-searchformbuttonscolor);
}

.st-searchform-02 button:hover {
  background-color: var(--bay-searchformbuttonsbackground);
  border-color: var(--bay-searchformbuttonsborder);
  color: var(--bay-searchformbuttonscolor);
}

.st-searchform-02 .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-searchform-02 .nearby-search-button {
  width: 100%;
  min-width: 75px;
  padding: 0 9px;
  margin-top: 16px;
  font-size: 35px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  background-color: var(--bay-searchformbuttonsbackground);
  color: var(--bay-searchformbuttonscolor);
}

.st-searchform-02 .st-listings-getlocation {
  background-color: var(--bay-searchformbuttonsbackground);
  border-color: var(--bay-searchformbuttonsborder);
  color: var(--bay-searchformbuttonscolor);
}

.st-searchform-02 .dropdown-menu {
  max-height: 290px;
  overflow: auto;
}

#st_header_carousel_02 .carousel-inner #header-carousel-item-0 {
  height: 300px;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-searchform-02 .prop-search-button {
    width: 100%;
    min-width: 75px;
    background: var(--bay-searchformbuttonbackground);
    color: var(--bay-highlighttext);
    padding: 0 9px;
    margin-top: 16px;
    font-size: 24px;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
  }
  .st-searchform-02 .nearby-search-button {
    width: 100%;
    min-width: 75px;
    padding: 0 9px;
    margin-top: 16px;
    font-size: 24px;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
  }
}
.st-searchform-03 {
  background: var(--bay-maincolor);
  color: var(--bay-searchformcolor);
  padding-top: 18px;
  box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.25);
}

.st-searchform-03 .nav-tabs {
  margin-top: -62px;
  border: 0;
  z-index: 100;
  display: none;
}

.st-searchform-03 .nav-tabs > li > a {
  border-radius: 0;
  font-size: 30px;
  background: var(--bay-highlightcolor);
  color: var(--bay-highlighttext);
  border: 0;
}

.st-searchform-03 .nav-tabs > li > a:hover {
  background: var(--bay-highlightcolor);
  color: var(--bay-highlighttext);
}

.st-searchform-03 .nav-tabs > li.active > a,
.st-searchform-03 .nav-tabs > li.active > a:hover,
.st-searchform-03 .nav-tabs > li.active > a:focus {
  background: var(--bay-highlightcolor);
  color: var(--bay-highlighttext);
  border: none;
}

.st-searchform-03 .tab-content {
  margin-top: 25px;
  margin-bottom: 25px;
}

.st-searchform-03 .nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: var(--bay-highlightcolor);
}

.st-searchform-03 .nav-tabs > li > a {
  margin-right: 5px;
  padding-left: 40px;
  padding-right: 40px;
}

.st-searchform-03 .prop-search-button {
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  width: 100%;
  min-width: 86px;
  background: var(--bay-searchformbuttonbackground);
  color: var(--bay-highlighttext);
  margin-top: 20px;
  font-size: 36px;
}

.st-searchform-03 .nearby-search-button {
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  width: 100%;
  min-width: 86px;
  color: var(--bay-highlighttext);
  margin-top: 20px;
  font-size: 36px;
}

.st-searchform-03 .form-text-highlight {
  color: var(--bay-searchformcolor);
  font-size: 11px;
  margin-top: 10px;
}

.st-searchform-03 .st-button-search-wrapper {
  background: var(--bay-maincolor);
  color: var(--bay-searchformcolor);
  padding: 15px 0 20px 0;
  text-align: center;
  width: 100%;
}

.st-searchform-03 .st-button-search-wrapper h1 {
  color: var(--bay-searchformcolor);
  font-size: 24px;
  margin-top: -5px;
  width: 100%;
}

.st-searchform-03 .st-button-search-wrapper a {
  color: var(--bay-searchformcolor);
}

.st-searchform-03 .st-search-wrapper .form-control {
  color: var(--bay-bodytext);
  text-transform: uppercase;
  border-radius: 0;
  border-color: var(--bay-highlightcolor);
  border-style: solid;
  border-width: 0 0 2px 0;
  background-color: var(--bay-bodycolor);
}

.st-searchform-03 button {
  background-color: var(--bay-searchformbuttonsbackground);
  border-color: var(--bay-searchformbuttonsborder);
  color: var(--bay-searchformbuttonscolor);
}

.st-searchform-03 button:hover {
  background-color: var(--bay-searchformbuttonsbackground);
  border-color: var(--bay-searchformbuttonsborder);
  color: var(--bay-searchformbuttonscolor);
}

.st-searchform-03 .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-searchform-03 .nearby-search-button {
  width: 100%;
  min-width: 75px;
  padding: 0 9px;
  margin-top: 16px;
  font-size: 35px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  background-color: var(--bay-searchformbuttonsbackground);
  color: var(--bay-searchformbuttonscolor);
}

.st-searchform-03 .st-listings-getlocation {
  background-color: var(--bay-searchformbuttonsbackground);
  border-color: var(--bay-searchformbuttonsborder);
  color: var(--bay-searchformbuttonscolor);
}

.st-searchform-03 .dropdown-menu {
  max-height: 290px;
  overflow: auto;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-searchform-03 .prop-search-button {
    text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    width: 100%;
    min-width: 86px;
    background: var(--bay-searchformbuttonbackground);
    color: var(--bay-highlighttext);
    margin-top: 20px;
    font-size: 24px;
  }
  .st-searchform-03 .nearby-search-button {
    text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    width: 100%;
    min-width: 86px;
    color: var(--bay-highlighttext);
    margin-top: 20px;
    font-size: 24px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-searchform-04 {
  background: var(--bay-sitecolor);
  color: var(--bay-bodytext);
  padding-top: 18px;
}

.st-searchform-04 form {
  margin-top: 25px;
  margin-bottom: 25px;
}

.st-searchform-04 .form-text-highlight {
  color: var(--bay-bodytext);
  font-size: 11px;
  margin-top: 10px;
}

.st-searchform-04 .form-control {
  color: var(--bay-bodytext);
  text-transform: uppercase;
  border-radius: 0; /*padding:16px 0 18px 9px;*/
  border-color: var(--bay-highlightcolor);
  border-style: solid;
  border-width: 0 0 2px 0;
  background-color: var(--bay-bodycolor);
}

.st-searchform-04 .prop-search-button {
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  width: 100%;
  min-width: 86px;
  background: var(--bay-searchformbuttonbackground);
  color: var(--bay-highlighttext);
  margin-top: 20px;
  font-size: 38px;
  height: auto;
}

.st-searchform-04 .nearby-search-button {
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  width: 100%;
  min-width: 86px;
  color: var(--bay-highlighttext);
  margin-top: 20px;
  font-size: 38px;
  height: auto;
}

.st-searchform-04 button {
  background-color: var(--bay-searchformbuttonsbackground);
  border-color: var(--bay-searchformbuttonsborder);
  color: var(--bay-searchformbuttonscolor);
}

.st-searchform-04 button:hover {
  background-color: var(--bay-searchformbuttonsbackground);
  border-color: var(--bay-searchformbuttonsborder);
  color: var(--bay-searchformbuttonscolor);
}

.st-searchform-04 .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-searchform-04 .nearby-search-button {
  width: 100%;
  min-width: 75px;
  padding: 0 9px;
  margin-top: 16px;
  font-size: 35px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  background-color: var(--bay-searchformbuttonsbackground);
  color: var(--bay-searchformbuttonscolor);
}

.st-searchform-04 .st-listings-getlocation {
  background-color: var(--bay-searchformbuttonsbackground);
  border-color: var(--bay-searchformbuttonsborder);
  color: var(--bay-searchformbuttonscolor);
}

.st-searchform-04 .dropdown-menu {
  max-height: 290px;
  overflow: auto;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-searchform-04 .prop-search-button {
    text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    width: 100%;
    min-width: 86px;
    background: var(--bay-searchformbuttonbackground);
    color: var(--bay-highlighttext);
    margin-top: 20px;
    font-size: 24px;
    height: auto;
  }
  .st-searchform-04 .nearby-search-button {
    text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    width: 100%;
    min-width: 86px;
    color: var(--bay-highlighttext);
    margin-top: 20px;
    font-size: 24px;
    height: auto;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
  .st-searchform-04 .prop-search-button {
    height: 120px;
  }
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
  .st-searchform-04 .prop-search-button {
    height: 120px;
  }
}
.st-searchform-05 {
  position: relative;
  z-index: 100;
}

.st-searchform-05 h1 {
  font-size: 35px;
  display: inline-block;
  float: left;
  margin: 0;
  color: var(--bay-bodycolor);
  text-transform: uppercase;
}

.st-searchform-05 input {
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
}

.st-searchform-05 .input-group {
  flex-wrap: nowrap;
}

.st-searchform-05 .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: 99;
  text-decoration: none;
}

.st-searchform-05 .input-group .btn {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}

.st-searchform-05 .nearby-search-button {
  width: 100%;
  min-width: 75px;
  padding: 0 9px;
  margin-top: 16px;
  font-size: 35px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  background-color: var(--bay-searchformbuttonsbackground);
  color: var(--bay-searchformbuttonscolor);
}

.st-searchform-05 input[type=search] {
  width: 100%;
  height: 40px;
  vertical-align: middle;
  font-size: 15px;
  background-color: rgba(255, 255, 255, 0.8);
}

.st-searchform-05 input[type=search]::-webkit-input-placeholder {
  font-size: 16px;
}

.st-searchform-05 input[type=search]::-moz-placeholder {
  font-size: 16px;
}

.st-searchform-05 input[type=search]:-ms-input-placeholder {
  font-size: 16px;
}

.st-searchform-05 .btn-group {
  margin-top: 10px;
  margin-bottom: 5px;
  display: table;
}

.st-searchform-05 .btn-group .btn {
  color: var(--bay-bodycolor);
  text-transform: uppercase;
  background-color: var(--bay-maincolor);
  border: 0;
  border-right: 1px solid var(--bay-bodycolor);
  text-align: center;
  padding: 8px 0;
  font-size: 12px;
  line-height: 12px;
}

.st-searchform-05 .btn-group .btn:hover {
  color: var(--bay-searchformbuttonsbackground);
}

.st-searchform-05 .dropdown-menu {
  max-height: 290px;
  overflow: auto;
}

.st-searchform-05 .btn-group .btn:last-child {
  border-right: 0;
}

.st-searchform-05 .btn-group .btn.active,
.st-searchform-05 .btn-group .btn:hover {
  background-color: var(--bay-highlightcolor);
}

.st-searchform-05 .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-searchform-05 .fa-search {
  color: var(--bay-searchformcolor);
  font-size: 20px;
  padding: 0;
  border: 0;
}

.st-searchform-05 .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-searchform-05 .st-searchform-advanced .fa {
  font-size: 12px;
  vertical-align: bottom;
}

.st-searchform-05 .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-searchform-05 .st-searchform-map .fa {
  font-size: 12px;
  vertical-align: bottom;
  padding-right: 10px;
}

.st-searchform-05 .input-lg {
  height: 45px;
}

.st-searchform-05 input {
  background-color: rgba(255, 255, 255, 0.82);
}

.st-searchform-05 #iq_additional_searchfields {
  margin: 10px 0 0 0;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 15px 0 0 0;
  position: relative;
  z-index: 2;
}

.st-searchform-05 #iq_additional_searchfields .btn-group {
  margin: -26px 15px;
  width: 40px;
}

.st-searchform-05 #iq_additional_searchfields .btn-group .btn {
  padding: 5px 5px;
  background-color: transparent;
  color: var(--bay-bodytext);
  border-style: none;
}

.st-searchform-05 .st-slider-display {
  font-size: 12px;
  color: var(--bay-bodytext);
  font-weight: bold;
  margin: 5px 0 10px 0;
  display: table;
  width: 100%;
}

.st-searchform-05 .ui-slider {
  height: 10px;
}

.st-searchform-05 .ui-slider-horizontal .ui-slider-handle {
  top: -3px;
  border-radius: 50%;
  border: 5px solid var(--bay-bodytext);
  background: var(--bay-bodycolor);
  color: inherit;
}

.st-searchform-05 .ui-slider,
.st-searchform-05 .ui-slider-range {
  background: none;
  background-color: rgba(255, 255, 255, 0.82);
}

.st-searchform-05 button {
  background-color: var(--bay-searchformbuttonsbackground);
  border-color: var(--bay-searchformbuttonsborder);
  color: var(--bay-searchformbuttonscolor);
}

.st-searchform-05 button:hover {
  background-color: var(--bay-searchformbuttonsbackground);
  border-color: var(--bay-searchformbuttonsborder);
  color: var(--bay-searchformbuttonscolor);
}

.st-searchform-05 .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-searchform-05 .nearby-search-button {
  width: 100%;
  min-width: 75px;
  padding: 0 9px;
  margin-top: 16px;
  font-size: 35px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  background-color: var(--bay-searchformbuttonsbackground);
  color: var(--bay-searchformbuttonscolor);
}

.st-searchform-05 .st-listings-getlocation-mobile {
  color: var(--bay-searchformbuttonscolor);
  margin-top: 15px;
  padding-right: 15px;
  width: 100%;
}

.st-searchform-05 #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-searchform-05 #st_searchform_properties {
  position: relative;
  z-index: 1;
}

.st-searchform-05 #homepage_searchform {
  z-index: 5;
}

@media (max-width: 479px) {
  .st-searchform-05 .btn-group {
    margin-top: 10px;
  }
  .st-searchform-05 #iq_additional_searchfields {
    margin-top: 20px;
    padding: 15px 0 0 0;
    position: relative;
    z-index: 2;
  }
  .st-searchform-05 #iq_additional_searchfields .ui-slider-horizontal .ui-slider-range {
    height: auto;
  }
  .st-searchform-05 .ui-slider,
  .st-searchform-05 .ui-slider-range {
    background: none;
    background-color: rgba(255, 255, 255, 0.82);
    margin: 20px 0 0 0;
  }
  .st-searchform-05 #multifield_autocomplete {
    height: 50px;
  }
  .st-searchform-05 #agent_multifield_autocomplete {
    height: 50px;
  }
  .st-searchform-05 .input-group-btn .btn {
    height: 50px;
    line-height: 50px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .st-searchform-05 .btn-group {
    margin-top: 10px;
  }
  .st-searchform-05 #iq_additional_searchfields {
    margin-top: 20px;
    padding: 15px 0 0 0;
    position: relative;
    z-index: 2;
  }
  .st-searchform-05 #iq_additional_searchfields .ui-slider-horizontal .ui-slider-range {
    height: auto;
  }
  .st-searchform-05 .ui-slider,
  .st-searchform-05 .ui-slider-range {
    background: none;
    background-color: rgba(255, 255, 255, 0.82);
    margin: 20px 0 0 0;
  }
  .st-searchform-05 #multifield_autocomplete {
    height: 50px;
  }
  .st-searchform-05 .input-group-btn .btn {
    height: 50px;
    line-height: 50px;
  }
  .st-searchform-05 #multifield_autocomplete {
    height: 50px;
  }
  .st-searchform-05 #agent_multifield_autocomplete {
    height: 50px;
  }
  .st-searchform-05 .input-group-btn .btn {
    height: 50px;
    line-height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-searchform-05 .btn-group {
    margin-top: 10px;
  }
  .st-searchform-05 #iq_additional_searchfields {
    margin-top: 20px;
    padding: 15px 0 0 0;
    position: relative;
    z-index: 2;
  }
  .st-searchform-05 #iq_additional_searchfields .ui-slider-horizontal .ui-slider-range {
    height: auto;
  }
  .st-searchform-05 .ui-slider,
  .st-searchform-05 .ui-slider-range {
    background: none;
    background-color: rgba(255, 255, 255, 0.82);
    margin: 20px 0 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .st-searchform-05 .btn-group .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  .st-searchform-05 h1 {
    font-size: 40px;
  }
  .st-searchform-05 form {
    max-width: 60%;
  }
}
@media (min-width: 1920px) {
  .st-searchform-05 h1 {
    font-size: 45px;
  }
  .st-searchform-05 form {
    max-width: 60%;
  }
  .st-searchform-05 .btn-group {
    margin-top: 15px;
  }
}
.st-searchform-05v2 {
  position: relative;
  z-index: 100;
}

.st-searchform-05v2 h1 {
  font-size: 35px;
  display: inline-block;
  float: left;
  margin: 0;
  color: var(--bay-bodycolor);
  text-transform: uppercase;
}

.st-searchform-05v2 input {
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
}

.st-searchform-05v2 .input-group,
.v2-12 .search-area .input-group {
  flex-wrap: nowrap;
}

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

.st-searchform-05v2 .input-group .btn {
  height: auto;
  line-height: 24px;
  padding: 0 10px;
}

@media (min-width: 300px) and (max-width: 767px) {
  .st-searchform-05v2 .input-group .btn {
    height: 50px;
    line-height: 40px;
    padding: 0 10px;
  }
}
.st-searchform-05v2 .nearby-search-button {
  width: 100%;
  min-width: 75px;
  padding: 0 9px;
  margin-top: 16px;
  font-size: 35px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  background-color: var(--bay-searchformbuttonsbackground);
  color: var(--bay-searchformbuttonscolor);
}

.st-searchform-05v2 input[type=search] {
  width: 100%;
  height: 40px;
  vertical-align: middle;
  font-size: 15px;
  background-color: rgba(255, 255, 255, 0.8);
}

.st-searchform-05v2 input[type=search]::-webkit-input-placeholder {
  font-size: 16px;
}

.st-searchform-05v2 input[type=search]::-moz-placeholder {
  font-size: 16px;
}

.st-searchform-05v2 input[type=search]:-ms-input-placeholder {
  font-size: 16px;
}

.st-searchform-05v2 .btn-group {
  margin-top: 10px;
  margin-bottom: 5px;
  display: table;
}

.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-searchform-05v2 .btn-group .btn:hover {
  color: var(--bay-searchformbuttonsbackground);
}

.st-searchform-05v2 .btn-group .btn:last-child {
  border-right: 0;
}

.st-searchform-05v2 .btn-group .btn.active,
.st-searchform-05v2 .btn-group .btn:hover {
  background-color: var(--bay-highlightcolor);
}

.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-searchform-05v2 .dropdown-menu {
  max-height: 290px;
  overflow: auto;
  margin: 0 26px 0 -118px !important;
}

.st-searchform-05v2 .fa-search {
  color: var(--bay-searchformcolor);
  font-size: 20px;
  padding: 0;
  border: 0;
}

.st-searchform-05v2 .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-searchform-05v2 .st-searchform-advanced .fa {
  font-size: 12px;
  vertical-align: bottom;
}

.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-searchform-05v2 .st-searchform-map .fa {
  font-size: 12px;
  vertical-align: bottom;
  padding-right: 10px;
}

.st-searchform-05v2 .input-lg {
  height: 45px;
}

.st-searchform-05v2 input {
  background-color: rgba(255, 255, 255, 0.82);
}

.st-searchform-05v2 #iq_additional_searchfields {
  margin: 10px 0 0 0;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 15px 0 0 0;
  position: relative;
  z-index: 2;
}

.st-searchform-05v2 #iq_additional_searchfields .btn-group {
  margin: -26px 15px;
  width: 40px;
}

.st-searchform-05v2 #iq_additional_searchfields .btn-group .btn {
  padding: 5px 5px;
  background-color: transparent;
  color: var(--bay-bodytext);
  border-style: none;
}

.st-searchform-05v2 .st-slider-display {
  font-size: 12px;
  color: var(--bay-bodytext);
  font-weight: bold;
  margin: 5px 0 10px 0;
  display: table;
  width: 100%;
}

.st-searchform-05v2 .al-range-slider__grid,
.st-searchform-12v2 .al-range-slider__grid,
.st-searchform-07 .al-range-slider__grid {
  height: 10px;
  border-radius: 4px;
  background: none;
  background-color: rgba(255, 255, 255, 0.82);
}

.st-searchform-05v2 .al-range-slider__grid .al-range-slider__knob,
.st-searchform-12v2 .al-range-slider__grid .al-range-slider__knob,
.st-searchform-07 .al-range-slider__grid .al-range-slider__knob {
  top: -3px;
  border-radius: 50%;
  border: 5px solid var(--bay-bodytext);
  background: var(--bay-bodycolor);
  color: inherit;
}

.st-searchform-05v2 .al-range-slider__track,
.st-searchform-12v2 .al-range-slider__track,
.st-searchform-07 .al-range-slider__track {
  height: 10px;
  box-shadow: none !important;
  margin: 1em 0 !important;
}

.st-searchform-05v2 .al-range-slider__bar,
.st-searchform-12v2 .al-range-slider__bar,
.st-searchform-07 .al-range-slider__bar {
  height: 10px;
  border: none !important;
  border-radius: unset !important;
  box-shadow: none !important;
}

.st-searchform-05v2 .al-range-slider__grid-tick,
.st-searchform-12v2 .al-range-slider__grid-tick,
.st-searchform-07 .al-range-slider__grid-tick {
  display: none;
}

.st-searchform-05v2 .al-range-slider,
.st-searchform-12v2 .al-range-slider,
.st-searchform-07 .al-range-slider {
  padding: 0 1em;
  font-size: 10px !important;
}

.st-searchform-05v2 .al-range-slider__knob,
.st-searchform-12v2 .al-range-slider__knob,
.st-searchform-07 .al-range-slider__knob {
  border-radius: 50%;
  border: 5px solid var(--bay-bodytext);
  background: var(--bay-bodycolor);
  color: inherit;
}

.st-searchform-05v2 .al-range-slider__knob:hover,
.st-searchform-05v2 .al-range-slider__knob_active,
.st-searchform-12v2 .al-range-slider__knob:hover,
.st-searchform-12v2 .al-range-slider__knob_active,
.st-searchform-07 .al-range-slider__knob:hover,
.st-searchform-07 .al-range-slider__knob_active {
  border-color: var(--bay-bodycolor);
}

/****** start :: bootstrap multi-item carousel common css ******/
.carousel-multiple .carousel-inner .carousel-item.active,
.carousel-multiple .carousel-inner .carousel-item-next,
.carousel-multiple .carousel-inner .carousel-item-prev {
  display: flex;
}

.carousel-multiple .carousel-control-prev.custom,
.carousel-multiple .carousel-control-next.custom {
  width: 0%;
}

.carousel-multiple .carousel-control-prev.custom .carousel-control-prev-icon {
  left: 15px;
}

.carousel-multiple .carousel-control-next.custom .carousel-control-next-icon {
  right: 15px;
}

.carousel-multiple {
  position: relative;
  margin: 20px auto;
  border: 10px solid #fff;
  border-radius: 5px;
  box-shadow: 0 0 2px #999;
}

/****** end :: bootstrap multi-item carousel common css ******/
/****** start :: v2-06 home page agents carousel ******/
.v2-06 .carousel-multiple#st_featured_agents .st-featuredagent-name {
  width: 100%;
  padding: 3px;
  background-color: var(--bay-hovercolor);
  border-color: var(--bay-maincolor);
  color: #ffffff;
}

.v2-06 .carousel-multiple#st_featured_agents .agent-name {
  font-size: 17px;
  font-weight: 600;
  color: white;
  margin: 10px 0;
  line-height: 1.1;
}

.v2-06 .carousel-multiple#st_featured_agents .carousel-control-prev.custom .carousel-control-prev-icon,
.v2-06 .carousel-multiple#st_featured_agents .carousel-control-next.custom .carousel-control-next-icon {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  text-align: center;
  background: #1b1d2a;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  font-size: 14px;
  line-height: 30px;
  background-image: none;
}

@media (max-width: 767px) {
  .v2-06 .carousel-multiple#st_featured_agents {
    width: 217px;
  }
  .v2-06 .carousel-multiple#st_featured_agents .carousel-item {
    max-height: 300px;
    max-width: 200px;
  }
  .v2-06 .carousel-multiple#st_featured_agents .carousel-inner .carousel-item > div {
    display: none;
  }
  .v2-06 .carousel-multiple#st_featured_agents .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}
@media (min-width: 768px) {
  .v2-06 .carousel-multiple#st_featured_agents .carousel-item {
    cursor: pointer;
    position: relative;
    max-height: 280px;
  }
  .v2-06 .carousel-multiple#st_featured_agents .carousel-inner .carousel-item-end.active,
  .v2-06 .carousel-multiple#st_featured_agents .carousel-inner .carousel-item-next {
    transform: translateX(16.666%) !important;
    transition: transform 0.5s ease-in-out;
  }
  .v2-06 .carousel-multiple#st_featured_agents .carousel-inner .carousel-item-start.active,
  .v2-06 .carousel-multiple#st_featured_agents .carousel-inner .carousel-item-prev {
    transform: translateX(-16.666%) !important;
    transition: transform 0.5s ease-in-out;
  }
}
.v2-06 .carousel-multiple#st_featured_agents .carousel-inner .carousel-item-end,
.v2-06 .carousel-multiple#st_featured_agents .carousel-inner .carousel-item-start {
  transform: translateX(0) !important;
  transition: transform 0.5s ease-in-out;
}

/****** end :: v2-06 home page agents carousel ******/
/****** start :: v2-02 home page blog carousel ******/
.v2-02 .blog_carousel .carousel-multiple.premier_blog_carousel {
  border: unset;
  box-shadow: unset;
  margin: 0 auto;
}

.v2-02 .premier_blog_flex {
  min-height: 344px;
}

.v2-02 .carousel-item.carousel_blog_item {
  max-height: unset;
  background-color: #fff;
}

.v2-02 .carousel-multiple.premier_blog_carousel .carousel-control-prev.custom .carousel-control-prev-icon,
.v2-02 .carousel-multiple.premier_blog_carousel .carousel-control-next.custom .carousel-control-next-icon {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  text-align: center;
  background: #1b1d2a;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  font-size: 14px;
  line-height: 30px;
  background-image: none;
}

@media (min-width: 375px) and (max-width: 425px) {
  .v2-02 .carousel-multiple.premier_blog_carousel .carousel-item a {
    min-width: 370px !important;
  }
}
@media (min-width: 320px) and (max-width: 425px) {
  .v2-02 .carousel-multiple.premier_blog_carousel .carousel-item {
    max-width: unset;
  }
  .v2-02 .carousel-multiple.premier_blog_carousel {
    width: unset;
  }
  .v2-02 .carousel-multiple.premier_blog_carousel .carousel-item a {
    min-width: unset;
  }
}
@media (min-width: 1200px) {
  .v2-02 .carousel-multiple.premier_blog_carousel .carousel-inner .carousel-item-end.active,
  .v2-02 .carousel-multiple.premier_blog_carousel .carousel-inner .carousel-item-next {
    transform: translateX(33.333333%) !important;
    transition: transform 0.5s ease-in-out;
  }
  .v2-02 .carousel-multiple.premier_blog_carousel .carousel-inner .carousel-item-start.active,
  .v2-02 .carousel-multiple.premier_blog_carousel .carousel-inner .carousel-item-prev {
    transform: translateX(-33.333333%) !important;
    transition: transform 0.5s ease-in-out;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .v2-02 .carousel-multiple.premier_blog_carousel .carousel-inner .carousel-item-end.active,
  .v2-02 .carousel-multiple.premier_blog_carousel .carousel-inner .carousel-item-next {
    transform: translateX(50%) !important;
    transition: transform 0.5s ease-in-out;
  }
  .v2-02 .carousel-multiple.premier_blog_carousel .carousel-inner .carousel-item-start.active,
  .v2-02 .carousel-multiple.premier_blog_carousel .carousel-inner .carousel-item-prev {
    transform: translateX(-50%) !important;
    transition: transform 0.5s ease-in-out;
  }
}
@media (max-width: 991px) {
  .v2-02 .carousel-multiple.premier_blog_carousel .carousel-inner .carousel-item-end.active,
  .v2-02 .carousel-multiple.premier_blog_carousel .carousel-inner .carousel-item-next {
    transform: translateX(100%) !important;
    transition: transform 0.5s ease-in-out;
  }
  .v2-02 .carousel-multiple.premier_blog_carousel .carousel-inner .carousel-item-start.active,
  .v2-02 .carousel-multiple.premier_blog_carousel .carousel-inner .carousel-item-prev {
    transform: translateX(-100%) !important;
    transition: transform 0.5s ease-in-out;
  }
}
.v2-02 .carousel-multiple.premier_blog_carousel .carousel-inner .carousel-item-end,
.v2-02 .carousel-multiple.premier_blog_carousel .carousel-inner .carousel-item-start {
  transform: translateX(0) !important;
  transition: transform 0.5s ease-in-out;
}

/****** end :: v2-02 home page blog carousel ******/
/****** start :: v2-02 home page areas carousel ******/
.carousel-multiple-home {
  margin: 20px auto;
}
.carousel-multiple-home .carousel-inner {
  /* .carousel-item.active{
  	display: flex;
  } */
  height: 549px !important;
}
.carousel-multiple-home .carousel-inner .carousel-item {
  display: block;
  width: 368px !important;
  overflow: hidden;
  height: 549px;
  margin-right: 0 !important;
  border: 0;
}
.carousel-multiple-home .carousel-control-prev.custom,
.carousel-multiple-home .carousel-control-next.custom {
  width: 0% !important;
}
.carousel-multiple-home button.carousel-control-prev.custom i {
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 35%;
  left: 35%;
}
.carousel-multiple-home .carousel-control-prev.custom .carousel-control-prev-icon,
.carousel-multiple-home .carousel-control-next.custom .carousel-control-next-icon {
  position: absolute;
  top: calc(50% - 11px);
  background-color: #2a2f34;
  width: 60px;
  height: 60px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #fff;
  background-image: none;
}
.carousel-multiple-home .carousel-control-prev.custom .carousel-control-prev-icon {
  left: 8px;
}
.carousel-multiple-home .carousel-control-next.custom .carousel-control-next-icon {
  right: 8px;
}
.carousel-multiple-home .home_carousel_item {
  max-width: 368px;
  max-height: 550px;
  width: 100%;
  height: 100%;
}
.carousel-multiple-home .home_carousel_item h4 {
  position: relative !important;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 30px;
  padding: 30px;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
}
.carousel-multiple-home .carousel-item-inner {
  width: 100%;
  height: 100%;
}

.premier_areas .carousel-multiple-home.carousel button.carousel-control-next i {
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 35%;
  left: 35%;
}

@media (min-width: 320px) and (max-width: 425px) {
  .carousel-multiple-home #carousel-title {
    position: unset !important;
  }
  .carousel-multiple-home .home_carousel_item h4 {
    position: absolute !important;
    padding: 16px;
    max-height: unset;
  }
}
@media (min-width: 426px) and (max-width: 766px) {
  .v2-02 #premier_areas_carousel.carousel-multiple-home .home_carousel_item a img {
    width: 100% !important;
  }
  .carousel-multiple-home #carousel-title {
    position: unset !important;
  }
  .carousel-multiple-home .home_carousel_item h4 {
    position: absolute !important;
    padding: 16px;
    max-height: unset;
  }
  .carousel-multiple-home .carousel-item .home_carousel_item {
    max-width: unset;
  }
}
/****** end :: v2-02 home page areas carousel ******/
/****** start :: v2-01 home page agents carousel ******/
.v2-01 .carousel-multiple#st_featured_agents .carousel-item .probootstrap-slide {
  display: block;
  position: relative;
  padding: 0;
  bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-align: center;
}

.v2-01 .carousel-multiple#st_featured_agents .carousel-item .probootstrap-slide:hover,
.v2-01 .carousel-multiple#st_featured_agents .carousel-item .probootstrap-slide:focus {
  bottom: 35px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
}

.v2-01 .carousel-multiple#st_featured_agents .carousel-item .probootstrap-slide em {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 8%;
  position: absolute;
  bottom: -35px;
  color: #999999;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-style: normal;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
  font-size: 13px;
  line-height: 1.4;
}

.v2-01 .carousel-multiple#st_featured_agents .carousel-item .probootstrap-slide:hover em,
.v2-01 .carousel-multiple#st_featured_agents .carousel-item .probootstrap-slide:focus em {
  display: flex;
  bottom: -35px;
}

#st_featured_agents + .carousel-indicators {
  bottom: 0 !important;
  position: relative;
}

#st_featured_agents + .carousel-indicators button.active {
  background: #00ca4c;
}

#st_featured_agents + .carousel-indicators button {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: #e6e6e6;
  border: 0 !important;
}

.v2-01 .carousel-multiple#st_featured_agents {
  width: 1215px;
  box-shadow: none;
}

.v2-01 .carousel-multiple#st_featured_agents .carousel-item {
  max-height: unset !important;
}

.v2-01 .carousel-multiple#st_featured_agents .carousel-item img {
  width: 385px;
  height: 530px;
}

.v2-01 .carousel-multiple#st_featured_agents .carousel-control-prev,
.v2-01 .carousel-multiple#st_featured_agents .carousel-control-next {
  width: 0%;
}

.v2-01 .carousel-multiple#st_featured_agents .carousel-control-prev-icon.gray {
  position: absolute;
  left: -50px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='gray'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.v2-01 .carousel-multiple#st_featured_agents .carousel-control-next-icon.gray {
  position: absolute;
  right: -50px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='gray'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

@media (min-width: 1400px) {
  .v2-01 .carousel-multiple#st_featured_agents .carousel-inner .carousel-item-end.active,
  .v2-01 .carousel-multiple#st_featured_agents .carousel-inner .carousel-item-next {
    transform: translateX(33.333%) !important;
    transition: transform 0.5s ease-in-out;
  }
  .v2-01 .carousel-multiple#st_featured_agents .carousel-inner .carousel-item-start.active,
  .v2-01 .carousel-multiple#st_featured_agents .carousel-inner .carousel-item-prev {
    transform: translateX(-33.333%) !important;
    transition: transform 0.5s ease-in-out;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .v2-01 .carousel-multiple#st_featured_agents .carousel-item img {
    width: 325px;
    height: 450px;
  }
  .v2-01 .carousel-multiple#st_featured_agents {
    width: 1116px;
  }
  .v2-01 .carousel-multiple#st_featured_agents .carousel-inner .carousel-item-end.active,
  .v2-01 .carousel-multiple#st_featured_agents .carousel-inner .carousel-item-next {
    transform: translateX(33.333%) !important;
    transition: transform 0.5s ease-in-out;
  }
  .v2-01 .carousel-multiple#st_featured_agents .carousel-inner .carousel-item-start.active,
  .v2-01 .carousel-multiple#st_featured_agents .carousel-inner .carousel-item-prev {
    transform: translateX(-33.333%) !important;
    transition: transform 0.5s ease-in-out;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .v2-01 .carousel-multiple#st_featured_agents .carousel-item img {
    width: 265px;
    height: 370px;
  }
  .v2-01 .carousel-multiple#st_featured_agents {
    width: 855px;
  }
  .v2-01 .carousel-multiple#st_featured_agents .carousel-control-prev-icon.gray {
    left: -50px;
  }
  .v2-01 .carousel-multiple#st_featured_agents .carousel-control-next-icon.gray {
    right: -50px;
  }
  .v2-01 .carousel-multiple#st_featured_agents .carousel-inner .carousel-item-end.active,
  .v2-01 .carousel-multiple#st_featured_agents .carousel-inner .carousel-item-next {
    transform: translateX(33.333%) !important;
    transition: transform 0.5s ease-in-out;
  }
  .v2-01 .carousel-multiple#st_featured_agents .carousel-inner .carousel-item-start.active,
  .v2-01 .carousel-multiple#st_featured_agents .carousel-inner .carousel-item-prev {
    transform: translateX(-33.333%) !important;
    transition: transform 0.5s ease-in-out;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .v2-01 .carousel-multiple#st_featured_agents .carousel-item img {
    width: 288px;
    height: 400px;
  }
  .v2-01 .carousel-multiple#st_featured_agents {
    width: 620px;
  }
  .v2-01 .carousel-multiple#st_featured_agents .carousel-inner .carousel-item-end.active,
  .v2-01 .carousel-multiple#st_featured_agents .carousel-inner .carousel-item-next {
    transform: translateX(50%) !important;
    transition: transform 0.5s ease-in-out;
  }
  .v2-01 .carousel-multiple#st_featured_agents .carousel-inner .carousel-item-start.active,
  .v2-01 .carousel-multiple#st_featured_agents .carousel-inner .carousel-item-prev {
    transform: translateX(-50%) !important;
    transition: transform 0.5s ease-in-out;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .v2-01 .carousel-multiple#st_featured_agents .carousel-item img {
    width: 198px;
    height: 280px;
  }
  .v2-01 .carousel-multiple#st_featured_agents {
    width: 440px;
  }
  .v2-01 .carousel-multiple#st_featured_agents .carousel-inner .carousel-item-end.active,
  .v2-01 .carousel-multiple#st_featured_agents .carousel-inner .carousel-item-next {
    transform: translateX(50%) !important;
    transition: transform 0.5s ease-in-out;
  }
  .v2-01 .carousel-multiple#st_featured_agents .carousel-inner .carousel-item-start.active,
  .v2-01 .carousel-multiple#st_featured_agents .carousel-inner .carousel-item-prev {
    transform: translateX(-50%) !important;
    transition: transform 0.5s ease-in-out;
  }
}
@media (max-width: 599px) {
  .v2-01 .carousel-multiple#st_featured_agents .carousel-item img {
    width: 100%;
    height: 100%;
  }
  .v2-01 .carousel-multiple#st_featured_agents {
    width: 80%;
  }
  .v2-01 .carousel-multiple#st_featured_agents .carousel-item {
    justify-content: center;
  }
}
.v2-01 .carousel-multiple#st_featured_agents .carousel-inner .carousel-item-end,
.v2-01 .carousel-multiple#st_featured_agents .carousel-inner .carousel-item-start {
  transform: translateX(0) !important;
  transition: transform 0.5s ease-in-out;
}

/****** end :: v2-02 home page agents carousel ******/
/****** start :: v2-02 home page featured home carousel ******/
#st_featured_homes + .carousel-indicators {
  bottom: 0 !important;
  position: relative;
}

#st_featured_homes + .carousel-indicators button.active {
  background: #00ca4c;
}

#st_featured_homes + .carousel-indicators button {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: #e6e6e6;
  border: 0 !important;
}

.v2-01 .carousel-multiple#st_featured_homes {
  width: 1215px;
  box-shadow: none;
}

.v2-01 .carousel-multiple#st_featured_homes .carousel-item {
  max-height: unset !important;
  background-color: #f7f7f7;
  box-shadow: none !important;
}

.v2-01 .carousel-multiple#st_featured_homes .carousel-item .carousel-card {
  width: 418px;
}

.v2-01 .carousel-multiple#st_featured_homes .st-blog-image-container.thumbnail + div {
  padding: 2em;
  background-color: #fff;
}

.v2-01 .carousel-multiple#st_featured_homes .carousel-control-prev,
.v2-01 .carousel-multiple#st_featured_homes .carousel-control-next {
  width: 0%;
}

.v2-01 .carousel-multiple#st_featured_homes .carousel-control-prev-icon.gray {
  position: absolute;
  left: -50px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='gray'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.v2-01 .carousel-multiple#st_featured_homes .carousel-control-next-icon.gray {
  position: absolute;
  right: -50px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='gray'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

@media (min-width: 1400px) {
  .v2-01 .carousel-multiple#st_featured_homes .carousel-inner .carousel-item-end.active,
  .v2-01 .carousel-multiple#st_featured_homes .carousel-inner .carousel-item-next {
    transform: translateX(33.333%) !important;
    transition: transform 0.5s ease-in-out;
  }
  .v2-01 .carousel-multiple#st_featured_homes .carousel-inner .carousel-item-start.active,
  .v2-01 .carousel-multiple#st_featured_homes .carousel-inner .carousel-item-prev {
    transform: translateX(-33.333%) !important;
    transition: transform 0.5s ease-in-out;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .v2-01 .carousel-multiple#st_featured_homes .carousel-item .carousel-card {
    width: 358px;
  }
  .v2-01 .carousel-multiple#st_featured_homes {
    width: 1116px;
  }
  .v2-01 .carousel-multiple#st_featured_homes .carousel-inner .carousel-item-end.active,
  .v2-01 .carousel-multiple#st_featured_homes .carousel-inner .carousel-item-next {
    transform: translateX(33.333%) !important;
    transition: transform 0.5s ease-in-out;
  }
  .v2-01 .carousel-multiple#st_featured_homes .carousel-inner .carousel-item-start.active,
  .v2-01 .carousel-multiple#st_featured_homes .carousel-inner .carousel-item-prev {
    transform: translateX(-33.333%) !important;
    transition: transform 0.5s ease-in-out;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .v2-01 .carousel-multiple#st_featured_homes .carousel-item .carousel-card {
    width: 298px;
  }
  .v2-01 .carousel-multiple#st_featured_homes {
    width: 855px;
  }
  .v2-01 .carousel-multiple#st_featured_homes .carousel-control-prev-icon.gray {
    left: -50px;
  }
  .v2-01 .carousel-multiple#st_featured_homes .carousel-control-next-icon.gray {
    right: -50px;
  }
  .v2-01 .carousel-multiple#st_featured_homes .carousel-inner .carousel-item-end.active,
  .v2-01 .carousel-multiple#st_featured_homes .carousel-inner .carousel-item-next {
    transform: translateX(33.333%) !important;
    transition: transform 0.5s ease-in-out;
  }
  .v2-01 .carousel-multiple#st_featured_homes .carousel-inner .carousel-item-start.active,
  .v2-01 .carousel-multiple#st_featured_homes .carousel-inner .carousel-item-prev {
    transform: translateX(-33.333%) !important;
    transition: transform 0.5s ease-in-out;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .v2-01 .carousel-multiple#st_featured_homes .carousel-item .carousel-card {
    width: 338px;
  }
  .v2-01 .carousel-multiple#st_featured_homes {
    width: 620px;
  }
  .v2-01 .carousel-multiple#st_featured_homes .carousel-inner .carousel-item-end.active,
  .v2-01 .carousel-multiple#st_featured_homes .carousel-inner .carousel-item-next {
    transform: translateX(50%) !important;
    transition: transform 0.5s ease-in-out;
  }
  .v2-01 .carousel-multiple#st_featured_homes .carousel-inner .carousel-item-start.active,
  .v2-01 .carousel-multiple#st_featured_homes .carousel-inner .carousel-item-prev {
    transform: translateX(-50%) !important;
    transition: transform 0.5s ease-in-out;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .v2-01 .carousel-multiple#st_featured_homes .carousel-item .carousel-card {
    width: 516px;
  }
  .v2-01 .carousel-multiple#st_featured_homes {
    width: 440px;
  }
  .v2-01 .carousel-multiple#st_featured_homes .carousel-inner .carousel-item-end.active,
  .v2-01 .carousel-multiple#st_featured_homes .carousel-inner .carousel-item-next {
    transform: translateX(50%) !important;
    transition: transform 0.5s ease-in-out;
  }
  .v2-01 .carousel-multiple#st_featured_homes .carousel-inner .carousel-item-start.active,
  .v2-01 .carousel-multiple#st_featured_homes .carousel-inner .carousel-item-prev {
    transform: translateX(-50%) !important;
    transition: transform 0.5s ease-in-out;
  }
}
.v2-01 .carousel-multiple#st_featured_homes .carousel-inner .carousel-item-end,
.v2-01 .carousel-multiple#st_featured_homes .carousel-inner .carousel-item-start {
  transform: translateX(0) !important;
  transition: transform 0.5s ease-in-out;
}

@media (max-width: 599px) {
  .v2-01 .carousel-multiple#st_featured_homes .carousel-item .carousel-card {
    width: 100%;
  }
  .v2-01 .carousel-multiple#st_featured_homes {
    width: 80%;
  }
}
/****** end :: v2-02 home page featured home carousel ******/
.st-searchform-05v2 button {
  background-color: var(--bay-searchformbuttonsbackground);
  border-color: var(--bay-searchformbuttonsborder);
  color: var(--bay-searchformbuttonscolor);
}

.st-searchform-05v2 button:hover {
  background-color: var(--bay-searchformbuttonsbackground);
  border-color: var(--bay-searchformbuttonsborder);
  color: var(--bay-searchformbuttonscolor);
}

.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-searchform-05v2 .nearby-search-button {
  width: 100%;
  min-width: 75px;
  padding: 0 9px;
  margin-top: 16px;
  font-size: 35px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  background-color: var(--bay-searchformbuttonsbackground);
  color: var(--bay-searchformbuttonscolor);
}

.st-searchform-05v2 .st-listings-getlocation-mobile {
  color: var(--bay-searchformbuttonscolor);
  margin-top: 15px;
  padding-right: 15px;
  width: 100%;
}

.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%;
}

@media (max-width: 767px) {
  .st-searchform-05v2 #st_searchform_properties {
    width: 85%;
  }
}
.st-searchform-05v2 #st_searchform_properties {
  position: relative;
  z-index: 1;
}

.st-searchform-05v2 #homepage_searchform {
  z-index: 5;
}

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

.v2-08 .st-searchform-05v2 #iq_additional_searchfields .iq-textdropdown.input-group {
  position: absolute !important;
  top: 59%;
  right: -9%;
}

.v2-07 .st-searchform-12v2 #iq_additional_searchfields .iq-textdropdown.input-group,
#iq_new_community_search .iq-textdropdown.input-group {
  position: relative !important;
  top: -50%;
  right: -67%;
  z-index: auto;
  padding: 11px 25px;
}

#iq_new_community_search .iq-textdropdown.input-group {
  right: -3% !important;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .v2-07 .st-searchform-12v2 #iq_additional_searchfields .iq-textdropdown.input-group {
    right: -60% !important;
  }
  #iq_new_community_search .iq-textdropdown.input-group {
    right: -11% !important;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  .v2-07 .st-searchform-12v2 #iq_additional_searchfields .iq-textdropdown.input-group {
    right: -55% !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #iq_new_community_search .iq-textdropdown.input-group {
    right: -12% !important;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .v2-08 .st-searchform-05v2 #iq_additional_searchfields .iq-textdropdown.input-group {
    right: -12% !important;
  }
}
@media (min-width: 920px) and (max-width: 1024px) {
  .v2-08 .st-searchform-05v2 #iq_additional_searchfields .iq-textdropdown.input-group {
    right: -11% !important;
  }
}
@media (min-width: 768px) and (max-width: 920px) {
  .v2-08 .st-searchform-05v2 #iq_additional_searchfields .iq-textdropdown.input-group {
    right: -13% !important;
  }
}
@media (min-width: 575px) and (max-width: 767px) {
  .v2-08 .st-searchform-05v2 #iq_additional_searchfields .iq-textdropdown.input-group {
    right: -7% !important;
  }
}
@media (min-width: 425px) and (max-width: 575px) {
  .v2-08 .st-searchform-05v2 #iq_additional_searchfields .iq-textdropdown.input-group {
    right: -4% !important;
  }
}
@media (min-width: 320px) and (max-width: 424px) {
  .v2-08 .st-searchform-05v2 #iq_additional_searchfields .iq-textdropdown.input-group {
    right: -6% !important;
  }
}
.v2-09 .st-searchform-07 #iq_additional_searchfields .iq-textdropdown.input-group {
  position: absolute !important;
  top: 57%;
  right: -8%;
}

.v2-10 .st-searchform-07 #iq_additional_searchfields .iq-textdropdown.input-group {
  position: absolute !important;
  top: 57%;
  right: -8%;
}

.v2-11 .st-searchform-05v2 #iq_additional_searchfields .iq-textdropdown.input-group {
  position: absolute !important;
  top: 61%;
  right: -10%;
}

.v2-13 .st-searchform-05v2 #iq_additional_searchfields .iq-textdropdown.input-group {
  position: absolute !important;
  top: 59%;
  right: -10%;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .v2-13 .st-searchform-05v2 #iq_additional_searchfields .iq-textdropdown.input-group,
  .v2-11 .st-searchform-05v2 #iq_additional_searchfields .iq-textdropdown.input-group,
  .v2-04 .st-searchform-05v2 #iq_additional_searchfields .iq-textdropdown.input-group {
    right: -12% !important;
  }
}
@media (min-width: 920px) and (max-width: 1024px) {
  .v2-13 .st-searchform-05v2 #iq_additional_searchfields .iq-textdropdown.input-group,
  .v2-11 .st-searchform-05v2 #iq_additional_searchfields .iq-textdropdown.input-group,
  .v2-04 .st-searchform-05v2 #iq_additional_searchfields .iq-textdropdown.input-group {
    right: -11% !important;
  }
}
@media (min-width: 768px) and (max-width: 920px) {
  .v2-13 .st-searchform-05v2 #iq_additional_searchfields .iq-textdropdown.input-group,
  .v2-11 .st-searchform-05v2 #iq_additional_searchfields .iq-textdropdown.input-group,
  .v2-04 .st-searchform-05v2 #iq_additional_searchfields .iq-textdropdown.input-group {
    right: -13% !important;
  }
}
@media (min-width: 575px) and (max-width: 767px) {
  .v2-13 .st-searchform-05v2 #iq_additional_searchfields .iq-textdropdown.input-group,
  .v2-11 .st-searchform-05v2 #iq_additional_searchfields .iq-textdropdown.input-group,
  .v2-04 .st-searchform-05v2 #iq_additional_searchfields .iq-textdropdown.input-group {
    right: -7% !important;
  }
}
@media (min-width: 425px) and (max-width: 575px) {
  .v2-13 .st-searchform-05v2 #iq_additional_searchfields .iq-textdropdown.input-group,
  .v2-11 .st-searchform-05v2 #iq_additional_searchfields .iq-textdropdown.input-group,
  .v2-04 .st-searchform-05v2 #iq_additional_searchfields .iq-textdropdown.input-group {
    right: -4% !important;
  }
}
@media (min-width: 320px) and (max-width: 424px) {
  .v2-13 .st-searchform-05v2 #iq_additional_searchfields .iq-textdropdown.input-group,
  .v2-11 .st-searchform-05v2 #iq_additional_searchfields .iq-textdropdown.input-group,
  .v2-04 .st-searchform-05v2 #iq_additional_searchfields .iq-textdropdown.input-group {
    right: -6% !important;
  }
}
.v2-13 .st-31 .well {
  margin-top: 76px;
}

.v2-04 .st-searchform-05v2 #iq_additional_searchfields .dropDownParent {
  position: relative !important;
}

.v2-08 .st-searchform-05v2 #iq_additional_searchfields .dropDownParent {
  position: relative !important;
}

.v2-09 .st-searchform-07 #iq_additional_searchfields .dropDownParent {
  position: relative !important;
}

.v2-10 .st-searchform-07 #iq_additional_searchfields .dropDownParent {
  position: relative !important;
}

.v2-11 .st-searchform-05v2 #iq_additional_searchfields .dropDownParent {
  position: relative !important;
}

.v2-13 .st-searchform-05v2 #iq_additional_searchfields .dropDownParent {
  position: relative !important;
}

.v2-04 .st-searchform-05v2 #iq_additional_searchfields {
  padding: 20px 0;
}

.v2-08 .st-searchform-05v2 #iq_additional_searchfields {
  padding: 20px 0;
}

.v2-09 .st-searchform-07 #iq_additional_searchfields {
  padding: 20px 0;
}

.v2-10 .st-searchform-07 #iq_additional_searchfields {
  padding: 20px 0;
}

.v2-11 .st-searchform-05v2 #iq_additional_searchfields {
  padding: 20px 0;
}

.v2-13 .st-searchform-05v2 #iq_additional_searchfields {
  padding: 20px 0;
}

.v2-13 .st-searchform-05v2 .ui-slider-horizontal .ui-slider-handle,
.v2-11 .st-searchform-05v2 .ui-slider-horizontal .ui-slider-handle,
.v2-08 .st-searchform-05v2 .ui-slider-horizontal .ui-slider-handle,
.v2-07 .st-searchform-12v2 .ui-slider-horizontal .ui-slider-handle,
.v2-09 .st-searchform-07 .ui-slider-horizontal .ui-slider-handle {
  top: -6px;
}

.v2-10 .st-searchform-07 .ui-slider-horizontal .ui-slider-handle {
  top: -10px;
}

@media (max-width: 400px) {
  #homepage_searchform #multifield_autocomplete {
    max-width: 280px;
  }
  .st-listings-getlocation {
    max-width: 340px;
  }
}
@media (max-width: 479px) {
  .st-searchform-05v2 .btn-group {
    margin-top: 10px;
  }
  .st-searchform-05v2 #iq_additional_searchfields {
    margin-top: 20px;
    padding: 15px 0 0 0;
    position: relative;
    z-index: 2;
  }
  .st-searchform-05v2 #iq_additional_searchfields .ui-slider-horizontal .ui-slider-range {
    height: auto;
  }
  .st-searchform-05v2 .ui-slider,
  .st-searchform-05v2 .ui-slider-range {
    background: none;
    background-color: rgba(255, 255, 255, 0.82);
    margin: 20px 0 0 0;
  }
  .st-searchform-05v2 #multifield_autocomplete {
    height: 50px;
  }
  .st-searchform-05v2 #agent_multifield_autocomplete {
    height: 50px;
  }
  .st-searchform-05v2 .input-group-btn .btn {
    height: 50px;
    line-height: 50px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .st-searchform-05v2 .btn-group {
    margin-top: 10px;
  }
  .st-searchform-05v2 #iq_additional_searchfields {
    margin-top: 20px;
    padding: 15px 0 0 0;
    position: relative;
    z-index: 2;
  }
  .st-searchform-05v2 #iq_additional_searchfields .ui-slider-horizontal .ui-slider-range {
    height: auto;
  }
  .st-searchform-05v2 .ui-slider,
  .st-searchform-05v2 .ui-slider-range {
    background: none;
    background-color: rgba(255, 255, 255, 0.82);
    margin: 20px 0 0 0;
  }
  .st-searchform-05v2 #multifield_autocomplete {
    height: 50px;
  }
  .st-searchform-05v2 .input-group-btn .btn {
    height: 50px;
    line-height: 50px;
  }
  .st-searchform-05v2 #multifield_autocomplete {
    height: 50px;
  }
  .st-searchform-05v2 #agent_multifield_autocomplete {
    height: 50px;
  }
  .st-searchform-05v2 .input-group-btn .btn {
    height: 50px;
    line-height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-searchform-05v2 .btn-group {
    margin-top: 10px;
  }
  .st-searchform-05v2 #iq_additional_searchfields {
    margin-top: 20px;
    padding: 15px 0 0 0;
    position: relative;
    z-index: 2;
  }
  .st-searchform-05v2 #iq_additional_searchfields .ui-slider-horizontal .ui-slider-range {
    height: auto;
  }
  .st-searchform-05v2 .ui-slider,
  .st-searchform-05v2 .ui-slider-range {
    background: none;
    background-color: rgba(255, 255, 255, 0.82);
    margin: 20px 0 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .st-searchform-05v2 .btn-group .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  .st-searchform-05v2 h1 {
    font-size: 40px;
  }
  .st-searchform-05v2 form {
    max-width: 60%;
  }
}
@media (min-width: 1920px) {
  .st-searchform-05v2 h1 {
    font-size: 45px;
  }
  .st-searchform-05v2 form {
    max-width: 60%;
  }
  .st-searchform-05v2 .btn-group {
    margin-top: 15px;
  }
}
.st-searchform-06 {
  color: var(--bay-bodycolor);
  z-index: 1;
  position: absolute;
  top: 40%;
  width: 100%;
}

.st-searchform-06 .st-form-wrapper {
  background-color: rgba(255, 255, 255, 0.7);
  padding-top: 15px;
  padding-bottom: 15px;
  max-width: 50%;
  margin: 0 auto;
}

.st-searchform-06 .st-form-tabs-wrapper {
  max-width: 40%;
  margin: 0 auto;
  color: #000000;
}

.st-searchform-06 .st-form-tab {
  background-color: rgba(211, 211, 211, 0.7);
  margin: 0 5px 0 0;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0 5px 0 0;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
}

.st-searchform-06 .st-form-tab-active {
  background-color: rgba(255, 255, 255, 0.7);
  margin: 0 5px 0 0;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0 5px 0 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.st-searchform-06 .dropdown-menu li {
  text-align: left;
}

.st-searchform-06 .iq-textdropdown {
  top: 0;
  padding: 12px 15px;
}

.st-searchform-06 .form-group {
  padding-left: 5px;
  padding-right: 5px;
}

.st-searchform-06 .input-group-btn:last-child > .btn {
  margin-left: 10px;
  border-radius: 4px;
}

.st-searchform-06 input {
  border-radius: 4px;
  font-size: 14px;
}

.st-searchform-06 .btn:hover {
  color: var(--bay-bodycolor);
  background-color: none;
}

.st-searchform-06 .iq-textdropdown .dropdown-menu {
  margin-right: 15px;
}

.st-searchform-06 .prop-search-button {
  width: 100%;
  background: var(--bay-searchformbuttonbackground);
  color: var(--bay-highlighttext);
  height: auto;
}

.st-searchform-06 .nearby-search-button {
  width: 100%;
  color: var(--bay-highlighttext);
  margin-top: 10px;
  height: auto;
}

.st-searchform-06 button {
  background-color: var(--bay-searchformbuttonsbackground);
  border-color: var(--bay-searchformbuttonsborder);
  color: var(--bay-searchformbuttonscolor);
}

.st-searchform-06 button:hover {
  background-color: var(--bay-searchformbuttonsbackground);
  border-color: var(--bay-searchformbuttonsborder);
  color: var(--bay-searchformbuttonscolor);
}

.st-searchform-06 .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-searchform-06 .nearby-search-button {
  width: 100%;
  min-width: 75px;
  padding: 0 9px;
  margin-top: 16px;
  font-size: 35px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  background-color: var(--bay-searchformbuttonsbackground);
  color: var(--bay-searchformbuttonscolor);
}

.st-searchform-06 .st-listings-getlocation {
  background-color: var(--bay-searchformbuttonsbackground);
  border-color: var(--bay-searchformbuttonsborder);
  color: var(--bay-searchformbuttonscolor);
}

.st-searchform-06 .dropdown-menu {
  max-height: 290px;
  overflow: auto;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-searchform-06 .st-form-wrapper {
    max-width: 100%;
    margin-right: 15px;
    margin-left: 15px;
  }
  .st-searchform-06 .st-form-tabs-wrapper {
    max-width: 100%;
    margin-right: 15px;
    margin-left: 15px;
  }
  .st-searchform-06 .form-group {
    margin-bottom: 0;
  }
  .st-searchform-06 .nearby-search-button {
    width: 100%;
    color: var(--bay-highlighttext);
    margin-top: 10px;
    font-size: 20px;
    height: auto;
  }
  .st-searchform-06 .prop-search-button {
    width: 100%;
    color: var(--bay-highlighttext);
    margin-top: 10px;
    font-size: 20px;
    height: auto;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-searchform-06 .st-form-wrapper {
    max-width: 100%;
    margin-right: 15px;
    margin-left: 15px;
  }
  .st-searchform-06 .st-form-tabs-wrapper {
    max-width: 100%;
    margin-right: 15px;
    margin-left: 15px;
  }
  .st-searchform-06 .form-group {
    margin-bottom: 0;
  }
  .st-searchform-06 .nearby-search-button {
    width: 100%;
    color: var(--bay-highlighttext);
    margin-top: 10px;
    font-size: 20px;
    height: auto;
  }
  .st-searchform-06 .prop-search-button {
    width: 100%;
    color: var(--bay-highlighttext);
    margin-top: 10px;
    font-size: 20px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  .st-searchform-06 .st-form-tabs-wrapper {
    max-width: 50%;
    margin: 0 auto;
  }
  .st-searchform-06 .form-group {
    margin-bottom: 0;
  }
  .st-searchform-06 .nearby-search-button {
    width: 100%;
    color: var(--bay-highlighttext);
    margin-top: 10px;
    font-size: 20px;
    height: auto;
  }
  .st-searchform-06 .prop-search-button {
    width: 100%;
    color: var(--bay-highlighttext);
    margin-top: 10px;
    font-size: 20px;
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .st-searchform-06 .st-form-tabs-wrapper {
    max-width: 50%;
    margin: 0 auto;
  }
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
  .st-searchform-06 .st-form-wrapper {
    max-width: 50%;
  }
  .st-searchform-06 .st-form-tabs-wrapper {
    max-width: 50%;
    margin: 0 auto;
  }
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
  .st-searchform-06 .st-form-wrapper {
    max-width: 40%;
  }
}
.st-searchform-07 {
  display: table;
}

.st-searchform-07 input {
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
}

.st-searchform-07 .st-searchform-07-title {
  font-size: 60px;
  display: inline-block;
  float: left;
  margin: 0;
  color: var(--bay-bodycolor);
  text-transform: uppercase;
  white-space: nowrap;
}

.st-searchform-07 .input-group .btn {
  height: 50px;
  line-height: 50px;
}

.st-searchform-07 input[type=search] {
  height: 50px;
  line-height: 50px;
}

.st-searchform-07 .btn-group {
  margin-top: 25px;
  margin-bottom: 15px;
  display: table;
}

.st-searchform-07 .btn-group .hidden-xs,
.st-searchform-07 .btn-group .hidden-sm {
  display: inline-block !important;
}

.st-searchform-07 .btn-group .btn {
  color: var(--bay-searchformbuttonscolor);
  text-transform: uppercase;
  background-color: var(--bay-searchformbuttonsbackground);
  border: 0;
  border-right: 2px solid var(--bay-bodycolor);
  text-align: center;
  padding: 10px 0;
  font-size: 13px;
  line-height: 13px;
  z-index: 1;
}

.st-searchform-07 .btn-group .btn span {
  margin-left: 4px;
}

.st-searchform-07 .btn-group .btn:last-child {
  border-right: 0;
}

.st-searchform-07 .btn-group .btn.active,
.st-searchform-07 .btn-group .btn:hover {
  background-color: var(--bay-searchformbuttonsbackground);
}

.st-searchform-07 .btn-group .btn.active div {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid var(--bay-searchformbuttonsbackground);
  position: absolute;
  bottom: -8px;
}

.st-searchform-07 .fa-search {
  color: #ffffff;
  font-size: 35px;
  padding: 0;
  border: 0;
}

.st-searchform-07 .st-searchform-advanced {
  text-decoration: none;
  color: var(--bay-bodycolor) !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  margin: 14px 0 0 0;
  float: right;
  text-transform: uppercase;
}

.st-searchform-07 .st-searchform-map {
  text-decoration: none;
  color: var(--bay-bodycolor) !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  margin: 14px 0 0 0;
  float: right;
  text-transform: uppercase;
}

.st-searchform-07 .st-searchform-map .fa {
  padding-right: 10px;
}

.st-searchform-07 .input-lg {
  height: 45px;
}

.st-searchform-07 input {
  background-color: rgba(255, 255, 255, 0.82);
}

.st-searchform-07 #iq_additional_searchfields {
  margin: 10px 0 0 0;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 15px 0 0 0;
  position: relative;
  z-index: 2;
}

.st-searchform-07 #iq_additional_searchfields .btn-group {
  margin: -26px 15px;
  width: 40px;
}

.st-searchform-07 #iq_additional_searchfields .btn-group .btn {
  padding: 5px 5px;
  background-color: transparent;
  color: var(--bay-bodytext);
  border-style: none;
}

.st-searchform-07 .st-slider-display {
  font-size: 12px;
  color: var(--bay-bodytext);
  font-weight: bold;
  margin: 5px 0 10px 0;
  display: table;
  width: 100%;
  position: relative;
  z-index: 2;
}

.st-searchform-07 .ui-slider {
  height: 10px;
}

.st-searchform-07 .ui-slider-horizontal .ui-slider-handle {
  top: -3px;
  border-radius: 50%;
  border: 5px solid var(--bay-bodytext);
  background: var(--bay-bodycolor);
  color: inherit;
}

.st-searchform-07 .ui-slider,
.st-searchform-07 .ui-slider-range {
  background: none;
  background-color: rgba(255, 255, 255, 0.82);
}

.st-searchform-07 button {
  background-color: var(--bay-searchformbuttonsbackground);
  border-color: var(--bay-searchformbuttonsborder);
  color: var(--bay-searchformbuttonscolor);
}

.st-searchform-07 button:hover {
  background-color: var(--bay-searchformbuttonsbackground);
  border-color: var(--bay-searchformbuttonsborder);
  color: var(--bay-searchformbuttonscolor);
}

.st-searchform-07 .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-searchform-07 .nearby-search-button {
  width: 100%;
  min-width: 75px;
  padding: 0 9px;
  margin-top: 16px;
  font-size: 35px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  background-color: var(--bay-searchformbuttonsbackground);
  color: var(--bay-searchformbuttonscolor);
}

.st-searchform-07 .st-listings-getlocation {
  color: var(--bay-searchformbuttonscolor);
}

.st-searchform-07 #st_listings-advancedsearch {
  background-color: var(--bay-searchformbuttonsbackground);
  border-color: var(--bay-searchformbuttonsborder);
  color: var(--bay-searchformbuttonscolor);
}

.st-searchform-07 .dropdown-menu {
  max-height: 290px;
  overflow: auto;
  margin: 0 26px 0 -127px !important;
}

@media (max-width: 991px) {
  .st-searchform-07 .dropdown-menu {
    max-height: 290px;
    overflow: auto;
    margin: 0 26px 0 -110px !important;
  }
}
@media (max-width: 425px) and (min-width: 375px) {
  .st-searchform-07 .st-searchform-07-title {
    font-size: 54px;
  }
}
@media (max-width: 375px) and (min-width: 320px) {
  .st-searchform-07 .st-searchform-07-title {
    font-size: 46px;
  }
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-searchform-07 .btn-group {
    margin-top: 10px;
  }
  .st-searchform-07 .btn-group .hidden-xs {
    display: none !important;
  }
  .st-searchform-07 h1 {
    font-size: 35px;
  }
  .st-searchform-07 #iq_additional_searchfields {
    margin-top: 20px;
    padding: 15px 0 0 0;
    position: relative;
    z-index: 2;
  }
  .st-searchform-07 #iq_additional_searchfields .ui-slider-horizontal .ui-slider-range {
    height: auto;
  }
  .st-searchform-07 .ui-slider,
  .st-searchform-07 .ui-slider-range {
    background: none;
    background-color: rgba(255, 255, 255, 0.82);
    margin: 20px 0 0 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-searchform-07 .btn-group {
    margin-top: 10px;
  }
  .st-searchform-07 h1 {
    font-size: 35px;
  }
  .st-searchform-07 .btn-group .hidden-sm {
    display: none !important;
  }
  .st-searchform-07 #iq_additional_searchfields {
    margin-top: 20px;
    padding: 15px 0 0 0;
    position: relative;
    z-index: 2;
  }
  .st-searchform-07 #iq_additional_searchfields .ui-slider-horizontal .ui-slider-range {
    height: auto;
  }
  .st-searchform-07 .ui-slider,
  .st-searchform-07 .ui-slider-range {
    background: none;
    background-color: rgba(255, 255, 255, 0.82);
    margin: 20px 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  .st-searchform-07 .btn-group {
    margin-top: 10px;
  }
  .st-searchform-07 h1 {
    font-size: 35px;
  }
  .st-searchform-07 .btn-group .hidden-sm {
    display: none !important;
  }
  .st-searchform-07 #iq_additional_searchfields {
    margin-top: 20px;
    padding: 15px 0 0 0;
    position: relative;
    z-index: 2;
  }
  .st-searchform-07 #iq_additional_searchfields .ui-slider-horizontal .ui-slider-range {
    height: auto;
  }
  .st-searchform-07 .ui-slider,
  .st-searchform-07 .ui-slider-range {
    background: none;
    background-color: rgba(255, 255, 255, 0.82);
    margin: 20px 0 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
  .st-searchform-07 .btn-group .btn {
    font-size: 12px;
  }
  .st-searchform-07 h1 {
    font-size: 35px;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-searchform-08 {
  color: var(--bay-bodycolor);
  z-index: 1;
  position: absolute;
  top: 22%;
  width: 100%;
}

.st-searchform-08 form {
  margin-left: 15px;
}

.st-searchform-08 h1,
.st-searchform-08 h4,
.st-searchform-08 a {
  color: var(--bay-bodycolor);
  text-transform: uppercase;
}

.st-searchform-08 h1 {
  margin-top: 0;
  font-size: 30px;
}

.st-searchform-08 h4 {
  margin-top: 15px;
  font-size: 15px;
  margin-bottom: 5px;
}

.st-searchform-08 .dropdown-menu li {
  text-align: left;
}

.st-searchform-08 .form-group {
  padding-left: 5px;
  padding-right: 5px;
  display: block;
}

.st-searchform-08 input {
  border-radius: 4px;
}

.st-searchform-08 .btn:hover {
  color: var(--bay-bodycolor);
  background-color: none;
}

.st-searchform-08 .st-slider-display {
  margin: 5px 0;
  font-size: 13px;
}

.st-searchform-08 .st-advanced {
  margin: 10px 0;
  display: block;
}

.st-searchform-08 .ui-slider {
  height: 20px;
  border-style: none;
  background-color: transparent !important;
}

.st-searchform-08 .ui-slider-horizontal .ui-slider-handle {
  top: auto;
  border-radius: 50%;
  border: 5px solid var(--bay-bodytext);
  background: var(--bay-bodycolor);
  color: inherit;
}

.st-searchform-08 .ui-slider,
.st-searchform-08 .ui-slider-range {
  background: none;
  background-color: rgba(255, 255, 255, 0.25);
  margin-top: 6px;
  height: 20px;
}

.st-searchform-08 .ui-autocomplete {
  z-index: 9999;
}

.st-searchform-08 button {
  background-color: var(--bay-searchformbuttonsbackground);
  border-color: var(--bay-searchformbuttonsborder);
  color: var(--bay-searchformbuttonscolor);
}

.st-searchform-08 button:hover {
  background-color: var(--bay-searchformbuttonsbackground);
  border-color: var(--bay-searchformbuttonsborder);
  color: var(--bay-searchformbuttonscolor);
}

.st-searchform-08 .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-searchform-08 .nearby-search-button {
  width: 100%;
  min-width: 75px;
  padding: 0 9px;
  margin-top: 16px;
  font-size: 35px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  background-color: var(--bay-searchformbuttonsbackground);
  color: var(--bay-searchformbuttonscolor);
}

.st-searchform-08 .st-listings-getlocation {
  background-color: var(--bay-searchformbuttonsbackground);
  border-color: var(--bay-searchformbuttonsborder);
  color: var(--bay-searchformbuttonscolor);
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-searchform-08 .st-form-wrapper {
    max-width: 100%;
    margin-right: 15px;
    margin-left: 15px;
  }
  .st-searchform-08 {
    top: 12%;
    bottom: 50px;
  }
  .st-searchform-08 .st-slider-display {
    height: 10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-searchform-09 {
  background: var(--bay-bodycolor);
  color: var(--bay-bodytext);
  padding-top: 18px;
}

.st-searchform-09 form {
  margin-top: 25px;
  margin-bottom: 25px;
}

.st-searchform-09 label {
  margin-bottom: 0;
}

.st-searchform-09 .form-text-highlight {
  color: var(--bay-bodytext);
  font-size: 11px;
  margin-top: 10px;
}

.st-searchform-09 .form-row {
  margin-top: 10px;
}

.st-searchform-09 .form-control {
  color: var(--bay-bodytext);
  text-transform: uppercase;
  border-radius: 0;
  padding: 16px 0 18px 9px;
  background-color: var(--bay-bodycolor);
}

.st-searchform-09 .nav > li > a {
  padding: 5px 15px;
  border-radius: 0;
}

.st-searchform-09 .nav-tabs > li.active > a,
.st-searchform-09 .nav-tabs > li.active > a:hover,
.st-searchform-09 .nav-tabs > li.active > a:focus {
  color: var(--bay-bodytext);
  background-color: var(--bay-bodycolor);
  padding: 5px 15px;
}

.st-searchform-09 .input-lg {
  height: 45px;
}

.st-searchform-09 .iq-plusminus {
  padding: 4px 25px;
}

.st-searchform-09 .iq-textdropdown {
  padding: 4px 25px;
}

.st-searchform-09 .prop-search-button {
  width: 100%;
  margin-top: 10px;
  background: var(--bay-searchformbuttonbackground);
  color: var(--bay-highlighttext);
  height: auto;
}

.st-searchform-09 .nearby-search-button {
  width: 100%;
  color: var(--bay-highlighttext);
  margin-top: 10px;
  height: auto;
}

.st-searchform-09 button {
  background-color: var(--bay-searchformbuttonsbackground);
  border-color: var(--bay-searchformbuttonsborder);
  color: var(--bay-searchformbuttonscolor);
}

.st-searchform-09 button:hover {
  background-color: var(--bay-searchformbuttonsbackground);
  border-color: var(--bay-searchformbuttonsborder);
  color: var(--bay-searchformbuttonscolor);
}

.st-searchform-09 .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-searchform-09 .nearby-search-button {
  width: 100%;
  min-width: 75px;
  padding: 0 9px;
  margin-top: 16px;
  font-size: 35px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  background-color: var(--bay-searchformbuttonsbackground);
  color: var(--bay-searchformbuttonscolor);
}

.st-searchform-09 .st-listings-getlocation {
  background-color: var(--bay-searchformbuttonsbackground);
  border-color: var(--bay-searchformbuttonsborder);
  color: var(--bay-searchformbuttonscolor);
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-searchform-10 .btn-warning {
  background-color: var(--bay-maincolor);
  border-color: var(--bay-highlightcolor);
}

.st-searchform-10 .btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.dropdown-toggle {
  background-color: var(--bay-hovercolor);
  border-color: var(--bay-maincolor);
}

.st-searchform-10 .quick-search {
  padding: 25px 40px;
  background: rgba(255, 255, 255, 0.7);
}

.st-searchform-10 .quick-search input {
  color: var(--bay-bodycolor);
}

.st-searchform-10v2 .btn-warning {
  background-color: var(--bay-maincolor);
  border-color: var(--bay-highlightcolor);
}

.st-searchform-10v2 .btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.dropdown-toggle {
  background-color: var(--bay-hovercolor);
  border-color: var(--bay-maincolor);
}

.st-searchform-10v2 .quick-search {
  padding: 25px 40px;
  background: rgba(255, 255, 255, 0.7);
}

.st-searchform-10v2 .quick-search input {
  color: var(--bay-bodycolor);
}

.st-searchform-10v2 .btn-primary {
  background-color: var(--bay-maincolor);
}

.st-searchform-10v2 .btn-getlocation {
  background-color: var(--bay-maincolor);
  color: white;
}

.st-searchform-10v2 .btn-getlocation:hover {
  background-color: var(--bay-highlightcolor);
  color: white;
}

.st-searchform-11-container {
  min-height: 420px;
}

.st-searchform-11 {
  background-color: rgba(223, 223, 223, 0.92);
  border-radius: 4px;
  display: table;
  width: 310px;
}

.st-searchform-11 h3 {
  font-size: 18px;
  color: var(--bay-searchformbuttonsbackground);
  margin-bottom: 15px;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3);
}

.st-searchform-11 #searchform_accordion {
  color: #000000;
  height: 210px;
}

.st-searchform-11 #searchform_accordion .ui-widget-content {
  background-color: transparent;
  padding: 0;
}

.st-searchform-11 #searchform_accordion .ui-autocomplete li {
  padding: 5px 0 5px 0;
  border-style: none;
  background-color: #ffffff;
}

.st-searchform-11 #searchform_accordion .ui-accordion .ui-accordion-content {
  padding: 0;
  border-style: none;
  background-color: #ffffff;
}

.st-searchform-11 #searchform_accordion li {
  padding: 15px 30px;
  border-bottom: 1px solid #efefef;
}

.st-searchform-11 .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  display: none;
}

.st-searchform-11 .ui-accordion .ui-accordion-icons {
  padding: 0;
  color: #000000;
  font-weight: 500;
}

.st-searchform-11 span {
  color: var(--bay-searchformbuttonsbackground);
  font-weight: 500;
}

.st-searchform-11 .st-submit-search .btn {
  background-color: #246c98;
  border-color: #1f5d83;
  border-radius: 4px;
  border-width: 2px;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.st-searchform-11 .btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #1c5577;
  border-color: #133a52;
}

.st-searchform-11 .st-submit-search {
  margin: 19px 0;
}

.st-searchform-11 .fa {
  line-height: 18px;
  vertical-align: middle;
}

.st-searchform-11 .fa-chevron-up {
  color: #b3b2b2;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-searchform-11 {
    margin: 0 auto;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .st-searchform-11 {
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-searchform-11 {
    float: right;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .st-searchform-11 {
    float: right;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  .st-searchform-11 {
    float: right;
  }
}
@media (min-width: 1920px) {
  .st-searchform-11 {
    float: right;
  }
}
.st-searchform-12 {
  display: table;
}

.st-searchform-12 input {
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
}

.st-searchform-12 h1 {
  font-size: 30px;
  line-height: 70px;
  display: inline-block;
  float: left;
  margin: 0;
  color: var(--bay-bodycolor);
  text-transform: uppercase;
}

.st-searchform-12 .st-searchform-banner {
  margin: 100px 0 100px 0;
}

.st-searchform-12 .st-searchform-banner h1 {
  font-size: 60px;
  text-transform: none;
  display: block;
  float: none;
  color: var(--bay-bodycolor);
}

.st-searchform-12 .input-group .btn {
  height: 50px;
  line-height: 50px;
}

.st-searchform-12 input[type=search] {
  height: 50px;
  line-height: 50px;
}

.st-searchform-12 .btn-group {
  margin-top: 25px;
  margin-bottom: 15px;
  display: table;
  z-index: 1;
}

.st-searchform-12 .btn-group .hidden-xs,
.st-searchform-12 .btn-group .hidden-sm {
  display: inline-block !important;
}

.st-searchform-12 .btn-group .btn {
  color: var(--bay-searchformbuttonscolor);
  text-transform: uppercase;
  background-color: var(--bay-searchformbuttonsbackground);
  border: 0;
  border-right: 2px solid var(--bay-bodycolor);
  text-align: center;
  padding: 10px 0;
  font-size: 13px;
  line-height: 13px;
}

.st-searchform-12 .btn-group .btn span {
  margin-left: 4px;
}

.st-searchform-12 .btn-group .btn:last-child {
  border-right: 0;
}

.st-searchform-12 .btn-group .btn.active,
.st-searchform-12 .btn-group .btn:hover {
  background-color: var(--bay-searchformbuttonsbackground);
}

.st-searchform-12 .btn-group .btn.active div {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid var(--bay-searchformbuttonsbackground);
  position: absolute;
  bottom: -8px;
}

.st-searchform-12 .fa-search {
  color: #ffffff;
  font-size: 35px;
  padding: 0;
  border: 0;
}

.st-searchform-12 .st-searchform-advanced {
  text-decoration: none;
  color: var(--bay-bodycolor) !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  margin: 14px 0 0 0;
  float: right;
  text-transform: uppercase;
}

.st-searchform-12 .st-searchform-map {
  text-decoration: none;
  color: var(--bay-bodycolor) !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  margin: 14px 0 0 0;
  float: right;
  text-transform: uppercase;
}

.st-searchform-12 .st-searchform-map .fa {
  padding-right: 10px;
}

.st-searchform-12 .input-lg {
  height: 45px;
}

.st-searchform-12 input {
  background-color: rgba(255, 255, 255, 0.82);
}

.st-searchform-12 #iq_additional_searchfields {
  margin: 10px 0 0 0;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 15px 0 0 0;
  position: relative;
  z-index: 2;
}

.st-searchform-12 #iq_additional_searchfields .btn-group {
  margin: -26px 15px;
  width: 40px;
}

.st-searchform-12 #iq_additional_searchfields .btn-group .btn {
  padding: 5px 5px;
  background-color: transparent;
  color: var(--bay-bodytext);
  border-style: none;
}

.st-searchform-12 .st-slider-display {
  font-size: 12px;
  color: var(--bay-bodytext);
  font-weight: bold;
  margin: 5px 0 10px 0;
  display: table;
  width: 100%;
}

.st-searchform-12 .ui-slider {
  height: 10px;
}

.st-searchform-12 .ui-slider-horizontal .ui-slider-handle {
  top: -3px;
  border-radius: 50%;
  border: 5px solid var(--bay-bodytext);
  background: var(--bay-bodycolor);
  color: inherit;
}

.st-searchform-12 .ui-slider,
.st-searchform-12 .ui-slider-range {
  background: none;
  background-color: rgba(255, 255, 255, 0.82);
}

.st-searchform-12 button {
  background-color: var(--bay-searchformbuttonsbackground);
  border-color: var(--bay-searchformbuttonsborder);
  color: var(--bay-searchformbuttonscolor);
}

.st-searchform-12 button:hover {
  background-color: var(--bay-searchformbuttonsbackground);
  border-color: var(--bay-searchformbuttonsborder);
  color: var(--bay-searchformbuttonscolor);
}

.st-searchform-12 .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-searchform-12 .nearby-search-button {
  width: 100%;
  min-width: 75px;
  padding: 0 9px;
  margin-top: 16px;
  font-size: 35px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  background-color: var(--bay-searchformbuttonsbackground);
  color: var(--bay-searchformbuttonscolor);
}

.st-searchform-12 .st-listings-getlocation {
  color: var(--bay-searchformbuttonscolor);
}

.st-searchform-12 #st_listings-advancedsearch {
  background-color: var(--bay-searchformbuttonsbackground);
  border-color: var(--bay-searchformbuttonsborder);
  color: var(--bay-searchformbuttonscolor);
}

.st-searchform-12 .dropdown-menu {
  max-height: 290px;
  overflow: auto;
}

@media (max-width: 479px) {
  .st-searchform-12 .btn-group {
    margin-top: 10px;
  }
  .st-searchform-12 .btn-group .hidden-xs {
    display: none !important;
  }
  .st-searchform-12 h1 {
    font-size: 35px;
  }
  .st-searchform-12 #iq_additional_searchfields {
    margin-top: 20px;
    padding: 15px 0 0 0;
    position: relative;
    z-index: 2;
  }
  .st-searchform-12 #iq_additional_searchfields .ui-slider-horizontal .ui-slider-range {
    height: auto;
  }
  .st-searchform-12 .ui-slider,
  .st-searchform-12 .ui-slider-range {
    background: none;
    background-color: rgba(255, 255, 255, 0.82);
    margin: 20px 0 0 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .st-searchform-12 .btn-group {
    margin-top: 10px;
  }
  .st-searchform-12 h1 {
    font-size: 35px;
  }
  .st-searchform-12 .btn-group .hidden-sm {
    display: none !important;
  }
  .st-searchform-12 #iq_additional_searchfields {
    margin-top: 20px;
    padding: 15px 0 0 0;
    position: relative;
    z-index: 2;
  }
  .st-searchform-12 #iq_additional_searchfields .ui-slider-horizontal .ui-slider-range {
    height: auto;
  }
  .st-searchform-12 .ui-slider,
  .st-searchform-12 .ui-slider-range {
    background: none;
    background-color: rgba(255, 255, 255, 0.82);
    margin: 20px 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-searchform-12 .btn-group {
    margin-top: 10px;
  }
  .st-searchform-12 h1 {
    font-size: 35px;
  }
  .st-searchform-12 .btn-group .hidden-sm {
    display: none !important;
  }
  .st-searchform-12 #iq_additional_searchfields {
    margin-top: 20px;
    padding: 15px 0 0 0;
    position: relative;
    z-index: 2;
  }
  .st-searchform-12 #iq_additional_searchfields .ui-slider-horizontal .ui-slider-range {
    height: auto;
  }
  .st-searchform-12 .ui-slider,
  .st-searchform-12 .ui-slider-range {
    background: none;
    background-color: rgba(255, 255, 255, 0.82);
    margin: 20px 0 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .st-searchform-12 .btn-group .btn {
    font-size: 12px;
  }
  .st-searchform-12 h1 {
    font-size: 35px;
  }
}
.st-searchform-12v2 {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  text-align: center;
}

.st-searchform-12v2 .st-searchform-contents {
  vertical-align: middle;
  height: 100vh;
  display: table-cell;
  margin: 0 auto;
}

.st-searchform-12v2 ul li {
  text-align: left;
}

.st-searchform-12v2 input {
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
}

.st-searchform-12v2 h1 {
  font-size: 30px;
  line-height: 70px;
  display: inline-block;
  float: left;
  margin: 0;
  color: var(--bay-bodycolor);
  text-transform: uppercase;
}

.st-searchform-12v2 .st-searchform-banner {
  margin: 100px 0 100px 0;
}

.v2-07 .st-searchform-12v2 #homepage_searchform .st-searchform-banner {
  margin: 0;
}

.st-searchform-12v2 .st-searchform-banner h1 {
  font-size: 60px;
  text-transform: none;
  display: block;
  float: none;
  color: var(--bay-bodycolor);
}

.st-searchform-12v2 .input-group .btn {
  height: 50px;
  line-height: 50px;
}

.st-searchform-12v2 input[type=search] {
  height: 50px;
  line-height: 50px;
}

.st-searchform-12v2 .btn-group {
  margin-top: 25px;
  margin-bottom: 15px;
  display: table;
  z-index: 1;
}

.st-searchform-12v2 .btn-group .hidden-xs,
.st-searchform-12v2 .btn-group .hidden-sm {
  display: inline-block !important;
}

.st-searchform-12v2 .btn-group .btn {
  padding: 10px 30px;
  color: var(--bay-searchformbuttonscolor);
  text-transform: uppercase;
  background-color: var(--bay-searchformbuttonsbackground);
  border: 0;
  border-right: 2px solid var(--bay-bodycolor);
  text-align: center;
  font-size: 13px;
  line-height: 13px;
}

.st-searchform-12v2 .btn-group .btn span {
  margin-left: 4px;
}

.st-searchform-12v2 .btn-group .btn:last-child {
  border-right: 0;
}

.st-searchform-12v2 .btn-group .btn.active,
.st-searchform-12v2 .btn-group .btn:hover {
  background-color: var(--bay-searchformbuttonsbackground);
}

.st-searchform-12v2 .btn-group .btn.active div {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid var(--bay-searchformbuttonsbackground);
  position: absolute;
  bottom: -8px;
}

.st-searchform-12v2 .fa-search {
  color: #ffffff;
  font-size: 35px;
  padding: 0;
  border: 0;
}

.st-searchform-12v2 .st-searchform-advanced {
  text-decoration: none;
  color: var(--bay-bodycolor) !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  margin: 14px 0 0 0;
  float: right;
  text-transform: uppercase;
}

.st-searchform-12v2 .st-searchform-map {
  text-decoration: none;
  color: var(--bay-bodycolor) !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  margin: 14px 0 0 0;
  float: right;
  text-transform: uppercase;
}

.st-searchform-12v2 .st-searchform-map .fa {
  padding-right: 10px;
}

.st-searchform-12v2 .input-lg {
  height: 45px;
}

.st-searchform-12v2 input {
  background-color: rgba(255, 255, 255, 0.82);
}

.st-searchform-12v2 #iq_additional_searchfields {
  margin: 10px 0 0 0;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 15px 0 15px 0;
  position: relative;
  z-index: 2;
}

.st-searchform-12v2 #iq_additional_searchfields .btn-group {
  margin: -26px 15px;
  width: 40px;
}

.st-searchform-12v2 #iq_additional_searchfields .btn-group .btn {
  padding: 5px 5px;
  background-color: transparent;
  color: var(--bay-bodytext);
  border-style: none;
}

.st-searchform-12v2 .st-slider-display {
  font-size: 12px;
  color: var(--bay-bodytext);
  font-weight: bold;
  margin: 5px 0 10px 0;
  display: table;
  width: 100%;
}

.st-searchform-12v2 .ui-slider {
  height: 10px;
}

.st-searchform-12v2 .ui-slider-horizontal .ui-slider-handle {
  top: -3px;
  border-radius: 50%;
  border: 5px solid var(--bay-bodytext);
  background: var(--bay-bodycolor);
  color: inherit;
}

.st-searchform-12v2 .ui-slider,
.st-searchform-12v2 .ui-slider-range {
  background: none;
  background-color: rgba(255, 255, 255, 0.82);
}

.st-searchform-12v2 button {
  background-color: var(--bay-searchformbuttonsbackground);
  border-color: var(--bay-searchformbuttonsborder);
  color: var(--bay-searchformbuttonscolor);
}

.st-searchform-12v2 button:hover {
  background-color: var(--bay-searchformbuttonsbackground);
  border-color: var(--bay-searchformbuttonsborder);
  color: var(--bay-searchformbuttonscolor);
}

.st-searchform-12v2 .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-searchform-12v2 .nearby-search-button {
  width: 100%;
  min-width: 75px;
  padding: 0 9px;
  margin-top: 16px;
  font-size: 35px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  background-color: var(--bay-searchformbuttonsbackground);
  color: var(--bay-searchformbuttonscolor);
}

.st-searchform-12v2 .st-listings-getlocation {
  color: var(--bay-searchformbuttonscolor);
}

.st-searchform-12v2 #st_listings-advancedsearch {
  background-color: var(--bay-searchformbuttonsbackground);
  border-color: var(--bay-searchformbuttonsborder);
  color: var(--bay-searchformbuttonscolor);
}

.st-searchform-12v2 .dropdown-menu {
  max-height: 290px;
  overflow: auto;
}

@media (max-width: 479px) {
  .st-searchform-12v2 .btn-group {
    margin-top: 10px;
  }
  .st-searchform-12v2 .btn-group .hidden-xs {
    display: none !important;
  }
  .st-searchform-12v2 h1 {
    font-size: 35px;
  }
  .st-searchform-12v2 #iq_additional_searchfields {
    margin-top: 20px;
    padding: 15px 0 0 0;
    position: relative;
    z-index: 2;
  }
  .st-searchform-12v2 #iq_additional_searchfields .ui-slider-horizontal .ui-slider-range {
    height: auto;
  }
  .st-searchform-12v2 .ui-slider,
  .st-searchform-12v2 .ui-slider-range {
    background: none;
    background-color: rgba(255, 255, 255, 0.82);
    margin: 20px 0 0 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .st-searchform-12v2 .btn-group {
    margin-top: 10px;
  }
  .st-searchform-12v2 h1 {
    font-size: 35px;
  }
  .st-searchform-12v2 .btn-group .hidden-sm {
    display: none !important;
  }
  .st-searchform-12v2 #iq_additional_searchfields {
    margin-top: 20px;
    padding: 15px 0 15px 0;
    position: relative;
    z-index: 2;
  }
  .st-searchform-12v2 #iq_additional_searchfields .ui-slider-horizontal .ui-slider-range {
    height: auto;
  }
  .st-searchform-12v2 .ui-slider,
  .st-searchform-12v2 .ui-slider-range {
    background: none;
    background-color: rgba(255, 255, 255, 0.82);
    margin: 20px 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-searchform-12v2 .btn-group {
    margin-top: 10px;
  }
  .st-searchform-12v2 h1 {
    font-size: 35px;
  }
  .st-searchform-12v2 .btn-group .hidden-sm {
    display: none !important;
  }
  .st-searchform-12v2 #iq_additional_searchfields {
    margin-top: 20px;
    padding: 15px 0 15px 0;
    position: relative;
    z-index: 2;
  }
  .st-searchform-12v2 #iq_additional_searchfields .ui-slider-horizontal .ui-slider-range {
    height: auto;
  }
  .st-searchform-12v2 .ui-slider,
  .st-searchform-12v2 .ui-slider-range {
    background: none;
    background-color: rgba(255, 255, 255, 0.82);
    margin: 20px 0 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .st-searchform-12v2 .btn-group .btn {
    font-size: 12px;
  }
  .st-searchform-12v2 h1 {
    font-size: 35px;
  }
}
.st-searchform-13 {
  color: var(--bay-bodycolor);
  z-index: 1;
  position: absolute;
  top: 22%;
  width: 100%;
}

.st-searchform-13 form {
  margin-left: 15px;
}

.st-searchform-13 h1,
.st-searchform-13 h4,
.st-searchform-13 a {
  color: var(--bay-bodycolor);
  text-transform: uppercase;
}

.st-searchform-13 h1 {
  color: #ffffff;
  margin-top: 0;
  font-size: 30px;
}

.st-searchform-13 h4 {
  color: #ffffff;
  margin-top: 10px;
  font-size: 13px;
  margin-bottom: 12px;
}

.st-searchform-13 .st-form-wrapper {
  background-color: rgba(37, 78, 117, 0.4);
  border: 1px solid #cccccc;
  padding: 20px;
  border-radius: 5px;
}

.st-searchform-13 .dropdown-menu li {
  text-align: left;
}

.st-searchform-13 input {
  border-radius: 0 !important;
}

.st-searchform-13 .btn:hover {
  color: var(--bay-bodycolor);
  background-color: none;
}

.st-searchform-13 .st-slider-display {
  margin: 11px 0;
  font-size: 10px;
}

.st-searchform-13 .st-advanced {
  color: #ffffff;
  margin: 10px 0;
  display: block;
}

.st-searchform-13 .input-group {
  margin-bottom: 10px;
}

.st-searchform-13 .ui-slider {
  height: 19px;
}

.st-searchform-13 .ui-slider-horizontal .ui-slider-handle {
  top: -5px;
  border-radius: 50%;
  border: 5px solid var(--bay-bodytext);
  background: var(--bay-bodycolor);
  color: inherit;
}

.st-searchform-13 .ui-slider,
.st-searchform-08 .ui-slider-range {
  background: none;
  background-color: rgba(255, 255, 255, 0.8);
  height: 5px !important;
}

.st-searchform-13 .ui-slider,
.st-searchform-08 .ui-widget.ui-widget-content {
  border-style: none !important;
}

.st-searchform-13 #ui-id-1 {
  z-index: 99999;
  position: relative;
}

.st-searchform-13 button {
  background-color: var(--bay-searchformbuttonsbackground);
  border-color: var(--bay-searchformbuttonsborder);
  color: var(--bay-searchformbuttonscolor);
}

.st-searchform-13 button:hover {
  background-color: var(--bay-searchformbuttonsbackground);
  border-color: var(--bay-searchformbuttonsborder);
  color: var(--bay-searchformbuttonscolor);
}

.st-searchform-13 .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-searchform-13 .nearby-search-button {
  width: 100%;
  min-width: 75px;
  padding: 0 9px;
  margin-top: 16px;
  font-size: 35px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  background-color: var(--bay-searchformbuttonsbackground);
  color: var(--bay-searchformbuttonscolor);
}

.st-searchform-13 .st-listings-getlocation {
  background-color: var(--bay-searchformbuttonsbackground);
  border-color: var(--bay-searchformbuttonsborder);
  color: var(--bay-searchformbuttonscolor);
}

.st-searchform-13 .dropdown-menu {
  max-height: 180px !important;
  overflow: auto !important;
}

.st-searchform-13 .st-florida-keys .st0 {
  fill: transparent;
}

.st-searchform-13 .st-florida-keys .st1 {
  fill: #ffffff;
  enable-background: new;
  opacity: 0.8;
}

.st-searchform-13 .st-florida-keys .st2 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 0.25;
}

.st-searchform-13 .st-florida-keys .st3 {
  fill: var(--bay-searchformbuttonsbackground);
  enable-background: new;
}

.st-searchform-13 .st-florida-keys .st4 {
  fill: #ffffff;
}

.st-searchform-13 .st-florida-keys .st5 {
  fill: #ffffff;
}

.st-searchform-13 .st-florida-keys .st6 {
  fill: transparent;
  stroke: #005289;
  stroke-width: 0.5;
  cursor: pointer;
}

.st-searchform-13 .st-florida-keys .st7 {
  fill: #231f20;
}

.st-searchform-13 .st-florida-keys .st6:hover {
  fill: rgba(255, 255, 255, 0.5);
}

.st-searchform-wrapper .iq-selectdropdown {
  position: absolute !important;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-searchform-13 .st-form-wrapper {
    max-width: 100%;
    margin-right: 15px;
    margin-left: 15px;
  }
  .st-searchform-13 {
    top: 12%;
    bottom: 50px;
  }
  .st-searchform-13 .st-slider-display {
    height: 10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
/* // SEARCHFORMS */
/* ICONS */
.st-icons-01 {
  background-color: var(--bay-maincolor);
  padding: 0 0 20px 0;
  text-align: center;
}

.st-icons-01 h1 {
  font-size: 36px;
  color: var(--bay-highlighttext);
}

.st-icons-01 a {
  font-size: 50px;
  color: var(--bay-highlighttext);
  text-decoration: none;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-icons-01 h1 {
    font-size: 24px;
    color: var(--bay-highlighttext);
  }
  .st-icons-01 a {
    font-size: 35px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-icons-01 h1 {
    font-size: 24px;
    color: var(--bay-highlighttext);
  }
  .st-icons-01 a {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-icons-01 h1 {
    font-size: 26px;
    color: var(--bay-highlighttext);
  }
  .st-icons-01 a {
    font-size: 45px;
  }
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  .st-icons-01 h1 {
    font-size: 26px;
    color: var(--bay-highlighttext);
  }
  .st-icons-01 a {
    font-size: 45px;
  }
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-icons-02 {
  position: relative;
  padding-top: 25px;
  text-align: center;
}

.st-icons-02 a {
  text-decoration: none;
  color: var(--bay-maincolor);
  display: block;
  margin: 10px 0 25px 0;
}

.st-icons-02 .st-icon {
  background-color: var(--bay-maincolor);
  border-radius: 50%;
  padding: 20px 15px;
  margin: auto;
  display: table;
}

.st-icons-02 .st-icon a {
  font-size: 25px;
  line-height: 25px;
  color: var(--bay-bodycolor);
  margin: 0;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-icons-02 .st-icon a {
    font-size: 25px;
    line-height: 25px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-icons-02 .st-icon a {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-icons-03 {
  text-align: center;
  padding: 25px 0;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  border-bottom: 10px solid var(--bay-highlightcolor);
  position: relative;
}

.st-icons-03 a {
  text-decoration: none;
  color: var(--bay-bodytext);
  display: block;
  margin: 10px 0 0 0;
}

.st-icons-03 .st-icon {
  background-color: var(--bay-searchformbuttonsbackground);
  border-radius: 50%;
  padding: 15px;
  margin: auto;
  display: table;
}

.st-icons-03 .st-icon a {
  font-size: 25px;
  line-height: 25px;
  color: var(--bay-bodycolor);
  margin: 0;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-icons-03 .st-icon a {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-icons-03 .st-icon a {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-icons-04 #icons {
  padding: 40px 0;
  width: 100%;
}

.st-icons-04 #icons h2 {
  display: block;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 60px;
  text-align: center;
  text-transform: uppercase;
}

.st-icons-04 #icons h2 small {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
  white-space: break-spaces;
  line-height: 2.5rem;
}

.st-icons-04 .icons-container {
  display: block;
  margin-bottom: 20px;
}

.st-icons-04 .icons-container:hover > .icons-icon a {
  box-shadow: 0 0 0 5px var(--bay-maincolor);
  -moz-box-shadow: 0 0 0 5px var(--bay-maincolor);
  -ms-box-shadow: 0 0 0 5px var(--bay-maincolor);
  -o-box-shadow: 0 0 0 5px var(--bay-maincolor);
  -webkit-box-shadow: 0 0 0 4px var(--bay-maincolor);
}

.st-icons-04 .icons-icon {
  display: block;
  margin-bottom: 20px;
}

.st-icons-04 .icons-icon a {
  background: var(--bay-maincolor);
  border: 8px solid #fff;
  border-radius: 100%;
  display: block;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  position: relative;
  -webkit-border-radius: 105%;
  width: 100px;
}

.st-icons-04 .icons-icon a > i {
  color: #fff;
  font-size: 45px;
  height: 45px;
  left: 50%;
  margin-left: -22px;
  margin-top: -22px;
  position: absolute;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 45px;
}

.st-icons-04 .icons-content {
  text-align: center;
}

.st-icons-04 .icons-content h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-icons-05 {
  text-align: center;
  width: 100%;
  position: relative;
}

.st-icons-05 a {
  text-decoration: none;
  color: var(--bay-bodytext);
  display: block;
  margin: 10px 0 0 0;
}

.st-icons-05 .st-icon {
  background-color: var(--bay-bodytext);
  border-radius: 50%;
  padding: 15px;
  margin: auto;
  display: table;
}

.st-icons-05 .st-icon a {
  font-size: 25px;
  line-height: 25px;
  color: var(--bay-bodycolor);
  margin: 0;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-icons-05 .st-icon a {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-icons-05 .st-icon a {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
/* // ICONS */
/* MYPORTAL */
.st-myportal-01 {
  padding: 40px 0;
  background: var(--bay-maincolor);
  color: #ffffff;
}

.st-myportal-01 .st-myportal-01-title {
  font-size: 45px;
  text-transform: uppercase;
  margin-bottom: 3px;
  margin-top: 10px;
  color: var(--bay-bodycolor);
}

.st-myportal-01 .st-myportal-01-subtitle {
  text-transform: uppercase;
  color: var(--bay-bodycolor);
  margin-top: 0;
  margin-bottom: 25px;
}

.st-myportal-01 .fa-search {
  font-size: 48px;
  margin-top: -2px;
}

.st-myportal-01 .st-myportal-description {
  margin: 0;
}

.st-myportal-01 .st-myportal-register {
  text-transform: uppercase;
  color: var(--bay-bodycolor) !important;
  background-color: var(--bay-maincolor);
  border: 1px solid var(--bay-bodycolor);
}

.st-myportal-01 .st-myportal-signin {
  text-transform: uppercase;
  background: var(--bay-bodycolor);
  color: var(--bay-bodytext);
}

.st-myportal-01 .st-myportal-footer {
  text-align: center;
  position: relative;
}

.st-myportal-01 .st-myportal-footer .st-myportal-arrow {
  background-color: var(--bay-maincolor);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 40px;
  z-index: 2;
  padding: 5px;
  display: table;
}

.st-myportal-01 .st-myportal-footer .fa-angle-down {
  top: 0;
  font-size: 46px;
  color: var(--bay-bodycolor);
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-myportal-01 .st-myportal-01-title {
    font-size: 30px;
  }
  .st-myportal-01 .st-myportal-01-subtitle {
    font-size: 16px;
  }
  .st-myportal-01 .st-myportal-description {
    margin-bottom: 15px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-myportal-02 {
  padding: 40px 0;
  background: var(--bay-maincolor);
  color: #ffffff;
}

.st-myportal-02 h1 {
  font-size: 45px;
  text-transform: uppercase;
  margin-bottom: 3px;
  margin-top: 10px;
  color: var(--bay-bodycolor);
}

.st-myportal-02 h4 {
  text-transform: uppercase;
  color: var(--bay-bodycolor);
  margin-top: 0;
  margin-bottom: 25px;
}

.st-myportal-02 .fa-search {
  font-size: 48px;
  margin-top: -2px;
}

.st-myportal-02 .st-myportal-description {
  margin: 0;
}

.st-myportal-02 .st-myportal-register {
  text-transform: uppercase;
  color: var(--bay-bodycolor) !important;
  background-color: var(--bay-maincolor);
  border: 1px solid var(--bay-bodycolor);
}

.st-myportal-02 .st-myportal-signin {
  text-transform: uppercase;
  background: var(--bay-bodycolor);
  color: var(--bay-bodytext);
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-myportal-02 h1 {
    font-size: 30px;
  }
  .st-myportal-02 h4 {
    font-size: 16px;
  }
  .st-myportal-02 .st-myportal-description {
    margin-bottom: 15px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-myportal-03 {
  padding: 15px 0 10px 0;
  background: var(--bay-maincolor);
  color: #ffffff;
  text-transform: uppercase;
  box-shadow: -5px -1px 5px 0 rgba(0, 0, 0, 0.5);
}

.st-myportal-03 .st-sign-in-btn {
  padding-right: 2px;
  line-height: 22px;
  vertical-align: middle;
  text-transform: uppercase;
  width: 45%;
  background: #fff;
  color: #000000;
  border: 0;
  font-size: 13px;
  border-bottom: 4px solid #ccc;
}

.st-myportal-03 .st-myportal-register {
  padding-right: 2px;
  line-height: 22px;
  vertical-align: middle;
  text-transform: uppercase;
  min-width: 45%;
  background: #fff;
  color: #000000;
  border: 0;
  font-size: 13px;
  border-bottom: 4px solid #ccc;
}

.st-myportal-03 .st-portal-caret-right {
  color: #ffb02a;
  padding-right: 14px;
  font-size: 20px;
  line-height: 22px;
}

.st-myportal-03 .st-myportal-text {
  padding-left: 15px;
  font-size: 16px;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-myportal-03 {
    padding: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-myportal-03 {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
  .st-myportal-03 .st-myportal-text {
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-myportal-04 {
  padding: 15px 0 10px 0;
  background: var(--bay-highlightcolor);
  color: var(--bay-highlighttext);
  text-transform: uppercase;
}

.st-myportal-04 .st-signin-btn {
  padding-right: 2px;
  height: 32px;
  text-transform: uppercase;
  width: 45%;
  background: #fff;
  color: var(--bay-highlightcolor);
  border: 0;
  font-size: 13px;
  border-bottom: 4px solid var(--bay-sitecolor);
}

.st-myportal-04 .st-register-btn {
  padding-right: 2px;
  height: 32px;
  text-transform: uppercase;
  width: 45%;
  background: #fff;
  color: var(--bay-highlightcolor);
  border: 0;
  font-size: 13px;
  border-bottom: 4px solid var(--bay-sitecolor);
}

.st-myportal-04 .st-myportal-text {
  padding-left: 15px;
  font-size: 18px;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-myportal-05 {
  padding: 40px 0;
  background: var(--bay-maincolor);
  color: var(--bay-highlighttext);
}

.st-myportal-05 h1 {
  font-size: 45px;
  text-transform: uppercase;
  margin-bottom: 3px;
  margin-top: 10px;
  color: var(--bay-bodycolor);
}

.st-myportal-05 h4 {
  text-transform: uppercase;
  color: var(--bay-bodycolor);
  margin-top: 0;
  margin-bottom: 25px;
}

.st-myportal-05 .st-myportal-description {
  margin: 0;
}

.st-myportal-05 .st-myportal-register {
  text-transform: uppercase;
  color: var(--bay-bodycolor) !important;
  background-color: var(--bay-maincolor);
  border: 1px solid var(--bay-bodycolor);
}

.st-myportal-05 .st-myportal-signin {
  text-transform: uppercase;
  background: var(--bay-bodycolor);
  color: var(--bay-bodytext);
}

.st-myportal-05 .st-myportal-footer {
  text-align: center;
  position: relative;
}

.st-myportal-05 .st-myportal-footer .st-myportal-arrow {
  background-color: var(--bay-maincolor);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 40px;
  z-index: 2;
  padding: 5px;
  display: table;
}

.st-myportal-05 .st-myportal-footer .fa-angle-down {
  top: 0;
  font-size: 46px;
  color: var(--bay-bodycolor);
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-myportal-05 h1 {
    font-size: 30px;
  }
  .st-myportal-05 h4 {
    font-size: 16px;
  }
  .st-myportal-05 .st-myportal-description {
    margin-bottom: 15px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-myportal-06 #subscribe {
  background-color: #f4f4f4;
  background-image: url(../img/bgfooter.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover !important;
  -moz-background-size: cover !important;
  -ms-background-size: cover !important;
  -o-background-size: cover !important;
  padding: 60px 0 55px;
  -webkit-background-size: cover !important;
  width: 100%;
}

.st-myportal-06 #subscribe h3 {
  font-size: 32px;
  line-height: 38px;
  color: #666666;
  margin-top: 5px;
  text-transform: uppercase;
}

.st-myportal-06 .subscribe-button {
  background-color: var(--bay-maincolor);
  color: #ffffff;
  padding: 8px;
  line-height: 53px;
  vertical-align: middle;
}

.st-myportal-06 .btn-warning {
  background-color: var(--bay-maincolor);
  border-color: var(--bay-highlightcolor);
  width: 100%;
  font-size: 14px;
}

.st-myportal-06 .btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.dropdown-toggle {
  background-color: var(--bay-hovercolor);
  border-color: var(--bay-maincolor);
}

/* // MYPORTAL */
/* PANEL */
.st-panel-01 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 250px 10px;
  text-align: center;
  color: var(--bay-bodycolor);
}

.st-panel-01 h1 {
  color: white;
  margin-top: 0;
  font-size: 60px;
}

.st-panel-01 p {
  margin-bottom: 0;
  text-align: center;
  font-size: 16px;
}

.st-panel-01 a {
  border: 2px solid white;
  padding: 10px;
  display: inline-block;
  color: white;
  margin-top: 5px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.st-panel-01 a:hover {
  border: 2px solid white;
  padding: 10px;
  display: inline-block;
  color: white;
  margin-top: 5px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-panel-01 h1 {
    font-size: 30px;
  }
  .st-panel-01 p {
    font-size: 14px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-panel-01 h1 {
    font-size: 30px;
  }
  .st-panel-01 p {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  .st-panel-01 h1 {
    font-size: 30px;
  }
  .st-panel-01 p {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-panel-02 {
  padding-top: 86px;
  padding-bottom: 73px;
  border-top: 10px solid var(--bay-highlightcolor);
  background-size: cover;
}

.st-panel-02 .st-panel {
  width: 330px;
  margin: 10px 0 10px auto;
  text-align: center;
  padding: 64px 33px 33px 33px;
  background-color: #313131;
}

.st-panel-02 .st-panel .btn {
  color: #ffffff;
  background-color: #246c98;
  border-color: #1f5d83;
  border-radius: 4px;
  border-width: 2px;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.st-panel-02 .st-panel img {
  margin-bottom: 40px;
}

.st-panel-02 .btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #1c5577;
  border-color: #133a52;
}

.st-panel-02 .btn {
  background-color: #246c98;
  border-color: #1f5d83;
  border-radius: 4px;
  border-width: 2px;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #ffffff;
}

@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-panel-02 .st-panel {
    margin-right: auto;
    width: 290px;
    padding: 40px 15px 15px 15px;
  }
}
/* // PANEL */
/* PANELS */
.st-panels-01 .st-panel {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: table;
}

.st-25 .st-panels-01 .st-panel {
  padding: 0;
}

.st-panels-01 .st-panel img {
  width: 100%;
  height: auto;
}

.st-panels-01 .st-panel-contents {
  text-align: left;
  color: var(--bay-bodycolor);
  padding: 40px;
  position: absolute;
  bottom: 0;
}

.st-panels-01 .st-panel-title {
  text-transform: uppercase;
  font-size: 45px;
  margin: 0;
  color: var(--bay-bodycolor);
  margin-top: 0;
  margin-bottom: 5px;
}

.st-panels-01 p {
  font-size: 16px;
  color: var(--bay-bodycolor);
}

.st-panels-01 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 a:visited {
  color: var(--bay-bodycolor);
}

.st-panels-01 a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-panels-01 .st-panel-contents {
    padding: 30px;
  }
  .st-panels-01 .st-panel-title {
    font-size: 24px;
  }
  .st-panels-01 p {
    font-size: 14px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-panels-01 .st-panel-contents {
    padding: 30px;
  }
  .st-panels-01 .st-panel-title {
    font-size: 28px;
  }
  .st-panels-01 p {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  .st-panels-01 .st-panel-contents {
    padding: 30px;
  }
  .st-panels-01 .st-panel-title {
    font-size: 28px;
  }
  .st-panels-01 p {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-panels-02 .st-panel {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: table;
}

.st-panels-02 .st-panel img {
  width: 100%;
  height: auto;
}

.st-panels-02 .st-panel-contents {
  text-align: left;
  color: var(--bay-bodycolor);
  padding: 40px;
  position: absolute;
  bottom: 0;
}

.st-panels-02 h1 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 40px;
  margin: 0;
  color: var(--bay-bodycolor);
}

.st-panels-02 p {
  font-size: 16px;
  color: var(--bay-bodycolor);
}

.st-panels-02 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-02 a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-panels-02 .st-panel-contents {
    padding: 30px;
  }
  .st-panels-02 h1 {
    font-size: 30px;
  }
  .st-panels-02 p {
    font-size: 14px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-panels-02 .st-panel-contents {
    padding: 30px;
  }
  .st-panels-02 h1 {
    font-size: 30px;
  }
  .st-panels-02 p {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  .st-panels-02 .st-panel-contents {
    padding: 30px;
  }
  .st-panels-02 h1 {
    font-size: 30px;
  }
  .st-panels-02 p {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
  .st-panels-02 .st-panel-contents {
    padding: 30px;
  }
  .st-panels-02 h1 {
    font-size: 30px;
  }
  .st-panels-02 p {
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-panels-03 .st-panel {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: table;
}

.st-panels-03 .st-panel img {
  width: 100%;
  height: auto;
}

.st-panels-03 .st-panel-contents {
  text-align: left;
  color: var(--bay-bodycolor);
  padding: 40px;
  position: absolute;
  bottom: 0;
}

.st-panels-03 h1 {
  color: var(--bay-bodycolor);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 40px;
  margin: 0;
}

.st-panels-03 p {
  font-size: 16px;
  color: var(--bay-bodycolor);
}

.st-panels-03 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-03 a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-panels-03 .st-panel-contents {
    padding: 30px;
  }
  .st-panels-03 h1 {
    font-size: 30px;
  }
  .st-panels-03 p {
    font-size: 14px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-panels-03 .st-panel-contents {
    padding: 30px;
  }
  .st-panels-03 h1 {
    font-size: 30px;
  }
  .st-panels-03 p {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  .st-panels-03 .st-panel-contents {
    padding: 30px;
  }
  .st-panels-03 h1 {
    font-size: 30px;
  }
  .st-panels-03 p {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
  .st-panels-03 .st-panel-contents {
    padding: 30px;
  }
  .st-panels-03 h1 {
    font-size: 30px;
  }
  .st-panels-03 p {
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-panels-04 .st-panel {
  height: 600px;
}

.st-panels-04 .st-panel img {
  width: 100%;
  height: auto;
}

.st-panels-04 .st-panel-contents {
  text-align: left;
  color: var(--bay-bodycolor);
  padding: 40px;
  position: absolute;
  bottom: 0;
}

.st-panels-04 .st-panel-image {
  padding: 40px;
  position: absolute;
  top: 0;
}

.st-panels-04 .st-panel-image img {
  max-width: 75%;
  max-height: 25%;
}

.st-panels-04 h1 {
  text-transform: uppercase;
  font-size: 45px;
  margin: 0;
  color: var(--bay-bodycolor);
  margin-top: 0;
  margin-bottom: 5px;
}

.st-panels-04 p {
  font-size: 16px;
  color: var(--bay-bodycolor);
}

.st-panels-04 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-04 a:visited,
.st-panels-04 a:hover {
  color: var(--bay-bodycolor);
  text-decoration: none;
}

.st-panels-04 a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-panels-04 .st-panel {
    height: 215px;
  }
  .st-panels-04 .st-panel-contents {
    padding: 30px;
  }
  .st-panels-04 h1 {
    font-size: 30px;
  }
  .st-panels-04 p {
    font-size: 14px;
  }
  .st-panels-04 .st-panel-image {
    padding: 30px;
    position: absolute;
    top: 0;
  }
  .st-panels-04 .st-panel-image img {
    max-width: 75%;
    max-height: 25%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-panels-04 .st-panel {
    height: 215px;
  }
  .st-panels-04 .st-panel-contents {
    padding: 30px;
  }
  .st-panels-04 h1 {
    font-size: 30px;
  }
  .st-panels-04 p {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  .st-panels-04 .st-panel {
    height: 215px;
  }
  .st-panels-04 .st-panel-contents {
    padding: 30px;
  }
  .st-panels-04 h1 {
    font-size: 30px;
  }
  .st-panels-04 p {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
  .st-panels-04 .st-panel {
    height: 265px;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
  .st-panels-04 .st-panel {
    height: 320px;
  }
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
/* // PANELS */
/* Social */
.st-social-01 {
  background-color: var(--bay-highlightcolor);
  color: var(--bay-highlighttext);
  text-transform: uppercase;
  padding: 10px;
  height: 50px;
}

.st-social-01 .st-social-links {
  background-color: var(--bay-highlightcolor);
  color: var(--bay-highlighttext);
  text-transform: uppercase;
  font-size: 14px;
}

.st-social-01 .st-social-links a {
  color: var(--bay-highlighttext);
  font-size: 14px;
  margin-right: 5px;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-social-01 {
    height: 70px;
  }
  .st-social-01 .st-social-links {
    float: none !important;
    text-align: center;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-social-01 {
    height: 70px;
  }
  .st-social-01 .st-social-links {
    float: none !important;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
/* // Social */
/* CALLOUTS */
.st-callout-01 {
  background-color: var(--bay-sitecolor);
  color: var(--bay-bodytext);
  width: 100%;
  display: table;
  padding: 40px 0;
}

.st-callout-01 table {
  margin: auto;
  text-align: left;
}

.st-callout-01 h1 {
  font-size: 45px;
  text-transform: uppercase;
  margin: 0 0 0 0;
  color: var(--bay-bodytext);
  margin-top: 0;
  margin-bottom: 5px;
}

.st-callout-01 .st-callout-image img {
  max-width: 90px;
  margin-right: 15px;
}

.st-callout-01 .st-callout-content {
  font-size: 16px;
}

.st-callout-01 .st-callout-content a {
  margin-left: 5px;
  font-style: italic;
  font-weight: 600;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-callout-01 h1 {
    font-size: 30px;
  }
  .st-callout-01 img {
    max-width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-callout-01 h1 {
    font-size: 30px;
  }
  .st-callout-01 img {
    max-height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  .st-callout-01 h1 {
    font-size: 35px;
  }
  .st-callout-01 img {
    max-height: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-callout-03 {
  padding: 50px 0 35px 0;
  background-color: var(--bay-sitecolor);
  border-top: 1px solid var(--bay-highlighttext);
}

.st-callout-03 h3 {
  text-align: center;
  color: var(--bay-bodytext);
  text-transform: uppercase;
}

.st-callout-03 a {
  display: block;
  margin-bottom: 15px;
}

.st-callout-04 {
  padding: 40px 0;
  background-color: var(--bay-sitecolor);
}

.st-callout-04 h3,
.st-callout-04 h4 {
  text-transform: uppercase;
}

.st-callout-04 .img-circle {
  margin: 15px 0;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.st-callout-04 .img-circle img {
  width: 100%;
  height: auto;
}

.st-callout-04v2 {
  padding: 40px 0;
  background-color: var(--bay-sitecolor);
}

.st-callout-04v2 h3,
.st-callout-04v2 h4 {
  text-transform: uppercase;
}

.st-callout-04v2 .img-circle {
  margin: 15px 0 30px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.st-callout-04v2 .img-circle img {
  width: 100%;
  height: auto;
}

.st-callout-05 {
  margin-bottom: 20px;
}

.st-callout-05 .st-orange-banner {
  background-color: #f7b74a;
  width: 100%;
  height: 54px;
  border-top: 1 px solid #fec668;
  border-bottom: 1px solid #e8a93e;
  position: absolute;
}

.st-callout-05 .st-callout-container {
  padding: 25px 0 0 0;
}

.st-callout-05 h3 {
  font-size: 14px;
  color: var(--bay-highlightcolor);
}

.st-callout-05 h4 {
  font-size: 14px;
  color: var(--bay-highlightcolor);
  font-style: italic;
}

.st-callout-05 .st-callout-image-container {
  height: 360px;
  overflow: hidden;
}

.st-callout_group_01 {
  padding: 50px 0 50px 0;
  background-color: var(--bay-maincolor);
}

.st-callout_group_01 h1 {
  margin: 0;
  color: #ffffff;
  font-size: 30px;
}

.st-callout_group_01 img {
  margin-right: 20px;
  max-height: 60px;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-callout_group_01 h1 {
    margin: 0;
    color: #ffffff;
    font-size: 24px;
  }
  .st-callout_group_01 img {
    max-width: 250px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-callout_group_01 h1 {
    margin: 0;
    color: #ffffff;
    font-size: 24px;
  }
  .st-callout_group_01 img {
    max-width: 250px;
  }
}
.st-callout_group_02 {
  padding: 50px 0 50px 0;
  background-color: var(--bay-maincolor);
}

.st-callout_group_02 h1 {
  margin: 0;
  color: #ffffff;
  font-size: 30px;
}

.st-callout_group_02 img {
  margin-right: 20px;
  max-height: 60px;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-callout_group_02 h1 {
    margin: 0;
    color: #ffffff;
    font-size: 24px;
  }
  .st-callout_group_02 img {
    max-width: 280px;
  }
  .st-callout_group_02 a img {
    max-width: 250px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-callout_group_02 h1 {
    margin: 0;
    color: #ffffff;
    font-size: 24px;
  }
  .st-callout_group_02 img {
    max-width: 250px;
  }
}
/* // CALLOUTS */
/* INTRO */
.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);
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-intro-wrapper p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-intro-wrapper p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-intro-02 {
  background-color: var(--bay-maincolor);
  color: var(--bay-highlighttext);
}

.st-intro-02 h1 {
  margin: 60px 0 0 40px;
  color: var(--bay-highlighttext);
  font-size: 45px;
}

.st-intro-02 .st-intro-text {
  padding: 40px;
}

.st-intro-02 .st-bg-container {
  background-size: cover;
  background-position: right;
  min-height: 610px;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-intro-02 h1 {
    font-size: 24px;
  }
  .st-intro-02 .st-bg-container {
    background-image: none !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-intro-02 h1 {
    font-size: 24px;
  }
  .st-intro-02 .st-bg-container {
    background-image: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
  .st-intro-02 h1 {
    font-size: 40px;
  }
  .st-intro-02 .st-bg-container {
    background-image: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-intro-03 {
  background-color: var(--bay-introbackground);
  padding: 20px 0;
}

.st-intro-03 p {
  text-align: justify;
  color: var(--bay-introcolor);
  font-size: 18px;
  line-height: 33px;
}

.st-intro-03 a {
  color: var(--bay-introcolor);
}

/* // INTRO */
/* CAREER */
.st-career-01 {
  background-color: var(--bay-maincolor);
  color: var(--bay-bodycolor);
  width: 100%;
  display: table;
  padding: 40px 0;
  border-bottom: 1px solid var(--bay-bodycolor);
}

.st-career-01 table {
  margin: auto;
  text-align: left;
}

.st-career-01 h1 {
  color: var(--bay-bodycolor);
  font-size: 45px;
  text-transform: uppercase;
  margin: 0 0 0 0;
  margin-top: 0;
  margin-bottom: 5px;
}

@media (max-width: 479px) {
  .st-career-01 h1 {
    font-size: 30px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .st-career-01 h1 {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-career-01 h1 {
    font-size: 35px;
  }
}
.st-career-01v2 {
  background-color: var(--bay-maincolor);
  color: var(--bay-bodycolor);
  width: 100%;
  display: table;
  padding: 40px 0;
  border-bottom: 1px solid var(--bay-bodycolor);
}

.st-career-01v2 table {
  margin: auto;
  text-align: left;
}

.st-career-01v2 h1 {
  color: var(--bay-bodycolor);
  font-size: 45px;
  text-transform: uppercase;
  margin: 0 0 0 0;
  margin-top: 0;
  margin-bottom: 5px;
}

@media (max-width: 479px) {
  .st-career-01v2 h1 {
    font-size: 30px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .st-career-01v2 h1 {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-career-01v2 h1 {
    font-size: 35px;
  }
}
.st-career-02 {
  padding: 54px 0 54px 0;
}

.st-career-02 .st-career-image-container {
  overflow: hidden;
}

.st-career-02 .st-career-content {
  margin: 25% 0 7.25%;
}

.st-career-02 h2 {
  color: var(--bay-highlightcolor);
  font-weight: 700;
  font-size: 36px;
}

.st-career-02 h3 {
  color: #fab840;
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 10px 0;
}

.st-career-02 .btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #1c5577;
  border-color: #133a52;
}

.st-career-02 .btn {
  background-color: #246c98;
  border-color: #1f5d83;
  border-radius: 4px;
  border-width: 2px;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #ffffff;
}

.st-callout_group_03 {
  background-color: var(--bay-maincolor);
  color: #ffffff;
  padding: 30px;
}

.st-callout_group_03 h1 {
  color: #ffffff;
}

.st-callout_group_03 h2 {
  color: #ffffff;
}

.st-callout_group_03 h3 {
  color: #ffffff;
}

.st-callout_group_03 a {
  color: #ffffff;
}

/* *********************************************************************** */
/* FEATURED AGENTS                                                         */
/* *********************************************************************** */
.st-featured-agents-01 {
  background-color: var(--bay-featuredagentsbackground);
  color: var(--bay-featuredagentscolor);
  padding: 30px 0;
}

.st-featured-agents-01 h1 {
  color: var(--bay-featuredagentscolor);
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  overflow: hidden;
  margin: 0;
}

.st-featured-agents-01 .description {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  display: block;
}

.st-featured-agents-01 hr {
  border-top: 1px var(--bay-highlightcolor) solid;
  background-color: var(--bay-highlightcolor);
  color: var(--bay-highlightcolor);
  margin: 5px 30px;
}

.st-featured-agents-01 .carousel .carousel-inner {
  height: 425px;
}

.st-featured-agents-01 .carousel .row {
  margin: 0 15px;
  padding: 15px 0;
}

.st-featured-agents-01 .carousel-indicators {
  position: relative;
  bottom: 0;
}

.st-featured-agents-01 .carousel-indicators li {
  margin: 5px;
  border: 1px solid var(--bay-featuredagentscolor);
  border-radius: 0;
}

.st-featured-agents-01 .carousel-indicators .active {
  width: 10px;
  height: 10px;
  background-color: var(--bay-bodycolor);
}

.st-featured-agents-01 .carousel-control {
  width: 30px;
  bottom: 0;
  color: var(--bay-featuredagentscolor);
}

.st-featured-agents-01 .carousel-control.left {
  left: -30px;
  background-image: none;
}

.st-featured-agents-01 .carousel-control.right {
  right: -30px;
  background-image: none;
}

.st-featured-agents-01 .agent-image {
  border: 1px solid var(--bay-bodycolor);
  padding: 0;
  height: 150px;
}

.st-featured-agents-01 .agent-info {
  height: 115px;
  padding-right: 0;
  margin-top: 5px;
}

.st-featured-agents-01 .agent-name {
  font-size: 22px;
  color: var(--bay-featuredagentscolor);
  margin: 0;
  font-weight: normal;
}

.st-featured-agents-01 .agent-name a {
  color: var(--bay-featuredagentscolor);
  text-decoration: none;
}

.st-featured-agents-01 .agent-phone {
  margin-top: 10px;
}

.st-featured-agents-01 .agent-address {
  margin: 0;
  font-size: 13px;
}

.st-featured-agents-01 .agent-social {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
  font-size: 13px;
}

.st-featured-agents-01 .agent-social a:link,
.st-featured-agents-wrapper .agent-social a:hover,
.st-featured-agents-wrapper .agent-social a:active,
.st-featured-agents-wrapper .agent-social a:visited {
  color: var(--bay-featuredagentscolor);
}

.st-featured-agents-01 .agent-social li {
  display: inline;
  margin: 0 5px 0 0;
}

@media (max-width: 767px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-featured-agents-01 .agent-image {
    height: 450px;
  }
}
/* Carousel Layout */
.st-featured-agents-02 .jcarousel-wrapper {
  position: relative;
  margin: 20px auto;
  border: 10px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 2px #999;
  -moz-box-shadow: 0 0 2px #999;
  -ms-box-shadow: 0 0 2px #999;
  -o-box-shadow: 0 0 2px #999;
  box-shadow: 0 0 2px #999;
}

.st-featured-agents-02 .jcarousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.st-featured-agents-02 .jcarousel ul {
  position: relative;
  width: 20000em;
  margin: 0;
  padding: 0;
  list-style: none;
}

.st-featured-agents-02 .jcarousel li {
  width: 200px !important;
  float: left;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.st-featured-agents-02 .jcarousel img {
  display: block;
  max-width: 100%;
  height: auto !important;
}

/* Carousel Controls */
.st-featured-agents-02 .jcarousel-control-prev,
.st-featured-agents-02 .jcarousel-control-next {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  text-align: center;
  background: #1b1d2a;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  font-size: 14px;
  line-height: 30px;
}

.st-featured-agents-02 .jcarousel-control-prev {
  left: 15px;
}

.st-featured-agents-02 .jcarousel-control-next {
  right: 15px;
}

/* Carousel Pagination */
.st-featured-agents-02 .jcarousel-pagination {
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.st-featured-agents-02 .jcarousel-pagination a {
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 7px;
  font-size: 11px;
  line-height: 10px;
  text-decoration: none;
  background: #fff;
  color: #4e443c;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  text-indent: -9999px;
  -webkit-box-shadow: 0 0 2px #4e443c;
  -moz-box-shadow: 0 0 2px #4e443c;
  -ms-box-shadow: 0 0 2px #4e443c;
  -o-box-shadow: 0 0 2px #4e443c;
  box-shadow: 0 0 2px #4e443c;
}

.st-featured-agents-02 .jcarousel-pagination a.active {
  background: #fc6e51;
  color: #fff;
  opacity: 1;
  -webkit-box-shadow: 0 0 0 1px #fc6e51;
  -moz-box-shadow: 0 0 0 1px #fc6e51;
  -ms-box-shadow: 0 0 0 1px #fc6e51;
  -o-box-shadow: 0 0 0 1px #fc6e51;
  box-shadow: 0 0 0 1px #fc6e51;
}

.st-featured-agents-02 .jcarousel-wrapper {
  border: 10px solid #fff;
  border-radius: 5px;
  box-shadow: 0 0 2px #999;
  margin: 20px auto;
  -moz-border-radius: 5px;
  -moz-box-shadow: 0 0 2px #999;
  -ms-border-radius: 5px;
  -ms-box-shadow: 0 0 2px #999;
  -o-border-radius: 5px;
  -o-box-shadow: 0 0 2px #999;
  position: relative;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 0 0 2px #999;
}

.st-featured-agents-02 .jcarousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1120px;
}

.st-featured-agents-02 .jcarousel ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 20000em;
}

.st-featured-agents-02 .jcarousel li {
  border: 1px solid #fff;
  box-sizing: border-box;
  float: left;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 200px;
}

.st-featured-agents-02 .jcarousel img {
  display: block;
  height: auto !important;
  max-width: 100%;
}

.st-featured-agents-02 .jcarousel-control-prev,
.jcarousel-control-next {
  background: var(--bay-maincolor);
  color: #fff;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin-top: -15px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  top: 50%;
  width: 30px;
}

.st-featured-agents-02 .jcarousel-control-prev {
  left: 15px;
  color: #ffffff;
  background-color: var(--bay-maincolor);
}

.st-featured-agents-02 .jcarousel-control-next {
  right: 15px;
  color: #ffffff;
  background-color: var(--bay-maincolor);
}

.st-featured-agents-02 .jcarousel-pagination {
  bottom: -40px;
  left: 50%;
  margin: 0;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  position: absolute;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}

.st-featured-agents-02 .jcarousel-pagination a {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 2px #4e443c;
  color: #4e443c;
  display: inline-block;
  font-size: 11px;
  height: 10px;
  line-height: 10px;
  margin-right: 7px;
  -moz-border-radius: 10px;
  -moz-box-shadow: 0 0 2px #4e443c;
  -ms-border-radius: 10px;
  -ms-box-shadow: 0 0 2px #4e443c;
  -o-border-radius: 10px;
  -o-box-shadow: 0 0 2px #4e443c;
  text-decoration: none;
  text-indent: -9999px;
  -webkit-border-radius: 10px;
  -webkit-box-shadow: 0 0 2px #4e443c;
  width: 10px;
}

.st-featured-agents-02 .jcarousel-pagination a.active {
  background: var(--bay-maincolor);
  box-shadow: 0 0 0 1px #fc6e51;
  color: #fff;
  -moz-box-shadow: 0 0 0 1px #fc6e51;
  -ms-box-shadow: 0 0 0 1px #fc6e51;
  -o-box-shadow: 0 0 0 1px #fc6e51;
  opacity: 1;
  -webkit-box-shadow: 0 0 0 1px #fc6e51;
}

.st-featured-agents-02 .jcarousel .st-featuredagent-name {
  width: 100%;
  padding: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--bay-maincolor);
  color: #ffffff;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-featured-agents-02 .jcarousel-wrapper {
    max-width: 239px;
    border: 10px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 2px #999;
    margin: 20px auto;
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 0 2px #999;
    -ms-border-radius: 5px;
    -ms-box-shadow: 0 0 2px #999;
    -o-border-radius: 5px;
    -o-box-shadow: 0 0 2px #999;
    position: relative;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-featured-agents-02 .jcarousel-wrapper {
    max-width: 383px;
    border: 10px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 2px #999;
    margin: 20px auto;
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 0 2px #999;
    -ms-border-radius: 5px;
    -ms-box-shadow: 0 0 2px #999;
    -o-border-radius: 5px;
    -o-box-shadow: 0 0 2px #999;
    position: relative;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
  }
}
.st-featured-agents-02v2 .jcarousel-wrapper {
  position: relative;
  margin: 20px auto;
  border: 10px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 2px #999;
  -moz-box-shadow: 0 0 2px #999;
  -ms-box-shadow: 0 0 2px #999;
  -o-box-shadow: 0 0 2px #999;
  box-shadow: 0 0 2px #999;
}

.st-featured-agents-02v2 .jcarousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.st-featured-agents-02v2 .jcarousel ul {
  position: relative;
  width: 20000em;
  margin: 0;
  padding: 0;
  list-style: none;
}

.st-featured-agents-02v2 .jcarousel li {
  width: 200px !important;
  float: left;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.st-featured-agents-02v2 .jcarousel img {
  display: block;
  max-width: 100%;
  height: auto !important;
}

.st-featured-agents-02v2 .jcarousel-control-prev,
.st-featured-agents-02v2 .jcarousel-control-next {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  text-align: center;
  background: #1b1d2a;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  font-size: 14px;
  line-height: 30px;
}

.st-featured-agents-02v2 .jcarousel-control-prev {
  left: 15px;
}

.st-featured-agents-02v2 .jcarousel-control-next {
  right: 15px;
}

.st-featured-agents-02v2 .jcarousel-pagination {
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.st-featured-agents-02v2 .jcarousel-pagination a {
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 7px;
  font-size: 11px;
  line-height: 10px;
  text-decoration: none;
  background: #fff;
  color: #4e443c;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  text-indent: -9999px;
  -webkit-box-shadow: 0 0 2px #4e443c;
  -moz-box-shadow: 0 0 2px #4e443c;
  -ms-box-shadow: 0 0 2px #4e443c;
  -o-box-shadow: 0 0 2px #4e443c;
  box-shadow: 0 0 2px #4e443c;
}

.st-featured-agents-02v2 .jcarousel-pagination a.active {
  background: #fc6e51;
  color: #fff;
  opacity: 1;
  -webkit-box-shadow: 0 0 0 1px #fc6e51;
  -moz-box-shadow: 0 0 0 1px #fc6e51;
  -ms-box-shadow: 0 0 0 1px #fc6e51;
  -o-box-shadow: 0 0 0 1px #fc6e51;
  box-shadow: 0 0 0 1px #fc6e51;
}

.st-featured-agents-02v2 .jcarousel .st-featuredagent-name {
  width: 100%;
  padding: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--bay-maincolor);
  color: #ffffff;
}

.st-featured-agents-02v2 .jcarousel .agent-name {
  font-size: 18px;
  font-weight: 600;
  color: white;
  margin: 10px 0;
  line-height: 1.1;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-featured-agents-02v2 .jcarousel-wrapper {
    max-width: 239px;
    border: 10px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 2px #999;
    margin: 20px auto;
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 0 2px #999;
    -ms-border-radius: 5px;
    -ms-box-shadow: 0 0 2px #999;
    -o-border-radius: 5px;
    -o-box-shadow: 0 0 2px #999;
    position: relative;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-featured-agents-02v2 .jcarousel-wrapper {
    max-width: 383px;
    border: 10px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 2px #999;
    margin: 20px auto;
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 0 2px #999;
    -ms-border-radius: 5px;
    -ms-box-shadow: 0 0 2px #999;
    -o-border-radius: 5px;
    -o-box-shadow: 0 0 2px #999;
    position: relative;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
  }
}
/* JUST LISTED HOMES */
.st-justlistedhomes-01 .property-container {
  background: #fff;
  border: 1px solid #eee;
  margin-bottom: 30px;
}

.st-justlistedhomes-01 .property-image {
  overflow: hidden;
  position: relative;
  height: 173px;
}

.st-justlistedhomes-01 .property-status {
  background: #1b1d2a;
  bottom: 0;
  color: #fff;
  display: block;
  font-weight: 400;
  max-width: 70%;
  padding: 5px 10px;
  position: absolute;
  right: 0;
  width: auto;
}

.st-justlistedhomes-01 .property-price {
  background-color: var(--bay-maincolor);
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 600;
  left: 0;
  line-height: 22px;
  max-width: 80%;
  padding: 8px 16px;
  position: absolute;
  text-align: center;
  top: 0;
  width: auto;
}

.st-justlistedhomes-01 .property-price h4 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 5px;
}

.st-justlistedhomes-01 .property-price small {
  font-size: 13px;
  font-weight: 400;
}

.st-justlistedhomes-01 .property-features {
  background-color: var(--bay-maincolor);
  color: #fff;
  display: block;
  padding: 5px 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}

.st-justlistedhomes-01 .property-features span {
  font-size: 13px;
  padding: 2px 5px;
}

.st-justlistedhomes-01 .property-content {
  padding: 10px 15px;
}

.st-justlistedhomes-01 .property-content h3 .property-text h3 {
  color: var(--bay-maincolor);
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
}

.st-justlistedhomes-01 .property-content h3 small,
.property-text h3 small {
  color: var(--bay-maincolor);
  display: block;
  font-size: 13px;
  font-style: italic;
  margin-top: 10px;
}

.st-justlistedhomes-01 .property-content-list {
  display: table;
}

@media (max-width: 768px) {
  .v2-06 .st-justlistedhomes-01 .property-content-list {
    display: block;
  }
}
.st-justlistedhomes-01 .property-image-list {
  position: relative;
  vertical-align: top;
  height: 238px;
}

.st-justlistedhomes-01 .property-text {
  display: table-cell;
  padding: 15px;
  position: relative;
  vertical-align: top;
}

.st-justlistedhomes-01 .property-text h3 a {
  color: var(--bay-maincolor);
}

.st-justlistedhomes-01 .property-footer {
  display: table;
  padding: 0;
  position: relative;
  width: 100%;
}

/* FEATURED HOMES */
.st-featuredhomes-01 {
  padding: 85px 0 40px 0;
  background-color: var(--bay-featuredhomesbackground);
  color: var(--bay-featuredhomescolor);
  box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.25);
}

.st-featuredhomes-01 h1 {
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  background: var(--bay-featuredhomesbackground);
  position: absolute;
  bottom: 0;
  right: 50%;
  left: 50%;
  margin: auto -20%;
  padding: 0 20px;
}

.st-featuredhomes-01 hr {
  border-top: 1px var(--bay-highlightcolor) solid;
  margin-top: 5px;
  margin-bottom: 5px;
}

.st-featuredhomes-01 .st-featured-home {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
}

.st-featuredhomes-01 .st-featured-home-info {
  cursor: pointer;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 15px;
  text-transform: uppercase;
}

.st-featuredhomes-01 .st-featured-home-info address {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
}

.st-featuredhomes-01 a {
  color: var(--bay-bodytext);
}

.st-featuredhomes-01 .btn,
.st-areas-01 .btn.hover,
.st-areas-01 .btn:link,
.st-areas-01 .btn:hover,
.st-areas-01 .btn:active,
.st-areas-01 .btn:visited,
.st-areas-01 .btn.active,
.st-areas-01 .btn.hover {
  margin-top: 20px;
  background-color: var(--bay-maincolor);
  border-radius: 0;
  color: #ffffff;
  background-image: none;
  outline: 0;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-featuredhomes-01 h1 {
    font-size: 18px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-featuredhomes-01 h1 {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-featuredhomes-01 h1 {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-featuredhomes-02 {
  padding: 40px 0 25px 0;
  background-color: var(--bay-featuredhomesbackground);
  color: var(--bay-featuredhomescolor);
}

.st-featuredhomes-02 h1 {
  text-align: center;
  text-transform: uppercase;
}

.st-featuredhomes-02 .st-featured-home {
  color: var(--bay-featuredhomescolor);
}

.st-featuredhomes-02 .st-featured-home .carousel {
  width: 100%;
  height: auto;
}

.st-featuredhomes-02 .st-featured-home .carousel-inner {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
}

.st-featuredhomes-02 .st-featured-home .carousel-inner img {
  width: 100%;
  height: auto;
  display: block;
}

.st-featuredhomes-02 .st-featured-home .carousel-control {
  z-index: 6;
}

.st-featuredhomes-02 .st-featured-home carousel-control.left,
.carousel-control.right {
  background-image: none;
}

.st-featuredhomes-02 .st-featured-home .st-carousel-chevron-main-right {
  top: 45%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  font-size: 12px;
  padding: 0;
  z-index: 4;
}

.st-featuredhomes-02 .st-featured-home .st-carousel-chevron-main-left {
  top: 45%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  font-size: 12px;
  padding: 0;
  z-index: 4;
}

.st-featuredhomes-02 hr {
  border-top: 5px var(--bay-maincolor) solid;
  margin-top: 5px;
  margin-bottom: 5px;
}

.st-featuredhomes-02 .st-featured-home h1 {
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  background: var(--bay-featuredhomesbackground);
  color: var(--bay-featuredhomescolor);
  position: absolute;
}

.st-featuredhomes-02 .st-featured-homes-zoom {
  text-shadow: 1px 1px 5px #000;
  line-height: 67px;
  position: absolute;
  left: 5px;
  color: var(--bay-maincolor);
  font-size: 34px;
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}

.st-featuredhomes-02 .st-featured-homes-zoom:hover {
  opacity: 0.7;
}

.st-featuredhomes-02 .st-featured-home {
  min-height: 350px;
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #e3e3e3;
}

.st-featuredhomes-02 .st-featured-home:hover {
  border-bottom: 5px solid var(--bay-maincolor);
}

.st-featuredhomes-02 .st-featured-home-price {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 28px;
  text-shadow: 1px 1px 5px #000;
  padding-top: 10px;
  z-index: 3;
}

.st-featuredhomes-02 .st-featured-home .fa-dollar {
  font-size: 25px;
  text-shadow: 1px 1px 5px #000;
  margin-right: -5px;
}

.st-featuredhomes-02 .st-featured-home address {
  padding: 20px 10px 10px 15px;
  margin-bottom: 0;
  border-top: 1px solid #e3e3e3;
}

.st-featuredhomes-02 .st-featured-home .st-featured-home-info {
  padding: 5px 15px 0 15px;
  text-transform: uppercase;
}

.st-featuredhomes-02 .st-featured-home-agent {
  font-size: 13px;
  margin-bottom: 0;
  padding: 15px 15px 0 20px;
  width: 100%;
  display: table;
}

.st-featuredhomes-02 .st-featured-home-agent img {
  margin: 5px 5px 0 0;
}

.st-featuredhomes-02 .st-featured-home-agent-name {
  text-transform: uppercase;
}

.st-featuredhomes-02 .st-featured-home-agent-phone {
  padding-top: 10px;
  font-size: 12px;
}

.st-featuredhomes-02 .st-featured-home-agent-email {
  font-size: 12px;
}

.st-featuredhomes-02 .btn,
.st-areas-01 .btn.hover,
.st-areas-01 .btn:link,
.st-areas-01 .btn:hover,
.st-areas-01 .btn:active,
.st-areas-01 .btn:visited,
.st-areas-01 .btn.active,
.st-areas-01 .btn.hover {
  margin-top: 20px;
  background-color: var(--bay-maincolor);
  border-radius: 0;
  color: #ffffff;
  background-image: none;
  outline: 0;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-featuredhomes-03 {
  padding: 40px 0 40px 0;
  background-color: var(--bay-featuredhomesbackground);
  color: var(--bay-featuredhomescolor);
}

.st-featuredhomes-03 .st-featured-home {
  position: relative;
  width: 100%;
  height: auto;
  border: 1px solid var(--bay-sitecolor);
  margin-bottom: 30px;
}

.st-featuredhomes-03 .st-featured-home a {
  font-size: 13px;
  color: var(--bay-featuredhomescolor);
  text-decoration: none;
}

.st-featuredhomes-03 .st-featured-home-title {
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
  color: var(--bay-featuredhomescolor);
  margin-top: 0;
  margin-bottom: 5px;
}

.st-featuredhomes-03 .st-featured-home .listing-image-container {
  width: 100%;
  aspect-ratio: 4/3;
}

.st-featuredhomes-03 .description,
.v2-05 #st_section_06 .today-featured .description {
  font-size: 16px;
  text-align: center;
}

.st-featuredhomes-03 address {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: left;
  margin: 0 0 0 0;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 10px;
  color: #ffffff;
}

.st-featuredhomes-03 .st-featured-home address a {
  color: #ffffff;
}

.st-featuredhomes-03 fa fa-fw fa-search-plus {
  color: var(--bay-featuredhomescolor);
  font-size: 36px;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-featuredhomes-03 .st-featured-home-title {
    font-size: 30px;
  }
  .st-featuredhomes-03 .st-featured-home {
    margin-bottom: 40px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-featuredhomes-03 .st-featured-home-title {
    font-size: 30px;
  }
  .st-featuredhomes-03 .st-featured-home {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  .st-featuredhomes-03 .st-featured-home-title {
    font-size: 35px;
  }
  .st-featuredhomes-03 .st-featured-home {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-featuredhomes-05 {
  margin: 50px 0 35px 0;
}

.st-featuredhomes-05 a {
  color: var(--bay-bodytext);
  display: block;
}

.st-featuredhomes-05 h2 {
  font-size: 30px;
  color: #000000;
}

.st-featuredhomes-05 hr {
  border-top: 1px var(--bay-bodytext) solid;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 75%;
  float: left;
}

.st-featuredhomes-05 .st-featured-home {
  margin-bottom: 15px;
}

.st-featuredhomes-05 .st-featured-home a {
  background-position: center;
  background-size: cover;
  display: block;
  height: 220px;
}

.st-featuredhomes-05 .st-featured-home img {
  width: 100%;
  height: auto;
}

.st-featuredhomes-05 .st-featured-details {
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0;
  padding: 5px 5px 10px 5px;
  width: 100%;
  font-size: 12px;
  font-weight: bold;
}

.st-featuredhomes-05 .btn-danger {
  display: inline-block;
  color: var(--bay-bodycolor);
  background-color: var(--bay-maincolor);
  border-color: var(--bay-highlightcolor);
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-featuredhomes-05 .btn-danger {
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .st-featuredhomes-05 .btn-danger {
    display: block;
  }
  /*Extra small devicesPhones (lt 768px)*/
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-featuredhomes-06 {
  padding: 50px 0 35px 0;
  background-color: var(--bay-bodycolor);
}

.st-featuredhomes-06 a {
  color: var(--bay-bodytext);
  display: block;
}

.st-featuredhomes-06 h2 {
  font-size: 30px;
  color: var(--bay-bodytext);
}

.st-featuredhomes-06 h3 {
  font-size: 25px;
  color: var(--bay-bodytext);
  margin-top: 0;
}

.st-featuredhomes-06 td.st-featured-home {
  padding-left: 0;
  vertical-align: top;
}

.st-featuredhomes-06 .st-featured-home a {
  background-position: center;
  background-size: cover;
  display: block;
  background-clip: content-box;
}

.st-featuredhomes-06 .st-featured-home .img-thumbnail {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  padding: 0;
  border-radius: 0;
}

.st-featuredhomes-06 .st-featured-details {
  background-color: var(--bay-bodycolor);
  padding: 15px;
  vertical-align: top;
}

.st-featuredhomes-06 .st-featured-details address {
  text-transform: uppercase;
}

.st-featuredhomes-06 .st-featured-contact {
  background-color: var(--bay-bodycolor);
}

.st-featuredhomes-06 .st-featured-contact a {
  background-position: top;
  background-size: cover;
  background-clip: content-box;
}

.st-featuredhomes-06 .st-featured-contact img {
  width: 100%;
  height: auto;
}

.st-featuredhomes-06 .btn-info {
  display: inline-block;
  background-color: var(--bay-searchformbuttonsbackground);
  border-color: var(--bay-searchformbuttonsborder);
  color: var(--bay-searchformbuttonscolor);
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-featuredhomes-06 td {
    display: block !important;
    width: 100%;
  }
  .st-featuredhomes-06 td.st-featured-home {
    padding-right: 0;
  }
  .st-featuredhomes-06 .btn-info {
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-featuredhomes-06 td {
    display: block !important;
    width: 100%;
  }
  .st-featuredhomes-06 td.st-featured-home {
    padding-right: 0;
  }
  .st-featuredhomes-06 .btn-info {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  .st-featuredhomes-06 td {
    display: block !important;
    width: 100%;
  }
  .st-featuredhomes-06 td.st-featured-home {
    padding-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-featuredhomes-07 .property-container {
  background: #fff;
  border: 1px solid #eee;
  margin-bottom: 30px;
}

.st-featuredhomes-07 .property-image {
  overflow: hidden;
  position: relative;
  height: 173px;
}

.st-featuredhomes-07 .property-image img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.st-featuredhomes-07 .property-status {
  background: #1b1d2a;
  bottom: 0;
  color: #fff;
  display: block;
  font-weight: 400;
  max-width: 70%;
  padding: 5px 10px;
  position: absolute;
  right: 0;
  width: auto;
}

.st-featuredhomes-07 .property-price {
  background-color: var(--bay-maincolor);
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 600;
  left: 0;
  line-height: 22px;
  max-width: 80%;
  padding: 8px 16px;
  position: absolute;
  text-align: center;
  top: 0;
  width: auto;
}

.st-featuredhomes-07 .property-price h4 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 5px;
}

.st-featuredhomes-07 .property-price small {
  font-size: 13px;
  font-weight: 400;
}

.st-featuredhomes-07 .property-features {
  background-color: var(--bay-maincolor);
  color: #fff;
  display: block;
  padding: 5px 10px;
}

.st-featuredhomes-07 .property-features span {
  font-size: 13px;
  padding: 2px 5px;
}

.st-featuredhomes-07 .property-content {
  padding: 10px 15px;
}

.st-featuredhomes-07 .property-content h3 .property-text h3 {
  color: var(--bay-maincolor);
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
}

.st-featuredhomes-07 .property-content h3 small,
.property-text h3 small {
  color: var(--bay-maincolor);
  display: block;
  font-size: 13px;
  font-style: italic;
  margin-top: 10px;
}

.st-featuredhomes-07 .property-content-list {
  display: table;
}

.st-featuredhomes-07 .property-image-list {
  display: table-cell;
  position: relative;
  vertical-align: top;
  width: 50%;
}

.st-featuredhomes-07 .property-image-list img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.st-featuredhomes-07 .property-text {
  display: table-cell;
  padding: 15px;
  position: relative;
  vertical-align: top;
  width: 50%;
}

.st-featuredhomes-07 .property-text h3 a {
  color: var(--bay-maincolor);
}

.st-featuredhomes-07 .property-footer {
  display: table;
  padding: 0;
  position: relative;
  width: 100%;
}

.st-featuredhomes-07 a.btn-danger {
  display: inline-block;
  color: var(--bay-bodycolor) !important;
  background-color: var(--bay-maincolor);
  border-color: var(--bay-highlightcolor);
}

@media (max-width: 479px) {
  .st-featuredhomes-07 .btn-danger {
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .st-featuredhomes-07 .btn-danger {
    display: block;
  }
}
.st-featuredhomes-08 {
  margin: 40px 0 0 0;
}

.st-featuredhomes-08 .property-container {
  position: relative;
  width: 100%;
  margin-top: 40px;
  padding-bottom: 80%;
  background-color: var(--bay-maincolor);
}

.st-featuredhomes-08 .listing-image-container {
  position: absolute;
  width: 100%;
  height: calc(100% - 60px);
}

.st-featuredhomes-08 .property-content {
  position: absolute;
  left: 10px;
  bottom: 5px;
  padding: 7px;
}

.st-featuredhomes-08 .property-content a {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}

.st-featuredhomes-08 .more-featured-listings {
  margin: 40px 0 40px 0;
}

.st-featuredhomes-08 .more-featured-listings a {
  border: 1px solid var(--bay-bodytext);
  color: var(--bay-bodytext);
  padding: 10px;
  display: inline-block;
  margin-top: 5px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}

.st-featuredhomes-08 .more-featured-listings hr {
  border-top: 1px solid var(--bay-bodytext);
}

.st-featuredhomes-08v2 {
  margin: 40px 0 0 0;
}

.st-featuredhomes-08v2 .property-container {
  position: relative;
  width: 100%;
  margin-top: 40px;
  padding-bottom: 80%;
  background-color: var(--bay-maincolor);
}

.st-featuredhomes-08v2 .listing-image-container {
  position: absolute;
  width: 100%;
  height: calc(100% - 60px);
}

.st-featuredhomes-08v2 .property-content {
  position: absolute;
  left: 10px;
  bottom: 5px;
  padding: 7px;
}

.st-featuredhomes-08v2 .property-content a {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.st-featuredhomes-08v2 .property-container .img-fill {
  height: -webkit-fill-available !important;
}

.st-featuredhomes-08v2 .more-featured-listings {
  margin: 40px 0 40px 0;
}

.st-featuredhomes-08v2 .more-featured-listings a {
  border: 1px solid var(--bay-bodytext);
  color: var(--bay-bodytext);
  padding: 10px;
  display: inline-block;
  margin-top: 5px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}

.st-featuredhomes-08v2 .more-featured-listings hr {
  border-top: 1px solid var(--bay-bodytext);
}

.st-featuredhomes-09 {
  margin: 40px 0 0 0;
}

.st-featuredhomes-09 .property-container {
  margin-top: 40px;
  background-color: var(--bay-maincolor);
}

.st-featuredhomes-09 .property-container .property-image {
  aspect-ratio: 16/9;
  overflow: hidden;
}

.st-featuredhomes-09 .property-content {
  padding: 7px;
}

.st-featuredhomes-09 .property-content a {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}

.st-featuredhomes-09 .more-featured-listings {
  margin: 40px 0 40px 0;
}

.st-featuredhomes-09 .more-featured-listings a {
  border: 1px solid var(--bay-bodytext);
  color: var(--bay-bodytext);
  padding: 10px;
  display: inline-block;
  margin-top: 5px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}

.st-featuredhomes-09 .more-featured-listings hr {
  border-top: 1px solid var(--bay-bodytext);
}

/* // FEATURED HOMES */
/* AREAS */
.st-areas-01 {
  padding: 20px 0 25px 0;
  background-color: var(--bay-areasbackground);
  color: var(--bay-areascolor);
}

.st-areas-01 .btn,
.st-areas-01 .btn.hover,
.st-areas-01 .btn:link,
.st-areas-01 .btn:hover,
.st-areas-01 .btn:active,
.st-areas-01 .btn:visited,
.st-areas-01 .btn.active,
.st-areas-01 .btn.hover {
  background-color: var(--bay-maincolor);
  border-radius: 0;
  color: #ffffff;
  background-image: none;
  outline: 0;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.st-areas-01 h1 {
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  padding: 0 20px;
  color: var(--bay-bodytext);
  margin: 0;
}

.st-areas-01 .map-image {
  background-image: url(/global/images/spacer.gif);
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-clip: content-box;
}

.st-areas-01 .map-image img {
  width: 100%;
  height: auto;
}

.st-areas-01 .description {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  display: block;
  padding: 0 0 25px 0;
}

.st-areas-01 .area-list .area-info {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid var(--bay-bodycolor);
}

.st-areas-01 .area-list .area-info:last-child {
  border-bottom: 0;
  margin: 0;
}

.st-areas-01 .area-list .area-info ul {
  margin: 5px 0 0 0;
  list-style: none;
}

.st-areas-01 .area-list .area-info li a {
  margin-top: 10px;
  display: block;
  text-align: right;
  text-decoration: none;
  color: var(--bay-bodytext);
}

.st-areas-01 .view-more {
  text-align: center;
  margin-top: 25px;
}

@media (max-width: 479px) {
  .st-areas-01 h1 {
    font-size: 30px;
  }
  .st-areas-01 .area-list .area-info li {
    font-size: 14px;
    padding: 0 20px 0 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .st-areas-01 .area-list .area-info li {
    font-size: 10px;
    padding: 0 20px 0 0;
  }
  .st-areas-01 .area-list .area-info li {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-areas-01 .area-list .area-info li {
    font-size: 14px;
  }
}
.st-areas-02 {
  padding: 40px 0 0 0;
}

.st-areas-02 h1 {
  text-transform: uppercase;
  color: var(--bay-bodytext);
}

.st-areas-02 h4 {
  text-transform: uppercase;
  margin-top: 0;
  padding-bottom: 4px;
}

.st-areas-02 hr {
  border-top: 1px #ccc solid;
  margin-bottom: 5px;
  width: 95%;
}

.st-areas-02 .img-thumbnail {
  padding: 4px !important;
  margin-right: 15px;
}

.st-areas-02 .description {
  font-size: 18px;
  letter-spacing: 1px;
  color: var(--bay-bodytext);
  font-weight: normal;
  display: block;
}

.st-areas-02 .media {
  min-height: 220px;
}

.st-areas-02 .media-object {
  width: 150px;
  background-color: #f1f1f1;
}

@media (max-width: 479px) {
  .st-areas-02 img {
    width: 100%;
  }
  .st-areas-02 h4 {
    padding-top: 18px;
  }
  .st-areas-02 h1 {
    font-size: 22px !important;
  }
  .st-areas-02 .description {
    font-size: 14px !important;
    letter-spacing: 1px;
  }
  .st-areas-02 .media .pull-left {
    margin-right: 0;
  }
  .st-areas-02 .media a.img-thumbnail {
    display: block;
    float: none !important;
  }
  .st-areas-02 .media-object {
    min-width: 100%;
    background-color: #f1f1f1;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .st-areas-02 h4 {
    padding-top: 10px;
  }
  .st-areas-02 .media .pull-left {
    margin-right: 0;
  }
  .st-areas-02 .media a.img-thumbnail {
    display: block;
    float: none !important;
  }
  .st-areas-02 .media-object {
    min-width: 100%;
    background-color: #f1f1f1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-areas-02 h4 {
    padding-top: 10px;
  }
}
.st-areas-03 {
  padding: 20px 0 40px 0;
  background: var(--bay-maincolor);
}

.st-areas-03 h1 {
  text-align: center;
  font-size: 40px;
  color: var(--bay-bodycolor);
}

.st-areas-03 .map-image {
  width: 100%;
  height: 427px;
  padding: 5px;
  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-03 .map-image img {
  width: 100%;
  height: 427px;
}

.st-areas-03 .description {
  font-weight: 200;
  font-size: 16px;
  color: var(--bay-bodycolor);
  text-align: center;
  display: block;
  padding: 0 0 25px 0;
}

@media (max-width: 479px) {
  .st-areas-03 h1 {
    font-size: 30px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .st-areas-03 h1 {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-areas-03 h1 {
    font-size: 35px;
  }
}
.st-areas-04 {
  padding: 40px 0;
}

.st-areas-04 .st-areas-04-title {
  font-size: 36px;
  text-transform: uppercase;
  color: var(--bay-bodytext);
  margin-bottom: 5px;
}

.st-areas-04 h4 {
  text-transform: uppercase;
}

.st-areas-04 .st-areas-description {
  font-size: 16px;
}

.st-areas-04 .img-circle {
  margin: 15px 0;
  background-size: cover;
  background-position: center;
  position: relative;
}

.st-areas-04 .img-circle img {
  width: 100%;
  height: auto;
}

.st-areas-04 .img-circle h3 a {
  position: absolute;
  font-size: 30px;
  color: var(--bay-bodycolor);
  width: 100%;
  height: 30px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@media (max-width: 479px) {
  .st-areas-04 .st-areas-04-title {
    font-size: 30px;
  }
  .st-areas-04 h4 {
    text-align: center;
  }
  .st-areas-04 a {
    padding: 5px 0;
    text-align: center;
    display: table;
    width: 100%;
    font-size: 14px;
    margin-bottom: 5px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .st-areas-04 .st-areas-04-title {
    font-size: 30px;
  }
  .st-areas-04 h4 {
    text-align: center;
  }
  .st-areas-04 a {
    padding: 5px 0;
    text-align: center;
    display: table;
    width: 100%;
    font-size: 14px;
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-areas-04 .st-areas-04-title {
    font-size: 35px;
  }
  .st-areas-04 .img-circle h1 a {
    font-size: 20px;
  }
}
.st-areas-05 {
  color: var(--bay-bodytext);
  padding: 50px 0;
}

.st-areas-05 h2 {
  font-size: 30px;
  color: #000000;
  text-transform: uppercase;
}

.st-areas-05 h3 {
  margin: 0 0 10px 0;
}

.st-areas-05 hr {
  border-top: 1px var(--bay-bodytext) solid;
}

.st-areas-05 img {
  width: 100%;
  margin-bottom: 15px;
}

.st-areas-05 p {
  font-size: 13px;
  text-align: justify;
  margin-bottom: 10px;
}

.st-areas-05 .btn {
  margin-bottom: 10px;
}

.st-areas-05 .btn-danger {
  color: var(--bay-bodycolor);
  background-color: var(--bay-maincolor);
  border-color: var(--bay-highlightcolor);
}

.st-areas-05 .dropdown-menu {
  left: auto;
  margin-top: -10px;
}

.st-areas-06 {
  padding: 40px 0;
}

.st-areas-06 h1 {
  font-size: 36px;
  text-transform: uppercase;
  color: var(--bay-bodytext);
  margin-bottom: 5px;
}

.st-areas-06 h2 {
  text-transform: uppercase;
  font-size: 16px;
}

.st-areas-06 .st-areas-description {
  font-size: 16px;
  margin-bottom: 10px;
}

.st-areas-06 .st-area .img-thumbnail {
  display: block;
  background-clip: content-box;
  background-position: center;
  background-size: cover;
  image-rendering: crisp-edges;
}

@media (max-width: 479px) {
  .st-areas-06 h1 {
    font-size: 30px;
  }
  .st-areas-06 .st-areas-description {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.st-areas-07 {
  padding: 40px 0;
}

.st-areas-07 h1 {
  font-size: 36px;
  text-transform: uppercase;
  color: var(--bay-bodytext);
  margin-bottom: 5px;
}

.st-areas-07 .st-area {
  margin-bottom: 15px;
  min-height: 170px;
}

.st-areas-07 .st-area .img-thumbnail {
  display: block;
  background-clip: content-box;
  background-position: center;
  background-size: cover;
}

.st-areas-07 .st-area h3 {
  margin-top: 10px;
}

.st-areas-07 .st-area ul {
  margin-bottom: 0;
  padding-left: 15px;
}

.st-areas-07 .st-area ul li {
  margin-bottom: 5px;
}

.st-areas-07 .st-area img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 479px) {
  .st-areas-07 h1 {
    font-size: 30px;
  }
  .st-areas-07 .st-area ul {
    margin-top: 10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .st-areas-07 h1 {
    font-size: 30px;
  }
  .st-areas-07 .st-area ul {
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-areas-07 h1 {
    font-size: 35px;
  }
  .st-areas-07 .st-area ul {
    margin-top: 10px;
  }
}
.st-areas-07v2 {
  padding: 40px 0;
}

.st-areas-07v2 h1 {
  font-size: 36px;
  text-transform: uppercase;
  color: var(--bay-bodytext);
  margin-bottom: 5px;
}

.st-areas-07v2 .st-area {
  margin-bottom: 15px;
  min-height: 170px;
}

.st-areas-07v2 .st-area .img-thumbnail {
  display: block;
  background-clip: content-box;
  background-position: center;
  background-size: cover;
}

.st-areas-07v2 .st-area h3 {
  margin-top: 10px;
}

.st-areas-07v2 .st-area ul {
  margin-bottom: 0;
  padding-left: 15px;
}

.st-areas-07v2 .st-area ul li {
  margin-bottom: 5px;
}

.st-areas-07v2 .st-area ul li a {
  text-decoration: none;
}

.st-areas-07v2 .st-area img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 479px) {
  .st-areas-07v2 h1 {
    font-size: 30px;
  }
  .st-areas-07v2 .st-area ul {
    margin-top: 10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .st-areas-07v2 h1 {
    font-size: 30px;
  }
  .st-areas-07v2 .st-area ul {
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-areas-07v2 h1 {
    font-size: 35px;
  }
  .st-areas-07v2 .st-area ul {
    margin-top: 10px;
  }
}
.st-areas-08 {
  color: #fff;
}

.st-areas-08 h1 {
  color: #ffffff;
  font-size: 30px;
}

.st-areas-08 h5 {
  text-align: center;
  color: #ffffff;
}

.st-areas-08 p {
  font-size: 14px;
  margin-bottom: 20px;
}

.st-areas-08 .st-areas-description {
  background-color: rgba(0, 0, 0, 0.4);
  margin: 5% 10% 0 15%;
  padding: 10px 30px 30px 30px;
  border: 1px solid #cccccc;
}

.st-areas-08 .st-areas-title {
  background-color: rgba(0, 0, 0, 0.4);
  border: solid 1px #cccccc;
  z-index: 5;
}

.st-areas-08 .st-areas-link {
  color: #ffffff;
  border: 1px solid #cccccc;
  padding: 5px 10px;
  text-decoration: none;
}

@media (max-width: 479px) {
  .st-areas-08 h1 {
    color: #ffffff;
    font-size: 16px;
  }
  .st-areas-08 .st-areas-title {
    padding: 5px 10px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.4);
    border: solid 1px #cccccc;
    z-index: 5;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .st-areas-08 h1 {
    color: #ffffff;
    font-size: 16px;
  }
  .st-areas-08 .st-areas-title {
    padding: 5px 10px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.4);
    border: solid 1px #cccccc;
    z-index: 5;
  }
}
.st-areas-13v2 {
  position: relative;
  background: #ededed;
}

.st-areas-13v2 .area-header {
  width: 100%;
  text-align: center;
  padding: 50px;
  position: relative;
}

.st-areas-13v2 .area-header h1 {
  color: #585858;
  size: 32px;
}

.st-areas-13v2 .area-header .subtitle {
  font-size: 18px;
  color: #888888;
  margin-top: 10px;
  font-weight: 500;
}

.st-areas-13v2 .area-header .see-blog {
  position: absolute;
  top: 80px;
  right: 50px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
}

.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-areas-13v2 .area-regions .region-box {
  margin-bottom: 60px;
  background: white;
  display: flex;
}

.st-areas-13v2 .area-regions .region-box .region-photo {
  width: 50%;
  background-size: cover;
}

.st-areas-13v2 .area-regions .region-box .region-locations {
  width: 50%;
  padding: 20px;
}

.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-areas-13v2 .area-regions .region-box .region-locations .location-wrapper ul {
  list-style: none;
  padding-left: 0;
}

.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-areas-13v2 .area-regions .region-box .region-locations .location-wrapper ul li a {
  color: #1f69ff;
  text-transform: uppercase;
  font-size: 15px;
}

.st-areas-13v2 .area-regions .region-box .region-locations .location-wrapper ul li a:hover,
.st-areas-13v2 .area-regions .region-box .region-locations .location-wrapper ul li a:active {
  color: #004de6;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 400px) {
  .v2-12 .st-areas-13v2 .area-regions .region-box .region-photo,
  .v2-12 .st-areas-13v2 .area-regions .region-box .region-locations {
    min-height: 179px;
    width: 100%;
  }
  .v2-12 .st-areas-13v2 .area-regions .region-box {
    flex-direction: column;
  }
}
@media (min-width: 576px) and (max-width: 855px) {
  .v2-12 .st-areas-13v2 .area-regions .region-box .region-photo,
  .v2-12 .st-areas-13v2 .area-regions .region-box .region-locations {
    min-height: 179px;
    width: 100%;
  }
  .v2-12 .st-areas-13v2 .area-regions .region-box {
    flex-direction: column;
  }
}
.st-areas_template_02 .iq-listings-list-card-agent-card .iq-company-logo {
  max-height: 35px !important;
}

.st-areas_template_02 .iq-listings-list-card-agent-body {
  font-size: 11px;
}

.st-areas_template_02 .iq-listings-list-card-agent-body h4 {
  font-size: 11px !important;
}

.st-areas_template_02 .iq-listings-list-card-agent-card img.iq-agent-photo {
  max-width: 52px !important;
  height: auto;
}

.st-areas_template_02 .pagination {
  margin: 0 !important;
}

.st-areas_template_02 .iq-listings-list-card-wrap {
  margin-bottom: 0 !important;
}

.st-areas_template_02 .col-sm-12 .pagination > li > a {
  padding: 6px 7px;
  margin-left: 0;
}

.st-areas_template_02 .col-sm-12.iq-listings-paging .pagination > li > a {
  padding: 0.375rem 0.75rem;
}

@media (max-width: 1600px) {
  .st-areas_template_02 .iq-listings-list-card-agent-card .iq-company-logo {
    max-height: 32px !important;
  }
  .st-areas_template_02 .iq-listings-list-card-agent-body {
    font-size: 10px !important;
  }
  .st-areas_template_02 .iq-listings-list-card-agent-area {
    font-size: 10px !important;
  }
}
.st-listings_template_02 .iq-listings-list-card-agent-card .iq-company-logo {
  max-height: 35px !important;
}

.st-listings_template_02 .iq-listings-list-card-agent-body {
  font-size: 11px;
}

.st-listings_template_02 .iq-listings-list-card-agent-body h4 {
  font-size: 11px !important;
}

.st-listings_template_02 .iq-listings-list-card-agent-card img.iq-agent-photo {
  max-width: 52px !important;
  height: auto;
}

.st-listings_template_02 .pagination {
  margin: 0 !important;
}

.st-listings_template_02 .iq-listings-list-card-wrap {
  margin-bottom: 0 !important;
}

.st-listings_template_02 .col-sm-12 .pagination > li > a {
  padding: 6px 7px;
  margin-left: 0;
}

@media (max-width: 1600px) {
  .st-listings_template_02 .iq-listings-list-card-agent-card .iq-company-logo {
    max-height: 32px !important;
  }
  .st-listings_template_02 .iq-listings-list-card-agent-body {
    font-size: 10px !important;
  }
  .st-listings_template_02 .iq-listings-list-card-agent-area {
    font-size: 10px !important;
  }
}
/* // AREAS */
/* // OFFICES */
.st-offices-01 {
  padding: 40px 0;
}

.st-offices-01 .st-offices-title {
  font-size: 36px;
  text-transform: uppercase;
  color: var(--bay-bodytext);
  margin-bottom: 5px;
}

.st-offices-01 .st-offices-description {
  font-size: 16px;
}

.st-offices-01 .img-circle {
  margin: 15px 0;
  background-size: cover;
  background-position: center;
  position: relative;
}

.st-offices-01 .img-circle img {
  width: 100%;
  height: auto;
}

.st-offices-01 .img-circle h3 a {
  position: absolute;
  font-size: 30px;
  color: var(--bay-bodycolor);
  width: 100%;
  height: 30px;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-offices-01 .st-offices-01-title {
    font-size: 30px;
  }
  .st-offices-01 a {
    padding: 5px 0;
    text-align: center;
    display: table;
    width: 100%;
    font-size: 14px;
    margin-bottom: 5px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-offices-01 .st-offices-04-title {
    font-size: 30px;
  }
  .st-offices-01 a {
    padding: 5px 0;
    text-align: center;
    display: table;
    width: 100%;
    font-size: 14px;
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  .st-offices-01 .st-offices-04-title {
    font-size: 35px;
  }
  .st-offices-01 .img-circle h1 a {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
/* // OFFICES */
/* BLOG */
.st-blog-01 {
  background-color: var(--bay-maincolor);
  padding: 20px 0 40px 0;
  color: var(--bay-bodycolor);
}

.st-blog-01 .st-blog-title {
  font-size: 36px;
  text-transform: uppercase;
  color: var(--bay-bodycolor);
  margin-bottom: 0;
}

.st-blog-01 h4,
.st-blog-01 a {
  color: var(--bay-bodycolor);
}

.st-blog-01 img {
  display: block;
  width: 100%;
  height: auto;
}

.st-blog-01 .st-blog {
  border-right: 1px solid var(--bay-bodycolor);
  margin-top: 10px;
  vertical-align: top;
  position: relative;
}

.st-blog-01 .st-blog .st-blog-header {
  margin-bottom: 10px;
}

.st-blog-01 .st-blog .st-blog-body {
  margin-bottom: 35px;
  font-size: 13px;
}

.st-blog-01 .st-blog-cat {
  margin-top: 10px;
  vertical-align: top;
  position: relative;
}

.st-blog-01 .st-blog-cat ul {
  padding-left: 25px;
}

.st-blog-01 .st-blog-cat .st-blog-cat-header {
  margin-bottom: 10px;
}

.st-blog-01 .st-blog-footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  font-size: 13px;
}

.st-blog-01 .st-blog-links {
  padding-left: 0;
}

.st-blog-01 .st-blog-links ul {
  margin: 0;
  padding: 0;
  display: table;
}

.st-blog-01 .st-blog-links li {
  color: var(--bay-bodycolor);
  display: inline-block;
  margin-left: 3px;
  float: right;
}

.st-blog-01 .st-blog-links li a {
  color: var(--bay-bodycolor);
  border: 1px solid var(--bay-bodycolor);
  padding: 3px;
  border-radius: 50%;
  font-size: 10px;
}

.st-blog-01 .st-blog-links li a:hover {
  background-color: var(--bay-bodycolor);
  color: var(--bay-maincolor);
}

.st-blog-01 .st-blog-cat .st-blog-cat-all {
  float: right;
  list-style: none;
  text-align: right;
  font-style: italic;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-blog-01 .st-blog,
  .st-blog-01 .st-blog-cat {
    display: block !important;
  }
  .st-blog-01 .st-blog,
  .st-blog-01 .st-blog-header h4 {
    font-size: 14px;
  }
  .st-blog-01 .st-blog {
    border-right: 0;
    border-bottom: 1px solid var(--bay-bodycolor);
  }
  .st-blog-01 .st-blog-footer {
    margin-bottom: 0;
  }
  .st-blog-01 .st-blog .st-blog-body {
    margin-bottom: 40px;
  }
  .st-blog-01 .st-blog-cat ul {
    padding-left: 0;
  }
  .st-blog-01 .st-blog-cat li {
    display: inline-block;
    float: left;
    margin-left: 0;
    width: 49%;
    margin-bottom: 5px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-blog-01 .st-blog,
  .st-blog-01 .st-blog-cat {
    display: block !important;
  }
  .st-blog-01 .st-blog {
    border-right: 0;
    border-bottom: 1px solid var(--bay-bodycolor);
  }
  .st-blog-01 .st-blog-footer {
    margin-bottom: 0;
  }
  .st-blog-01 .st-blog .st-blog-body {
    margin-bottom: 40px;
  }
  .st-blog-01 .st-blog-cat ul {
    padding-left: 0;
  }
  .st-blog-01 .st-blog-cat li {
    display: inline-block;
    float: left;
    margin-left: 0;
    width: 49%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  .st-blog-01 .st-blog,
  .st-blog-01 .st-blog-cat {
    display: block !important;
  }
  .st-blog-01 .st-blog {
    border-right: 0;
    border-bottom: 1px solid var(--bay-bodycolor);
  }
  .st-blog-01 .st-blog-footer {
    margin-bottom: 0;
  }
  .st-blog-01 .st-blog .st-blog-body {
    margin-bottom: 40px;
  }
  .st-blog-01 .st-blog-cat ul {
    padding-left: 0;
  }
  .st-blog-01 .st-blog-cat li {
    display: inline-block;
    float: left;
    margin-left: 0;
    width: 33%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-blog-02 {
  background-color: var(--bay-highlightcolor);
  padding: 20px 0 40px 0;
  color: var(--bay-highlighttext);
}

.st-blog-02 h1 {
  font-size: 36px;
  text-transform: uppercase;
  color: var(--bay-highlighttext);
  margin: 0;
}

.st-blog-02 h4,
.st-blog-02 a {
  color: var(--bay-highlighttext);
}

.st-blog-02 img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-blog-03 #news {
  background: #fff;
  padding: 60px 0;
  width: 100%;
}

.st-blog-03 .post-container {
  border-bottom: 1px solid #ddd;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.st-blog-03 .post-noborder {
  border-bottom: none;
}

.st-blog-03 .post-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
  box-sizing: border-box;
  display: inline;
  float: left;
  height: 75px;
  margin-right: 18px;
  -moz-background-size: cover !important;
  -moz-box-sizing: border-box;
  -ms-background-size: cover !important;
  -ms-box-sizing: border-box;
  -o-background-size: cover !important;
  -o-box-sizing: border-box;
  overflow: hidden;
  position: relative;
  -webkit-background-size: cover !important;
  -webkit-box-sizing: border-box;
  width: 75px;
}

.st-blog-03 .post-img-circle {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-border-radius: 100%;
}

.st-blog-03 .post-content {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0;
  padding: 0;
}

.st-blog-03 .post-content.list-agent > .post-meta {
  font-size: 14px;
  font-weight: 400;
}

.st-blog-03 .post-content > .post-meta {
  display: block;
  font-size: 12px;
  padding-bottom: 5px;
  padding-top: 0 !important;
}

.st-blog-03 .post-content > .post-meta a {
  color: var(--bay-maincolor);
}

.st-blog-03 .post-content > .heading h2 {
  border: none;
  font-family: var(--bay-primary-font);
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  text-transform: none;
}

.st-blog-03 .post-content > .heading span {
  font-size: 16px;
  font-weight: 800;
}

.st-blog-03 .post-content > .heading {
  color: var(--bay-maincolor);
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: left;
}

.st-blog-03 .post-content > .heading h2 a {
  font-size: 14px;
  color: var(--bay-maincolor);
}

.st-blog-03 ul li a {
  color: var(--bay-maincolor);
}

.st-blog-04 {
  background-color: #ededed;
  padding: 30px 0;
}

.st-blog-04 h2 {
  color: #959084;
  font-size: 34px;
  margin-bottom: 60px;
}

.st-blog-04 h3 {
  color: #000000;
  font-size: 18px;
  margin: 22px 0 11px 0;
}

.st-blog-04 .st-blog-date {
  position: absolute;
  left: 50%;
  top: -31px;
  margin-left: -31px;
  height: 62px;
  width: 62px;
  padding-top: 8px;
  z-index: 1;
  background-color: #fab840;
  border-radius: 31px;
}

.st-blog-04 .st-blog-image-wrapper {
  position: relative;
  border: 3px solid #cccccc;
}

.st-blog-04 .st-blog-articlemonth {
  line-height: 16px;
  font-size: 14px;
  font-weight: 900;
  color: #634666;
  text-align: center;
}

.st-blog-04 .st-blog-articleday {
  line-height: 28px;
  font-size: 26px;
  font-weight: 900;
  color: #ffffff;
  text-align: center;
}

.st-blog-04 a {
  color: var(--bay-highlightcolor);
}

@media (max-width: 479px) {
  .st-blog-entry-container {
    margin-top: 40px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .st-blog-entry-container {
    margin-top: 40px;
  }
}
.st-blog-06 {
  background-color: var(--bay-maincolor);
  padding: 20px 0 40px 0;
  color: var(--bay-bodycolor);
}

.st-blog-06 .st-blog-title {
  font-size: 36px;
  text-transform: uppercase;
  color: var(--bay-bodycolor);
  margin-bottom: 0;
}

.st-blog-06 h4,
.st-blog-06 a {
  color: var(--bay-bodycolor);
}

.st-blog-06 img {
  display: block;
  width: 100%;
  height: auto;
}

.st-blog-06 {
  border-right: 1px solid var(--bay-bodycolor);
  margin-top: 10px;
  vertical-align: top;
  position: relative;
}

.st-blog-06 .st-blog-header {
  margin-bottom: 10px;
}

.st-blog-06 .st-blog-meta {
  margin-bottom: 15px;
  font-size: 13px;
}

.st-blog-06 .st-blog-body {
  font-size: 13px;
}

.st-blog-06 .st-blog-links {
  padding-left: 0;
}

.st-blog-06 .st-blog-links ul {
  margin: 0;
  padding: 0;
  display: table;
}

.st-blog-06 .st-blog-links li {
  color: var(--bay-bodycolor);
  display: inline-block;
  margin-left: 3px;
  float: right;
}

.st-blog-06 .st-blog-links li a {
  color: var(--bay-bodycolor);
  border: 1px solid var(--bay-bodycolor);
  padding: 3px;
  border-radius: 50%;
  font-size: 10px;
}

.st-blog-06 .st-blog-links li a:hover {
  background-color: var(--bay-bodycolor);
  color: var(--bay-maincolor);
}

@media (max-width: 479px) {
  .st-blog-06 {
    display: block !important;
  }
  .st-blog-06 .st-blog-body {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--bay-bodycolor);
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .st-blog-06 {
    display: block !important;
  }
  .st-blog-06 .st-blog-body {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--bay-bodycolor);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-blog-06 {
    display: block !important;
  }
  .st-blog-06 .st-blog-body {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--bay-bodycolor);
  }
}
.st-blog-06v2 {
  background-color: var(--bay-maincolor);
  padding: 20px 0 40px 0;
  color: var(--bay-bodycolor);
}

.st-blog-06v2 .st-blog-title {
  font-size: 36px;
  text-transform: uppercase;
  color: var(--bay-bodycolor);
  margin-bottom: 0;
}

.st-blog-06v2 h4,
.st-blog-06v2 a {
  color: var(--bay-bodycolor);
}

.st-blog-06v2 img {
  display: block;
  width: 100%;
  height: auto;
}

.st-blog-06v2 {
  border-right: 1px solid var(--bay-bodycolor);
  margin-top: 10px;
  vertical-align: top;
  position: relative;
}

.st-blog-06v2 .st-blog-header {
  margin-bottom: 10px;
}

.st-blog-06v2 .st-blog-header h4 a {
  text-decoration: none;
}

.st-blog-06v2 .st-blog-image-container {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.st-blog-06v2 .st-blog-meta {
  margin-bottom: 15px;
  font-size: 13px;
}

.st-blog-06v2 .st-blog-body {
  font-size: 13px;
}

.st-blog-06v2 .st-blog-links {
  padding-left: 0;
}

.st-blog-06v2 .st-blog-links ul {
  margin: 0;
  padding: 0;
  display: table;
}

.st-footer-01v2 .st-footer-mls-disclaimer {
  font-size: 11px !important;
  margin-top: 10px;
  display: block;
}

.st-blog-06v2 .st-blog-links li {
  color: var(--bay-bodycolor);
  display: inline-block;
  margin-left: 3px;
  float: right;
}

.st-blog-06v2 .st-blog-links li a {
  color: var(--bay-bodycolor);
  border: 1px solid var(--bay-bodycolor);
  padding: 3px;
  border-radius: 50%;
  font-size: 10px;
}

.st-blog-06v2 .st-blog-links li a:hover {
  background-color: var(--bay-bodycolor);
  color: var(--bay-maincolor);
}

@media (max-width: 479px) {
  .st-blog-06v2 {
    display: block !important;
  }
  .st-blog-06v2 .st-blog-body {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--bay-bodycolor);
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .st-blog-06v2 {
    display: block !important;
  }
  .st-blog-06v2 .st-blog-body {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--bay-bodycolor);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-blog-06v2 {
    display: block !important;
  }
  .st-blog-06v2 .st-blog-body {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--bay-bodycolor);
  }
}
.st-blog-08v2 {
  position: relative;
  background: #ededed;
}

.st-blog-08v2 .blog-header {
  width: 100%;
  text-align: center;
  padding: 50px;
  position: relative;
}

.st-blog-08v2 .blog-header h1 {
  color: #585858;
  size: 32px;
}

.st-blog-08v2 .blog-header .subtitle {
  font-size: 18px;
  color: #888888;
  margin-top: 10px;
  font-weight: 500;
}

.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-blog-08v2 .blog-header .see-blog {
    margin-top: 20px;
  }
  .st-blog-08v2 .blog-header .subtitle {
    margin-top: 44px !important;
  }
}
.st-blog-08v2 .blog-wrapper {
  padding-top: 10px;
  padding-right: 60px;
  padding-left: 60px;
  max-width: 1680px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-around;
  margin: 0 auto;
}

.st-blog-08v2 .blog-wrapper .blog-box {
  display: flex;
  min-height: 408px;
  background: white;
  display: flex;
  flex-direction: column;
  margin-right: 2%;
  margin-bottom: 70px;
  border: solid 0.5px #b7b7b7;
}

.st-blog-08v2 .blog-wrapper .blog-box .blog-image {
  width: 100%;
  height: 226px;
}

@media (max-width: 500px) {
  .st-blog-08v2 .blog-wrapper .blog-box .blog-image {
    height: 260px;
  }
}
@media (min-width: 501px) and (max-width: 820px) {
  .st-blog-08v2 .blog-wrapper .blog-box .blog-image {
    height: 457px;
  }
}
@media (min-width: 821px) and (max-width: 1199px) {
  .st-blog-08v2 .blog-wrapper .blog-box .blog-image {
    height: 758px;
  }
}
.st-blog-08v2 .blog-wrapper .blog-box .blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.st-blog-08v2 .blog-wrapper .blog-box .blog-info-wrapper {
  padding: 18px 25px;
}

.st-blog-08v2 .blog-wrapper .blog-box .blog-info-wrapper .blog-date {
  color: #9f9f9f;
  font-size: 14px;
}

.st-blog-08v2 .blog-wrapper .blog-box .blog-info-wrapper .blog-title {
  color: #000000;
  font-size: 22px;
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 10px;
}

.st-blog-08v2 .blog-wrapper .blog-box .blog-info-wrapper .action-link {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
}

/* // BLOG */
/* VIDEOS */
.st-videos-01 {
  padding: 40px 0 80px 0;
  background-color: #fff;
}

.st-videos-01 h1 {
  font-size: 48px;
  text-transform: uppercase;
  color: var(--bay-bodytext);
  margin-bottom: 0;
}

.st-videos-01 h4 {
  font-size: 18px;
  text-transform: uppercase;
  color: var(--bay-bodytext);
  line-height: 22px;
  margin-top: 20px;
}

.st-videos-01 .st-video {
  box-shadow: 1px 2px 7px 1px rgba(0, 0, 0, 0.2);
  display: table;
  width: 100%;
}

.st-videos-01 .st-video-description {
  font-size: 16px;
  margin-bottom: 25px;
}

.st-videos-01 .st-video address {
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  margin-top: 15px;
}

.st-videos-01 .st-video-thumb {
  position: relative;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-clip: border-box;
  font-size: 36px;
}

.st-videos-01 .st-video-thumb img {
  width: 100%;
  height: auto;
}

.st-videos-01 .st-video-thumb a {
  z-index: 1;
  position: absolute;
  width: 75px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border: 3px solid var(--bay-bodycolor);
  border-radius: 50%;
  color: var(--bay-bodycolor);
  padding: 10px;
  opacity: 0.6;
  cursor: pointer;
  height: 75px;
  text-align: center;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-videos-01 .st-video {
    margin-bottom: 25px;
  }
  .st-videos-01 .st-video-thumb {
    margin-bottom: 10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-videos-01 .st-video {
    margin-bottom: 25px;
  }
  .st-videos-01 .st-video-thumb {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  .st-videos-01 .st-video {
    margin-bottom: 25px;
  }
  .st-videos-01 .st-video-thumb {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
/* // VIDEOS */
/* YOUTUBE */
.st-youtube-01 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 250px 10px;
  text-align: center;
  color: var(--bay-bodycolor);
}

.st-youtube-01 h1 {
  color: white;
  margin-top: 0;
  font-size: 60px;
}

.st-youtube-01 p {
  margin-bottom: 0;
  text-align: center;
}

.st-youtube-01 a {
  border: 2px solid white;
  padding: 10px;
  display: inline-block;
  color: white;
  margin-top: 5px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.st-youtube-01 a:hover {
  border: 2px solid white;
  padding: 10px;
  display: inline-block;
  color: white;
  margin-top: 5px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 479px) {
  .st-youtube-01 h1 {
    font-size: 30px;
  }
  .st-youtube-01 p {
    font-size: 14px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .st-youtube-01 h1 {
    font-size: 30px;
  }
  .st-youtube-01 p {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-youtube-01 h1 {
    font-size: 30px;
  }
  .st-youtube-01 p {
    font-size: 14px;
  }
}
.st-youtube-02 {
  margin: 50px 0 30px 0;
  padding: 40px;
  background-color: var(--bay-highlightcolor);
}

.st-youtube-02 .st-panel {
  max-width: 330px;
  background-color: #313131;
  padding: 30px 0 30px 0;
}

.st-youtube-02 .st-panel p {
  color: #ffffff;
  margin: 20px;
}

.st-youtube-02 img {
  max-width: 244px;
  margin: 0 auto;
}

.st-youtube-02 .btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #1c5577;
  border-color: #133a52;
}

.st-youtube-02 .btn {
  background-color: #246c98;
  border-color: #1f5d83;
  border-radius: 4px;
  border-width: 2px;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #ffffff;
}

@media (max-width: 479px) {
  .st-youtube-02 .st-panel {
    margin-top: 30px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .st-youtube-02 .st-panel {
    margin-top: 30px;
    max-width: 100%;
  }
}
.st-youtube-03 {
  padding: 0 40px 40px 40px;
}

.st-youtube-03 h1 {
  font-size: 30px;
  text-transform: uppercase;
}

.st-youtube-03 .carousel-control {
  width: 20px;
}

.st-youtube-03 .glyphicon {
  color: #ffffff !important;
}

.st-youtube-03 .st-carousel-control-left {
  left: 10px;
  right: inherit;
}

.st-youtube-03 .st-carousel-control-right {
  left: inherit;
  right: 10px;
}

@media (max-width: 479px) {
  .st-youtube-03 .st-youtube-video-container {
    margin-top: 20px;
  }
}
.st-youtube-03v2 {
  background-color: white;
}

.st-youtube-03v2 h1 {
  font-size: 30px;
  text-transform: uppercase;
}

.st-youtube-03v2 .carousel-control {
  width: 20px;
}

.st-youtube-03v2 .glyphicon {
  color: #ffffff !important;
}

.st-youtube-03v2 .st-carousel-control-left {
  left: 10px;
  right: inherit;
}

.st-youtube-03v2 .st-carousel-control-right {
  left: inherit;
  right: 10px;
}

.st-youtube-03v2 #st_youtube_carousel .carousel-control-prev-icon,
.st-youtube-03v2 #st_youtube_carousel .carousel-control-next-icon {
  width: 1rem !important;
  height: 1rem !important;
}

@media (max-width: 479px) {
  .st-youtube-03 .st-youtube-video-container {
    margin-top: 20px;
  }
}
/* // YOUTUBE */
/* FOOTERS */
.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-01 ul {
  list-style: none;
  margin: 10px auto;
  padding: 0;
}

.st-footer-01 li {
  display: inline;
  color: var(--bay-bodytext);
  padding: 0 5px;
}

.st-footer-01 a:link,
.st-footer-01 a:visited,
.st-footer-01 a:hover,
.st-footer-01 a:active {
  color: var(--bay-footercolor);
  text-decoration: none;
}

.st-footer-01 .st-footer-divider {
  color: var(--bay-footercolor);
}

.st-footer-01 .st-footer-social a {
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 50%;
  padding: 6px 8px;
}

.st-footer-01 .st-footer-disclaimer {
  display: block;
  position: relative;
  padding-bottom: 10px;
  font-size: 11px;
  margin-top: 10px;
}

.st-footer-01 .st-mls-disclaimer {
  font-size: 11px;
  margin-top: 10px;
  display: block;
}

.st-footer-01 .st-footer-mls-disclaimer {
  font-size: 11px;
  margin-top: 10px;
  display: block;
}

.st-footer-01 .st-footer-company-disclaimer {
  position: relative;
}

.st-footer-01 .iq-disclaimer-text {
  font-size: 11px;
  margin-top: 10px;
  display: block;
}

.st-footer-01 .st-listings-updated {
  margin: 10px 0 0 0;
}

@media (max-width: 479px) {
  .st-footer-01 .st-footer-nav li,
  .st-footer-04v2 .st-footer-nav li {
    display: block !important;
    margin-bottom: 10px !important;
  }
  .st-footer-01 .st-footer-links,
  .st-footer-04v2 .st-footer-links {
    margin-top: 25px !important;
  }
  .st-footer-01 .st-footer-links li,
  .st-footer-04v2 .st-footer-links li {
    display: block !important;
    margin-bottom: 10px !important;
  }
  .st-footer-01 .st-footer-social,
  .st-footer-04v2 .st-footer-social {
    margin: 25px 0 !important;
  }
  .st-footer-01 li.st-footer-divider,
  .st-footer-04v2 li.st-footer-divider {
    display: none !important;
  }
}
.st-footer-01v2 {
  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-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 rgba(255, 255, 255, 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;
  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;
  }
}
.st-footer-02 {
  background-position: center bottom;
  background-attachment: fixed;
}

.st-footer-02 footer {
  padding: 20px 0;
  color: var(--bay-footercolor);
  z-index: 1;
  text-align: center;
  height: auto;
  min-height: 200px;
}

.st-footer-02 footer ul {
  list-style: none;
  margin: 10px auto;
  padding: 0;
}

.st-footer-02 footer li {
  display: inline;
  color: var(--bay-bodycolor);
  padding: 0 5px;
}

.st-footer-02 footer a:link,
.st-footer-02 footer a:visited,
.st-footer-02 footer a:hover,
.st-footer-02 footer a:active {
  color: var(--bay-bodycolor);
  text-decoration: none;
}

.st-footer-02 .st-footer-social a {
  font-size: 14px;
  border: 1px solid var(--bay-bodycolor);
  border-radius: 50%;
  padding: 6px 8px;
}

.st-footer-02 .st-footer-divider {
  color: var(--bay-bodycolor);
}

.st-footer-02 .st-footer-disclaimer {
  font-size: 11px;
}

.st-footer-02 .st-footer-mls-disclaimer {
  font-size: 11px;
  margin-top: 10px;
  display: block;
}

.st-footer-02 .iq-disclaimer-text {
  font-size: 11px;
  margin-top: 10px;
  display: block;
}

@media (max-width: 479px) {
  .st-footer-02 .st-footer-nav li {
    display: block;
    margin-bottom: 10px;
  }
  .st-footer-02 .st-footer-links {
    margin-top: 25px;
  }
  .st-footer-02 .st-footer-links li {
    display: block;
    margin-bottom: 10px;
  }
  .st-footer-02 .st-footer-social {
    margin: 25px 0;
  }
  .st-footer-02 li.st-footer-divider {
    display: none;
  }
}
.st-footer-03 {
  background-position: center bottom;
  background-attachment: fixed;
}

.st-footer-03 footer {
  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-03 footer ul {
  list-style: none;
  margin: 10px auto;
  padding: 0;
}

.st-footer-03 footer li {
  display: inline;
  color: var(--bay-bodytext);
  padding: 0 5px;
}

.st-footer-03 footer a:link,
.st-footer-03 footer a:visited,
.st-footer-03 footer a:hover,
.st-footer-03 footer a:active {
  color: var(--bay-footercolor);
  text-decoration: none;
}

.st-footer-03 .st-footer-social a {
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 50%;
  padding: 6px 8px;
}

.st-footer-03 .st-footer-disclaimer {
  font-size: 11px;
}

.st-footer-03 .st-footer-mls-disclaimer {
  font-size: 11px;
  margin-top: 10px;
  display: block;
}

.st-footer-03 .iq-disclaimer-text {
  font-size: 11px;
  margin-top: 10px;
  display: block;
}

@media (max-width: 479px) {
  .st-footer-03 .st-footer-nav li {
    display: block;
    margin-bottom: 10px;
  }
  .st-footer-03 .st-footer-links {
    margin-top: 25px;
  }
  .st-footer-03 .st-footer-links li {
    display: block;
    margin-bottom: 10px;
  }
  .st-footer-03 .st-footer-social {
    margin: 25px 0;
  }
  .st-footer-03 li.st-footer-divider {
    display: none;
  }
}
.st-footer-03 #footer {
  background-color: var(--bay-footerbackground);
  padding: 60px 0 0;
  width: 100%;
}

.st-footer-03 #footer .widget:before,
.st-footer-03 #footer .widget:after {
  clear: both;
  content: "";
  display: table;
}

.st-footer-03 #footer .widget {
  margin-bottom: 20px;
}

.st-footer-03 #footer .widget a {
  color: var(--bay-footercolor);
}

.st-footer-03 #footer .widget address {
  color: var(--bay-footercolor);
}

.st-footer-03 #footer .widget a:hover {
  color: var(--bay-hovercolor);
}

.st-footer-03 #footer .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-03 #footer .widget h3 {
  color: var(--bay-footercolor);
  font-family: var(--bay-primary-font);
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
  margin-bottom: 30px;
}

.st-footer-03 #footer .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-03 #footer .widget > ul,
#footer .widget ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.st-footer-03 #footer .widget > ul > li,
#footer .widget > ul > li > a,
#footer .widget ul > li,
#footer .widget ul > li > a {
  color: var(--bay-footercolor);
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 2px 0;
}

.st-footer-03 #footer .widget > ul > li > a::before,
#footer .widget ul > li > a::before {
  content: "\f10c";
  font-family: var(--bay-primary-font);
  font-size: 15px;
  font-weight: 400;
  padding-right: 15px;
}

.st-footer-03 .copyright {
  position: relative;
  margin-top: 60px;
  padding: 60px 0 40px;
  text-align: center;
  border-top: 1px solid #ffffff;
}

.st-footer-03 .copyright .scroltop {
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: -18px;
  margin-left: -18px;
}

.st-footer-03 footer {
  min-height: 40px;
  color: var(--bay-footercolor);
}

.st-footer-03 footer .st-footer-divider {
  color: var(--bay-footercolor);
}

.st-footer-03 footer a:link {
  color: var(--bay-footercolor);
}

.st-footer-03 footer a:visited {
  color: var(--bay-footercolor);
}

.st-footer-03 footer a:hover {
  color: var(--bay-hovercolor);
}

.st-footer-03 .copyright .social-links > li > a {
  background: var(--bay-footercolor);
  border-radius: 100%;
  display: block;
  height: 40px;
  margin-top: 25px;
  position: relative;
  width: 40px;
}

.st-footer-03 .copyright .social-links > li > 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-03 .copyright .social-links > li > .icon-twitter:hover {
  background: var(--bay-hovercolor);
}

.st-footer-03 .copyright .social-links > li > .icon-facebook:hover {
  background: var(--bay-hovercolor);
}

.st-footer-03 .copyright .social-links > li > .icon-youtube:hover,
.st-footer-03 .copyright .social-links > li > .icon-gplus:hover {
  background: var(--bay-hovercolor);
}

.st-footer-03 .copyright .social-links > li > .icon-instagram:hover {
  background: var(--bay-hovercolor);
}

.st-footer-03 .copyright .social-links > li > .icon-linkedin:hover {
  background: var(--bay-hovercolor);
}

.st-footer-03 .copyright .social-links > li > .icon-googleplus:hover {
  background: var(--bay-hovercolor);
}

.st-footer-03 .copyright .social-links > li > .icon-pinterest:hover {
  background: var(--bay-hovercolor);
}

.st-footer-03 .copyright .social-links > li > .icon-blog:hover {
  background: var(--bay-hovercolor);
}

.st-footer-03 .copyright .social-links > li > .icon-contact:hover {
  background: var(--bay-hovercolor);
}

.st-footer-03 .btn-warning {
  background-color: var(--bay-maincolor);
  border-color: var(--bay-highlightcolor);
}

.st-footer-03 .btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: var(--bay-hovercolor);
  border-color: var(--bay-maincolor);
}

@media (max-width: 479px) {
  .st-footer-03 .st-footer-nav li {
    display: block;
    margin-bottom: 10px;
  }
  .st-footer-03 .st-footer-links {
    margin-top: 25px;
  }
  .st-footer-03 .st-footer-links li {
    display: block;
    margin-bottom: 10px;
  }
  .st-footer-03 .st-footer-social {
    margin: 25px 0;
  }
  .st-footer-03 li.st-footer-divider {
    display: none;
  }
}
.st-footer-03v2 {
  background-color: var(--bay-footerbackground);
  padding: 60px 0 0;
  width: 100%;
}

.st-footer-03v2 footer {
  min-height: 40px;
  color: var(--bay-footercolor);
  padding: 20px 0;
  z-index: 1;
  text-align: center;
  height: auto;
}

.st-footer-03v2 footer ul {
  list-style: none;
  margin: 10px auto;
  padding: 0;
}

.st-footer-03v2 footer li {
  display: inline;
  color: #656d78;
  padding: 0 5px;
}

.st-footer-03v2 footer li a,
.st-footer-03v2 footer li a:hover,
.st-footer-03v2 footer li a:visited,
.st-footer-03v2 footer li a:active {
  color: white;
}

.st-footer-03v2 .st-footer-links a:link,
.st-footer-02v2 .st-footer-links a:visited,
.st-footer-02v2 .st-footer-links a:hover,
.st-footer-02v2 .st-footer-links a:active {
  color: var(--bay-footercolor);
  text-decoration: none;
}

.st-footer-03v2 .st-footer-social a {
  font-size: 14px;
  border: 1px solid #656d78;
  border-radius: 50%;
  padding: 6px 8px;
}

.st-footer-03v2 .st-footer-disclaimer {
  position: relative;
  color: silver;
  padding-bottom: 10px;
  font-size: 11px;
}

.st-footer-03v2 .st-footer-company-disclaimer {
  position: relative;
  color: silver;
}

.st-footer-03v2 .st-footer-mls-disclaimer {
  color: silver;
}

.st-footer-03v2 .iq-disclaimer-text {
  color: white;
}

.st-footer-03v2 .st-listings-updated {
  color: silver;
  margin: 15px 0;
}

.st-footer-03v2 .widget:before,
.st-footer-03v2 .widget:after {
  clear: both;
  content: "";
  display: table;
}

.st-footer-03v2 .widget {
  margin-bottom: 20px;
}

.st-footer-03v2 .widget a {
  color: var(--bay-footercolor) !important;
}

.st-footer-03v2 .widget address {
  color: var(--bay-footercolor);
}

.st-footer-03v2 .widget a:hover {
  color: var(--bay-hovercolor) !important;
}

.st-footer-03v2 .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 {
  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 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 > ul,
#footer .widget ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.st-footer-03v2 .widget > ul > li,
#footer .widget > ul > li > a,
#footer .widget ul > li,
#footer .widget ul > li > a {
  color: var(--bay-footercolor);
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 2px 0;
}

.st-footer-03v2 .widget > ul > li > a::before,
#footer .widget ul > li > a::before {
  content: "\f10c";
  font-family: var(--bay-primary-font);
  font-size: 15px;
  font-weight: 400;
  padding-right: 15px;
}

.st-footer-03v2 .copyright {
  position: relative;
  margin-top: 60px;
  padding: 60px 0 40px;
  text-align: center;
  border-top: 1px solid white;
}

.st-footer-03v2 .copyright .scroltop {
  color: white;
  position: absolute;
  left: 50%;
  top: -18px;
  margin-left: -18px;
}

.st-footer-03v2 .copyright .social-links > li > a {
  background: var(--bay-footercolor);
  border-radius: 100%;
  display: block;
  height: 40px;
  margin-top: 25px;
  position: relative;
  width: 40px;
}

.st-footer-03v2 .copyright .social-links > li > 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 > li > .icon-twitter:hover {
  background: var(--bay-hovercolor);
}

.st-footer-03v2 .copyright .social-links > li > .icon-facebook:hover {
  background: var(--bay-hovercolor);
}

.st-footer-03v2 .copyright .social-links > li > .icon-youtube:hover,
.st-footer-03v2 .copyright .social-links > li > .icon-gplus:hover {
  background: var(--bay-hovercolor);
}

.st-footer-03v2 .copyright .social-links > li > .icon-instagram:hover {
  background: var(--bay-hovercolor);
}

.st-footer-03v2 .copyright .social-links > li > .icon-linkedin:hover {
  background: var(--bay-hovercolor);
}

.st-footer-03v2 .copyright .social-links > li > .icon-googleplus:hover {
  background: var(--bay-hovercolor);
}

.st-footer-03v2 .copyright .social-links > li > .icon-pinterest:hover {
  background: var(--bay-hovercolor);
}

.st-footer-03v2 .copyright .social-links > li > .icon-blog:hover {
  background: var(--bay-hovercolor);
}

.st-footer-03v2 .copyright .social-links > li > .icon-contact:hover {
  background: var(--bay-hovercolor);
}

.st-footer-03v2 .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 {
  color: white;
  background-color: var(--bay-hovercolor);
  border-color: var(--bay-maincolor);
}

@media (max-width: 479px) {
  .st-footer-03v2 .st-footer-nav li {
    display: block;
    margin-bottom: 10px;
  }
  .st-footer-03v2 .st-footer-links {
    margin-top: 25px;
  }
  .st-footer-03v2 .st-footer-links li {
    display: block;
    margin-bottom: 10px;
  }
  .st-footer-03v2 .st-footer-social {
    margin: 25px 0;
  }
  .st-footer-03v2 li.st-footer-divider {
    display: none;
  }
}
.st-footer-04 #footer {
  background-color: var(--bay-bodycolor);
  padding: 60px 0 0;
  width: 100%;
}

.st-footer-04 #footer .widget:before,
.st-footer-04 #footer .widget:after {
  clear: both;
  content: "";
  display: table;
}

.st-footer-04 #footer .widget {
  margin-bottom: 20px;
}

.st-footer-04 #footer .widget a {
  color: var(--bay-bodytext);
}

.st-footer-04 #footer .widget a:hover {
  color: var(--bay-hovercolor);
}

.st-footer-04 #footer .widget h2 {
  color: var(--bay-bodytext);
  font-size: 32px;
  font-weight: 800;
  line-height: 36px;
  margin-bottom: 20px;
}

.st-footer-04 #footer .widget h3 {
  color: var(--bay-bodytext);
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
  margin-bottom: 30px;
}

.st-footer-04 #footer .widget h4 {
  color: var(--bay-bodytext);
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
  margin-bottom: 30px;
}

.st-footer-04 #footer .widget > ul,
.st-footer-04 #footer .widget ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.st-footer-04 #footer .widget > ul > li,
.st-footer-04 #footer .widget > ul > li > a,
.st-footer-04 #footer .widget ul > li,
.st-footer-04 #footer .widget ul > li > a {
  color: #898ba2;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 2px 0;
}

.st-footer-04 #footer .widget > ul > li > a::before,
.st-footer-04 #footer .widget ul > li > a::before {
  content: "\f10c";
  font-family: var(--bay-primary-font);
  font-size: 15px;
  font-weight: 400;
  padding-right: 15px;
}

.st-footer-04 .copyright {
  position: relative;
  margin-top: 60px;
  padding: 60px 0 40px;
  text-align: center;
  border-top: 1px solid #6b6e80;
}

.st-footer-04 .copyright .scroltop {
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: -18px;
  margin-left: -18px;
}

.st-footer-04 footer {
  min-height: 40px;
  color: var(--bay-bodytext);
}

.st-footer-04 footer .st-footer-divider {
  color: var(--bay-bodytext);
}

.st-footer-04 footer a:link {
  color: var(--bay-bodytext);
}

.st-footer-04 footer a:visited {
  color: var(--bay-bodytext);
}

.st-footer-04 footer a:hover {
  color: var(--bay-hovercolor);
}

.st-footer-04 .copyright .social-links > li > a {
  background: var(--bay-maincolor);
  border-radius: 100%;
  display: block;
  height: 40px;
  margin-top: 25px;
  position: relative;
  width: 40px;
}

.st-footer-04 .copyright .social-links > li > a > .fa {
  color: var(--bay-bodycolor);
  font-size: 19px;
  height: 18px;
  left: 50%;
  margin-left: -9px;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  width: 18px;
}

.st-footer-04 .copyright .social-links > li > .icon-twitter:hover {
  background: var(--bay-hovercolor);
}

.st-footer-04 .copyright .social-links > li > .icon-facebook:hover {
  background: var(--bay-hovercolor);
}

.st-footer-04 .copyright .social-links > li > .icon-youtube:hover,
.st-footer-04 .copyright .social-links > li > .icon-gplus:hover {
  background: var(--bay-hovercolor);
}

.st-footer-04 .copyright .social-links > li > .icon-instagram:hover {
  background: var(--bay-hovercolor);
}

.st-footer-04 .copyright .social-links > li > .icon-linkedin:hover {
  background: var(--bay-hovercolor);
}

.st-footer-04 .copyright .social-links > li > .icon-googleplus:hover {
  background: var(--bay-hovercolor);
}

.st-footer-04 .copyright .social-links > li > .icon-pinterest:hover {
  background: var(--bay-hovercolor);
}

.st-footer-04 .copyright .social-links > li > .icon-blog:hover {
  background: var(--bay-hovercolor);
}

.st-footer-04 .copyright .social-links > li > .icon-contact:hover {
  background: var(--bay-hovercolor);
}

.st-footer-04 .btn-warning {
  background-color: var(--bay-maincolor);
  border-color: var(--bay-highlightcolor);
}

.st-footer-04 .btn-warning:hover,
.st-footer-04 .btn-warning:focus,
.st-footer-04 .btn-warning:active,
.st-footer-04 .btn-warning.active {
  color: #ffffff;
  background-color: var(--bay-hovercolor);
  border-color: var(--bay-maincolor);
}

.st-footer-04 .st-footer-links {
  list-style: none;
}

.st-footer-04v2 {
  background-color: var(--bay-bodycolor);
  padding: 60px 0 0;
  width: 100%;
}

.st-footer-04v2 .widget:before,
.st-footer-04v2 .widget:after {
  clear: both;
  content: "";
  display: table;
}

.st-footer-04v2 .widget {
  margin-bottom: 20px;
}

.st-footer-04v2 .widget a {
  color: var(--bay-bodytext);
  text-decoration: none;
}

.st-footer-04v2 .widget a:hover {
  color: var(--bay-hovercolor);
}

.st-footer-04v2 .widget h2 {
  color: var(--bay-bodytext);
  margin-bottom: 15px;
}

.st-footer-04v2 .widget h3 {
  color: var(--bay-bodytext);
  margin-bottom: 15px;
}

.st-footer-04v2 .widget h4 {
  color: var(--bay-bodytext);
  margin-bottom: 15px;
}

.st-footer-04v2 .widget h5 {
  color: var(--bay-bodytext);
  margin-bottom: 15px;
}

.st-footer-04v2 .widget > ul,
.st-footer-04v2 .widget ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.st-footer-04v2 .widget > ul > li,
.st-footer-04v2 .widget > ul > li > a,
.st-footer-04v2 .widget ul > li,
.st-footer-04v2 .widget ul > li > a {
  color: #898ba2;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 2px 0;
}

.st-footer-04v2 .widget > ul > li > a::before,
.st-footer-04v2 .widget ul > li > a::before {
  content: "\f10c";
  font-family: var(--bay-primary-font);
  font-size: 15px;
  font-weight: 400;
  padding-right: 15px;
}

.st-footer-04v2 .copyright {
  position: relative;
  margin-top: 60px;
  padding: 60px 0 40px;
  text-align: center;
  border-top: 1px solid #6b6e80;
}

.st-footer-04v2 .copyright .scroltop {
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: -18px;
  margin-left: -18px;
}

.st-footer-04v2 .st-footer-links {
  list-style: none;
  margin: 10px auto;
  padding: 0;
}

.st-footer-04v2 .st-footer-links li {
  display: inline;
  padding: 0 5px;
}

.st-footer-04v2 .st-footer-links li a {
  text-decoration: none;
}

.st-footer-04v2 .social-links {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.st-footer-04v2 .social-links li {
  display: inline-block;
  padding: 0 5px;
}

.st-footer-04v2 .social-links > li > a {
  background: var(--bay-maincolor);
  border-radius: 100%;
  display: block;
  height: 40px;
  margin-top: 25px;
  position: relative;
  width: 40px;
}

.st-footer-04v2 .social-links > li > a > .fa {
  color: var(--bay-bodycolor);
  font-size: 19px;
  height: 18px;
  left: 50%;
  margin-left: -9px;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  width: 18px;
}

.st-footer-04v2 .social-links > li > .icon-twitter:hover {
  background: var(--bay-hovercolor);
}

.st-footer-04v2 .social-links > li > .icon-facebook:hover {
  background: var(--bay-hovercolor);
}

.st-footer-04v2 .social-links > li > .icon-youtube:hover,
.st-footer-04v2 .social-links > li > .icon-gplus:hover {
  background: var(--bay-hovercolor);
}

.st-footer-04v2 .social-links > li > .icon-instagram:hover {
  background: var(--bay-hovercolor);
}

.st-footer-04v2 .social-links > li > .icon-linkedin:hover {
  background: var(--bay-hovercolor);
}

.st-footer-04v2 .social-links > li > .icon-googleplus:hover {
  background: var(--bay-hovercolor);
}

.st-footer-04v2 .social-links > li > .icon-pinterest:hover {
  background: var(--bay-hovercolor);
}

.st-footer-04v2 .social-links > li > .icon-blog:hover {
  background: var(--bay-hovercolor);
}

.st-footer-04v2 .social-links > li > .icon-contact:hover {
  background: var(--bay-hovercolor);
}

.st-footer-04v2 .st-footer-disclaimer {
  position: relative;
  padding-bottom: 10px;
  font-size: 11px;
}

.st-footer-04v2 .btn-warning {
  background-color: var(--bay-maincolor);
  border-color: var(--bay-highlightcolor);
}

.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: #ffffff;
  background-color: var(--bay-hovercolor);
  border-color: var(--bay-maincolor);
}

.st-footer-04v2 .st-listings-updated {
  margin: 10px 0 0 0;
}

.st-footer-04v2 .st-footer-company-disclaimer {
  padding: 15px;
}

.st-footer-05 {
  border-style: solid;
  border-width: 8px;
  border-color: var(--bay-highlightcolor);
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  background-color: #3d3d3d;
  padding-top: 60px;
}

.st-footer-05 h3 {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}

.st-footer-05 ul {
  margin: 30px 0 30px 0;
  padding: 0;
}

.st-footer-05 ul li {
  list-style-type: none;
  margin-bottom: 5px;
  color: #6a6b6c;
}

.st-footer-05 ul li a {
  color: #6a6b6c;
}

.st-footer-05 ul:last-of-type {
  margin: 0;
}

.st-footer-05 .st-bottom-row {
  background-color: #9c9fa1;
  color: #ffffff;
  line-height: 56px;
  vertical-align: middle;
  padding: 10px 0 10px 0;
}

.st-footer-05 .st-bottom-row a {
  color: #ffffff;
}

.st-footer-05 .st-col-5 {
  padding: 20px 0 20px 0;
  font-size: 16px;
  color: #999999;
}

.st-footer-05 .st-col-5:last-of-type {
  border-style: none;
}

.st-footer-05 .st-col-5 {
  border-style: solid;
  border-width: 1px;
  border-color: #999999;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

.st-footer-05 .st-col-5 a {
  font-size: 16px;
  color: #307eae;
  text-transform: uppercase;
}

.st-footer-05 .st-col-5 .fa {
  font-size: 18px;
  margin-right: 20px;
  font-weight: bold;
  color: #999999;
}

.st-footer-05 .st-social-links .fa-stack {
  margin: 5px 0 5px 0;
  font-size: 18px;
}

.st-footer-05 .st-footer-banner {
  margin: 10px 10px 30px 10px;
}

.st-footer-05 .st-footer-links li {
  margin-left: 20px;
  color: #ffffff;
  font-size: 12px;
  display: inline;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-footer-05 .st-footer-links li {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 30px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-footer-05 .st-footer-links li {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
  .st-footer-05 .st-footer-links li {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 30px;
  }
}
.st-footer-06 #footer {
  background-color: var(--bay-footerbackground);
  padding: 60px 0 0;
  width: 100%;
}

.st-footer-06 #footer .widget:before,
.st-footer-06 #footer .widget:after {
  clear: both;
  content: "";
  display: table;
}

.st-footer-06 #footer .widget a {
  color: var(--bay-footercolor);
  font-size: 14px;
  text-decoration: none;
}

.st-footer-06 #footer .widget address {
  color: var(--bay-footercolor);
  font-size: 14px;
}

.st-footer-06 #footer .widget a:hover {
  color: var(--bay-hovercolor);
}

.st-footer-06 #footer .widget h2 {
  color: var(--bay-footercolor);
  font-size: 32px;
  font-weight: 800;
  line-height: 36px;
  margin-bottom: 20px;
}

.st-footer-06 #footer .widget h3 {
  color: var(--bay-footercolor);
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
  margin-bottom: 20px;
}

.st-footer-06 #footer .widget h4 {
  color: var(--bay-footercolor);
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 10px;
}

.st-footer-06 #footer .widget > ul,
#footer .widget ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.st-footer-06 #footer .widget > ul > li,
#footer .widget > ul > li > a,
#footer .widget ul > li,
#footer .widget ul > li > a {
  color: var(--bay-footercolor);
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 2px 0;
}

.st-footer-06 #footer .widget > ul > li > a::before,
#footer .widget ul > li > a::before {
  content: "\f10c";
  font-family: var(--bay-primary-font);
  font-size: 15px;
  font-weight: 400;
  padding-right: 15px;
}

.st-footer-06 .copyright {
  padding: 10px 0 10px;
  text-align: left;
  color: var(--bay-footercolor);
}

.st-footer-06 .copyright .scroltop {
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: -18px;
  margin-left: -18px;
}

.st-footer-06 #footer .copyright .list-inline > li > a {
  color: var(--bay-footercolor);
}

.st-footer-06 #footer .copyright .list-inline > li > a:hover {
  color: var(--bay-hovercolor);
}

.st-footer-06 #footer .st-footer-company-disclaimer {
  color: var(--bay-footercolor);
  font-size: 10px;
  margin: 0 0 0 10;
}

.st-footer-06 footer {
  min-height: 40px;
  color: var(--bay-footercolor);
}

.st-footer-06 footer .st-footer-divider {
  color: var(--bay-footercolor);
}

.st-footer-06 footer a:link {
  color: var(--bay-footercolor);
}

.st-footer-06 footer a:visited {
  color: var(--bay-footercolor);
}

.st-footer-06 footer a:hover {
  color: var(--bay-hovercolor);
}

.st-footer-06 #footer .widget .social-links ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.st-footer-06 #footer .widget .social-links > ul > li,
#footer .widget .social-links > ul > li > a,
#footer .widget .social-links ul > li,
#footer .widget .social-links ul > li > a {
  color: var(--bay-footercolor);
  display: inline;
  font-size: 14px;
  font-weight: 400;
  padding: 2px 0;
}

.st-footer-06 #footer .widget .social-links > ul > li > a::before,
#footer .widget .social-links ul > li > a::before {
  content: "";
  font-family: var(--bay-primary-font);
  font-size: 15px;
  font-weight: 400;
  padding-right: 15px;
}

.st-footer-06 #footer .widget .social-links > li > a > .fa {
  color: var(--bay-footercolor);
  font-size: 15px;
}

.st-footer-06 #footer .widget .social-links > li > a > .icon-twitter:hover {
  background: var(--bay-hovercolor);
}

.st-footer-06 #footer .widget .social-links > li > a > .icon-facebook:hover {
  background: var(--bay-hovercolor);
}

.st-footer-06 #footer .widget .social-links > li > a > .icon-youtube:hover,
.st-footer-06 #footer .widget .social-links > li > a > .icon-gplus:hover {
  background: var(--bay-hovercolor);
}

.st-footer-06 #footer .widget .social-links > li > a > .icon-instagram:hover {
  background: var(--bay-hovercolor);
}

.st-footer-06 #footer .widget .social-links > li > a > .icon-linkedin:hover {
  background: var(--bay-hovercolor);
}

.st-footer-06 #footer .widget .social-links > li > a > .icon-googleplus:hover {
  background: var(--bay-hovercolor);
}

.st-footer-06 #footer .widget .social-links > li > a > .icon-pinterest:hover {
  background: var(--bay-hovercolor);
}

.st-footer-06 #footer .widget .social-links > li > a > .icon-blog:hover {
  background: var(--bay-hovercolor);
}

.st-footer-06 #footer .widget .social-links > li > a > .icon-contact:hover {
  background: var(--bay-hovercolor);
}

.st-footer-06 .btn-warning {
  background-color: var(--bay-maincolor);
  border-color: var(--bay-highlightcolor);
}

.st-footer-06 .btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: var(--bay-hovercolor);
  border-color: var(--bay-maincolor);
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-footer-06 .st-footer-nav li {
    display: block;
    margin-bottom: 10px;
  }
  .st-footer-06 .st-footer-links {
    margin-top: 25px;
  }
  .st-footer-06 .st-footer-links li {
    display: block;
    margin-bottom: 10px;
  }
  .st-footer-06 .st-footer-social {
    margin: 25px 0;
  }
  .st-footer-06 li.st-footer-divider {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-interactivemap-01 h1 {
  text-align: center;
  text-transform: uppercase;
}

.st-interactivemap-01 .description {
  text-align: center;
}

.st-interactivemap-01 img {
  width: 100%;
  height: auto;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
/* TESTIMONIALS */
.st-testimonials-01 #testimony {
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover !important;
  height: auto;
  min-height: 450px;
  -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-01 #testimony::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-01 #testislider {
  position: relative;
  z-index: 2;
}

.st-testimonials-01 #testislider .carousel-inner .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-01 #testislider .carousel-control.left,
#testislider .carousel-control.right {
  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-01 #testislider .carousel-control.left {
  left: -70px;
  right: auto;
}

.st-testimonials-01 #testislider .carousel-control.right {
  left: auto;
  right: -70px;
}

.st-testimonials-01 #testislider .carousel-control i,
#testislider .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-01 .testimony-container {
  height: auto;
  margin: 0;
  padding: 0;
}

.st-testimonials-01 .testimony-content {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}

.st-testimonials-01 .testimony-content h3 {
  color: #fff;
  font-size: 28px;
  line-height: 32px;
}

.st-testimonials-01 .testimony-content blockquote {
  border-left: none;
  padding-left: 0;
  position: relative;
  text-indent: 2em;
}

.st-testimonials-01v2 {
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover !important;
  height: auto;
  min-height: 450px;
  -moz-background-size: cover !important;
  -ms-background-size: cover !important;
  -o-background-size: cover !important;
  padding-bottom: 60px;
  padding-top: 100px;
  position: relative;
  -webkit-background-size: cover !important;
  width: 100%;
}

.st-testimonials-01v2::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-01v2 #testimony_carousel {
  position: relative;
  z-index: 2;
}

.st-testimonials-01v2 #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-01v2 #testimony_carousel .carousel-control-prev,
.st-testimonials-01v2 #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-01v2 #testimony_carousel .carousel-control-prev {
  left: -70px;
  right: auto;
}

.st-testimonials-01v2 #testimony_carousel .carousel-control-next {
  left: auto;
  right: -70px;
}

.st-testimonials-01v2 #testimony_carousel .carousel-control i,
.st-testimonials-01v2 #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-01v2 .testimonial {
  height: auto;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}

.st-testimonials-01v2 .testimonial h3 {
  color: #fff;
  font-size: 28px;
  line-height: 32px;
}

.st-testimonials-01v2 .testimonial blockquote {
  border-left: none;
  padding-left: 0;
  position: relative;
  text-indent: 2em;
}

.st-testimonials-02 #testimony {
  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-02 #testimony::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-02 #testislider {
  position: relative;
  z-index: 2;
}

.st-testimonials-02 #testislider .carousel-inner .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-02 #testislider .carousel-control.left,
#testislider .carousel-control.right {
  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-02 #testislider .carousel-control.left {
  left: -70px;
  right: auto;
}

.st-testimonials-02 #testislider .carousel-control.right {
  left: auto;
  right: -70px;
}

.st-testimonials-02 #testislider .carousel-control i,
#testislider .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-02 #testislider .carousel.active.left,
.st-testimonials-02 #testislider .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-02 .testimony-container {
  height: auto;
  margin: 0;
  padding: 0;
}

.st-testimonials-02 .testimony-content {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}

.st-testimonials-02 .testimony-content h3 {
  color: #fff;
  font-size: 28px;
  line-height: 32px;
}

.st-testimonials-02 .testimony-content blockquote {
  border-left: none;
  padding-left: 0;
  position: relative;
  text-indent: 2em;
}

.st-testimonials-02 .agent-portrait {
  width: 90px;
  background-size: cover;
  background-position: center center;
  margin: 0 auto;
  border: 2px #ffffff solid;
  margin-bottom: 5px;
}

.st-testimonials-02 a {
  color: #ffffff;
}

@media (max-width: 479px) {
  .st-testimonials-02 #testislider .carousel-control.left {
    display: none;
  }
  .st-testimonials-02 #testislider .carousel-control.right {
    display: none;
  }
}
.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 #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,
.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-prev {
  left: -70px;
  right: auto;
}

.st-testimonials-02v2 #testimony_carousel .carousel-control-next {
  left: auto;
  right: -70px;
}

.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 .testimonial {
  height: auto;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}

.st-testimonials-02v2 h3 {
  color: #fff;
  font-size: 28px;
  line-height: 32px;
}

.st-testimonials-02v2 blockquote {
  border-left: none;
  padding-left: 0;
  position: relative;
  text-indent: 2em;
}

.st-testimonials-02v2 .agent-portrait {
  width: 90px;
  background-size: cover;
  background-position: center center;
  margin: 0 auto;
  border: 2px #ffffff solid;
  margin-bottom: 5px;
}

.st-testimonials-02v2 a {
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 479px) {
  .st-testimonials-02v2 #testislider .carousel-control.left {
    display: none;
  }
  .st-testimonials-02v2 #testislider .carousel-control.right {
    display: none;
  }
}
/* CUSTOM PAGES CALLOUT */
.st-custompage-callouts-01 .st-callout-link {
  border: 1px solid #cccccc;
  padding: 10px;
  display: inline-block;
  color: #cccccc;
  margin-top: 5px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.2);
  text-decoration: none;
  font-weight: bold;
  position: absolute;
  top: 36%;
  left: 11%;
  width: 80%;
}

.st-custompage-callouts-01 .st-callout-link a {
  color: #ffffff;
  margin-top: 5px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}

.st-custompage-callouts-01 .st-callout-link a:visited {
  color: #ffffff;
}

.st-custompage-callouts-01 .st-callout-link a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

/* SOCIAL MEDIA */
.st-socialmedia-01 {
  background-color: var(--bay-introbackground);
  padding: 0 40px 40px 40px;
  display: table;
  width: 100%;
}

.st-socialmedia-01 h1 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
}

.st-socialmedia-01v2 {
  background-color: var(--bay-introbackground);
}

.st-socialmedia-01v2 h1 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
}

/* MY PORTAL */
#iq-myportal .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}

#iq-myportal .iq-form-field-container label {
  min-width: 120px;
}

#iq_custompage_callouts_layout .item-relative {
  height: 200px;
}

/* NAV FIX */
#st-main-menu .dropdown:last-of-type .dropdown-menu {
  left: -100px;
}

.st-sitemenu-02 .st-sitemenu ul#st-main-menu li,
.st-sitemenu-02v2 .st-sitemenu ul#st-main-menu li {
  padding: 0 15px;
}

.st-sitemenu-02v2 .st-sitemenu ul#st-main-menu {
  padding: 0;
}

.st-sitemenu-02 .st-sitemenu ul#st-main-menu li:hover,
.st-sitemenu-02v2 .st-sitemenu ul#st-main-menu li:hover {
  padding: 15px 15px;
  color: white;
}

body.v2-05 .st-sitemenu-02v2.open #nav-expander {
  border: 0;
}

@media (max-width: 480px) {
  .v2-08 #iq-myportal {
    margin-top: 54px;
  }
  .v2-08 .st-sitemenu-02 .menu-bar,
  .portalLink {
    display: none !important;
  }
  .v2-08 .st-inside-content-wrapper div.iq-pg-body,
  .menu-position {
    margin-top: 50px;
  }
  .logoImage {
    max-width: 150px;
  }
}
.st-sitemenu-02 .st-sitemenu ul#st-main-menu li a:hover,
.st-sitemenu-02v2 .st-sitemenu ul#st-main-menu li a:hover {
  text-decoration: none;
  color: #fff;
}

.st-sitemenu-02v2 .st-sitemenu ul#st-main-menu li a {
  color: #333 !important;
  text-wrap: wrap;
}

.st-28 .st-sitemenu-13 {
  position: sticky;
}

.st-28 #st_section_00 {
  position: sticky;
  top: 0;
  z-index: 101;
}

.st-28 .iq-pg-header {
  display: contents;
}

.st-28 .st-sitemenu-13 .navbar-brand img {
  max-height: 60px !important;
  height: 50px !important;
  width: auto !important;
}

@media (max-width: 479px) {
  /*Extra small devices Phones (lt 768px)*/
  .iq-agent-profile-container {
    width: 100% !important;
    font-size: 10px;
  }
  .iq-agent-profile-container a,
  .iq-agent-profile-container a:visited,
  .iq-agent-profile-container a:hover {
    color: #ffffff !important;
    font-size: 10px !important;
  }
  .iq-agent-profile-container .iq-agent-image {
    width: 33vw !important;
    height: 186px !important;
  }
  .iq-agent-profile-container h1 {
    font-size: 16px;
  }
  .iq-agent-profile-container h2 {
    font-size: 14px;
  }
  .iq-agent-profile-container .iq-agent-info {
    min-width: unset;
    width: 67vw !important;
    height: auto;
    padding: 26px;
  }
  .iq-agent-profile-container .iq-agent-profile-caption {
    font-size: 10px;
    padding: 10px;
    clear: both;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .iq-agent-profile-container {
    width: 100% !important;
  }
  .iq-agent-profile-container .iq-agent-info {
    min-width: unset;
    width: 67vw !important;
    height: auto;
    padding: 14px 112px 18px 30px;
  }
}
.dropdown-menu .divider {
  background-color: #e5e5e5;
  height: 1px;
  padding: 0;
}

.navbar-brand {
  height: unset !important;
}

@media (max-width: 420px) {
  #editfields > div > div:nth-child(2) > div > table > tbody > tr td.text-right div,
  #editfields > div > div:nth-child(2) > div > table > tbody > tr td.text-center div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #editfields > div > div:nth-child(2) > div > table > tbody > tr td.text-right div span {
    width: 100px;
  }
  #editfields {
    overflow: hidden;
  }
}
.v2-07 #st_section_05,
.v2-09 #st_section_02,
.v2-10 #st_section_03 {
  background-color: white;
}

.v2-05 #st-header-carousel-05 .iq-carousel-caption {
  text-align: right;
  position: absolute;
  right: 70px;
}

.v2-05 #st-header-carousel-05 .iq-carousel-caption h2,
#st-header-carousel-12 .iq-carousel-caption h2,
.st-header-carousel-09v2 .iq-carousel-caption h2 {
  font-size: 35px;
  color: var(--bay-highlighttext);
  margin: 0;
  letter-spacing: 1;
}

.v2-05 #st-header-carousel-05 .iq-carousel-caption h3,
#st-header-carousel-12 .iq-carousel-caption h3,
.st-header-carousel-09v2 .iq-carousel-caption h3 {
  font-size: 24px;
  color: var(--bay-highlighttext);
  margin-top: 5px;
  letter-spacing: 1;
}

.v2-05 #st-header-carousel-05 .iq-carousel-caption a,
#st-header-carousel-12 .iq-carousel-caption a,
.st-header-carousel-09v2 .iq-carousel-caption a {
  text-decoration: none;
}

.v2-12 #st-header-carousel-12 .iq-carousel-caption {
  text-align: right;
  position: absolute;
  right: 70px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: end;
  top: 675px;
}

@media (max-width: 1440px) {
  .v2-01 .st-searchform-container {
    margin-top: 0 !important;
  }
  .v2-01 #st_section_01 .carousel-inner,
  .v2-01 #st_section_01 .carousel-inner .carousel-item,
  .v2-01 #st_section_01 .carousel-inner .carousel-item img {
    min-height: 865px !important;
    height: 100% !important;
  }
  .v2-01 #st_section_01 .carousel-inner .carousel-item img {
    object-fit: cover;
  }
}
@media (max-width: 735px) {
  .v2-01 #placesCarousel {
    height: unset !important;
  }
  .v2-01 .carousel-width {
    top: 60%;
  }
}
@media (max-width: 479px) {
  .v2-01 .probootstrap-cover {
    padding-top: 6em !important;
    padding-bottom: 12em !important;
  }
  #st_section_01 .header_rem_mid {
    top: 45% !important;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .v2-02 #homepage_searchform #header_rem_nearby {
    height: 60px;
    width: 50%;
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .v2-02 #st_section_01 .header_rem .iq-carousel-caption {
    bottom: 30px !important;
    right: 50px !important;
  }
  .v2-03 #st-header-carousel-14v2 .carousel-inner .carousel-item {
    height: 650px !important;
  }
}
@media (max-width: 576px) {
  .v2-05 #st-header-carousel-05 .iq-carousel-caption {
    right: 40px;
    bottom: 30px;
  }
  .v2-05 .main-wrapper .hero-wrapper {
    height: 630px !important;
  }
}
@media (max-width: 860px) {
  .v2-12 .hero-wrapper {
    min-height: 700px !important;
    padding: unset !important;
  }
}
@media (max-width: 768px) {
  .v2-12 #st-header-carousel-12 .iq-carousel-caption {
    top: 645px !important;
    right: 40px !important;
  }
  .v2-13 .st-header-carousel-10v2 .st-searchform-wrapper {
    bottom: 45% !important;
  }
}
.v2-05 #st-header-carousel-05 .iq-carousel-caption {
  text-align: right;
  position: absolute;
  right: 70px;
}

.v2-05 #st-header-carousel-05 .iq-carousel-caption h2,
#st-header-carousel-12 .iq-carousel-caption h2,
.st-header-carousel-09v2 .iq-carousel-caption h2 {
  font-size: 35px;
  color: var(--bay-highlighttext);
  margin: 0;
  letter-spacing: 1px;
}

.v2-05 #st-header-carousel-05 .iq-carousel-caption h3,
#st-header-carousel-12 .iq-carousel-caption h3,
.st-header-carousel-09v2 .iq-carousel-caption h3 {
  font-size: 24px;
  color: var(--bay-highlighttext);
  margin-top: 5px;
  letter-spacing: 1px;
}

.v2-05 #st-header-carousel-05 .iq-carousel-caption a,
#st-header-carousel-12 .iq-carousel-caption a,
.st-header-carousel-09v2 .iq-carousel-caption a {
  text-decoration: none;
}

.v2-12 #st-header-carousel-12 .iq-carousel-caption {
  text-align: right;
  position: absolute;
  right: 70px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: end;
  top: 675px;
}

.v2-01 .st-searchform-container {
  margin-top: 0 !important;
}

.v2-01 #st_section_01 .carousel-inner,
.v2-01 #st_section_01 .carousel-inner .carousel-item,
.v2-01 #st_section_01 .carousel-inner .carousel-item img {
  min-height: 865px !important;
  height: 100% !important;
}

.v2-01 #st_section_01 .carousel-inner .carousel-item img {
  object-fit: cover;
}

@media (max-width: 735px) {
  .v2-01 #placesCarousel {
    height: unset !important;
  }
  .v2-01 .carousel-width {
    top: 60%;
  }
}
@media (max-width: 479px) {
  .v2-01 .probootstrap-cover {
    padding-top: 6em !important;
    padding-bottom: 12em !important;
  }
  .v2-02 #st_section_01 .header_rem_mid {
    top: 45% !important;
  }
}
.v2-02 #st_section_01 .header_rem {
  height: 100% !important;
  min-height: 700px !important;
}

@media (min-width: 481px) and (max-width: 768px) {
  .v2-02 #homepage_searchform #header_rem_nearby {
    height: 60px;
    width: 50%;
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .v2-02 #st_section_01 .header_rem .iq-carousel-caption {
    bottom: 30px !important;
    right: 50px !important;
  }
  .v2-03 #st-header-carousel-14v2 .carousel-inner .carousel-item {
    height: 650px !important;
  }
}
@media (max-width: 1440px) {
  .v2-04:has(.iq-agent-profile-container) #site-wrapper .st-homepage-wrapper #st_section_01 {
    height: 600px;
  }
}
.v2-04:has(.iq-agent-profile-container) .st-header-carousel-wrapper,
.v2-04:has(.iq-agent-profile-container) .st-header-carousel-13v2,
.v2-04:has(.iq-agent-profile-container) #header_carousel_13v2,
.v2-04:has(.iq-agent-profile-container) #header_carousel_13v2 .carousel-inner,
.v2-04:has(.iq-agent-profile-container) #header_carousel_13v2 .carousel-inner .carousel-item {
  height: 100%;
}

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

@media (max-width: 576px) {
  .v2-05 #st-header-carousel-05 .iq-carousel-caption {
    right: 40px;
    bottom: 30px;
  }
  .v2-05 .main-wrapper .hero-wrapper {
    height: 630px !important;
  }
}
@media (min-width: 1025px) and (max-width: 1399px) {
  .v2-07 .st-header-carousel-11 .iq-carousel-caption {
    bottom: 40px !important;
    right: 50px !important;
  }
  .v2-07 #st_section_01 {
    height: 600px !important;
  }
}
.v2-08 #site-wrapper .st-homepage-wrapper #st_section_01 {
  height: 600px !important;
}

.v2-08 .st-header-carousel-wrapper,
.v2-08 .st-header-carousel-wrapper .st-header-carousel-04v2,
.v2-08 .st-header-carousel-04v2 #header_carousel_04v2,
.v2-08 #header_carousel_04v2 .carousel-inner,
.v2-08 #header_carousel_04v2 .carousel-item {
  height: 100% !important;
}

@media (max-width: 1200px) {
  .v2-07 #st_section_01 {
    height: 700px !important;
  }
  .v2-07 .st-header-carousel-wrapper,
  #st_header_carousel_11,
  .carousel-inner,
  .carousel-item {
    height: 100% !important;
  }
}
@media (max-width: 860px) {
  .v2-12 .hero-wrapper {
    min-height: 700px !important;
    padding: unset !important;
  }
}
.v2-07 .st-header-carousel-wrapper,
.v2-07 .st-header-carousel-wrapper #st_header_carousel_11,
.v2-07 #st_header_carousel_11 .carousel-inner,
.v2-07 #st_header_carousel_11 .carousel-item {
  height: 100% !important;
}

@media (max-width: 768px) {
  .v2-12 #st-header-carousel-12 .iq-carousel-caption {
    top: 645px !important;
    right: 40px !important;
  }
  .v2-13 .st-header-carousel-10v2 .st-searchform-wrapper {
    bottom: 45% !important;
  }
}
.v2-06 #st_section_01 {
  height: 750px;
  display: block !important;
}

.v2-06 #st_section_01 .st-icons-04 #icons {
  padding: 100px 0 0 0;
}

.v2-06:has(.slide-carousel) #st_section_01 .st-header-carousel-wrapper .search-form-container {
  top: 150px;
  bottom: 0 !important;
}

.v2-06 #st_section_01 .st-header-carousel-wrapper .search-form-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 600px;
}

.v2-06 #st_section_01 #placesCarousel {
  height: 100%;
  position: absolute;
  width: 100%;
}

.v2-06 #st_section_01 .st-header-carousel-wrapper {
  height: 100%;
}

.v2-06 #st_section_01 .st-header-carousel-09v2 .iq-carousel-caption {
  position: relative;
  bottom: 150px;
  right: 90px;
  display: flex;
  justify-content: end;
  z-index: 4;
}

.v2-06 #st_section_02 {
  background-color: white !important;
}

.v2-06:has(video) #st_section_02 {
  padding-top: 150px;
}

.v2-06 .homepage-hero-module {
  height: 100%;
}

@media (max-width: 768px) {
  .v2-06:has(.iq-carousel-caption) #st_section_01 {
    height: 900px;
  }
}
.v2-02:has(.video-background iframe) .header_rem {
  background: unset !important;
}

.v2-08:has(.video-background iframe) #site-wrapper .st-homepage-wrapper #st_section_01,
.v2-08:has(.video-background iframe) #site-wrapper .st-homepage-wrapper .st-content-wrapper > [id^=st_section_]:not(:last-child) {
  padding-bottom: unset;
}
.v2-08:has(.video-background iframe) #st_section_03 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
  background-color: white !important;
  margin-bottom: unset !important;
}
.v2-08:has(.video-background iframe) #st_section_04 {
  background-color: white !important;
}

.v2-02 #st_section_01 .header_rem .carousel-control-next,
.v2-02 #st_section_01 .header_rem .carousel-control-prev {
  height: auto !important;
  width: 15% !important;
  top: 50% !important;
  bottom: auto !important;
  transform: translateY(-50%) !important;
  padding: 10px 15px !important;
  z-index: 10 !important;
}

@media (min-width: 768px) and (max-width: 1099px) {
  .v2-06 #bayMenuEditorDialog_v2 #iq_video .change_video_button {
    bottom: 40% !important;
  }
}
@media (min-width: 768px) and (max-width: 998px) {
  .v2-06 #bayMenuEditorDialog_v2 #iq_video .standard-video-section {
    height: 210px !important;
  }
}
@media (min-width: 626px) and (max-width: 767px) {
  .v2-06 #bayMenuEditorDialog_v2 #iq_video .standard-video-customization {
    margin-top: 75px !important;
  }
}
body.v2-02 .third_section_story {
  margin-top: 0 !important;
}
body.v2-02 #premier_header:has(.text-content),
body.v2-02 #st-inside-modern-header:has(.text-content) {
  height: 300px !important;
}
@media (min-width: 481px) {
  body.v2-02 #premier_header:not(:has(.text-content)),
  body.v2-02 #st-inside-modern-header:not(:has(.text-content)) {
    height: 100px !important;
  }
}
@media (width: 480px) {
  body.v2-02 #premier_header:not(:has(.text-content)),
  body.v2-02 #st-inside-modern-header:not(:has(.text-content)) {
    height: 50px !important;
  }
}
@media (max-width: 479px) {
  body.v2-02 #premier_header:not(:has(.text-content)),
  body.v2-02 #st-inside-modern-header:not(:has(.text-content)) {
    height: 0 !important;
  }
}

/* INDIVIDUAL PAGES */
.iq-agent-profile h1 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 30px;
}

.iq-agent-profile .iq-agent-profile-image img {
  width: 100%;
  height: auto;
  display: block;
}

.iq-agent-profile .iq-agent-profile-head {
  padding: 13px 35px 13px 0;
  background-color: var(--bay-maincolor);
}

.iq-agent-profile .iq-agent-profile-head a:hover {
  text-decoration: none;
}

.iq-agent-profile .iq-agent-profile-head h1 {
  color: var(--bay-bodycolor);
  margin: 0;
}

.iq-agent-profile .iq-agent-profile-title {
  font-size: 12px;
  font-style: italic;
  color: var(--bay-bodycolor);
  padding-left: 28px;
}

.iq-agent-profile .iq-agent-profile-license {
  font-size: 10px;
  color: var(--bay-bodycolor);
  padding-left: 28px;
}

.iq-agent-profile .iq-agent-profile-info {
  padding: 20px 0 0 25px;
  line-height: 18px;
  padding-left: 10px;
}

.iq-agent-profile .iq-agent-profile-info .iq-agent-profile-social-links {
  font-size: 17px;
  margin-top: 15px;
}

.iq-agent-profile .iq-agent-profile-info .iq-officeaddress {
  float: left;
  margin-left: 10px;
}

.iq-agent-profile .iq-agent-profile-info .iq-officeaddress-name {
  text-transform: uppercase;
}

.iq-agent-profile .iq-agent-profile-info-icons {
  padding-right: 5px;
}

.iq-agent-profile .iq-agent-profile-office {
  margin-top: 15px;
  height: 300px;
}

.iq-agent-profile .iq-agent-profile-office img {
  width: 100%;
  height: auto;
  display: block;
}

.iq-agent-profile .iq-agent-profile-office a {
  color: var(--bay-bodytext);
  background-size: cover;
  background-position: center;
  display: block;
}

.iq-agent-profile .iq-agent-profile-foot {
  padding: 45px 0 10px 25px;
}

.iq-agent-profile .iq-agent-button .btn-default:hover,
.iq-agent-profile .iq-agent-button .btn-default:focus,
.iq-agent-profile .iq-agent-button .btn-default:active,
.iq-agent-profile .iq-agent-button .btn-default.active,
.iq-agent-profile .open .dropdown-toggle.btn-default {
  opacity: 0.7;
  text-decoration: none;
}

.header-weight {
  font-weight: normal !important;
}

.header-font {
  font-size: 18px !important;
}

.agent-hover a:hover {
  text-decoration: underline !important;
}

.contact-hover:hover {
  text-decoration: underline !important;
}

.iq-agent-profile-text {
  padding-bottom: 15px;
}

.iq-agent-profile-text h3 {
  margin: 5px 0 10px 0;
}

.iq-agent-profile-text hr {
  margin: 5px 0 15px 0;
  color: #e3e3e3;
}

.iq-agent-profile-video {
  text-align: justify;
  padding-bottom: 15px;
}

#iq-listings_recentsold_wrapper .iq-list-price {
  display: none;
}

#iq-listings_buyerlistings_wrapper .iq-list-price {
  display: none;
}

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

/* MAIN BODY */
.iq-agent-profile-body h3 {
  margin: 10px 0 15px 0;
}

.iq-agent-profile-body hr {
  margin: 5px 0 15px 0;
  color: #e3e3e3;
}

.iq-agent-button-profile {
  border: 1px solid var(--bay-bodycolor);
  background: var(--bay-highlightcolor);
  color: var(--bay-highlighttext);
  border-radius: 0;
  padding: 7px 20px;
  width: 100%;
}

.iq-agent-button-profile:hover {
  border: 1px solid var(--bay-bodycolor);
  background: var(--bay-highlightcolor);
  color: var(--bay-highlighttext);
  border-radius: 0;
  padding: 7px 20px;
  opacity: 0.7;
}

.iq-agent-button-profile-body {
  border: 1px solid var(--bay-bodycolor);
  background: var(--bay-highlightcolor);
  color: var(--bay-highlighttext);
  border-radius: 0;
  padding: 7px 20px;
}

.iq-agent-button-profile-body:hover {
  border: 1px solid var(--bay-bodycolor);
  background: var(--bay-highlightcolor);
  color: var(--bay-highlighttext);
  border-radius: 0;
  padding: 7px 20px;
  opacity: 0.7;
}

.iq-agent-listing-address {
  color: var(--bay-maincolor);
}

/* SIDEBAR */
.iq-agent-profile-sidebar h3 {
  margin-top: 0;
  font-weight: normal;
}

.iq-agent-profile-sidebar hr {
  margin: 0 0 10px 0;
}

.iq-agent-side-bar-icons {
  vertical-align: bottom;
}

.iq-agent-profile-ratings {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 20px;
  margin: 0;
}

.iq-agent-profile-contact .iq-agent-button:hover {
  opacity: 0.7;
  text-decoration: none;
}

.iq-agent-profile-search select,
.iq-agent-profile-search input,
.iq-agent-profile-search button,
.iq-agent-profile-search textarea {
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
  position: relative;
  border: 1px solid #e3e3e3;
  color: var(--bay-bodytext);
}

.iq-agent-profile-search h6 {
  text-transform: uppercase;
  font-size: 16px;
  padding-bottom: 20px;
  margin: 0;
}

.iq-agent-profile-search form label,
.iq-agent-profile-search p,
.iq-agent-profile-search input.disabled {
  font-size: 11px;
  display: block;
  width: 100%;
  margin: 15px 0 5px 1px;
  color: #666;
  font-weight: bold;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.iq-agent-profile-search form {
  margin-bottom: 0;
}

.iq-agent-profile-search button.btn-inverse {
  width: 100%;
}

.iq-agent-profile-search button.btn,
.iq-agent-profile-search a.btn {
  font-size: 14px;
  padding-top: 0 0 20px 0;
}

.iq-agent-profile-search input.disabled {
  padding: 0;
  cursor: default;
}

.iq-agent-profile-search select,
.iq-agent-profile-search input,
.iq-agent-profile-search button,
.iq-agent-profile-search textarea {
  height: 40px;
  font-size: 15px;
}

#bayFullAgentDetails_v2 .iq-agent-profile .iq-agent-profile-head h1 {
  font-size: 16px;
  font-weight: bold !important;
  color: var(--bay-bodycolor);
  margin: 0;
}

#bayFullAgentDetails_v2 .iq-agent-profile-sidebar {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

#bayFullAgentDetails_v2 .iq-agent-profile-search {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

#bayFullAgentDetails_v2 .iq-agent-button-profile {
  background-color: #fff;
}

#bayFullAgentDetails_v2 .thumbnail-container {
  width: 100px;
  min-width: 100px;
  float: left;
  margin-right: 10px;
}

#bayFullAgentDetails_v2 .row-striped > div {
  background-color: #f9f9f9;
}

#bayFullAgentDetails_v2 .iq-lead-page h1 {
  margin-top: 15px;
}

#bayFullAgentDetails_v2 .iq-lead-page label {
  margin-top: 15px;
}

#bayFullAgentDetails_v2 #iq_lead_form-submit {
  margin-top: 15px;
  margin-bottom: 10px;
}

#bayFullAgentDetails_v2 .iq-form-field-required {
  padding-left: 15px;
}

#bayFullAgentDetails_v2 .iq-form-field-required small {
  font-size: 12px;
  color: #a94442;
}

.v2-11 .iq-contact-fields {
  padding: 0.975rem 0.75rem !important;
  height: 0 !important;
}

.v2-03 .iq-agent-search-listings,
.v2-11 .iq-agent-search-listings {
  font-size: 1.75rem;
}

.iq-pg-ft .iq-wrap {
  border: 0;
}

.iq-agent-team-member h6 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  margin: 0;
}

.iq-agent-team-member h6.iq-agent-team-member-name {
  text-transform: uppercase;
  padding: 5px 0 0 10px;
  font-weight: bold;
  font-size: 14px;
}

.iq-agent-team-member .iq-agent-team-member-body {
  padding: 2px 0 0 10px;
}

.iq-agent-team-member .st-button-team {
  border: 1px solid var(--bay-bodycolor);
  background: var(--bay-highlightcolor);
  color: var(--bay-highlighttext);
  border-radius: 0;
  padding: 0 20px;
}

.iq-agent-team-member .st-button-team:hover {
  text-decoration: none;
}

.iq-agent-team-member-icons {
  padding-right: 5px;
}

.iq-input-field {
  width: 98.5% !important;
}

.iq-mobilephone .fa-icon {
  text-align: unset;
  margin-left: 3px;
}

.iq-newoffice .fa-icon {
  text-align: unset;
}

.iq-website .fa-icon {
  margin-left: 1px;
}

.property-icon {
  margin-top: 3px;
  margin-right: 3px;
}

#bayAgentActiveListings {
  overflow: scroll;
}

.v2-06 .iq-agent-v2header {
  font-weight: 500 !important;
}

.v2-11 .iq-v2header-page {
  display: block !important;
}

.v2-11 .iq-agent-v2header {
  font-size: 2rem !important;
}

.iq-agent-link:hover {
  text-decoration: underline !important;
}

.v2-11 .iq-agent-contact-text {
  font-size: 1.75rem !important;
}

.v2-03 .iq-v2recent-listings,
.v2-06 .iq-v2recent-listings {
  font-weight: 500 !important;
  color: #555555 !important;
}

.v2-03 .iq-agent-recent-sale,
.v2-11 .iq-agent-recent-sale {
  font-size: 1.75rem !important;
}

.iq-agent-recent-sale {
  font-weight: 300 !important;
  color: #555555 !important;
}

.v2-03 .iq-v2active-listings {
  font-size: 1.75rem;
}

.v2-10 .footer-mls-color {
  color: #212529 !important;
}

.v2footer-content {
  padding-top: 0 !important;
}

.v2-11 .iq-contact-line-field,
.v2-11 .iq-contact-line-field hr {
  display: block !important;
}

.v2-03 .iq-agent-contact-form {
  font-size: 1.75rem;
}

.v2-03 .iq-contact-list {
  font-size: 1.5rem;
  margin-top: 3px;
}

.v2-06 .agent-team-members {
  color: #555555;
  font-weight: 500 !important;
}

.v2-03 .agent-team-members {
  font-size: 1.75rem;
  color: #555555;
}

.v2-07 .iq-agent-submit,
.v2-08 .iq-agent-submit,
.v2-09 .iq-agent-submit {
  border-color: #666666 !important;
}

.v2-03 .iq-recent-buyer-listing:hover,
.v2-06 .iq-recent-buyer-listing:hover {
  color: #0a58ca !important;
}

.iq-myportal-agent:hover {
  color: #555555 !important;
}

.iq-agent-about:hover {
  color: #555555 !important;
}

.iq-portal-btn .iq-agent-about:hover {
  text-decoration: none !important;
}

#iq_agent_propertysearchform select {
  cursor: pointer;
}

.v2-03 .iq-agent-label {
  color: #212529;
}

.v2-03 .iq-agent-listings,
.v2-06 .iq-agent-listings {
  color: #555555;
  font-weight: 500 !important;
}

.v2-03 .iq-contact-line-field .iq-leads-contact {
  font-size: 1.5rem !important;
}

.v2-03 .listing-table-header label {
  color: #212529 !important;
}

.iq-portal-btn {
  border: 1px solid lightgray !important;
  margin: 20px 10px;
  padding: 0.355rem 0.75rem !important;
  border-radius: 0.25rem;
  font-size: 14px;
}

.iq-portal-btn:hover {
  background-color: #e6e6e6 !important;
}

.iq-portal-private-agent {
  background-color: #ffffff;
}

.iq-agent-label {
  margin-bottom: 8px !important;
}

.v2-03 .iq-agent-submit {
  border-color: #888888 !important;
}

.v2-03 .iq-v2recent-listings,
.v2-06 .iq-v2recent-listings {
  color: #555555;
  font-size: 1.75rem;
  font-weight: 500 !important;
}

.v2-03 .iq-listings-view button {
  background-color: #0d6efd !important;
  border-color: #0d6efd !important;
}

/* Modern Layout */
body:has([data-page=agent]) .st-inside-content-wrapper:has(div#iq_agent.modern) {
  min-height: unset;
}
body:has([data-page=agent]) .st-inside-content-wrapper:has(div#iq_agent.modern) .st-inside-header {
  display: none;
}
body:has([data-page=agent]) .st-inside-content-wrapper:has(div#iq_agent.modern) .container {
  max-width: 100% !important;
  width: 100% !important;
  margin-top: 0 !important;
  padding: 0 !important;
}
body:has([data-page=agent]) .st-site-wrapper {
  height: auto !important;
}
body:has([data-page=agent]) #iq_agent.modern .iq-pg-body {
  margin: 0 !important;
  padding: 0 !important;
}
body:has([data-page=agent]) .st-inside-content-wrapper .st-container-fluid-content-wrapper:has(div#iq_agent.modern) {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
body:has([data-page=agent]) #iq_agent.modern .iq-pg-header {
  display: none !important;
}

#iq_agent.modern .iq-agent-profile-section {
  padding: 60px 172px !important;
  column-gap: 28px;
}

#iq_agent.modern .iq-agent-image {
  height: 100% !important;
  max-width: 532px;
  width: 100%;
}

#iq_agent.modern .iq-agent-details {
  width: 532px;
}

#iq_agent.modern .iq-agent-profile-section .iq-agent-title div {
  font-family: var(--bay-body-font) !important;
  font-size: var(--bay-font-size--101);
  line-height: var(--bay-line-height--150);
  color: #2d2926 !important;
}

#iq_agent.modern .iq-agent-profile-section .iq-agent-title h2 {
  font-family: var(--bay-primary-font) !important;
  font-size: var(--bay-font-size--250);
  line-height: var(--bay-line-height--3125);
  color: #2d2926 !important;
  text-transform: uppercase !important;
}

#iq_agent.modern .iq-agent-info {
  margin-bottom: 32px;
}

#iq_agent.modern .iq-agent-info div span,
#iq_agent.modern .iq-agent-info div span a {
  font-family: var(--bay-body-font) !important;
  font-size: var(--bay-font-size--101);
  font-weight: var(--bay-font-weight-300);
  line-height: var(--bay-line-height--150);
  color: #2d2926 !important;
}

#iq_agent.modern .iq-agent-info .iq-agent-phone span a,
#iq_agent.modern .iq-agent-info .iq-agent-website span a {
  color: var(--bay-maincolor) !important;
}

#iq_agent.modern .iq-agent-info .iq-agent-phone svg,
#iq_agent.modern .iq-agent-info .iq-agent-website svg,
#iq_agent.modern .iq-agent-details .iq-agent-office-details .iq-agent-office-address svg {
  fill: var(--bay-maincolor);
}

#iq_agent.modern .iq-agent-info .iq-agent-sm-links div {
  padding: 4px;
}

#iq_agent.modern .iq-agent-details .iq-agent-office-details h5 {
  font-family: var(--bay-body-font) !important;
  font-size: var(--bay-font-size--150);
  line-height: var(--bay-line-height--200);
  color: #2d2926 !important;
}

#iq_agent.modern .iq-agent-details .iq-agent-office-details .iq-agent-office-address div {
  font-family: var(--bay-body-font) !important;
  font-size: var(--bay-font-size--101);
  line-height: var(--bay-line-height--150);
  color: var(--bay-maincolor) !important;
}

#iq_agent.modern .iq-agent-details .iq-agent-office-details,
#iq_agent.modern .iq-agent-bio-section .iq-agent-bio-header {
  margin-bottom: 32px !important;
}

#iq_agent.modern .iq-agent-details .iq-agent-contact-btn a,
#iq_agent.modern .iq-agent-testimonials-paging-contact div a {
  font-family: var(--bay-primary-font) !important;
  font-size: var(--bay-font-size--125);
  line-height: var(--bay-line-height--180);
  padding: 8px 16px;
  width: 221px;
  height: 56px;
  border: 1px solid var(--bay-maincolor);
}

#iq_agent.modern .iq-agent-details .iq-agent-contact-btn .iq-agent-website-btn,
#iq_agent.modern .iq-agent-testimonials-paging-contact div a {
  color: #ffffff;
  background-color: var(--bay-maincolor);
}

#iq_agent.modern .iq-agent-details .iq-agent-contact-btn .iq-agent-contact-form-btn {
  color: var(--bay-maincolor);
}

#iq_agent.modern .iq-agent-details .iq-agent-office-logo img {
  font-family: var(--bay-body-font) !important;
  width: 25%;
  color: #2d2926;
}

#iq_agent.modern .iq-agent-bio-section {
  padding: 0 172px 60px 172px !important;
}

#iq_agent.modern .iq-agent-bio-section .iq-agent-bio-header span,
#iq_agent.modern .iq-agent-listings-section h6,
#iq_agent.modern .iq-agent-testimonials .iq-agent-testimonials-header span,
#iq_agent.modern .iq-agent-map-contact-section .iq-agent-contact-section span {
  font-family: var(--bay-body-font) !important;
  font-size: var(--bay-font-size--101);
  line-height: var(--bay-line-height--150);
  color: #2d2926;
}

#iq_agent.modern .iq-agent-bio-section .iq-agent-bio-header h2,
#iq_agent.modern .iq-agent-listings-section h2,
#iq_agent.modern .iq-agent-testimonials .iq-agent-testimonials-header h2,
#iq_agent.modern .iq-agent-map-contact-section .iq-agent-contact-section h3 {
  font-family: var(--bay-primary-font) !important;
  font-size: var(--bay-font-size--250);
  line-height: var(--bay-line-height--3125);
  color: #2d2926 !important;
  text-transform: uppercase !important;
}

#iq_agent.modern .iq-agent-bio-section .iq-agent-bio-desc * {
  font-family: var(--bay-body-font) !important;
  font-size: var(--bay-font-size--101) !important;
  line-height: var(--bay-line-height--150) !important;
  color: #4b4c4f !important;
}

#iq_agent.modern .iq-agent-bio-section .iq-agent-bio-desc,
#iq_agent.modern #total-testimonials-count,
#iq_agent.modern #total-listings-count {
  font-family: var(--bay-body-font) !important;
  font-size: var(--bay-font-size--101);
  line-height: var(--bay-line-height--150);
  color: #4b4c4f;
}

#iq_agent.modern .iq-agent-listings-section h2,
#iq_agent.modern .iq-agent-map-contact-section .iq-agent-contact-section h3 {
  text-transform: uppercase !important;
}

#iq_agent.modern .iq-agent-testimonials:has(div.iq-testimonial-container) {
  padding: 80px 60px;
  background-color: #f7f7f7;
  margin-bottom: 60px;
}

#iq_agent.modern .iq-testimonial-container .iq-testimonials {
  padding: 32px;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#iq_agent.modern .iq-agent-testimonials .iq-testimonial-review img {
  margin-right: 12px;
}

#iq_agent.modern .iq-agent-testimonials .iq-testimonial-review i {
  font-size: var(--bay-font-size--150);
}

#iq_agent.modern .iq-agent-testimonials .iq-agent-testimonials-header {
  margin-bottom: 40px;
}

#iq_agent.modern .iq-agent-testimonials .iq-testimonial-client-name h6 {
  font-family: var(--bay-body-font) !important;
  font-size: var(--bay-font-size--150);
  line-height: var(--bay-line-height--200);
  color: #2d2926;
}

#iq_agent.modern .iq-agent-testimonials .iq-testimonial-client p,
#iq_agent.modern .iq-agent-testimonials .iq-testimonial-client-review-date h6 {
  font-family: var(--bay-body-font) !important;
  font-size: var(--bay-font-size--101);
  font-weight: var(--bay-font-weight-300);
  line-height: var(--bay-line-height--150);
}

#iq_agent.modern .iq-agent-testimonials .iq-testimonial-client p {
  color: #4b4c4f;
}

#iq_agent.modern .iq-agent-testimonials .iq-testimonial-client-review-date h6 {
  color: #2d2926;
}

#iq_agent.modern .iq-agent-testimonials .iq-testimonial-client-review i,
#iq_agent.modern .iq-agent-testimonials .iq-testimonial-client-review i.active {
  color: var(--bay-maincolor);
}

#iq_agent.modern .iq-agent-listings-section {
  padding: 0 60px 30px 60px !important;
}

#iq_agent.modern .iq-agent-listings-header {
  margin-bottom: 40px !important;
}

#iq_agent.modern .iq-agent-listings-grid-modern #bay_search_listings_results {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#iq_agent.modern .iq-agent-listings-grid-modern .iq-agent-modern-listings-tabs {
  display: flex;
  flex-direction: row;
  border: 0 !important;
}

#iq_agent.modern .iq-agent-listings-grid-modern .iq-agent-modern-listings-tabs li {
  padding-right: 40px !important;
  border-bottom: 1px solid #d9d9d9;
}

#iq_agent.modern .iq-agent-listings-grid-modern .nav-link {
  padding-bottom: 24px !important;
  padding-left: 0;
}

#iq_agent.modern .iq-agent-listings-grid-modern .nav-link.active {
  border-bottom: 2px solid var(--bay-maincolor);
}

#iq_agent.modern .iq-agent-listings-grid-modern .iq-agent-listings-tab {
  font-family: var(--bay-primary-font) !important;
  font-size: var(--bay-font-size--150) !important;
  font-weight: var(--bay-primary-font-weight);
  line-height: var(--bay-line-height--2125);
  text-transform: uppercase;
  color: #2d2926;
  text-shadow: unset;
}

#iq_agent.modern .iq-agent-listings-grid-modern .iq-agent-listings-tab.active {
  color: var(--bay-maincolor);
}

#iq_agent.modern .iq-agent-listings-grid-modern .tab-content {
  margin-top: 40px !important;
}

#iq_agent.modern .iq-agent-listings-grid-modern .bay_listing_card {
  margin-bottom: 24px !important;
}

#iq_agent.modern .iq-agent-listings-grid-modern .bay_listing_card img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

#iq_agent.modern .iq-agent-listings-grid-modern .bay_listing_card .bay_listing_card_love {
  z-index: 1;
}

#iq_agent.modern .iq-agent-listings-grid-modern .bay_listing_card .bay_listing_card_more {
  display: none;
}

#iq_agent.modern .iq-agent-listings-grid-modern .bay_listing_card .bay_listing_card_media .bay_listing_card_broker,
#iq_agent.modern .iq-agent-listings-grid-modern .bay_listing_card .bay_listing_card_media .bay_listing_card_idx {
  display: block !important;
}

#iq_agent.modern .iq-agent-profile-section .iq-agent-team-members .iq-agent-team-member-pagination {
  margin-bottom: 14px;
}

#iq_agent.modern .iq-agent-map-contact-section {
  padding: 60px;
}

#iq_agent.modern .iq-agent-contact-section #iq_agent_leadsource {
  border: 0;
  margin: 0 !important;
}

#iq_agent.modern .iq-agent-contact-section .iq-contact-line-field,
#iq_agent.modern .iq-form-field-required.text-danger small,
#iq_agent.modern .leadform_disclaimer,
#iq_agent.modern div.iq-form-field-required {
  display: none !important;
}

#iq_agent.modern #iq_lead_form span.d-flex.text-wrap {
  font-size: 13px !important;
}

#iq_agent.modern .iq-form-field-required:focus,
#iq_agent.modern #iq_lead_form .iq-lead-page #messagebody-container .iq-form-field-required:focus {
  border: var(--bs-border-width) solid #86b7fe !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
}

#iq_agent.modern #iq_lead_form::placeholder {
  color: var(--bay-secondary) !important;
  text-transform: capitalize !important;
  font-weight: 300 !important;
}

#iq_agent.modern #iq_lead_form input[type=checkbox]:checked {
  background-color: var(--bay-skyblue) !important;
}

#iq_agent.modern #iq_lead_form input[type=checkbox]:checked::after {
  content: "✓";
  color: var(--bay-white);
  font-size: var(--bay-font-size--1125);
  position: absolute;
  left: 5px;
  top: 0;
}

#iq_agent.modern #iq_lead_form label {
  font-family: var(--bay-body-font);
  font-size: var(--bay-font-size--0075);
  line-height: var(--bay-line-height--1125) !important;
  font-weight: 300 !important;
  text-transform: uppercase;
  color: #2d2926;
  margin-bottom: 10px !important;
}

#iq_agent.modern #iq_lead_form input[type=text] {
  padding: 12px 16px !important;
  margin-left: 0 !important;
  height: 48px !important;
}

#iq_agent.modern #iq_lead_form input[type=radio] {
  margin-bottom: 1px !important;
}

#iq_agent.modern #iq_lead_form .checkbox {
  border-left: none !important;
  padding-left: 0 !important;
}

#iq_agent.modern #iq_lead_form textarea.form-control,
#iq_agent.modern #iq_lead_form .iq-lead-page #messagebody-container .iq-form-field-required {
  padding: 12px 16px 64px 16px !important;
  border-radius: unset !important;
  border: var(--bs-border-width) solid var(--bs-border-color) !important;
}

#iq_agent.modern .iq-form-field-required {
  border-left: var(--bs-border-width) solid var(--bs-border-color) !important;
  border-radius: unset !important;
}

#iq_agent.modern #iq_lead_form #iq_lead_form-submit {
  background-color: var(--bay-maincolor) !important;
  border-color: var(--bay-maincolor) !important;
  text-transform: uppercase !important;
  color: #ffffff;
  width: 200px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: unset;
  padding: 8px 16px !important;
  font-family: var(--bay-primary-font) !important;
  font-size: var(--bay-font-size--125);
  line-height: var(--bay-line-height--180);
}

#iq_agent.modern #iq_lead_form input {
  margin: 0 !important;
  border-radius: unset !important;
}

#iq_agent.modern #iq_lead_form .checkbox small span {
  display: flex;
  align-items: center;
  gap: 5px !important;
}

#iq_agent.modern .iq-form-field-required.checkbox small span,
#iq_agent.modern .iq-agent-contact-section .iq-lead-page .checkbox-label {
  color: var(--bay-maincolor);
}

#iq_agent.modern .iq-agent-contact-section .iq-lead-page div {
  margin-bottom: 16px;
}

#iq_agent.modern #iq_lead_form input,
#iq_agent.modern #iq_lead_form input::placeholder {
  font-family: var(--bay-body-font);
  font-weight: var(--bay-font-weight-300);
  font-size: var(--bay-font-size--101);
  line-height: var(--bay-line-height--150);
}

#iq_agent.modern .iq-agent-contact-section #iq_agent_leadsource .row:first-child .col-md-12:first-child {
  padding: 0;
}

#iq_agent.modern #backword_arrow,
#iq_agent.modern #forward_arrow {
  color: var(--bay-maincolor);
}

#iq_agent.modern #pagelink_backward,
#iq_agent.modern #pagelink_forward {
  border-radius: 0 !important;
  border-color: var(--bay-maincolor) !important;
  color: var(--bay-maincolor) !important;
}

#iq_agent.modern .page-item .page-link:focus {
  box-shadow: 0 0 4px 4px var(--bay-maincolor);
}

#iq_agent.modern .active > .page-link,
#iq_agent.modern .active > .page-link.active {
  color: white !important;
  background-color: var(--bay-maincolor) !important;
  border-color: var(--bay-maincolor) !important;
  z-index: 1;
}

#iq_agent.modern .page-link {
  padding: 14px 20px;
  color: var(--bay-maincolor);
  border-radius: 0 !important;
}

#iq_agent.modern .iq-agent-paging .page-item:not(:first-child) .page-link {
  margin-left: 0;
}

#iq_agent.modern .iq-agent-testimonials-paging-contact .page-item:not(:first-child) .page-link {
  margin-left: 0;
}

#iq_agent.modern .page-link:focus {
  z-index: 3 !important;
}

#iq_agent.modern .page-item .page-link {
  height: 56px;
  width: 56px;
}

#iq_agent.modern .pagination {
  align-items: center;
  margin-bottom: 0;
}

#iq_agent.modern #total-testimonials-count,
#iq_agent.modern #total-listings-count {
  cursor: text;
}

#iq_agent.modern .iq-agent-listings-section .iq-agent-paging .pagination:has(li.page-item) {
  margin-top: 16px;
  margin-bottom: 30px;
}

#iq_agent.modern .iq-agent-testimonials-paging-contact {
  margin-top: 40px;
}

#iq_agent.modern .iq-agent-listings-grid-modern .iq-agent-paging span#total-listings-count {
  margin-right: 8px;
}

#iq_agent_map .gm-style .gm-style-iw-c {
  width: 268px !important;
  padding: 0 !important;
  min-height: 329px !important;
  border-radius: 0%;
}

#iq_agent.modern #iq_agent_map .gm-style .gm-style-iw-c:focus {
  outline: none !important;
}

#iq_agent_map .gm-style-iw-chr {
  display: none !important;
}

#iq_agent_map .gm-style-iw-d {
  overflow: unset !important;
  height: auto !important;
}

#iq_agent_map .iqMapPointInfo {
  height: 200px !important;
  width: 100% !important;
}

#iq_agent_map .iqMapPointInfoBottom {
  padding: 12px 16px !important;
  height: 150px;
  overflow-x: scroll;
}

#iq_agent_map .iqMapPointInfoBottom .office-detail-name {
  font-size: var(--bay-font-size--1125) !important;
  line-height: var(--bay-line-height--175) !important;
  font-weight: var(--bay-primary-font-weight) !important;
  font-family: var(--bay-body-font) !important;
  color: #2d2926 !important;
  text-align: left;
  margin-bottom: 8px !important;
}

#iq_agent_map .iqMapPointInfoContent {
  width: 100% !important;
  height: 100% !important;
}

#iq_agent_map .iq-offices-card-body .iq-offices-card-info a {
  font-size: var(--bay-font-size--100) !important;
  line-height: var(--bay-line-height--125) !important;
  font-weight: var(--bay-font-weight-300) !important;
  color: var(--bay-maincolor) !important;
}

#iq_agent_map .iq-offices-card-body .iq-offices-card-info a:focus-visible {
  outline: unset !important;
}

#iq_agent_map .iq-offices-card-body .iq-office-property-address,
#iq_agent_map .iq-offices-card-body .iq-officephone,
#iq_agent_map .iq-offices-card-body .iq-officefax {
  margin-bottom: 4px !important;
}

#iq_agent_map .iq-offices-card-body .iq-office-property-address p {
  margin-bottom: 0 !important;
}

#iq_agent_map .iq-offices-card-body .iq-office-property,
#iq_agent_map .iq-offices-card-body .iq-officephone a,
#iq_agent_map .iq-offices-card-body .iq-officefax a {
  display: flex;
  gap: 8px;
}

#iq_agent.modern .dropdown-toggle {
  border: none;
  background: transparent;
  font-weight: var(--bay-primary-font-weight);
  font-size: var(--bay-font-size--1125);
  line-height: var(--bay-line-height--1625);
  text-transform: uppercase;
  font-family: var(--bay-primary-font) !important;
  color: var(--bay-maincolor);
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
}

#iq_agent.modern .dropdown-toggle svg {
  margin-right: 7.5px !important;
}

#iq_agent.modern .iq-agent-listings-grid-modern ul.dropdown-menu {
  inset: -16px 10px auto auto !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 4px !important;
}

#iq_agent.modern .iq-agent-listings-grid-modern .dropdown-menu li a {
  font-size: var(--bay-font-size--101) !important;
  line-height: var(--bay-line-height--150) !important;
  font-weight: var(--bay-primary-font-weight) !important;
  font-family: var(--bay-primary-font) !important;
  color: #2d2926 !important;
}

#iq_agent.modern .dropdown-toggle:after {
  display: none;
}

#iq_agent.modern .dropdown-menu {
  min-width: 220px;
  right: 0;
  left: auto;
}

#iq_agent.modern .dropdown-menu li a:hover {
  background-color: #f8f9fa;
}

#iq_agent.modern .custom-underline {
  border-bottom: 2px solid var(--bay-maincolor);
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

#iq_agent.modern .iq-managers {
  border: 0 !important;
  box-shadow: unset !important;
  display: flex !important;
  margin-top: 32px !important;
}

#iq_agent.modern .iq-managers .iq-agents-card {
  width: 200px;
  height: 270px;
  margin-bottom: 0 !important;
  position: relative;
  transition: transform 0.3s;
}

#iq_agent.modern .iq-managers #iq_agent.modern .iq-managers .iq-agents-card {
  width: 418px;
}

#iq_agent.modern .iq-managers .iq-agents-card {
  height: 270px !important;
  margin-left: 0 !important;
  margin-right: 16px !important;
}

#iq_agent.modern .iq-managers {
  gap: 12px;
}

@media (max-width: 599px) {
  #iq_agent.modern .iq-managers .iq-agents-card {
    margin-right: 0 !important;
  }
}
#iq_agent.modern .carousel-controls-below {
  align-items: flex-end;
}

#iq_agent.modern .carousel-controls-below button {
  width: 38px;
  height: 38px;
  border: 1px solid var(--bay-maincolor); /* Use your theme color */
  background: #fff;
  color: var(--bay-maincolor);
  transition: background 0.2s, color 0.2s;
  cursor: pointer;
}

#iq_agent.modern .carousel-controls-below button:hover {
  background: var(--bay-maincolor);
  color: #fff;
}

@media (min-width: 1920px) {
  #iq_agent.modern .iq-agent-listings-grid-modern .bay_listing_card .bay_listing_card_media .property-image {
    min-height: 350px;
  }
}
@media (max-width: 1919px) {
  #iq_agent.modern .iq-agent-listings-grid-modern .bay_listing_card .bay_listing_card_media .property-image {
    min-height: 200px;
  }
}
@media (max-width: 1250px) and (min-width: 926px) {
  #iq_agent.modern .iq-agent-listings-grid-modern .iq-agent-listings-tab {
    font-size: var(--bay-font-size--1125) !important;
  }
}
@media (max-width: 1250px) {
  #iq_agent.modern .iq-agent-profile-section {
    padding: 60px 100px !important;
  }
  #iq_agent.modern .iq-agent-image {
    height: 450px;
  }
  #iq_agent.modern .iq-agent-bio-section {
    padding: 24px 100px 60px 100px !important;
  }
}
@media (max-width: 992px) {
  #iq_agent.modern .iq-agent-profile-section,
  #iq_agent.modern .iq-agent-map-contact-section {
    padding: 60px 30px !important;
  }
  #iq_agent.modern .iq-agent-listings-section {
    padding: 60px 30px 30px 30px !important;
  }
  #iq_agent.modern .iq-agent-testimonials:has(div.iq-testimonial-container) {
    padding: 60px 30px !important;
  }
  #iq_agent.modern .iq-agent-image {
    height: 100% !important;
  }
  #iq_agent.modern .iq-agent-bio-section {
    padding: 24px 30px 60px 30px !important;
  }
  #iq_agent.modern .iq-agent-testimonials .iq-testimonial-review img {
    margin-right: 8px;
  }
  #iq_agent.modern .iq-agent-testimonials .iq-testimonial-review i {
    font-size: var(--bay-font-size--101) !important;
  }
}
@media (max-width: 925px) {
  #iq_agent.modern .iq-agent-listings-grid-modern .iq-agent-listings-tab {
    font-size: var(--bay-font-size--101) !important;
  }
}
@media (max-width: 768px) {
  #iq_agent.modern .section-one-wrapper .ofcAddress,
  #iq_agent.modern .section-one-wrapper .left-side-information,
  #iq_agent.modern .section-one-wrapper .right-side-images,
  #iq_agent.modern #iq_lead_form #iq_lead_form-submit {
    width: 100% !important;
  }
  #iq_agent.modern #iq_lead_form #iq_lead_form-submit {
    height: 48px !important;
  }
  #iq_agent.modern #iq_lead_form .form-group {
    padding: 0 !important;
  }
  #iq_agent.modern .iq-testimonial-container .iq-testimonials {
    padding: 25px;
  }
  #iq_agent.modern .iq-agent-listings-grid-modern .iq-agent-modern-listings-tabs li {
    padding-right: 0 !important;
  }
  .iq-map-topspacing {
    margin-top: 6px !important;
  }
  #iq_agent.modern .iq-agent-contact-section #iq_agent_leadsource .col-md-6 {
    width: 100% !important;
  }
  #iq_agent.modern .iq-agent-contact-section .iq-lead-page.row {
    margin: 0 !important;
  }
}
@media (max-width: 750px) and (min-width: 660px) {
  #iq_agent.modern .iq-agent-listings-grid-modern .iq-agent-listings-tab {
    font-size: var(--bay-font-size--100);
  }
}
@media (max-width: 660px) {
  #iq_agent.modern .iq-agent-listings-grid-modern .tabs-container {
    display: none !important;
  }
  #iq_agent.modern .iq-agent-listings-grid-modern .dropdown {
    display: block !important;
  }
}
@media (max-width: 768px) {
  #iq_agent.modern .iq-agent-map-contact-section div.agent-map {
    flex-direction: column-reverse;
  }
  #iq_agent.modern .iq-agent-map-contact-section .iq-agent-map-contact-section,
  #iq_agent.modern .iq-agent-map-contact-section .iq-agent-map-section,
  #iq_agent.modern .iq-agent-map-contact-section .iq-agent-contact-section {
    width: 100% !important;
  }
  #iq_agent.modern .iq-agent-map-contact-section .iq-agent-contact-section .iq-agent-contact-header {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #iq_agent.modern .iq-agent-profile-section {
    flex-direction: column-reverse;
    padding: 32px 12px !important;
  }
  #iq_agent.modern .iq-agent-image {
    width: 100%;
    margin-bottom: 24px;
    max-width: unset;
  }
  #iq_agent.modern .iq-agent-details {
    width: 100%;
  }
}
@media (max-width: 633px) {
  #iq_agent.modern .iq-agent-profile-section .iq-agent-details {
    width: 100%;
  }
  #iq_agent.modern .iq-agent-details .iq-agent-contact-btn a,
  #iq_agent.modern .iq-agent-testimonials-paging-contact div a {
    font-family: var(--bay-primary-font) !important;
  }
  #iq_agent.modern .iq-agent-profile-section .iq-agent-title h2,
  #iq_agent.modern .iq-agent-bio-section .iq-agent-bio-header h2,
  #iq_agent.modern .iq-agent-map-contact-section .iq-agent-contact-section h3,
  #iq_agent.modern .iq-agent-testimonials .iq-agent-testimonials-header h2 {
    font-size: var(--bay-font-size--2000);
    line-height: var(--bay-line-height--250);
  }
  #iq_agent.modern .iq-agent-profile-section .iq-agent-title {
    margin-bottom: 12px !important;
  }
  #iq_agent.modern .iq-agent-info,
  #iq_agent.modern .iq-agent-details .iq-agent-office-details {
    margin-bottom: 24px !important;
  }
  #iq_agent.modern .iq-agent-info div span {
    font-size: var(--bay-font-size--100);
    line-height: var(--bay-line-height--1125);
  }
  #iq_agent.modern .iq-agent-details .iq-agent-office-details h5 {
    font-size: var(--bay-font-size--1125);
    line-height: var(--bay-line-height--1625);
  }
  #iq_agent.modern .iq-agent-details .iq-agent-office-details .iq-agent-office-address div {
    font-size: var(--bay-font-size--101);
    line-height: var(--bay-line-height--150);
  }
  #iq_agent.modern .iq-agent-details .iq-agent-contact-btn {
    flex-direction: column;
  }
  #iq_agent.modern .iq-agent-details .iq-agent-contact-btn a {
    font-family: var(--bay-primary-font) !important;
    font-size: var(--bay-font-size--1125);
    line-height: var(--bay-line-height--150);
    width: 100%;
    height: 48px;
    padding: 8px 24px !important;
  }
  #iq_agent.modern .iq-agent-details .iq-agent-contact-btn .iq-agent-contact-form-btn {
    margin-left: 0 !important;
    margin-top: 12px;
  }
  #iq_agent.modern .iq-agent-bio-section {
    padding: 12px 12px 32px 12px !important;
  }
  #iq_agent.modern .iq-agent-bio-section .iq-agent-bio-header {
    margin-bottom: 16px !important;
  }
  #iq_agent.modern .iq-agent-testimonials:has(div.iq-testimonial-container) {
    padding: 32px 12px !important;
    margin-bottom: 32px;
  }
  #iq_agent.modern .iq-agent-testimonials-content .iq-testimonial-container {
    margin-top: 0;
    margin-bottom: 12px;
  }
  #iq_agent.modern .iq-agent-testimonials .iq-testimonial-review img {
    width: 20px;
    height: 20px;
  }
  #iq_agent.modern .iq-testimonial-container .iq-testimonial-client-name {
    margin-bottom: 8px !important;
  }
  #iq_agent.modern .iq-testimonial-container .iq-testimonial-client {
    margin-bottom: 12px !important;
  }
  #iq_agent.modern .iq-agent-testimonials .iq-testimonial-client-name h6 {
    font-size: var(--bay-font-size--1125);
    line-height: var(--bay-line-height--1625);
  }
  #iq_agent.modern .iq-agent-testimonials .iq-testimonial-client p,
  #iq_agent.modern .iq-agent-testimonials .iq-testimonial-client-review-date h6 {
    font-size: var(--bay-font-size--100);
    line-height: var(--bay-line-height--1125);
  }
  #iq_agent.modern .iq-agent-listings-section {
    padding: 0 12px 32px 12px !important;
  }
  #iq_agent.modern .iq-agent-listings-section .iq-agent-listings-header,
  #iq_agent.modern .iq-agent-listings-grid-modern .iq-agent-paging span#total-listings-count,
  #iq_agent.modern .iq-agent-testimonials-paging-contact span#total-testimonials-count {
    display: none;
  }
  #iq_agent.modern .iq-agent-listings-grid-modern .tab-content {
    margin-top: 24px !important;
  }
  #iq_agent.modern #iq_lead_form .iq-agent-label {
    line-height: var(--bay-line-height--100) !important;
  }
  #iq_agent.modern #iq_lead_form input,
  #iq_agent.modern #iq_lead_form .form-group:has(.iq-submit-btn) {
    margin-bottom: 0 !important;
  }
  #iq_agent.modern #iq_lead_form .form-group {
    margin-bottom: 12px;
  }
  #iq_agent.modern .iq-agent-listings-grid-modern .bay_listing_card {
    margin-bottom: 20px !important;
  }
  #iq_agent.modern .iq-agent-contact-section #iq_agent_leadsource {
    padding-right: 12px !important;
    padding-left: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 24px !important;
  }
  #iq_agent.modern .iq-agent-map-contact-section {
    padding: 32px 12px !important;
  }
  #iq_agent.modern .iq-agent-testimonials-paging-contact {
    flex-direction: column;
    align-items: center;
    margin-top: 12px;
  }
  #iq_agent.modern .iq-agent-testimonials-paging-contact div {
    margin-top: 24px;
    width: 100%;
  }
  #iq_agent.modern .iq-agent-testimonials-paging-contact div a {
    width: 100%;
  }
  #iq_agent.modern #iq_lead_form label[for=messagebody] {
    margin-bottom: 4px !important;
  }
  #iq_agent.modern {
    display: flex;
    justify-content: center;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #iq_agent.modern .pagination {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  #iq_agent.modern .page-item .page-link {
    padding: 6px 12px;
    height: 48px;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #iq_agent.modern .iq-agent-listings-section .iq-agent-paging .pagination:has(li.page-item) {
    margin-top: 4px;
    margin-bottom: 0;
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  #iq_agent.modern .iq-managers .iq-agents-card {
    gap: 12px !important;
  }
  #iq_agent.modern .iq-managers .iq-agents-card {
    height: auto !important;
  }
  #iq_agent.modern .carousel-controls-below {
    margin-top: 16px !important;
  }
}
@media (max-width: 500px) {
  #bayAgentActiveListings {
    font-size: 13px;
  }
}
@media (max-width: 320px) {
  #bayAgentActiveListings {
    padding-left: 5px;
  }
}
@media (max-width: 398px) {
  .iq-validation-code {
    font-size: 13px;
    margin-bottom: 0;
  }
  .iq-code-btn {
    font-size: 13.5px !important;
  }
}
@media (max-width: 454px) {
  .property-margin {
    display: flex !important;
  }
  .property-icon {
    margin-top: 2px;
    margin-right: 3px;
  }
  .text-wrap {
    word-wrap: break-word;
  }
}
@media (max-width: 479px) {
  .iq-agent-profile .iq-agent-profile-office {
    padding: 0 5px 20px 0;
  }
  .iq-agent-profile .iq-agent-profile-foot {
    padding: 20px 0 10px 25px;
  }
  .iq-agent-profile-search select,
  .iq-agent-profile-search input,
  .iq-agent-profile-search button,
  .iq-agent-profile-search textarea {
    margin-bottom: 10px;
  }
  .iq-form-field-required {
    margin: -5px 0 14px 0;
    color: red;
    display: table;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .iq-agent-profile .iq-agent-profile-office {
    padding: 0 5px 20px 0;
  }
  .iq-agent-profile .iq-agent-profile-foot {
    padding: 20px 0 10px 25px;
  }
  .iq-agent-profile-search select,
  .iq-agent-profile-search input,
  .iq-agent-profile-search button,
  .iq-agent-profile-search textarea {
    margin-bottom: 10px;
  }
  .iq-form-field-required {
    margin: -5px 0 14px 0;
    color: red;
    display: table;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .form-inline .form-group {
    margin-bottom: 0;
    padding-top: 8px;
  }
  .iq-agent-profile .iq-agent-profile-office {
    padding: 0 5px 20px 0;
  }
  .iq-agent-profile .iq-agent-profile-foot {
    padding: 20px 0 10px 25px;
  }
  .iq-agent-profile-search select,
  .iq-agent-profile-search input,
  .iq-agent-profile-search button,
  .iq-agent-profile-search textarea {
    margin-bottom: 10px;
  }
  .iq-form-field-required {
    margin: -5px 0 14px 0;
    color: red;
    display: table;
  }
}
@media (max-width: 991px) {
  .iq-agent-profile .iq-agent-profile-image img {
    object-fit: contain;
  }
  .iq-label-margin {
    margin-bottom: 5px;
  }
}
#iq_agent.modern .agent-text-overlay .iq-agent-name .iq-agent-team-member,
#iq_agent.modern .agent-text-overlay .iq-agent-name .agents-heading span,
#iq_agent.modern .agent-text-overlay .iq-agentphone span {
  font-family: var(--bay-body-font) !important;
  color: var(--bay-white);
}

#iq_agent.modern .agent-text-overlay .iq-agent-name .iq-agent-team-member {
  font-size: var(--bay-font-size--0075);
  line-height: var(--bay-line-height--1125);
}

#iq_agent.modern .agent-text-overlay .iq-agent-name .agents-heading span {
  font-size: var(--bay-font-size--1125);
  line-height: var(--bay-line-height--175);
}

#iq_agent.modern .agent-text-overlay .iq-agentphone span {
  font-size: var(--bay-font-size--100);
  line-height: var(--bay-line-height--1125);
}

#iq_agent.modern .agent-text-overlay .iq-agent-details-section_2,
#iq_agent.modern .agent-text-overlay .iq-agent-name .agents-heading {
  margin-top: 4px !important;
}

#iq_agent.modern .agent-text-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 68.22%);
  padding: 0 16px 16px;
  color: #fff;
  text-align: left;
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

#iq_agent.modern .agent-text-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, var(--bay-maincolor) 26.31%, transparent 100%);
  opacity: 0.48;
  pointer-events: none;
}

#iq_agent.modern .agent-text-overlay .iq-agent-hover-section_2 {
  margin-top: 8px;
}

@media (max-width: 480px) {
  #iq_agent.modern .iq-agents-card .agent-text-overlay {
    height: 108px !important;
  }
  #iq_agent.modern .iq-agents-card .iq-agentphone {
    display: flex;
  }
  #iq_agent.modern .agent-text-overlay .iq-agent-name .iq-agent-team-member {
    line-height: var(--bay-line-height--100);
  }
  #iq_agent.modern .agent-text-overlay .iq-agent-name .agents-heading span {
    font-size: var(--bay-font-size--101);
    line-height: var(--bay-line-height--1375);
  }
  #iq_agent.modern .agent-text-overlay {
    padding: 0 12px 12px !important;
  }
  #iq_agent.modern .iq-managers .iq-agents-card {
    width: 169px !important;
    height: 228px !important;
  }
  #iq_agent.modern .iq-agent-section {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 480px) {
  #iq_agent.modern .iq-agents-card:hover .iq-agent-name {
    margin-bottom: 4px !important;
  }
  #iq_agent.modern .iq-agents-card .iq-agentphone {
    display: none;
  }
  #iq_agent.modern .iq-agents-card:hover .iq-agentphone {
    display: flex;
  }
}
@media (min-width: 426px) {
  #iq_agent.modern .iq-agents-card:hover {
    border: 1px solid #999;
    cursor: pointer;
    transform: scale(1.07);
    z-index: 2;
  }
}
@media (max-width: 374px) {
  #iq_agent.modern .iq-managers .iq-agents-card {
    width: 142px !important;
    height: 189px !important;
  }
}
#iq_agent.modern .carousel-control-prev-custom.disabled,
#iq_agent.modern .carousel-control-next-custom.disabled {
  opacity: 0.5;
  pointer-events: none;
}

body.v2-08:not(:has(#st-inside-modern-header)) .st-sitemenu-12v2 {
  top: 0 !important;
}
@media (min-width: 577px) {
  body.v2-08:not(:has(#st-inside-modern-header)) .editbar #iq_agent {
    padding-top: 120px !important;
  }
}
body.v2-08:not(:has(#st-inside-modern-header)) #iq_agent {
  padding-top: 250px !important;
}
@media (max-width: 480px) {
  body.v2-08:not(:has(#st-inside-modern-header)) #iq_agent {
    padding-top: 0 !important;
  }
}

@media (min-width: 577px) {
  body.v2-08.editbar:not(:has(#st-inside-modern-header)) #iq_agent {
    padding-top: 120px !important;
  }
}
@media (max-width: 576px) {
  body.v2-08.editbar:not(:has(#st-inside-modern-header)) #iq_agent {
    padding-top: 70px !important;
  }
}
body.v2-08.editbar:not(:has(#st-inside-modern-header)) .st-sitemenu-12v2 {
  top: 60px !important;
}
@media (max-width: 480px) {
  body.v2-08.editbar:not(:has(#st-inside-modern-header)) .st-inside-content-wrapper div.iq-pg-body, body.v2-08.editbar:not(:has(#st-inside-modern-header)) .menu-position {
    margin-top: 0 !important;
  }
}

.iq-agentportal-jumbo h1 {
  font-size: 35px;
  margin-bottom: 10px;
}

.iq-agentportal-jumbo-info {
  font-size: 17px;
  line-height: 25px;
  padding-bottom: 25px;
}

.jumbotron.iq-agentportal-jumbo {
  background-color: var(--bay-gray-white);
}

/* MY PORTAL LOGIN PAGE */
.iq-agentportal-carousel h3 {
  color: var(--bay-white);
  font-size: 38px;
  margin-bottom: 5px;
}

.iq-agentportal-carousel .item {
  background: var(--bay-charcoal-gray-51);
  background-size: cover;
  text-align: center;
  height: 300px !important;
}

.iq-agentportal-carousel {
  margin-bottom: 20px;
}

.iq-agentportal-carousel .carousel-caption {
  padding-bottom: 90px;
}

.iq-agentportal-carousel .carousel-caption p {
  font-size: 19px;
}

.iq-agentportal-login {
  box-shadow: 0 0 6px 2px var(--bay-silver-sand-189);
  padding: 15px;
}

.iq-agentportal-login h3 {
  text-transform: uppercase;
  padding: 5px 0 0 0;
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 15px 0;
}

.iq-agentportal-login-info {
  padding: 0 40px 3px 20px;
  text-align: justify;
}

.iq-agentportal-login-info h6 {
  font-size: 18px;
  padding: 15px 0 5px 0;
  color: var(--bay-highlightcolor);
  margin: 0;
}

.iq-agentportal-login-icon {
  padding-right: 5px;
  font-size: 18px;
}

.iq-agentportal-login-button {
  width: 100%;
  margin: 10px 0;
}

.iq-agentportal-login-button:hover,
.iq-agentportal-login-button:active {
  opacity: 0.7;
  color: var(--bay-white);
}

.iq-agentportal-chevron-main-right {
  right: 25%;
  position: absolute;
  top: 45%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 0 0 3px;
  border-radius: 15px;
  background-color: var(--bay-sitecolor);
}

.iq-agentportal-chevron-main-left {
  left: 25%;
  position: absolute;
  top: 45%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 3px 0 0;
  border-radius: 15px;
  background-color: var(--bay-sitecolor);
}

/* AGENT PORTAL NAVIGATION */
.iq-agentportal-sidebar-nav-icons {
  font-size: 13px;
}

.iq-agentportal-sidebar-nav ul li a {
  background-color: var(--bay-white-smoke-248);
  margin-bottom: 5px;
}

.iq-agentportal-sidebar-nav ul li a:hover {
  background-color: var(--bay-soft-gray-227);
  margin-bottom: 5px;
}

.iq-agentportal-nav-collapse {
  padding-left: 25px;
}

.iq-agentportal-nav-collapse li {
  padding-left: 5px;
}

.iq-agentportal-sidebar-nav-no-collapse li {
  height: 30px;
  margin-top: 5px;
  padding: 7px 0 0 10px;
}

.iq-agentportal-nav-form-btn {
  border: 1px solid var(--bay-white);
  background: var(--bay-soft-gray);
  color: var(--bay-white-smoke);
  border-radius: 0;
  padding: 3px 20px;
  width: 100%;
}

.iq-agentportal-nav-form-btn:hover,
.iq-agentportal-nav-form-btn:active,
.iq-agentportal-nav-form-btn:visited,
.iq-agentportal-nav-form-btn:link {
  border: 1px solid var(--bay-white);
  background: var(--bay-soft-gray);
  color: var(--bay-white-smoke);
  border-radius: 0;
  padding: 3px 20px;
  opacity: 0.7;
}

/* AGENT PORTAL SHOWING REQUESTS PAGE*/
.iq-agentportal-watch-action-icons {
  display: inline;
  padding: 0 5px;
}

.iq-agentportal-showingrequestsresults-subhd {
  height: 40px;
  font-size: 85%;
}

.iq-agentportal-showingrequests-count {
  padding: 15px 10px;
  font-size: 16px;
}

.iq-agentportal-showingrequests-nav-icons {
  padding-right: 10px;
}

.iq-agentportal-showingrequests-nav-icons-drop {
  padding: 0 10px 0 15px;
  margin: 10px 0;
}

.iq-agentportal-showingrequests-statusmessage {
  display: inline;
  float: left;
  font-weight: bold;
  margin: 10px 0 0 0;
  line-height: 16px;
}

.iq-agentportal-showingrequests-table-head {
  border-top: 0 !important;
  font-weight: bold;
}

.iq-agentportal-showingrequests-table-icon {
  font-size: 15px;
}

@font-face {
  font-family: var(--bay-primary-font);
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/worksans/v11/QGYsz_wNahGAdqQ43Rh_fKDp.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.st-pg-header sup {
  font-size: 25%;
  vertical-align: super;
}

.st-pg-subheader sup {
  font-size: 25%;
  vertical-align: super;
}

/* CUSTOM AGENT LIST */
#iq_customagents {
  position: relative;
  overflow: hidden;
}

/* IQ AGENTS FORM */
.iq-agents-search-form {
  display: table;
  width: 100%;
  margin: 0 0 15px 0;
}

.bayAgentsGrid_v2 .iq-agents-search-form.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.bayAgentsGrid_v2 .iq-agent-search,
.bayAgentsGrid_v2 .iq-agent-clear-search {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  align-self: center;
}

.bayAgentsGrid_v2 .iq-agents-card .iq-agents-card-head .iq-agents-card-title {
  line-height: 1.4;
}

.bayAgentsGrid_v2 .agent-search-section {
  margin-left: 10px !important;
}
.bayAgentsGrid_v2 #iq_agents_grid .iq-agent-layout-standard {
  margin-left: 0;
}

.iq-agent-cards-office {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

#iq_agents .iq-pg-header {
  display: unset !important;
}

#iq_agents .iq-pg-header h1 {
  font-size: 19px;
  font-weight: 600;
}

#iq_agents .iq-pg-header sup {
  font-size: 16px;
}

.v2-14 #iq_agents .iq-pg-header .agents-header {
  color: #000 !important;
}

@media (max-width: 480px) {
  #iq_agents .iq-pg-header h1 {
    padding-bottom: 10px;
  }
  .iq-agent-cards-office {
    display: block;
  }
  .v2-03 #iq_agents .iq-pg-header h1,
  .v2-04 #iq_agents .iq-pg-header .agents-header,
  .v2-06 .st-inside-content-wrapper #iq_agents .agents-header,
  .v2-07 #iq_agents .iq-pg-header .agents-header,
  .v2-08 #iq_agents .iq-pg-header h1,
  .v2-11 #iq_agents .iq-pg-header h1,
  .v2-12 #iq_agents .iq-pg-header h1,
  .v2-13 #iq_agents .iq-pg-header h1 {
    color: #000 !important;
  }
}
.office-agent-card {
  flex-basis: 32%;
}

@media (min-width: 480px) and (max-width: 767px) {
  .office-agent-card {
    flex-basis: 48%;
  }
}
@media (max-width: 576px) {
  .iq-agent-grid-tags {
    display: none !important;
  }
}
/* NEW HOVER AGENT CARD */
.agent-page-options-form {
  width: 100%;
}

.agent-page-options-preview {
  height: auto;
}

.agent-page-options-form .layout-image-preview {
  width: 263px;
}

/* HOVER AGENT CARD: ANIMATIONS */
.third_section_story_panel_inner:after,
.third_section_story_hover h3,
.third_section_story_hover div,
.testimonial_inner {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.third_section_story_hover,
.header_rem_top {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.third_section_story_panel_inner:hover::after {
  background-color: var(--bay-maincolor);
  opacity: 0.6;
}

.third_section_story_panel_inner:hover .third_section_story_hover {
  height: auto;
}

.third_section_story_panel_inner:hover .third_section_story_hover h3 {
  position: static;
}

.third_section_story_panel_inner:hover .third_section_story_hover div {
  opacity: 1;
}

/* HOVER AGENT CARD: RESPONSIVE */
@media (max-width: 1550px) {
  .third_section_story_panel_con {
    margin-bottom: calc(15px + 15 * (100vw - 375px) / 1175);
  }
  .third_section_story_hover a,
  .third_section_story_hover p {
    margin-top: calc(5px + 15 * (100vw - 375px) / 1175);
  }
}
/* HOVER AGENT CARD */
.third_section_story_panel_con {
  margin-bottom: 30px;
}

.third_section_story_panel_inner {
  position: relative;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  cursor: pointer;
}

.third_section_story_panel_inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.third_section_story_panel_inner .profile_img_leader {
  height: 0;
  padding-bottom: 150%;
  background-size: cover !important;
  background-position: center center !important;
}

.third_section_story_hover {
  position: absolute;
  left: 30px;
  width: calc(100% - 60px);
  z-index: 2;
}

#iq_agents[data-cols="6"] .third_section_story_hover {
  left: 10px;
}

#iq_agents[data-cols="6"] .third_section_story_panel_inner .third_section_story_hover {
  width: calc(100% - 40px);
}

#iq_agents[data-cols="6"] .third_section_story_panel_inner .third_section_story_hover .bay_agent_name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}

.third_section_story_hover h4 {
  font-family: var(--bay-primary-font);
  font-weight: 300;
  margin-top: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 28px;
}

.third_section_story_hover p {
  font-family: var(--bay-primary-font);
  font-size: 18px;
  color: var(--bay-white);
  margin-top: 0;
  margin-bottom: 0;
}

.third_section_story_hover a {
  font-family: var(--bay-primary-font);
  display: inline-block;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 12px !important;
}

.third_section_story_hover a:hover {
  color: #fff;
  text-decoration: none;
}

.third_section_story_hover a i {
  color: #fff;
}

/* IQ GRID STANDARD OPTION */
#iqSearchFormHeader {
  padding-left: 0 !important;
}

body:has(.card-modern) {
  /* NEW PAGE HEADER STYLES */
}
body:has(.card-modern) #premier_header #hero_image {
  background: none !important;
  height: 0 !important;
}
body:has(.card-modern) .iq-agent-clear-search {
  display: none;
}
body:has(.card-modern) .st-inside-content-wrapper .container {
  padding: 0 !important;
}
body:has(.card-modern) .st-insidepage-wrapper #st-inside-modern-header:not(:has(.text-content)) {
  background: none !important;
  height: 0 !important;
}
body:has(.card-modern) .st-insidepage-wrapper .st-inside-header .page-header {
  text-align: center;
}
body:has(.card-modern) .st-insidepage-wrapper .st-inside-header .page-description {
  text-align: center;
  margin-top: 8px;
}
body:has(.card-modern) body:has(#edit-menu):has(.card-modern):has(.st-insidepage-wrapper .text-content) .st-inside-header {
  margin-top: 150px !important;
}

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

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

.v2-04:not(:has(#st-inside-modern-header)):has(#edit-menu) .st-inside-content-wrapper .card-modern#iq_agents,
.v2-08:not(:has(#st-inside-modern-header)):has(#edit-menu) .st-inside-content-wrapper .card-modern#iq_agents {
  margin-top: 200px;
}

.v2-06:has(.card-modern) #site-wrapper nav.navbar {
  top: 0 !important;
}

.v2-06:has(.card-modern):has(.st-inside-header) #iq_agents.card-modern .iq-pg-header {
  display: block !important;
}

.v2-06:has(#edit-menu):has(.card-modern) #site-wrapper nav.navbar {
  top: 55px !important;
}

.v2-10:has(.card-modern) #iq_agents .iq-pg-header h1 {
  padding: 0 !important;
}
.v2-10:has(.card-modern) .st-inside-content-wrapper .container {
  margin-top: 100px !important;
}

.v2-10:has(.card-modern):has(#edit-menu) #iq_agents .iq-pg-header h1 {
  padding: 0 !important;
}
.v2-10:has(.card-modern):has(#edit-menu) .st-inside-content-wrapper .container {
  margin-top: 150px !important;
}

.v2-14:has(.card-modern) #iq_agents.card-modern .iq-pg-body {
  margin-bottom: 17px !important;
}

@media (max-width: 480px) {
  input#agent_multifield_autocomplete::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    white-space: pre-line;
    position: relative;
    top: -7px;
  }
  input#agent_multifield_autocomplete::-moz-placeholder {
    /* Firefox 19+ */
    white-space: pre-line;
    position: relative;
    top: -7px;
  }
  input#agent_multifield_autocomplete:-ms-input-placeholder {
    /* IE 10+ */
    white-space: pre-line;
    position: relative;
    top: -7px;
  }
  input#agent_multifield_autocomplete:-moz-placeholder {
    /* Firefox 18- */
    white-space: pre-line;
    position: relative;
    top: -7px;
  }
  body:has(.card-modern) .st-inside-content-wrapper .container,
  .v2-10:has(.card-modern) .st-inside-content-wrapper .container,
  .v2-10:has(.card-modern):has(#edit-menu) .st-inside-content-wrapper .container {
    margin-top: 32px !important;
  }
  .v2-09:has(.card-modern) #site-wrapper .container .iq-pg-header h1 {
    margin-top: 0 !important;
  }
  .v2-03 .st-inside-content-wrapper,
  .v2-06 .st-inside-content-wrapper,
  .v2-09 .st-inside-content-wrapper,
  .v2-10 .st-inside-content-wrapper {
    padding-top: 0 !important;
  }
  body:has(.card-modern) .st-inside-content-wrapper .container {
    padding: 0 !important;
  }
}
#iq_agents.card-modern .iq-agents-card {
  margin-bottom: 0 !important;
}

#iq_agents.card-modern .iq-pg-body {
  padding: 0;
}

#iq_agents_grid.card-modern .row > * {
  padding-left: 0;
}

@media (min-width: 768px) {
  body:has(#iq_agents[data-cols="6"], #iq_agents[data-cols="4"]) #iq_agents_grid.card-modern .iq-agent-cards-wrapper .iq-agents-card {
    width: 30% !important;
  }
}
@media (min-width: 1024px) {
  body:has(#iq_agents[data-cols="6"], #iq_agents[data-cols="4"]) #iq_agents_grid.card-modern .iq-agent-cards-wrapper .iq-agents-card {
    width: 25% !important;
  }
}

@media (max-width: 480px) {
  #iq_agents_grid.card-modern .iq-agent-cards-wrapper .iq-agents-card {
    width: 100% !important;
  }
  #iq_agents_grid.card-modern .row > * {
    padding-left: 0;
  }
}
body:has(#iq_agents[data-cols="6"]) .iq-agent-layout-hover .iq-agent-grid-tags {
  bottom: 130px !important;
}
@media (min-width: 1024px) {
  body:has(#iq_agents[data-cols="6"]) #iq_agents_grid.card-modern .iq-agent-cards-wrapper .iq-agents-card {
    width: 23% !important;
  }
}
@media (max-width: 767px) and (min-width: 481px) {
  body:has(#iq_agents[data-cols="6"]) #iq_agents_grid.card-modern .iq-agent-cards-wrapper .iq-agents-card {
    width: 50% !important;
  }
}
@media (min-width: 767px) {
  body:has(#iq_agents[data-cols="6"]) .card-modern .iq-agent-name h1 {
    font-size: var(--bay-font-size--1125) !important;
    line-height: var(--bay-line-height--175);
  }
  body:has(#iq_agents[data-cols="6"]) .card-modern .iq-agent-office h1,
  body:has(#iq_agents[data-cols="6"]) .card-modern .iq-agent-certifications span,
  body:has(#iq_agents[data-cols="6"]) .card-modern .iq-agentphone span,
  body:has(#iq_agents[data-cols="6"]) .card-modern .iq-agent-website span {
    font-size: var(--bay-font-size--100) !important;
    line-height: var(--bay-line-height--125);
  }
}
@media (min-width: 1440px) {
  body:has(#iq_agents[data-cols="6"]) #iq_agents_grid.card-modern .iq-agent-cards-wrapper .iq-agents-card {
    width: 15.5% !important;
  }
}
@media (min-width: 480px) {
  body:has(#iq_agents[data-cols="6"]) .card-modern .iq-agents-card .iq-agents-contact {
    flex-direction: column;
  }
  body:has(#iq_agents[data-cols="6"]) .card-modern .iq-agents-card .iq-agents-contact .iq-agentphone,
  body:has(#iq_agents[data-cols="6"]) .card-modern .iq-agents-card .iq-agents-contact .iq-agent-website {
    width: 100%;
  }
  body:has(#iq_agents[data-cols="6"]) .card-modern .iq-agents-card .iq-agents-contact .iq-agentphone {
    margin-bottom: 4px;
  }
}
body:has(#iq_agents[data-cols="6"]) #iq_agents_grid.card-modern .iq-agent-cards-wrapper {
  row-gap: 24px;
  column-gap: 16px;
}
body:has(#iq_agents[data-cols="6"]) .card-modern .agent-text-overlay {
  padding: 64px 12px 12px !important;
}
body:has(#iq_agents[data-cols="6"]) .card-modern .iq-agents-card:hover .iq-agent-details-section_1 {
  margin-bottom: 4px;
}

@media (max-width: 767px) and (min-width: 481px) {
  body:has(#iq_agents[data-cols="4"]) #iq_agents_grid.card-modern .iq-agent-cards-wrapper .iq-agents-card {
    width: 88% !important;
  }
}
@media (min-width: 768px) {
  body:has(#iq_agents[data-cols="4"]) #iq_agents_grid.card-modern .iq-agent-cards-wrapper .iq-agents-card {
    width: 30% !important;
  }
}
@media (min-width: 1024px) {
  body:has(#iq_agents[data-cols="4"]) #iq_agents_grid.card-modern .iq-agent-cards-wrapper .iq-agents-card {
    width: 23% !important;
  }
}
@media (max-width: 1024px) and (min-width: 767px) {
  body:has(#iq_agents[data-cols="4"]) .card-modern .iq-agents-card .iq-agents-contact {
    flex-direction: column;
  }
  body:has(#iq_agents[data-cols="4"]) .card-modern .iq-agents-card .iq-agents-contact .iq-agentphone,
  body:has(#iq_agents[data-cols="4"]) .card-modern .iq-agents-card .iq-agents-contact .iq-agent-website {
    width: 100%;
  }
  body:has(#iq_agents[data-cols="4"]) .card-modern .iq-agents-card .iq-agents-contact .iq-agentphone {
    margin-bottom: 4px;
  }
}
@media (min-width: 1440px) {
  body:has(#iq_agents[data-cols="4"]) #iq_agents_grid.card-modern .iq-agent-cards-wrapper .iq-agents-card {
    width: 23% !important;
  }
}
body:has(#iq_agents[data-cols="4"]) .card-modern .agent-text-overlay {
  padding: 85px 16px 16px !important;
}
body:has(#iq_agents[data-cols="4"]) #iq_agents_grid.card-modern .iq-agent-cards-wrapper {
  gap: 24px;
}
body:has(#iq_agents[data-cols="4"]) .card-modern .iq-agents-card:hover .iq-agent-details-section_1 {
  margin-bottom: 8px;
}

body:has(#iq_agents[data-cols="3"]) .card-modern .agent-text-overlay {
  padding: 104px 16px 16px !important;
}
body:has(#iq_agents[data-cols="3"]) #iq_agents_grid.card-modern .iq-agent-cards-wrapper {
  gap: 24px;
}
body:has(#iq_agents[data-cols="3"]) .card-modern .iq-agents-card:hover .iq-agent-details-section_1 {
  margin-bottom: 8px;
}
@media (min-width: 480px) {
  body:has(#iq_agents[data-cols="3"]) #iq_agents_grid.card-modern .iq-agent-cards-wrapper .iq-agents-card {
    width: 31.1% !important;
  }
  body:has(#iq_agents[data-cols="3"]) .card-modern .iq-agents-card:hover {
    transform: scale(1.035);
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  body:has(#iq_agents[data-cols="3"]) .card-modern .iq-agents-card .iq-agents-contact {
    flex-direction: column;
  }
  body:has(#iq_agents[data-cols="3"]) .card-modern .iq-agents-card .iq-agents-contact .iq-agentphone,
  body:has(#iq_agents[data-cols="3"]) .card-modern .iq-agents-card .iq-agents-contact .iq-agent-website {
    width: 100%;
  }
  body:has(#iq_agents[data-cols="3"]) .card-modern .iq-agents-card .iq-agents-contact .iq-agentphone {
    margin-bottom: 4px;
  }
}
@media (max-width: 767px) and (min-width: 481px) {
  body:has(#iq_agents[data-cols="3"]) #iq_agents_grid.card-modern .iq-agent-cards-wrapper .iq-agents-card {
    width: 88% !important;
  }
}

body:has(#iq_agents[data-cols="2"]) #iq_agents_grid.card-modern .iq-agent-cards-wrapper {
  gap: 24px;
}
body:has(#iq_agents[data-cols="2"]) .card-modern .iq-agent-name h1 {
  font-family: var(--bay-primary-font) !important;
  font-size: var(--bay-font-size--2000) !important;
  line-height: var(--bay-line-height--2625);
}
body:has(#iq_agents[data-cols="2"]) .card-modern .iq-agent-office h1,
body:has(#iq_agents[data-cols="2"]) .card-modern .iq-agent-certifications span,
body:has(#iq_agents[data-cols="2"]) .card-modern .iq-agentphone span,
body:has(#iq_agents[data-cols="2"]) .card-modern .iq-agent-website span {
  font-weight: var(--bay-primary-font-weight) !important;
  font-size: var(--bay-font-size--1125) !important;
  line-height: var(--bay-line-height--175);
}
body:has(#iq_agents[data-cols="2"]) .card-modern .agent-text-overlay {
  padding: 107px 24px 24px;
}
body:has(#iq_agents[data-cols="2"]) .card-modern .iq-agents-card:hover .iq-agent-details-section_1 {
  margin-bottom: 16px;
}
@media (min-width: 480px) {
  body:has(#iq_agents[data-cols="2"]) #iq_agents_grid.card-modern .iq-agent-cards-wrapper .iq-agents-card {
    width: 48% !important;
  }
  body:has(#iq_agents[data-cols="2"]) .card-modern .iq-agents-card:hover {
    transform: scale(1.035);
  }
}
@media (max-width: 767px) and (min-width: 481px) {
  body:has(#iq_agents[data-cols="2"]) #iq_agents_grid.card-modern .iq-agent-cards-wrapper .iq-agents-card {
    width: 88% !important;
  }
}
@media (max-width: 767px) {
  body:has(#iq_agents[data-cols="2"]) .card-modern .iq-agent-name h1 {
    font-size: var(--bay-font-size--1125) !important;
    line-height: var(--bay-line-height--1625);
  }
  body:has(#iq_agents[data-cols="2"]) .card-modern .iq-agent-office h1,
  body:has(#iq_agents[data-cols="2"]) .card-modern .iq-agent-certifications span,
  body:has(#iq_agents[data-cols="2"]) .card-modern .iq-agentphone span,
  body:has(#iq_agents[data-cols="2"]) .card-modern .iq-agent-website span {
    font-weight: var(--bay-font-weight-300) !important;
    font-size: var(--bay-font-size--101) !important;
    line-height: var(--bay-line-height--150);
  }
}

.card-modern .iq-agent-name h1 {
  margin-bottom: 0;
}

#iq_agents.card-modern .iq-pg-header h1.agents-header {
  color: #2d2926 !important;
  font-family: var(--bay-primary-font) !important;
  font-size: var(--bay-font-size--250) !important;
  line-height: var(--bay-line-height--3125);
  font-weight: var(--bs-body-font-weight) !important;
}

#iq_agents.card-modern .agents-header {
  text-align: center;
  padding-top: 0;
  font-size: var(--bay-font-size--250) !important;
}

#iq_agents.card-modern .agents-header-desc {
  color: #4b4c4f;
  font-family: var(--bay-body-font);
  font-size: var(--bay-font-size--101);
  text-align: center;
  margin-top: 8px;
  margin-bottom: 0;
  line-height: var(--bay-line-height--150);
  font-weight: var(--bay-font-weight-300);
}

#iq_agents.card-modern .agent-search-section {
  text-align: center;
  padding-top: 0;
}

#iq_agents.card-modern .agent-search-section .iq-agents-search-form {
  margin-bottom: 40px !important;
  padding-top: 0 !important;
}

#iq_agents.card-modern .iq-pg-body #iq_agents_search_form #agent_multifield_autocomplete_container .input-group {
  gap: 2px;
}

#iq_agents.card-modern #agent_multifield_autocomplete {
  color: #666972;
  font-family: var(--bay-body-font);
  font-weight: var(--bay-font-weight-300);
  line-height: var(--bay-line-height--150);
  font-size: var(--bay-font-size--101);
  border-radius: 0;
}

#iq_agents.card-modern #search-for-agents {
  color: #ffffff;
  font-family: var(--bay-primary-font);
  font-weight: var(--bay-primary-font-weight);
  font-size: var(--bay-font-size--125);
  line-height: var(--bay-line-height--180);
}

#iq_agents.card-modern .iq-pg-body {
  margin-top: 24px !important;
  padding-top: 0 !important;
}

#iq_agents.card-modern .iq-pg-header .row,
#iq_agents.card-modern .iq-pg-body #iq_agents_search_form {
  width: 85%;
  justify-self: center;
  padding: 0 !important;
  margin: 0 auto;
}

#iq_agents.card-modern .iq-pg-body #iq_agents_search_form .iq-agent-search {
  color: var(--bay-bodycolor);
  text-transform: uppercase;
  background-color: var(--bay-maincolor) !important;
  text-align: center;
  font-size: var(--bay-font-size--125) !important;
  cursor: pointer;
  border: unset;
  height: 48px;
  align-content: center;
}

#iq_agents.card-modern .iq-pg-body #iq_agents_search_form .iq-agent-search {
  display: flex;
  align-items: center;
  gap: 8px;
}

#iq_agents.card-modern .iq-pg-body #iq_agents_search_form .iq-agent-search:hover {
  background-color: var(--bay-maincolor) !important;
}

#iq_agents.card-modern .iq-pg-body #iq_agents_search_form .iq-agent-search:focus {
  outline: 1px solid var(--bay-maincolor);
  border-radius: 0;
  box-shadow: 0 0 2px 2px var(--bay-maincolor);
  margin: 0 !important;
}

#iq_agents_grid.card-modern {
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-top: var(--bay-font-size--250);
}

#iq_agents_grid.card-modern .row > * {
  padding-right: 0;
}

#iq_agents_grid.card-modern .iq-agent-cards-wrapper {
  margin-left: 0;
  z-index: 1 !important;
  margin-bottom: 24px;
}

.iq-agents-card {
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
  position: relative;
  border: 1px solid #e3e3e3;
  color: var(--bay-bodytext);
}

.card-modern .iq-agents-card {
  position: relative;
  transition: transform 0.3s;
}

.card-modern .iq-agents-card h1 {
  text-transform: capitalize;
}

.card-modern .agent-text-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 68.22%);
  background-repeat: no-repeat;
  color: #fff;
  text-align: left;
  height: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.card-modern .agent-text-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, var(--bay-maincolor) 26.31%, transparent 100%);
  opacity: 0.48;
  pointer-events: none;
}

#iq_agents_grid .agent-text-overlay .iq-agent-office a,
.iq-office-modern-details .iq-managers .iq-agent-office a {
  color: white;
}
#iq_agents_grid .agent-text-overlay .iq-agent-details-section_1,
#iq_agents_grid .agent-text-overlay .iq-agent-details-section_2,
.iq-office-modern-details .iq-managers .iq-agent-details-section_1,
.iq-office-modern-details .iq-managers .iq-agent-details-section_2 {
  z-index: 1;
}

.card-modern .agent-text-overlay .iq-agent-hover-section_2 {
  margin-top: 8px;
}

.card-modern .iq-agent-role {
  font-size: var(--bay-font-size--0075);
  margin-bottom: 0;
}

.card-modern .iq-agent-name h1 {
  color: #ffffff;
  font-family: var(--bay-primary-font) !important;
  line-height: var(--bay-line-height--200);
  text-align: left;
  font-size: var(--bay-font-size--150) !important;
  font-weight: var(--bay-primary-font-weight) !important;
}

.card-modern .iq-agent-office h1,
.card-modern .iq-agent-certifications span,
.card-modern .iq-agentphone span,
.card-modern .iq-agent-website span {
  color: #ffffff;
  font-family: var(--bay-primary-font) !important;
  line-height: var(--bay-line-height--150);
  font-size: var(--bay-font-size--101) !important;
  font-weight: var(--bay-font-weight-300) !important;
}

.card-modern .iq-agent-certifications {
  margin-bottom: 4px;
  gap: 4px;
}

.card-modern .iq-agent-certifications span {
  word-wrap: break-word;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  max-width: 100%;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}

.card-modern .iq-agent-certifications img {
  margin-top: 3px;
}

.card-modern .iq-agentphone div,
.card-modern .iq-agent-website div {
  align-items: center;
  gap: 4px;
}

@media (min-width: 426px) {
  .card-modern .iq-agents-card:hover {
    border: 1px solid #999;
    cursor: pointer;
    transform: scale(1.07);
    z-index: 2;
  }
}
.iq-agents-paging.card-modern {
  margin-top: 16px;
}

.iq-agents-paging.card-modern #backword_arrow,
.iq-agents-paging.card-modern #forward_arrow {
  color: var(--bay-maincolor);
}

.iq-agents-paging.card-modern #pagelink_backward,
.iq-agents-paging.card-modern .page-item:last-child .page-link {
  border-radius: 0 !important;
  border-color: var(--bay-maincolor) !important;
  color: var(--bay-maincolor) !important;
}

.iq-agents-paging.card-modern .page-item .page-link:focus {
  box-shadow: 0 0 4px 4px var(--bay-maincolor);
}

.iq-agents-paging.card-modern #total-agents-count {
  color: #4b4c4f;
  margin-top: 15px;
  padding-right: 10px;
  font-family: var(--bay-body-font);
  font-weight: var(--bay-font-weight-300);
  font-size: var(--bay-font-size--101);
  line-height: var(--bay-line-height--150);
}

.iq-agents-paging.card-modern .active > .page-link,
.iq-agents-paging.card-modern .active > .page-link.active {
  color: white !important;
  background-color: var(--bay-maincolor) !important;
  border-color: var(--bay-maincolor) !important;
  z-index: 1;
}

.card-modern .iq-agents-search-form .input-group .iq-agent-search {
  border-radius: 0 !important;
}

.iq-agents-paging.card-modern a:link {
  padding: 14px 20px;
  color: var(--bay-maincolor);
}

.iq-agents-paging.card-modern .page-item:not(:first-child) .page-link {
  margin-left: 0;
}

.iq-agents-paging.card-modern .page-link:focus {
  z-index: 3 !important;
}

.iq-agents-paging.card-modern .pagination {
  flex-wrap: wrap;
  overflow-x: auto;
  white-space: nowrap;
  display: flex;
  justify-content: flex-start;
  padding: 0;
}

@media (min-width: 768px) and (max-width: 1199px) {
  /* Small devices Tablets (gte 768px) */
  .card-modern .iq-agents-card .iq-agents-card-image {
    padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  body:not(.v2-14):not(.v2-15) #iq_agents.card-modern {
    margin: 0 12px;
  }
  #iq_agents.card-modern .iq-pg-header h1 {
    margin-left: 0 !important;
  }
  #iq_agents.card-modern .iq-pg-header h1.agents-header {
    font-size: var(--bay-font-size--2000) !important;
  }
  #iq_agents.card-modern .iq-pg-header .row {
    width: unset;
  }
  #iq_agents.card-modern .iq-pg-header .row div {
    padding: 0 !important;
  }
  #iq_agents.card-modern .iq-pg-body {
    padding: 0;
  }
  body.v2-03 #iq_agents.card-modern .iq-pg-body {
    margin-top: 40px !important;
  }
  #iq_agents.card-modern .agent-search-section .iq-agents-search-form {
    margin-bottom: 0 !important;
  }
  #iq_agents.card-modern .iq-pg-body #iq_agents_search_form .iq-agent-search span {
    display: none;
  }
  #iq_agents_grid.card-modern {
    margin-right: 0 !important;
    margin-top: 24px;
  }
  .card-modern .iq-agents-card .iq-agent-name {
    margin-bottom: 4px !important;
  }
  .card-modern .iq-agent-name h1 {
    font-size: var(--bay-font-size--1125) !important;
    line-height: var(--bay-line-height--1625);
  }
  #iq_agents_grid.card-modern .iq-agent-cards-wrapper .iq-agents-card .agent-text-overlay {
    height: 248px;
  }
  #iq_agents_grid.card-modern .iq-agentphone {
    font-family: var(--bay-body-font);
    font-weight: var(--bay-font-weight-300);
    font-size: var(--bay-font-size--101);
    line-height: var(--bay-line-height--150);
  }
  #iq_agents.card-modern .iq-pg-body #iq_agents_search_form {
    width: 100%;
  }
  #iq_agents.card-modern .iq-pg-body #iq_agents_search_form #agent_multifield_autocomplete_container {
    padding: 0 12px;
  }
  .card-modern .iq-agents-card .iq-agentphone,
  .card-modern .iq-agents-card .iq-agent-office,
  .card-modern .iq-agents-card .iq-agent-certifications,
  .card-modern .iq-agents-card .iq-agent-website {
    display: flex;
  }
  .card-modern .iq-agents-card .iq-agent-certifications {
    align-items: flex-start;
  }
  .iq-agents-paging.card-modern #total-agents-count {
    display: none;
  }
  .iq-agents-paging.card-modern {
    display: flex;
    justify-content: center;
  }
  .card-modern .ig-agents-card .iq-agents-certifications {
    margin-bottom: 4px;
  }
  .card-modern .iq-agents-card .iq-agent-details-section_1 {
    margin-bottom: 8px !important;
  }
  #iq_agents_grid.card-modern .iq-agent-cards-wrapper {
    gap: 12px !important;
    margin-bottom: 12px !important;
  }
}
@media (min-width: 480px) {
  .card-modern .iq-agents-card:hover .iq-agent-name {
    margin-bottom: 4px !important;
  }
  .card-modern .iq-agents-card .iq-agentphone,
  .card-modern .iq-agents-card .iq-agent-office,
  .card-modern .iq-agents-card .iq-agent-certifications,
  .card-modern .iq-agents-card .iq-agent-website {
    display: none;
  }
  .card-modern .iq-agents-card:hover .iq-agentphone,
  .card-modern .iq-agents-card:hover .iq-agent-office,
  .card-modern .iq-agents-card:hover .iq-agent-certifications,
  .card-modern .iq-agents-card:hover .iq-agent-website {
    display: flex;
  }
  .card-modern .iq-agents-card:hover .iq-agent-certifications {
    align-items: flex-start;
  }
}
.iq-agents-card h1 {
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.iq-agents-card .iq-agents-card-image {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  aspect-ratio: 0.75;
  position: relative;
  overflow: hidden;
}

.iq-agents-card .iq-agents-card-image img {
  width: 100%;
  height: auto;
  display: block;
}

.iq-agents-card .iq-agents-card-head {
  padding-bottom: 5px;
  padding-top: 5px;
  background-color: var(--bay-maincolor);
  min-height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

.iq-agents-card .iq-agents-card-head h1 {
  color: var(--bay-bodycolor);
  margin: 0;
}

.iq-agents-card .iq-agents-card-head a:hover {
  text-decoration: none;
}

.iq-agents-card .iq-agents-card-title {
  font-size: 11px;
  font-style: italic;
  color: var(--bay-bodycolor);
  text-align: center;
  display: block;
  display: -webkit-box;
  max-width: 250px;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.iq-agents-card .iq-agents-card-body .iq-agents-card-info {
  height: 90px !important;
  font-size: 17px;
  line-height: 20px;
}

.iq-agents-card .iq-agents-card-body .iq-agents-card-info .iq-agents-card-info-icons {
  font-size: 14px;
}

.iq-agents-card .iq-agents-card-body .iq-agents-card-info .iq-agents-card-social-links {
  margin-top: 5px;
}

.iq-agents-card .iq-agents-card-body .iq-agents-card-info .iq-agents-card-social-icons {
  font-size: 14px;
  padding-right: 5px;
}

.iq-agents-card .iq-agents-card-body .iq-agents-card-info .iq-agent-card-languages {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none;
}

.iq-agent-font {
  font-size: 14px !important;
}

.iq-btn-size {
  font-size: 14px !important;
}

.iq-agents-card .iq-agents-card-body .iq-agents-card-office {
  height: 95px !important;
  color: var(--bay-bodytext);
  margin: 0 0 0 2px;
  white-space: normal;
  border: 0 !important;
}

.iq-agents-card .iq-agents-card-body .iq-agents-card-office-6col {
  height: 45px !important;
  color: var(--bay-bodytext);
  margin: 0 0 0 2px;
  white-space: normal;
  border: 0 !important;
}

.iq-agents-card .iq-agents-card-body .iq-agents-card-office h6 {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 12px;
  white-space: normal;
}

.iq-agents-card .iq-agents-card-body .iq-agents-card-office ul {
  font-size: 12px;
  line-height: 12px;
  list-style-type: none;
  white-space: normal;
  margin: 0;
  padding: 0;
}

.iq-agents-card .iq-agents-card-body .iq-agents-card-office a {
  color: var(--bay-bodytext);
}

.iq-agents-card .iq-agents-card-foot {
  padding: 10px 15px 12px 15px;
}

.iq-agents-card .iq-agents-card-foot a {
  width: 100%;
}

.iq-agents-card .iq-agents-card-foot .iq-agents-card-foot-icons {
  font-size: 12px;
}

.iq-agents-card .iq-agents-card-foot .btn,
.iq-agents-card-expanded .iq-agents-card-expanded-foot .btn {
  border-color: #ccc;
}

/* Base tag styles */
.tag {
  background-color: var(--bay-maincolor);
  color: white;
  border-radius: 50px;
  padding: 3px 16px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-right: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Agent grid tags positioning */
.iq-agent-layout-expanded .iq-agent-grid-tags,
.iq-agent-layout-condensed .iq-agent-grid-tags,
.iq-agent-layout-standard .iq-agent-grid-tags {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

/* Show tags for card-modern and card-hover layouts */
.iq-agent-layout-hover .iq-agent-grid-tags,
.card-modern .agent-text-overlay .iq-agent-grid-tags {
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.third_section_story_panel_inner .third_section_story_hover div {
  opacity: 0;
}

.third_section_story_panel_inner:hover .third_section_story_hover div {
  opacity: 1;
}

#iq_agents .iq-agent-grid-tags {
  margin-bottom: 10px;
}

#iq_agents .bay_agent_name {
  margin-bottom: 0px !important;
}

#iq_agents[data-cols="6"] .bay_agent_name {
  font-size: 18px;
}

#iq_agents[data-cols="6"] .iq-agent-grid-tags .tag {
  padding: 4px 12px;
}

#iq_agents[data-cols="6"] .third_section_story_hover a {
  font-size: 14px;
  margin-top: 12px;
}

#iq_agents[data-showonhover=show-all-time] .card-hover .iq-agent-grid-tags {
  opacity: 1;
}

#iq_agents .third_section_story_panel_inner .third_section_story_hover {
  bottom: -28px;
}

#iq_agents[data-cols="2"] .third_section_story_panel_inner .third_section_story_hover {
  bottom: 0px;
}

#iq_agents[data-cols="3"] .third_section_story_panel_inner .third_section_story_hover,
#iq_agents[data-cols="4"] .third_section_story_panel_inner .third_section_story_hover {
  bottom: -10px;
}

#iq_agents[data-cols="6"] .third_section_story_panel_inner:hover .third_section_story_hover {
  bottom: 10px;
}

#iq_agents[data-cols="4"] .third_section_story_panel_inner:hover .third_section_story_hover,
#iq_agents[data-cols="3"] .third_section_story_panel_inner:hover .third_section_story_hover {
  bottom: 20px;
}

#iq_agents[data-cols="2"] .third_section_story_panel_inner:hover .third_section_story_hover {
  bottom: 20px;
}

/* Show tags on hover only when preference is set to show-on-hover */
.showOnlyHover {
  display: none !important;
}

.third_section_story_panel_inner:hover .showOnlyHover,
.iq-agents-card:hover .showOnlyHover,
.third_section_story_panel_inner:focus-within .showOnlyHover,
.iq-agents-card:focus-within .showOnlyHover {
  display: flex !important;
}

/* Touch/non-hover devices: reveal by default */
@media (hover: none), (pointer: coarse) {
  .showOnlyHover {
    display: flex !important;
  }
}
.iq-agent-grid-tags {
  display: flex;
}

.iq-agent-grid-tags .tag {
  max-width: 170px;
  overflow: hidden;
  color: #FFF;
  text-overflow: ellipsis;
  font-family: var(--bay-primary-font);
  font-size: var(--bay-font-size--0075);
  font-style: normal;
  font-weight: var(--bay-font-weight-300);
  line-height: var(--bay-line-height--100);
  padding: 7px 15px;
}

.iq-agent-profile-tags {
  margin-bottom: 20px;
}

#iq_agents_grid .iq-agent-layout-standard .iq-agents-card-tags {
  display: none !important;
}

/* IQ GRID EXPANDED OPTION */
.iq-agents-card-expanded {
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
  position: relative;
  color: var(--bay-bodytext);
}

.iq-agents-card-expanded .iq-agents-card-expanded-foot .btn {
  border-color: #ccc;
}

.iq-agents-card-expanded h1 {
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.iq-agents-card-expanded .iq-agents-card-expanded-image {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  border-top: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  position: relative;
  overflow: hidden;
}

.iq-agents-card-expanded .iq-agents-card-expanded-image img {
  width: 100%;
  height: auto;
  display: block;
}

.iq-agents-card-expanded .iq-agents-card-expanded-head {
  padding-bottom: 5px;
  padding-top: 5px;
  background-color: var(--bay-maincolor);
  min-height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

.iq-agents-card-expanded .iq-agents-card-expanded-head h1 {
  color: var(--bay-bodycolor);
  margin: 0;
}

.iq-agents-card-expanded .iq-agents-card-expanded-head a:hover {
  text-decoration: none;
}

.iq-agents-card-expanded .iq-agents-card-expanded-title {
  font-size: 11px;
  font-style: italic;
  color: var(--bay-bodycolor);
  text-align: center;
  display: block;
  display: -webkit-box;
  max-width: 250px;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.iq-agents-card-expanded .iq-agents-card-expanded-body {
  height: 230px;
  margin-bottom: 0;
  padding: 12px 0 0 15px;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
}

.iq-agents-card-expanded .iq-agents-card-expanded-body .iq-agents-card-expanded-info {
  height: 150px !important;
  font-size: 17px;
  line-height: 20px;
}

.iq-agents-card-expanded .iq-agents-card-expanded-body .iq-agents-card-expanded-info .iq-agents-card-expanded-info-icons {
  font-size: 14px;
}

.iq-agents-card-expanded .iq-agents-card-expanded-body .iq-agents-card-expanded-info .iq-agents-card-expanded-social-links {
  margin-top: 5px;
}

.iq-agents-card-expanded .iq-agents-card-expanded-body .iq-agents-card-expanded-info .iq-agents-card-expanded-social-icons {
  font-size: 14px;
  padding-right: 5px;
}

.iq-agents-card-expanded .iq-agents-card-expanded-body .iq-agents-card-expanded-office {
  min-height: 100px !important;
  color: var(--bay-bodytext);
  margin: 10px 0 0 2px;
  white-space: normal;
  border: 0 !important;
}

.iq-agents-card-expanded .iq-agents-card-expanded-body .iq-agents-card-expanded-office h6 {
  text-transform: uppercase;
  font-size: 12px;
  white-space: normal;
}

.iq-agents-card-expanded .iq-agents-card-expanded-body .iq-agents-card-expanded-office img {
  height: 40px;
  max-width: 40px;
  float: left;
  margin-right: 5px;
}

.iq-agents-card-expanded .iq-agents-card-expanded-body .iq-agents-card-expanded-office ul {
  font-size: 12px;
  line-height: 15px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.iq-agents-card-expanded .iq-agents-card-expanded-body .iq-agents-card-expanded-office a {
  color: var(--bay-bodytext);
}

.iq-agents-card-expanded .iq-agents-card-expanded-foot {
  padding: 10px 15px 12px 15px;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

.iq-agents-card-expanded .iq-agents-card-expanded-foot a {
  width: 100%;
}

.iq-agents-card-expanded .iq-agents-card-expanded-foot .iq-agents-card-expanded-foot-icons {
  font-size: 12px;
}

/* IQ GRID SMALL OPTION */
.iq-agents-card-sm {
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
  position: relative;
  color: var(--bay-bodytext);
}

.iq-agents-card-sm .iq-agents-card-sm-foot .btn {
  border-color: #ccc;
}

.iq-agents-card-sm h1 {
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.iq-agents-card-sm .iq-agents-card-sm-image {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  border-top: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  position: relative;
  overflow: hidden;
}

.iq-agents-card-sm .iq-agents-card-sm-image img {
  width: 100%;
  height: auto;
  display: block;
}

.iq-agents-card-sm .iq-agents-card-sm-head {
  padding-bottom: 5px;
  padding-top: 5px;
  background-color: var(--bay-maincolor);
  min-height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

.iq-agents-card-sm .iq-agents-card-sm-head h1 {
  color: var(--bay-bodycolor);
  margin: 0;
}

.iq-agents-card-sm .iq-agents-card-sm-head a:hover {
  text-decoration: none;
}

.iq-agents-card-sm .iq-agents-card-sm-title {
  font-size: 12px;
  color: var(--bay-bodycolor);
  text-align: center;
  display: block;
  display: -webkit-box;
  max-width: 250px;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.iq-agents-card-sm .iq-agents-card-sm-body {
  height: 240px;
  margin-bottom: 0;
  padding: 12px 0 0 15px;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
}

.iq-agents-card-sm .iq-agents-card-sm-body .iq-agents-card-sm-info {
  height: 60px !important;
  font-size: 17px;
  line-height: 20px;
}

.iq-agents-card-sm .iq-agents-card-sm-body .iq-agents-card-sm-info .iq-agents-card-sm-info-icons {
  font-size: 14px;
}

.iq-agents-card-sm .iq-agents-card-sm-body .iq-agents-card-sm-info .iq-agents-card-sm-social-icons {
  font-size: 14px;
  padding-right: 5px;
}

.iq-agents-card-sm .iq-agents-card-sm-body .iq-agents-card-sm-office {
  height: 110px !important;
  color: var(--bay-bodytext);
  margin: 0 0 0 10px;
  white-space: normal;
  border: 0 !important;
}

.iq-agents-card-sm .iq-agents-card-sm-body .iq-agents-card-sm-office h6 {
  text-transform: uppercase;
  font-size: 13px;
  white-space: normal;
}

.iq-agents-card-sm .iq-agents-card-sm-body .iq-agents-card-sm-office ul {
  font-size: 12px;
  line-height: 15px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.iq-agents-card-sm .iq-agents-card-sm-body .iq-agents-card-sm-office a {
  color: var(--bay-bodytext);
}

.iq-agents-card-sm .iq-agents-card-sm-foot {
  padding: 15px 15px 12px 15px;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

.iq-agents-card-sm .iq-agents-card-sm-foot a {
  width: 100%;
}

.iq-agents-card-sm .iq-agents-card-sm-foot .iq-agents-card-sm-foot-icons {
  font-size: 14px;
}

/* IQ GRID OFFICE OPTION */
.iq-agents-card-office {
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
  position: relative;
  border: 1px solid #e3e3e3;
  color: var(--bay-bodytext);
}

.iq-agents-card-office:hover {
  border: 1px solid #999;
}

.iq-agents-card-office h1 {
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.iq-agents-card-office .iq-agents-card-image {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.iq-agents-card-office .iq-agents-card-image img {
  width: 100%;
  height: auto;
  display: block;
}

.iq-agents-card-office .iq-agents-card-head {
  padding-bottom: 5px;
  padding-top: 5px;
  background-color: var(--bay-maincolor);
  min-height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

.iq-agents-card-office .iq-agents-card-head h1 {
  color: var(--bay-bodycolor);
  margin: 0;
}

.iq-agents-card-office .iq-agents-card-head a:hover {
  text-decoration: none;
}

.iq-agents-card-office .iq-agents-card-title {
  font-size: 11px;
  font-style: italic;
  color: var(--bay-bodycolor);
  text-align: center;
  display: block;
  display: -webkit-box;
  max-width: 250px;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.iq-agents-card-office .iq-agents-card-body .iq-agents-card-info {
  height: 110px !important;
  font-size: 17px;
  line-height: 20px;
  padding-left: 5px;
  padding-top: 5px;
}

.iq-agents-card-office .iq-agents-card-body .iq-agents-card-info .iq-agents-card-info-icons {
  font-size: 14px;
}

.iq-agents-card-office .iq-agents-card-body .iq-agents-card-info .iq-agents-card-social-links {
  margin-top: 5px;
}

.iq-agents-card-office .iq-agents-card-body .iq-agents-card-info .iq-agents-card-social-icons {
  font-size: 14px;
  padding-right: 5px;
}

.iq-agents-card-office .iq-agents-card-body .iq-agents-card-office {
  height: 20px !important;
  color: var(--bay-bodytext);
  margin: 0 5px 0 2px;
  padding-left: 5px;
  white-space: normal;
  border: 0 !important;
}

.iq-agents-card-office .iq-agents-card-body .iq-agents-card-office h6 {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 12px;
  white-space: normal;
}

.iq-agents-card-office .iq-agents-card-body .iq-agents-card-office img {
  height: 40px;
  width: auto;
  float: left;
  margin-right: 5px;
}

.iq-agents-card-office .iq-agents-card-body .iq-agents-card-office ul {
  font-size: 12px;
  line-height: 12px;
  list-style-type: none;
  white-space: normal;
}

.iq-agents-card-office .iq-agents-card-body .iq-agents-card-office a {
  color: var(--bay-bodytext);
}

.iq-agents-card-office .iq-agents-card-foot {
  padding: 10px 15px 12px 15px;
}

.iq-agents-card-office .iq-agents-card-foot a {
  width: 100%;
}

.iq-agents-card-office .iq-agents-card-foot .iq-agents-card-foot-icons {
  font-size: 12px;
}

.iq-agents-card-office .iq-agents-card-foot .btn {
  border-color: #ccc;
}

.iq-agents-6 .iq-agents-card .iq-agents-card-head h1 {
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.iq-agents-6 .iq-agents-card .iq-agents-card-title {
  font-size: 10px;
  font-weight: normal;
  font-style: italic;
  max-width: 100%;
}

.iq-agents-6 .iq-agents-card .iq-agents-card-body .iq-agents-card-info {
  min-height: 100px !important;
  line-height: 17px;
}

.iq-agents-6 .iq-agents-card .iq-agents-card-body .iq-agents-card-info {
  font-size: 14px;
}

.iq-agents-6 .iq-agents-card .iq-agents-card-body .iq-agents-card-office {
  color: var(--bay-bodytext);
  margin: 0 0 0 2px;
  white-space: normal;
}

.iq-agents-6 .iq-agents-card .iq-agents-card-body .iq-agents-card-office h6 {
  text-transform: uppercase;
  font-size: 10.5px;
}

.iq-agents-6 .iq-agents-card .iq-agents-card-info .iq-agents-card-info-icons {
  font-size: 12px;
}

.iq-agents-6 .iq-agents-card .iq-agents-card-body .iq-agents-card-info .iq-agents-card-social-icons {
  font-size: 12px;
  padding-right: 1px !important;
}

.iq-agents-6 .iq-agents-card .iq-agents-card-foot {
  padding: 0 15px 12px 10px;
}

.iq-agents-6 .iq-agents-card .iq-agents-card-foot .btn a {
  margin: 0;
  padding-top: 0;
}

.iq-agents-6 .iq-agents-card-expanded .iq-agents-card-expanded-head h1 {
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.iq-agents-6 .iq-agents-card-expanded .iq-agents-card-expanded-title {
  font-size: 10px;
  font-weight: normal;
  font-style: italic;
  max-width: 100%;
}

.iq-agents-6 .iq-agents-card-expanded .iq-agents-card-expanded-body .iq-agents-card-expanded-info {
  height: 130px !important;
  line-height: 17px;
  font-size: 14px;
}

.iq-agents-6 .iq-agents-card-expanded .iq-agents-card-expanded-body .iq-agents-card-expanded-office {
  min-height: 100px !important;
  color: var(--bay-bodytext);
  margin: 10px 0 0 2px;
  white-space: normal;
}

.iq-agents-6 .iq-agents-card-expanded .iq-agents-card-expanded-body .iq-agents-card-expanded-office h6 {
  text-transform: uppercase;
  font-size: 10.5px;
}

.iq-agents-6 .iq-agents-card-expanded .iq-agents-card-expanded-info .iq-agents-card-expanded-social-icons {
  font-size: 12px;
  padding-right: 1px !important;
}

.iq-agents-6 .iq-agents-card-sm .iq-agents-card-sm-head h1 {
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.iq-agents-6 .iq-agents-card-sm .iq-agents-card-sm-title {
  font-size: 10px;
  font-weight: normal;
  font-style: italic;
  max-width: 100%;
}

.iq-agents-6 .iq-agents-card-sm .iq-agents-card-sm-body {
  padding: 5px 0 0 5px !important;
  height: 150px !important;
}

.iq-agents-6 .iq-agents-card-sm .iq-agents-card-sm-body .iq-agents-card-sm-info {
  min-height: 60px !important;
  font-size: 17px;
  line-height: 20px;
}

.iq-agents-6 .iq-agents-card-sm .iq-agents-card-sm-body .iq-agents-card-sm-info .iq-agents-card-sm-info-icons {
  font-size: 14px;
}

.iq-agents-6 .iq-agents-card-sm .iq-agents-card-sm-body .iq-agents-card-sm-info .iq-agents-card-sm-social-icons {
  font-size: 14px;
  padding-right: 5px;
}

.iq-agents-6 .iq-agents-card-sm .iq-agents-card-sm-body .iq-agents-card-sm-office {
  min-height: 40px !important;
  color: var(--bay-bodytext);
  margin: 10px 0 0 2px;
  white-space: nowrap;
}

.iq-agents-6 .iq-agents-card-sm .iq-agents-card-sm-body .iq-agents-card-sm-office h6 {
  text-transform: uppercase;
  font-size: 10.5px;
}

.iq-agents-6 .iq-agents-card-sm .iq-agents-card-sm-foot {
  padding: 1px 15px 12px 10px;
}

.iq-agents-6 .btn-about-agent {
  overflow: hidden;
}

.btn-agent-detail a:hover {
  background-color: #e6e6e6 !important;
  text-decoration: underline;
}

.iq-hover-text a:hover {
  text-decoration: underline;
}

.iq-agent-hover a:hover {
  text-decoration: underline;
}

.iq-agents-card-body .iq-office-hover-effect a:hover {
  text-decoration: underline !important;
}

.btn-effect a:hover {
  background-color: #e6e6e6;
  text-decoration: underline;
}

#iq_agents .agents-header {
  font-weight: 500 !important;
}

.v2-03 .agent-v2details,
.v2-04 .agent-v2details {
  color: #555555;
  font-size: 2rem;
}

.iq-agents-hover:hover {
  text-decoration: underline !important;
}

.iq-v2office-elko a:hover {
  text-decoration: underline !important;
}

.v2-06 .website-contact-form {
  color: #555555;
  font-weight: 500 !important;
}

.v2-03 .website-contact-form {
  font-size: 1.75rem;
  font-weight: 500 !important;
  color: #555555;
}

.v2-03 .communities-agent-name {
  font-size: 18px !important;
}

.v2-06 .iq-community-agent-name {
  font-weight: 500 !important;
}

.iq-community-hover a:hover {
  background-color: #e6e6e6 !important;
  color: #555555 !important;
}

.iq-agents-underline a:hover {
  text-decoration: none;
}

.iq-agents-contact a:hover,
.iq-agents-contact-me a:hover {
  color: #555555 !important;
}

.iq-country-name:hover {
  color: #555555;
}

.iq-agent-email:hover {
  color: #555555;
}

#iq_agents .bayAgentsGrid_v2 #iq_agents_grid .agents-gridSection {
  padding-left: 0;
  padding-right: 0;
}

/* IQ-AGENTS-4 */
/* IQ-AGENTS-3 */
/* IQ-AGENTS-2 */
/* IQ GRID LIST OPTION */
.iq-agents-grid {
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
  position: relative;
  border: 1px solid #e3e3e3;
  color: var(--bay-bodytext);
}

.iq-agents-grid:hover {
  border: 1px solid #999;
}

.iq-agents-grid h1 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 11px !important;
}

.iq-agents-grid .iq-agents-grid-image {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.iq-agents-grid .iq-agents-grid-head {
  padding: 13px 35px 13px 0;
  background-color: var(--bay-maincolor);
}

.iq-agents-grid .iq-agents-grid-head a:hover {
  text-decoration: none;
}

.iq-agents-grid .iq-agents-grid-head h1 {
  color: var(--bay-highlighttext);
  margin: 0;
}

.iq-agents-grid .iq-agents-grid-title {
  font-size: 12px;
  font-style: italic;
  color: var(--bay-highlighttext);
  padding-left: 17px !important;
}

.iq-agents-grid .iq-agents-grid-body {
  padding: 0;
  overflow: hidden;
}

.iq-agents-grid .iq-agents-grid-info {
  padding: 15px 0 0 32px !important;
  line-height: 18px;
}

.iq-agents-grid .iq-agents-grid-info .iq-agents-grid-social-links {
  font-size: 17px;
  margin-top: 8px;
}

.iq-agents-grid .iq-agents-grid-info .iq-agents-grid-info-icons {
  padding-top: 3px;
  font-size: 14px;
  padding-right: 5px;
}

.iq-agents-grid .iq-agents-grid-office {
  color: var(--bay-bodytext);
  padding: 0 5px 0 4px !important;
}

.iq-agents-grid .iq-agents-grid-office-map {
  min-height: 190px;
  background-size: cover;
  background-position: center;
}

.iq-agents-grid .iq-agents-grid-office h6 {
  text-transform: uppercase;
  font-size: 16px;
  padding-left: 10px;
}

.iq-agents-grid .iq-agents-grid-office img {
  height: 190px;
  width: auto;
  margin: 0 5px 20px 0;
  box-shadow: 3px 3px 11px 1px rgba(189, 195, 199, 0.6);
}

.iq-agents-grid .iq-agents-grid-office a {
  color: var(--bay-bodytext);
  text-decoration: none;
}

.iq-agents-grid .iq-agents-grid-foot {
  padding: 0 !important;
  border: 1px solid #ccc;
  margin-top: 30px;
  border-radius: 0.25rem;
  margin-bottom: 10px;
  margin-left: 6px;
}

.iq-agents-grid .iq-agents-grid-foot a {
  width: 100%;
}

.iq-agents-grid .iq-agents-grid-button {
  border: 1px solid var(--bay-bodycolor);
  background: var(--bay-highlightcolor);
  color: var(--bay-highlighttext);
  border-radius: 0;
  padding: 5px 10px;
}

.iq-agents-grid .iq-agents-grid-button:hover {
  opacity: 0.7;
}

.iq-agents-grid .iq-agents-grid-button .btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  opacity: 0.7;
  text-decoration: none;
}

.row .agent-header {
  padding-right: 0;
  margin-left: 12px;
}

.iq-agents-grid .office-details {
  margin: 8px;
  padding-left: 2px !important;
}

.iq-agents-grid .agent-details {
  padding: 0;
}

.btn-v2agent:hover {
  text-decoration: none;
}

.iq-community-hover a {
  border: 1px solid #ccc !important;
}

.iq-agent-name:hover {
  text-decoration: none !important;
}

@media (max-width: 479px) {
  /* Extra small devices Phones (lt 768px) */
  .iq-agents-grid .iq-agents-grid-office {
    padding: 0 5px 20px 0;
  }
  .iq-agents-grid .iq-agents-grid-foot {
    padding: 10px 0 10px 25px;
  }
  .iq-agents-form-group-office {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-search {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-languages {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-name-first {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-grid-toggle {
    display: none;
  }
  .iq-agents-card .iq-agents-card-head h1 {
    color: #ffffff;
    margin: 0;
    font-size: 12px;
  }
  .iq-agents-card-wrapper {
    height: 450px;
  }
  .footer-btn {
    width: 90% !important;
    margin-left: 7.5% !important;
  }
}
@media (max-width: 768px) {
  .iq-agents-grid .iq-agents-grid-head {
    margin-left: 12px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* Extra small devices Phones (lt 768px) */
  .iq-agents-grid .iq-agents-grid-office {
    padding: 0 5px 20px 0;
  }
  .iq-agents-grid .iq-agents-grid-foot {
    padding: 10px 0 10px 25px;
  }
  .iq-agents-form-group-office {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-search {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-languages {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-name-first {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-name-last {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-teams {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-grid-toggle {
    display: none;
  }
  .iq-agents-card-wrapper {
    height: 575px;
  }
  .footer-btn {
    width: 90% !important;
    margin-left: 6.5% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Small devices Tablets (gte 768px) */
  .iq-agents-card .iq-agents-card-image {
    padding-bottom: 10px;
  }
  .iq-agents-grid .iq-agents-grid-office {
    padding: 0 5px 20px 0;
  }
  .iq-agents-grid .iq-agents-grid-foot {
    padding: 20px 0 10px 25px;
  }
  .form-inline .form-group {
    margin-bottom: 0;
    padding-top: 8px;
  }
  .iq-agents-form-group-office {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-search {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-languages {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-name-first {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-name-last {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-grid-toggle {
    margin-bottom: 10px;
  }
  .iq-agents-card-wrapper {
    height: 830px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* Medium devices Desktops (gte 992px) */
  .iq-agents-card .iq-agents-card-image {
    padding-bottom: 10px;
  }
  .iq-agents-grid .iq-agents-grid-office {
    padding: 0 0 0 10px;
  }
  .iq-agents-form-group-office {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-search {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-languages {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-name-first {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-name-last {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-grid-toggle {
    margin-bottom: 10px;
  }
}
@media (min-width: 1920px) {
  /* HD devices Desktops (gte 1920px) */
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /* Large devicesDesktops (gte 1200px) */
}
.no-top {
  top: 0 !important;
}

.iq-agent-search:focus,
.iq-agent-clear-search:focus {
  outline: 3px solid grey;
  border-radius: 3px;
  margin: 0 2px !important;
}

.iq-agent-search:hover,
.iq-agent-clear-search:hover {
  color: aliceblue !important;
  background-color: grey !important;
}

/* NEW PAGE HEADER STYLES */
#iq_agents.card-modern .iq-pg-header h1.agents-header {
  text-align: center;
}

#iq_agents.card-modern .agents-header-desc {
  text-align: center;
  margin-top: 8px;
}

.iq-blog-cat-title {
  margin-bottom: 20px;
}

.iq-blog-cat-title h3 {
  margin-top: 0;
  font-weight: normal;
}

.iq-blog-menu {
  line-height: 22px;
  list-style-type: none;
  padding-left: 20px;
}

.iq-blog-menu li {
  padding-left: 0;
}

.iq-results-sub-head {
  margin-bottom: 25px;
}

.iq-blog-menu {
  max-height: 300px;
  overflow: auto;
}

.iq-blog-dropdown {
  margin: 0;
}

.iq-blog-archives a:hover {
  text-decoration: underline !important;
}

/*Blog List Page Grid*/
.iq-blog-entry-list-grid {
  margin-bottom: 20px;
}

.iq-blog-entry-list {
  margin-bottom: 30px;
}

.iq-blog-results-list-image {
  height: 105px;
  margin-bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.iq-blog-results-list-head h1 {
  color: var(--bay-maincolor);
  font-weight: normal;
  margin: 0;
}

.iq-blog-results-list-head a {
  color: var(--bay-bodytext);
  text-decoration: none;
}

.iq-blog-results-list-head h6 {
  color: var(--bay-maincolor);
  font-weight: normal;
  margin: 0;
}

.iq-blog-entry-list-sub {
  padding: 5px 0 0 0;
}

.iq-blog-entry-list-sub-info {
  line-height: 16px;
  font-size: 12px;
  color: var(--bay-maincolor);
}

.iq-blog-entry-list-sub-highlight {
  color: var(--bay-highlightcolor);
}

.iq-blog-entry-list-body {
  text-align: justify;
  margin-top: 15px;
}

.iq-blog-entry-list-body img {
  max-width: 100% !important;
}

.iq-blog-entry-list-footer {
  margin-top: 15px;
  background-color: var(--bay-gray-white);
  padding: 5px;
}

.iq-blog-entry-list-footer > div {
  padding: 5px;
}

.iq-blog-entry-list-footer a {
  font-size: 11px;
}

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

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

/*Blog Page*/
.iq-blog-entry-display ul li {
  line-height: 24px !important;
}

.iq-blog-entry-title {
  color: var(--bay-maincolor);
  font-weight: normal;
  text-decoration: none;
  margin: 0;
}

.iq-blog-entry-sub-title {
  font-weight: normal;
  font-style: italic;
  color: #000;
  margin: 5px 0 5px 0;
}

.iq-blog-entry-posted {
  line-height: 24px;
}

.iq-blog-entry-posted-info {
  line-height: 24px;
  color: var(--bay-highlightcolor);
}

.iq-blog-entry-text {
  margin: 10px;
}

.iq-blog-entry-text img {
  max-width: 100% !important;
}

.iq-blog-entry-comment-wrap {
  display: table;
  width: 100%;
  margin: 20px 0 20px 0;
  background-color: var(--bay-snow-gray);
}

#iq_blog_comments button#blogBtn:hover {
  color: #333;
  background-color: #e6e6e6 !important;
  border-color: #adadad;
}

.iq-blog-entry-social-icons {
  padding: 5px;
}

.iq-blog-entry-social-icons ul {
  margin: 0;
}

.iq-blog-entry-social-icons li {
  display: inline-block;
  margin: 0 10px 0 0 !important;
}

.iq-blog-entry-be-social {
  font-size: 11px;
}

.iq-blog-entry-footer-links {
  margin: 15px 0 15px 15px;
  display: table;
  float: left;
  font-size: 85%;
  width: 45%;
}

.iq-blog-comment-header {
  background-color: transparent;
}

.iq-blog-comments-body {
  background-color: var(--bay-gray-white);
}

.iq-nav-blog-header {
  color: #212529;
  font-weight: 400;
}

.iq-blog-comment-by {
  font-size: 13px;
  padding-left: 5px;
  text-transform: uppercase;
  color: var(--bay-maincolor);
}

.iq-blog-comment {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

.iq-blog-comment-header-info {
  font-size: 11px;
  height: 12px;
  padding: 0 5px;
  margin-bottom: 5px;
}

.iq-blog-comment-body-wrap {
  padding: 10px;
}

.iq-blog-comment-login-required {
  text-align: center;
  font-size: 18px;
}

.iq-blog-comment-login-buttons {
  margin: 25px 10px 10px 10px;
  text-align: center;
}

.iq-blog-comment-header-wrap {
  padding: 0;
}

.iq-blog-comment-post {
  margin: 10px 0 0 0;
  text-align: right;
}

.iq-blog-btn {
  width: 100%;
  color: var(--bay-white) !important;
}

.iq-blog-btn:hover {
  opacity: 0.7;
  text-decoration: none !important;
}

#iq_blog .blog-header {
  color: var(--bay-grey-85) !important;
  font-size: 45px;
  font-weight: normal;
}

.iq-blog-results-list-head .blog-details a {
  font-size: 24px !important;
  font-weight: normal !important;
}

.iq-blog-list {
  display: flex !important;
}
.iq-blog-list .iq-blog-results-list-title {
  padding-left: 10px;
}

.blog-details a:hover {
  text-decoration: underline;
}

.iq-categories-blog {
  font-size: 1.75rem;
  color: var(--bay-grey-85);
  font-weight: 500 !important;
}

.iq-blog-header-entry:hover {
  color: var(--bay-grey-85);
  text-decoration: none !important;
}

.v2-09 .st-sitemenu-01v2 {
  position: relative !important;
}

.v2-01 .iq-blog-header,
.v2-03 .iq-blog-header,
.v2-11 .iq-blog-header,
.v2-06 .iq-blog-header {
  color: var(--bay-grey-85);
  font-size: 2rem;
  font-weight: 500 !important;
}

.v2-01 .iq-blog-content {
  color: var(--bay-grey-85);
  font-weight: 500;
}

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

.iq-blog-date:hover {
  color: var(--bay-grey-85);
}

.v2-01 .iq-blog-name,
.v2-03 .iq-blog-name {
  font-size: 2.5rem !important;
}

.v2-01 .iq-blog-archives {
  font-weight: 400;
}

@media (max-width: 768px) {
  .iq-blog-list {
    display: block !important;
  }
  .iq-blog-results-list-title {
    padding-left: 0 !important;
  }
}
@media (max-width: 991px) {
  .v2-01 .iq-blog-name,
  .v2-03 .iq-blog-name {
    font-size: 24px !important;
  }
}
@media (max-width: 479px) {
  /* Extra small devices Phones (lt 768px) */
  .iq-blog-results-list-head h1 {
    font-size: 24px;
    margin-top: 10px;
  }
  .iq-blog-results-list-image {
    height: 269px;
  }
  .iq-blog-results-list-title {
    padding: 0;
  }
  .iq-blog-entry-title {
    font-size: 24px;
  }
  .v2-04 .iq-blog-title,
  .v2-08 .iq-blog-title {
    margin-top: 5rem;
  }
  .iq-blog-title {
    font-size: 20px !important;
  }
  .v2-04 .iq-pg-body {
    margin-top: 0 !important;
  }
  .iq-pg-body .iq-blog-margin {
    margin-top: 10px !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* Extra small devices Phones (lt 768px) */
  .iq-blog-results-list-head h1 {
    font-size: 24px;
    margin-top: 10px;
  }
  .iq-blog-results-list-image {
    height: 269px;
  }
  .iq-blog-results-list-title {
    padding: 0;
  }
  .iq-blog-entry-title {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Small devices Tablets (gte 768px) */
  .iq-blog-results-list-head h1 {
    font-size: 24px;
    margin-top: 10px;
  }
  .iq-blog-results-list-image {
    height: 269px;
  }
  .iq-blog-results-list-title {
    padding: 0;
  }
  .iq-blog-entry-title {
    font-size: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* Medium devices Desktops (gte 992px) */
  .iq-blog-entry-list h1 {
    font-size: 30px;
  }
}
@media (min-width: 1920px) {
  /* HD devices Desktops (gte 1920px) */
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /* Large devicesDesktops (gte 1200px) */
}
.iq-communities-sidebar .iq-textdropdown {
  position: absolute;
  right: -5px;
  top: -1px;
}

.iq-communities-sidebar .dropdown-menu {
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.facebook {
  color: #3b5998 !important;
}

.btn-facebook {
  background-color: #3b5998 !important;
  color: #fff !important;
  border-color: #fff;
}

.twitter {
  color: #55acee !important;
}

.btn-twitter {
  background-color: #55acee !important;
  color: #fff !important;
  border-color: #fff;
}

.pinterest {
  color: #c92228 !important;
}

.btn-pinterest {
  background-color: #c92228 !important;
  color: #fff !important;
  border-color: #fff;
}

.back {
  color: #c92228 !important;
}

.btn-back {
  background-color: #cccccc !important;
  color: #000000 !important;
  border-color: #fff;
}

.iq-communities {
  padding: 0 0 20px 0;
}

.v2-01 .iq-communities-header,
.v2-03 .iq-communities-header {
  font-size: 45px !important;
  font-weight: 500 !important;
}

.v2-11 .iq-v2communities-topbar {
  display: block;
}

.v2-11 .communities-team-member {
  font-size: 1.75rem;
}

.v2-03 .communities-featured-member {
  font-size: 1.75rem;
}

.v2-01 .communities-featured-text {
  color: #555555;
  font-weight: 500 !important;
}

.v2-03 .communities-featured-text {
  color: #555555;
}

.v2-06 .communities-featured-text {
  font-weight: 500 !important;
}

.v2-01 .featured-community,
.v2-06 .featured-community {
  font-weight: 500 !important;
  color: #555555;
}

.v2-03 .featured-community {
  font-size: 1.75rem !important;
  color: #555555;
  font-weight: 400 !important;
}

.v2-03 .search-communities {
  font-size: 1.75rem;
}

.v2-01 .search-communities,
.v2-06 .search-communities,
.v2-03 .search-communities {
  font-weight: 500 !important;
  color: #555555;
}

.v2-03 .iq-v2communites-btn .iq-about-btn {
  font-size: 16px !important;
}

.v2-03 .iq-secondary-community-btn,
.v2-05 .iq-secondary-community-btn {
  font-weight: 400 !important;
  font-size: 1.5rem !important;
}

.v2-01 .iq-secondary-community-btn,
.v2-06 .iq-secondary-community-btn {
  color: #555555;
  font-weight: 500;
}

.iq-meet-btn {
  background-color: var(--bay-vivid-blue) !important;
  border-color: var(--bay-vivid-blue) !important;
  text-transform: capitalize !important;
  font-size: 1.25rem !important;
  padding: 0.5rem 1rem !important;
}

.iq-btn-team a:hover {
  text-decoration: none;
}

/* New Slider Carousel */
.iq-communities-carousel .carousel-inner > div {
  background-size: cover;
  width: 100%;
  background-position: center;
}

.iq-communities-carousel .carousel-inner > div > div h3 {
  font-size: 45px;
  color: #fff;
}

.iq-communities-carousel-chevron-main-right {
  right: 50%;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0;
  border-radius: 15px;
  background-color: var(--bay-sitecolor);
}

.iq-communities-carousel-chevron-main-left {
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0;
  border-radius: 15px;
  background-color: var(--bay-sitecolor);
}

.iq-communities-grid-carousel .carousel {
  height: 300px;
}

.iq-communities-grid-carousel .carousel-inner > div {
  background-size: cover;
  width: 100%;
  height: 300px;
  background-position: center;
}

.iq-communities-sidebar .well h3 {
  margin-top: 0;
}

.iq-communities-sidebar .well .table {
  margin-bottom: 0;
}

.down-arrow {
  background: url('data:image/svg+xml;utf-8,<svg fill="%2362615e" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z"/><path d="M0-.75h24v24H0z" fill="none"/></svg>') no-repeat;
  background-position: right;
}

.iq-hover-text a:hover {
  text-decoration: underline;
}

.iq-communities-page {
  font-size: 1.75rem;
  color: #555555;
  font-weight: 400 !important;
}

.iq-communities-txt {
  color: #212529;
  font-weight: 400;
  font-size: 1rem;
}

.iq-v2communites-btn {
  border: unset !important;
}

.iq-community-logo {
  color: #555555;
  font-weight: 400;
  text-decoration: none;
}

.v2-06 .iq-communities-header {
  font-weight: 500 !important;
}

@media (min-width: 768px) {
  .iq-community-field {
    height: 45px !important;
  }
}
@media (max-width: 768px) {
  .iq-community-field {
    height: 130px !important;
  }
}
@media (max-width: 479px) {
  /*Extra small devices Phones (lt 479px)*/
  .v2-11 #iq_communities {
    margin-top: 154px;
  }
  .v2-01 .communities-featured-text {
    white-space: nowrap;
  }
  .v2-03 .communities-featured-text,
  .v2-11 .communities-featured-text {
    font-size: 22.7px;
  }
  .v2-01 .iq-communities-header {
    font-size: 20px !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devices Phones (lt 768px)*/
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devices Desktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.facebook {
  color: var(--bay-dark-blue-59) !important;
}

.btn-facebook {
  font-size: 16px;
  background-color: var(--bay-dark-blue-59) !important;
  color: var(--bay-white) !important;
  border-color: var(--bay-white);
}

.twitter {
  color: var(--bay-vivid-skyblue-85) !important;
}

.btn-twitter {
  font-size: 16px;
  background-color: var(--bay-vivid-skyblue-85) !important;
  color: var(--bay-white) !important;
  border-color: var(--bay-white);
}

.pinterest {
  color: var(--bay-crimson-201) !important;
}

.btn-pinterest {
  font-size: 16px;
  background-color: var(--bay-crimson-201) !important;
  color: var(--bay-white) !important;
  border-color: var(--bay-white);
}

.back {
  color: var(--bay-crimson-201) !important;
}

.btn-back {
  background-color: var(--bay-gray-light-204) !important;
  color: var(--bay-text-dark) !important;
  border-color: var(--bay-white);
}

.iq-community {
  padding: 0 0 20px 0;
}

/* New Slider Carousel */
.iq-community-carousel {
  position: relative;
}

.iq-community-carousel .carousel-inner > div {
  background-size: cover;
  width: 100%;
  background-position: center;
}

.iq-community-carousel .carousel-inner > div > div h3 {
  font-size: 45px;
  color: var(--bay-white);
}

.iq-community-carousel-chevron-main-right {
  right: 50%;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0;
  border-radius: 15px;
  background-color: var(--bay-sitecolor);
}

.iq-community-carousel-chevron-main-left {
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0;
  border-radius: 15px;
  background-color: var(--bay-sitecolor);
}

.iq-community-grid-carousel .carousel {
  height: 300px;
}

.iq-community-grid-carousel .carousel-inner > div {
  background-size: cover;
  width: 100%;
  height: 300px;
  background-position: center;
}

.iq-community-sidebar .well h3 {
  margin-top: 0;
}

.iq-community-sidebar .well .table {
  margin-bottom: 0;
}

.iq-community-head {
  margin-bottom: 10px;
}

.iq-community-head h2 {
  font-size: 30px;
  margin: 0;
}

.v2-01 .iq-community-title,
.v2-03 .iq-community-title,
.v2-06 .iq-community-title {
  font-size: 45px !important;
  font-weight: 400 !important;
}

.v2-01 .iq-site-location,
.v2-03 .iq-site-location {
  font-size: 1.75rem !important;
  color: var(--bay-grey-85) !important;
  font-weight: 500 !important;
}

.iq-community-beds,
.iq-community-baths {
  font-weight: bold;
}

.v2-01 .iq-v2community-listings td {
  font-weight: 500;
}

.v2-06 .iq-listing-community:hover {
  text-decoration: none;
}

.v2-01 .iq-agent-listing-address {
  color: var(--bay-grey-85);
  font-weight: 500;
}

.iq-community-description {
  font-size: 1.75rem;
  color: var(--bay-grey-85) !important;
  font-weight: 500 !important;
}

.iq-community-element {
  font-size: 16px;
  color: var(--bay-dark-gray-33);
  font-weight: 400;
}

#iq_communities .iq-communities-sidebar .search-container {
  padding: 10px;
  background-color: var(--bay-white-smoke);
}
#iq_communities .iq-communities-sidebar .form-group {
  margin-top: 10px;
}

@media (max-width: 479px) {
  /*Extra small devices Phones (lt 479px)*/
  .iq-v2community-listing {
    overflow: scroll;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devices Phones (lt 768px)*/
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devices Desktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
#site-wrapper[data-page=house-value] .st-inside-content-wrapper .container {
  margin-top: 0;
}

#iq_housevalue_report {
  margin-top: 100px;
}

.st-09 #site-wrapper[data-page=house-value] .st-inside-content-wrapper .container-fluid > div > div {
  margin-top: 76px;
}

div[data-page=house-value] .st-header-carousel-wrapper {
  display: none;
}

div[data-page=house-value] .st-inside-content-wrapper {
  margin: 0;
  padding: 0;
}

div[data-page=house-value] .st-inside-content-wrapper > .container-fluid {
  margin-top: 0;
}

div[data-page=house-value] .st-insidepage-wrapper {
  margin: 0 !important;
  padding: 0 !important;
}

div[data-page=house-value] .st-footer-wrapper {
  display: none;
}

div[data-page=house-value] .st-inside-header {
  display: none !important;
}

.st-04 div[data-page=house-value] .st-inside-content-wrapper {
  padding-top: 200px !important;
} /* the menu is 200px high */
.dataTables_wrapper .pagination {
  float: right;
  margin: 0;
}

.iq-housevalue-info {
  margin: 15px;
  padding: 15px;
  color: #777777;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
}

.iq-housevalue-info h3 {
  margin: 0 0 8px 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
}

.iq-housevalue-info h4 {
  margin: 16px 0 0 0;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 16.8px;
}

.iq-housevalue-info h5 {
  margin: 16px 0 0 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
}

.iq-housevalue-details {
  text-align: right;
  margin: 4px 0;
}

.iq-housevalue-sale {
  margin-bottom: 25px;
}

.iq-housevalue-comparables {
  margin-bottom: 25px;
}

.iq-housevalue-lead {
  margin-top: 25px;
}

.iq-housevalue-contact .btn-primary {
  color: #fff;
  width: 100%;
}

.iq-homereport-details h4,
.iq-homereport-sale h4 {
  font-weight: bold;
  margin-top: 25px;
}

.iq-homereport-comparables h4 {
  font-weight: bold;
  margin-top: 25px;
}

#iq_housevalue_form-next_1 {
  padding: 0.55rem 2rem;
  white-space: nowrap;
  font-size: 14px;
}

.v2-01 .btn-get-report,
.v2-03 .btn-get-report,
.v2-05 .btn-get-report {
  background-color: var(--bay-vivid-blue) !important;
  border-color: var(--bay-vivid-blue) !important;
  color: var(--bay-white) !important;
}

.v2-01 .iq-housevalue-header,
.v2-03 .iq-housevalue-header {
  font-weight: 500 !important;
}

.v2-05 .btn-get-report {
  text-transform: capitalize !important;
}

.btn-get-report {
  background-color: var(--bay-vivid-blue) !important;
  border-color: var(--bay-vivid-blue) !important;
  color: var(--bay-white) !important;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .iq-housevalue-address h3,
  .iq-housevalue-price h3 {
    text-align: center;
  }
  .carousel-inner h1 {
    font-size: 45px !important;
  }
  .st-04 .st-inside-content-wrapper {
    padding-top: 0 !important;
  }
  #iq_housevalue_form-next_1 {
    padding: 0.5rem 1rem;
    white-space: nowrap;
    font-size: 12px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .iq-housevalue-address h3,
  .iq-housevalue-price h3 {
    text-align: center;
  }
  .st-04 .st-inside-content-wrapper {
    padding-top: 0 !important;
  }
  #iq_housevalue_form-next_1 {
    padding: 0.5rem 1rem;
    white-space: nowrap;
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  .st-04 .st-inside-content-wrapper {
    padding-top: 0 !important;
  }
  #iq_housevalue_form-next_1 {
    padding: 0.5rem 1rem;
    white-space: nowrap;
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devices Desktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
div[data-page=house-value] .container.housefile {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

div[data-page=house-value] .container.housefilepadded {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 15px;
}

.v2-15 #site-wrapper[data-page=house-value] .st-inside-content-wrapper .container {
  margin-top: 230px;
}
@media (min-width: 567px) and (max-width: 991px) {
  .v2-15 #site-wrapper[data-page=house-value] .st-inside-content-wrapper .container {
    margin-top: 150px !important;
  }
}
@media (max-width: 566px) {
  .v2-15 #site-wrapper[data-page=house-value] .st-inside-content-wrapper .container {
    margin-top: 130px !important;
  }
}

.facebook {
  color: #3b5998 !important;
}

.btn-facebook {
  background-color: #3b5998 !important;
  color: #fff !important;
  border-color: #fff;
}

.twitter {
  color: #55acee !important;
}

.btn-twitter {
  background-color: #55acee !important;
  color: #fff !important;
  border-color: #fff;
}

.pinterest {
  color: #c92228 !important;
}

.btn-pinterest {
  background-color: #c92228 !important;
  color: #fff !important;
  border-color: #fff;
}

.linkedin {
  color: #0077b5 !important;
}

.btn-linkedin {
  background-color: #0077b5 !important;
  color: #fff !important;
  border-color: #fff;
}

.print {
  color: #5cb85c !important;
}

.btn-print {
  background-color: #5cb85c !important;
  color: #fff !important;
  border-color: #fff;
}

.watch {
  color: #f0ad4e !important;
}

.btn-watch {
  background-color: #f0ad4e !important;
  color: #fff !important;
  border-color: #fff;
}

.remove {
  color: #d9534f !important;
}

.btn-remove {
  background-color: #d9534f !important;
  color: #fff !important;
  border-color: #fff;
}

.btn-border {
  border-color: #6c757d;
}

.v2-11 .iq-listing-forsale {
  color: #555555;
  font-weight: 500;
}

.v2-03 .iq-share-friend {
  color: #555555;
  font-weight: 500 !important;
  font-size: 1.5rem;
}

.v2-06 .iq-share-friend {
  font-weight: 500 !important;
}

.v2-03 .iq-total-price {
  color: #212529;
}

.v2-03 .iq-listings-header,
.v2-06 .iq-listings-header {
  font-weight: 500 !important;
  color: #555555;
}

.v2-03 .iq-listings-header {
  font-size: 1.75rem;
}

.v2-03 .office-listing-details,
.v2-06 .office-listing-details {
  color: #212529;
  font-weight: 500 !important;
  font-size: 1.5rem !important;
}

.v2-06 .iq-listing-social,
.v2-08 .iq-listing-social,
.v2-11 .iq-listing-social,
.v2-12 .iq-listing-social,
.v2-13 .iq-listing-social {
  margin-right: 0 !important;
}

.v2-03 .iq-label-color,
.v2-03 .iq-get-code {
  color: #212529;
  font-weight: 500 !important;
}

.iq-btn-hover:hover {
  text-decoration: none !important;
}

.v2-03 .iq-sales-form {
  color: #212529;
}

.v2-03 .iq-label-bytext {
  color: #212529;
  font-weight: 500 !important;
}

#iq_listing_slw_toolbar a {
  margin-left: 0 !important;
}

#iq_listing .fa-twitter-square {
  color: #0084b4;
}

#iq_listing .fa-fb-square {
  color: #3b5998;
}

#iq_listing .fa-pinterest-square {
  color: #cb2027;
}

#iq_listing .fa-envelope {
  color: #007ee5;
}

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

.iq-listing-alerts .iq-listing-previews {
  margin: 0 0 10px 0;
  background-color: #000000;
  padding: 6px;
}

.iq-listing-alerts .iq-listing-previews span {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
  line-height: 40px;
}

.iq-listing-alerts .iq-listing-previews .iq-listing-previews-logo {
  width: 505px;
  height: 45px;
  float: left;
  background-image: url("/assets/img/alerts/globalluxury.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.iq-listing-alerts .iq-listing-previews .iq-listing-previews-logo-era {
  width: 250px;
  height: 45px;
  float: left;
  background-image: url("/assets/img/alerts/eradistinctive.jpg");
  background-repeat: no-repeat;
  background-size: contain;
}

.iq-listing-alerts .iq-listing-previews .iq-listing-previews-logo-cbwm {
  width: 213px;
  height: 45px;
  float: left;
  background-image: url("/assets/img/alerts/cbwm-globalluxury.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.iq-listing-alerts .iq-listing-previews .iq-listing-previews-logo-c21 {
  width: 213px;
  height: 45px;
  float: left;
  background-image: url("/assets/img/alerts/century21.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.iq-listing-alerts .iq-listing-new {
  margin: 0 0 10px 0;
  background-color: #fe9901;
  padding: 5px;
}

.iq-listing-alerts .iq-listing-new img {
  border: 1px solid #fff;
}

.iq-listing-alerts .iq-listing-new span {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
}

.iq-listing-alerts .iq-listing-reduced {
  margin: 0 0 10px 0;
  background-color: #36386e;
  padding: 5px;
}

.iq-listing-alerts .iq-listing-reduced img {
  border: 1px solid #fff;
}

.iq-listing-alerts .iq-listing-reduced span {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
}

.iq-listing-alerts .iq-listing-open-house {
  margin: auto;
  background-color: #b2393a;
  padding: 5px;
}

.iq-listing-alerts .iq-listing-open-house img {
  border: 1px solid #fff;
}

.iq-listing-alerts .iq-listing-open-house span {
  color: #fff;
  font-size: 14px;
  padding-left: 5px;
}

.iq-listing-alerts .iq-listing-open-house-host {
  padding: 5px;
  border: 1px solid #b2393a;
  margin-bottom: 10px;
  font-size: 12px;
  min-height: 100px;
}

.iq-listing-alerts .iq-listing-open-house-host img {
  height: 85px;
  margin-right: 10px;
}

.iq-listing-alerts .iq-listing-open-house-host a {
  display: block;
}

#iq_listing_head {
  font-size: 16px;
  background-color: var(--bay-white);
  z-index: 7;
  padding-top: 15px;
  padding-bottom: 15px;
}

#iq_listing #iq_listing_head {
  padding-top: 0;
  padding-left: 0;
}

#iq_listing_head h2 {
  font-size: 14px;
  margin: 0;
}

#iq_listing_head .desktop-dropdown {
  font-size: 12px;
  position: absolute;
  right: 15px;
  bottom: 0;
}

#iq_listing_head .btn-toolbar a:first-child {
  margin-left: 0;
}

#iq_listing_head.iq-affix-listing-head {
  position: relative;
}

#iq_listing_head_main {
  position: relative;
}

#iq_listing_full_details_v2 #iq_listing_head {
  font-size: 16px;
  background-color: #ffffff;
  z-index: 7;
  padding-top: 15px;
  padding-bottom: 15px;
}

#iq_listing_full_details_v2 #iq_listing_head {
  padding-top: 0;
  padding-left: 0;
}

@media screen and (max-width: 479px) {
  .v2-12 #iq_listing #iq_listing_full_details_v2 #iq_listing_head {
    margin-top: 63px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .v2-12 #iq_listing_slw_toolbar_title,
  .v2-11 #iq_listing_slw_toolbar_title {
    margin-top: 20px;
  }
}
#iq_listing_full_details_v2 #iq_listing_head h2 {
  font-size: 14px;
  margin: 0;
}

#iq_listing_full_details_v2 #iq_listing_head_main {
  position: relative;
}

#iq_listing_full_details_v2 .bayListingShowingRequest {
  padding: 9px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: var(--bs-border-radius);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

#iq_listing_full_details_v2 .iq-form-field-required small {
  padding-left: 10px;
}

h1.iq-listing-address {
  display: inline-block;
  font-size: 18px;
  margin: 0;
}

.iq-address-line-2 {
  font-size: 16px;
  font-weight: bold;
}

h3.iq-address-line-2 {
  margin: 5px 0 0 0;
}

#iq_res_criteria_form select {
  cursor: pointer;
}

.iq-price-info {
  margin-bottom: 8px;
}

.iq_price_info_v2 {
  margin-bottom: 8px;
  display: flex;
  align-items: baseline;
}

.iq-listing-price {
  font-size: 32px;
}

.iq-listing-off-market {
  font-size: 20px;
}

.iq-listing-calc {
  font-size: 14px;
  margin-left: 15px;
}

.iq-listing-calc a {
  color: #337ab7;
  text-decoration: underline !important;
}

.iq_address_info_v2 h1 > span:first-child {
  font-size: unset;
  line-height: unset;
}

.iq_address_info_v2 {
  display: flex;
  align-items: baseline;
  flex-direction: column;
}

.btn-close-listing {
  display: none;
  margin-bottom: 10px;
  width: 24px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  transition: 350ms all;
}

.btn-close-listing:hover {
  fill: #f3f3f3;
  transition: 350ms all;
}

@media screen and (max-width: 767px) {
  .btn-close-listing {
    margin-top: 10px;
  }
  .border-unset {
    border: unset !important;
  }
}
.iq-listing-action-link {
  margin-left: 25px;
}

.v2-08 .iq-listing-action-link.LR-margin,
.v2-06 .iq-listing-action-link.LR-margin,
.v2-13 .iq-listing-action-link.LR-margin,
.v2-12 .iq-listing-action-link.LR-margin,
.v2-11 .iq-listing-action-link.LR-margin {
  margin: 0 1.5rem;
}

.iq-listing-agent-elements {
  display: flex;
  flex-direction: column;
}

.iq-listing-location {
  display: flex !important;
}
.iq-listing-location span:last-child {
  line-height: 20px;
}

.iq-listing-location {
  color: #212529;
  font-weight: 600 !important;
  font-size: 18px;
}

.iq-description {
  color: #212529;
}

.iq-forsale-listing {
  color: #555555;
  font-weight: 500 !important;
  font-size: 1.5rem;
}

.iq-listing-form-details {
  border: 1px solid #ced4da !important;
}

@media screen and (max-width: 1400px) {
  .v2-13 .iq-listing-action-link.LR-margin,
  .v2-12 .iq-listing-action-link.LR-margin,
  .v2-11 .iq-listing-action-link.LR-margin {
    margin: 0 0.7rem;
  }
  .iq-listing-agent-elements {
    display: unset;
  }
  .iq-listing-location {
    display: unset !important;
  }
}
.iq-listing-border {
  border: 1px solid #ced4da !important;
}

@media screen and (max-width: 1200px) {
  .v2-08 .iq-listing-action-link.LR-margin,
  .v2-06 .iq-listing-action-link.LR-margin {
    margin: 0 0.7rem;
  }
}
@media screen and (max-width: 344px) {
  .v2-03 .probootstrap-home-search,
  .v2-03 .probootstrap-home-search p {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .v2-03 .probootstrap-home-search {
    margin-top: 65px !important;
  }
}
.iq-listing-action-link .fa {
  font-size: 14px;
}

.iq-listing-action-link span {
  margin-left: 5px;
}

.iq-listing-action-mobi-link .fa {
  font-size: 18px;
}

.iq-listing-action-mobi-link span {
  margin-left: 5px;
}

.iq-listing-attachments {
  margin-bottom: 55px;
  font-size: 13px;
}

.iq-listing-attachments .iq_results_content_loading {
  height: 75px;
}

.iq-listing-nav {
  margin-bottom: 10px;
}

.iq-listing-slider .carousel {
  height: auto;
}

.iq-listing-slider .carousel-control {
  bottom: 50px !important;
}

.iq-listing-slider .carousel-inner > div {
  background-size: cover;
  width: 100%;
  height: auto;
  background-position: center;
}

.iq_listing_slider_v2 {
  position: relative;
  padding: 9px;
  border-radius: var(--bs-border-radius);
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.iq_listing_slider_v2 .carousel {
  height: auto;
}

.iq_listing_slider_v2 .carousel-control {
  bottom: 50px !important;
}

.iq_listing_slider_v2 .carousel-inner > div {
  background-size: cover;
  width: 100%;
  height: auto;
  background-position: center;
}

.iq_listing_slider_v2 #iq_listing_carousel_nav {
  width: 90%;
  margin: 0 auto;
}

.iq_listing_slider_v2 .thumbnail-control {
  position: absolute;
  top: 50px;
  width: auto;
}

.iq_listing_slider_v2 .thumbnail-control.left {
  left: 15px;
}

.iq_listing_slider_v2 .thumbnail-control.right {
  right: 15px;
}

.iq-listing-carousel-chevron-main-right {
  right: 50%;
  position: absolute;
  top: 50% !important;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  font-size: 13px !important;
  padding: 0;
  border-radius: 15px;
  background-color: var(--bay-sitecolor);
}

.iq-listing-carousel-chevron-main-left {
  left: 50%;
  position: absolute;
  top: 50% !important;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  font-size: 13px !important;
  padding: 0;
  border-radius: 15px;
  background-color: var(--bay-sitecolor);
}

.iq-listing-agent .iq-listing-agent-details {
  min-height: 110px;
  margin-top: 15px;
}

.iq-listing-agent .iq-listing-agent-details a {
  display: table;
  margin-bottom: 4px;
  color: #000000;
  font-weight: bold;
  font-size: 13px;
}

.iq-listing-agent .iq-listing-agent-details a::after {
  clear: both;
}

.iq-listing-agent .iq-listing-agent-details a img {
  height: 110px;
  margin-right: 10px;
  padding: 0;
  border-radius: 0;
}

.iq-listing-agent .iq-listing-agent-details .pull-left .img-thumbnail {
  min-height: 225px;
  margin-right: 10px;
  padding: 0;
  border-radius: 0;
}

.iq-listing-agent .iq-listing-agent-details a h4 {
  display: table;
  margin: 0;
  font-size: 16px;
}

.iq-listing-agent .iq-listing-agent-details a h4::after {
  clear: both;
}

.iq_listing_agent_v2 .iq-listing-agent-details {
  min-height: 110px;
  margin-top: 15px;
}

.iq_listing_agent_v2 .iq-listing-agent-details a {
  display: table;
  margin-bottom: 4px;
  color: #000000;
  font-weight: bold;
  font-size: 13px;
}

.iq_listing_agent_v2 .iq-listing-agent-details a::after {
  clear: both;
}

.iq_listing_agent_v2 .iq-listing-agent-details a img {
  height: 110px;
  margin-right: 10px;
  padding: 0;
  border-radius: 0;
}

.iq_listing_agent_v2 .iq-listing-agent-details .pull-left .img-thumbnail {
  min-height: 225px;
  margin-right: 10px;
  padding: 0;
  border-radius: 0;
}

.iq_listing_agent_v2 .iq-listing-agent-details a h4 {
  display: table;
  margin: 0;
  font-size: 16px;
}

.iq_listing_agent_v2 .iq-listing-agent-details a h4::after {
  clear: both;
}

.iq_listing_agent_footer_v2 .loading_agent_contact_form {
  text-align: center;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: var(--bay-primary-font);
  font-size: 36px;
  font-weight: 500;
  color: inherit;
}

#iq_area_info_container .nav-link {
  font-size: 0.9rem;
}

#iq_area_info_container th {
  font-weight: 500;
}

#iq_whats_around_form {
  margin: 15px 0;
}

#iq_listing_details_v2 th {
  font-weight: 500;
}

#iq_listing_features_v2 th {
  font-weight: 500;
}

.iq-myportal-buttons .btn {
  color: #fff;
}

.iq-image-description {
  padding: 10px;
  font-size: 11px;
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 0;
  height: auto !important;
}

.iq-listing-list-price {
  text-align: right;
}

.iq_listing_mls_disclaimer {
  display: block;
  margin-top: 10px;
  margin-bottom: 25px;
}

.iq_listing_mls_disclaimer p {
  font-size: 12px;
  margin: 20px 0 20px 0;
}

.affix-details {
  position: fixed;
  top: 126px;
}

#iq_fullscreen_carousel .item {
  height: 100vh;
}

#iq_fullscreen_carousel .item div {
  height: 100vh;
}

#iq_fullscreen_carousel .carousel-indicators {
  top: calc(100vh - 100px);
  width: 90%;
  margin-left: -45%;
  display: none;
}

#iq_fullscreen_carousel .carousel-indicators li {
  position: relative;
  border-radius: 0;
  width: 30px;
  height: 17px;
  margin: 0 2px;
}

#iq_fullscreen_carousel .carousel-indicators li img {
  width: 100%;
  height: 100%;
  display: block;
}

#iq_fullscreen_carousel .carousel-indicators div {
  display: block !important;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
}

#iq_fullscreen_carousel .carousel-indicators .active div {
  display: none !important;
}

#iq_listing_carousel_nav {
  z-index: 5;
}

#iq_listing_map {
  height: 450px;
  position: relative;
}

#iq_listing_previous .fa {
  position: relative;
  top: 1px;
  font-size: 18px;
  margin-right: 10px;
}

#iq_listing_next .fa {
  position: relative;
  top: 1px;
  font-size: 18px;
  margin-left: 10px;
}

#iq_listing_share_dropdown .fa {
  margin-right: 10px;
  font-size: 18px;
}

#iq_listing_dialog {
  width: 100%;
  left: unset;
  top: 127px;
  padding-right: 0 !important;
  z-index: 99 !important;
  border-left: 1px solid #f0f0f0;
}

#iq_listing_dialog .modal-header {
  display: none;
}

#iq_listing_dialog .modal-content {
  border: none;
  box-shadow: none;
  background-clip: unset;
  -webkit-box-shadow: unset;
  -webkit-background-clip: unset;
}

#iq_listing_dialog .container {
  width: 100%;
  padding: 0;
}

#iq_listing_dialog .iq-listings-mobile-watch-icon {
  font-size: 20px;
  color: #000000;
  cursor: pointer;
  line-height: 30px;
}

#iq_listing_dialog #iq_listing_slw_toolbar_title {
  display: none;
}

#iq_listing_dialog #iq_listing_slw_toolbar {
  display: none;
}

#iq_listing_dialog #iq_listing_slw_print {
  display: none;
}

#iq_listing_dialog_v2 {
  width: 100%;
  left: unset;
  right: 0;
  top: 127px;
  padding-right: 0 !important;
  z-index: 99 !important;
  border-left: 1px solid #f0f0f0;
}

#iq_listing_dialog_v2 .modal-dialog {
  width: 100%;
  margin: 0;
  padding: 0;
  max-width: unset !important;
}

#iq_listing_dialog_v2 .modal-header {
  display: none;
}

#iq_listing_dialog_v2 .modal-content {
  border: none;
  box-shadow: none;
  background-clip: unset;
  -webkit-box-shadow: unset;
  -webkit-background-clip: unset;
}

#iq_listing_dialog_v2 .iq-listings-mobile-watch-icon {
  font-size: 20px;
  color: #000000;
  cursor: pointer;
  line-height: 30px;
}

#iq_listing_dialog_v2 #iq_listing_slw_toolbar_title {
  display: none;
}

#iq_listing_dialog_v2 #iq_listing_slw_toolbar {
  display: none;
}

#iq_listing_dialog_v2 #iq_listing_slw_print {
  display: none;
}

#iq_mortcalc_dialog .legend-text {
  padding-left: 4rem;
}

.iq-listing-submit {
  padding: 0.375rem 0.75rem !important;
  background-color: #888888 !important;
  border-color: #888888 !important;
}

.iq-listing-viewing {
  border: 1px solid #ced4da !important;
  height: 35px !important;
}

.iq-website-form {
  border: 1px solid #ced4da !important;
}

.iq-v2submit-btn {
  padding: 0.375rem 0.75rem !important;
  text-transform: capitalize !important;
  background: #888888 !important;
  border-color: #888888 !important;
}

.iq-textarea-border,
.iq-v2view-date {
  border: 1px solid #ced4da !important;
}

.iq-send-flyer-btn {
  background-color: #888888 !important;
  border-color: #888888 !important;
  padding: 0.375rem 0.75rem !important;
  text-transform: capitalize !important;
}

.iq-social-media a:hover {
  color: #555555 !important;
}

.v2-03 .iq-contact-form-label {
  color: #212529;
}

.iq-v2btn-submit {
  border-color: #666666 !important;
}

#publicid-container .iq-contact-form-label {
  font-weight: 400 !important;
}

.iq-add-info {
  white-space: nowrap;
}

.v2-03 .iq-v2contact-label {
  color: #212529;
}

@media (max-width: 767px) {
  #iq_mortcalc_dialog .legend-text {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .iq-label-bytext,
  .iq-spacing-label {
    margin-bottom: 6px !important;
  }
}
body.editbar > #iq_listing_dialog {
  top: 177px;
}

body.editbar > #iq_listing_dialog_v2 {
  top: 177px;
}

#iq_listing #iq_listing_close_button {
  display: none;
}

#iq_listing #iq_listing_prevnext_button {
  display: none;
}

#iq_listing #iq_listing_head_toolbar {
  display: none;
}

#iq_listing_slw_toolbar {
  width: 100%;
}

#iq_listing_slw_toolbar .btn-group {
  border: 1px solid #ccc;
  padding: 5px 0;
  width: 100%;
  margin: 0 2px;
}

#iq_listing_slw_toolbar .btn-group.open {
  box-shadow: none;
  -webkit-box-shadow: none;
}

#iq_listing_slw-share_dropdown .fa {
  margin-right: 10px;
  font-size: 20px;
}

#iq_fullscreen_button {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 6;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 2px;
}

#iq_listing_dialog_v2.modal {
  height: 80%;
}

.st-13 #iq_lead_container .well,
.st-13 #iq_listing_full_details .iq-listing-slider.well,
#iq_res_criteria_form .switch-light-checkbox > label > span {
  margin-top: 0 !important;
}

.st-13 #iq_myportal_login_dialog .container {
  min-width: 290px !important;
}

#iqListingsContainer #iq_res_criteria_modal .modal-header,
#iqListingsContainer #iq_com_criteria_modal .modal-header,
#iqListingsContainer #iq_lan_criteria_modal .modal-header,
#iqListingsContainer #iq_mul_criteria_modal .modal-header {
  min-height: 66px !important;
}

@media (min-width: 521px) and (max-width: 991px) {
  #iq_listing_dialog_v2.modal {
    height: 75%;
  }
}
@media (min-width: 320px) and (max-width: 520px) {
  #iq_listing_dialog_v2.modal {
    height: 73%;
  }
}
@media (max-width: 454px) {
  #iq_listing_full_details_v2 .iq-listing-agent-header h4 {
    margin-bottom: 47px;
  }
}
@media (min-width: 320px) and (max-width: 520px) {
  body.editbar > #iq_listing_dialog_v2 {
    top: 215px;
  }
}
@media (max-width: 575px) {
  .v2-13 #iq_housevalue_form .container .well button {
    margin-top: 5px;
  }
}
.st-13 .img-fill-background.imghouseSection {
  object-fit: cover;
}

@media (max-width: 479px) {
  .btn-toolbar a span {
    display: none;
  }
  .btn-toolbar #iq_listing_share_dropdown a span {
    display: block;
  }
  #iq_listing_map {
    height: 225px;
    position: relative;
  }
  #iq_listing_showing_request #iq_lead_form {
    display: none;
  }
  #iq_lead_form input {
    font-size: 10px;
  }
  #iq_listing_dialog .iq-listings-mobile-watch-icon {
    line-height: 20px;
  }
  #iq_listing_dialog_v2 .iq-listings-mobile-watch-icon {
    line-height: 20px;
  }
  #iq_listing_dialog p {
    font-size: 12px;
  }
  #iq_listing_dialog_v2 p {
    font-size: 12px;
  }
  #iq_listing_previous {
    display: none;
  }
  .well {
    min-height: inherit;
    margin-bottom: inherit;
    margin-top: 73px !important;
  }
  .v2-13 #iq_housevalue_form .container {
    padding: 0 12px;
  }
  .iq-listing-list-price {
    text-align: left;
  }
  .iq-listing-slider.well.well-sm {
    padding: 0;
  }
  .iq_listing_slider_v2 {
    padding: 0;
  }
  .iq-listing-nav.row {
    margin-bottom: 0 !important;
  }
  .iq-image-description {
    padding: 5px;
  }
  .iq-price-info {
    margin-bottom: 0;
  }
  .iq_price_info_v2 {
    margin-bottom: 0;
  }
  .iq-listing-price {
    font-size: 24px;
  }
  #iq_listing_head address,
  #iq_listing_head h2,
  .iq-listings-card-price {
    font-size: 16px;
  }
  #iq_listing_head [data-close-modal=true] {
    background-color: #ffffff;
    position: initial !important;
    box-shadow: none !important;
    left: 0;
    padding: 0;
  }
  #iq_listing_head [data-close-modal=true] .fa {
    font-size: 24px;
  }
  .form-header {
    margin-top: 3px !important;
  }
  .iq-listing-address {
    margin-top: 0 !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #iq_listing_map {
    height: 225px;
    position: relative;
  }
  #iq_listing_showing_request #iq_lead_form {
    display: none;
  }
  .well {
    min-height: inherit;
    margin-bottom: inherit;
    margin-top: 55px !important;
  }
  #iq_lead_form input {
    font-size: 10px;
  }
  .iq-listing-list-price {
    text-align: left;
  }
  #iq_listing_dialog_v2 #iq_listing_slw_toolbar_title {
    margin-top: 15px;
    display: block;
  }
  #iq_listing_head address,
  #iq_listing_head h2 {
    font-size: 16px;
  }
  #iq_listing_head [data-close-modal=true] {
    background-color: #ffffff;
    position: initial !important;
    box-shadow: none !important;
    padding: 0;
  }
  .form-header {
    margin-top: 3px !important;
  }
  .iq-listing-address {
    margin-top: 0 !important;
  }
}
@media (min-width: 768px) {
  #iq_listing_head h3 {
    font-size: 14px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #iq_listing_head [data-close-modal=true] {
    background-color: #ffffff;
    position: initial !important;
    box-shadow: none !important;
    padding: 0;
  }
  #iq_listing_dialog {
    width: 100%;
    left: unset;
    top: 132px;
    padding-right: 0 !important;
  }
  #iq_listing_dialog_v2 {
    width: 100%;
    left: unset;
    top: 132px;
    padding-right: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #iq_listing_dialog {
    width: 75.125%;
    left: unset;
    top: 132px;
    padding-right: 0 !important;
  }
  #iq_listing_dialog_v2 {
    width: 75.125%;
    left: unset;
    top: 132px;
    padding-right: 0 !important;
  }
}
@media (min-width: 1024px) {
  #iq_listing_dialog #iq_listing_head.iq-affix-listing-head {
    position: fixed;
    top: 132px;
    margin-left: -15px;
    padding-top: 30px;
    padding-right: 22px;
    padding-left: 10px;
    border-bottom: 1px solid #f0f0f0;
  }
  #iq_listing_dialog_v2 #iq_listing_head.iq-affix-listing-head {
    position: fixed;
    top: 132px;
    margin-left: -15px;
    padding-top: 30px;
    padding-right: 22px;
    padding-left: 10px;
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available;
  }
  body.editbar > #iq_listing_dialog #iq_listing_head.iq-affix-listing-head {
    top: 177px;
  }
  body.editbar > #iq_listing_dialog_v2 #iq_listing_head.iq-affix-listing-head {
    top: 177px;
  }
}
@media (min-width: 1200px) {
  #iq_listing_dialog {
    width: 75.125%;
    left: unset;
    top: 132px;
    padding-right: 0 !important;
  }
  #iq_listing_dialog_v2 {
    width: 75.125%;
    left: unset;
    top: 132px;
    padding-right: 0 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  #iq_fullscreen_carousel .carousel-indicators li {
    width: 50px;
    height: 28px;
  }
}
@media (min-width: 1920px) {
  #iq_fullscreen_carousel .carousel-indicators li {
    width: 60px;
    height: 34px;
  }
}
/* Bootstrap override */
.affix {
  top: 0 !important;
}

.btn-carousel {
  margin-left: 5px;
  background-color: rgba(0, 0, 0, 0.6) !important;
  border: 0 !important;
  color: #fff !important;
}

#iq_lead_form-submit {
  background-color: var(--bay-searchformbuttonbackground);
  border-color: var(--bay-searchformbuttonsborder);
  color: var(--bay-searchformbuttonscolor);
}

.iq-lead-page .card-header .form-group {
  margin-bottom: 15px;
}

#iq_listing_thumb {
  margin-right: 15px;
}

a.oh_register_link {
  color: #fff !important;
  text-decoration: underline;
}

a.oh_register_link:hover {
  color: var(--bay-hovercolor) !important;
  text-decoration: underline;
}

a.oh_register_link:active {
  color: var(--bay-highlightcolor) !important;
  text-decoration: none;
}

a.oh_register_link_sidebar {
  color: var(--bay-maincolor) !important;
  text-decoration: none;
}

a.oh_register_link_sidebar:hover {
  color: var(--bay-hovercolor) !important;
  text-decoration: underline;
}

a.oh_register_link_sidebar:active {
  color: var(--bay-highlightcolor) !important;
  text-decoration: none;
}

#iq_listing_full_details_v2 a {
  text-decoration: none;
}

#iq_listing_full_details_v2 a:focus,
#iq_listing_full_details_v2 a:hover,
#iqGridResults .iq_listing_card_media .iq_listing_card_love a:focus,
#iqGridResults .iq_listing_card_media .iq_listing_card_love a:hover {
  color: #23527c;
  text-decoration: underline !important;
}

.modal-image-popup-idx {
  position: relative;
  display: inline-block;
  top: 45px;
  width: 100%;
  height: 115px;
}

.modal-image-popup-idx.modal-image-popup-title {
  margin-bottom: 44px !important;
}

@media (max-width: 468px) {
  .modal-image-popup-idx {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 11%;
  }
  .modal-image-popup-idx.modal-image-popup-title {
    margin-bottom: 120px !important;
  }
}
#brokerage_display_location-top_right_sidebar {
  margin-bottom: 15px;
  overflow: auto;
}

.iq_listing_idx_info {
  font-size: 12px;
}

#iq_listing_full_details_v2 .iq-listing-share-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#iq_listing_full_details_v2 .iq_listing_header-print,
#iq_listing_full_details_v2 #iq_listing_header-print {
  display: flex;
  align-items: center;
  justify-content: center;
}

#iq_listing_head_toolbar .iq-listing-share-title {
  color: var(--bay-grey-85);
  margin-right: 8px;
}

#iq_listing_full_details_v2 #iq_listing_slw_toolbar a {
  box-shadow: none !important;
  outline: none !important;
  border-color: transparent !important;
}

#iq_listing_head_toolbar .iq-listing-action-link .fa {
  font-size: unset !important;
}

#iq_listing_full_details_v2 .bay_listing_print_area_info {
  display: none;
}

@media (max-width: 576px) {
  #bay_search_listings_container:has(.bay_search_listings_results_sidebar_section) #iq_listing_header-print {
    justify-content: flex-end !important;
  }
  #bay_search_listings_container:has(.bay_search_listings_results_sidebar_section) #iq_listing_header-print span {
    display: block;
  }
  #bay_search_listings_container input#bay_search_listings_residential_header_form-location {
    width: auto !important;
  }
}
/* FORMAT LISTING DETAILS ON PRINT */
@media print {
  /* SECTIONS */
  nav,
  footer,
  .sidebar,
  .nav-header,
  .st-menu-wrapper,
  #iqSearchFormHeader,
  .v2-02 #st_section_09,
  [data-section=footer],
  #st-inside-modern-header,
  .bayListingShowingRequest,
  header.probootstrap-header,
  #bay_search_listings_header,
  .iq_listing_contact_sidebar_v2,
  #bay_search_listings_header .offcanvas,
  .bay_search_listings_results_sidebar_section,
  #iq_listing_full_details_v2 .iq-listing-alerts,
  [data-page=search-listings] form[name^=bay_search_listings_],
  #iq_agents_totop,
  #iq_listing_full_details_v2 .desktop-dropdown,
  #iq_listing_full_details_v2 #iq_listing_thumb,
  #iq_listing_full_details_v2 #iq_nearby_listings,
  #iq_listing_full_details_v2 #mobileShareDropdown,
  #iq_listing_full_details_v2 #iq_fullscreen_button,
  #iq_listing_full_details_v2 .bay_listing_card_love,
  #iq_listing_full_details_v2 #iq_area_info_container,
  #iq_listing_full_details_v2 #iq_listing_attachments,
  #iq_listing_full_details_v2 #bay_listing_openhouses,
  #iq_listing_full_details_v2 #iq_listing_header-print,
  #iq_listing_full_details_v2 #iq_listing_prevnext_button,
  #iq_listing_full_details_v2 button.carousel-control-prev,
  #iq_listing_full_details_v2 button.carousel-control-next,
  #iq_listing_full_details_v2 #iq_listing_carousel_image_button,
  #iq_listing_full_details_v2 #iq_listing_carousel_roadmap_button,
  #iq_listing_full_details_v2 #iq_listing_carousel_virtualtour_button {
    display: none !important;
  }
  .bay_search_listing_detail_result_section {
    width: 100% !important;
    height: 100% !important;
  }
  #bay_search_listing_detail_result #iq_listing_head {
    position: unset !important;
  }
  #iq_listing_full_details_v2 #iq_listing_features-h3,
  #iq_listing_full_details_v2 #iq_listing_features_v2,
  #iq_listing_full_details_v2 #iq_listing_details_v2,
  #iq_listing_full_details_v2 #bay_listing_print_area_info {
    break-inside: avoid;
    page-break-inside: avoid;
  }
  #iq_listing_full_details_v2 #iq_listing_details-h3,
  #iq_listing_full_details_v2 #iq_listing_features-h3,
  #iq_listing_full_details_v2 .bay_listing_extended_information_h3 {
    break-after: avoid;
    page-break-after: avoid;
  }
  #iq_listing_full_details_v2 .bay_listing_print_area_info {
    display: unset !important;
  }
}
body.modal-open {
  overflow: hidden !important;
}

.st-sitemenu-02 .navbar-fixed-top {
  width: 0 !important;
}

#iq_forsale_list {
  min-height: 320px;
  display: table;
  width: 100%;
}

.iq-hidden {
  display: none;
}

.iq-criteria-nav .iq-textdropdown {
  position: absolute;
  right: -5px;
  top: -1px;
}

.v2-03 .iq-criteria-nav .iq-textdropdown {
  right: 2px;
  top: 1px;
}

.v2-03 #iq_watch_criteria_form .iq-criteria-nav {
  z-index: 0 !important;
}

.search .btn .btn-xs .dropdown-toggle {
  background-color: #ebebeb !important;
  color: #000000 !important;
}

.search.affix {
  top: 0;
  width: 100%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  z-index: 12002 !important;
}

.search label {
  font-size: 12px;
  color: #555555;
  margin-bottom: 6px;
}

.dropdown-toggle .fa-chevron-down:before {
  color: #ffffff;
}

.modal-body .iq-textdropdown {
  position: absolute;
  bottom: 0;
  top: 0;
  right: -4px;
}

.modal-body .iq-textdropdown button {
  background-color: var(--bay-maincolor);
  color: #ffffff;
}

.modal-body .dropdown-menu {
  max-height: 300px;
  overflow: auto;
}

#iq_listing_dialog .modal-footer,
#iq_listing_dialog_v2 .modal-footer {
  display: none;
}

.iq-criteria-nav .dropdown-menu {
  max-height: 300px;
  overflow: auto;
}

.iq-criteria-nav {
  position: relative;
  font-size: 13px;
  width: 100%;
  z-index: 999;
}

.iq-criteria-nav label {
  font-weight: normal;
}

.iq-criteria-nav .well {
  margin-bottom: 0;
}

.iq-criteria-nav hr {
  margin: 0;
}

.iq-criteria-nav td {
  padding-right: 0;
  padding-left: 0;
  border-right: 1px solid #e7e7e7;
}

.iq-criteria-nav td:last-child {
  border-right: 0;
}

.iq-criteria-nav td > a {
  padding: 15px;
  display: block;
  text-decoration: none;
}

.iq-criteria-nav .iq-criteria-drop {
  box-sizing: content-box;
  position: absolute;
  left: -1px;
  display: none;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.iq-criteria-nav .active > div,
.iq-criteria-nav .active > a,
.iq-criteria-nav .active > a:hover,
.iq-criteria-nav .active > a:focus {
  background-color: #fcfcfc !important;
}

.iq-criteria-drop {
  z-index: 1000;
}

.iq-results-content {
  overflow: auto;
  overflow-x: hidden;
}

.iq-form-control-spacer.row {
  padding: 10px 0 10px 0;
  margin-left: -15px;
  margin-right: -15px;
}

.iq-criteria-nav td[class*=col-],
.iq-criteria-nav th[class*=col-] {
  float: left;
}

.form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
}

.iq-listings-card {
  border: 1px solid #e3e3e3;
  background: var(--bay-featuredhomesbackground);
  color: var(--bay-bodytext);
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.iq-listings-card .carousel-inner img {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(245, 246, 247, 0.1) 30%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.35) 70%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(30%, rgba(245, 246, 247, 0.1)), color-stop(50%, rgba(0, 0, 0, 0.1)), color-stop(70%, rgba(0, 0, 0, 0.35)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(245, 246, 247, 0.1) 30%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.35) 70%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(245, 246, 247, 0.1) 30%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.35) 70%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(245, 246, 247, 0.1) 30%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.35) 70%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(245, 246, 247, 0.1) 30%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.35) 70%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#cc000000", GradientType=0 );
}

.iq-listings-card:hover {
  border: 1px solid #999;
}

.iq-listings-card-icons {
  color: #fff;
  font-size: 12px;
}

.iq-listings-card-image-expand {
  padding: 0;
  margin-right: 7px;
  margin-top: -3px;
  margin-left: -15px;
}

.iq-listings-card-image-expand a {
  font-family: var(--bay-primary-font);
}

.iq-carousel-chevron-main-right {
  right: 50%;
  position: absolute;
  top: 37% !important;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  font-size: 13px !important;
  padding: 0;
  border-radius: 15px;
  background-color: var(--bay-sitecolor);
}

.iq-carousel-chevron-main-left {
  left: 50%;
  position: absolute;
  top: 37% !important;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  font-size: 13px !important;
  padding: 0;
  border-radius: 15px;
  background-color: var(--bay-sitecolor);
}

.iq-listings-card-card-zoom {
  top: 25%;
  right: 43%;
  text-shadow: 1px 1px 5px #000;
  line-height: 100px;
  position: absolute;
  color: #fff;
  font-size: 34px;
  opacity: 0.2;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}

.iq-listings-card-card-zoom:hover {
  opacity: 0.7;
}

.iq-listings-card-price-sent {
  text-align: center;
  color: var(--bay-highlighttext);
  font-size: 28px;
  background-color: #33cc99;
}

.iq-listings-card-price {
  color: var(--bay-bodycolor);
  font-size: 28px;
  background-color: var(--bay-maincolor);
  height: 40px;
  padding: 0 15px;
}

.iq-listings-card .listings-price {
  color: var(--bay-bodycolor);
  line-height: 40px;
  float: left;
  padding: 0 25px;
}

.iq-listings-card .listings-price.with-price-type {
  font-size: 22px;
  line-height: 25px;
}

.iq-listings-card .listings-price.with-price-type span {
  margin-top: 2px;
  margin-bottom: -3px;
  font-size: 11px;
  line-height: 15px;
  display: block;
}

.iq-listings-list-card-price-wrap .listings-price-type {
  font-size: 12px !important;
  font-weight: 500;
}

.iq-listings-card .carousel {
  height: auto;
}

.iq-listings-card .carousel-inner > div {
  background-size: cover;
  width: 100%;
  height: auto;
  background-position: center;
}

.iq-listings-card address {
  padding: 15px 0 8px 0;
  margin-bottom: 0;
}

.iq-listings-card address a {
  color: #666;
}

.iq-listings-card .iq-listings-card-icons {
  color: #888;
}

.iq-listings-card-social-icons {
  padding-right: 5px;
}

.iq-listings-card-agent-area {
  padding: 0 0 5px 0;
  margin-bottom: 10px;
}

.iq-listings-card-agent-area h6 {
  font-family: var(--bay-primary-font);
  font-weight: bold;
  padding-bottom: 4px;
  color: var(--bay-bodytext);
  margin: 0;
}

.iq-listings-card-agent-area-icons {
  color: #888;
}

.iq-listings-card-menu-foot {
  padding: 8px 0 2px 0;
  color: #666;
  text-align: center;
  height: 30px;
}

.iq-listings-card-menu-foot-icon {
  color: #666;
  padding-right: 5px;
}

.iq-listings-card-menu-foot .iq-listings-card-video {
  margin: 0 0 3px 0;
}

.iq-listings-card-form-btn {
  border: 1px solid #ddd;
  background-color: #7089a1;
  border-radius: 0;
  color: #fff;
  padding: 8px;
  text-transform: uppercase;
}

.iq-listings-card-form-btn:hover {
  border: 1px solid #999;
  background: #999;
  color: #f5f5f5;
  border-radius: 0;
  opacity: 0.7;
}

.iq-listings-save-search-btn {
  border: 1px solid #ddd;
  background: #777;
  color: #fff;
  border-radius: 0;
}

.iq-listings-save-search-btn:hover {
  border: 1px solid #ccc;
  background: #888;
  color: #fff;
  border-radius: 0;
  opacity: 0.7;
}

.iq-listings-watch-btn {
  border: 1px solid #eea236;
  color: #fff;
  border-radius: 0;
  background-color: #f0ad4e;
  color: #fff;
}

.iq-listings-watch-btn:hover {
  border: 1px solid #ccc;
  background: #888;
  color: #fff;
  border-radius: 0;
  opacity: 0.7;
}

.iq-listings-card-menu {
  font-size: 16px;
  margin: -27px 0 0 11px;
  z-index: 2;
  color: #fff;
}

.iq-listings-card-menu a {
  color: #fff;
  text-decoration: none;
  font-family: var(--bay-primary-font);
}

.iq-listings-card-menu li {
  font-family: var(--bay-primary-font);
  font-size: 14px;
}

/* .iq-listings-card-openhouse { position:absolute; bottom:20px; right:20px; height:40px; max-height:40px; color:#ffffff; overflow:hidden; } */
.iq-listings-card-openhouse {
  position: absolute;
  top: 20px;
  left: 20px;
  height: 40px;
  max-height: 40px;
  color: #ffffff;
  overflow: hidden;
  display: table !important;
  border: 1px solid #ffffff;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px;
}

/* LIST GRID */
.iq-listings-list-card-wrap {
  border: 1px solid #e3e3e3;
  margin-bottom: 25px;
}

.iq-listings-list-card-wrap:hover {
  border: 1px solid #999;
  margin-bottom: 25px;
}

.iq-listings-map-selected {
  border-right: 4px solid #d9534f;
  border-left: 4px solid #d9534f;
}

.iq-listings-list-card {
  padding: 20px;
}

/* .iq-listings-list-card .iq-listings-alerts { margin:10px; } */
.iq-listings-list-card .iq-listings-alerts .iq-listings-previews {
  margin: 0 0 10px 0;
  background-color: #36386e;
  padding: 5px;
}

.iq-listings-list-card .iq-listings-alerts .iq-listings-previews img {
  border: 1px solid #fff;
}

.iq-listings-list-card .iq-listings-alerts .iq-listings-previews span {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
}

.iq-listings-list-card .iq-listings-alerts .iq-listings-new {
  margin: 0 0 10px 0;
  background-color: #fe9901;
  padding: 5px;
}

.iq-listings-list-card .iq-listings-alerts .iq-listings-new img {
  border: 1px solid #fff;
}

.iq-listings-list-card .iq-listings-alerts .iq-listings-new span {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
}

.iq-listings-list-card .iq-listings-alerts .iq-listings-reduced {
  margin: 0 0 10px 0;
  background-color: #36386e;
  padding: 5px;
}

.iq-listings-list-card .iq-listings-alerts .iq-listings-reduced img {
  border: 1px solid #fff;
}

.iq-listings-list-card .iq-listings-alerts .iq-listings-reduced span {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
}

.iq-listings-list-card .iq-listings-alerts .iq-listings-open-house {
  margin: 0 0 10px 0;
  background-color: #b2393a;
  padding: 5px;
}

.iq-listings-list-card .iq-listings-alerts .iq-listings-open-house img {
  border: 1px solid #fff;
}

.iq-listings-list-card .iq-listings-alerts .iq-listings-open-house span {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
}

.iq-listings-list-card-head {
  padding: 5px 15px;
  background-color: var(--bay-maincolor);
  color: #fff;
  font-size: 18px;
}

.iq-listings-list-card-head address {
  color: var(--bay-bodycolor);
  font-size: 24px;
  text-transform: uppercase;
  margin: 0;
  line-height: 40px;
  display: inline;
  padding-left: 5px;
}

.iq-listings-list-card-head .distance {
  color: var(--bay-bodycolor);
  font-size: 24px;
  text-transform: uppercase;
  margin: 0;
  line-height: 40px;
}

.iq-listings-list-card-head .badge {
  font-size: 18px;
}

.iq-listings-card-price .badge {
  font-size: 18px;
  float: left;
  margin: 8px 0;
}

.iq-listings-list-compare-input {
  font-size: 10px;
  color: var(--bay-bodycolor);
  line-height: 40px !important;
  float: right;
}

.iq-listings-list-card-icons {
  color: var(--bay-bodycolor);
  font-size: 17px;
}

.iq-listings-list-card-cols {
  padding: 0;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.iq-listings-list-card-cols .carousel-inner {
  background-image: url(/assets/img/animated/spinner.gif);
  background-position: center;
  background-repeat: no-repeat;
}

/*.iq-listings-list-card-col-1 { padding:0; }*/
.iq-listings-list-card-col-1 .well {
  margin-bottom: 0;
}

/*.iq-listings-list-card-col-2 { overflow:hidden; padding-right:0; }*/
.iq-listings-list-card-col-2 .iq-listings-list-card-price-wrap {
  font-size: 30px;
  font-weight: bold;
}

.iq-listings-list-card-col-2 .iq-listings-list-card-price-wrap > div {
  font-size: 50%;
}

.iq-listings-list-card-body td {
  font-size: 10px;
  background-color: #fff;
}

.iq-listings-list-card-body span {
  font-size: 18px;
  font-weight: bold;
}

.iq-listings-list-card-body .iq-listings-grid-mls-info {
  vertical-align: middle;
  font-size: 13px;
}

.iq-listings-list-card-body .iq-listings-grid-mls-info span {
  font-size: 13px;
  font-weight: bold;
}

.iq-listings-list-card-body .iq-listings-card-grid-onsite {
  vertical-align: middle;
  font-size: 13px;
}

.iq-listings-list-card-body .iq-listings-card-grid-onsite span {
  font-size: 13px;
  font-weight: bold;
}

.iq-listings-list-card-btn-wrap {
  margin-bottom: 20px;
}

.iq-listings-list-card-btn-wrap a:link,
.iq-listings-list-card-btn-wrap a:visited,
.iq-listings-list-card-btn-wrap a:hover,
.iq-listings-list-card-btn-wrap a:active {
  color: var(--bay-bodycolor);
}

.iq-listings-list-card-agent-area {
  height: 70px;
  margin: 0;
  position: relative;
  font-size: 12px;
}

/* .iq-listings-list-card-agent-area > div { position:absolute; bottom:0; width:100%; } */
.iq-listings-list-card-agent-area a {
  font-family: var(--bay-primary-font);
  font-weight: bold;
  padding-bottom: 4px;
}

.iq-listings-list-card-agent-card {
  height: 70px;
  font-size: 12px;
}

.iq-listings-list-card-agent-card img {
  height: 100%;
  margin-right: 10px;
  float: left;
  border: 1px solid #e3e3e3;
}

.iq-listings-list-card-agent-area-icons {
  color: #888;
}

.iq-listings-list-card-agent-body {
  padding-top: 0;
  text-align: left;
}

.iq-listings-list-card-agent-body h4 {
  margin: 0 0 5px 0;
  font-size: 12px;
}

.iq-listings-list-card-agent-area .iq-listings-list-card-list-provider {
  font-size: 10px;
  padding-top: 10px;
  text-align: left;
}

.iq-listings-list-card-agent-card .iq-company-logo {
  max-height: 70px;
  margin-right: 0 !important;
}

.iq-listings-list-card-agent-area .iq-listings-card-agent-idx img {
  height: 50px;
  padding: 10px 0;
}

.iq-listings-list-card-agent-area .iq-listings-card-agent-idx > div {
  font-size: 10px;
}

.iq-listings-list-card-agent-area .iq-idx-logo {
  height: 60px;
}

.iq-listings-list-card-info-area {
  padding: 10px 15px;
}

.iq-carousel-chevron-main-right {
  right: 50%;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0;
  border-radius: 15px;
  background-color: none;
}

.iq-carousel-chevron-main-left {
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0;
  border-radius: 15px;
  background-color: var(--bay-sitecolor);
}

.iq-listings-list-card-card-zoom {
  top: 43%;
  right: 45%;
  text-shadow: 1px 1px 5px #000;
  line-height: 100px;
  position: absolute;
  color: #fff;
  font-size: 34px;
  opacity: 0.2;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}

.iq-listings-list-card-card-zoom:hover {
  opacity: 0.7;
}

.iq-listings-list-card .carousel {
  height: auto;
}

.iq-listings-list-card .carousel-inner {
  height: 100%;
}

#iq_listing_carousel .carousel-inner .iq-listing-image img {
  max-height: 500px !important;
}

@media (min-width: 1200px) {
  #iq_listing_carousel .carousel-inner .iq-listing-image img {
    max-height: 630px !important;
  }
}
#iq_fullscreen_carousel .iq-listing-image img {
  object-fit: contain;
}

.iq-listings-list-card .carousel-inner > div {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: auto;
}

/* DEFAULT FORM AREA */
.iq-listings-prop-search-form hr {
  border: 0;
  border-top: 1px solid #e5e5e5;
}

.iq-listings-list-form-head ul {
  padding: 10px;
  line-height: 20px;
}

.iq-listings-list-form-head .iq-listings-list-property {
  font-family: var(--bay-primary-font);
  text-decoration: none;
}

#description-container {
  margin: 10px 0 0 0;
  display: table;
  width: 100%;
}

#openhouse-container {
  border: 1px solid #ccc;
  border-radius: var(--bs-border-radius);
  padding: 5px 28px 5px 30px;
}

.iq-listings-list-form-prop-drop {
  padding: 10px;
  line-height: 20px;
}

.iq-listings-list-form-prop-drop .iq-listings-list-form-prop-font {
  font-family: var(--bay-primary-font);
  text-decoration: none;
}

.iq-listings-card-price .badge {
  font-size: 16px;
  float: left;
  margin: 0 -15px;
  height: 40px;
  border-radius: 0;
  line-height: 38px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.25);
}

.iq-listings-list-form-watch-badges ul {
  margin: 0;
}

.iq-listings-list-form-watch-badges li {
  display: inline-block;
  padding: 0 0 0 15px;
  text-align: center;
  line-height: 34px;
}

.iq-listings-mobile-watch-icon {
  font-size: 25px;
  color: #ffffff;
  cursor: pointer;
  line-height: 40px;
}

.iq-listings-list-form-margin-5 {
  margin-bottom: 5px;
}

.iq-listings-list-form-margin-10 {
  margin-bottom: 10px;
}

.iq-listings-list-form-margin-15 {
  margin-bottom: 15px;
}

.iq-listings-list-form-margin-20 {
  margin-bottom: 20px;
}

.iq-listings-prop-form-wrap {
  display: table;
  width: 100%;
}

.iq-listings-prop-form-head-row {
  display: table;
  width: 100%;
}

.iq-listings-status-message {
  font-size: 18px;
}

.iq-listings-compare-wrap {
  margin-bottom: 20px;
  height: 40px;
  border: 1px solid #e3e3e3;
}

.iq-listings-compare-image-wrap {
  margin: 0 4px 0 5px;
  display: inline;
  height: 34px;
  width: 50px;
  vertical-align: middle;
  border: 0;
}

.iq-listings-view-filter-wrap {
  margin-bottom: 10px;
}

.iq-listings-view-filter-wrap a {
  font-family: var(--bay-primary-font);
}

.iq-listings-view-filter-pull-right {
  line-height: 30px;
  padding-right: 15px;
}

.iq-listings-view-filter-pull-right li {
  display: inline;
}

.iq-listings-details-wrap {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* COMPARE PREVIEW */
.iq-compare-preview {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}

.iq-compare-preview li {
  position: relative;
  float: left;
  width: 160px;
  height: 180px;
  margin-right: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
}

.iq-compare-preview img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  object-position: center;
}

.iq-compare-preview address {
  font-size: 12px;
  padding: 0 5px;
  margin: 0;
}

.iq-compare-preview .iq-compare-price {
  font-size: 18px;
  padding: 0 5px;
  margin: 0;
}

.iq-compare-preview .iq-compare-remove {
  position: absolute;
  top: -5px;
  right: -5px;
  font-size: 16px;
  line-height: 16px;
  background: #fff;
  padding: 3px;
  border-radius: 50%;
}

/* COMPARE MODAL TABLE */
.iq-compare-table {
  margin: 0 0 20px 0;
  position: relative;
}

.iq-compare-table td {
  vertical-align: top;
  font-family: var(--bay-primary-font);
  font-size: 12px;
}

.iq-compare-grid-labels {
  list-style: none;
  width: 200px;
  margin: 0;
  padding: 0;
}

.iq-compare-grid-labels li {
  font-weight: bold;
  font-size: 12px;
  text-align: right;
  margin: 0 0 5px 0;
  padding: 5px 0;
  border-bottom: 1px solid #dbe1ea;
  min-height: 30px;
}

.iq-compare-grid-labels li img {
  width: 100%;
  height: 125px;
  border: 0;
  object-fit: cover;
  object-position: center;
}

.iq-compare-grid-data {
  list-style: none;
  width: 200px;
  margin: 0;
  padding: 0;
}

.iq-compare-grid-data li {
  font-size: 12px;
  text-align: center;
  margin: 0 0 5px 0;
  padding: 5px 0;
  border-bottom: 1px solid #dbe1ea;
  min-height: 30px;
}

.iq-compare-grid-data li img {
  width: 100%;
  height: 125px;
  border: 1px solid #ccc;
  object-fit: cover;
  object-position: center;
}

/* OLD COMPARE GRID */
.iq-compare-grid {
  width: 100%;
  margin: 0 0 20px 0;
}

.iq-compare-grid-col {
  vertical-align: top;
  font-family: var(--bay-primary-font);
  font-size: 85%;
}

.iq-compare-grid-col-first {
  width: 200px;
}

.iq-compare-grid-col .iq-compare-grid-label {
  text-align: right;
  font-weight: bold;
  margin: 0 0 5px 0;
  padding: 5px 0;
  border-bottom: 1px solid #dbe1ea;
  min-height: 30px;
}

.iq-compare-grid-col .iq-compare-grid-text {
  text-align: center;
  font-weight: normal;
  margin: 0 0 5px 0;
  padding: 5px 0;
  border-bottom: 1px solid #dbe1ea;
  min-height: 30px;
}

.iq-compare-grid-col .iq-compare-image {
  height: 137px;
  margin: 0 0 10px 10px;
  text-align: center;
}

.iq-compare-grid-col .iq-compare-image img {
  height: 135px;
  border: 1px solid #ccc;
}

.iq-listings-details-alerts .iq-listings-previews {
  margin: 0 0 10px 0;
  background-color: #36386e;
  padding: 5px;
}

.iq-listings-details-alerts .iq-listings-previews img {
  border: 1px solid #fff;
}

.iq-listings-details-alerts .iq-listings-previews span {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
}

.iq-listings-details-alerts .iq-listings-new {
  margin: 0 0 10px 0;
  background-color: #fe9901;
  padding: 5px;
}

.iq-listings-details-alerts .iq-listings-new img {
  border: 1px solid #fff;
}

.iq-listings-details-alerts .iq-listings-new span {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
}

.iq-listings-details-alerts .iq-listings-reduced {
  margin: 0 0 10px 0;
  background-color: #36386e;
  padding: 5px;
}

.iq-listings-details-alerts .iq-listings-reduced img {
  border: 1px solid #fff;
}

.iq-listings-details-alerts .iq-listings-reduced span {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
}

.iq-listings-details-alerts .iq-listings-open-house {
  margin: 0 0 10px 0;
  background-color: #b2393a;
  padding: 5px;
}

.iq-listings-details-alerts .iq-listings-open-house img {
  border: 1px solid #fff;
}

.iq-listings-details-alerts .iq-listings-open-house a {
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
}

.iq-listings-details-head {
  width: 100%;
  margin-bottom: 5px;
  text-transform: uppercase;
  background-color: var(--bay-maincolor);
  padding: 5px 15px 5px 15px;
}

.iq-listings-details-head h2 {
  color: #fff;
}

.iq-listings-details-carousel-chevron-main-right {
  right: 50%;
  position: absolute;
  top: 45%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0;
  border-radius: 15px;
  background-color: var(--bay-sitecolor);
}

.iq-listings-details-carousel-chevron-main-left {
  left: 50%;
  position: absolute;
  top: 45%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0;
  border-radius: 15px;
  background-color: var(--bay-sitecolor);
}

.iq-listings-details-zoom {
  top: 25%;
  right: 43%;
  text-shadow: 1px 1px 5px #000;
  line-height: 100px;
  position: absolute;
  color: #fff;
  font-size: 34px;
  opacity: 0.2;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}

.iq-listings-details-zoom:hover {
  opacity: 0.7;
}

.iq-listings-details-slider .carousel {
  height: 585px;
}

.iq-listings-details-slider .carousel-inner > div {
  background-size: cover;
  width: 100%;
  height: 585px;
  background-position: center;
}

.iq-overlay-side-icons {
  color: var(--bay-maincolor);
  font-size: 45px;
}

.iq-listings-details-info-grid {
  margin-left: 0;
  margin-right: 0;
}

.iq-listings-details-info-grid ul {
  padding-left: 0;
  list-style: none;
}

.iq-listings-details-info-grid li {
  float: left;
  width: 25%;
  height: 90px;
  padding: 5px 5px 5px 5px;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
  overflow: hidden;
}

.iq-listings-details-info-grid .iq-listings-details-info {
  border: 1px solid #e3e3e3;
  background-color: #f5f5f5;
  height: 100%;
  border-radius: 4px;
  padding-top: 15px;
}

.iq-listings-list-card-listinginfo {
  color: #ffffff;
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 12px;
}

.iq-listings-list-card-listinginfo .fa {
  color: #ffffff;
}

#iqListingsContainer .iq-compare-wrap {
  line-height: 32px;
  margin-bottom: 15px;
}

#iqListingsContainer .iq-compare-wrap .btn-sm {
  float: left;
  margin: 2px 2px;
}

#iq_res_criteria_form .btn-info,
#iq_mul_criteria_form .btn-info,
#iq_com_criteria_form .btn-info,
#iq_lan_criteria_form .btn-info {
  background-color: var(--bay-maincolor);
  color: #ffffff;
  border-color: var(--bay-maincolor);
}

/*--- Overlay FontAwesome Enhancement ---*/
* > .fa.fa-hover-show,
*:hover > .fa.fa-hover-hidden {
  display: none;
}

*:hover > .fa.fa-hover-show {
  display: inline-block;
}

.-railo-dump .label {
  display: block;
  font-size: 100%;
  font-weight: normal;
  color: #000000;
  line-height: normal;
  border-radius: 0;
  white-space: normal;
}

.-railo-dump table {
  margin: 0;
}

#iqListingsContainer .iq-listings-filters .small {
  font-size: 10px;
}

#iqListingsContainer .iq-listings-filters {
  padding: 10px 0 10px 0;
  z-index: 3;
  background-color: var(--bay-bodycolor);
}

#iqListingsContainer .ui-slider-horizontal {
  background: #cccccc;
  margin: 11px;
}

#iqListingsContainer .ui-slider-range {
  background: #ebebeb !important;
}

#iqListingsContainer .ui-slider-handle {
  border-radius: 50%;
  background: var(--bay-bodycolor) !important;
  border-color: #536670 !important;
  border-width: 8px !important;
  top: -0.4em !important;
  margin-left: -0.8em !important;
  width: 1.6em !important;
  height: 1.6em !important;
}

#iq_res_criteria_modal .container,
#iq_com_criteria_modal .container,
#iq_lan_criteria_modal .container,
#iq_mul_criteria_modal .container {
  padding: 10px 0 0 0;
}

.modal-content {
  border-radius: 0;
}

.modal-header {
  background-color: var(--bay-maincolor);
  min-height: 56px;
}

.modal-title {
  color: var(--bay-bodycolor);
}

.modal-header .close {
  color: var(--bay-bodycolor);
}

.form-control {
  border-radius: 0;
}

#iq_res_criteria_modal fieldset,
#iq_com_criteria_modal fieldset,
#iq_lan_criteria_modal fieldset,
#iq_mul_criteria_modal fieldset {
  padding-top: 15px;
  margin: 0;
}

.iq-searchform-label {
  padding: 10px 0 10px 0;
}

.v2-03 .iq-agent-property:hover,
.v2-06 .iq-agent-property:hover {
  color: #0a58ca !important;
}

.switch-toggle label {
  border: 1px solid #cccccc;
  font-size: 14px;
  height: 30px;
  outline: 0 !important;
}

.v2-04 .iq-full-details .iq-listings-office:hover,
.v2-07 .iq-full-details .iq-listings-office:hover,
.v2-08 .iq-full-details .iq-listings-office:hover,
.v2-09 .iq-full-details .iq-listings-office:hover,
.v2-10 .iq-full-details .iq-listings-office:hover,
.v2-11 .iq-full-details .iq-listings-office:hover,
.v2-12 .iq-full-details .iq-listings-office:hover,
.v2-13 .iq-full-details .iq-listings-office:hover {
  color: #0a58ca !important;
}

.v2-02 .iq-result-counter,
.v2-04 .iq-result-counter,
.v2-06 .iq-result-counter,
.v2-07 .iq-result-counter,
.v2-08 .iq-result-counter,
.v2-09 .iq-result-counter,
.v2-10 .iq-result-counter,
.v2-11 .iq-result-counter,
.v2-12 .iq-result-counter,
.v2-13 .iq-result-counter {
  color: #868e96;
}

.iq-agent-listing-table label {
  font-weight: bold;
}

.iq-office-street a:hover {
  color: #555555;
}

.v2-03 .iq-table-listing-detail {
  color: #212529;
  font-weight: 500;
}

.v2-03 .iq-listing-community:hover,
.v2-06 .iq-listing-community:hover {
  color: #0a58ca;
  text-decoration: underline;
}

.iq-community-property {
  font-weight: bold;
}

@media (min-width: 320px) and (max-width: 430px) {
  .switch-toggle.showColumn a.btn.btn-primary {
    display: none;
  }
  .switch-toggle.showColumn {
    display: flex;
    flex-direction: column;
  }
  .switch-toggle.showColumn label {
    width: 100% !important;
  }
  .switch-toggle.showColumn label:nth-child(2):nth-last-child(8),
  .switch-toggle.showColumn label:nth-child(2):nth-last-child(8) ~ label {
    width: 100%;
  }
}
input.locationSearch::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  white-space: pre-line;
  position: relative;
  vertical-align: middle;
}

@media (max-width: 992px) {
  input.locationSearch::-webkit-input-placeholder {
    top: -7px;
  }
}
.switch-toggle input:focus + label {
  color: #fff;
  border-color: var(--bay-maincolor) !important;
}

.switch-toggle input:checked + label {
  color: #fff;
  background-color: var(--bay-maincolor) !important;
}

.switch-light strong {
  font-size: 14px;
  padding: 15px 0 15px 0;
  margin: 0;
  display: block;
}

.switch-light {
  padding: 0;
}

.switch-light input + span > span.iq-yes {
  color: #000000;
}

.switch-light input + span > span.iq-no {
  color: #ffffff;
}

.switch-light input:checked + span > span.iq-yes {
  color: #ffffff;
}

.switch-light input:checked + span > span.iq-no {
  color: #000000;
}

.switch-light a {
  background-color: var(--bay-maincolor);
}

.switch-toggle a {
  display: block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: var(--bay-maincolor) !important;
}

.switch-light .btn-primary {
  background-color: var(--bay-maincolor);
  outline: 0 !important;
}

fieldset legend {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  padding: 5px 0 5px 0;
  margin: 0;
  border: none;
}

.iq-listings-filters fieldset legend {
  text-align: left !important;
  padding: 0 0 7px 0 !important;
  color: #555555 !important;
  font-size: 12px !important;
}

.iq-listing-contact {
  width: 100%;
  margin-bottom: 55px;
}

.iq-listing-contact .fa {
  margin-right: 5px;
}

.iq-listing-contact .iq-listing-agent::before {
  display: table;
  content: " ";
}

.iq-listing-contact .iq-listing-agent::after {
  clear: both;
}

.iq_listing_contact_sidebar_v2 {
  width: 100%;
  margin-bottom: 55px;
  padding: 19px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.iq_listing_contact_sidebar_v2 .fa {
  margin-right: 5px;
}

/*
.iq_listing_contact_sidebar_v2 .iq-listing-agent::before{ display: table; content: " "; }
.iq_listing_contact_sidebar_v2 .iq-listing-agent::after{ clear: both; }
*/
/* jquery ui overrides */
.ui-dialog {
  z-index: 12052 !important;
}

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 767px) {
  #iqListResults {
    display: none;
  }
}
@media (max-width: 479px) {
  /*Extra small devices Phones (lt 479px)*/
  .iq-listings-prop-search-form hr {
    margin-top: 10px;
  }
  .iq-listings-status-message {
    text-align: center;
    margin-bottom: 15px;
  }
  #list_price-container {
    margin-bottom: 15px;
  }
  #iqMapContainer {
    margin-bottom: 0;
  }
  #update_results-container button {
    width: 100%;
  }
  .iq-listings-list-card-head address,
  .iq-listings-list-card-head .distance {
    font-size: 75%;
    line-height: inherit;
  }
  .iq-listings-list-card-head .badge {
    font-size: 12px;
  }
  .iq-listings-list-card-agent-area .iq-listings-card-agent-idx img {
    height: 25px;
  }
  .iq-listings-list-card-body button {
    width: 100%;
  }
  .iq-listings-list-card-body .iq-listings-btn-space {
    margin-top: 5px;
  }
  .iq-criteria-nav td {
    display: block !important;
    border-bottom: 1px solid #e5e5e5;
  }
  .iq-criteria-nav td:last-child {
    border-bottom: 0;
  }
  .iq-criteria-nav .iq-criteria-drop {
    position: relative;
    border: 0;
    left: 0;
    margin-top: -1px;
  }
  .listings-price {
    color: var(--bay-bodycolor);
    font-size: 16px;
  }
  #iq_res_criteria_modal label.btn,
  #iq_com_criteria_modal label.btn,
  #iq_lan_criteria_modal label.btn,
  #iq_mul_criteria_modal label.btn {
    margin: 5px 0 5px 0;
    width: 100%;
  }
  #iq_res_criteria_modal .well,
  #iq_com_criteria_modal .well,
  #iq_lan_criteria_modal .well,
  #iq_mul_criteria_modal .well {
    margin-bottom: 20px;
  }
  .iq-listings-list-card-listinginfo {
    font-size: 10px;
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
  .iq-listings-list-card-btn-wrap {
    margin: 10px 0 10px 0;
    font-size: 14px;
  }
  .iq-listings-list-card-agent-area {
    height: 70px;
    font-size: 80%;
    margin: 0 0 10px 0;
  }
  .iq-listings-list-card-agent-card {
    height: 70px;
    margin: 0;
  }
  .iq-listings-list-card-agent-body {
    height: 70px;
    text-align: right;
  }
  .iq-listing-contact {
    margin-top: 20px;
  }
  .iq-rowlimit {
    position: absolute;
    top: 25px;
    left: 0;
    font-size: 10px;
    z-index: 999;
    width: 100%;
    background-color: rgba(252, 251, 251, 0.8);
    padding: 5px;
  }
  #iq_listing_next {
    display: none;
  }
  .modal-body {
    padding: 5px;
  }
  label.iq-stack {
    width: 100% !important;
    display: inline-block !important;
    margin: 10px 0 10px 0 !important;
  }
  .iq-listings-list-card-btn-wrap a:link,
  .iq-listings-list-card-btn-wrap a:visited,
  .iq-listings-list-card-btn-wrap a:hover,
  .iq-listings-list-card-btn-wrap a:active {
    padding: 5px;
    font-size: 16px;
  }
  .iq-listings-card .iq-listings-card-price {
    font-size: 14px;
    display: table;
    width: 100%;
    height: auto;
    padding: 0 10px;
  }
  .iq-listings-card .badge {
    font-size: 14px;
  }
  .iq-listings-list-card-info-area {
    padding: 0 10px;
  }
  .iq-slider {
    padding: 10px;
  }
  #iq_listings .iq-pg-header {
    display: none;
  }
  .form-control {
    font-size: 10px;
  }
  #iqListingsContainer .iq-listings-filters {
    background-color: #fcfcfc;
    padding: 0;
    margin-bottom: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid silver;
    box-shadow: 0 6px 5px -6px rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* Extra small devices Phones (lt 768px) */
  .iq-listings-prop-search-form hr {
    margin-top: 10px;
  }
  .iq-listings-status-message {
    text-align: center;
    margin-bottom: 15px;
  }
  #list_price-container {
    margin-bottom: 15px;
  }
  #iqMapContainer {
    margin-bottom: 25px;
  }
  .iq-listings-list-card-head address,
  .iq-listings-list-card-head .distance {
    font-size: 75%;
    line-height: inherit;
  }
  .iq-listings-list-card-head .badge {
    font-size: 12px;
  }
  .iq-listings-list-card-agent-area .iq-listings-card-agent-idx img {
    height: 25px;
  }
  #update_results-container button {
    width: 100%;
  }
  .iq-listings-list-card-body button {
    width: 100%;
  }
  .iq-listings-list-card-body .iq-listings-btn-space {
    margin-top: 5px;
  }
  .iq-criteria-nav td {
    display: block !important;
    border-bottom: 1px solid #e5e5e5;
  }
  .iq-criteria-nav td:last-child {
    border-bottom: 0;
  }
  .iq-criteria-nav .iq-criteria-drop {
    position: relative;
    border: 0;
    left: 0;
    margin-top: -1px;
  }
  #iq_beds_container,
  #iq_baths_container,
  #iq_sqfoot_container,
  #iq_subtype_container,
  #iq_acreage_container,
  #iq_zoning_container,
  #iq_units_container label,
  #iq_buildings_container label {
    margin-top: 10px;
  }
  #iq_res_criteria_modal label,
  #iq_com_criteria_modal label,
  #iq_lan_criteria_modal label,
  #iq_mul_criteria_modal label {
    margin: 0;
    font-size: 12px;
  }
  #iq_res_criteria_modal label.btn,
  #iq_com_criteria_modal label.btn,
  #iq_lan_criteria_modal label.btn,
  #iq_mul_criteria_modal label.btn {
    margin: 5px 0 5px 0;
    width: 100%;
  }
  .iq-listings-list-card-btn-wrap {
    margin-top: 20px;
    font-size: 14px;
  }
  .iq-rowlimit {
    position: absolute;
    top: 25px;
    left: 0;
    font-size: 10px;
    z-index: 999;
    width: 100%;
    background-color: rgba(252, 251, 251, 0.8);
    padding: 5px;
  }
  #iq_listing_next {
    display: none;
  }
  .modal-body {
    padding: 10px;
  }
  label.iq-stack {
    width: 100% !important;
    display: inline-block !important;
    margin: 10px 0 10px 0 !important;
  }
  .iq-listings-list-card-listinginfo {
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
  .iq-listings-list-card-agent-body {
    text-align: right;
  }
  .iq-listings-mobile-watch-icon {
    font-size: 25px;
    color: #ffffff;
    cursor: pointer;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  .iq-listings-prop-search-form hr {
    margin-top: 10px;
  }
  .iq-listings-status-message {
    text-align: center;
    margin-bottom: 15px;
  }
  #list_price-container {
    margin-bottom: 15px;
  }
  #update_results-container button {
    width: 100%;
  }
  .iq-listings-list-card-body button {
    width: 100%;
  }
  .iq-listings-list-card-body .iq-listings-btn-space {
    margin-top: 5px;
  }
  #iq_beds_container,
  #iq_baths_container,
  #iq_sqfoot_container,
  #iq_subtype_container,
  #iq_acreage_container,
  #iq_zoning_container,
  #iq_units_container label,
  #iq_buildings_container label {
    margin-top: 10px;
  }
  #iq_res_criteria_modal label,
  #iq_com_criteria_modal label,
  #iq_lan_criteria_modal label,
  #iq_mul_criteria_modal label {
    font-size: 12px;
  }
  .iq-rowlimit {
    position: absolute;
    top: 25px;
    left: 0;
    font-size: 10px;
    z-index: 999;
    width: 100%;
    background-color: rgba(252, 251, 251, 0.8);
    padding: 5px;
  }
  .iq-listings-list-card-listinginfo {
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
  #iq_res_criteria_modal label.btn,
  #iq_com_criteria_modal label.btn,
  #iq_lan_criteria_modal label.btn,
  #iq_mul_criteria_modal label.btn {
    margin: 5px 0 5px 0;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
  .iq-listings-filters {
    font-size: 10px;
  }
  .iq-listings-list-card-listinginfo {
    font-size: 12px;
  }
  .iq-listings-list-card-agent-body {
    font-size: 10px !important;
  }
  .iq-listings-list-card-agent-body h4 {
    font-size: 14px !important;
  }
  .iq-listings-list-card-agent-card img {
    max-width: 70px;
    height: 50px !important;
  }
  .iq-listings-list-card-agent-card .iq-company-logo {
    display: none;
  }
  .iq-narrow-results {
    display: none !important;
  }
  #iq_list_price_container {
    padding: 0;
    margin: 0 -15px 0 -15px;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devices Desktops (gte 1200px)*/
  .iq-listings-filters {
    font-size: 12px;
  }
  .iq-listings-list-card-listinginfo {
    font-size: 12px;
  }
  .iq-listings-list-card-agent-body {
    font-size: 12px !important;
  }
  .iq-listings-list-card-agent-body h4 {
    font-size: 14px !important;
  }
  .iq-listings-list-card-agent-card img {
    max-width: 70px;
    max-height: 70px;
    height: auto !important;
  }
  .iq-listings-list-card-agent-card .iq-company-logo {
    max-width: 70px;
    height: auto;
  }
  .iq-narrow-results {
    display: none !important;
  }
  #iq_list_price_container {
    padding: 0;
    margin: 0 -15px 0 -15px;
  }
}
.switch-material.switch-light input:checked ~ span a {
  background-color: var(--bay-maincolor) !important;
}

.switch-material.switch-light input:checked ~ span {
  background-color: color-mix(in srgb, var(--bay-maincolor) 30%, white) !important;
}

.st-inside-content-wrapper {
  min-height: 100vh;
}

#MapRecenterIcon {
  width: 40px;
  height: 40px;
  background-position: 0;
}

#MapRecenterIcon:hover,
#MapRecenterIcon:active,
#MapRecenterIcon:focus {
  background-position: -36px !important;
}

@media (min-width: 1200px) {
  #MapRecenterIcon {
    display: none;
  }
}
#iqListingsContainer {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#iqListingsContainer .iq-searchform-filters .small {
  font-size: 10px;
}

#iqListingsContainer .iq-searchform-filters {
  padding: 0 0 10px 0;
  z-index: 3;
  background-color: var(--bay-bodycolor);
}

#iqListingsContainer .iq-searchform-filters .btn .btn-xs .dropdown-toggle {
  background-color: #ebebeb !important;
  color: #000000 !important;
}

#iqListingsContainer .iq-searchform-filters.affix {
  top: 0;
  width: 100%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  z-index: 12002 !important;
}

#iqListingsContainer .iq-searchform-filters label {
  font-size: 12px;
  color: #555555;
  margin-bottom: 6px;
}

@media (max-width: 479px) {
  #iqListingsContainer .iq-searchform-filters {
    background-color: #fcfcfc;
    padding: 0;
    margin-bottom: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
#iqSearchFormHeader {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  padding-left: 15px;
  right: 15px;
  z-index: 100;
}

#iqListingsContainer.hasModal #iqSearchFormHeader {
  position: static;
  padding-left: 15px;
  padding-right: 15px;
}

#iqListingsContainer.hasModal #iqGridResults {
  margin-top: 0;
}

#iq_results_content_loading h1 {
  font-size: 24px;
}

.iq-searchform-logo,
.iq-searchform-subhead,
.iq-searchform-companylogo {
  background-color: #fff;
}

.v2-06 .st-menu-wrapper .fa-fw,
.v2-09 .st-menu-wrapper .fa-fw,
.v2-10 .st-menu-wrapper .fa-fw {
  width: 2.2em;
}

.v2-08 #iqListingsContainer .st-menu-wrapper .fa-bars.fa-fw {
  width: 3.2em;
}

.iq-searchform-companylogo {
  height: 60px;
  padding-top: 5px;
}

.iq-searchform-companylogo img {
  height: 50px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .iq-searchform-companylogo {
    float: left;
    margin-bottom: -15px;
  }
}
.iq-searchform-subhead {
  font-size: 14px;
  padding-bottom: 8px;
}

@media (max-width: 479px) {
  .iq-searchform-subhead {
    display: none;
  }
}
#residential_sortby,
#commercial_sortby,
#land_sortby,
#multifamily_sortby {
  width: unset;
  background-color: unset;
  border: unset;
  box-shadow: unset;
  margin: -7px -5px;
}

.btn-filtered {
  border-color: var(--bay-maincolor) !important;
}

.btn-filtered::before {
  display: inline-table;
  content: "\f0b0";
  font-family: var(--bay-primary-font);
  font-weight: 700;
  font-size: 10px;
  color: #fff;
  padding: 0;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 3px;
  z-index: 1;
}

.btn-filtered .triangle {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 22px 0 0;
  border-color: var(--bay-maincolor) transparent transparent transparent;
}

.btn-advanced {
  position: relative;
}

.btn .caret {
  margin-left: 6px !important;
}

.btn-filter-option {
  color: #111111;
}

.btn.btn-filter-option {
  margin-top: 5px;
  text-align: left;
  border: 0;
  padding-left: 0;
}

.btn.btn-filter-option input {
  display: none;
}

.btn.btn-filter-option .fa-square-o {
  color: #6b7381;
}

.btn.btn-filter-option .fa-check-square-o {
  display: none;
}

.btn.btn-filter-option.active {
  box-shadow: none;
  -webkit-box-shadow: none;
  color: black;
  font-weight: 600;
}

.btn.btn-filter-option.active .fa-check-square-o {
  display: inherit;
  color: var(--bay-maincolor);
}

.btn.btn-filter-option.active .fa-square-o {
  display: none;
}

.iq-dropdown > button > .selectedValue {
  font-weight: 700;
  margin-right: 5px;
}

.iq-dropdown > ul > li > a:before {
  font-family: var(--bay-primary-font);
  content: "\f10c";
  margin-right: 7px;
  color: #999;
}

.iq-dropdown .dropdown-menu > .active > a {
  color: #000 !important;
  background-color: transparent !important;
}

.iq-dropdown .dropdown-menu > .active > a:before {
  font-family: var(--bay-primary-font);
  content: "\f192";
  margin-right: 7px;
  color: #337ab7;
}

#iq-results-grid-layout {
  overflow: hidden;
  overflow-y: scroll;
}

#iq-results-grid-details {
  overflow: hidden;
  overflow-y: scroll;
}

#iq_criteria_form {
  position: relative;
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  #iq_criteria_form {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #iq_criteria_form {
    margin-top: 15px;
  }
}
#iq_criteria_form .form-group {
  margin-right: 15px;
}

#iq_criteria_form .form-group.pull-right {
  margin-right: 0;
}

#iq_listings-location {
  min-width: 155px;
}

@media only screen and (min-width: 300px) and (max-width: 320px) {
  #iq_criteria_form .searchFilterField {
    max-width: 150px;
  }
  #iq_listings-location {
    min-width: 110px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 400px) {
  #iq_criteria_form #iq_listings-location {
    min-width: 125px;
  }
  #iq_criteria_form .searchFilterField {
    max-width: 170px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #iq_listings-location {
    min-width: 250px;
  }
}
@media only screen and (min-width: 992px) {
  #iq_listings-location {
    min-width: 300px;
  }
}
#iq-listing-back-to-results {
  margin-bottom: 30px;
}

#btn-back-to-results {
  background-color: var(--bay-maincolor);
  border-color: var(--bay-maincolor);
}

#iq_listings_record_count {
  display: none;
}

#iq_results_count {
  margin: 0;
}

#iq_criteria_form-price_options {
  margin: 0 -15px;
  padding: 0 15px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#iq_criteria_form-price_options_min,
#iq_criteria_form-price_options_max {
  margin: 12px 0;
}

#iq_criteria_form-price_options_apply {
  margin: 0 -15px;
  padding: 10px 15px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: right;
}

#iq_criteria_form-price_options_apply button {
  padding: 1px 12px;
  background-color: var(--bay-maincolor);
  border-color: var(--bay-maincolor);
}

#iq_criteria_form-sqft_options {
  margin: 0 -15px 10px;
  padding: 0 15px;
}

#iq_criteria_form-price_options label,
#iq_criteria_form-sqft_options label {
  width: 30px;
  line-height: 32px;
}

#iq_res_baths_full {
  display: block !important;
}

#iq_res_baths_abbr {
  display: none !important;
}

@media (min-width: 1200px) and (max-width: 1366px) {
  #iq_res_baths_full {
    display: none !important;
  }
  #iq_res_baths_abbr {
    display: block !important;
  }
}
#iq_res_sqft_full {
  display: block !important;
}

#iq_res_sqft_abbr {
  display: none !important;
}

@media (min-width: 1000px) and (max-width: 1250px) {
  #iq_res_sqft_full {
    display: none !important;
  }
  #iq_res_sqft_abbr {
    display: block !important;
  }
}
.iq_criteria_price_options a.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.iq_criteria_price_options a.dropdown-item:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}

.iq_criteria_dropdown {
  max-height: 40vh;
  overflow-y: auto;
}

a.resetPriceFilter {
  float: right;
  font-size: 12px;
  margin-top: 8px;
  color: #337ab7;
  text-decoration: underline;
}

.btn_searchform_icon {
  margin-left: 15px !important;
}

#iqListingsContainer .btn-default.active {
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none !important;
}

.btn-border {
  border-color: #6c757d !important;
}

.btn-background {
  background-color: #198754 !important;
  border-color: #198754 !important;
}

.btn-background:hover {
  color: #fff;
  background-color: #157347 !important;
  border-color: #146c43 !important;
}

.iq-searchform-logo #btn-site-menu:hover {
  color: black;
}

#btn-site-menu {
  border: none;
  margin-top: 10px;
  margin-bottom: -10px;
}

#finalResultsCounter h3 {
  display: inline;
  font-size: 14px;
  margin-bottom: 0;
  margin-right: 5px;
}

#finalResultsCounter span {
  color: #333333;
}

#iqSearchResults {
  padding-right: 0;
  border-right: 1px solid #f0f0f0;
}

#iqGridResults {
  width: 100%;
  margin-top: 142px;
}

.iq-listings-hover:hover {
  text-decoration: underline !important;
}

.iq-active-listings-table:hover {
  text-decoration: underline !important;
}

.v2-11 .iq-active-listings-header {
  font-weight: bold;
}

.v2-06 .iq-listing-professionals {
  font-size: 1rem !important;
}

.v2-04 .iq-office-active-listing:hover,
.v2-07 .iq-office-active-listing:hover,
.v2-08 .iq-office-active-listing:hover,
.v2-09 .iq-office-active-listing:hover,
.v2-10 .iq-office-active-listing:hover,
.v2-11 .iq-office-active-listing:hover,
.v2-12 .iq-office-active-listing:hover,
.v2-13 .iq-office-active-listing:hover {
  color: #555555 !important;
}

.btn-full-detail:hover {
  text-decoration: none;
}

.iq-listings-agent-details {
  color: #868e96;
  font-weight: 300;
  font-size: 16px;
}

@media (max-width: 375px) {
  #iqGridResults {
    margin-top: 155px;
  }
}
/* *****************************************************************************************
	SEARCH RESULTS PROPERTY CARD FOR GRID VIEW
***************************************************************************************** */
#iqGridResults .iq_listing_card {
  margin-bottom: 30px;
  background-color: #fff;
  float: left;
  width: 100%;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.03);
  position: relative;
  top: 0;
  overflow: hidden;
  cursor: pointer;
}

#iqGridResults .iq_listing_card.active {
  background-color: color-mix(in srgb, var(--bay-maincolor) 10%, transparent);
  box-shadow: 1px 1px 10px color-mix(in srgb, var(--bay-maincolor) 40%, transparent);
}

#iqGridResults .iq_listing_card .iq_listing_card_media {
  position: relative;
  overflow: hidden;
  border: 1px solid #f0f0f0;
  cursor: pointer;
}

#iqGridResults .iq_listing_card .iq_listing_card_media img {
  position: relative;
  object-fit: cover !important;
  width: 100%;
  z-index: 1;
  cursor: pointer;
}

@media (max-width: 1919px) {
  #iqGridResults .iq_listing_card .iq_listing_card_media img {
    height: 200px;
  }
}
@media (min-width: 1920px) {
  #iqGridResults .iq_listing_card .iq_listing_card_media img {
    height: 350px;
  }
}
#iqGridResults .iq_listing_card:hover .iq_listing_card_media img.property-image {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  min-width: 125px;
  min-height: 100px;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: gray; /* IE6-9 */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

#iqGridResults .iq_listing_card .iq_listing_card_media .iq_listing_card_more {
  text-align: center;
  position: absolute;
  color: #fff;
  margin-bottom: 0;
  margin-top: 0;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

#iqGridResults .iq_listing_card .iq_listing_card_media .iq_listing_card_more a {
  position: relative;
  background-color: var(--bay-maincolor);
  border-color: var(--bay-maincolor);
  opacity: 0;
  top: 350px;
  z-index: 2;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

#iqGridResults .iq_listing_card:hover .iq_listing_card_media .iq_listing_card_more a {
  opacity: 1;
  color: #fff;
  top: 0;
}

#iqGridResults .iq_listing_card .iq_listing_card_labels {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 80%;
  display: inline-block;
  zoom: 1;
  z-index: 2;
}

#iqGridResults .iq_listing_card .iq_listing_card_labels .label,
#iqGridResults .iq_listing_card .iq_listing_card_labels .badge {
  margin-right: 8px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  -webkit-box-shadow: 0 6px 8px -6px rgba(0, 0, 0, 0.35);
  box-shadow: 0 6px 8px -6px rgba(0, 0, 0, 0.35);
}

#iqGridResults .iq_listing_card .iq_listing_card_labels .label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

#iqGridResults .iq_listing_card .iq_listing_card_labels .label strong {
  font-weight: normal;
}

#iqGridResults .iq_listing_card .iq_listing_card_labels .label-warning {
  background-color: #f0ad4e;
}

#iqGridResults .iq_listing_card .iq_listing_card_labels .badge {
  opacity: 0.9;
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: var(--bs-border-radius);
}

.iq_listing_card_love {
  font-size: 18px;
  width: 30px;
  height: 30px;
  line-height: 32px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 15px;
  right: 15px;
  background: #fff;
  display: inline-block;
  zoom: 1;
  -webkit-box-shadow: 0 6px 8px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 8px -6px rgba(0, 0, 0, 0.1);
  z-index: 6;
}

.iq_listing_card_love.active {
  -webkit-box-shadow: 0 6px 8px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 8px -6px rgba(0, 0, 0, 0.1);
  background: #2866ab;
  color: #fff;
}

#iqGridResults .iq_listing_card .iq_listing_card_idx {
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 2;
  opacity: 0.9;
}

#iqGridResults .iq_listing_card .iq_listing_card_idx img {
  width: auto;
  height: 30px;
  bottom: 15px;
}

#iqGridResults .iq_listing_card .iq_listing_card_broker {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 11px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  padding: 2px 6px;
  text-align: right;
}

#iqGridResults .iq_listing_card_text .iq_listing_card_broker {
  display: none !important;
}

@media (max-width: 768px) {
  #iqGridResults .iq_listing_card_text .iq_listing_card_broker {
    display: block;
    top: 0;
    font-size: 9px;
    color: #222;
    background-color: unset;
  }
}
#iqGridResults .iq_listing_card .iq_listing_card_text {
  position: relative;
  float: left;
  width: 100%;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  padding: 10px 15px 0;
}

#iqGridResults .iq_listing_card .iq_listing_card_ml-number {
  position: absolute;
  right: 5px;
  text-align: right;
  font-size: 11px;
  max-width: 160px;
}

#iqGridResults .iq_listing_card .iq_listing_card_pricetype {
  position: absolute;
  top: 4px;
  left: 15px;
  font-size: 12px;
}

#iqGridResults .iq_listing_card .iq_listing_card_price {
  margin-top: 5px;
  font-size: 24px;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.025em;
}

#iqGridResults .iq_listing_card .iq_listing_card_price span {
  font-size: 16px;
  font-weight: 300;
  vertical-align: 3px;
  margin-right: 2px;
}

@media (min-width: 992px) and (max-width: 1252px) {
  #iqGridResults .iq_listing_card .iq_listing_card_price {
    margin-top: 35px;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  #iqGridResults .iq_listing_card .iq_listing_card_price {
    margin-top: 30px;
  }
}
@media (min-width: 576px) and (max-width: 645px) {
  #iqGridResults .iq_listing_card .iq_listing_card_price {
    margin-top: 30px;
  }
}
@media (min-width: 320px) and (max-width: 340px) {
  #iqGridResults .iq_listing_card .iq_listing_card_price {
    margin-top: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1600px) {
  #iqGridResults .iq_listing_card_address {
    font-size: 12px;
  }
}
#iqGridResults .iq_listing_card .iq_listing_card_specs {
  float: left;
  padding-top: 5px;
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}

#iqGridResults .iq_listing_card .iq_listing_card_specs ul {
  padding: 0 20px;
  margin: 0;
}

#iqGridResults .iq_listing_card .iq_listing_card_specs ul li {
  float: left;
  padding: 10px 0;
  margin: 0;
  list-style: none;
  font-size: 12px;
  font-weight: 700;
  color: #000;
}

#iqGridResults .iq_listing_card .iq_listing_card_specs ul li span {
  display: block;
  color: #333;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
}

/* *****************************************************************************************
	LIST RESULTS
***************************************************************************************** */
#iqListResults {
  position: fixed;
  left: 0;
  top: 0;
  width: 25%;
  height: 100%;
  float: none;
  padding-left: 15px;
  overflow: hidden;
  overflow-y: scroll;
  background-color: #ffffff;
  z-index: 10;
}

.iq_listings_property {
  position: relative;
}

#iq_result_details_close {
  display: none;
}

@media (min-width: 1024px) {
  #iq_result_details_close {
    display: block;
  }
}
@media (min-width: 768px) {
  #iq_result_details_close {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    border-color: var(--bay-maincolor);
    cursor: pointer;
  }
}
#iqListResults .iq_listing_card {
  position: relative;
  border-top: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  background-color: #fff;
  float: left;
  width: 100%;
  cursor: pointer;
}

#iqListResults .iq_listing_card.active {
  background-color: color-mix(in srgb, var(--bay-maincolor) 5%, transparent);
}

#iqListResults .iq_listing_card:last-child {
  border-bottom: 1px solid #f0f0f0;
}

#iqListResults .iq_listing_card .iq_listing_card_media {
  position: relative;
  width: 125px;
  border: none;
  float: left;
  cursor: pointer;
}

#iqListResults .iq_listing_card .iq_listing_card_media img {
  position: relative;
  object-fit: cover;
  width: 125px;
  height: 125px;
  z-index: 1;
}

@media (min-width: 992px) and (max-width: 1280px) {
  #iqListResults .iq_listing_card .iq_listing_card_media {
    width: 100%;
  }
  #iqListResults .iq_listing_card .iq_listing_card_media img {
    width: 100%;
    height: 150px;
  }
}
#iqListResults .iq_listing_card:hover .iq_listing_card_media img.property-image {
  min-width: 125px;
  min-height: 100px;
}

#iqListResults .iq_listing_card .iq_listing_card_media .iq_listing_card_more {
  display: none;
}

#iqListResults .iq_listing_card .iq_listing_card_labels {
  display: none;
}

#iqListResults .iq_listing_card .iq_listing_card_labels .label,
#iqListResults .iq_listing_card .iq_listing_card_labels .badge {
  margin-right: 8px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  -webkit-box-shadow: 0 6px 8px -6px rgba(0, 0, 0, 0.35);
  box-shadow: 0 6px 8px -6px rgba(0, 0, 0, 0.35);
}

#iqListResults .iq_listing_card .iq_listing_card_labels .badge {
  opacity: 0.9;
}

#iqListResults .iq_listing_card .iq_listing_card_love {
  display: none;
}

#iqListResults .iq_listing_card .iq_listing_card_love.active {
  -webkit-box-shadow: 0 6px 8px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 8px -6px rgba(0, 0, 0, 0.1);
  background: #2866ab;
  color: #fff;
}

.idx-watermark,
.company_logo {
  position: absolute;
  bottom: 10px;
  left: 60px;
  z-index: 2;
  height: 30px;
}

#iqListResults .iq_listing_card .iq_listing_card_idx {
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 2;
  height: 15px;
}

#iqListResults .iq_listing_card .iq_listing_card_media .iq_listing_card_idx img {
  display: none;
}

#iqListResults .iq_listing_card .iq_listing_card_media .iq_listing_card_idx img.idx-watermark,
#iqListResults .iq_listing_card .iq_listing_card_media .iq_listing_card_idx img.company_logo {
  display: block !important;
  position: relative;
  left: 0;
  bottom: 0;
  width: auto;
  height: 15px;
}

#iqListResults .iq_listing_card .iq_listing_card_broker {
  display: none;
}

#iqListResults .iq_listing_card .iq_listing_card_text {
  position: relative;
  float: left;
  width: calc(100% - 125px);
  padding: 0 15px;
}

@media (min-width: 992px) and (max-width: 1280px) {
  #iqListResults .iq_listing_card .iq_listing_card_text {
    width: 100%;
    height: unset;
  }
}
@media (min-width: 1281px) and (max-width: 1980px) {
  #iqListResults .iq_listing_card .iq_listing_card_text {
    height: 125px;
  }
}
#iqListResults .iq_listing_card .iq_listing_card_ml-number {
  float: right;
}

#iqListResults .iq_listing_card .iq_listing_card_pricetype {
  position: absolute;
  top: 4px;
  left: 15px;
  font-size: 12px;
}

#iqListResults .iq_listing_card .iq_listing_card_price {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.025em;
}

#iqListResults .iq_listing_card .iq_listing_card_price span {
  font-size: 16px;
  font-weight: 300;
  vertical-align: 3px;
  margin-right: 2px;
}

@media (min-width: 768px) and (max-width: 1600px) {
  #iqListResults .iq_listing_card_address {
    font-size: 12px;
  }
}
#iqListResults .iq_listing_card .iq_listing_card_specs {
  float: left;
  padding-top: 5px;
  width: calc(100% - 125px);
}

@media (min-width: 992px) and (max-width: 1980px) {
  #iqListResults .iq_listing_card .iq_listing_card_specs {
    width: 100%;
  }
}
#iqListResults .iq_listing_card .iq_listing_card_specs ul {
  padding: 0 20px;
  margin: 0;
}

#iqListResults .iq_listing_card .iq_listing_card_specs ul li {
  float: left;
  padding: 8px 0 0 0;
  margin: 0;
  list-style: none;
  font-size: 12px;
  font-weight: 700;
  color: #000;
}

#iqListResults .iq_listing_card .iq_listing_card_specs ul li span {
  display: block;
  color: #333;
  font-weight: 400;
}

#iq_sortby_residential,
#iq_sortby_commercial,
#iq_sortby_land,
#iq_sortby_multifamily {
  margin: 0;
}

.iqMapPointInfo {
  position: relative;
  width: 200px;
  height: 150px;
  cursor: pointer;
  color: #ffffff;
  font-weight: bold;
  font-size: 11px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.gm-style-iw-d {
  height: 208px !important;
}

.gm-style .gm-style-iw-d::-webkit-scrollbar {
  width: unset !important;
}

.iqMapPointInfoTop {
  font-weight: 700;
  height: 18px;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 12px;
  padding: 0 0 5px 0;
}

.iqMapPointInfoContent {
  position: relative;
  top: 0;
  left: 0;
  width: 200px;
  height: 150px;
}

.iqMapPointInfoContent img {
  height: auto;
  width: 100%;
}

.iqMapPointInfoBottom {
  position: relative;
  color: black !important;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 9px;
  padding: 5px 0 0 0;
}

.iq_fullscreen_carousel .iq_listing_card_love {
  display: none !important;
}

/* CSS Targeting iPhone X Only */
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min--moz-device-pixel-ratio: 3), only screen and (-o-min-device-pixel-ratio: 3/1), only screen and (min-device-pixel-ratio: 3), only screen and (min-resolution: 458dpi), only screen and (min-resolution: 3dppx) {
  .iqMapPointInfo {
    width: 190px !important;
    margin: 5px 15px 15px 3px !important;
  }
  .iqMapPointInfoContent {
    width: 190px !important;
  }
  .iqMapPointInfoContent img {
    width: 190px !important;
    height: 150px !important;
  }
}
#iqMainContentProcessing {
  background-color: #ffffff;
  font-size: 16px;
  display: inline;
  padding: 10px;
  border: 1px solid #cccccc;
}

#iqMaiSearchSubmit.btn-primary {
  background-color: var(--bay-maincolor);
  border-color: var(--bay-maincolor);
  color: var(--bay-searchformbuttonscolor);
}

#btnSwitchViewToGrid.btn-primary,
#btnSwitchViewToMap.btn-primary {
  background-color: var(--bay-maincolor);
  border-color: var(--bay-maincolor);
  color: var(--bay-searchformbuttonscolor);
}

#iqResultsPaging {
  height: 90px;
  text-align: center;
}

#btnSwitchViewToGrid {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#btnSwitchViewToMap {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.baySearchFormHeader .row.iq-form-property_type {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

.baySearchFormHeader .iq-form-property_type div {
  border: 1px solid #cccccc;
  text-align: center;
  padding: 0 0.5em;
  line-height: 2em;
  font-weight: 700;
  cursor: pointer;
}

.baySearchFormHeader .iq-form-property_type div:hover {
  background-color: #eee;
}

.baySearchFormHeader .iq-form-property_type div.active {
  background-color: var(--bay-maincolor);
  border-color: var(--bay-maincolor);
  color: var(--bay-searchformbuttonscolor);
  cursor: default;
}

.baySearchFormHeader .dropdown-menu > li > a {
  display: block;
  clear: both;
  line-height: 1.428574143;
}

.baySearchFormHeader .dropdown-menu > li > a:focus,
.baySearchFormHeader .dropdown-menu > li > a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}

.baySearchFormHeader .iq_criteria_price_options a.dropdown-item {
  font-size: 14px;
}

.baySearchFormHeader .iq-dropdown .dropdown-menu .dropdown-menu-checkbox {
  display: block;
  padding: 2px 20px 2px 40px;
  clear: both;
  font-weight: 400;
  line-height: 1;
}

.baySearchFormHeader .iq-dropdown .dropdown-menu .dropdown-menu-checkbox label {
  margin-bottom: 6px;
  white-space: nowrap;
  font-size: 12px;
  color: rgb(85, 85, 85);
}

.baySearchFormHeader #iq_criteria_form .dropdown-menu h5 {
  font-size: 14px;
}

.baySearchFormHeader #iq_criteria_form-price_options {
  margin: 0 -15px;
  padding: 10px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.baySearchFormHeader #iq_criteria_form-price_options_apply button {
  font-size: 14px;
}

.baySearchFormHeader a.resetPriceFilter {
  float: right;
  font-size: 12px;
  margin-top: -4px;
  color: #337ab7;
  text-decoration: underline;
}

.bayAdvancedSearchFiltersModal .modal-header .btn-close {
  filter: invert(100%);
}

.bayAdvancedSearchFiltersModal .modal-body .iq-textdropdown {
  top: -6px;
  bottom: -6px;
  padding: 9px 19px;
}

.bayAdvancedSearchFiltersModal .btn-autocomplete-clear {
  background-color: #ffffff !important;
  color: #000000 !important;
  border-color: #cccccc !important;
  width: 56px;
  height: 46px;
  padding: 8px 0;
  border-radius: unset;
}

.bayAdvancedSearchFiltersModal .btn-autocomplete-nearby {
  width: 56px;
  height: 46px;
  padding: 8px 0;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

.bayAdvancedSearchFiltersModal .iq-form-property_type .btn-select-property-type,
#iq_res_criteria_modal .iq-form-property_type .btn-select-property-type,
#iq_com_criteria_modal .iq-form-property_type .btn-select-property-type,
#iq_lan_criteria_modal .iq-form-property_type .btn-select-property-type,
#iq_mul_criteria_modal .iq-form-property_type .btn-select-property-type {
  border: 1px solid #cccccc;
  text-align: center;
  padding: 0 0.5em;
  line-height: 2em;
  cursor: pointer;
  font-weight: 500;
}

.bayAdvancedSearchFiltersModal .iq-form-property_type .btn-select-property-type:hover {
  background-color: #eee;
}

.bayAdvancedSearchFiltersModal .iq-form-property_type .btn-select-property-type.active,
#iq_res_criteria_modal .iq-form-property_type .btn-select-property-type.active,
#iq_com_criteria_modal .iq-form-property_type .btn-select-property-type.active,
#iq_lan_criteria_modal .iq-form-property_type .btn-select-property-type.active,
#iq_mul_criteria_modal .iq-form-property_type .btn-select-property-type.active {
  background-color: var(--bay-maincolor);
  border-color: var(--bay-maincolor);
  color: var(--bay-searchformbuttonscolor);
  cursor: default;
}

.bayAdvancedSearchFiltersModal .switch-material.switch-light input:checked ~ span {
  background-color: #d0dfff !important;
}

.bayAdvancedSearchFiltersModal .switch-light-checkbox .well {
  margin-bottom: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 1rem;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.bayAdvancedSearchFiltersModal hr {
  border-top: 1px solid #cccccc;
}

.bayAdvancedSearchFiltersModal .filter-search-count {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 1020px) {
  .v2-06 #iq_lead_form #iq_lead_form-publicid {
    font-size: x-small;
  }
}
@media (max-width: 1021px) {
  .v2-06 #iq_lead_form #iq_lead_form-publicid {
    font-size: small;
  }
}
@media (max-width: 426px) {
  .v2-06 #iq_lead_form #iq_lead_form-publicid {
    font-size: x-small !important;
  }
}
.iq_listing_card_love .property-card-love-saved {
  color: rgb(63, 51, 137);
}

body:has(#bay_search_listings_container) #header1-wrap .loginHeader {
  position: relative !important;
}

#iq-myportal {
  font-family: var(--bay-primary-font);
}

#iq-myportal h1 {
  font-size: 42px;
}

#iq-myportal h2 {
  font-size: 36px;
}

#iq-myportal h2 .sub-header {
  color: rgb(106, 108, 111);
  font-size: 14px;
  line-height: 36px;
  margin-left: 10px;
}

#iq-myportal h3 {
  font-size: 18px;
}

.v2-01 #iq-myportal .iq-portal-carousel h3,
.v2-01 .iq-portal-carousel .carousel-caption p {
  font-weight: 400 !important;
}

#iq-myportal h3 .sub-header {
  font-size: 14px;
  color: rgb(106, 108, 111);
  line-height: 18px;
  margin-left: 10px;
}

#iq-myportal h4 {
  font-size: 14px;
  color: rgb(106, 108, 111);
  font-weight: 600;
  margin: 10px 0;
}

#iq-myportal .stats {
  font-weight: 200;
}

#iq-myportal .panel-footer.legend {
  background-color: white;
  min-height: 85px;
}

#iq-myportal .panel-footer.legend ul {
  margin: 0;
  padding: 0;
  list-style: none;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

#iq-myportal .panel-footer.legend ul li {
  font-size: 14px;
}

#iq-myportal .panel-footer.legend ul li .swatch {
  display: inline-block;
  width: 15px;
  height: 10px;
  margin-right: 10px;
}

#iq-myportal .property-features {
  padding-bottom: 0;
}

#iq-myportal .property-features .features-wrapper {
  display: flex;
  justify-content: space-between;
}

#iq-myportal .property-features .features-wrapper .feature-group {
  flex: 1;
  margin-bottom: 10px;
}

#iq-myportal .property-features .features-wrapper .feature-group:first-child {
  margin-right: 12px;
}

#iq-myportal .property-features .features-wrapper .feature-group:last-child {
  margin-left: 12px;
}

#iq-myportal .property-highlight {
  padding-top: 20px;
}

#iq-myportal .property-highlight .item {
  display: flex;
  border-bottom: solid 1px rgba(140, 150, 169, 0.3);
  padding-bottom: 6px;
  margin-bottom: 10px;
}

#iq-myportal .property-highlight .item:last-child {
  border-bottom: none;
}

#iq-myportal .property-highlight .item .item-title {
  font-family: var(--bay-primary-font);
  font-weight: bold;
  font-size: 16px;
  max-width: 200px;
  width: 100%;
}

#iq-myportal .property-highlight .item .item-result {
  font-size: 16px;
}

#iq-myportal .iq-textdropdown {
  padding: 5px !important;
}

.iq-criteria-nav .iq-textdropdown {
  position: absolute;
  right: 12px !important;
  top: -2px !important;
}

.iq-textdropdown .btn-sm {
  padding: 0.2rem 0.4rem !important;
}

.iq-criteria-nav .dropdown-menu {
  max-height: 300px;
  overflow: auto;
}

.v2-01 .iq-criteria-nav .iq-textdropdown {
  position: absolute;
  right: 16px;
  top: 2px;
  padding: 0;
}

.v2-01 .iq-criteria-nav .iq-textdropdown button {
  padding: 0.13rem 0.5rem;
  font-size: 0.765rem;
}

#iq_myportal_profile_form select {
  cursor: pointer;
}

/* MY PORTAL LOGIN PAGE */
/*.iq-portal-carousel h2{ margin:0; color:#fff; padding-top:90px; font-size:52px; font-family: var(--bay-primary-font);"trebuchet ms", sans-serif; }*/
.iq-portal-carousel h3 {
  color: #fff;
  font-size: 38px;
  margin-bottom: 5px;
}

.iq-portal-carousel .item {
  background: #333;
  background-size: cover;
  text-align: center;
  height: 300px !important;
}

.iq-portal-carousel {
  margin-bottom: 20px;
}

.iq-portal-carousel .carousel-caption {
  padding-bottom: 90px;
}

.iq-portal-carousel .carousel-caption p {
  font-size: 19px;
  color: #fff;
}

#iq_myportal_profile_form .myportal-form {
  display: unset !important;
}

.address-details a:hover {
  text-decoration: underline !important;
}

.iq-portal-login {
  box-shadow: 0 0 6px 2px rgba(189, 195, 199, 0.5);
  padding: 15px;
}

.iq-portal-login h3 {
  text-transform: uppercase;
  padding: 5px 0 0 0;
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 15px 0;
}

.iq-portal-login-info {
  padding: 0 40px 3px 20px;
  text-align: justify;
}

.iq-portal-login-info h6 {
  font-size: 18px;
  padding: 15px 0 5px 0;
  color: var(--bay-highlightcolor);
  margin: 0;
}

.iq-portal-login-icon {
  padding-right: 5px;
  font-size: 18px;
}

.iq-portal-login-button {
  width: 100%;
  margin: 10px 0;
}

.iq-portal-login-button:hover {
  opacity: 0.7;
  color: #fff;
}

.iq-portal-login-button:active {
  opacity: 0.7;
  color: #fff;
}

.iq-portal-chevron-main-right,
.iq-portal-chevron-main-left {
  position: absolute;
  top: 45%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  font-size: 18px !important;
  border-radius: 15px;
  background-color: var(--bay-sitecolor);
  outline: none;
}

.iq-portal-chevron-main-right {
  right: 25%;
  padding: 0 0 0 3px;
}

.iq-portal-chevron-main-left {
  left: 25%;
  padding: 0 3px 0 0;
}

/* MY PORTAL */
.iq-portal-jumbo h1 {
  font-size: 36px !important;
  margin-bottom: 10px;
}

.iq-portal-jumbo-info {
  font-size: 20px !important;
  line-height: 25px;
  padding-bottom: 25px;
}

.iq-portal-card-button {
  text-align: right;
}

.iq-portal-card-button button {
  width: 185px;
  font-size: 14px;
}

.jumbotron.iq-portal-jumbo {
  background-color: #eeeeee;
}

.table-responsive .label-responsive {
  display: none;
  font-weight: bold;
}

/* MY PORTAL ALERTS*/
.iq-portal-callout-danger {
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
  background-color: #fcf2f2;
  border-color: #dfb5b4;
}

.iq-portal-callout-danger h4 {
  color: #b94a48;
}

.iq-portal-callout-warning {
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
  background-color: #fefbed;
  border-color: #f1e7bc;
}

.iq-portal-callout-warning h4 {
  color: #c09853;
}

.iq-portal-callout-info {
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
  background-color: #f0f7fd;
  border-color: #d0e3f0;
}

.iq-portal-callout-info h4 {
  color: #3a87ad;
}

/* MY PORTAL CRITERIA CARDS */
.iq-portal-watch-card {
  background-color: #eeeeee;
  margin-bottom: 20px;
  display: table;
  width: 100%;
  position: relative;
}

.iq-portal-watch-card .iq-portal-watch-count {
  height: 140px !important;
  background-color: #f0ad4e;
  text-align: center;
}

.iq-portal-watch-card .iq-portal-watch-body {
  height: 110px;
  display: table;
}

.iq-portal-watch-card .iq-portal-watch-total {
  font-size: 29px;
  color: #fff;
}

.iq-portal-watch-card .iq-portal-watch-criteria {
  font-size: 20px;
  color: #fff;
  margin-top: -5px;
}

.iq-portal-watch-card .iq-portal-watch-description p {
  margin-top: 10px;
}

.iq-portal-watch-card .iq-portal-watch-description button {
  margin: 10px 0 0 0;
}

.iq-portal-watch-card .iq-portal-watch-description button:hover {
  opacity: 0.7;
  color: #fff;
}

.iq-portal-saved-card {
  background-color: #eeeeee;
  margin-bottom: 20px;
  display: table;
  width: 100%;
  position: relative;
}

.iq-portal-saved-card .iq-portal-saved-count {
  height: 140px !important;
  background-color: #2d83b6;
  text-align: center;
}

.iq-portal-saved-card .iq-portal-saved-body {
  height: 140px;
  display: table;
}

.iq-portal-saved-card .iq-portal-saved-total {
  font-size: 29px;
  color: #fff;
}

.iq-portal-saved-card .iq-portal-saved-criteria {
  font-size: 20px;
  color: #fff;
  margin-top: -5px;
}

.iq-portal-saved-card .iq-portal-saved-description p {
  margin: 10px 0 0 0;
}

.iq-portal-saved-card .iq-portal-saved-description button {
  margin: 10px 5px 0 0;
}

.iq-portal-saved-card .iq-portal-saved-description button:hover {
  opacity: 0.7;
  color: #fff;
}

.iq-portal-emailed-card {
  background-color: #eeeeee;
  margin-bottom: 20px;
  display: table;
  width: 100%;
  position: relative;
}

.iq-portal-emailed-card .iq-portal-emailed-count {
  height: 140px !important;
  background-color: #33cc99;
  text-align: center;
}

.iq-portal-emailed-card .iq-portal-emailed-body {
  height: 140px;
  display: table;
}

.iq-portal-emailed-card .iq-portal-emailed-total {
  font-size: 29px;
  color: #fff;
}

.iq-portal-emailed-card .iq-portal-emailed-criteria {
  font-size: 20px;
  color: #fff;
  margin-top: -5px;
}

.iq-portal-emailed-card .iq-portal-emailed-description p {
  margin: 10px 0 0 0;
}

.iq-portal-emailed-card .iq-portal-emailed-description button {
  margin: 10px 5px 0 0;
}

.iq-portal-emailed-card .iq-portal-emailed-description button:hover {
  opacity: 0.7;
  color: #fff;
}

/* MY PORTAL AGENT SIDEBAR */
.iq-portal-agent-card-wrap {
  padding-left: 3px;
  padding-right: 3px;
  margin-top: 14px;
  width: 100%;
}

.iq-portal-agent-card-wrap h5 {
  margin-bottom: 10px;
  font-size: 17px;
}

.iq-portal-agent-card {
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
  position: relative;
  border: 0;
  border: 1px solid #e3e3e3;
  color: var(--bay-bodytext);
}

.iq-portal-agent-card:hover {
  border: 1px solid #999;
}

.iq-portal-agent-card h1 {
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.iq-portal-agent-card .iq-portal-agent-card-image {
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.iq-portal-agent-card .iq-portal-agent-card-name {
  padding-bottom: 5px;
  padding-top: 5px;
  background-color: var(--bay-maincolor);
}

.iq-portal-agent-card .iq-portal-agent-card-name h1 {
  font-size: 15px !important;
  color: var(--bay-highlighttext);
  margin: 0;
}

.iq-portal-agent-card .iq-portal-agent-card-name a:hover {
  text-decoration: none;
}

.iq-portal-agent-card .iq-portal-agent-card-title {
  font-size: 12px;
  font-style: italic;
  color: var(--bay-highlighttext);
}

.iq-portal-agent-card .iq-portal-agent-card-info-wrap {
  background-color: var(--bay-bodycolor);
  height: fit-content;
  margin-bottom: 0;
  padding: 12px 0 0 15px;
}

.iq-portal-agent-card .iq-portal-agent-card-info-wrap .iq-portal-agent-card-info {
  height: 70px;
  line-height: 16px;
}

.iq-portal-agent-card .iq-portal-agent-card-info-wrap .iq-portal-agent-card-info .iq-portal-agent-card-info-icons {
  font-size: 12px;
  color: #888;
  padding-right: 10px;
}

.iq-portal-agent-card .iq-portal-agent-card-info-wrap .iq-portal-agent-card-info .iq-portal-agent-card-social-icons {
  font-size: 13px;
  color: var(--bay-highlightcolor);
  padding-right: 5px;
}

.iq-portal-agent-card .iq-portal-agent-card-info-wrap .iq-portal-agent-card-info .iq-portal-agent-card-social-links {
  margin-top: 8px;
}

.iq-portal-agent-card .iq-portal-agent-card-info-wrap .iq-portal-agent-card-office {
  color: var(--bay-bodytext);
  margin: 13px 0 0 2px;
}

.iq-portal-agent-card .iq-portal-agent-card-info-wrap .iq-portal-agent-card-office h6 {
  margin-bottom: 5px;
  text-transform: uppercase;
}

.iq-portal-agent-card .iq-portal-agent-card-info-wrap .iq-portal-agent-card-office ul {
  font-size: 11px;
  line-height: 13px;
  list-style: none;
  padding: 0;
}

.iq-portal-agent-card .iq-portal-agent-card-info-wrap .iq-portal-agent-card-office a {
  color: var(--bay-bodytext);
}

.iq-portal-agent-card .iq-portal-agent-card-foot {
  padding: 15px 0 12px 0;
  background-color: var(--bay-bodycolor);
}

.iq-portal-agent-card .iq-portal-agent-card-foot .iq-portal-agent-card-foot-icons {
  color: var(--bay-highlightcolor);
  font-size: 12px;
}

.office-details {
  margin-top: 25px !important;
}

.iq-pg-body .card .card-title {
  margin-bottom: unset;
}

.iq-pg-body .card .page-header {
  margin-bottom: 0.5rem;
}

.iq-pg-body .card.card-default {
  margin-bottom: 0.5rem;
  margin-top: 10px;
}

.iq-portal-office-info-contact-agent {
  background-color: #fff;
  padding: 15px 0 22px 15px;
  box-shadow: 0 0 6px 2px rgba(189, 195, 199, 0.5);
  margin-bottom: 20px;
}

.iq-portal-office-info-contact-agent .iq-portal-office-info-contact-agent-icon {
  font-size: 14px;
  color: var(--bay-highlightcolor);
  padding-right: 5px;
}

.iq-portal-office-info-contact-agent-thumb {
  height: 100px;
  width: 75px;
  background-size: cover;
}

.iq-portal-office-info-contact-agent h6 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

.iq-portal-office-info-contact-agent h7 {
  text-transform: uppercase;
  padding: 5px 0 0 10px;
  font-weight: bold;
  font-size: 14px;
}

.iq-portal-office-info-contact-agent .iq-portal-office-info-contact-agent-body {
  padding: 2px 0 0 10px;
}

.iq-portal-agent-team-member-icons {
  font-size: 12px;
  padding-right: 5px;
}

.iq-portal-card-sm-social-links {
  margin-top: 5px;
}

.iq-portal-card-sm-social-icons {
  font-size: 16px;
  padding-right: 5px;
}

/* PORTAL NAVIGATION */
.iq-portal-sidebar-nav ul li a {
  background-color: #f8f8f8;
  margin-bottom: 5px;
}

.iq-portal-sidebar-nav ul li a:hover {
  background-color: #e3e3e3;
  margin-bottom: 5px;
}

.iq-portal-sidebar-nav ul li i {
  font-size: 16px;
  margin-right: 10px;
}

.iq-portal-nav-collapse {
  padding-left: 25px;
}

.iq-portal-nav-collapse li {
  padding-left: 5px;
}

.iq-portal-sidebar-nav-no-collapse li {
  height: 30px;
  margin-top: 5px;
  padding: 7px 0 0 10px;
}

.iq-portal-nav-form-btn {
  border: 1px solid #fff;
  background: #888;
  color: #f5f5f5;
  border-radius: 0;
  padding: 3px 20px;
  width: 100%;
}

.iq-portal-nav-form-btn:hover,
.iq-portal-nav-form-btn:active,
.iq-portal-nav-form-btn:visited,
iq-portal-nav-form-btn:link {
  border: 1px solid #fff;
  background: #888;
  color: #f5f5f5;
  border-radius: 0;
  padding: 3px 20px;
  opacity: 0.7;
}

.iq-portal-sidebar-nav .nav-item a {
  text-decoration: none;
}

.v2-01 .iq-portal-searches {
  color: #212529;
  font-weight: 500;
}

.v2-03 .btn-first-search {
  font-size: 1.25rem !important;
  padding: 0.5rem 1rem !important;
}

.v2-11 .iq-myportal-header {
  display: block;
}

.v2-01 .iq-watch-header,
.v2-01 .iq-header-default {
  font-weight: 500 !important;
}

.v2-01 .iq-myportalv2-header,
.v2-01 .iq-myportal-search {
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 500;
}

.v2-01 .iq-portal-header,
.v2-01 .iq-home-header,
.v2-01 .iq-hidden-header,
.v2-03 .iq-portal-header,
.v2-03 .iq-home-header,
.v2-03 .iq-hidden-header,
.v2-06 .iq-portal-header,
.v2-06 .iq-home-header,
.v2-06 .iq-hidden-header {
  font-weight: 500 !important;
}

.v2-01 .iq-portal-directory {
  text-transform: capitalize !important;
}

.v2-01 .iq-profile-portal,
.v2-01 .iq-portal-directory,
.v2-03 .iq-profile-portal,
.v2-03 .iq-portal-directory,
.v2-05 .iq-profile-portal,
.v2-05 .iq-portal-directory {
  color: #212529;
}

.v2-01 .iq-saved-header,
.v2-03 .iq-saved-header,
.v2-06 .iq-saved-header {
  font-weight: 500 !important;
}

.v2-01 .iq-portal-name,
.v2-03 .iq-portal-name,
.v2-06 .iq-portal-name {
  color: #555555 !important;
  font-weight: 500 !important;
}

.v2-01 .iq-portal-status,
.v2-03 .iq-portal-status {
  color: #212529 !important;
  font-weight: 400;
}

.v2-01 .iq-myportal-info,
.iq-profile-header {
  font-weight: 500 !important;
}

.v2-03 .iq-profile-form label,
.v2-05 .iq-profile-form label {
  color: #212529;
  font-weight: 500 !important;
}

.btn-first-search,
.iq-private-btn button {
  background-color: #0d6efd !important;
  border-color: #0d6efd !important;
}

.v2-03 .btn-create-account {
  padding: 0.5rem 1rem !important;
  font-size: 1.25rem;
}

.btn-first-search,
.iq-private-btn button,
.iq-myportal-login {
  background-color: #0d6efd !important;
  border-color: #0d6efd !important;
}

.v2-01 .iq-portal-menulist {
  font-weight: 500;
}

.v2-05 .btn-first-search {
  text-transform: capitalize !important;
  font-size: 1.2rem;
}

.v2-01 .btn-first-search,
.v2-03 .btn-first-search,
.v2-05 .btn-first-search {
  background-color: #0d6efd !important;
  border-color: #0d6efd !important;
}

.badge {
  background-color: #777;
  border-radius: 10px !important;
}

.btn-create-account {
  background-color: #0d6efd !important;
  border-color: #0d6efd !important;
}

.v2-04 #iq_myportal_passwordreminder_dialog .container {
  min-width: 320px;
}

@media (min-width: 1200px) {
  .v2-04 #iq_myportal_passwordreminder_dialog .container {
    width: 1170px;
  }
}
.v2-04 #iq_myportal_passwordreminder_form .text-danger {
  color: #a94442 !important;
  margin-top: 20px !important;
  font-size: 14px;
}

.v2-04 #iq_myportal_passwordreminder_form .btn-primary {
  margin-top: 10px;
  font-family: var(--bay-primary-font);
  font-size: 15px;
  border-radius: 4px;
}

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

.v2-04 #iq_myportal_passwordreminder_form-userid {
  border-radius: 4px;
}

.v2-04 #iq_myportal_passwordreminder_form h3 {
  font-size: 24px;
  font-family: var(--bay-primary-font);
  color: #212529;
  font-weight: 500;
}

.v2-04 #iq_myportal_passwordreminder_form-userid {
  height: 32px;
}

/* MY PORTAL MOBILE NAVIGATION */
@media (max-width: 767px) {
  .iq-portal-submenu-mobile .dropdown-menu {
    width: 100%;
    background-color: #fcfcfc;
  }
  .iq-portal-submenu-mobile .dropdown-menu > li > a {
    font-size: 18px;
    line-height: 3em;
    border-top: 1px solid #ddd;
  }
  .iq-portal-submenu-mobile .dropdown-menu > li:first-child > a {
    border-top: none;
  }
  .iq-portal-submenu-mobile .dropdown-menu .fa {
    font-size: 18px;
    margin-right: 15px;
  }
  .iq-portal-submenu-mobile .dropdown-menu .badge {
    font-size: 14px;
    margin-right: 15px;
  }
}
/*MY PORTAL WATCHES PAGE*/
.iq-portal-watches-table table {
  width: 100%;
}

.iq-portal-watches-table table th {
  text-align: center;
}

.iq-portal-watch-statusmessage {
  display: inline;
  font-weight: bold;
  margin: 10px 0 0 0;
  line-height: 16px;
}

.iq-portal-watch-action-icons {
  display: inline;
  padding: 0 5px;
}

.iq-portal-watch-action-icon {
  font-size: 15px;
}

#iq_watch_criteria_form .email_notification {
  display: flex;
  gap: 5px;
}

@media (max-width: 326px) {
  .new-search {
    justify-content: center !important;
    align-items: center !important;
  }
  #iq_create_search {
    margin-top: 13px;
  }
}
/* MY PORTAL FILES PAGE*/
.iq-portal-files-results-icon {
  font-size: 15px;
  padding-right: 5px;
}

.iq-portal-files-results-subhd {
  height: 40px;
  font-size: 85%;
}

.iq-portal-files-statusmessage {
  display: inline;
  font-weight: bold;
  margin: 10px 0 0 0;
  line-height: 16px;
}

.iq-portal-files-table-head {
  border-top: 0 !important;
  font-weight: bold;
}

.iq-portal-files-table-icon {
  font-size: 15px;
}

/* MY PORTAL WATCH FORM */
.iq-criteria-nav label {
  font-weight: bold;
  margin: 3px 0 0 0;
}

.iq-criteria-nav .well {
  margin-bottom: 0;
}

.iq-criteria-nav hr {
  margin: 0;
}

.iq-criteria-nav td {
  vertical-align: top;
  padding-right: 0;
  padding-left: 0;
  border-right: 1px solid #e7e7e7;
  font-size: 12px;
}

.iq-criteria-nav td select {
  font-size: 12px;
}

.iq-criteria-nav td:last-child {
  border-right: 0;
}

.iq-criteria-nav td > a {
  padding: 15px;
  display: block;
  text-decoration: none;
}

.iq-criteria-nav {
  z-index: 3 !important;
}

#iq-myportal .ui-widget.ui-widget-content {
  z-index: 999;
}

/*.iq-criteria-nav td[class*="col-"], .iq-criteria-nav th[class*="col-"] { float:left; }*/
@media (max-width: 479px) {
  /*Extra small devices Phones (lt 479px)*/
  .iq-criteria-nav td {
    display: block !important;
    border-style: none;
  }
  .iq-criteria-nav td:last-child {
    border-bottom: 0;
  }
  .iq-criteria-nav {
    border: 0;
    left: 0;
    margin-top: -1px;
  }
}
.iq-input-dropdown {
  width: 90% !important;
  height: 90% !important;
}

@media (min-width: 992px) and (max-width: 1440px) {
  .v2-01 .iq-form-control-spacer .iq-textdropdown-input {
    width: 90%;
    height: 90%;
  }
  .v2-01 .iq-criteria-nav .iq-textdropdown {
    right: 12px;
  }
}
@media (max-width: 992px) {
  .v2-01 .iq-form-control-spacer .iq-textdropdown-input {
    height: 90%;
  }
  .v2-01 .iq-criteria-nav .iq-textdropdown {
    right: 1px;
  }
}
@media (max-width: 768px) {
  .st-insidepage-wrapper .st-inside-content-wrapper .container {
    max-width: 750px !important;
  }
}
@media (max-width: 576px) {
  .st-insidepage-wrapper .st-inside-content-wrapper .container {
    max-width: 540px !important;
  }
}
@media (max-width: 320px) {
  .email-criteria {
    width: 60%;
    line-height: 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devices Phones (lt 768px)*/
  .iq-criteria-nav td {
    display: block !important;
    border-style: none;
  }
  .iq-criteria-nav td:last-child {
    border-bottom: 0;
  }
  .iq-criteria-nav {
    border: 0;
    left: 0;
    margin-top: -1px;
  }
}
/* PORTAL */
.iq-portal .navbar .navbar-header .navbar-brand {
  margin: unset !important;
}

.iq-portal .navbar .btn a {
  color: #ffffff;
  text-decoration: none;
}

.iq-portal .iq-form-control-spacer {
  margin: 10px 0;
  display: block;
}

/* MY PORTAL WATCHING PAGE*/
.iq-portal-watching-results-subhd {
  height: 40px;
  font-size: 85%;
}

.iq-portal-watching-nav-icons {
  padding-right: 10px;
}

.iq-portal-watching-nav-icons-drop {
  padding: 0 10px 0 15px;
  margin: 10px 0;
}

.iq-portal-watching-nav-icons-drop {
  padding: 0 10px 0 15px;
}

.iq-portal-watching-delete-all-wrap {
  margin: 0;
}

.iq-portal-watching-nav-delete-all {
  color: #888 !important;
}

.iq-portal-watching-nav-delete-all:hover {
  color: rgb(213, 48, 51) !important;
}

.iq-portal-watching-statusmessage {
  display: inline;
  font-weight: bold;
  margin: 10px 0 0 0;
  line-height: 16px;
}

.iq-portal-watching-table-head {
  border-top: 0 !important;
  font-weight: bold;
}

.iq-portal-watching-table-icon {
  font-size: 15px;
}

.iq-portal-watching-listing-cards-wrapper {
  background-color: var(--bay-featuredhomesbackground);
  color: var(--bay-featuredhomescolor);
}

.iq-portal-watching-listing-card {
  background: var(--bay-featuredhomesbackground);
  color: var(--bay-bodytext);
}

.st-carousel-chevron-main-right {
  right: 50%;
  position: absolute;
  top: 37%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0;
  border-radius: 15px;
  background-color: none;
}

.st-carousel-chevron-main-left {
  left: 50%;
  position: absolute;
  top: 37%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0;
  border-radius: 15px;
  background-color: var(--bay-sitecolor);
}

.iq-portal-watching-listing-card-zoom {
  top: 25%;
  right: 43%;
  text-shadow: 1px 1px 5px #000;
  line-height: 100px;
  position: absolute;
  color: #fff;
  font-size: 34px;
  opacity: 0.2;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}

.iq-portal-watching-listing-card-zoom:hover {
  opacity: 0.7;
}

.iq-portal-watching-listing-home {
  text-align: left;
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 6px 2px rgba(189, 195, 199, 0.5);
  -moz-box-shadow: 0 0 6px 2px rgba(189, 195, 199, 0.5);
  box-shadow: 0 0 6px 2px rgba(189, 195, 199, 0.5);
}

.iq-portal-watching-listing-home-price-sent {
  text-align: center;
  color: var(--bay-highlighttext);
  font-size: 28px;
  background-color: #33cc99;
}

.iq-portal-watching-listing-home-price-watching {
  text-align: center;
  color: var(--bay-highlighttext);
  font-size: 28px;
  background-color: #2d83b6;
}

.iq-portal-watching-listing-home .fa-dollar {
  font-size: 25px;
  text-shadow: 1px 1px 5px #000;
  margin-right: -5px;
}

.iq-portal-watching-listing-home .portal-price {
  text-shadow: 1px 1px 5px #000;
  margin-right: -5px;
}

.iq-portal-watching-listing-home .carousel {
  height: 195px;
}

.iq-portal-watching-listing-home .carousel-inner > div {
  background-size: cover;
  width: 100%;
  height: 195px;
  background-position: center;
}

.iq-portal-watching-listing-home address {
  padding: 15px 0 8px 14px;
  margin-bottom: 0;
}

.iq-portal-watching-listing-home address a {
  color: #666;
}

.iq-portal-watching-listing-body {
  padding: 0 0 18px 20px;
}

.iq-portal-watching-listing-home .iq-portal-watching-home-info {
  padding: 0 0 0 5px;
}

.iq-portal-watching-listing-home .iq-portal-watching-home-info a {
  color: #666;
}

.iq-portal-watching-home-info-icon {
  color: #888;
  padding-right: 5px;
}

.iq-portal-watching-listing-home-agent {
  font-size: 13px;
  margin-bottom: 0;
  padding: 15px;
  width: 100%;
  display: table;
}

.iq-portal-watching-listing-social {
  background-color: #eee;
  height: 100%;
  padding: 9px 10px 7px 13px;
}

.iq-portal-watching-listing-social ul li {
  display: inline-block;
}

.iq-portal-watching-listing-remove {
  float: right;
}

.iq-portal-watching-listing-social-icons {
  color: #777777;
}

.iq-portal-watching-listing-sent {
  padding: 2px 0 2px 18px;
  background-color: #eee;
  color: #666;
}

.iq-portal-watching-listing-sent-icon {
  color: #666;
  font-size: 12px;
  padding-right: 5px;
}

.iq-portal-watching-listing-watched {
  padding: 2px 0 2px 18px;
  background-color: #eee;
  color: #666;
}

.iq-portal-watching-listing-watched-icon {
  color: #666;
  font-size: 12px;
  padding-right: 5px;
}

.iq-portal-watching-listing-hidden {
  padding: 2px 0 2px 18px;
  background-color: #eee;
  color: #666;
}

.iq-portal-watching-listing-hidden-icon {
  color: #666;
  font-size: 12px;
  padding-right: 5px;
}

.iq-portal-watching-listing-form-btn {
  border: 1px solid #fff;
  background: #888;
  color: #f5f5f5;
  border-radius: 0;
}

.iq-portal-watching-listing-form-btn:hover {
  border: 1px solid #fff;
  background: #888;
  color: #f5f5f5;
  border-radius: 0;
  opacity: 0.7;
}

.iq-portal-watching-form-links {
  line-height: 24px;
}

.iq-portal-watching-form-links ul {
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
}

.iq-portal-watching-form-links-icons {
  padding-right: 5px;
}

.iq-portal-pagination-active {
  background-color: #777 !important;
  color: #fff !important;
}

.black-overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75) !important;
  height: 100%;
  width: 100%;
  z-index: 2;
  opacity: 0.4;
}

.carousel-btn {
  z-index: 5 !important;
}

.savedLists {
  position: absolute;
  left: 1px;
  width: 26%;
  top: 90px;
  height: 85%;
  z-index: 100;
  overflow-y: scroll;
  overflow-x: hidden;
}

.savedLists .iq-portal-watching-listing-home {
  margin-bottom: 1%;
  padding: 0.5rem;
  background-color: rgb(255, 255, 255);
}

.savedLists .active .iq-portal-watching-listing-social,
.savedLists .active .iq-portal-watching-listing-watched,
.savedLists .active .iq-portal-watching-listing-home {
  background-color: rgb(196, 196, 196);
}

.savedLists .iq_portal_card_address {
  font-size: 12px;
}

.savedLists img {
  position: relative;
  object-fit: cover;
  width: 125px;
  height: 125px;
  z-index: 1;
  cursor: pointer;
}

.savedLists .iq_portal_card_price {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.025em;
}

.savedLists .iq-portal-watching-listing-home .col-6.ImgFill {
  padding-right: 0;
  padding-left: 12px;
}

.savedLists .iq-portal-watching-listing-home .col-6 {
  padding-left: 0;
}

.savedLists .iq-portal-watching-listing-social {
  margin-top: 0.25rem;
}

@media (max-width: 479px) {
  /*Extra small devices Phones (lt 479px)*/
  .iq-portal-agent-card .iq-portal-agent-card-image {
    height: 315px;
  }
  .st-watching-watch-create {
    width: 100%;
  }
  .iq-portal-jumbo h1 {
    font-size: 25px;
  }
  .iq-portal-jumbo-info {
    font-size: 15px;
  }
  .iq-portal-emailed-card .iq-portal-emailed-body {
    padding: 15px;
  }
  .iq-portal-watch-card .iq-portal-watch-body {
    padding: 15px;
  }
  .iq-portal-saved-card .iq-portal-saved-body {
    padding: 15px;
  }
  .iq-portal-watch-card .iq-portal-watch-description p {
    margin-bottom: 0;
    text-align: justify;
  }
  .iq-portal-emailed-card .iq-portal-emailed-description p {
    margin-bottom: 0;
    text-align: justify;
  }
  .iq-portal-saved-card .iq-portal-saved-description p {
    margin-bottom: 0;
    text-align: justify;
  }
  .iq-portal-watch-card .iq-portal-watch-count {
    height: unset !important;
    min-width: 80px;
  }
  .iq-portal-emailed-card .iq-portal-emailed-count {
    height: unset !important;
    min-width: 80px;
  }
  .iq-portal-saved-card .iq-portal-saved-count {
    height: unset !important;
    min-width: 80px;
  }
  .iq-portal-card-button {
    text-align: center;
  }
  .iq-portal-carousel .carousel-caption {
    padding-bottom: 50px;
  }
  .iq-portal-carousel h3 {
    font-size: 25px;
  }
  .table-responsive table {
    width: 100%;
  }
  .table-responsive th {
    display: none;
  }
  .table-responsive tr td {
    display: block;
    border-top: 0 !important;
    text-align: center;
  }
  .table-responsive tr td:last-child {
    display: block;
    border-bottom: 1px solid #dddddd;
  }
  .table-responsive .label-responsive {
    display: inline;
  }
  .iq-portal-watching-watch-create {
    width: 100%;
  }
  .st-watching-files-create {
    width: 100%;
  }
  .iq-portal-agent-card-wrap {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devices Phones (lt 768px)*/
  /*MY PORTAL WATCHES PAGE*/
  .iq-portal-watching-delete-all-desk {
    display: none;
  }
  .st-watching-watch-create {
    width: 100%;
  }
  .iq-portal-agent-card .iq-portal-agent-card-image {
    height: 585px;
  }
  .iq-portal-emailed-card .iq-portal-emailed-body {
    padding: 15px;
  }
  .iq-portal-watch-card .iq-portal-watch-body {
    padding: 15px;
  }
  .iq-portal-saved-card .iq-portal-saved-body {
    padding: 15px;
  }
  .iq-portal-watch-card .iq-portal-watch-description p {
    margin-bottom: 0;
  }
  .iq-portal-emailed-card .iq-portal-emailed-description p {
    margin-bottom: 0;
  }
  .iq-portal-saved-card .iq-portal-saved-description p {
    margin-bottom: 0;
  }
  .iq-portal-watch-card .iq-portal-watch-count {
    height: unset !important;
    min-width: 80px;
  }
  .iq-portal-emailed-card .iq-portal-emailed-count {
    height: unset !important;
    min-width: 80px;
  }
  .iq-portal-saved-card .iq-portal-saved-count {
    height: unset !important;
    min-width: 80px;
  }
  .iq-portal-card-button {
    text-align: center;
  }
  .iq-portal-carousel .carousel-caption {
    padding-bottom: 85px;
  }
  .iq-portal-carousel h3 {
    font-size: 45px;
  }
  .table-responsive table {
    width: 100%;
  }
  .table-responsive th {
    display: none;
  }
  .table-responsive tr td {
    display: block;
    border-top: 0 !important;
  }
  .table-responsive tr td:last-child {
    display: block;
    border-bottom: 1px solid #dddddd;
  }
  .table-responsive .label-responsive {
    display: inline;
  }
  .iq-portal-watching-watch-create {
    width: 100%;
  }
  .st-watching-files-create {
    width: 100%;
  }
  .iq-portal-agent-card-wrap {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  .iq-portal-agent-card .iq-portal-agent-card-image {
    height: 710px;
  }
  .iq-portal-watch-card .iq-portal-watch-count {
    height: unset !important;
    min-width: 80px;
  }
  .iq-portal-emailed-card .iq-portal-emailed-count {
    height: unset !important;
    min-width: 80px;
  }
  .iq-portal-saved-card .iq-portal-saved-count {
    height: unset !important;
    min-width: 80px;
  }
  .navbar-toggle {
    display: none;
  }
  .iq-portal-watching-watch-create {
    width: 100%;
  }
  .iq-portal-agent-card-wrap {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
  .iq-portal-agent-card .iq-portal-agent-card-image {
    height: 205px;
  }
  .iq-portal-agent-card-wrap2 {
    display: none;
  }
  .iq-portal-watch-card .iq-portal-watch-count {
    height: 140px !important;
  }
  .iq-portal-watch-description {
    padding-top: 15px;
  }
  .iq-portal-saved-card .iq-portal-saved-count {
    height: 140px !important;
  }
  .iq-portal-saved-description {
    padding-top: 15px;
  }
  .iq-portal-emailed-card .iq-portal-emailed-count {
    height: 140px !important;
  }
  .iq-portal-emailed-description {
    padding-top: 15px;
  }
  /* Bump to 28% so cards fit 3-per-row, no !important needed */
  .savedLists {
    width: 28%;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devices Desktops (gte 1200px)*/
  .iq-portal-agent-card-wrap2 {
    display: none;
  }
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
  .iq-portal-agent-card-wrap2 {
    display: none;
  }
}
/* HACK TO MAKE SCROLLBARS SHOW ON DIVS WHEN THEY OVERFLOW */
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0);
}

/* OFFICE SEARCH PAGE */
.iq-office-details {
  margin-bottom: 25px;
  padding: 0;
  overflow: hidden;
  position: relative;
  border: 1px solid #e3e3e3;
  color: #3c4548;
}

.iq-office-details h1 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 22px;
  margin: 0;
}

.iq-office-details .office-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.iq-office-details .office-image img {
  width: 100%;
  height: auto;
}

.iq-office-details .office-name {
  padding: 13px 35px 13px 0;
  background-color: var(--bay-maincolor);
}

.iq-office-details .office-name h1 {
  color: var(--bay-bodycolor);
}

.iq-office-details .button-nav {
  margin-top: 20px;
  padding-right: 5px;
}

.iq-office-details .info {
  padding: 20px 0 0 25px;
  line-height: 18px;
}

.iq-office-details .info .phone-lines {
  padding: 9px 0;
}

.iq-office-details .info .phone-lines .info-icons {
  font-size: 12px;
}

.iq-office-details .map {
  margin-top: 15px;
}

.iq-office-details .map a {
  display: block;
  background-position: center;
}

.iq-office-details .map img {
  width: 100%;
  height: auto;
}

.iq-office .iq-agents-card-sm .iq-agents-card-sm-image {
  height: auto;
}

.iq-office-details .info-icons {
  font-size: 13px;
  padding-right: 5px;
}

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

.iq-office-details-sidebar h3 {
  margin-top: 0;
  font-weight: normal;
}

.iq-office-details-sidebar hr {
  margin: 0 0 10px 0;
}

.iq-office-info-manager hr {
  margin-bottom: 0;
}

.iq-office-info-manager .iq-office-info-manager-icon {
  font-size: 14px;
  padding-right: 5px;
}

.iq-office-info-manager-thumb {
  height: 80px;
  width: 70px;
  background-size: cover;
  float: left;
}

.iq-office-info-manager h6 {
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
}

.iq-office-info-manager h7 {
  text-transform: uppercase;
  padding: 5px 0 0 10px;
  font-weight: bold;
  font-size: 14px;
}

.remove-wrap {
  display: flex;
  flex-wrap: nowrap !important;
}

.v2-03 .iq-v2office-header,
.v2-06 .iq-v2office-header {
  font-weight: 500 !important;
  color: #555555;
}

.v2-11 .iq-office-main-header {
  display: block !important;
}

.v2-11 .iq-office-manager-size {
  font-size: 1.75rem !important;
}

.v2-03 .iq-office-manager-size {
  font-size: 1.75rem !important;
}

.iq-office-manager-color {
  color: #555555;
  font-weight: 500 !important;
}

.iq-office-name {
  font-size: 18px !important;
}

.v2-01 .iq-office-address-no:hover,
.v2-04 .iq-office-address-no:hover,
.v2-07 .iq-office-address-no:hover,
.v2-08 .iq-office-address-no:hover,
.v2-09 .iq-office-address-no:hover,
.v2-10 .iq-office-address-no:hover,
.v2-11 .iq-office-address-no:hover,
.v2-12 .iq-office-address-no:hover,
.v2-13 .iq-office-address-no:hover {
  color: #555555;
}

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

.iq-listing-home:hover {
  color: #0a58ca !important;
}

@media (max-width: 479px) {
  /* Extra small devices Phones (lt 768px) */
  .iq-office-details .office-image {
    height: 205px;
  }
  .iq-office-details .button-nav {
    margin-top: 4px;
  }
  .iq-office-details .iq-offices-map-area {
    margin: 22px -16px 0 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* Extra small devices Phones (lt 768px) */
  .iq-office-details .button-nav {
    margin-top: 4px;
  }
  .iq-office-details .button-nav {
    margin-top: 10px;
  }
  .iq-office-details .iq-offices-map-area {
    margin: 22px -15px 0 -20px;
  }
  .iq-office-modern-details #iq_agents_grid {
    margin-left: 2%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Small devices Tablets (gte 768px) */
  .iq-office-details .button-nav {
    margin-top: 15px;
  }
  .iq-office-info-header {
    padding-bottom: 25px;
  }
  .iq-office-details .iq-offices-map-area {
    margin: 22px -16px 0 -20px;
  }
}
@media (max-width: 440px) {
  .iq-office-listings {
    overflow: scroll;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* Medium devices Desktops (gte 992px) */
}
@media (min-width: 1920px) {
  /* HD devices Desktops (gte 1920px) */
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /* Large devicesDesktops (gte 1200px) */
}
@media (max-width: 440px) {
  .iq-office-listings {
    overflow: scroll;
  }
  .v2-06 .iq-office-listings {
    overflow: unset;
  }
}
.iq-office-modern-details .iq-officeModern-sectionOne .prefixHeader {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: var(--bay-darkgrey) !important;
}

.iq-office-modern-details .iq-officeModern-sectionOne .header {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 24px;
  line-height: 50px;
  text-transform: uppercase;
  color: var(--bay-brownish-gray) !important;
}

.iq-office-modern-details .iq-officeModern-sectionOne .iq-office-address-no,
.iq-office-modern-details .iq-officeModern-sectionOne .iq-phonenumber,
.iq-office-modern-details .iq-officeModern-sectionOne .iq-mail {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: var(--bay-maincolor) !important;
  display: flex;
  gap: 4px;
}

.iq-office-modern-details .iq-officeModern-sectionOne #officehours {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: var(--bay-darkgrey) !important;
}

.iq-office-modern-details .iq-agent-details-section_1 {
  margin-bottom: 8px;
}

.iq-office-modern-details .iq-agent-details-section_2 {
  width: 100%;
}

.iq-office-modern-details .iq-officeModern-sectionOne .iq-contact-button {
  margin-bottom: 40px;
}

.iq-office-modern-details .iq-officeModern-sectionOne .btn-primary {
  border: 1px solid var(--bay-maincolor);
  font-size: 20px;
  line-height: 30px;
  padding: 8px 16px;
  gap: 8px;
  display: flex;
  width: 200px !important;
  height: 56px;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: var(--bay-maincolor) !important;
  text-transform: uppercase;
}

.iq-office-modern-details .iq-officeModern-sectionOne #iq-contact-button .btn-primary,
.iq-office-modern-details .iq-officeModern-sectionOne #iq-contact-button .btn-primary:hover {
  background-color: var(--bay-maincolor) !important;
  color: #fff !important;
  border: 1px solid var(--bay-maincolor) !important;
}

.iq-office-modern-details .iq-officeModern-sectionOne #iq-contact-button {
  margin-bottom: 40px;
}

.iq-office-modern-details .iq-officeModern-sectionOne .iq-managers {
  gap: 16px !important;
}

.iq-office-modern-details .iq-officeModern-sectionOne .iq-agents-card h1 {
  text-transform: capitalize !important;
  text-align: start !important;
  margin: 0;
}

.iq-office-modern-details .iq-officeModern-sectionOne .iq-agents-hover {
  font-size: 12px !important;
  line-height: 18px !important;
  font-weight: 300 !important;
  text-transform: capitalize !important;
}

.iq-office-modern-details .iq-officeModern-sectionOne .iq-agents-hover.iq-agents-name {
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 400 !important;
  color: var(--bay-white) !important;
}

.iq-office-modern-details .iq-officeModern-sectionOne .iq-agents-hover:hover {
  text-decoration: none !important;
}

.iq-office-modern-details #iq-office-detail-carousel .carousel-inner .iq-listing-image img {
  aspect-ratio: 3/2 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.iq-office-modern-details #iq-office-detail-carousel_nav .img-thumbnail {
  padding: 0 !important;
}

.iq-agents-card:hover {
  cursor: pointer;
  transform: scale(1.07);
  z-index: 2;
}

.iq-office-modern-details .iq-officeModern-sectionOne .pagination {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 20px;
  margin-left: -3px;
  color: var(--bay-maincolor) !important;
  cursor: pointer;
}

.iq-office-modern-details .iq-officeModern-sectionOne .carousel-item {
  gap: 10px;
}

.iq-office-modern-details .iq-officeModern-sectionOne .carousel-item.d-flex.align-items-center {
  color: var(--bay-maincolor) !important;
  justify-content: center;
  padding-top: 16px;
  width: 100% !important;
}

.iq-office-modern-details #iq-office-detail-carousel_nav {
  width: 100% !important;
  height: 100% !important;
  z-index: 0 !important;
}

.iq-office-modern-details .nav-item .nav-link {
  font-weight: 400;
  font-size: 30px;
  line-height: 20px;
  color: var(--bay-lightgrey);
  text-transform: uppercase;
}

.iq-office-modern-details .nav-item .nav-link.active {
  color: var(--bay-maincolor) !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 2px solid var(--bay-maincolor) !important;
  text-transform: uppercase;
}

.iq-office-modern-details nav ul.nav-tabs {
  border: 0;
}

.iq-office-modern-details #office_agents_tab a {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: var(--bay-lightgrey);
}

.iq-office-modern-details .nav-item .nav-link,
.iq-office-modern-details .nav-item .nav-link:hover {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: var(--bay-lightgrey) !important;
}

.iq-office-modern-details .nav-item .nav-link.active:hover {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 2px solid var(--bay-maincolor) !important;
}

.iq-office-modern-details .iq-officeModern-sectionOne .iq-agents-card .iq-agents-contact {
  column-gap: 10px !important;
  flex-direction: column;
  row-gap: 5px;
}

.iq-office-modern-details .iq-officeModern-sectionThree .iq-agents-card .iq-agents-contact {
  flex-direction: row;
  column-gap: 10px !important;
}

.iq-office-modern-details .iq-agents-card .iq-agent-website .iq-text-decoration {
  align-items: center;
  gap: 4px;
}

.iq-office-modern-details .iq-officeModern-sectionTwo,
.iq-office-modern-details .iq-officeModern-sectionThree {
  margin-top: 120px;
}

.iq-office-modern-details .nav-link:focus-visible {
  outline: unset;
  box-shadow: unset !important;
}

.iq-office-modern-details .iq-agents-paging {
  margin-top: 16px;
}

.iq-office-modern-details .iq-agents-paging .icon-container,
.iq-office-modern-details .iq-agents-paging .page-item:last-child .page-link,
.iq-office-modern-details .iq-agents-paging #pagelink_backward {
  border-radius: 0 !important;
  border-color: var(--bay-maincolor) !important;
}

.iq-office-modern-details .iq-agents-paging .page-item:not(:first-child) .page-link {
  margin-left: 0;
  color: var(--bay-maincolor);
  padding: 14px 20px !important;
}

.iq-office-modern-details .iq-agents-paging a:link {
  padding: 14px 20px;
  color: var(--bay-maincolor);
}

.iq-office-modern-details .iq-agents-paging .active > .page-link,
.iq-office-modern-details .iq-agents-paging .active > .page-link.active {
  color: var(--bay-white) !important;
  background-color: var(--bay-maincolor) !important;
  border-color: var(--bay-maincolor) !important;
  z-index: 1;
}

.iq-office-modern-details .iq-agents-paging .page-item .page-link:focus {
  box-shadow: none;
  z-index: 3 !important;
}

.iq-office-modern-details .iq-agents-paging #total-offices-count {
  color: var(--bay-cool-gray) !important;
  margin-top: 15px !important;
  padding-right: 10px !important;
  font-weight: var(--bay-font-weight-300) !important;
  font-size: var(--bay-font-size--101) !important;
  line-height: var(--bay-line-height--150) !important;
}

.iq-office-modern-details .thumbnail-control {
  color: var(--bay-maincolor);
}

.iq-office-modern-details .officeInformation .ofcAddress .mobileView,
.iq-office-modern-details .section-one-wrapper .left-side-information .mobileViewOfficeHours {
  display: none;
}

.iq-office-modern-details .section-one-wrapper .iq-managers .agent-text-overlay,
.iq-office-modern-details .iq-officeModern-sectionThree .agent-text-overlay {
  padding: 79px 16px 16px !important;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 68.22%);
  background-repeat: no-repeat;
  color: #fff;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.iq-office-modern-details .section-one-wrapper .iq-managers .agent-text-overlay::before,
.iq-office-modern-details .iq-officeModern-sectionThree .agent-text-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, var(--bay-maincolor) 26.31%, transparent 100%);
  opacity: 0.48;
  pointer-events: none;
}

.iq-office-modern-details #managerPosition_three,
.iq-office-modern-details #managerPosition_four {
  display: none;
}

.iq-office-modern-details .iq-managers .iq-agents-card {
  width: 200px;
}

.iq-office-modern-details .pagination .disabled {
  opacity: 0.5;
  pointer-events: none;
}

.iq-office-modern-details #iq_agents_grid .iq-agent-cards-wrapper {
  gap: 12px;
}

.iq-office-modern-details #iq_agents .iq-agents-card {
  margin-bottom: 0 !important;
}

.iq-office-modern-details #iq_agents .iq-pg-body {
  padding: 0;
}

.iq-office-modern-details #iq_agents_grid .row > * {
  padding-right: 0;
  padding-left: 0;
}

.iq-office-modern-details #iq_agents .bayAgentsGrid_v2 #iq_agents_grid .agents-gridSection {
  padding-left: 0;
  padding-right: 0;
}

.iq-office-modern-details .iq-agents-card {
  position: relative;
  transition: transform 0.3s;
}

.section-one-wrapper .MobileProfileText {
  display: none;
}

.iq-office-modern-details .left-side-information .officeInformation .ofcMail {
  padding-left: 0;
}

body:has(#iq_agents_grid[data-totalrowcount="3"]) .iq-office-modern-details #iq_agents_grid .iq-agent-cards-wrapper,
body:has(#iq_agents_grid[data-totalrowcount="2"]) .iq-office-modern-details #iq_agents_grid .iq-agent-cards-wrapper,
body:has(#iq_agents_grid[data-totalrowcount="1"]) .iq-office-modern-details #iq_agents_grid .iq-agent-cards-wrapper {
  justify-content: start !important;
}

.iq-office-modern-details .iq-office-profile-body .nav-tabs.remove-wrap {
  padding-right: 0 !important;
}

.iq-office-modern-details .iq-agent-questions-text {
  color: var(--bay-brownish-gray);
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

.iq-office-modern-details .col-lg-12.col-md-12.col-sm-12.col-xs-12.text-center {
  padding-top: 16px;
}

.iq-office-modern-details #iq_lead_form span.d-flex.text-wrap {
  font-size: 13px !important;
}

.iq-office-modern-details .iq-form-field-required:focus,
.iq-office-modern-details #iq_lead_form .iq-lead-page #messagebody-container .iq-form-field-required:focus {
  border: var(--bs-border-width) solid #86b7fe !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
}

body:has(.iq-office-modern-details) .st-inside-content-wrapper .st-inside-header:not(#st-inside-modern-header) {
  display: none !important;
}

.iq-office-modern-details .iq-officeModern-sectionOne .iq-agents-card .iq-agent-certifications {
  font-size: 12px !important;
  font-weight: 300 !important;
}

.iq-office-modern-details .iq-officeModern-sectionOne .iq-agents-card .iq-office-manager {
  font-size: 12px !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  color: var(--bay-white) !important;
}

.iq-office-modern-details .iq-agents-card .iq-agents-hover .iq-agents-name {
  font-size: 18px !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
  color: var(--bay-white) !important;
}

.iq-office-modern-details .profileText,
.iq-office-modern-details .MobileProfileText {
  font-weight: 300 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: var(--bay-cool-gray) !important;
}

.iq-office-modern-details #iq_lead_form::placeholder {
  color: var(--bay-secondary) !important;
  text-transform: capitalize !important;
  font-weight: 300 !important;
}

.iq-office-modern-details #iq_lead_form input[type=checkbox]:checked {
  background-color: var(--bay-skyblue) !important;
}

.iq-office-modern-details #iq_lead_form input[type=checkbox]:checked::after {
  content: "✓";
  color: var(--bay-white);
  font-size: 18px;
  position: absolute;
  left: 5px;
  top: 0;
}

.iq-office-modern-details #iq_lead_form .iq-lead-page .iq-contact-line-field hr {
  display: none;
}

.iq-office-modern-details .iq-agents-card h1 {
  text-transform: capitalize !important;
  margin: 0;
  text-align: left;
}

.iq-office-modern-details .iq-agents-card .iq-agentphone span,
.iq-office-modern-details .iq-agents-card .iq-agent-office h1,
.iq-office-modern-details .iq-agents-card .iq-agent-certifications span,
.iq-office-modern-details .iq-agents-card .iq-agent-website span {
  color: var(--bay-white);
  font-family: var(--bay-body-font) !important;
  line-height: var(--bay-line-height--150);
  font-size: var(--bay-font-size--101) !important;
  font-weight: var(--bay-font-weight-300) !important;
}

.iq-office-modern-details #pagelink_forward,
.iq-office-modern-details #pagelink_backward {
  padding: 14px 16px !important;
}

.iq-office-modern-details .iq-agent-cards-wrapper .agent-text-overlay .agents-heading.header-name .iq-agents-hover {
  font-size: var(--bay-font-size--150) !important;
  line-height: var(--bay-line-height--200) !important;
  font-weight: var(--bay-primary-font-weight) !important;
  color: var(--bay-white) !important;
  text-transform: capitalize;
  font-family: var(--bay-body-font) !important;
}

.iq-office-modern-details #bay_search_listings_results .bay_listing_card .bay_listing_card_media {
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}

.iq-office-modern-details .bay_listings_property .bay_listing_card_specs {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.iq-office-modern-details .iq-agent-certifications {
  display: flex;
  column-gap: 2px;
  align-items: flex-start;
  margin-bottom: 4px;
}

.iq-office-modern-details .iq-agent-certifications img {
  margin-top: 4px;
}

.iq-office-modern-details .iq-officeModern-sectionThree .agent-text-overlay {
  row-gap: 5px;
}

.iq-office-modern-details .iqMapPointInfoBottom {
  margin-top: 50px;
  padding-right: 13px;
  overflow-x: scroll;
  height: 160px;
}

@media (min-width: 769px) {
  .iq-office-modern-details .iq-agents-card:hover .iq-agentphone,
  .iq-office-modern-details .iq-agents-card:hover .iq-agent-certifications,
  .iq-office-modern-details .iq-agents-card:hover .iq-agent-office,
  .iq-office-modern-details .iq-agents-card:hover .iq-agent-website {
    display: flex;
    gap: 4px;
  }
  .iq-office-modern-details .iq-agents-card .iq-agentphone,
  .iq-office-modern-details .iq-agents-card .iq-agent-certifications,
  .iq-office-modern-details .iq-agents-card .iq-agent-office,
  .iq-office-modern-details .iq-agents-card .iq-agent-website {
    display: none;
  }
  .iq-office-modern-details .iq-agents-card:hover .iq-agent-name {
    margin-bottom: 4px !important;
  }
}
@media (min-width: 481px) and (max-width: 567px) {
  .iq-office-modern-details #office_listings {
    margin-top: 40px;
    margin-right: 25px;
  }
}
@media (min-width: 768px) {
  .iq-office-modern-details .iq-agents-card h1 {
    font-size: var(--bay-font-size--1125) !important;
    line-height: var(--bay-line-height--175);
  }
  .iq-office-modern-details .iq-agents-card .iq-agent-office h1,
  .iq-office-modern-details .iq-agents-card .iq-agent-certifications span,
  .iq-office-modern-details .iq-agents-card .iq-agentphone span,
  .iq-office-modern-details .iq-agents-card .iq-agent-website span {
    font-size: var(--bay-font-size--100) !important;
    line-height: var(--bay-line-height--125);
  }
}
@media (max-width: 767px) and (min-width: 481px) {
  .iq-office-modern-details #iq_agents_grid .iq-agent-cards-wrapper .iq-agents-card {
    width: 50% !important;
  }
  .iq-office-modern-details #iq_agents_grid {
    margin-left: 2%;
  }
}
@media (min-width: 480px) {
  .iq-office-modern-details .iq-agents-card .iq-agents-contact {
    flex-direction: column !important;
  }
  .iq-office-modern-details .iq-agents-card .iq-agents-contact .iq-agentphone {
    margin-bottom: 4px;
  }
}
@media (min-width: 481px) {
  .iq-office-modern-details .iq-agents-card .iq-agents-contact .iq-agentphone,
  .iq-office-modern-details .iq-agents-card .iq-agents-contact .iq-agent-website {
    width: 100%;
  }
}
@media (max-width: 608px) {
  #office_agents_tab .iq-office-tab span {
    display: flex;
  }
}
@media (max-width: 566px) {
  .iq-office-modern-details .iq-agent-cards-wrapper .iq-agents-card {
    width: 100% !important;
    padding-right: 0 !important;
    margin-bottom: 0 !important;
  }
  .iq-office-modern-details .bay_listings_property {
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
  }
  #iq-contact-button,
  #iq-contact-button a,
  .iq-managers .iq-agents-card {
    width: 100% !important;
  }
  .iq-office-modern-details .section-one-wrapper .left-side-information .iq-managers {
    flex-direction: column !important;
  }
  .iq-office-modern-details .iq-officeModern-sectionTwo,
  .iq-office-modern-details .iq-officeModern-sectionThree {
    margin-top: 64px !important;
  }
}
@media (max-width: 768px) {
  .iq-office-modern-details .section-one-wrapper .ofcAddress,
  .iq-office-modern-details .section-one-wrapper .left-side-information,
  .iq-office-modern-details .section-one-wrapper .right-side-images,
  .iq-office-modern-details #iq_lead_form #iq_lead_form-submit {
    width: 100% !important;
  }
  .iq-office-modern-details #iq_lead_form #iq_lead_form-submit {
    height: 48px !important;
  }
  .iq-office-modern-details .iq-officeModern-sectionTwo .col-md-6 {
    width: 100% !important;
  }
  .iq-office-modern-details .iq-officeModern-sectionOne .section-one-wrapper,
  .iq-office-modern-details .iq-officeModern-sectionTwo .section-two-wrapper {
    flex-direction: column-reverse;
  }
  .iq-office-modern-details .iq-officeModern-sectionTwo .section-two-wrapper .rightSide-contact #iq_officeDetail_leadsource {
    padding-right: 12px !important;
  }
  .iq-office-modern-details .iq-officeModern-sectionOne .header {
    margin-bottom: 10px;
  }
  .iq-office-modern-details .left-side-information .officeInformation {
    margin-bottom: 0 !important;
  }
  .iq-office-modern-details .section-one-wrapper .ofcAddress {
    margin-bottom: 10px;
  }
  .iq-office-modern-details .left-side-information .officeInformation .ofcPhone,
  .iq-office-modern-details .left-side-information .officeInformation .ofcMail {
    width: 50%;
  }
  .iq-office-modern-details .officeInformation .ofcAddress .desktopView,
  .iq-office-modern-details .section-one-wrapper .left-side-information .desktopViewOfficeHours {
    display: none;
  }
  .iq-office-modern-details .officeInformation .ofcAddress .mobileView,
  .iq-office-modern-details .section-one-wrapper .left-side-information .mobileViewOfficeHours {
    display: block;
  }
  .iq-office-modern-details .section-one-wrapper .left-side-information .mobileViewOfficeHours {
    margin-top: -10px;
    margin-bottom: 0 !important;
  }
  .iq-office-modern-details .left-side-information .mobileViewOfficeHours .content-wrapper-officeHours {
    width: 50%;
  }
  .iq-office-modern-details .left-side-information #iq-contact-button {
    margin-bottom: 20px;
    margin-top: 0 !important;
  }
  .iq-office-modern-details .officeInformation {
    margin-bottom: 0 !important;
  }
  .iq-office-modern-details .section-one-wrapper .left-side-information .iq-managers {
    flex-direction: row;
  }
  .iq-office-modern-details .section-one-wrapper .left-side-information .pagination {
    justify-content: center;
  }
  .iq-office-modern-details .iq-agents-card {
    margin-bottom: 0 !important;
  }
  .iq-office-modern-details #iq_lead_form .form-group {
    padding: 0 !important;
  }
  .iq-office-modern-details #iq_search_offices_map {
    height: 500px !important;
  }
  .iq-office-modern-details .mobileViewItemCount {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .iq-office-modern-details .iq-agents-card:hover,
  .iq-office-modern-details .iq-officeModern-sectionOne .iq-managers:hover {
    transition: unset !important;
    z-index: 0 !important;
    transform: unset !important;
  }
  .iq-office-modern-details .section-one-wrapper .iq-managers .agent-text-overlay {
    height: 150px;
  }
  .iq-office-modern-details .iq-officeModern-sectionThree .agent-text-overlay {
    height: 240px;
  }
  .iq-office-modern-details .iq-agents-card .iq-agent-name {
    margin-bottom: 4px !important;
  }
}
@media (max-width: 480px) {
  .iq-office-modern-details #iq_agents_grid {
    padding-right: 0 !important;
  }
  .iq-office-modern-details .iq-agent-cards-wrapper {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .iq-office-modern-details .iq-officeModern-sectionOne .btn-primary {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  body:has(.iq-office-modern-details) .content-wrapper {
    margin-right: 14px !important;
    margin-left: 14px !important;
  }
  body:has(.iq-office-modern-details) .st-container-fluid-content-wrapper {
    margin-right: 14px !important;
    margin-left: 14px !important;
  }
  .iq-office-modern-details .iq-agents-card .iq-agents-contact {
    flex-direction: row !important;
  }
  .iq-office-modern-details .iq-agents-paging #total-offices-count {
    display: none !important;
  }
  .iq-office-modern-details .iq-agents-paging {
    display: flex;
    justify-content: center;
  }
  .iq-office-modern-details .section-one-wrapper .profileText {
    display: none;
  }
  .iq-office-modern-details .section-one-wrapper .MobileProfileText {
    display: block;
  }
  .iq-office-modern-details #office_agents {
    margin-left: 0 !important;
  }
  .iq-office-modern-details .iq-agents-card {
    margin-bottom: 0 !important;
  }
  #iq-offices_modern-datails .iq-offices-card-info a {
    line-height: 22px !important;
    font-size: 14px !important;
  }
  .iq-office-modern-details .iq-officeModern-sectionOne .prefixHeader,
  .iq-office-modern-details #iq_agents_grid {
    margin-top: 24px !important;
  }
  .iq-office-modern-details .left-side-information #iq-contact-button {
    margin-bottom: 24px !important;
  }
  .iq-office-modern-details .thumbnail-control {
    top: 110px !important;
  }
  .iq-office-modern-details .thumbnail-control.right {
    right: 40% !important;
  }
  .iq-office-modern-details .thumbnail-control.left {
    left: 40% !important;
  }
  .iq-office-modern-details .carousel-images {
    padding: 8px 0 !important;
  }
  .iq-office-modern-details #iq-office-detail-carousel_nav .carousel-inner .carousel-item .col-3.float-start {
    width: 32% !important;
  }
  .iq-office-modern-details .thumbnail-control {
    position: unset !important;
  }
  .iq-office-modern-details .carousel-controls {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .iq-office-modern-details .iq-agents-card .iq-agentphone,
  .iq-office-modern-details .iq-agents-card .iq-agent-certifications,
  .iq-office-modern-details .iq-agents-card .iq-agent-office,
  .iq-office-modern-details .iq-agents-card .iq-agent-website {
    display: flex !important;
    gap: 4px;
  }
}
@media (max-width: 440px) {
  .iq-office-modern-details .nav-item .nav-link {
    font-size: 14px !important;
  }
  .iq-office-modern-details .mobileViewItemCount {
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .iq-office-modern-details .iq-agent-questions-text,
  .iq-office-modern-details .iq-agent-contact-text {
    padding-left: 13px;
  }
  .iq-office-modern-details .officeDetail_contactform {
    margin-top: 40px !important;
  }
}
@media (min-width: 1024px) {
  .iq-office-modern-details #iq_agents_grid .iq-agent-cards-wrapper .iq-agents-card {
    width: 25% !important;
  }
  .iq-office-modern-details .iq-paging,
  .iq-office-modern-details .iq-agents-paging {
    padding: 0 !important;
  }
  .iq-office-modern-details #iq_agents_grid .iq-agent-cards-wrapper {
    margin: 0% 1.8% !important;
  }
}
@media (min-width: 769px) {
  .iq-office-modern-details #iq_agents_grid .iq-agent-cards-wrapper .iq-agents-card {
    width: 30% !important;
  }
  .iq-office-modern-details #iq_agents_grid .iq-agent-cards-wrapper {
    justify-content: start !important;
    margin: 0% 4%;
  }
}
@media (min-width: 1063px) {
  .iq-office-modern-details #iqGridResults,
  .iq-office-modern-details #iq_agents_grid {
    margin-top: 40px !important;
    padding-right: 0 !important;
    padding-left: 20px !important;
  }
  .iq-office-modern-details #bay_search_listings_results_grid {
    padding-right: 14px;
  }
}
@media (min-width: 1400px) {
  .iq-office-modern-details #iq_agents_grid .iq-agent-cards-wrapper {
    margin: 0% 0.5% !important;
  }
}
@media (min-width: 1920px) {
  .iq-office-modern-details #iq_agents_grid .iq-agent-cards-wrapper {
    margin: 0% 1% !important;
  }
}
@media (min-width: 1024px) {
  .iq-office-modern-details #iq_agents_grid .iq-agent-cards-wrapper .iq-agents-card {
    width: 23.12% !important;
  }
  .iq-office-modern-details .left-side-information .officeInformation .ofcPhone {
    padding-left: 5px !important;
  }
}
@media (max-width: 1024px) and (min-width: 767px) {
  .iq-office-modern-details .iq-agents-card .iq-agents-contact {
    flex-direction: column !important;
  }
  .iq-office-modern-details .iq-agents-card .iq-agents-contact .iq-agentphone,
  .iq-office-modern-details .iq-agents-card .iq-agents-contact .iq-agent-website {
    width: 100%;
  }
  .iq-office-modern-details .iq-agents-card .iq-agents-contact,
  .iq-agentphone {
    margin-bottom: 4px;
  }
}
@media (min-width: 1440px) {
  .iq-office-modern-details #iq_agents_grid .iq-agent-cards-wrapper .iq-agents-card {
    width: 15.5% !important;
  }
  .iq-office-modern-details #iqGridResults {
    margin-top: 80px !important;
  }
}
.iq-office-modern-details #bay_search_listings_results .bay_listing_card:hover .bay_listing_card_media img.property-image {
  transform: none !important;
  -webkit-transform: none !important;
  min-width: initial !important;
  min-height: initial !important;
  transition: none !important;
  -webkit-transition: none !important;
  filter: none !important;
  -webkit-filter: none !important;
}

.iq-office-modern-details .bay_listing_card_love {
  z-index: 1;
}

.iq-office-modern-details #office_listings {
  margin-top: 40px;
}

.bay_search_listings_results_grid_section {
  padding: 0;
}

@media (max-width: 480px) {
  .iq-office-modern-details #office_listings {
    padding-right: 30px;
  }
}
.iq-office-modern-details .iqMapPointInfo {
  position: relative;
  width: 268px !important;
  height: 200px;
  cursor: pointer;
  color: #ffffff;
  font-size: 11px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.iq-office-modern-details .gm-style-iw-chr {
  position: absolute;
  z-index: 1;
  width: 100%;
}

.iq-office-modern-details .gm-style .gm-style-iw-c {
  border-radius: 0 !important;
  padding: 0 !important;
  max-width: 648px !important;
  max-height: 406px !important;
  min-width: 0 !important;
  width: 268px !important;
  height: 348px !important;
}

.iq-office-modern-details .iqMapPointInfoBottom .iq-offices-card-info {
  padding: 0;
  font-size: 14px;
  line-height: 20px !important;
  padding-left: 13px;
  height: auto;
  font-weight: 300;
}

.iq-office-modern-details .iqMapPointInfoBottom .iq-offices-card-info a {
  display: flex !important;
  gap: 8px;
  text-decoration: none !important;
}

.iq-office-modern-details .iqMapPointInfoBottom .iq-offices-card-info {
  padding: 0;
  font-size: 14px;
  line-height: 20px !important;
  padding-left: 13px;
}

.iq-office-modern-details .iqMapPointInfoBottom #office_user_name {
  text-align: start;
  font-size: 18px;
  padding-left: 13px;
  font-weight: 400;
  line-height: 28px !important;
}

.iq-office-modern-details .gm-style .gm-style-iw-d {
  overflow: unset !important;
}

.iq-office-modern-details .iq-offices-card-info a {
  color: var(--bay-maincolor) !important;
  line-height: 24px !important;
}

.iq-office-modern-details .iq-offices-card-info a.iq-officeHours {
  color: rgb(75, 76, 79) !important;
  cursor: default;
}

.iq-office-modern-details #iq-offices_modern .iq-offices-card-info a {
  display: inline-block !important;
  text-decoration: none !important;
  transition: none !important;
  opacity: 1 !important;
}

.iq-office-modern-details #iq-office-detail-carousel_nav .carousel-inner .carousel-item.active {
  display: flex;
  justify-content: center;
}

.iq-office-modern-details .thumbnail-control {
  position: absolute;
  top: 50px;
  width: auto;
}

.iq-office-modern-details .thumbnail-control.right {
  right: 0;
  padding-right: 0;
}

.iq-office-modern-details .thumbnail-control.left {
  left: 0;
  padding-left: 0;
}

.iq-office-modern-details .iq-agent-contact-text {
  font-size: 40px !important;
  line-height: 50px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  color: var(--bay-brownish-gray) !important;
}

.iq-office-modern-details #iq_lead_form label {
  font-size: 12px;
  color: var(--bay-dark-navy) !important;
  line-height: 18px !important;
  font-weight: 300 !important;
  text-transform: uppercase;
}

.iq-office-modern-details #iq_lead_form input[type=text] {
  padding: 12px 16px !important;
  margin-left: 0 !important;
  height: 48px !important;
}

.iq-office-modern-details #iq_lead_form input[type=radio] {
  margin-bottom: 1px !important;
}

.iq-office-modern-details #iq_lead_form .checkbox {
  border-left: none !important;
  padding-left: 0 !important;
}

.iq-office-modern-details #iq_lead_form textarea.form-control,
.iq-office-modern-details #iq_lead_form .iq-lead-page #messagebody-container .iq-form-field-required {
  padding: 12px 16px 64px 16px !important;
  border-radius: unset !important;
  margin-top: 4px;
  border: var(--bs-border-width) solid var(--bs-border-color) !important;
}

.iq-office-modern-details .iq-form-field-required {
  border-left: var(--bs-border-width) solid var(--bs-border-color) !important;
  border-radius: unset !important;
}

.iq-office-modern-details #iq_lead_form .text-muted,
.iq-office-modern-details #iq_lead_form .leadform_disclaimer {
  display: none !important;
}

.iq-office-modern-details #iq_lead_form #iq_lead_form-submit {
  background-color: var(--bay-maincolor) !important;
  border-color: var(--bay-maincolor) !important;
  text-transform: uppercase !important;
  color: #ffffff;
  width: 200px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: unset;
  padding: 8px 16px !important;
}

.iq-office-modern-details .carousel-item {
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  display: none;
}

.iq-office-modern-details .carousel-item.active {
  opacity: 1;
}

.iq-office-modern-details #iq_lead_form input {
  margin-top: 4px;
  margin-left: 0 !important;
}

.iq-office-modern-details #iq_lead_form .checkbox small {
  display: flex;
  align-items: center;
  gap: 5px !important;
}

.iq-office-modern-details .paging-officeDetails {
  flex-wrap: wrap;
  overflow-x: auto;
  white-space: nowrap;
  display: flex;
  justify-content: flex-start;
  padding: 0;
}

.iq-office-modern-details #bay_search_listings_results .bay_listing_card .bay_listing_card_media .bay_listing_card_more {
  display: none !important;
}

.v2-13 .iq-office-modern-details,
.v2-12 .iq-office-modern-details,
.v2-11 .iq-office-modern-details,
.v2-10 .iq-office-modern-details,
.v2-09 .iq-office-modern-details,
.v2-08 .iq-office-modern-details,
.v2-07 .iq-office-modern-details,
.v2-06 .iq-office-modern-details,
.v2-04 .iq-office-modern-details,
.v2-03 .iq-office-modern-details {
  margin-right: 3rem;
  margin-left: 3rem;
}

.v2-10:has(.iq-office-modern-details) .v2-10.editbar .iq-office-modern-details {
  margin-top: 120px !important;
}
.v2-10:has(.iq-office-modern-details) .v2-10 .iq-office-modern-details {
  margin-top: 50px !important;
}
.v2-10:has(.iq-office-modern-details) .v2-10 .st-site-menu.navbar-inverse {
  margin-top: 0 !important;
}

.iq-office-modern-details .gm-style .gm-style-iw-c:focus-visible {
  outline: unset !important;
}

@media (min-width: 576px) {
  .v2-09 .iq-office-modern-details {
    margin-top: 150px;
  }
  .v2-08 .iq-office-modern-details,
  .v2-04 .iq-office-modern-details {
    margin-top: 75px;
  }
  .v2-03 .iq-office-modern-details {
    margin-top: 80px;
  }
}
@media (max-width: 576px) {
  .v2-13 .iq-office-modern-details,
  .v2-12 .iq-office-modern-details,
  .v2-11 .iq-office-modern-details,
  .v2-10 .iq-office-modern-details,
  .v2-09 .iq-office-modern-details,
  .v2-08 .iq-office-modern-details,
  .v2-07 .iq-office-modern-details,
  .v2-06 .iq-office-modern-details,
  .v2-04 .iq-office-modern-details,
  .v2-03 .iq-office-modern-details {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .v2-09 .iq-office-modern-details,
  .v2-03 .iq-office-modern-details {
    margin-top: 75px !important;
  }
  .v2-08 .iq-office-modern-details,
  .v2-06 .iq-office-modern-details {
    margin-top: 100px;
  }
  .iq-office-modern-details .nav-item .nav-link {
    font-size: 22px;
  }
}
.v2-08:has(.iq-office-modern-details) .st-inside-content-wrapper div.iq-pg-body,
.v2-08:has(.iq-office-modern-details) .menu-position {
  margin-top: 0 !important;
}

.v2-06 .iq-office-modern-details {
  margin-top: 120px;
}

.v2-03 .iq-office-modern-details h1,
.v2-03 .iq-office-modern-details h2,
.v2-03 .iq-office-modern-details h3,
.v2-03 .iq-office-modern-details h4 {
  color: inherit !important;
  text-transform: inherit !important;
}

.v2-14 .iq-office-modern-details .iq-officeModern-sectionOne .header {
  font-family: var(--bay-primary-font) !important;
}

.v2-14 .iq-office-modern-details .iq-officeModern-sectionOne .btn-primary,
.v2-14 .iq-office-modern-details #iq_lead_form #iq_lead_form-submit,
.v2-14 .iq-office-modern-details .iq-agent-contact-text,
.v2-14 .iq-office-modern-details .nav-item .nav-link {
  font-family: var(--bay-primary-font) !important;
}

body.editbar.v2-15:has(.iq-office-modern-details) #iq-office {
  margin-top: 280px;
}
@media (min-width: 567px) and (max-width: 991px) {
  body.editbar.v2-15:has(.iq-office-modern-details) #iq-office {
    margin-top: 230px !important;
  }
}
@media (max-width: 566px) {
  body.editbar.v2-15:has(.iq-office-modern-details) #iq-office {
    margin-top: 170px !important;
  }
}

.v2-15 #iq-office {
  margin-top: 210px;
}

@media (min-width: 567px) and (max-width: 991px) {
  .v2-15 #iq-office {
    margin-top: 160px !important;
  }
}
@media (max-width: 566px) {
  .v2-15 #iq-office {
    margin-top: 100px !important;
  }
}
.iq-offices-search-form {
  display: table;
  width: 100%;
  margin-bottom: 0;
}

/* OFFICE GRID PAGE */
.iq-offices-grid {
  margin-bottom: 25px;
  padding: 0;
  overflow: hidden;
  position: relative;
  border: 0;
  border: 1px solid #e3e3e3;
  color: #3c4548;
}

.iq-offices-grid:hover {
  border: 1px solid #999;
}

.iq-offices-grid h1 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 22px;
  margin: 0;
}

.iq-offices-grid .office-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.iq-offices-grid .office-image img {
  width: 100%;
  height: auto;
  display: block;
}

.iq-offices-grid .office-name {
  padding: 13px 35px 13px 0;
  background-color: var(--bay-maincolor);
}

.iq-offices-grid .office-name h1 {
  color: var(--bay-bodycolor);
}

.iq-offices-grid .office-map {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 15px;
}

.iq-offices-grid .office-map a {
  display: block;
}

.iq-offices-grid .office-map img {
  width: 100%;
  height: auto;
  display: block;
}

.iq-offices-grid .button-nav {
  margin-top: 20px;
  padding-right: 5px;
}

.iq-offices-grid .button-nav a {
  width: 100%;
}

.iq-offices-grid .info {
  padding: 20px 0 0 25px;
  line-height: 18px;
}

.iq-offices-grid .info .phone-lines {
  padding: 9px 0;
}

.iq-offices-grid .info .phone-lines .info-icons {
  font-size: 12px;
}

.iq-offices-grid .info-icons {
  font-size: 13px;
  padding-right: 5px;
}

.iq-office-header {
  color: #555555 !important;
}

.iq-page-header {
  display: block !important;
}

/* OFFICE CARD PAGE */
.iq-offices-card {
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
  position: relative;
  border: 1px solid #e3e3e3;
  color: var(--bay-bodytext);
}

.iq-offices-card:hover {
  border: 1px solid #999;
}

.iq-offices-card h1 {
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.iq-offices-card .iq-offices-card-image {
  display: block;
  height: 260px;
}

.iq-offices-card .iq-offices-card-head {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: var(--bay-maincolor);
  min-height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

.iq-offices-card .iq-offices-card-head h1 {
  color: var(--bay-bodycolor);
  margin: 0;
}

.iq-offices-card .iq-offices-card-head a:hover {
  text-decoration: none;
}

.iq-offices-card .iq-offices-card-title {
  font-size: 12px;
  font-style: italic;
  color: var(--bay-bodycolor);
}

.iq-offices-card .iq-offices-card-body {
  height: 120px;
  margin-bottom: 0;
  padding: 12px 0 0 15px;
}

.iq-offices-card .iq-offices-card-body .iq-offices-card-info {
  height: 70px;
  line-height: 17px;
}

.iq-offices-card .iq-offices-card-body .iq-offices-card-info .iq-offices-card-info-icons {
  font-size: 12px;
}

.iq-offices-card .iq-offices-card-body .iq-offices-card-office {
  color: var(--bay-bodytext);
  margin: 13px 0 0 2px;
}

.iq-offices-card .iq-offices-card-body .iq-offices-card-office h6 {
  margin-bottom: 5px;
  text-transform: uppercase;
}

.iq-offices-card .iq-offices-card-body .iq-offices-card-office img {
  height: 40px;
  width: auto;
  float: left;
  margin-right: 5px;
}

.iq-offices-card .iq-offices-card-body .iq-offices-card-office ul {
  font-size: 11px;
  line-height: 13px;
}

.iq-offices-card .iq-offices-card-body .iq-offices-card-office a {
  color: var(--bay-bodytext);
}

.iq-offices-card .iq-offices-card-foot {
  padding: 30px 0 20px 0;
}

.btn-padding {
  padding: 40px 18px 20px 18px !important;
}

.iq-btn-border {
  border: 1px solid lightgray !important;
}

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

.office-hover a:hover {
  text-decoration: underline;
  background-color: #e6e6e6;
}

.iq-title-office h1 {
  font-size: 45px !important;
  font-weight: normal;
}

.iq-btn-office {
  font-size: 14px !important;
}

.iq-btn-search {
  border: 1px solid lightgray !important;
}

.iq-btn-search:hover {
  text-decoration: none !important;
  background-color: #e6e6e6;
}

@media (max-width: 479px) {
  .iq-title-office h1 {
    font-size: 20px !important;
    font-weight: normal;
  }
}
.v2-11 .iq-offices-user-name {
  font-size: 2rem;
}

.v2-06 .iq-offices-user-name {
  font-weight: 500 !important;
}

.office-detail-name {
  font-size: 16px;
}

.v2-03 .iq-offices-searchby {
  font-size: 18px !important;
}

.iq-office-location a:hover {
  text-decoration: none !important;
  color: #555555;
}

.iq-btn-office-address {
  font-size: 14px !important;
}

.iq-btn-office-address:hover {
  background-color: #e6e6e6 !important;
  color: #555555 !important;
}

.iq-hover-text .iq-office-property:hover {
  color: #555555 !important;
}

/* above has been cleaned up */
.iq-offices-grid .list-foot {
  padding: 20px 0 0 0;
}

.iq-offices-grid .list-foot ul li {
  display: inline;
  padding-right: 10px;
  line-height: 10px;
}

.iq-offices-grid .list-foot .icons {
  font-size: 14px;
}

.iq-offices-grid .list-foot .dropup ul {
  padding: 5px;
}

.iq-offices-grid .list-foot .dropup li {
  display: inline;
  padding-right: 15px;
}

.iq-offices-grid .list-foot .dropup li a {
  line-height: 0;
  padding: 0 0 0 12px;
  width: 100%;
}

.iq-offices-grid .iq-offices-map-area {
  height: 180px;
  min-width: 225px;
  margin: 22px 8px 0 -25px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.social-office {
  border: 0;
  font-size: 13px;
}

.social-office:hover,
.social-office:focus,
.social-office:active,
.social-office.active,
.open .dropdown-toggle.social-office {
  background-color: #fff;
  border: 0;
  box-shadow: none;
}

.st-agent-officecard {
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
  position: relative;
  border: 1px solid #e3e3e3;
  color: var(--bay-bodytext);
}

.st-agent-officecard h1 {
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.st-agent-officecard .st-agent-officecard-image {
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.st-agent-officecard .st-agent-officecard-name {
  padding-bottom: 5px;
  padding-top: 5px;
  background-color: var(--bay-maincolor);
}

.st-agent-officecard .st-agent-officecard-name h1 {
  color: var(--bay-highlighttext);
  margin: 0;
}

.st-agent-officecard .st-agent-officecard-name a:hover {
  text-decoration: none;
}

.st-agent-officecard .st-agent-officecard-title {
  font-size: 12px;
  font-style: italic;
  color: var(--bay-highlighttext);
}

.st-agent-officecard .st-agent-officecard-info-wrap {
  background-color: var(--bay-bodycolor);
  height: 95px;
  margin-bottom: 0;
  padding: 12px 0 0 15px;
}

.st-agent-officecard .st-agent-officecard-info-wrap .st-agent-officecard-info {
  height: 70px;
  line-height: 2px;
}

.st-agent-officecard .st-agent-officecard-info-wrap .st-agent-officecard-info .st-agent-officecard-info-icons {
  font-size: 14px;
}

.st-agent-officecard .st-agent-officecard-info-wrap .st-agent-officecard-info .st-agent-officecard-social-icons {
  font-size: 16px;
  padding-right: 5px;
}

.st-agent-officecard .st-agent-officecard-info-wrap .st-agent-officecard-info .st-agent-officecard-social-links {
  margin-top: 8px;
}

.st-agent-officecard .st-agent-officecard-info-wrap .st-agent-officecard-office {
  color: var(--bay-bodytext);
  margin: 13px 0 0 2px;
}

.st-agent-officecard .st-agent-officecard-info-wrap .st-agent-officecard-office h6 {
  margin-bottom: 5px;
  text-transform: uppercase;
}

.st-agent-officecard .st-agent-officecard-info-wrap .st-agent-officecard-office img {
  height: 40px;
  width: auto;
  float: left;
  margin-right: 5px;
}

.st-agent-officecard .st-agent-officecard-info-wrap .st-agent-officecard-office ul {
  font-size: 11px;
  line-height: 13px;
}

.st-agent-officecard .st-agent-officecard-info-wrap .st-agent-officecard-office a {
  color: var(--bay-bodytext);
}

.st-agent-officecard .st-agent-officecard-foot {
  padding: 10px 0 12px 0;
  background-color: var(--bay-bodycolor);
}

.st-agent-officecard .st-agent-officecard-foot .st-agent-officecard-foot-icons {
  font-size: 15px;
}

.iq-offices-profile-text {
  margin-bottom: 20px;
}

/* ST AGENT PROFILE */
.st-side-bar-icons {
  padding-right: 5px;
  color: #888;
  font-size: 14px;
  vertical-align: top;
}

.st-agent-profile {
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
  position: relative;
  border: 0;
  -webkit-box-shadow: 0 0 6px 2px rgba(189, 195, 199, 0.5);
  -moz-box-shadow: 0 0 6px 2px rgba(189, 195, 199, 0.5);
  box-shadow: 0 0 6px 2px rgba(189, 195, 199, 0.5);
  color: var(--bay-bodytext);
}

.st-agent-profile h1 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 30px;
}

.st-agent-profile .st-agent-profile-image {
  height: 306px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.st-agent-profile .st-agent-profile-name {
  padding: 13px 35px 13px 0;
  background-color: var(--bay-maincolor);
}

.st-agent-profile .st-agent-profile-name a:hover {
  text-decoration: none;
}

.st-agent-profile .st-agent-profile-name h1 {
  color: var(--bay-highlighttext);
}

.st-agent-profile .st-agent-profile-title {
  font-size: 12px;
  font-style: italic;
  color: var(--bay-highlighttext);
  padding-left: 28px;
}

.st-agent-profile .st-agent-profile-info {
  padding: 15px 0 0 25px;
  line-height: 18px;
}

.st-agent-profile .st-agent-profile-info .st-agent-profile-social-links {
  font-size: 17px;
  margin-top: 8px;
}

.st-agent-profile .st-agent-profile-info .st-agent-profile-social-links .st-agent-profile-info-icons {
  font-size: 16px;
  padding-top: 3px;
}

.st-agent-profile .st-agent-profile-info-icons {
  font-size: 14px;
  color: var(--bay-highlightcolor);
  padding-right: 5px;
}

.st-agent-profile .st-agent-profile-office {
  color: var(--bay-bodytext);
  padding: 0 5px 0 47px;
}

.st-agent-profile .st-agent-profile-office h6 {
  text-transform: uppercase;
  padding: 10px 0;
  font-size: 16px;
}

.st-agent-profile .st-agent-profile-office img {
  height: 190px;
  width: auto;
  margin: 0 5px 20px 0;
  box-shadow: 3px 3px 11px 1px rgba(189, 195, 199, 0.6);
}

.st-agent-profile .st-agent-profile-office a {
  color: var(--bay-bodytext);
}

.st-agent-profile .st-agent-profile-foot {
  padding: 45px 0 10px 25px;
}

.st-agent-profile .st-button-agent {
  border: 1px solid var(--bay-bodycolor);
  background: var(--bay-highlightcolor);
  color: var(--bay-highlighttext);
  border-radius: 0;
  padding: 5px 20px;
}

.st-agent-profile .st-button-agent:hover {
  opacity: 0.7;
  text-decoration: none;
}

.iq-offices-button-agent-profile {
  border: 1px solid var(--bay-bodycolor);
  background: var(--bay-highlightcolor);
  color: var(--bay-highlighttext) !important;
  border-radius: 0;
  padding: 7px 20px;
  width: 100%;
}

.iq-offices-button-agent-profile:hover {
  border: 1px solid var(--bay-bodycolor);
  background: var(--bay-highlightcolor);
  color: var(--bay-highlighttext);
  border-radius: 0;
  padding: 7px 20px;
  opacity: 0.7;
}

.st-agent-profile-search {
  box-shadow: 0 0 6px 2px rgba(189, 195, 199, 0.5);
  border: 0;
  background-color: #fff;
  border-radius: 0;
  padding: 10px;
}

.st-agent-profile-search h6 {
  text-transform: uppercase;
  padding: 5px 0 0 0;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

.st-agent-profile-contact {
  box-shadow: 0 0 6px 2px rgba(189, 195, 199, 0.5);
  border: 0;
  background-color: #fff;
  border-radius: 0;
  padding: 10px;
  margin-bottom: 20px;
}

.st-agent-profile-contact h6 {
  text-transform: uppercase;
  padding: 5px 0 10px 0;
  font-weight: bold;
  font-size: 16px;
}

.iq-pg-ft .iq-wrap {
  border: 0;
}

.iq-office-info-manager hr {
  margin-bottom: 0;
}

.iq-office-info-manager .iq-office-info-manager-icon {
  font-size: 14px;
  padding-right: 5px;
}

.iq-office-info-manager-thumb {
  height: 80px;
  width: 70px;
  background-size: cover;
  float: left;
}

.iq-office-info-manager h6 {
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
}

.iq-office-info-manager h7 {
  text-transform: uppercase;
  padding: 5px 0 0 10px;
  font-weight: bold;
  font-size: 14px;
}

/*.iq-office-info-manager-media{ background-color:#fff; box-shadow:0 0 6px 2px rgba(189,195,199,0.5); margin-bottom:20px; }*/
.iq-office-info-manager .iq-office-info-manager-body {
  padding: 2px 0 0 10px;
}

.iq-offices-grided-thumbs hr {
  margin-bottom: 0;
}

.iq-offices-grided-thumbs h6 {
  text-transform: uppercase;
  padding: 5px 0 0 0;
  font-size: 16px;
  margin: 0;
}

.iq-offices-grided-thumbs-wrap {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 310px;
  margin: 10px 0 15px 0;
}

.iq-offices-grided-thumb {
  background-size: cover;
  background-position: center;
  height: 60px;
  border: 5px solid #f5f5f5;
}

.iq-office-sidebar-button {
  border: 1px solid #ddd;
  background: var(--bay-highlightcolor);
  color: #ffffff !important;
  border-radius: 0;
  padding: 7px 20px;
  width: 100%;
}

.iq-office-sidebar-button:hover {
  border: 1px solid #ddd;
  background: var(--bay-highlightcolor);
  color: #ffffff !important;
  border-radius: 0;
  padding: 7px 20px;
  width: 100%;
  opacity: 0.7;
}

.st-agent-team-member {
  background-color: #fff;
  padding: 5px 5px 20px 10px;
  -webkit-box-shadow: 0 0 6px 2px rgba(189, 195, 199, 0.5);
  -moz-box-shadow: 0 0 6px 2px rgba(189, 195, 199, 0.5);
  box-shadow: 0 0 6px 2px rgba(189, 195, 199, 0.5);
  margin-bottom: 25px;
}

.st-agent-team-member h6 {
  text-transform: uppercase;
  padding: 5px 0 0 0;
  font-size: 16px;
  margin-bottom: -5px;
}

.st-agent-team-member h7 {
  text-transform: uppercase;
  padding: 5px 0 0 10px;
  font-size: 14px;
}

.st-agent-team-member .st-team-member-body {
  padding: 2px 0 0 10px;
}

.st-agent-team-member .st-button-team {
  border: 1px solid var(--bay-bodycolor);
  background: var(--bay-highlightcolor);
  color: var(--bay-highlighttext);
  border-radius: 0;
  padding: 0 20px;
}

.st-agent-team-member .st-button-team:hover {
  text-decoration: none;
}

.st-agent-team-member-icons {
  font-size: 12px;
  padding-right: 5px;
}

.st-agent-listings-card {
  -webkit-box-shadow: 0 0 6px 2px rgba(189, 195, 199, 0.5);
  -moz-box-shadow: 0 0 6px 2px rgba(189, 195, 199, 0.5);
  box-shadow: 0 0 6px 2px rgba(189, 195, 199, 0.5);
  background: var(--bay-featuredhomesbackground);
  color: var(--bay-bodytext);
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.st-agent-listings-card-icons {
  color: #fff;
  font-size: 12px;
}

.st-agent-listings-card-image-expand {
  padding: 0;
  margin-right: 7px;
  margin-top: -3px;
  margin-left: -15px;
}

.st-agent-listings-card-image-expand a {
  font-family: var(--bay-primary-font);
}

.st-carousel-chevron-main-right {
  right: 50%;
  position: absolute;
  top: 37%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0;
  border-radius: 15px;
  background-color: none;
}

.st-carousel-chevron-main-left {
  left: 50%;
  position: absolute;
  top: 37%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0;
  border-radius: 15px;
  background-color: var(--bay-sitecolor);
}

.st-agent-listings-card-card-zoom {
  top: 25%;
  right: 43%;
  text-shadow: 1px 1px 5px #000;
  line-height: 100px;
  position: absolute;
  color: #fff;
  font-size: 34px;
  opacity: 0.2;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}

.st-agent-listings-card-card-zoom:hover {
  opacity: 0.7;
}

.st-agent-listings-card-price-sent {
  text-align: center;
  color: var(--bay-highlighttext);
  font-size: 28px;
  background-color: #33cc99;
}

.st-agent-listings-card-price {
  color: var(--bay-highlighttext);
  font-size: 28px;
  background-color: var(--bay-maincolor);
}

.st-agent-listings-card .listings-price {
  text-shadow: 1px 1px 5px #000;
  padding: 0 0 0 20px;
}

.st-agent-listings-card .carousel {
  height: 195px;
}

.st-agent-listings-card .carousel-inner > div {
  background-size: cover;
  width: 100%;
  height: 195px;
  background-position: center;
}

.st-agent-listings-card address {
  padding: 15px 0 8px 0;
  margin-bottom: 0;
}

.st-agent-listings-card address a {
  color: #666;
}

.st-agent-listings-card .st-agent-listings-card-icons {
  color: #888;
}

.st-agent-listings-card-social-icons {
  padding-right: 5px;
}

.st-agent-listings-card-agent-area {
  padding: 0 0 10px 0;
}

.st-agent-listings-card-agent-area h6 {
  font-family: var(--bay-primary-font);
  font-weight: bold;
  padding-bottom: 4px;
}

.st-agent-listings-card-agent-area-icons {
  color: #888;
}

.st-agent-listings-card-menu-foot {
  padding: 8px 0 2px 0;
  color: #666;
  text-align: center;
  height: 30px;
}

.st-agent-listings-card-menu-foot-icon {
  color: #666;
  padding-right: 5px;
}

.st-agent-listings-card-menu-foot .st-agent-listings-card-video {
  margin: 0 0 3px 0;
}

.st-agent-listings-card-form-btn {
  border: 1px solid #ddd;
  background-color: #7089a1;
  border-radius: 0;
  color: #fff;
  padding: 8px;
  text-transform: uppercase;
}

.st-agent-listings-card-form-btn:hover {
  border: 1px solid #999;
  background: #999;
  color: #f5f5f5;
  border-radius: 0;
  opacity: 0.7;
}

.st-agent-listings-save-search-btn {
  border: 1px solid #ddd;
  background: #777;
  color: #fff;
  border-radius: 0;
}

.st-agent-listings-save-search-btn:hover {
  border: 1px solid #ccc;
  background: #888;
  color: #fff;
  border-radius: 0;
  opacity: 0.7;
}

.st-agent-listings-card-menu {
  font-size: 16px;
  margin: -27px 0 0 11px;
  z-index: 2;
  color: #fff;
}

.st-agent-listings-card-menu a {
  color: #fff;
  text-decoration: none;
  font-family: var(--bay-primary-font);
}

.st-agent-listings-card-menu li {
  font-family: var(--bay-primary-font);
  font-size: 14px;
}

#iq-searchby-grid {
  border: 1px solid lightgray;
}

#iq-searchby-card {
  border: 1px solid lightgray;
  margin-left: 3px;
}

#iq-searchby-map {
  border: 1px solid lightgray;
  margin-right: 3px;
}

#iq_lead_dialog .table-striped .office-header {
  margin-bottom: 0;
}

.office-header {
  margin-bottom: 20px;
  margin-top: 0;
}

.office-header a {
  text-decoration: none;
}

@media (max-width: 479px) {
  /* Extra small devices Phones (lt 768px) */
  .iq-offices-grid .office-image {
    height: 205px;
  }
  .iq-offices-grid .button-nav {
    margin-top: 4px;
  }
  .iq-offices-grid .iq-offices-map-area {
    margin: 22px -16px 0 0;
  }
}
@media (max-width: 480px) {
  #iq-offices_modern #total-offices-count {
    display: none !important;
  }
  #iq-offices_modern .iq-offices-paging {
    display: flex !important;
    justify-content: center !important;
    padding: 0 !important;
  }
  #iq-offices_modern .gm-style .gm-style-iw-c {
    overflow-x: scroll !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* Extra small devices Phones (lt 768px) */
  .iq-offices-grid .button-nav {
    margin-top: 4px;
  }
  .iq-offices-grid .button-nav {
    margin-top: 10px;
  }
  .iq-offices-grid .iq-offices-map-area {
    margin: 22px -15px 0 -20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Small devices Tablets (gte 768px) */
  .iq-offices-grid .button-nav {
    margin-top: 15px;
  }
  .iq-office-info-header {
    padding-bottom: 25px;
  }
  .iq-offices-grid .iq-offices-map-area {
    margin: 22px -16px 0 -20px;
  }
}
@media (max-width: 768px) {
  .iq-offices-grid .button-nav {
    padding-right: 25px;
  }
  .iq-offices-grid .info {
    padding-bottom: 9px;
  }
}
@media (max-width: 311px) {
  .office-header {
    font-size: 17px !important;
  }
  .office-details {
    font-size: 13px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* Medium devices Desktops (gte 992px) */
}
@media (min-width: 1920px) {
  /* HD devices Desktops (gte 1920px) */
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /* Large devicesDesktops (gte 1200px) */
}
/* OFFICE MAP PAGE */
.iq-office-map {
  margin-top: 10px !important;
}

.iq-office-map .iq-result-loading,
.iq-office-map .iq-result-counter {
  text-align: center;
  color: #555;
}

#iq-office-section-sidebar {
  margin: 0;
  height: 70vh;
  overflow-y: scroll;
}

.iq-offices-map-card .office-card-name {
  padding: 13px 35px 13px 0;
  background-color: var(--bay-maincolor);
}

.iq-offices-map-card .office-card-name h1 {
  color: var(--bay-bodycolor);
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 22px;
  margin: 0;
}

.iq-offices-map-card .iq-offices-card-image {
  display: block;
  height: 200px;
}

.iq-offices-map-card .iq-offices-details {
  padding: 10px 5px;
  font-size: 14px;
}

.iq-offices-grid .iq-offices-details {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.iq-offices-grid .iq-grid-btn {
  margin-top: auto;
  margin-bottom: 15px;
}

.iq-offices-map-card {
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
  position: relative;
  border: 1px solid #e3e3e3;
  color: #555555;
  border-radius: 5px;
  height: fit-content;
}

#iq-offices_modern {
  margin-top: 20px;
}

#iq-offices_modern input {
  border-radius: 0;
}

#iq-offices_modern .iq-result-loading h1 {
  font-size: 30px !important;
}

#iq-offices_modern .iq-office-header-text {
  color: rgb(45, 41, 38) !important;
  font-size: 40px;
  text-transform: uppercase;
}

#iq-offices_modern .officeSearchDescription {
  color: rgb(75, 76, 79);
  font-family: var(--bay-primary-font);
  font-size: 16px;
  font-weight: 300 !important;
  line-height: 24px;
}

#iq-offices_modern #iq_offices_search_form_container {
  padding-right: 0 !important;
}

#iq-offices_modern #iq-office-section-map {
  height: 580px !important;
}

#iq-offices_modern .iq-offices-card .iq-offices-card-body .iq-offices-card-info {
  height: auto;
  line-height: 17px;
}

#iq-offices_modern .iq-result-loading,
#iq-offices_modern .iq-result-counter {
  font-size: 20px !important;
}

#iq-offices_modern .iq-offices-card h1 {
  width: 424px;
  color: #2d2926;
  font-family: var(--bay-primary-font) !important;
  font-size: 24px;
  line-height: 32px;
  fill: 100%;
  font-weight: 200;
  text-transform: none;
}

#iq-offices_modern .iq-offices-card .iq-offices-card-head {
  margin-top: -6px;
  width: 425px;
  color: #2d2926;
  font-family: var(--bay-primary-font);
  font-size: 24px;
  line-height: 32px;
  fill: 100%;
  font-weight: 200;
  background-color: unset !important;
}

#iq-offices_modern .iq-offices-card .iq-offices-card-body {
  margin-top: -7px;
  height: auto;
  margin-bottom: 0;
  padding: 0;
  font-family: var(--bay-primary-font);
}

body:has(#iq-offices_modern) .st-inside-header:not(#st-inside-modern-header) {
  background: none !important;
  height: 0 !important;
}

body:has(#iq-offices_modern) .header_rem_bg_sub {
  background: none !important;
  height: 100px !important;
}

body:has(#iq-offices_modern) .header_rem_sub {
  min-height: 50px !important;
}

#iq-offices_modern .search-img {
  color: var(--bay-bodycolor);
}

#iq-offices_modern .iq-offices-card-wrapper {
  padding-left: 0;
}

#iq-offices_modern #office_user_name {
  text-align: start;
  font-size: 24px;
}

#iq-offices_modern .iq-offices-card-info a {
  color: var(--bay-maincolor) !important;
  line-height: 24px !important;
}

#iq-offices_modern .iq-offices-card-info a.iq-officeHours {
  color: rgb(75, 76, 79) !important;
  cursor: default;
}

#iq-offices_modern .iq-offices-search {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 48px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: var(--bay-maincolor) !important;
  text-align: center;
  font-size: 20px !important;
  cursor: pointer;
  border: unset;
  padding: 6px 12px;
  border-radius: 0;
}

#iq-offices_modern #search-for-offices {
  font-weight: var(--bay-primary-font-weight);
  font-size: var(--bay-font-size--125);
}

#iq-offices_modern #iq-office-section-sidebar {
  height: auto;
  overflow-y: hidden;
  cursor: pointer;
}

#iq-offices_modern .page-item {
  cursor: pointer;
}

#iq-offices_modern .page-item.active a {
  background-color: var(--bay-maincolor) !important;
  border-color: var(--bay-maincolor) !important;
  color: var(--bay-bodycolor) !important;
  z-index: 1;
}

#iq-offices_modern .page-item a {
  padding: 14px 20px;
  color: var(--bay-maincolor);
  border-radius: 0;
}

#iq-offices_modern .iq-offices-paging {
  margin-top: 20px;
  padding-right: 16px;
}

#iq-offices_modern #total-offices-count {
  margin-top: 15px;
  padding-right: 10px;
  font-family: var(--bay-primary-font);
  font-size: 16px;
  color: rgb(75, 76, 79) !important;
}

#iq-offices_modern .blue_bg_footer {
  display: none;
}

#iq-offices_modern .iq-offices-card .iq-offices-card-image {
  display: block;
  height: auto !important;
}

body.v2-14:has(#iq-offices_modern) .blue_bg_footer {
  display: none;
}

body.v2-01:has(#iq-offices_modern) .st-inside-header,
body.v2-07:has(#iq-offices_modern) .st-inside-header,
body.v2-13:has(#iq-offices_modern) .st-inside-header,
body.v2-12:has(#iq-offices_modern) .st-inside-header,
body.v2-11:has(#iq-offices_modern) .st-inside-header {
  background: none !important;
  height: 0 !important;
}

.v2-01 #iq-offices_modern,
.v2-03 #iq-offices_modern,
.v2-04 #iq-offices_modern,
.v2-06 #iq-offices_modern,
.v2-07 #iq-offices_modern,
.v2-10 #iq-offices_modern,
.v2-11 #iq-offices_modern,
.v2-12 #iq-offices_modern,
.v2-13 #iq-offices_modern {
  margin-top: 40px;
  padding-left: 50px;
  padding-right: 50px;
}

#iq-offices_modern .iq-offices-card-info a {
  display: inline-block !important;
  text-decoration: none !important;
  transition: none !important;
  opacity: 1 !important;
}

#iq-offices_modern .iq-offices-card .iq-offices-card-image img.img-fill {
  display: block;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 4/3 !important;
}

@media (width: 768px) {
  #iq-offices_modern div#headings {
    text-align: center !important;
  }
}
@media (min-width: 480px) {
  #iq-offices_modern .iq-office-map #iq-office-section-map {
    padding-right: 16px !important;
  }
  .v2-06 #iq-offices_modern #iq-office-section-sidebar {
    padding-right: 7px !important;
  }
  #iq-offices_modern #iq-office-section-sidebar {
    padding-right: 12px !important;
  }
}
@media (max-width: 481px) {
  #iq-offices_modern .iq-offices-card h1 {
    font-size: 18px !important;
    line-height: 26px !important;
    margin-top: -8px;
  }
  #iq-offices_modern .iq-offices-card-info a {
    line-height: 22px !important;
    font-size: 14px !important;
  }
  #iq-offices_modern .iq-offices-card .iq-offices-card-body {
    margin-top: -20px !important;
  }
  #iq-offices_modern #search-for-offices {
    display: none !important;
  }
  #iq-offices_modern .iq-office-header-text {
    font-size: 32px !important;
  }
  #iq-offices_modern #iq-office-section-map {
    padding-right: 16px !important;
  }
  #iq-offices_modern #iq-office-section-sidebar {
    padding-right: 24px !important;
  }
  #iq-offices_modern .iqMapPointInfoBottom #office_user_name {
    font-size: 16px;
  }
  .v2-01 #iq-offices_modern,
  .v2-06 #iq-offices_modern,
  .v2-07 #iq-offices_modern,
  .v2-10 #iq-offices_modern,
  .v2-11 #iq-offices_modern,
  .v2-12 #iq-offices_modern,
  .v2-13 #iq-offices_modern {
    margin-top: 40px;
    padding-left: 12px !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 769px) {
  .st-inside-content-wrapper .container {
    padding: 0 !important;
  }
}
@media (max-width: 479px) {
  body:has(#iq-offices_modern) .st-inside-content-wrapper .container {
    padding-left: 10px !important;
    padding-right: 4px !important;
  }
  #iq-offices_modern .iq-offices-card-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (width: 480px) {
  body.v2-03:has(#iq-offices_modern) #iq-offices_modern {
    margin-top: 0 !important;
    padding-left: 12px !important;
    padding-right: 6px !important;
  }
}
@media (max-width: 479px) {
  body.v2-03:has(#iq-offices_modern) #iq-offices_modern {
    margin-top: 0 !important;
    padding-left: 12px !important;
    padding-right: 6px !important;
  }
}
body.v2-04:has(#iq-offices_modern) .st-inside-header img {
  height: 0 !important;
}

body.v2-04:has(#iq-offices_modern) .st-sitemenu-02 .navbar-header {
  margin-top: 90px;
}

body.v2-04:has(#iq-offices_modern) .st-header-carousel-wrapper {
  margin-top: 50px;
}

body.v2-04:has(#iq-offices_modern) #iq-offices_modern {
  margin-top: -50px !important;
  padding-left: 50px;
  padding-right: 50px;
}

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

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

.v2-06 #iq-offices_modern #iq-office-section-map {
  height: 580px !important;
  overflow-y: hidden !important;
  padding-right: 24px !important;
}

.v2-06 #iq-offices_modern .iq-offices-card-head {
  margin-top: 0 !important;
}

.v2-06 #iq-offices_modern .iq-offices-card-body {
  margin-top: -10px !important;
}

.v2-06 #iq-offices_modern .iq-offices-card-wrapper {
  padding-left: 0 !important;
}

@media (max-width: 479px) {
  .v2-06 #iq-offices_modern #iq_offices_layout #headings,
  .v2-09 #iq-offices_modern #iq_offices_layout #headings {
    margin-top: 100px !important;
  }
  .v2-06 #iq-offices_modern #iq_offices_layout .mb-2.iq-offices-name,
  .v2-09 #iq-offices_modern #iq_offices_layout .mb-2.iq-offices-name {
    margin-top: 22px;
  }
  .v2-06 #iq-offices_modern #iq-office-section-sidebar {
    padding-right: 24px !important;
  }
}
@media (width: 480px) {
  .v2-06 #iq-offices_modern .iq-offices-card-wrapper {
    padding-left: 0 !important;
    padding-right: 16px !important;
  }
}
.v2-08:has(#iq-offices_modern) .st-inside-header img {
  height: 0 !important;
}

.v2-08 #iq-offices_modern {
  padding-left: 15px;
  padding-right: 15px;
}

.v2-08:has(#iq-offices_modern) .st-sitemenu-02 .navbar-header {
  margin-top: 90px;
}

@media (max-width: 479px) {
  .v2-08:has(#iq-offices_modern) .st-sitemenu-02 .navbar-header {
    margin: 0;
  }
  .v2-08:has(#iq-offices_modern) .st-header-carousel-wrapper {
    margin-top: 50px;
  }
}
.v2-09 #iq-offices_modern {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
}

.v2-10 #iq-offices_modern {
  margin-top: 100px;
}

.v2-10.editbar #iq-offices_modern {
  margin-top: 150px;
}

@media (max-width: 479px) {
  .v2-10 #iq-offices_modern {
    margin-top: 102px;
    padding-left: 12px !important;
    padding-right: 0 !important;
  }
}
#iq-offices_modern .iqMapPointInfo {
  position: relative;
  width: 268px !important;
  height: 200px;
  cursor: pointer;
  color: #ffffff;
  font-size: 11px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}

#iq-offices_modern .gm-style-iw-chr {
  position: absolute;
  z-index: 1;
  width: 100%;
}

#iq-offices_modern .iqMapPointInfoBottom {
  height: 160px;
  overflow-x: scroll;
  margin-top: 50px;
  padding-right: 12px;
}

#iq-offices_modern .gm-style .gm-style-iw-c {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(-50%, -100%, 0);
  transform: translate3d(-50%, -100%, 0);
  background-color: white;
  border-radius: 0 !important;
  padding: 0;
  -webkit-box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-inline-end: 0;
  padding-bottom: 0;
  padding-top: 0 !important;
  max-width: 648px;
  max-height: 406px;
  min-width: 0;
  width: 268px;
  height: 348px;
  outline: none;
}

#iq-offices_modern .pagination {
  flex-wrap: wrap;
  overflow-x: auto;
  white-space: nowrap;
  display: flex;
  justify-content: flex-start;
  padding: 0;
}

#iq-offices_modern .iqMapPointInfoBottom .iq-offices-card-info {
  padding: 0;
  font-family: var(--bay-primary-font);
  font-size: 14px;
  line-height: 20px !important;
  padding-left: 13px;
  height: auto;
  font-weight: 300;
}

#iq-offices_modern .iqMapPointInfoBottom .iq-offices-card-info a {
  display: flex !important;
  gap: 8px;
}

#iq-offices_modern .iqMapPointInfoBottom .iq-offices-card-info {
  padding: 0;
  font-family: var(--bay-primary-font);
  font-size: 14px;
  line-height: 20px !important;
  padding-left: 13px;
}

#iq-offices_modern .iqMapPointInfoBottom #office_user_name {
  text-align: start;
  font-size: 18px;
  font-family: var(--bay-primary-font);
  padding-left: 13px;
  font-weight: 400;
  line-height: 28px !important;
}

#iq-offices_modern .gm-style .gm-style-iw-d {
  overflow: unset !important;
}

.v2-04:has(#iq-offices_modern) .st-inside-content-wrapper .container,
.v2-07:has(#iq-offices_modern) .st-inside-content-wrapper .container,
.v2-08:has(#iq-offices_modern) .st-inside-content-wrapper .container,
.v2-11:has(#iq-offices_modern) .st-inside-content-wrapper .container,
.v2-12:has(#iq-offices_modern) .st-inside-content-wrapper .container,
.v2-13:has(#iq-offices_modern) .st-inside-content-wrapper .container {
  margin-top: 0 !important;
}

.v2-09:has(#iq-offices_modern) .st-inside-content-wrapper .container {
  margin-top: 60px !important;
}

.v2-14 #iq-offices_modern .iq-office-header-text,
.v2-14 #iq-offices_modern #search-for-offices {
  font-family: var(--bay-primary-font) !important;
}

@media (max-width: 480px) {
  .v2-14 #iq-offices_modern .iq-office-header-text {
    color: rgb(45, 41, 38) !important;
    font-size: 32px;
  }
  .v2-14:has(#iq-offices_modern) .st-inside-content-wrapper .container-fluid.st-container-fluid-needTop .st-container-fluid-content-wrapper {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (width: 480px) {
  .v2-14 #iq-offices_modern {
    padding-left: 13px;
    padding-right: 13px;
  }
  .v2-14 #iq-offices_modern #iq-office-section-sidebar {
    padding-right: 0 !important;
  }
  #iq-offices_modern #iq-office-section-sidebar {
    padding-right: 12px !important;
  }
  body.v2-04.editbar:has(#iq-offices_modern) #iq-offices_modern {
    margin-top: -60px !important;
    padding-left: 12px;
    padding-right: 6px;
  }
}
@media (min-width: 481px) {
  .v2-14 #iq-offices_modern #iq-office-section-sidebar {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .v2-14 #iq-offices_modern .iq-offices-card-wrapper {
    padding-left: 12px;
  }
}
.v2-14 #iq-offices_modern #iq-office-section-map {
  padding-right: 5px !important;
}

.v2-14 #iq-offices_modern .iq-offices-name {
  padding-right: 0 !important;
}

@media (max-width: 479px) {
  .v2-14 #iq-offices_modern {
    margin-top: 100px;
    padding-left: 13px;
    padding-right: 13px;
  }
  .v2-14 #iq-offices_modern #iq-office-section-sidebar {
    padding-right: 16px !important;
  }
  .v2-14 #iq-offices_modern .iq-offices-card-wrapper {
    padding-left: 0;
  }
  .v2-14 #iq-offices_modern #iq-office-section-map {
    padding-right: 7px !important;
  }
  .v2-14 #iq-offices_modern .iq-offices-name {
    padding-right: 0 !important;
  }
}
@media (min-width: 481px) {
  .v2-15:has(#iq-offices_modern) .st-inside-content-wrapper {
    margin-top: 160px !important;
  }
}
@media (max-width: 480px) {
  .v2-15:has(#iq-offices_modern) .st-inside-content-wrapper {
    margin-top: 130px !important;
  }
}
#iq_offices_search_form_container #multifield_autocomplete {
  font-size: 16px;
}

.iq-companies-search-form {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}

.iq-company-header {
  color: #555555 !important;
}

.iq-page-header {
  display: block !important;
}

/* company GRID PAGE */
.iq-companies-grid {
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
  position: relative;
  border: 1px solid #e3e3e3;
  color: var(--bay-bodytext);
  border-radius: 10px;
}

.iq-companies-grid:hover {
  border: 1px solid #999;
}

.iq-companies-grid h1 {
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.iq-companies-grid .iq-companies-grid-image {
  display: block;
  height: 260px;
}

.iq-companies-grid .iq-companies-grid-head {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: var(--bay-maincolor);
  min-height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

.iq-companies-grid .iq-companies-grid-head h1 {
  color: var(--bay-bodycolor);
  margin: 0;
}

.iq-companies-grid .iq-companies-grid-head a:hover {
  text-decoration: none;
}

.iq-companies-grid .iq-companies-grid-foot {
  padding: 30px 0 20px 0;
}

.btn-padding {
  padding: 40px 18px 20px 18px !important;
}

.iq-btn-border {
  border: 1px solid lightgray !important;
}

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

.company-hover a:hover {
  text-decoration: underline;
  background-color: #e6e6e6;
}

.iq-title-company h1 {
  font-size: 45px !important;
  font-weight: normal;
}

.iq-btn-company {
  font-size: 14px !important;
}

.iq-btn-search {
  border: 1px solid lightgray !important;
}

.iq-btn-search:hover {
  text-decoration: none !important;
  background-color: #e6e6e6;
}

.v2-01 .company-user-name {
  font-weight: 600 !important;
}

.v2-01 .iq-companies-btn a:hover {
  text-decoration: none;
}

.v2-01 .iq-companies-name .iq-companies-user-name {
  font-size: 2.1rem;
}

.v2-01 .iq-companies-user-name,
.v2-06 .iq-companies-user-name {
  font-weight: 500 !important;
}

.v2-11 .iq-companies-user-name {
  font-size: 2rem;
}

.v2-05 .btn-v2company:hover {
  color: #212529 !important;
  background-color: #e6e6e6 !important;
}

.company-detail-name {
  font-size: 16px;
}

.company-header {
  margin-bottom: 20px;
  margin-top: 0;
}

.company-header a {
  text-decoration: none;
}

#iq_companies_layout {
  margin-top: 10px;
}

#iq_companies_search_form #iq_companies_search_form-submit:focus,
#iq_companies_search_form #clearCompanySearchBtn:focus,
#iq_companies_search_form #iq_companies_search_form-submit:focus-visible,
#iq_companies_search_form #clearCompanySearchBtn:focus-visible {
  outline: 3px solid var(--bay-gray);
  border-radius: 3px;
  margin: 0 2px !important;
}

#iq_companies_search_form #iq_companies_search_form-submit:hover,
#iq_companies_search_form #clearCompanySearchBtn:hover {
  color: var(--bay-alice-blue) !important;
  background-color: var(--bay-gray) !important;
}

@media (max-width: 311px) {
  .company-header {
    font-size: 17px !important;
  }
}
@media (max-width: 479px) {
  .iq-title-company h1 {
    font-size: 20px !important;
    font-weight: normal;
  }
}
.iq-pg-body .iq-pg-header img {
  width: 100%;
}

.iq-pg-body .iq-pg-content {
  margin-top: 10px;
  margin-bottom: 20px;
}

.iq-pg-sidebar {
  margin: 10px 0 0 0;
}

.iq-pg-sidebar ul {
  padding: 10px 0 0 10px;
}

.iq-pg-sidebar img {
  width: 100%;
}

.iq-pg-rss {
  min-height: 150px;
}

.iq-pg-rss h5 {
  font-size: 16px;
  font-weight: bold;
}

.iq-sidebarmenu-container a {
  text-decoration: none;
}

.v2-01 #iq_contact_template_1 .iq-pg-body {
  margin-top: 0 !important;
}

#iq_contact_template_1 .left_column_footer {
  color: var(--bay-maincolor) !important;
}

#iq_contact_template_1 form input::placeholder,
#iq_contact_template_1 form textarea::placeholder {
  color: var(--bay-gray-light) !important;
}

#iq_contact_template_1 form .checkbox small {
  display: flex !important;
  color: var(--bay-maincolor) !important;
  font-weight: var(--bay-primary-font-weight);
}

#iq_contact_template_1 #iq_lead_form .iq-lead-page #messagebody-container .iq-form-field-required {
  border-radius: 0 !important;
}

#iq_contact_template_1 form textarea {
  height: 120px;
  padding-top: 15px;
}

#iq_contact_template_1 form .form-group:not(.checkbox) label,
#iq_contact_template_1 #iq_lead_form hr,
#iq_contact_template_1 form label,
#iq_contact_template_1 .form-group:not(.checkbox) label {
  display: none;
}

#iq_contact_template_1 .form-group .checkbox label,
#iq_contact_template_1 .form-group#publicid-container label,
#iq_contact_template_1 .form-group label.checkbox-label {
  display: inline-block !important;
}

#iq_contact_template_1 form .form-group.iq-contact-line-field {
  margin-bottom: 0 !important;
}

#iq_contact_template_1 form .form-group .checkbox-label {
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  #iq_contact_template_1 .left_column_footer {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
  }
  #iq_contact_template_1 #formheader {
    font-size: var(--bay-font-size--250) !important;
    font-weight: var(--bay-font-weight--heading) !important;
    line-height: var(--bay-line-height--250) !important;
    text-transform: uppercase !important;
  }
  #iq_contact_template_1 .left_column_footer #formdescription {
    font-size: var(--bay-font-size--1125);
    margin-bottom: 50px;
    text-align: center;
    padding-right: 5rem;
    padding-left: 5rem;
  }
  #iq_contact_template_1 form div.form-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #iq_contact_template_1 form div.form-group.has-error div.text-danger {
    width: 100%;
    text-align: start;
  }
}
@media (max-width: 480px) {
  #iq_contact_template_1 #formheader {
    font-size: var(--bay-font-size--225) !important;
    font-weight: var(--bay-font-weight--heading) !important;
    line-height: var(--bay-line-height--225) !important;
  }
  #iq_contact_template_1 .left_column_footer #formdescription {
    font-size: var(--bay-font-size--1125) !important;
    line-height: 30px;
    font-weight: var(--bay-primary-font-weight);
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  #iq_contact_template_1 #iq_lead_form-submit {
    font-size: var(--bay-font-size--101) !important;
  }
}
@media (max-width: 400px) {
  #iq_contact_template_1 .form-group .checkbox span {
    font-size: 16px !important;
  }
}
.v2-10 #iq_contact_template_1 {
  margin-top: 235px;
}

.v2-10 #iq_contact_template_1 .iq-pg-header #header {
  color: #000 !important;
}

#iq_contact_template_1 .right_column_footer h3 {
  color: var(--bay-gray);
  font-size: 60px;
  font-weight: 600 !important;
}

#iq_contact_template_1 .loading_contact_form {
  font-size: 30px !important;
}

#iq_contact_template_1 #formheader {
  font-family: var(--bay-geometos-font), var(--bay-primary-font) !important;
  font-size: var(--bay-font-size--3125);
  font-weight: var(--bay-font-weight--heading);
  line-height: var(--bay-line-height--3125);
}

#iq_contact_template_1 #iq_lead_form .iq-contact-list {
  color: var(--bay-maincolor) !important;
}

#iq_contact_template_1 #iq_lead_form-submit {
  font-size: var(--bay-font-size--125);
  font-family: var(--bay-geometos-font), var(--bay-primary-font) !important;
  background-color: unset;
  border-radius: inherit;
  padding: 10px 50px;
  text-transform: uppercase;
  width: auto;
  display: flex;
  border-color: var(--bay-maincolor) !important;
  color: var(--bay-maincolor) !important;
  margin-bottom: 20px;
  font-weight: var(--bay-primary-font-weight);
}

#iq_contact_template_1 form #publicid-container label {
  margin-bottom: 8px !important;
}

#iq_contact_template_1 form .iq-agent-label {
  margin-bottom: 0 !important;
}

#iq_contact_template_1 form div.form-group {
  color: var(--bay-gray-light);
  height: auto;
  margin-bottom: 1.5rem;
  width: 100% !important;
  border-radius: 0 !important;
}

#iq_contact_template_1 form .form-group .checkbox-label,
#iq_contact_template_1 #publicid-container label {
  font-size: var(--bay-font-size--0075);
  font-family: var(--bay-geometos-font), var(--bay-primary-font) !important;
  font-weight: var(--bay-font-weight--heading);
  line-height: var(--bay-line-height--250);
}

#iq_contact_template_1 form input[type=text] {
  padding: 12px;
}

#iq_contact_template_1 form textarea,
#iq_contact_template_1 form input,
#iq_contact_template_1 form select {
  border-radius: 0 !important;
}

#iq_contact_template_1 form .form-group legend,
#iq_contact_template_1 form #publicid-container label,
#iq_contact_template_1 form .form-group .checkbox-label {
  color: var(--bay-maincolor);
}

#iq_contact_template_1 form .form-group .checkbox-label,
#iq_contact_template_1 #publicid-container label {
  font-size: var(--bay-font-size--0075);
  font-family: var(--bay-geometos-font), var(--bay-primary-font) !important;
  font-weight: var(--bay-font-weight--heading);
  line-height: var(--bay-line-height--250);
}

#iq_contact_template_1 .iq-form-field-required {
  border-left: var(--bs-border-width) solid var(--bs-border-color) !important;
  margin: -5px 0 0 0 !important;
}

#iq_contact_template_1 .form-group .checkbox {
  border-left: unset !important;
  padding-left: 0 !important;
}

#iq_contact_template_1 .iq-form-field-required:focus {
  border-left: var(--bs-border-width) solid #86b7fe !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
}

#iq_contact_template_1 .checkbox label input[type=checkbox] {
  margin-right: 10px !important;
}

#iq_contact_template_1 .form-group .checkbox label {
  padding-left: 0 !important;
}

#iq_contact_template_1 #iq_lead_form input[type=checkbox]:checked {
  background-color: var(--bay-skyblue) !important;
}

#iq_contact_template_1 #iq_lead_form input[type=checkbox]:checked::after {
  content: "✓";
  color: var(--bay-white);
  font-size: 18px;
  position: absolute;
  left: 5px;
  top: 0;
}

#contact_template_1_content #iq_lead_form .checkbox .iq-form-field-required {
  border-left: none !important;
}

#iq_contact_template_1 .text-muted,
#iq_contact_template_1 .leadform_disclaimer {
  display: none !important;
}

#iq_contact_template_1 form#iq_lead_form fieldset {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
}

#iq_contact_template_1 .blue_bg_footer .bg_footer_text .right_column_footer form#iq_lead_form input:not(#iq_lead_form-submit),
#iq_contact_template_1 .blue_bg_footer .bg_footer_text .right_column_footer form#iq_lead_form textarea,
#iq_contact_template_1 .blue_bg_footer .bg_footer_text .right_column_footer form#iq_lead_form select {
  color: var(--bay-gray-light) !important;
}

@media (max-width: 780px) {
  #iq_contact_template_1 .blue_bg_footer .right_column_footer .text-center .form-group {
    display: flex !important;
    justify-content: center;
  }
}
@media (max-width: 479px) {
  /* Extra small devices Phones (lt 768px) */
  .iq-sidebarmenu-container {
    display: none;
  }
}
#iq_results_content .iq-listings-card-price {
  padding: 0;
}

#iq_results_content .iq-listings-card-price .badge {
  margin: 0 !important;
}

#iq_results_content .iq-listings-card .listings-price {
  padding: 0 0 0 15px;
}

/* *****************************************************************************************
	CUSTOM PAGES PROPERTY CARD FOR GRID VIEW
***************************************************************************************** */
#iq_areas_wrapper .iq_listing_card,
#iq_listings_wrapper .iq_listing_card {
  margin-bottom: 30px;
  background-color: #fff;
  float: left;
  width: 100%;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.03);
  position: relative;
  top: 0;
  overflow: hidden;
  cursor: pointer;
}

#iq_areas_wrapper .iq_listing_card .iq_listing_card_media,
#iq_listings_wrapper .iq_listing_card .iq_listing_card_media {
  position: relative;
  overflow: hidden;
  border: 1px solid #f0f0f0;
  cursor: pointer;
}

#iq_areas_wrapper .iq_listing_card .iq_listing_card_media img,
#iq_listings_wrapper .iq_listing_card .iq_listing_card_media img {
  position: relative;
  object-fit: cover;
  width: 100%;
  z-index: 1;
  cursor: pointer;
}

@media (max-width: 1919px) {
  #iq_areas_wrapper .iq_listing_card .iq_listing_card_media img,
  #iq_listings_wrapper .iq_listing_card .iq_listing_card_media img {
    height: 200px;
  }
}
@media (min-width: 1920px) {
  #iq_areas_wrapper .iq_listing_card .iq_listing_card_media img,
  #iq_listings_wrapper .iq_listing_card .iq_listing_card_media img {
    height: 175px;
  }
}
#iq_areas_wrapper .iq_listing_card:hover .iq_listing_card_media img.property-image,
#iq_listings_wrapper .iq_listing_card:hover .iq_listing_card_media img.property-image {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  min-width: 125px;
  min-height: 100px;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: gray; /* IE6-9 */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

#iq_areas_wrapper .iq_listing_card .iq_listing_card_media .iq_listing_card_more,
#iq_listings_wrapper .iq_listing_card .iq_listing_card_media .iq_listing_card_more {
  text-align: center;
  position: absolute;
  color: #fff;
  margin-bottom: 0;
  margin-top: 0;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

#iq_areas_wrapper .iq_listing_card .iq_listing_card_media .iq_listing_card_more a,
#iq_listings_wrapper .iq_listing_card .iq_listing_card_media .iq_listing_card_more a {
  position: relative;
  opacity: 0;
  top: 350px;
  z-index: 2;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

#iq_areas_wrapper .iq_listing_card:hover .iq_listing_card_media .iq_listing_card_more a,
#iq_listings_wrapper .iq_listing_card:hover .iq_listing_card_media .iq_listing_card_more a {
  opacity: 1;
  color: #fff;
  top: 0;
}

#iq_areas_wrapper .iq_listing_card .iq_listing_card_labels,
#iq_listings_wrapper .iq_listing_card .iq_listing_card_labels {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 80%;
  display: inline-block;
  zoom: 1;
  z-index: 2;
}

#iq_areas_wrapper .iq_listing_card .iq_listing_card_labels .label,
#iq_areas_wrapper .iq_listing_card .iq_listing_card_labels .badge,
#iq_listings_wrapper .iq_listing_card .iq_listing_card_labels .label,
#iq_listings_wrapper .iq_listing_card .iq_listing_card_labels .badge {
  margin-right: 8px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  -webkit-box-shadow: 0 6px 8px -6px rgba(0, 0, 0, 0.35);
  box-shadow: 0 6px 8px -6px rgba(0, 0, 0, 0.35);
}

#iq_areas_wrapper .iq_listing_card .iq_listing_card_labels .badge,
#iq_listings_wrapper .iq_listing_card .iq_listing_card_labels .badge {
  opacity: 0.9;
}

.iq_listing_card_love {
  font-size: 18px;
  width: 30px;
  height: 30px;
  line-height: 32px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 15px;
  right: 15px;
  background: #fff;
  display: inline-block;
  zoom: 1;
  -webkit-box-shadow: 0 6px 8px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 8px -6px rgba(0, 0, 0, 0.1);
  z-index: 6;
}

.iq_listing_card_love.active {
  -webkit-box-shadow: 0 6px 8px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 8px -6px rgba(0, 0, 0, 0.1);
  background: #2866ab;
  color: #fff;
}

#iq_areas_wrapper .iq_listing_card .iq_listing_card_idx,
#iq_listings_wrapper .iq_listing_card .iq_listing_card_idx {
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 2;
  opacity: 0.9;
}

#iq_areas_wrapper .iq_listing_card .iq_listing_card_idx img,
#iq_listings_wrapper .iq_listing_card .iq_listing_card_idx img {
  width: auto;
  height: 30px;
}

#iq_areas_wrapper .iq_listing_card .iq_listing_card_idx img.company_logo,
#iq_listings_wrapper .iq_listing_card .iq_listing_card_idx img.company_logo {
  bottom: 15px;
}

#iq_areas_wrapper .iq_listing_card .iq_listing_card_broker,
#iq_listings_wrapper .iq_listing_card .iq_listing_card_broker {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 11px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  padding: 2px 6px;
  text-align: right;
}

#iq_areas_wrapper .iq_listing_card_text .iq_listing_card_broker,
#iq_listings_wrapper .iq_listing_card_text .iq_listing_card_broker {
  display: none;
}

@media (max-width: 768px) {
  #iq_areas_wrapper .iq_listing_card_text .iq_listing_card_broker,
  #iq_lisings_wrapper .iq_listing_card_text .iq_listing_card_broker {
    display: block;
    top: 0;
    font-size: 9px;
    color: #222;
    background-color: unset;
  }
}
#iq_areas_wrapper .iq_listing_card .iq_listing_card_text,
#iq_listings_wrapper .iq_listing_card .iq_listing_card_text {
  position: relative;
  float: left;
  width: 100%;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  padding: 10px 15px 0;
}

#iq_areas_wrapper .iq_listing_card .iq_listing_card_ml-number,
#iq_listings_wrapper .iq_listing_card .iq_listing_card_ml-number {
  position: absolute;
  right: 5px;
  text-align: right;
  font-size: 11px;
}

#iq_areas_wrapper .iq_listing_card .iq_listing_card_pricetype,
#iq_listings_wrapper .iq_listing_card .iq_listing_card_pricetype {
  position: absolute;
  top: 4px;
  left: 15px;
  font-size: 12px;
}

#iq_areas_wrapper .iq_listing_card .iq_listing_card_price,
#iq_listings_wrapper .iq_listing_card .iq_listing_card_price {
  margin-top: 15px;
  font-size: 24px;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.025em;
}

#iq_areas_wrapper .iq_listing_card .iq_listing_card_price span,
#iq_listings_wrapper .iq_listing_card .iq_listing_card_price span {
  font-size: 16px;
  font-weight: 300;
  vertical-align: 3px;
  margin-right: 2px;
}

#iq_areas_wrapper .iq_listing_card_address,
#iq_listings_wrapper .iq_listing_card_address {
  white-space: nowrap;
}

@media (min-width: 768px) and (max-width: 1600px) {
  #iq_areas_wrapper .iq_listing_card_address,
  #iq_listings_wrapper .iq_listing_card_address {
    font-size: 12px;
  }
}
#iq_areas_wrapper .iq_listing_card .iq_listing_card_specs,
#iq_listings_wrapper .iq_listing_card .iq_listing_card_specs {
  float: left;
  padding-top: 5px;
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}

#iq_areas_wrapper .iq_listing_card .iq_listing_card_specs ul,
#iq_listings_wrapper .iq_listing_card .iq_listing_card_specs ul {
  padding: 0 20px;
  margin: 0;
}

#iq_areas_wrapper .iq_listing_card .iq_listing_card_specs ul li,
#iq_listings_wrapper .iq_listing_card .iq_listing_card_specs ul li {
  float: left;
  padding: 10px 0;
  margin: 0;
  list-style: none;
  font-size: 12px;
  font-weight: 700;
  color: #000;
}

#iq_areas_wrapper .iq_listing_card .iq_listing_card_specs ul li span,
#iq_listings_wrapper .iq_listing_card .iq_listing_card_specs ul li span {
  display: block;
  color: #333;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
}

#iq_listings_template_1 .dropdown-menu,
#iq_listings_wrapper .iq_listing_card .iq_listing_card_specs ul li span {
  max-height: 300px;
  overflow: auto;
}

#iq_listings_template_2 #iq_listings_wrapper .iq_listing_card .iq_listing_card_specs ul li span {
  max-height: 300px;
  overflow: hidden !important;
}

@media (max-width: 480px) {
  .iq-listings-paging {
    margin-top: 10px;
  }
  .st-listings_template_02 .col-sm-12 .pagination > li > a {
    font-size: 10px;
    padding: 4px 5px !important;
  }
  .st-listings_template_02 .iq_listing_card_text {
    height: 140px;
  }
}
.facebook {
  color: #3b5998 !important;
}

.btn-facebook {
  background-color: #3b5998 !important;
  color: #fff !important;
  border-color: #fff;
}

.twitter {
  color: #55acee !important;
}

.btn-twitter {
  background-color: #55acee !important;
  color: #fff !important;
  border-color: #fff;
}

.pinterest {
  color: #c92228 !important;
}

.btn-pinterest {
  background-color: #c92228 !important;
  color: #fff !important;
  border-color: #fff;
}

.linkedin {
  color: #0077b5 !important;
}

.btn-linkedin {
  background-color: #0077b5 !important;
  color: #fff !important;
  border-color: #fff;
}

.print {
  color: #5cb85c !important;
}

.btn-print {
  background-color: #5cb85c !important;
  color: #fff !important;
  border-color: #fff;
}

.watch {
  color: #f0ad4e !important;
}

.btn-watch {
  background-color: #f0ad4e !important;
  color: #fff !important;
  border-color: #fff;
}

.remove {
  color: #d9534f !important;
}

.btn-remove {
  background-color: #d9534f !important;
  color: #fff !important;
  border-color: #fff;
}

.iq-rental-alerts .iq-rental-previews {
  margin: 0 0 10px 0;
  background-color: #36386e;
  padding: 5px;
}

.iq-rental-alerts .iq-rental-previews img {
  border: 1px solid #fff;
}

.iq-rental-alerts .iq-rental-previews span {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
}

.iq-rental-alerts .iq-rental-new {
  margin: 0 0 10px 0;
  background-color: #fe9901;
  padding: 5px;
}

.iq-rental-alerts .iq-rental-new img {
  border: 1px solid #fff;
}

.iq-rental-alerts .iq-rental-new span {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
}

.iq-rental-alerts .iq-rental-reduced {
  margin: 0 0 10px 0;
  background-color: #36386e;
  padding: 5px;
}

.iq-rental-alerts .iq-rental-reduced img {
  border: 1px solid #fff;
}

.iq-rental-alerts .iq-rental-reduced span {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
}

.iq-rental-alerts .iq-rental-open-house {
  margin: 0 0 10px 0;
  background-color: #b2393a;
  padding: 5px;
}

.iq-rental-alerts .iq-rental-open-house img {
  border: 1px solid #fff;
}

.iq-rental-alerts .iq-rental-open-house span {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
}

.iq-rental-head {
  margin-bottom: 10px;
}

.iq-rental-head address {
  font-size: 30px;
  margin: 0;
}

.iq-rental-head h2 {
  font-size: 30px;
  margin: 0;
}

.iq-rental-head .iq-rental-calc {
  font-size: 9px;
}

.iq-rental-slider .carousel {
  height: auto;
}

.iq-rental-slider .carousel-inner > div {
  background-size: cover;
  width: 100%;
  height: auto;
  background-position: center;
}

.iq-rental-carousel-chevron-main-right {
  right: 50%;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0;
  border-radius: 15px;
  background-color: var(--bay-sitecolor);
}

.iq-rental-carousel-chevron-main-left {
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0;
  border-radius: 15px;
  background-color: var(--bay-sitecolor);
}

.iq-rental-agent {
  margin-top: 10px;
}

.iq-rental-agent .iq-rental-agent-details {
  min-height: 75px;
  margin-top: 10px;
}

.iq-rental-agent .iq-rental-agent-details a {
  display: block;
  margin-bottom: 5px;
}

.iq-rental-agent .iq-rental-agent-details a img {
  height: 75px;
  margin-right: 10px;
  padding: 0;
  border-radius: 0;
}

.iq-rental-agent .iq-rental-agent-details h4 {
  margin: 0;
}

.iq-myportal-buttons .btn {
  color: #fff;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .btn-toolbar a span {
    display: none;
  }
  .iq-rental-head address,
  .iq-rental-head h2,
  .iq-listings-card-price {
    font-size: 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .iq-rental-head address,
  .iq-rental-head h2 {
    font-size: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devices Desktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.iq-hidden {
  display: none;
}

.iq-criteria-nav .iq-textdropdown {
  position: absolute;
  right: -5px;
  top: -1px;
}

.iq-criteria-nav .dropdown-menu {
  max-height: 300px;
  overflow: auto;
}

.iq-criteria-nav {
  position: relative;
  font-size: 13px;
  width: 100%;
  z-index: 999;
}

.iq-criteria-nav label {
  font-weight: normal;
}

.iq-criteria-nav .well {
  margin-bottom: 0;
}

.iq-criteria-nav hr {
  margin: 0;
}

.iq-criteria-nav td {
  padding-right: 0;
  padding-left: 0;
  border-right: 1px solid #e7e7e7;
}

.iq-criteria-nav td:last-child {
  border-right: 0;
}

.iq-criteria-nav td > a {
  padding: 15px;
  display: block;
  text-decoration: none;
}

.iq-criteria-nav .iq-criteria-drop {
  box-sizing: content-box;
  position: absolute;
  left: -1px;
  display: none;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.iq-criteria-nav .active > div,
.iq-criteria-nav .active > a,
.iq-criteria-nav .active > a:hover,
.iq-criteria-nav .active > a:focus {
  background-color: #fcfcfc !important;
}

.iq-form-control-spacer {
  margin: 5px 0;
}

.iq-criteria-nav td[class*=col-],
.iq-criteria-nav th[class*=col-] {
  float: left;
}

.iq-rentals-card {
  border: 1px solid #e3e3e3;
  background: var(--bay-featuredhomesbackground);
  color: var(--bay-bodytext);
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.iq-rentals-card:hover {
  border: 1px solid #999;
}

.iq-rentals-card-icons {
  color: #fff;
  font-size: 12px;
}

.iq-rentals-card-image-expand {
  padding: 0;
  margin-right: 7px;
  margin-top: -3px;
  margin-left: -15px;
}

.iq-rentals-card-image-expand a {
  font-family: var(--bay-primary-font);
}

.iq-carousel-chevron-main-right,
.iq-carousel-chevron-main-left {
  position: absolute;
  top: 37%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0;
  border-radius: 15px;
  background-color: var(--bay-sitecolor);
  outline: none;
}

.iq-carousel-chevron-main-right {
  right: 50%;
}

.iq-carousel-chevron-main-left {
  left: 50%;
}

.iq-rentals-card-card-zoom {
  top: 25%;
  right: 43%;
  text-shadow: 1px 1px 5px #000;
  line-height: 100px;
  position: absolute;
  color: #fff;
  font-size: 34px;
  opacity: 0.2;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}

.iq-rentals-card-card-zoom:hover {
  opacity: 0.7;
}

.iq-rentals-card-price-sent {
  text-align: center;
  color: var(--bay-highlighttext);
  font-size: 28px;
  background-color: #33cc99;
}

.iq-rentals-card-price {
  color: var(--bay-highlighttext);
  font-size: 28px;
  background-color: var(--bay-maincolor);
  height: 50px;
  padding: 5px 15px;
}

.iq-rentals-card .listings-price {
  color: var(--bay-bodycolor);
  line-height: 40px;
  float: left;
  padding: 0 10px;
}

.iq-rentals-card .carousel {
  height: auto;
}

.iq-rentals-card .carousel-inner > div {
  background-size: cover;
  width: 100%;
  height: auto;
  background-position: center;
}

.iq-rentals-card address {
  padding: 15px 0 8px 0;
  margin-bottom: 0;
}

.iq-rentals-card address a {
  color: #666;
}

.iq-rentals-card .iq-rentals-card-icons {
  color: #888;
}

.iq-rentals-card-social-icons {
  padding-right: 5px;
}

.iq-rentals-card-agent-area {
  padding: 0 0 5px 0;
  margin-bottom: 10px;
}

.iq-rentals-card-agent-area h6 {
  font-family: var(--bay-primary-font);
  font-weight: bold;
  padding-bottom: 4px;
  color: var(--bay-bodytext);
  margin: 0;
}

.iq-rentals-card-agent-area-icons {
  color: #888;
}

.iq-rentals-card-menu-foot {
  padding: 8px 0 2px 0;
  color: #666;
  text-align: center;
  height: 30px;
}

.iq-rentals-card-menu-foot-icon {
  color: #666;
  padding-right: 5px;
}

.iq-rentals-card-menu-foot .iq-rentals-card-video {
  margin: 0 0 3px 0;
}

.iq-rentals-card-form-btn {
  border: 1px solid #ddd;
  background-color: #7089a1;
  border-radius: 0;
  color: #fff;
  padding: 8px;
  text-transform: uppercase;
}

.iq-rentals-card-form-btn:hover {
  border: 1px solid #999;
  background: #999;
  color: #f5f5f5;
  border-radius: 0;
  opacity: 0.7;
}

.iq-rentals-save-search-btn {
  border: 1px solid #ddd;
  background: #777;
  color: #fff;
  border-radius: 0;
}

.iq-rentals-save-search-btn:hover {
  border: 1px solid #ccc;
  background: #888;
  color: #fff;
  border-radius: 0;
  opacity: 0.7;
}

.iq-rentals-watch-btn {
  border: 1px solid #eea236;
  color: #fff;
  border-radius: 0;
  background-color: #f0ad4e;
  color: #fff;
}

.iq-rentals-watch-btn:hover {
  border: 1px solid #ccc;
  background: #888;
  color: #fff;
  border-radius: 0;
  opacity: 0.7;
}

.iq-rentals-card-menu {
  font-size: 16px;
  margin: -27px 0 0 11px;
  z-index: 2;
  color: #fff;
}

.iq-rentals-card-menu a {
  color: #fff;
  text-decoration: none;
  font-family: var(--bay-primary-font);
}

.iq-rentals-card-menu li {
  font-family: var(--bay-primary-font);
  font-size: 14px;
}

/* LIST GRID */
.iq-rentals-list-card-wrap {
  border: 1px solid #e3e3e3;
  margin-bottom: 25px;
}

.iq-rentals-list-card-wrap:hover {
  border: 1px solid #999;
  margin-bottom: 25px;
}

.iq-rentals-map-selected {
  border-right: 4px solid #d9534f;
  border-left: 4px solid #d9534f;
}

.iq-rentals-list-card {
  padding: 20px;
}

/* .iq-rentals-list-card .iq-rentals-alerts{ margin:10px; } */
.iq-rentals-list-card .iq-rentals-alerts .iq-rentals-previews {
  margin: 0 0 10px 0;
  background-color: #36386e;
  padding: 5px;
}

.iq-rentals-list-card .iq-rentals-alerts .iq-rentals-previews img {
  border: 1px solid #fff;
}

.iq-rentals-list-card .iq-rentals-alerts .iq-rentals-previews span {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
}

.iq-rentals-list-card .iq-rentals-alerts .iq-rentals-new {
  margin: 0 0 10px 0;
  background-color: #fe9901;
  padding: 5px;
}

.iq-rentals-list-card .iq-rentals-alerts .iq-rentals-new img {
  border: 1px solid #fff;
}

.iq-rentals-list-card .iq-rentals-alerts .iq-rentals-new span {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
}

.iq-rentals-list-card .iq-rentals-alerts .iq-rentals-reduced {
  margin: 0 0 10px 0;
  background-color: #36386e;
  padding: 5px;
}

.iq-rentals-list-card .iq-rentals-alerts .iq-rentals-reduced img {
  border: 1px solid #fff;
}

.iq-rentals-list-card .iq-rentals-alerts .iq-rentals-reduced span {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
}

.iq-rentals-list-card .iq-rentals-alerts .iq-rentals-open-house {
  margin: 0 0 10px 0;
  background-color: #b2393a;
  padding: 5px;
}

.iq-rentals-list-card .iq-rentals-alerts .iq-rentals-open-house img {
  border: 1px solid #fff;
}

.iq-rentals-list-card .iq-rentals-alerts .iq-rentals-open-house span {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
}

.iq-rentals-list-card-head {
  padding: 5px 15px;
  background-color: var(--bay-maincolor);
  color: #fff;
  font-size: 18px;
}

.iq-rentals-list-card-head address {
  color: var(--bay-bodycolor);
  font-size: 24px;
  text-transform: uppercase;
  margin: 0;
  line-height: 40px;
  display: inline;
  padding-left: 5px;
}

.iq-rentals-list-card-head .distance {
  color: var(--bay-bodycolor);
  font-size: 24px;
  text-transform: uppercase;
  margin: 0;
  line-height: 40px;
}

.iq-rentals-list-card-head .badge {
  font-size: 18px;
}

.iq-rentals-list-compare-input {
  font-size: 14px;
  color: var(--bay-bodycolor);
  line-height: 40px !important;
  float: right;
}

.iq-rentals-list-card-icons {
  color: var(--bay-bodycolor);
  font-size: 17px;
}

.iq-rentals-list-card-cols {
  padding: 0;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.iq-rentals-list-card-cols .carousel-inner {
  background-image: url(/assets/img/animated/spinner.gif);
  background-position: center;
  background-repeat: no-repeat;
}

/*.iq-rentals-list-card-col-1{ padding:0; }*/
.iq-rentals-list-card-col-1 .well {
  margin-bottom: 0;
}

/*.iq-rentals-list-card-col-2{ overflow:hidden; padding-right:0; }*/
.iq-rentals-list-card-col-2 .iq-rentals-list-card-price-wrap {
  font-size: 30px;
  font-weight: bold;
}

.iq-rentals-list-card-col-2 .iq-rentals-list-card-price-wrap > div {
  font-size: 50%;
}

.iq-rentals-list-card-body td {
  font-size: 10px;
  background-color: #fff;
}

.iq-rentals-list-card-body span {
  font-size: 18px;
  font-weight: bold;
}

.iq-rentals-list-card-body .iq-rentals-grid-mls-info {
  vertical-align: middle;
  font-size: 13px;
}

.iq-rentals-list-card-body .iq-rentals-grid-mls-info span {
  font-size: 13px;
  font-weight: bold;
}

.iq-rentals-list-card-body .iq-rentals-card-grid-onsite {
  vertical-align: middle;
  font-size: 13px;
}

.iq-rentals-list-card-body .iq-rentals-card-grid-onsite span {
  font-size: 13px;
  font-weight: bold;
}

.iq-rentals-list-card-btn-wrap {
  margin-bottom: 20px;
}

.iq-rentals-list-card-btn-wrap a:link,
.iq-rentals-list-card-btn-wrap a:visited,
.iq-rentals-list-card-btn-wrap a:hover,
.iq-rentals-list-card-btn-wrap a:active {
  color: var(--bay-bodycolor);
}

.iq-rentals-list-card-agent-area {
  height: 100px;
}

.iq-rentals-list-card-agent-area a {
  font-family: var(--bay-primary-font);
  font-weight: bold;
  padding-bottom: 4px;
}

.iq-rentals-list-card-agent-card {
  height: 75px;
}

.iq-rentals-list-card-agent-card img {
  height: 74px;
  padding-right: 10px;
  float: left;
}

.iq-rentals-list-card-agent-area-icons {
  color: #888;
}

.iq-rentals-list-card-agent-body {
  padding-top: 5px;
  text-align: left;
}

.iq-rentals-list-card-agent-body h4 {
  margin: 0 0 5px 0;
}

.iq-rentals-list-card-agent-area .iq-rentals-list-card-list-provider {
  font-size: 10px;
  padding-top: 10px;
  text-align: left;
}

.iq-rentals-list-card-agent-area .iq-rentals-card-agent-idx img {
  height: 50px;
}

.iq-rentals-list-card-agent-area .iq-rentals-card-agent-idx > div {
  font-size: 10px;
}

.iq-carousel-chevron-main-right,
.iq-carousel-chevron-main-left {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0;
  border-radius: 15px;
}

.iq-carousel-chevron-main-right {
  right: 50%;
  background-color: transparent;
}

.iq-carousel-chevron-main-left {
  left: 50%;
  background-color: var(--bay-sitecolor);
}

.iq-rentals-list-card-card-zoom {
  top: 43%;
  right: 45%;
  text-shadow: 1px 1px 5px #000;
  line-height: 100px;
  position: absolute;
  color: #fff;
  font-size: 34px;
  opacity: 0.2;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}

.iq-rentals-list-card-card-zoom:hover {
  opacity: 0.7;
}

.iq-rentals-list-card .carousel {
  height: auto;
}

.iq-rentals-list-card .carousel-inner {
  height: 100%;
}

.iq-rentals-list-card .carousel-inner > div {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: auto;
}

/* DEFAULT FORM AREA */
.iq-rentals-prop-search-form hr {
  border: 0;
  border-top: 1px solid #e5e5e5;
}

.iq-rentals-list-form-head ul {
  padding: 10px;
  line-height: 20px;
}

.iq-rentals-list-form-head .iq-rentals-list-property {
  font-family: var(--bay-primary-font);
  text-decoration: none;
}

#description-container {
  margin: 10px 0 0 0;
  display: table;
  width: 100%;
}

#openhouse-container {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 28px 5px 30px;
}

.iq-rentals-list-form-prop-drop {
  padding: 10px;
  line-height: 20px;
}

.iq-rentals-list-form-prop-drop .iq-rentals-list-form-prop-font {
  font-family: var(--bay-primary-font);
  text-decoration: none;
}

.iq-rentals-list-form-watch-badges ul {
  margin: 0;
}

.iq-rentals-list-form-watch-badges li {
  display: inline-block;
  padding: 0 0 0 15px;
  text-align: center;
  float: right;
  line-height: 34px;
}

.iq-rentals-list-form-margin-5 {
  margin-bottom: 5px;
}

.iq-rentals-list-form-margin-10 {
  margin-bottom: 10px;
}

.iq-rentals-list-form-margin-15 {
  margin-bottom: 15px;
}

.iq-rentals-list-form-margin-20 {
  margin-bottom: 20px;
}

.iq-rentals-prop-form-wrap {
  display: table;
  width: 100%;
}

.iq-rentals-prop-form-head-row {
  display: table;
  width: 100%;
}

.iq-rentals-status-message {
  font-size: 18px;
}

.iq-rentals-compare-wrap {
  margin-bottom: 20px;
  height: 40px;
  border: 1px solid #e3e3e3;
}

.iq-rentals-compare-image-wrap {
  margin: 0 4px 0 5px;
  display: inline;
  height: 34px;
  width: 50px;
  vertical-align: middle;
  border: 0;
}

.iq-rentals-view-filter-wrap {
  margin-bottom: 10px;
}

.iq-rentals-view-filter-wrap a {
  font-family: var(--bay-primary-font);
}

.iq-rentals-view-filter-pull-right {
  line-height: 30px;
  padding-right: 15px;
}

.iq-rentals-view-filter-pull-right li {
  display: inline;
}

.iq-rentals-details-wrap {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* COMPARE GRID */
.iq-compare-grid {
  width: 100%;
  margin: 0 0 20px 0;
}

.iq-compare-grid-col {
  vertical-align: top;
  font-family: var(--bay-primary-font);
  font-size: 85%;
}

.iq-compare-grid-col-first {
  width: 200px;
}

.iq-compare-grid-col .iq-compare-grid-label {
  text-align: right;
  font-weight: bold;
  margin: 0 0 5px 0;
  padding: 5px 0;
  border-bottom: 1px solid #dbe1ea;
  min-height: 30px;
}

.iq-compare-grid-col .iq-compare-grid-text {
  text-align: center;
  font-weight: normal;
  margin: 0 0 5px 0;
  padding: 5px 0;
  border-bottom: 1px solid #dbe1ea;
  min-height: 30px;
}

.iq-compare-grid-col .iq-compare-image {
  height: 137px;
  margin: 0 0 10px 10px;
  text-align: center;
}

.iq-compare-grid-col .iq-compare-image img {
  height: 135px;
  border: 1px solid #ccc;
}

/* OVERLAY AREA */
.iq-rentals-details-alerts .iq-rentals-previews {
  margin: 0 0 10px 0;
  background-color: #36386e;
  padding: 5px;
}

.iq-rentals-details-alerts .iq-rentals-previews img {
  border: 1px solid #fff;
}

.iq-rentals-details-alerts .iq-rentals-previews span {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
}

.iq-rentals-details-alerts .iq-rentals-new {
  margin: 0 0 10px 0;
  background-color: #fe9901;
  padding: 5px;
}

.iq-rentals-details-alerts .iq-rentals-new img {
  border: 1px solid #fff;
}

.iq-rentals-details-alerts .iq-rentals-new span {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
}

.iq-rentals-details-alerts .iq-rentals-reduced {
  margin: 0 0 10px 0;
  background-color: #36386e;
  padding: 5px;
}

.iq-rentals-details-alerts .iq-rentals-reduced img {
  border: 1px solid #fff;
}

.iq-rentals-details-alerts .iq-rentals-reduced span {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
}

.iq-rentals-details-alerts .iq-rentals-open-house {
  margin: 0 0 10px 0;
  background-color: #b2393a;
  padding: 5px;
}

.iq-rentals-details-alerts .iq-rentals-open-house img {
  border: 1px solid #fff;
}

.iq-rentals-details-alerts .iq-rentals-open-house a {
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
}

.iq-rentals-details-head {
  width: 100%;
  margin-bottom: 5px;
  text-transform: uppercase;
  background-color: var(--bay-maincolor);
  padding: 5px 15px 5px 15px;
}

.iq-rentals-details-head h2 {
  color: #fff;
}

.iq-rentals-details-carousel-chevron-main-right {
  right: 50%;
  position: absolute;
  top: 45%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0;
  border-radius: 15px;
  background-color: var(--bay-sitecolor);
}

.iq-rentals-details-carousel-chevron-main-left {
  left: 50%;
  position: absolute;
  top: 45%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0;
  border-radius: 15px;
  background-color: var(--bay-sitecolor);
}

.iq-rentals-details-zoom {
  top: 25%;
  right: 43%;
  text-shadow: 1px 1px 5px #000;
  line-height: 100px;
  position: absolute;
  color: #fff;
  font-size: 34px;
  opacity: 0.2;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}

.iq-rentals-details-zoom:hover {
  opacity: 0.7;
}

.iq-rentals-details-slider .carousel {
  height: 585px;
}

.iq-rentals-details-slider .carousel-inner > div {
  background-size: cover;
  width: 100%;
  height: 585px;
  background-position: center;
}

.iq-overlay-side-icons {
  color: var(--bay-maincolor);
  font-size: 45px;
}

.iq-rentals-details-info-grid {
  margin-left: 0;
  margin-right: 0;
}

.iq-rentals-details-info-grid ul {
  padding-left: 0;
  list-style: none;
}

.iq-rentals-details-info-grid li {
  float: left;
  width: 25%;
  height: 90px;
  padding: 5px 5px 5px 5px;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
  overflow: hidden;
}

.iq-rentals-details-info-grid .iq-rentals-details-info {
  border: 1px solid #e3e3e3;
  background-color: #f5f5f5;
  height: 100%;
  border-radius: 4px;
  padding-top: 15px;
}

#iq_rentals .iq-compare-wrap {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

#iq_rentals .iq-compare-wrap .btn-sm {
  float: right;
  margin: 2px 2px;
}

/*--- Overlay FontAwesome Enhancement ---*/
* > .fa.fa-hover-show,
*:hover > .fa.fa-hover-hidden {
  display: none;
}

*:hover > .fa.fa-hover-show {
  display: inline-block;
}

.-railo-dump .label {
  display: block;
  font-size: 100%;
  font-weight: normal;
  color: #000000;
  line-height: normal;
  border-radius: 0;
  white-space: normal;
}

.-railo-dump table {
  margin: 0;
}

@media (max-width: 479px) {
  /*Extra small devices Phones (lt 479px)*/
  .iq-rentals-prop-search-form hr {
    margin-top: 10px;
  }
  .iq-rentals-status-message {
    text-align: center;
    margin-bottom: 15px;
  }
  #list_price-container {
    margin-bottom: 15px;
  }
  #update_results-container button {
    width: 100%;
  }
  .iq-rentals-list-card-head address,
  .iq-rentals-list-card-head .distance {
    font-size: 75%;
    line-height: inherit;
  }
  .iq-rentals-list-card-head .badge {
    font-size: 12px;
  }
  .iq-rentals-list-card-agent-area {
    height: auto;
  }
  .iq-rentals-list-card-agent-area .iq-rentals-card-agent-idx img {
    height: 25px;
  }
  .iq-rentals-list-card-body button {
    width: 100%;
  }
  .iq-rentals-list-card-body .iq-rentals-btn-space {
    margin-top: 5px;
  }
  .iq-criteria-nav td {
    display: block !important;
    border-bottom: 1px solid #e5e5e5;
  }
  .iq-criteria-nav td:last-child {
    border-bottom: 0;
  }
  .iq-criteria-nav .iq-criteria-drop {
    position: relative;
    border: 0;
    left: 0;
    margin-top: -1px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devices Phones (lt 768px)*/
  .iq-rentals-prop-search-form hr {
    margin-top: 10px;
  }
  .iq-rentals-status-message {
    text-align: center;
    margin-bottom: 15px;
  }
  #list_price-container {
    margin-bottom: 15px;
  }
  .iq-rentals-list-card-head address,
  .iq-rentals-list-card-head .distance {
    font-size: 75%;
    line-height: inherit;
  }
  .iq-rentals-list-card-head .badge {
    font-size: 12px;
  }
  .iq-rentals-list-card-agent-area {
    height: auto;
  }
  .iq-rentals-list-card-agent-area .iq-rentals-card-agent-idx img {
    height: 25px;
  }
  #update_results-container button {
    width: 100%;
  }
  .iq-rentals-list-card-body button {
    width: 100%;
  }
  .iq-rentals-list-card-body .iq-rentals-btn-space {
    margin-top: 5px;
  }
  .iq-criteria-nav td {
    display: block !important;
    border-bottom: 1px solid #e5e5e5;
  }
  .iq-criteria-nav td:last-child {
    border-bottom: 0;
  }
  .iq-criteria-nav .iq-criteria-drop {
    position: relative;
    border: 0;
    left: 0;
    margin-top: -1px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  .iq-rentals-prop-search-form hr {
    margin-top: 10px;
  }
  .iq-rentals-status-message {
    text-align: center;
    margin-bottom: 15px;
  }
  #list_price-container {
    margin-bottom: 15px;
  }
  #update_results-container button {
    width: 100%;
  }
  .iq-rentals-list-card-body button {
    width: 100%;
  }
  .iq-rentals-list-card-body .iq-rentals-btn-space {
    margin-top: 5px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devices Desktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
/* MENU */
body[data-page=search-listings] .st-sitemenu-17 {
  max-height: 50px;
  position: unset;
}

body[data-page=search-listings] .st-sitemenu-17 img {
  max-height: 50px;
}

body[data-page=search-listings] .logo-area img {
  max-height: 50px;
}

body[data-page=search-listings] .st-inside-header {
  display: none !important;
}

body[data-page=search-listings] #bay_search_listings_results {
  margin-top: 0 !important;
}

body[data-page=search-listings] input[type=checkbox],
body[data-page=search-listings] input[type=radio] {
  accent-color: var(--bay-maincolor) !important;
}

body[data-page=search-listings] .dropdown-item:before {
  color: var(--bay-maincolor) !important;
}

body.details-open {
  overflow: hidden !important;
}
body.details-open footer,
body.details-open #st_section_10,
body.details-open [data-section=footer] {
  display: none !important;
}

.bay-search-listings-header .bay-price-options .dropdown-menu,
.bay-search-listings-header .bay-sqfoot-options .dropdown-menu,
.bay-search-listings-header .bay-acreage-options .dropdown-menu,
.bay-search-listings-header .bay-zoning-options .dropdown-menu,
.bay-search-listings-header .bay-bed-options .dropdown-menu,
.bay-search-listings-header .bay-bath-options .dropdown-menu,
.bay-search-listings-header .bay-propertytype-options .dropdown-menu {
  min-width: 300px;
}

.bay-search-listings-header .bay-style-options .dropdown-menu {
  min-width: 225px;
}

.bay-search-listings-header .dropdown-menu {
  padding: 0;
  max-height: 75vh;
  overflow-y: auto;
}

.bay-search-listings-header .dropdown-menu small {
  font-size: small;
}

.bay-search-listings-header .dropdown-menu .dropdown-item {
  border-color: color-mix(in srgb, var(--bay-maincolor) 25%, white) !important;
  padding: 0.25rem 0.5rem;
}

.bay-search-listings-header .dropdown-menu .dropdown-item:focus,
.bay-search-listings-header .dropdown-menu .dropdown-item:hover,
.bay-search-listings-header .dropdown-menu .dropdown-item.active {
  color: #ffffff !important;
  text-decoration: none;
  border-color: var(--bay-maincolor) !important;
  background-color: var(--bay-maincolor) !important;
}

.bay-search-listings-header .btn.active {
  background-color: color-mix(in srgb, var(--bay-maincolor) 5%, white) !important;
  cursor: default;
}

.bay-search-listings-header .property-btn + label.btn.active {
  background-color: var(--bay-maincolor) !important;
}

.bay-search-listings-header .property-btn + label.btn.active h6,
.bay-search-listings-header .property-btn + label.btn:hover h6 {
  color: #ffffff !important;
}

.bay-search-listings-header select[name=sortby] {
  background-position: right 0 center;
}

.bay-search-listings-header .offcanvas {
  width: 58% !important;
}

@media (min-width: 1220px) and (max-width: 1400px) {
  .bay-search-listings-header .offcanvas {
    width: 60% !important;
  }
}
@media (max-width: 1200px) {
  .bay-search-listings-header .offcanvas {
    width: 75% !important;
  }
}
@media (max-width: 992px) {
  .bay-search-listings-header .offcanvas {
    width: 94% !important;
  }
}
@media (max-width: 768px) {
  .bay-search-listings-header .offcanvas {
    width: 100% !important;
  }
}
.bay-search-listings-header #iq_criteria_form .dropdown-menu h5 {
  font-size: 14px;
}

.bay-search-listings-header #iq_criteria_form-price_options {
  margin: 0 -15px;
  padding: 10px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.bay-search-listings-header #iq_criteria_form-price_options_apply button {
  font-size: 14px;
}

.bay-search-listings-header .modal-header .btn-close {
  filter: invert(100%);
}

.bay-search-listings-header .modal-body .iq-textdropdown {
  top: -6px;
  bottom: -6px;
  padding: 9px 19px;
}

.bay-search-listings-header .btn-autocomplete-clear {
  background-color: #ffffff !important;
  color: #000000 !important;
  border-color: #cccccc !important;
  width: 56px;
  height: 46px;
  padding: 8px 0;
  border-radius: unset;
}

.bay-search-listings-header .btn-autocomplete-nearby {
  width: 56px;
  height: 46px;
  padding: 8px 0;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

.bay-search-listings-header .btn-select {
  border: 1px solid #cccccc;
  text-align: center;
  padding: 0 0.5em;
  line-height: 2em;
  cursor: pointer;
  font-weight: 500;
}

.bay-search-listings-header .btn-select:hover {
  background-color: #eee;
}

.bay-search-listings-header .btn-select.active {
  background-color: var(--bay-maincolor) !important;
  border-color: var(--bay-maincolor) !important;
  color: var(--bay-searchformbuttonscolor) !important;
  cursor: default;
}

.bay-search-listings-header .switch-material.switch-light input:checked ~ span {
  background-color: #d0dfff !important;
}

.bay-search-listings-header .switch-light-checkbox .well {
  margin-bottom: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 1rem;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.bay-search-listings-header hr {
  border-top: 1px solid #cccccc;
}

.bay-search-listings-header .filter-search-count {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 1020px) {
  .v2-06 #iq_lead_form #iq_lead_form-publicid {
    font-size: x-small;
  }
}
@media (max-width: 1021px) {
  .v2-06 #iq_lead_form #iq_lead_form-publicid {
    font-size: small;
  }
}
@media (max-width: 426px) {
  .v2-06 #iq_lead_form #iq_lead_form-publicid {
    font-size: x-small !important;
  }
}
@media (min-width: 376px) and (max-width: 426px) {
  .select-view:not(.search_listings_view_residential) {
    margin-right: 25px !important;
  }
}
@media (min-width: 321px) and (max-width: 375px) {
  .search_listings_location {
    width: 300px !important;
    margin-right: unset !important;
  }
}
@media (max-width: 320px) {
  .search_listings_location {
    width: 245px !important;
  }
}
/* BS5 Checkbox */
.form-check-input:checked {
  background-color: var(--bay-maincolor) !important;
  border-color: var(--bay-maincolor) !important;
}

.form-check-input {
  padding: 0.7em;
  border-radius: 25%;
}

.form-check-label {
  vertical-align: sub;
}

font {
  vertical-align: unset !important;
}

#bay_search_listings_map {
  height: 100%;
}

.bay_listing_card {
  margin-bottom: 24px;
  background-color: #fff;
  float: left;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
  position: relative;
  top: 0;
  overflow: hidden;
  cursor: pointer;
}

.bay_listing_card.bay_listing_card_active {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}

.bay_listing_card.active {
  background-color: color-mix(in srgb, var(--bay-maincolor) 5%, transparent);
  box-shadow: 0 0 5px color-mix(in srgb, var(--bay-maincolor) 5%, transparent);
}

.bay_listing_card .bay_listing_card_media {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.bay_listing_card .bay_listing_card_media img {
  position: relative;
  object-fit: cover !important;
  width: 100%;
  z-index: 1;
  cursor: pointer;
}

.list-card-view {
  display: none !important;
}

.list-grid-view {
  display: block !important;
}

.bay_search_listings_results_sidebar_section .list-card-view,
.bay_search_listings_map_sidebar_section .bay_listing_card .list-card-view {
  display: flex !important;
}
.bay_search_listings_results_sidebar_section .list-grid-view,
.bay_search_listings_map_sidebar_section .bay_listing_card .list-grid-view {
  display: none !important;
}
.bay_search_listings_results_sidebar_section .bay_listing_card_text,
.bay_search_listings_map_sidebar_section .bay_listing_card .bay_listing_card_text {
  width: calc(100% - 125px) !important;
}
.bay_search_listings_results_sidebar_section .bay_listing_card_ml-number,
.bay_search_listings_map_sidebar_section .bay_listing_card .bay_listing_card_ml-number {
  display: flex;
  position: unset !important;
  max-width: unset !important;
  text-align: unset !important;
  font-weight: 400;
  color: #333;
  justify-content: space-between;
}

@media (min-width: 992px) and (max-width: 1280px) {
  .bay_search_listings_results_sidebar_section .bay_listing_card_media,
  .bay_search_listings_map_sidebar_section .bay_listing_card .bay_listing_card_media {
    width: 100%;
  }
  .bay_search_listings_results_sidebar_section .bay_listing_card_media img,
  .bay_search_listings_map_sidebar_section .bay_listing_card .bay_listing_card_media img {
    width: 100% !important;
  }
  .bay_search_listings_results_sidebar_section .bay_listing_card_text,
  .bay_search_listings_map_sidebar_section .bay_listing_card .bay_listing_card_text {
    width: 100% !important;
  }
  .bay_search_listings_results_sidebar_section .bay_listing_card_ml-number,
  .bay_search_listings_map_sidebar_section .bay_listing_card .bay_listing_card_ml-number {
    position: unset !important;
    max-width: unset !important;
    float: right !important;
    text-align: unset !important;
  }
}
@media (max-width: 991px) {
  .bay_search_listing_detail_result_section,
  .bay_search_listings_map_detail_section {
    width: 100% !important;
  }
  .bay_search_listings_results_sidebar_section,
  .bay_search_listings_map_sidebar_section {
    display: none !important;
  }
}
@media (max-width: 1919px) {
  .bay_listing_card .bay_listing_card_media img {
    height: 178px;
  }
}
@media (min-width: 1920px) {
  .bay_listing_card .bay_listing_card_media img {
    height: 328px;
  }
}
.bay_listing_card:hover .bay_listing_card_media img.property-image {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  min-width: 125px;
  min-height: 100px;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: gray;
  /* IE6-9 */
  filter: grayscale(1);
  /* Microsoft Edge and Firefox 35+ */
}

@media (prefers-reduced-motion: reduce) {
  .bay_listing_card:hover .bay_listing_card_media img.property-image {
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
    -webkit-filter: none;
    filter: none;
  }
}
.bay_listing_card .bay_listing_card_labels {
  position: absolute;
  top: 15px;
  left: 10px;
  width: 80%;
  display: inline-block;
  zoom: 1;
  z-index: 2;
}

.bay_listing_card .bay_listing_card_labels .label,
.bay_listing_card .bay_listing_card_labels .badge {
  margin-right: 8px;
  margin-bottom: 5px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  -webkit-box-shadow: 0 6px 8px -6px rgba(0, 0, 0, 0.35);
  box-shadow: 0 6px 8px -6px rgba(0, 0, 0, 0.35);
}

.bay_listing_card .bay_listing_card_labels .label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.1em;
}

.bay_listing_card .bay_listing_card_labels .label-warning {
  background-color: #f0ad4e;
}

.bay_listing_card .bay_listing_card_labels .badge {
  display: inline-block;
  min-width: 10px;
  padding: 4px 6px;
  font-size: 12px;
  font-family: var(--bay-primary-font) !important;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 5px !important;
}

.bay_listing_card_love:not(.grid_view) {
  font-size: 18px;
  width: 30px;
  height: 30px;
  line-height: 32px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 15px;
  right: 15px;
  display: inline-block;
  zoom: 1;
  -webkit-box-shadow: 0 6px 8px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 8px -6px rgba(0, 0, 0, 0.1);
  z-index: 6;
}

.bay_listing_card_love.active:not(.grid_view) {
  -webkit-box-shadow: 0 6px 8px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 8px -6px rgba(0, 0, 0, 0.1);
  background: #2866ab;
  color: #fff;
}

.bay-listing-tag {
  background-color: var(--bay-maincolor) !important;
  max-width: 125px;
  overflow: hidden;
  text-overflow: ellipsis;
}

span.bay-listing-tag-tooltip {
  color: var(--bay-maincolor) !important;
  background-color: var(--bay-bodycolor) !important;
  border: 1px solid var(--bay-maincolor) !important;
}

#bay_search_listings_results_grid .bay_listing_card_labels .bay-listing-tag,
#bay_search_listings_results_grid .bay-listingTag-toolip .bay-listing-tag-tooltip-inner {
  font-weight: 400 !important;
  text-transform: uppercase !important;
}

/* TOOLTIP : LISTING TAGS */
body:has(#bay_search_listings_results_grid) .bay-listingTag-toolip {
  --bs-tooltip-color: var(--bay-white) !important;
  --bs-tooltip-font-size: var(--bay-font-size--101) !important;
  --bs-tooltip-border-radius: 0 !important;
  --bs-tooltip-opacity: 1 !important;
  --bs-tooltip-max-width: 360px !important;
  --bs-tooltip-margin: -5px 0 0 0 !important;
  font-family: var(--bay-body-font) !important;
  font-weight: var(--bay-font-weight-300) !important;
  z-index: 6;
  max-width: 360px !important;
}
body:has(#bay_search_listings_results_grid) .bay-listingTag-toolip .tooltip-inner {
  background-color: var(--bay-bg-light) !important;
  color: var(--bay-text-dark) !important;
  padding: 16px 24px;
  max-width: 360px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1607843137);
  margin: 0 auto;
  text-align: start !important;
  border-radius: 4px;
}
body:has(#bay_search_listings_results_grid) .bay-listingTag-toolip .bay-listing-tag-tooltip-inner {
  margin: 4px !important;
  border-radius: 4px !important;
  text-transform: uppercase;
  padding: 4px 8px !important;
  color: var(--bay-white) !important;
  font-size: 12px !important;
  font-family: var(--bay-primary-font) !important;
  font-weight: 400 !important;
}
body:has(#bay_search_listings_results_grid) .bay-listingTag-toolip .tooltip-arrow {
  position: absolute;
  width: 8px;
  height: 8px;
}
body:has(#bay_search_listings_results_grid) .bay-listingTag-toolip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-style: solid;
  border-color: transparent;
  border-width: 6px;
  border-top-color: var(--bay-white) !important;
}

.bay_listing_card .bay_listing_card_idx img {
  width: auto;
  height: 20px;
  font-size: var(--bay-font-size--0600);
}

.st-sitemenu-02v2 .dropdown-menu .dropdown-header strong {
  color: var(--bs-dropdown-header-color);
  font-size: 12px;
  font-weight: bold;
}

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

.range-slider .al-range-slider__track {
  margin: 0;
  background: var(--bay-bodycolor);
}
.range-slider .al-range-slider__grid {
  height: 10px;
  border-radius: 4px;
  background: #dee2e6;
}
.range-slider .al-range-slider__knob {
  border-radius: 50%;
  width: 1.8em;
  height: 1.8em;
  border: none;
  box-shadow: none;
  background-color: var(--bay-maincolor);
}
.range-slider .al-range-slider__track {
  height: 10px;
  box-shadow: none !important;
  margin: 1em 0 !important;
}
.range-slider .al-range-slider__bar {
  height: 10px;
  border: none !important;
  border-radius: unset !important;
  box-shadow: none !important;
  background: none !important;
}
.range-slider .al-range-slider__grid-tick {
  display: none;
}
.range-slider .al-range-slider {
  padding: 0 1em;
  font-size: 10px !important;
}

.filter_drawer_subTitle {
  font-weight: 500;
  font-size: 20px;
}

.bay_listing_card .bay_listing_card_media .bay_listing_card_more {
  text-align: center;
  position: absolute;
  color: #fff;
  margin-bottom: 0;
  margin-top: 0;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.bay_listing_card .bay_listing_card_media .bay_listing_card_more a {
  position: relative;
  background-color: var(--bay-maincolor);
  border-color: var(--bay-maincolor);
  opacity: 0;
  top: 350px;
  z-index: 2;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  text-decoration: none !important;
}

@media (min-width: 768px) {
  .bay_listing_card:hover .bay_listing_card_media .bay_listing_card_more a {
    opacity: 1;
    color: #fff;
    top: 0;
  }
}
.bay_listing_card_love:not(.grid_view) .property-card-love-saved {
  color: #ff0000 !important;
}

#bay_search_listing_detail_result #iq_listing_slw_toolbar_title {
  display: none;
}

#bay_search_listing_detail_result #iq_listing_slw_toolbar {
  display: none;
}

#bay_search_listings_detail_map #iq_listing_slw_toolbar_title {
  display: none;
}

#bay_search_listings_detail_map #iq_listing_slw_toolbar {
  display: none;
}

#iq_listing_head.bay-affix-listing-head {
  position: sticky;
  top: -1px;
}

@media (min-width: 480px) and (max-width: 767px) {
  #bay_search_listing_detail_result #iq_listing_slw_toolbar_title {
    margin-top: 15px;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .v2-12 #iq_listing_slw_toolbar_title,
  .v2-11 #iq_listing_slw_toolbar_title {
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  #bay_search_listing_detail_result #iq_listing_head.bay-affix-listing-head,
  #bay_search_listings_detail_map #iq_listing_head.bay-affix-listing-head {
    margin-left: -15px;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 10px;
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available;
  }
  #iq_listing_head.bay-affix-listing-head img {
    height: 55px;
  }
}
#bay_search_listing_detail_result .row,
#bay_search_listings_detail_map .row {
  margin-left: -5px;
  margin-right: -5px;
}

#bay_search_listings_container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#bay_search_listings_container .input-group button {
  background-color: var(--bay-maincolor) !important;
  color: #fff !important;
}
#bay_search_listings_container .select-view .btn-group .btn-primary {
  background-color: var(--bay-maincolor) !important;
  color: #fff !important;
}
#bay_search_listings_container .btn:hover {
  background-color: var(--bay-highlightcolor) !important;
  color: #fff !important;
}
#bay_search_listings_container .btn-primary {
  background-color: var(--bay-maincolor) !important;
  color: #fff !important;
  border: 1px solid var(--bay-maincolor) !important;
}
#bay_search_listings_container .btn-outline-primary {
  border: 1px solid var(--bay-maincolor) !important;
  color: #000000 !important;
}

#bay_search_listings_detail_map {
  position: relative;
  overflow-y: scroll !important;
  overflow: hidden;
}

@media (max-width: 479px) {
  .v2-03 .st-inside-content-wrapper,
  .v2-06 .st-inside-content-wrapper,
  .v2-09 .st-inside-content-wrapper,
  .v2-10 .st-inside-content-wrapper {
    padding-top: 70px;
  }
  .v2-11 .st-inside-content-wrapper .container {
    margin-top: 0 !important;
  }
}
#show-schools {
  background-color: rgb(68, 255, 0);
  color: var(--bay-white);
}

.options-control {
  position: absolute;
  top: 10px;
  right: 15px !important;
  z-index: 5;
}

.options-button {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.options-panel {
  display: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  position: relative;
  bottom: 100px;
  right: 50px;
  width: 200px;
}

.options-panel h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 16px;
}

.toggle-option {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  cursor: pointer;
}

.toggle-option::before {
  content: "";
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
  border-radius: 3px;
  margin-right: 10px;
  transition: background-color 0.3s;
}

.toggle-option#schools-panel::before {
  background-image: url("/assets/img/map-icons/schools.png");
}

.toggle-option#transit-panel::before {
  background-image: url("/assets/img/map-icons/transit.png");
}

.toggle-option#offices-panel::before {
  background-image: url("/assets/img/map-icons/office-icon.png");
  background-repeat: no-repeat;
  background-position: center;
}

.toggle-option.active {
  border-style: solid;
  border-color: #4caf50;
  border-radius: 5px;
}

#option-div {
  position: relative;
  text-align: center;
  color: black;
  margin-right: 10px;
}

#optionLogoText {
  position: absolute;
  bottom: 4px;
  right: 7px;
}

.bay_listing_card .bay_listing_tags {
  float: left;
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}

.bay_listing_card .bay_listing_tags .bay_listing_tags_container {
  width: 90%;
  margin: auto;
  height: 55px;
}

.bay_MapListingTags .bay_listing_card .bay_listing_tags .bay_listing_tags_container {
  width: 150px;
  color: #fff;
  padding: 4px 12px;
  border-radius: 15px;
  margin: 5px;
  background-color: slategray;
  width: auto;
}

.bay_MapListingTags .bay_listing_tags_container .listing_Tags {
  margin: 3px !important;
  font-size: 10px !important;
  max-width: 125px !important;
}

.bay_tags-map {
  max-height: 55px !important;
  height: unset !important;
}

.bay_listing_tags_container div.listing_Tags {
  font-family: var(--bay-primary-font) !important;
  font-size: var(--bay-font-size--0075);
  background-color: var(--bay-maincolor);
  color: #fff;
  padding: 4px 5px;
  border-radius: 5px;
  margin: 5px;
  height: fit-content;
  text-transform: uppercase;
}

#iq_listing_head .bay_listing_tags .bay_listing_tags_container {
  padding: 11.5px 0;
  display: flex;
  flex-wrap: wrap;
}

.bay_listing_tags_container {
  display: flex;
  flex-wrap: wrap;
}

.bay_listing_tags_container div {
  max-width: 140px;
}

#iq_listing_head_main.hasListingTags #iq_listing_slw_print,
#iq_listing_head_main.hasListingTags #iq_listing_head_toolbar {
  bottom: 59px !important;
}

.bay_listing_card .bay_listing_tags {
  height: 75px;
}

.bay_search_listings_map_detail_section .gm-style .gm-style-iw-t {
  width: 100%;
}

.bay_search_listings_map_detail_section .gm-style .gm-style-iw-d {
  max-width: 230px;
  height: 100% !important;
}

.bay_search_listings_map_detail_section .gm-style .gm-style-iw-d .iqMapPointInfo {
  width: 100%;
}

.bay_MapListingTags {
  margin-top: 30px;
}

.v2-15 #bay_search_listings_header {
  margin-top: 130px;
}

.v2-14 .switchToSidebarView {
  position: relative;
  z-index: 7;
}

.bay_listing_card_labels .price-reduced-tag {
  background-color: #012169;
}

.bay_listing_card_labels .new-tag {
  background-color: #0D6EFD;
}

.bay_listing_card_labels .open-houses-tag {
  background-color: #EE7810;
}

.bay_listing_card .bay_listing_card_price {
  font-family: var(--bay-primary-font);
  line-height: var(--bay-line-height--150);
  color: #2A2A33;
}

.bay_listing_card_specs .iq-horizontal-spacer {
  width: 1px;
  height: 14px;
  background-color: #A7A6AB;
  margin: 0 6px;
  display: inline-block;
}

.bay_listing_card .bay_listing_card_specs span:not(.iq-horizontal-spacer), .bay_listing_card .bay_listing_card_address {
  font-family: var(--bay-primary-font) !important;
  font-size: var(--bay-font-size--100);
  line-height: var(--bay-line-height--1188);
  color: #2A2A33;
}

.bay_listing_card_specs > span,
.bay_listing_card_specs > span > span[data-bs-toggle=tooltip],
.bay_listing_card_specs > span > span[data-toggle=tooltip] {
  font-weight: var(--bay-font-weight-600);
}

.bay_listing_card_specs span span:not([data-bs-toggle=tooltip]):not([data-toggle=tooltip]) {
  font-weight: var(--bay-primary-font-weight);
  margin-left: 3px;
}

.bay_listing_card_ml .bay_listing_card_broker {
  display: block !important;
}

.bay_listing_card .bay_listing_card_ml div {
  font-family: var(--bay-primary-font) !important;
  font-size: var(--bay-font-size--0625);
  line-height: var(--bay-line-height--101);
  color: #596B82;
}

.bay_listing_card .bay_listing_card_address, .bay_listing_card .bay_listing_card_specs {
  -webkit-box-orient: vertical;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: normal;
  max-width: 100%;
}

.bay_listing_card_love.grid_view {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 16px;
  right: 10px;
  z-index: 6;
  border-radius: 4px;
  padding: 8px 12px;
  background: rgba(25, 28, 41, 0.85);
}

.iq-search-listings-custom-toolip-class {
  --bs-tooltip-bg: #FFFFFF !important;
  --bs-tooltip-color: #4B4C4F !important;
  --bs-tooltip-max-width: 360px !important;
  --bs-tooltip-padding-x: 12px !important;
  --bs-tooltip-padding-y: 16px !important;
  --bs-tooltip-border-radius: 0 !important;
  --bs-tooltip-font-size: var(--bay-font-size--100) !important;
  font-weight: var(--bay-font-weight-300) !important;
  line-height: var(--bay-line-height--125) !important;
  text-align: left;
  font-family: var(--bay-body-font) !important;
  opacity: 1 !important;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1607843137);
}

.iq-search-listings-custom-toolip-class .tooltip-inner {
  background-color: #FFFFFF !important;
}

.iq-search-listings-custom-toolip-class .tooltip-arrow {
  width: 12px !important;
  height: 6px !important;
}

.v2-02 .header_rem_top ul#navigation li a {
  color: var(--bs-body-color) !important;
}

.v2-03 #bay_search_listings_header {
  margin-top: 0;
}

.v2-06 #bay_search_listings_header {
  margin-top: 130px !important;
}

.v2-08 #bay_search_listings_header,
.v2-09 #bay_search_listings_header {
  margin-top: 150px !important;
}

@media (min-width: 481px) {
  .v2-04 #bay_search_listings_header {
    margin-top: 130px !important;
  }
}
@media (min-width: 478px) and (max-width: 480px) {
  .v2-04 #iq_listing_full_details_v2 {
    margin-top: 100px !important;
  }
}
@media (max-width: 478px) {
  .v2-04 #iq_listing_full_details_v2 {
    margin-top: 30px !important;
  }
}
body.v2-05[data-page=search-listings] .st-sitemenu-17 {
  max-height: none;
}

.v2-06:not([data-page=listing]) .st-inside-content-wrapper:not(:has(.st-inside-header)) .container {
  margin-top: 0 !important;
}

.v2-06:not([data-page=listing]) .st-inside-content-wrapper:not(:has(.st-inside-header)) .container {
  margin-top: 140px !important;
}

/* FORMAT LISTING DETAILS ON PRINT */
@media print {
  body,
  body.details-open {
    overflow: unset !important;
  }
  .v2-14 [data-page=search-listings] .st-insidepage-wrapper .st-inside-content-wrapper {
    top: 0 !important;
  }
}
@media (min-width: 768px) {
  .v2-04:has(.st-site-wrapper[data-page=search-listings]) .st-sitemenu-02 .navbar-header,
  .v2-08:has(.st-site-wrapper[data-page=search-listings]) .st-sitemenu-02 .navbar-header {
    margin-top: 10px !important;
  }
}
@media (min-width: 480px) {
  .v2-04:has(.st-site-wrapper[data-page=search-agents]) #iq_agents .iq-pg-body.bayAgentsGrid_v2 > .row:first-of-type {
    margin-top: 150px !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;
  }
}
body {
  background-color: #fff;
}

#iq_showcase_carousel .item {
  height: 100vh;
}

#iq_showcase_carousel .carousel-inner .item .iq-listing-image {
  height: 100vh;
  background-size: cover;
  background-position: center;
}

#iq_showcase_carousel .iq-img-overlay {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(245, 246, 247, 0.1) 30%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.35) 70%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(30%, rgba(245, 246, 247, 0.1)), color-stop(50%, rgba(0, 0, 0, 0.1)), color-stop(70%, rgba(0, 0, 0, 0.35)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(245, 246, 247, 0.1) 30%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.35) 70%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(245, 246, 247, 0.1) 30%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.35) 70%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(245, 246, 247, 0.1) 30%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.35) 70%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(245, 246, 247, 0.1) 30%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.35) 70%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#cc000000", GradientType=0 );
}

#iq_showcase_carousel .iq-showcase-address {
  position: absolute;
  left: 10%;
  top: 10%;
  z-index: 1;
}

#iq_showcase_carousel .iq-showcase-address h1 {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #555;
  margin: 0;
  text-transform: uppercase;
}

#iq_showcase_carousel .iq-showcase-address h2 {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}

#iq_showcase_carousel .iq-showcase-address h3 {
  padding: 0 30px 30px;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-size: 48px;
}

#iq_showcase_area {
  padding-top: 10px;
  padding-bottom: 50px;
}

#iq_showcase_area .iq-listing-vs-median {
  width: 100%;
  display: table;
  table-layout: fixed;
}

#iq_showcase_area .iq-listing-vs-median .iq-listing-stat {
  display: table-cell;
  width: 1%;
  float: none;
}

#iq_showcase_area .iq-listing-vs-median .iq-listing-stat-arrow {
  padding: 5px 15px;
  text-align: center;
  width: 85px;
}

#iq_showcase_area .iq-listing-vs-median .iq-listing-stat-arrow > span {
  border-radius: 50%;
  border: 2px solid;
  display: block;
  line-height: 50px;
  width: 50px;
  font-size: 36px;
  margin: auto;
}

#iq_showcase_area .iq-listing-vs-median .iq-listing-stat-arrow > div {
  margin-top: 5px;
}

#iq_showcase_footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

#iq_showcase_footer a {
  color: #888;
  border: 1px solid;
  width: 50px;
  line-height: 50px;
  padding: 0;
  display: block;
  text-decoration: none;
  font-size: 25px;
}

#iq_showcase_footer h5 {
  color: #ccc;
}

#iq_showcase_carousel .iq-social-links {
  margin: 5px 0 0 0;
}

#iq_showcase_carousel .iq-social-links li {
  color: var(--bay-bodytext);
  display: inline-block;
  list-style: none;
}

#iq_showcase_carousel .st-social-links li a {
  color: var(--bay-bodycolor);
  padding: 3px;
  font-size: 14px;
}

#iq_showcase_carousel .agent-info-wrapper {
  padding: 5px 20px 15px 15px;
  float: right;
  background: rgba(0, 0, 0, 0.6);
}

#iq_showcase_carousel .agent-info {
  color: var(--bay-bodycolor);
  vertical-align: bottom;
  text-align: right;
  padding: 15px;
}

#iq_showcase_carousel .agent-info a {
  color: var(--bay-bodycolor);
}

#iq_showcase_carousel .agent-image-wrapper {
  vertical-align: bottom;
  width: 100px;
  padding: 15px 20px 15px 0;
}

#iq_showcase_carousel .agent-image-wrapper img {
  width: 100px;
}

#iq_showcase_carousel .iq-showcase-image {
  background-size: cover;
  background-position: center center;
}

#iq_showcase_carousel .iq-showcase-carousel-chevron-main-left {
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0;
  border-radius: 15px;
  background-color: #eeeeee;
}

#iq_showcase_carousel .iq-showcase-carousel-chevron-main-right {
  right: 50%;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0;
  border-radius: 15px;
  background-color: #eeeeee;
}

.iq-fullscreen-layout #iq_bootstrap_site_menu {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 12001;
  color: #ffffff;
}

.iq-fullscreen-layout #iq_bootstrap_site_menu a {
  color: #ffffff;
}

.iq-fullscreen-layout #iq_bootstrap_site_menu a:hover {
  color: #000000;
}

.iq-fullscreen-layout #iq_bootstrap_site_menu .dropdown-menu a {
  color: #000000;
}

#iq_showcase_template_2 .iq-listings-carousel-wrapper {
  position: absolute;
  bottom: 60px;
  z-index: 12006;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
}

#iq_showcase_template_2 .iq-listings-carousel-wrapper .container {
  padding: 0 250px;
}

#iq_showcase_template_2 .iq-showcase-carousel-chevron-main-left {
  left: 0%;
  position: absolute;
  top: 45%;
  z-index: 5;
  display: inline-block;
  width: 55px;
  height: 115px;
  line-height: 120px;
  font-size: 48px;
  padding: 0 20px 0 0;
  border-radius: 0 100px 100px 0;
  background-color: #000000;
}

#iq_showcase_template_2 .iq-showcase-carousel-chevron-main-right {
  right: 0%;
  position: absolute;
  top: 45%;
  z-index: 5;
  display: inline-block;
  width: 55px;
  height: 115px;
  line-height: 120px;
  font-size: 48px;
  padding: 0 0 0 20px;
  border-radius: 100px 0 0 100px;
  background-color: #000000;
}

#iq_showcase_template_2 .iq-listings-carousel-chevron-main-left {
  left: 0%;
  position: absolute;
  top: 40%;
  z-index: 5;
  display: inline-block;
  width: 10px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  padding: 0 3px 0 0;
  border-radius: 0 20px 20px 0;
  background-color: #000000;
}

#iq_showcase_template_2 .iq-listings-carousel-chevron-main-right {
  right: 0%;
  position: absolute;
  top: 40%;
  z-index: 5;
  display: inline-block;
  width: 10px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  padding: 0 0 0 3px;
  border-radius: 20px 0 0 20px;
  background-color: #000000;
}

#iq_showcase_template_2 .iq-equal-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#iq_showcase_template_2 #iq_showcase_logo {
  position: absolute;
  top: 100px;
  left: 10%;
  z-index: 12005;
}

#iq_showcase_template_2 .iq-property-info {
  position: absolute;
  z-index: 12010;
  height: 73px;
  bottom: 100px;
  right: 5%;
  padding: 5px 0 0 30px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
}

#iq_showcase_template_2 .iq-showcase-link {
  background-color: #000000;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

#iq_showcase_template_2 #iq_listings_carousel {
  background-color: #ffffff;
  padding: 4px 3px;
}

#iq_showcase_template_2 #iq_listings_carousel .col-lg-2 {
  padding: 2px;
}

#iq_showcase_template_2 #iq_listings_carousel .carousel-indicators .active {
  background-color: #444;
}

#iq_showcase_template_2 #iq_listings_carousel .carousel-indicators {
  margin-bottom: -41px;
}

#iq_showcase_template_2 #iq_listings_carousel .iq-listing-carousel-image {
  cursor: pointer;
  background-size: cover;
  background-position: center center;
}

/* S070219-T29 Extra small devicesPhones (lt 481px) in landscape mode */
@media (max-height: 480px) {
  #iq_showcase_footer a {
    width: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  #iq_showcase_area .iq-listing-vs-median .iq-listing-stat {
    display: block;
    width: auto;
  }
  #iq_showcase_area .iq-listing-vs-median .iq-listing-stat-arrow {
    padding-right: 0;
  }
  #iq_showcase_area .iq-listing-vs-median .iq-listing-stat table {
    width: 100%;
  }
  #iq_showcase_carousel .carousel-inner .item .iq-listing-image {
    background-attachment: initial !important;
  }
  #iq_showcase_carousel .iq-listing-carousel-chevron-main-right {
    position: initial;
  }
  #iq_showcase_carousel .iq-listing-carousel-chevron-main-left {
    position: initial;
  }
  #iq_showcase_carousel .iq-showcase-address {
    position: absolute;
    width: 80%;
    left: 0;
    top: 0;
    z-index: 1;
  }
  #iq_showcase_carousel .iq-showcase-address {
    position: absolute;
    left: 10%;
    top: 5%;
    z-index: 1;
  }
  #iq_showcase_carousel .iq-showcase-address h1 {
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #555;
    margin: 0;
    text-transform: uppercase;
    font-size: 10px;
  }
  #iq_showcase_carousel .iq-showcase-address h2 {
    padding: 5px;
    font-size: 10px;
  }
  #iq_showcase_carousel .iq-showcase-address h3 {
    padding: 5px;
    font-size: 10px;
  }
  #iq_showcase_template_2 .iq-listings-carousel-wrapper {
    position: absolute;
    width: 80%;
    bottom: 100px;
  }
  #iq_showcase_template_2 .iq-listings-carousel-wrapper .container {
    padding: 0 40px;
  }
  #iq_showcase_template_2 .iq-showcase-carousel-chevron-main-left {
    left: 0%;
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    padding: 0 20px 0 0;
    border-radius: 0 25px 25px 0;
    background-color: #000000;
  }
  #iq_showcase_template_2 .iq-showcase-carousel-chevron-main-right {
    right: 0%;
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
    width: auto;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    padding: 0 0 0 7px;
    border-radius: 25px 0 0 25px;
    background-color: #000000;
  }
  #iq_showcase_template_2 .iq-listings-carousel-chevron-main-left {
    left: 0%;
    position: absolute;
    top: 35%;
    z-index: 5;
    display: inline-block;
    width: 10px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    padding: 0 3px 0 0;
    border-radius: 0 20px 20px 0;
    background-color: #000000;
  }
  #iq_showcase_template_2 .iq-listings-carousel-chevron-main-right {
    right: 0%;
    position: absolute;
    top: 35%;
    z-index: 5;
    display: inline-block;
    width: 10px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    padding: 0 0 0 3px;
    border-radius: 20px 0 0 20px;
    background-color: #000000;
  }
  #iq_showcase_template_2 #iq_showcase_logo {
    position: absolute;
    top: 80px;
    width: 60px !important;
    height: auto !important;
  }
  #iq_showcase_template_2 .iq-property-info {
    position: absolute;
    top: initial;
    bottom: 0;
    right: 0%;
    height: auto;
    padding: 5px 10px;
    z-index: 5;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
  }
  #iq_showcase_template_2 .iq-showcase-link {
    display: none;
  }
  #iq_showcase_template_2 .iq-equal-height {
    display: inherit;
  }
  #iq_showcase_template_2 .carousel-control {
    width: 3%;
  }
  #iq_showcase_template_2 #iq_showcase_carousel .item {
    height: 88vh;
  }
  #iq_showcase_template_2 #iq_listings_carousel {
    display: none;
  }
  #iq_showcase_template_2 .iq-listings-carousel-chevron-main-right {
    display: none;
  }
  #iq_showcase_template_2 .iq-listings-carousel-chevron-main-left {
    display: none;
  }
  .iq-fullscreen-layout {
    position: absolute !important;
    top: 0;
    left: 0;
    height: 100vh;
  }
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  #iq_showcase_footer a {
    width: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  #iq_showcase_area .iq-listing-vs-median .iq-listing-stat {
    display: block;
    width: auto;
  }
  #iq_showcase_area .iq-listing-vs-median .iq-listing-stat-arrow {
    padding-right: 0;
  }
  #iq_showcase_area .iq-listing-vs-median .iq-listing-stat table {
    width: 100%;
  }
  /* S070219-T29 resize h2/h3 */
  #iq_showcase_carousel .iq-showcase-address h2 {
    padding: 5px;
    font-size: 10px;
  }
  #iq_showcase_carousel .iq-showcase-address h3 {
    padding: 5px;
    font-size: 10px;
  }
  #iq_showcase_carousel .agent-name {
    font-size: 12px;
  }
  #iq_showcase_carousel .agent-info {
    color: var(--bay-bodycolor);
    font-size: 10px;
    padding: 15px;
  }
  #iq_showcase_carousel .carousel-inner .item .iq-listing-image {
    background-attachment: initial !important;
  }
  #iq_showcase_carousel .iq-listing-carousel-chevron-main-right {
    position: initial;
  }
  #iq_showcase_carousel .iq-listing-carousel-chevron-main-left {
    position: initial;
  }
  #iq_showcase_carousel .iq-showcase-address {
    position: absolute;
    width: 80%;
    left: 0;
    top: 0;
    z-index: 1;
  }
  /* S070219-T29 resize added iq-showcase-address extended params */
  #iq_showcase_carousel .iq-showcase-address {
    position: absolute;
    left: 10%;
    top: 5%;
    z-index: 1;
  }
  /* S070219-T29 resize h1 */
  #iq_showcase_carousel .iq-showcase-address h1 {
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #555;
    margin: 0;
    text-transform: uppercase;
    font-size: 10px;
  }
  #iq_showcase_template_2 .iq-listings-carousel-wrapper {
    position: absolute;
    width: 80%;
    bottom: 100px;
  }
  #iq_showcase_template_2 .iq-listings-carousel-wrapper .container {
    padding: 0 40px;
  }
  #iq_showcase_template_2 .iq-showcase-carousel-chevron-main-left {
    left: 0%;
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    padding: 0 20px 0 0;
    border-radius: 0 25px 25px 0;
    background-color: #000000;
  }
  #iq_showcase_template_2 .iq-showcase-carousel-chevron-main-right {
    right: 0%;
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
    width: auto;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    padding: 0 0 0 7px;
    border-radius: 25px 0 0 25px;
    background-color: #000000;
  }
  #iq_showcase_template_2 .iq-listings-carousel-chevron-main-left {
    left: 0%;
    position: absolute;
    top: 35%;
    z-index: 5;
    display: inline-block;
    width: 10px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    padding: 0 3px 0 0;
    border-radius: 0 20px 20px 0;
    background-color: #000000;
  }
  #iq_showcase_template_2 .iq-listings-carousel-chevron-main-right {
    right: 0%;
    position: absolute;
    top: 35%;
    z-index: 5;
    display: inline-block;
    width: 10px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    padding: 0 0 0 3px;
    border-radius: 20px 0 0 20px;
    background-color: #000000;
  }
  #iq_showcase_template_2 #iq_showcase_logo {
    position: absolute;
    top: 80px;
    width: 60px !important;
    height: auto !important;
  }
  #iq_showcase_template_2 .iq-property-info {
    position: absolute;
    top: initial;
    bottom: 0;
    right: 0%;
    height: auto;
    padding: 5px 10px;
    z-index: 5;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
  }
  #iq_showcase_template_2 .iq-showcase-link {
    display: none;
  }
  #iq_showcase_template_2 .iq-equal-height {
    display: inherit;
  }
  #iq_showcase_template_2 .carousel-control {
    width: 3%;
  }
  #iq_showcase_template_2 #iq_showcase_carousel .item {
    height: 88vh;
  }
  #iq_showcase_template_2 #iq_listings_carousel {
    display: none;
  }
  #iq_showcase_template_2 .iq-listings-carousel-chevron-main-right {
    display: none;
  }
  #iq_showcase_template_2 .iq-listings-carousel-chevron-main-left {
    display: none;
  }
  .iq-fullscreen-layout {
    position: absolute !important;
    top: 0;
    left: 0;
    height: 100vh;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  #iq_showcase_footer a {
    width: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  #iq_showcase_area .iq-listing-vs-median .iq-listing-stat {
    display: block;
    width: auto;
  }
  #iq_showcase_area .iq-listing-vs-median .iq-listing-stat-arrow {
    padding-right: 0;
  }
  #iq_showcase_area .iq-listing-vs-median .iq-listing-stat table {
    width: 100%;
  }
  /* S070219-T29 adopting iq-showcase-address/h1/h2/h3 changes because the address info is taking too much height */
  #iq_showcase_carousel .iq-showcase-address h2 {
    padding: 5px;
    font-size: 10px;
  }
  #iq_showcase_carousel .iq-showcase-address h3 {
    padding: 5px;
    font-size: 10px;
  }
  #iq_showcase_carousel .item .iq-listing-image {
    background-attachment: initial;
  }
  #iq_showcase_carousel .carousel-inner .item .iq-listing-image {
    background-attachment: initial !important;
  }
  #iq_showcase_carousel .iq-listing-carousel-chevron-main-right {
    position: initial;
  }
  #iq_showcase_carousel .iq-listing-carousel-chevron-main-left {
    position: initial;
  }
  #iq_showcase_carousel .iq-showcase-address {
    position: absolute;
    width: 80%;
    left: 10%;
    top: 5%;
    z-index: 1;
  }
  #iq_showcase_carousel .iq-showcase-address h1 {
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #555;
    margin: 0;
    text-transform: uppercase;
    font-size: 10px;
  }
  #iq_showcase_template_2 .iq-listings-carousel-wrapper {
    position: absolute;
    width: 80%;
    bottom: 40px;
  }
  #iq_showcase_template_2 .iq-listings-carousel-wrapper .container {
    padding: 0 40x;
  }
  #iq_showcase_template_2 .iq-showcase-carousel-chevron-main-left {
    left: 0%;
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    padding: 0 20px 0 0;
    border-radius: 0 25px 25px 0;
    background-color: #000000;
  }
  #iq_showcase_template_2 .iq-showcase-carousel-chevron-main-right {
    right: 0%;
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
    width: auto;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    padding: 0 0 0 7px;
    border-radius: 25px 0 0 25px;
    background-color: #000000;
  }
  #iq_showcase_template_2 .iq-listings-carousel-chevron-main-left {
    left: 0%;
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
    width: 10px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    padding: 0 3px 0 0;
    border-radius: 0 20px 20px 0;
    background-color: #000000;
  }
  #iq_showcase_template_2 .iq-listings-carousel-chevron-main-right {
    right: 0%;
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
    width: 10px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    padding: 0 0 0 3px;
    border-radius: 20px 0 0 20px;
    background-color: #000000;
  }
  #iq_showcase_template_2 #iq_showcase_logo {
    position: absolute;
    top: 80px;
    width: 60px !important;
    height: auto !important;
  }
  #iq_showcase_template_2 .iq-property-info {
    position: absolute;
    top: initial;
    bottom: 0;
    right: 0%;
    height: auto;
    padding: 5px 10px;
    z-index: 5;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
  }
  #iq_showcase_template_2 .iq-showcase-link {
    display: none;
  }
  #iq_showcase_template_2 .iq-equal-height {
    display: inherit;
  }
  #iq_showcase_template_2 .carousel-control {
    width: 3%;
  }
  #iq_showcase_template_2 #iq_showcase_carousel .item {
    height: 88vh;
  }
  #iq_showcase_template_2 #iq_listings_carousel {
    display: none;
  }
  #iq_showcase_template_2 .iq-listings-carousel-chevron-main-right {
    display: none;
  }
  #iq_showcase_template_2 .iq-listings-carousel-chevron-main-left {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  #iq_showcase_area .iq-listing-vs-median .iq-listing-stat {
    display: block;
    width: auto;
  }
  #iq_showcase_area .iq-listing-vs-median .iq-listing-stat-arrow {
    padding-right: 0;
  }
  #iq_showcase_area .iq-listing-vs-median .iq-listing-stat table {
    width: 100%;
  }
  #iq_showcase_carousel .carousel-inner .item .iq-listing-image {
    background-attachment: initial !important;
  }
  #iq_showcase_carousel section {
    background-attachment: inherit !important;
  }
  #iq_showcase_carousel .iq-showcase-address {
    position: absolute;
    width: 80%;
    left: 10%;
    top: 10%;
    z-index: 1;
  }
  #iq_showcase_carousel .iq-showcase-address h1 {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #555;
    margin: 0;
    text-transform: uppercase;
  }
  #iq_showcase_template_2 .iq-listings-carousel-wrapper {
    position: absolute;
    width: 100%;
    bottom: 100px;
  }
  #iq_showcase_template_2 .iq-listings-carousel-wrapper .container {
    padding: 0 200px;
  }
  #iq_showcase_template_2 .iq-property-info {
    position: absolute;
    top: initial;
    bottom: 0;
    right: 0%;
    height: auto;
    padding: 5px 10px;
    z-index: 5;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
  }
  #iq_showcase_template_2 .iq-showcase-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    width: 75%;
    margin: auto;
  }
  #iq_showcase_template_2 .iq-equal-height {
    display: inherit;
  }
  #iq_showcase_template_2 .carousel-control {
    width: 3%;
  }
  #iq_showcase_template_2 #iq_showcase_carousel .item {
    height: 88vh;
  }
  #iq_showcase_template_2 #iq_listings_carousel {
    width: 75%;
    margin: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
  #iq_showcase_carousel .carousel-inner .item .iq-listing-image {
    background-attachment: initial !important;
  }
  #iq_showcase_carousel section {
    background-attachment: inherit !important;
  }
  #iq_showcase_template_2 .iq-listings-carousel-wrapper {
    position: absolute;
    width: 100%;
    bottom: 100px;
  }
  #iq_showcase_template_2 .iq-listings-carousel-wrapper .container {
    padding: 0 200px;
  }
  #iq_showcase_template_2 .iq-property-info {
    position: absolute;
    top: initial;
    bottom: 0;
    right: 0%;
    height: auto;
    padding: 5px 10px;
    z-index: 5;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
  }
  #iq_showcase_template_2 .iq-showcase-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }
  #iq_showcase_template_2 .iq-equal-height {
    display: inherit;
  }
  #iq_showcase_template_2 #iq_showcase_carousel .item {
    height: 88vh;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devices Desktops (gte 1200px)*/
  #iq_showcase_carousel .carousel-indicators li {
    width: 50px;
    height: 28px;
  }
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
  #iq_showcase_carousel .carousel-indicators li {
    width: 60px;
    height: 34px;
  }
}
body {
  background-color: var(--bay-bg-white);
}

.v2-05 #site-wrapper[data-page=sign-in] nav.st-sitemenu-17 {
  position: absolute !important;
}

[class^=v2-]:has([data-page=sign-in]) .st-insidepage-wrapper .st-inside-content-wrapper .container,
.v2-14:has(#site-wrapper[data-page=sign-in]) .st-insidepage-wrapper .st-inside-content-wrapper .container-fluid.st-container-fluid-needTop .site-wrapper-margin.st-container-fluid-content-wrapper,
.v2-15:has(#site-wrapper[data-page=sign-in]) .st-insidepage-wrapper .st-inside-content-wrapper .container-fluid.st-container-fluid-top .container-margin.st-container-fluid-content-wrapper {
  margin-top: 0 !important;
}

.v2-14:has(.st-site-wrapper[data-page=sign-in]) .site-wrapper-margin,
.v2-15:has(.st-site-wrapper[data-page=sign-in]) .container-margin {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.st-site-wrapper[data-page=sign-in] .st-inside-content-wrapper .container,
#site-wrapper[data-page=sign-in] .st-inside-content-wrapper .container {
  max-width: 100% !important;
  width: 100% !important;
}

.v2-02:has(.st-site-wrapper[data-page=sign-in]) .st-inside-content-wrapper .st-inside-header {
  display: none !important;
}

[class^=v2-]:has(.st-site-wrapper[data-page=sign-in]) nav.st-sitemenu-15v2,
[class^=v2-]:has(.st-site-wrapper[data-page=sign-in]) header.probootstrap-header,
[class^=v2-]:has(.st-site-wrapper[data-page=sign-in]) div.st-sitemenu-12v2,
[class^=v2-]:has(.st-site-wrapper[data-page=sign-in]) nav.st-sitemenu-17,
[class^=v2-]:has(.st-site-wrapper[data-page=sign-in]) nav.st-sitemenu-01v2,
[class^=v2-]:has(.st-site-wrapper[data-page=sign-in]) nav#st_sitemenu_10 {
  display: none !important;
}

[class^=v2-]:has(#site-wrapper[data-page=sign-in]) nav#st_sitemenu_11 {
  display: none !important;
}

@media (max-width: 575px) {
  .iq-signin-listing-stats h4 {
    margin-bottom: revert;
  }
}
@media (max-width: 991px) {
  #iq_signin_page1 h1 {
    font-size: 40px !important;
  }
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  #iq_signin_page1 hr {
    margin: 25px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
  #iq_signin_page1 h1 {
    font-size: 50px !important;
  }
  #iq_signin_page1 hr {
    margin: 25px 0;
  }
  /* iPad Fix */
  #iq_signin_page1 .st-insidepage-wrapper {
    overflow-x: auto !important;
    height: 768px;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devices Desktops (gte 1200px)*/
  #iq_signin_page1 h1 {
    font-size: 60px !important;
  }
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
  #iq_signin_page1 h1 {
    font-size: 80px !important;
  }
}
.st-pg-header sup {
  font-size: 25%;
  vertical-align: super;
}

.st-pg-subheader sup {
  font-size: 25%;
  vertical-align: super;
}

/* IQ AGENTS FORM */
.st-premier #iq_agents.iq_staff {
  margin-top: -80px;
}

/* IQ GRID SQUARE OPTION */
.iq-agents-card {
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
  position: relative;
  border: none !important;
  color: var(--bay-bodytext);
}

.iq-agents-card:hover {
  border: 1px solid #999;
}

.iq-agents-card h1 {
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.iq-agents-card .iq-agents-card-image {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  aspect-ratio: 0.75;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
}

.iq-agents-card .iq-agents-card-image img {
  width: 100%;
  height: auto;
  display: block;
}

.iq-agents-card .iq-agents-card-head {
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
}

.iq-agents-card .iq-agents-card-title {
  font-size: 12px;
  font-style: italic;
  color: var(--bay-bodycolor);
}

.iq-agents-card .iq-agents-card-body {
  margin-bottom: 0;
  padding: 12px 0 0 15px;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
}

.iq-agents-card .iq-agents-card-body .iq-agents-card-info {
  height: 100px;
  line-height: 17px;
}

.iq-agents-card .iq-agents-card-body .iq-agents-card-info .iq-agents-card-info-icons {
  font-size: 13px;
}

.iq-agents-card .iq-agents-card-body .iq-agents-card-info .iq-agents-card-social-links {
  margin-top: 8px;
}

.iq-agents-card .iq-agents-card-body .iq-agents-card-info .iq-agents-card-social-icons {
  font-size: 14px;
  padding-right: 5px;
}

.iq-agents-card .iq-agents-card-body .iq-agents-card-office {
  color: var(--bay-bodytext);
  margin: 0 0 0 2px;
  white-space: nowrap;
}

.iq-agents-card .iq-agents-card-body .iq-agents-card-office h6 {
  margin-bottom: 5px;
  text-transform: uppercase;
}

.iq-agents-card .iq-agents-card-body .iq-agents-card-office ul {
  font-size: 11px;
  line-height: 13px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.iq-agents-card .iq-agents-card-body .iq-agents-card-office a {
  color: var(--bay-bodytext);
}

.iq-agents-card .iq-agents-card-foot {
  padding: 10px 15px 12px 15px;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

.iq-agents-card .iq-agents-card-foot a {
  width: 100%;
}

.iq-agents-card .iq-agents-card-foot .iq-agents-card-foot-icons {
  font-size: 12px;
}

/* IQ GRID LIST OPTION */
.iq-agents-grid {
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
  position: relative;
  border: 1px solid #e3e3e3;
  color: var(--bay-bodytext);
}

.iq-agents-grid:hover {
  border: 1px solid #999;
}

.iq-agents-grid h1 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 30px;
}

.iq-agents-grid .iq-agents-grid-image {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.iq-agents-grid .iq-agents-grid-head {
  padding: 13px 35px 13px 0;
  background-color: var(--bay-maincolor);
}

.iq-agents-grid .iq-agents-grid-head a:hover {
  text-decoration: none;
}

.iq-agents-grid .iq-agents-grid-head h1 {
  color: var(--bay-highlighttext);
  margin: 0;
}

.iq-agents-grid .iq-agents-grid-title {
  font-size: 12px;
  font-style: italic;
  color: var(--bay-highlighttext);
  padding-left: 28px;
}

.iq-agents-grid .iq-agents-grid-body {
  padding: 0;
  overflow: hidden;
}

.iq-agents-grid .iq-agents-grid-info {
  padding: 15px 0 0 25px;
  line-height: 18px;
}

.iq-agents-grid .iq-agents-grid-info .iq-agents-grid-social-links {
  font-size: 17px;
  margin-top: 8px;
}

.iq-agents-grid .iq-agents-grid-info .iq-agents-grid-info-icons {
  padding-top: 3px;
  font-size: 14px;
  padding-right: 5px;
}

.iq-agents-grid .iq-agents-grid-office {
  color: var(--bay-bodytext);
  padding: 0 5px 0 40px;
}

.iq-agents-grid .iq-agents-grid-office-map {
  min-height: 190px;
  background-size: cover;
  background-position: center;
}

.iq-agents-grid .iq-agents-grid-office h6 {
  text-transform: uppercase;
  font-size: 16px;
  padding-left: 10px;
}

.iq-agents-grid .iq-agents-grid-office img {
  height: 190px;
  width: auto;
  margin: 0 5px 20px 0;
  box-shadow: 3px 3px 11px 1px rgba(189, 195, 199, 0.6);
}

.iq-agents-grid .iq-agents-grid-office a {
  color: var(--bay-bodytext);
  text-decoration: none;
}

.iq-agents-grid .iq-agents-grid-foot {
  padding: 30px 0 10px 25px;
}

.iq-agents-grid .iq-agents-grid-foot a {
  width: 100%;
}

.iq-agents-grid .iq-agents-grid-button {
  border: 1px solid var(--bay-bodycolor);
  background: var(--bay-highlightcolor);
  color: var(--bay-highlighttext);
  border-radius: 0;
  padding: 5px 10px;
}

.iq-agents-grid .iq-agents-grid-button:hover {
  opacity: 0.7;
}

.iq-agents-grid .iq-agents-grid-button .btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  opacity: 0.7;
  text-decoration: none;
}

/* IQ GRID SQUARE SMALL */
.iq-agents-card-sm {
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
  position: relative;
  color: var(--bay-bodytext);
}

.iq-agents-card-sm h1 {
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.iq-agents-card-sm .iq-agents-card-sm-image {
  aspect-ration: 1/1;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.iq-agents-card-sm .iq-agents-card-sm-head {
  padding-bottom: 5px;
  padding-top: 5px;
  background-color: var(--bay-maincolor);
  height: 55px;
}

.iq-agents-card-sm .iq-agents-card-sm-head h1 {
  color: var(--bay-bodycolor);
  margin: 0;
}

.iq-agents-card-sm .iq-agents-card-sm-head a:hover {
  text-decoration: none;
}

.iq-agents-card-sm .iq-agents-card-sm-title {
  font-size: 12px;
  font-style: italic;
  color: var(--bay-bodycolor);
}

.iq-agents-card-sm .iq-agents-card-sm-body {
  height: 80px;
  margin-bottom: 0;
  padding: 12px 0 12px 15px;
}

.iq-agents-card-sm .iq-agents-card-sm-body .iq-agents-card-sm-info {
  line-height: 17px;
  height: 70px;
}

.iq-agents-card-sm .iq-agents-card-sm-body .iq-agents-card-sm-info .iq-agents-card-sm-info-icons {
  font-size: 13px;
}

@media (max-width: 479px) {
  /* Extra small devices Phones (lt 768px) */
  .iq-agents-grid .iq-agents-grid-office {
    padding: 0 5px 20px 0;
  }
  .iq-agents-grid .iq-agents-grid-foot {
    padding: 10px 0 10px 25px;
  }
  .iq-agents-form-group-office {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-search {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-languages {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-name-first {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-grid-toggle {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* Extra small devices Phones (lt 768px) */
  .iq-agents-grid .iq-agents-grid-office {
    padding: 0 5px 20px 0;
  }
  .iq-agents-grid .iq-agents-grid-foot {
    padding: 10px 0 10px 25px;
  }
  .iq-agents-form-group-office {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-search {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-languages {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-name-first {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-name-last {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-teams {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-grid-toggle {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Small devices Tablets (gte 768px) */
  .iq-agents-card .iq-agents-card-image {
    padding-bottom: 10px;
  }
  .iq-agents-grid .iq-agents-grid-office {
    padding: 0 5px 20px 0;
  }
  .iq-agents-grid .iq-agents-grid-foot {
    padding: 20px 0 10px 25px;
  }
  .form-inline .form-group {
    margin-bottom: 0;
    padding-top: 8px;
  }
  .iq-agents-form-group-office {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-search {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-languages {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-name-first {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-name-last {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-grid-toggle {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* Medium devices Desktops (gte 992px) */
  .iq-agents-card .iq-agents-card-image {
    padding-bottom: 10px;
  }
  .iq-agents-grid .iq-agents-grid-office {
    padding: 0 0 0 10px;
  }
  .iq-agents-form-group-office {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-search {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-languages {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-name-first {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-name-last {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-grid-toggle {
    margin-bottom: 10px;
  }
}
@media (min-width: 1920px) {
  /* HD devices Desktops (gte 1920px) */
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /* Large devicesDesktops (gte 1200px) */
}
img.moveArrowIcon {
  cursor: pointer;
  margin: 25px auto;
  width: 20px;
  height: 20px;
}

/* ST AGENT PROFILE */
/*.iq-form-field-required{ margin:-24px  0 0 3px; color:red; display:table; }
*/
.iq-agent-profile {
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
  position: relative;
  border: 1px solid #e3e3e3;
  color: var(--bay-bodytext);
}

.iq-agent-profile-text {
  padding-bottom: 15px;
}

.iq-agent-profile-text h3 {
  margin: 5px 0 10px 0;
}

.iq-agent-profile-text hr {
  margin: 5px 0 15px 0;
  color: #e3e3e3;
}

.iq-agent-profile-video {
  text-align: justify;
  padding-bottom: 15px;
}

.iq-agent-profile h1 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 30px;
}

.iq-agent-profile .iq-agent-profile-image {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.iq-agent-profile .iq-agent-profile-image img {
  width: 100%;
  height: auto;
  display: block;
}

.iq-agent-profile .iq-agent-profile-head {
  padding: 13px 35px 13px 0;
  background-color: var(--bay-maincolor);
}

.iq-agent-profile .iq-agent-profile-head a:hover {
  text-decoration: none;
}

.iq-agent-profile .iq-agent-profile-head h1 {
  color: var(--bay-bodycolor);
  margin: 0;
}

.iq-agent-profile .iq-agent-profile-title {
  font-size: 12px;
  font-style: italic;
  color: var(--bay-bodycolor);
  padding-left: 28px;
}

.iq-agent-profile .iq-agent-profile-info {
  padding: 20px 0 0 25px;
  line-height: 18px;
}

.iq-agent-profile .iq-agent-profile-info .iq-agent-profile-social-links {
  font-size: 17px;
  margin-top: 15px;
}

.iq-agent-profile-info-icons {
  padding-right: 5px;
}

.iq-agent-profile .iq-agent-profile-info-icons {
  padding-right: 5px;
}

.iq-agent-profile .iq-agent-profile-office {
  margin-top: 15px;
}

.iq-agent-profile .iq-agent-profile-office img {
  width: 100%;
  height: auto;
  display: block;
}

.iq-agent-profile .iq-agent-profile-office a {
  color: var(--bay-bodytext);
  background-size: cover;
  background-position: center;
  display: block;
}

.iq-agent-profile .iq-agent-profile-foot {
  padding: 45px 0 10px 25px;
}

.iq-agent-profile .iq-agent-button .btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  opacity: 0.7;
  text-decoration: none;
}

@media (max-width: 479px) {
  /* Extra small devices Phones (lt 768px) */
  .iq-agent-profile .iq-agent-profile-office {
    padding: 0 5px 20px 0;
  }
  .iq-agent-profile .iq-agent-profile-foot {
    padding: 20px 0 10px 25px;
  }
  /*.iq-agent-profile .iq-agent-profile-image{ height:315px; }*/
  .iq-agent-profile-search select,
  input,
  button,
  textarea {
    margin-bottom: 10px;
  }
  .iq-form-field-required {
    margin: -5px 0 14px 3px;
    color: red;
    display: table;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* Extra small devices Phones (lt 768px) */
  .iq-agent-profile .iq-agent-profile-office {
    padding: 0 5px 20px 0;
  }
  .iq-agent-profile .iq-agent-profile-foot {
    padding: 20px 0 10px 25px;
  }
  /*.iq-agent-profile .iq-agent-profile-image{ height:625px; }*/
  .iq-agent-profile-search select,
  input,
  button,
  textarea {
    margin-bottom: 10px;
  }
  .iq-form-field-required {
    margin: -5px 0 14px 3px;
    color: red;
    display: table;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Small devices Tablets (gte 768px) */
  .form-inline .form-group {
    margin-bottom: 0;
    padding-top: 8px;
  }
  .iq-agent-profile .iq-agent-profile-office {
    padding: 0 5px 20px 0;
  }
  .iq-agent-profile .iq-agent-profile-foot {
    padding: 20px 0 10px 25px;
  }
  /*.iq-agent-profile .iq-agent-profile-image{ height:665px; }*/
  .iq-agent-profile-search select,
  input,
  button,
  textarea {
    margin-bottom: 10px;
  }
  .iq-form-field-required {
    margin: -5px 0 14px 3px;
    color: red;
    display: table;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* Medium devices Desktops (gte 992px) */
}
@media (min-width: 1920px) {
  /* HD devices Desktops (gte 1920px) */
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /* Large devicesDesktops (gte 1200px) */
}
.iq-vendor-list h1 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 31px;
}

.iq-vendor-list .iq-vendor-list-image {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.iq-vendor-list .iq-vendor-list-name {
  padding: 13px 35px 13px 0;
  background-color: var(--bay-maincolor);
}

.iq-vendor-list .iq-vendor-list-name a:hover {
  text-decoration: none;
}

.iq-vendor-list .iq-vendor-list-name h1 {
  color: var(--bay-highlighttext);
  margin: 0;
}

.iq-vendor-list .iq-vendor-list-title {
  font-size: 12px;
  font-style: italic;
  color: var(--bay-highlighttext);
  padding-left: 28px;
}

.iq-vendor-list .iq-vendor-list-info {
  padding: 15px 0 0 25px;
  line-height: 18px;
}

.iq-vendor-list .iq-vendor-list-info .iq-vendor-list-social-links {
  font-size: 17px;
  margin-top: 8px;
}

.iq-vendor-list .iq-vendor-list-info .iq-vendor-list-social-links .iq-vendor-list-info-icons {
  font-size: 16px;
  padding-top: 3px;
}

.iq-vendor-list .iq-vendor-list-info-icons {
  font-size: 13px;
}

.iq-vendor-list .iq-vendor-list-office {
  color: var(--bay-bodytext);
  padding: 0 5px 0 40px;
}

.iq-vendor-list .iq-vendor-list-office h6 {
  text-transform: uppercase;
  padding: 10px 0;
  font-size: 16px;
}

.iq-vendor-list .iq-vendor-list-office img {
  height: 190px;
  width: auto;
  margin: 0 5px 20px 0;
  box-shadow: 3px 3px 11px 1px rgba(189, 195, 199, 0.6);
}

.iq-vendor-list .iq-vendor-list-office a {
  color: var(--bay-bodytext);
}

.iq-vendor-list .iq-vendor-list-foot {
  padding: 10px 0 0 20px;
}

.iq-vendor-list .iq-vendor-button {
  border: 1px solid var(--bay-bodycolor);
  background: var(--bay-highlightcolor);
  color: var(--bay-highlighttext);
  border-radius: 0;
  padding: 5px 20px;
}

.iq-vendor-list .iq-vendor-button:hover {
  opacity: 0.7;
  text-decoration: none;
}

.iq-vendor-hover {
  border-color: #ccc !important;
  color: #555555 !important;
  background-color: #ffffff !important;
}

.iq-vendor-hover:hover {
  background-color: #e6e6e6 !important;
  text-decoration: underline !important;
}

.iq-vendors-sidebar {
  padding-left: 0;
}

.iq-vendors-sidebar-nav {
  margin-bottom: 20px;
}

.iq-vendors-sidebar-tab {
  margin-bottom: 5px;
}

.iq-vendors-sidebar-tab a {
  background-color: #f9f9f9;
}

.iq-vendors-list-foot {
  margin-bottom: 10px;
}

.iq-vendor-detail:hover {
  text-decoration: none !important;
}

.iq-vendors-dropdown {
  margin: 0;
}

.v2-01 .iq-header-vendor,
.v2-03 .iq-header-vendor {
  font-size: 45px !important;
  font-weight: 500 !important;
}

.v2-02 .iq-header-display,
.v2-11 .iq-header-display {
  display: block;
}

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

.v2-01 .iq-vendor-list-info {
  font-weight: 500;
}

.v2-01 .vendor-detail-header {
  font-weight: 600 !important;
}

.v2-10 .st-22 .st-inside-content-wrapper .container-fluid {
  margin-top: 0 !important;
}

.v2-01 .vendor-detail-header,
.v2-03 .iq-vendor-header {
  font-size: 18px !important;
}

.v2-01 .iq-vendor-card,
.v2-03 .iq-vendor-card {
  color: #212529;
}

.v2-05 .iq-vendor-element {
  color: #212529;
}

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

.v2-01 #iq_vendors_sidebar {
  font-weight: 500;
}

@media (max-width: 767px) {
  .menu-list {
    display: none;
  }
  .dropDownShow {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 479px) {
  /* Extra small devices Phones (lt 768px) */
  .iq-vendors-sidebar {
    padding: 0;
  }
  .iq-vendors-dropdown {
    width: 100%;
  }
  .v2-01 .iq-header-vendor,
  .v2-10 .iq-header-vendor {
    font-size: 20px !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* Extra small devices Phones (lt 768px) */
  .iq-vendors-sidebar {
    padding: 0;
  }
  .iq-vendors-dropdown {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Small devices Tablets (gte 768px) */
  .iq-vendors-sidebar {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* Medium devices Desktops (gte 992px) */
}
@media (min-width: 1920px) {
  /* HD devices Desktops (gte 1920px) */
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /* Large devicesDesktops (gte 1200px) */
}
#iq-vendorportal {
  font-family: var(--bay-primary-font);
}

#iq-vendorportal .navbar-brand {
  height: auto;
}

#iq-vendorportal .table table {
  width: 100%;
}

.iq-vendorportal-login {
  box-shadow: 0 0 6px 2px rgba(189, 195, 199, 0.5);
  padding: 15px;
}

.iq-vendorportal-login h3 {
  text-transform: uppercase;
  padding: 5px 0 0 0;
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 15px 0;
}

.iq-vendorportal-login-info {
  padding: 0 40px 3px 20px;
  text-align: justify;
}

.iq-vendorportal-login-info h6 {
  font-size: 18px;
  padding: 15px 0 5px 0;
  color: var(--bay-highlightcolor);
  margin: 0;
}

.iq-vendorportal-login-icon {
  padding-right: 5px;
  font-size: 18px;
}

.iq-vendorportal-login-button {
  width: 100%;
  margin: 10px 0;
}

.iq-vendorportal-login-button:hover {
  opacity: 0.7;
  color: #fff;
}

.iq-vendorportal-login-button:active {
  opacity: 0.7;
  color: #fff;
}

/* VENDOR PORTAL NAVIGATION */
.iq-vendorportal-sidebar-nav-icons {
  font-size: 13px;
}

.iq-vendorportal-sidebar-nav ul li a {
  background-color: #f8f8f8;
  margin-bottom: 5px;
}

.iq-vendorportal-sidebar-nav ul li a:hover {
  background-color: #e3e3e3;
  margin-bottom: 5px;
}

.iq-vendorportal-nav-collapse {
  padding-left: 25px;
}

.iq-vendorportal-nav-collapse li {
  padding-left: 5px;
}

.iq-vendorportal-sidebar-nav-no-collapse li {
  height: 30px;
  margin-top: 5px;
  padding: 7px 0 0 10px;
}

.iq-vendorportal-nav-form-btn {
  border: 1px solid #fff;
  background: #888;
  color: #f5f5f5;
  border-radius: 0;
  padding: 3px 20px;
  width: 100%;
}

.iq-vendorportal-nav-form-btn:hover,
.iq-portal-nav-form-btn:active,
.iq-portal-nav-form-btn:visited,
iq-portal-nav-form-btn:link {
  border: 1px solid #fff;
  background: #888;
  color: #f5f5f5;
  border-radius: 0;
  padding: 3px 20px;
  opacity: 0.7;
}

/* VENDOR PORTAL CRITERIA CARDS */
.iq-vendorportal-open-card {
  background-color: #eeeeee;
  margin-bottom: 20px;
  display: table;
  width: 100%;
  position: relative;
}

.iq-vendorportal-open-card .iq-vendorportal-open-count {
  height: 140px;
  background-color: #f0ad4e;
  text-align: center;
  vertical-align: middle;
}

.iq-vendorportal-open-card .iq-vendorportal-open-body {
  height: 110px;
  display: table;
}

.iq-vendorportal-open-card .iq-vendorportal-open-total {
  font-size: 29px;
  color: #fff;
}

.iq-vendorportal-open-card .iq-vendorportal-open-criteria {
  font-size: 20px;
  color: #fff;
  margin-top: -5px;
}

.iq-vendorportal-open-card .iq-vendorportal-open-description p {
  margin-top: 10px;
}

.iq-vendorportal-open-card .iq-vendorportal-open-description button {
  margin: 10px 0 0 0;
}

.iq-vendorportal-open-card .iq-vendorportal-open-description button:hover {
  opacity: 0.7;
  color: #fff;
}

.iq-vendorportal-pending-card {
  background-color: #eeeeee;
  margin-bottom: 20px;
  display: table;
  width: 100%;
  position: relative;
}

.iq-vendorportal-pending-card .iq-vendorportal-pending-count {
  height: 140px;
  background-color: #2d83b6;
  text-align: center;
}

.iq-vendorportal-pending-card .iq-vendorportal-pending-body {
  height: 140px;
  display: table;
}

.iq-vendorportal-pending-card .iq-vendorportal-pending-total {
  font-size: 29px;
  color: #fff;
}

.iq-vendorportal-pending-card .iq-vendorportal-pending-criteria {
  font-size: 20px;
  color: #fff;
  margin-top: -5px;
}

.iq-vendorportal-pending-card .iq-vendorportal-pending-description p {
  margin: 10px 0 0 0;
}

.iq-vendorportal-pending-card .iq-vendorportal-pending-description button {
  margin: 10px 5px 0 0;
}

.iq-vendorportal-pending-card .iq-vendorportal-pending-description button:hover {
  opacity: 0.7;
  color: #fff;
}

.iq-vendorportal-complete-card {
  background-color: #eeeeee;
  margin-bottom: 20px;
  display: table;
  width: 100%;
  position: relative;
}

.iq-vendorportal-complete-card .iq-vendorportal-complete-count {
  height: 140px;
  background-color: #33cc99;
  text-align: center;
}

.iq-vendorportal-complete-card .iq-vendorportal-complete-body {
  height: 140px;
  display: table;
}

.iq-vendorportal-complete-card .iq-vendorportal-complete-total {
  font-size: 29px;
  color: #fff;
}

.iq-vendorportal-complete-card .iq-vendorportal-complete-criteria {
  font-size: 20px;
  color: #fff;
  margin-top: -5px;
}

.iq-vendorportal-complete-card .iq-vendorportal-complete-description p {
  margin: 10px 0 0 0;
}

.iq-vendorportal-complete-card .iq-vendorportal-complete-description button {
  margin: 10px 5px 0 0;
}

.iq-vendorportal-complete-card .iq-vendorportal-complete-description button:hover {
  opacity: 0.7;
  color: #fff;
}

.iq-vendor-notes-container.panel.panel-info {
  border: 1px solid #ededed;
  background-color: #fff;
}

.iq-vendor-notes-container > .panel-heading {
  background-color: #f5f5f5;
  color: #333;
  border: 1px solid #ededed;
}

.iq-vendors-list {
  border: 1px solid var(--bay-spanish-gray);
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 20px;
}

.iq-vendors-list h1 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 31px;
}

.iq-vendors-list .iq-vendors-list-image {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.iq-vendors-list .iq-vendors-list-name {
  padding: 13px 35px 13px 0;
  background-color: var(--bay-maincolor);
}

.iq-vendors-list .iq-vendors-list-name a:hover {
  text-decoration: none;
}

.iq-vendors-list .iq-vendors-list-name h1 {
  color: var(--bay-highlighttext);
  margin: 0;
}

.iq-vendors-list .iq-vendors-list-title {
  font-size: 12px;
  font-style: italic;
  color: var(--bay-highlighttext);
  padding-left: 28px;
}

.iq-vendors-list .iq-vendors-list-info {
  padding: 15px 0 0 25px;
  line-height: 18px;
}

.iq-vendors-list .iq-vendors-list-info .iq-vendors-list-social-links {
  font-size: 17px;
  margin-top: 8px;
}

.iq-vendors-list .iq-vendors-list-info .iq-vendors-list-social-links .iq-vendors-list-info-icons {
  font-size: 16px;
  padding-top: 3px;
}

.iq-vendors-list .iq-vendors-list-info-icons {
  font-size: 13px;
}

.iq-vendors-list .iq-vendors-list-office {
  color: var(--bay-bodytext);
  padding: 0 5px 0 40px;
}

.iq-vendors-list .iq-vendors-list-office h6 {
  text-transform: uppercase;
  padding: 10px 0;
  font-size: 16px;
}

.iq-vendors-list .iq-vendors-list-office img {
  height: 190px;
  width: auto;
  margin: 0 5px 20px 0;
  box-shadow: 3px 3px 11px 1px var(--bay-light-gray-06);
}

.iq-vendors-list .iq-vendors-list-office a {
  color: var(--bay-bodytext);
}

.iq-vendors-list .iq-vendors-list-foot {
  padding: 10px 0 0 20px;
}

.iq-hover-text a:hover {
  color: var(--bay-black) !important;
  text-decoration: none !important;
  opacity: 0.7 !important;
}

.iq-btn-bg {
  background-color: var(--bay-soft-gray) !important;
  color: var(--bay-light-gray-243) !important;
}

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

.iq-vendors-list .iq-vendors-button {
  border: 1px solid var(--bay-bodycolor);
  background: var(--bay-highlightcolor);
  color: var(--bay-highlighttext) !important;
  border-radius: 0;
  padding: 5px 20px;
}

.iq-vendors-list .iq-vendors-button:hover {
  opacity: 0.7;
  text-decoration: none;
}

.iq-vendors-list .iq-btn-vendor {
  border-color: var(--bay-gray-light-204) !important;
  color: var(--bay-grey-85) !important;
  background-color: var(--bay-white) !important;
}

.iq-vendors-list .iq-btn-vendor:hover {
  background-color: var(--bay-light-gray-230) !important;
  text-decoration: underline !important;
}

.iq-vendors-sidebar {
  padding-left: 0;
}

.iq-vendor-sidebar-nav {
  margin-bottom: 20px;
}

.iq-vendor-sidebar-nav > li.nav-item {
  width: 100%;
  text-align: left;
}

.iq-vendor-sidebar-nav > li.nav-item.active > a {
  color: var(--bay-white);
  background-color: var(--bay-maincolor) !important;
}

.iq-vendor-sidebar-nav > li.nav-item.active:hover > a {
  background-color: var(--bay-maincolor);
}

.iq-vendor-sidebar-nav > li.nav-item:hover > a {
  text-decoration: none;
  background-color: var(--bay-gray-white);
}

.iq-vendor-results-hd {
  margin-bottom: 15px;
}

.iq-vendor-results-hd > nav {
  background-color: var(--bay-white-smoke-248);
  border-color: var(--bay-light-gray-231);
  border-radius: 4px;
  border: 1px solid var(--bay-light-gray-231);
}

.iq-vendor-results-hd > .navbar.navbar-default .navbar-brand {
  margin-left: 10px;
}

.iq-vendor-results-hd #vendorSortButton {
  background-color: var(--bay-white-smoke-248);
  border-color: var(--bay-white-smoke-248);
  color: var(--bay-dark-gray-33);
  display: block;
  margin-right: 15px;
  margin-top: 5px;
}

.iq-vendor-results-hd .dropdown {
  display: flex;
}

.iq-vendor-results-hd .dropdown-menu.show {
  position: absolute;
  margin-left: -59px;
}

.iq-vendor-results-hd .dropdown-menu > a.dropdown-item {
  display: block;
  width: 100%;
  padding: 8px 24px;
  clear: both;
  font-weight: 400;
  color: var(--bay-dark-gray-33);
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.iq-vendors-sidebar-tab {
  margin-bottom: 5px;
}

.iq-vendors-sidebar-tab a {
  background-color: #f9f9f9;
}

.iq-vendors-list-foot {
  margin-bottom: 10px;
}

.iq-vendors-dropdown {
  margin: 0;
}

.iq-vendor-list {
  border: 1px solid #e3e3e3;
  margin: 0 0 20px 0;
  width: 100%;
  padding: 0;
}

#iq_vendors_list .pagination > .active > a {
  background-color: var(--bay-maincolor);
  border-color: var(--bay-maincolor);
}

#iq_vendors_list .pagination > .active > a {
  background-color: var(--bay-maincolor);
  border-color: var(--bay-maincolor);
}

.v2-01 .iq-vendors-header,
.v2-03 .iq-vendors-header {
  font-size: 45px !important;
  font-weight: 500 !important;
}

.v2-02 .iq-v2-heading,
.v2-11 .iq-v2-heading {
  display: block;
}

.v2-10.editbar.st-22 .st-inside-content-wrapper .container-fluid {
  margin-top: 0 !important;
}

.v2-01 .v2vendors-transform {
  text-transform: capitalize;
  letter-spacing: unset;
  font-weight: 500;
}

.v2-01 .iq-vendors-list-info {
  font-weight: 400;
}

.v2-01 .iq-vendors-heading {
  font-weight: 500 !important;
}

.v2-01 .iq-v2vendors-header {
  font-weight: 600 !important;
}

.v2-03 .vendors-header {
  color: var(--bay-dark-gray-33);
}

.v2-01 .iq-vendors-name {
  font-size: 18px !important;
}

.v2-01 .iq-vendors-v2header,
.v2-05 .iq-vendors-v2header {
  color: var(--bay-dark-gray-33);
}

.v2-01 .iq-vendors-agent,
.v2-03 .iq-vendors-agent {
  color: var(--bay-dark-gray-33);
  font-weight: 500 !important;
}

.v2-05 .iq-vendors-agent {
  color: var(--bay-dark-gray-33);
  font-weight: 400 !important;
}

.v2-01 .iq-vendors-elements,
.v2-03 .iq-vendors-elements,
.v2-05 .iq-vendors-elements {
  color: var(--bay-dark-gray-33);
}

.v2-01 .iq-vendors-menulist {
  font-weight: 500;
}

.iq-vendors-list-foot .iq-btn-vendor-hover:hover {
  text-decoration: none !important;
}

.iq-vendors-form a:hover {
  color: var(--bay-dark-gray-33);
}

@media (max-width: 767px) {
  .menu-list {
    display: none;
  }
  .dropDownShow {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 768px) {
  .drop-down-btn {
    display: none;
  }
}
@media (max-width: 350px) {
  .iq-vendor-results-hd > .navbar.navbar-default .navbar-brand {
    font-size: 15px;
  }
}
@media (max-width: 479px) {
  /* Extra small devices Phones (lt 768px) */
  .iq-vendors-sidebar {
    padding: 0;
  }
  .iq-vendors-dropdown {
    width: 100%;
  }
  .v2-10.st-22 .st-inside-content-wrapper .container-fluid .iq-pg-header .iq-v2vendors {
    font-size: 20px !important;
    margin-left: 0;
    padding: 0;
  }
  .v2-01 .iq-v2vendors {
    font-size: 20px !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* Extra small devices Phones (lt 768px) */
  .iq-vendors-sidebar {
    padding: 0;
  }
  .iq-vendors-dropdown {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Small devices Tablets (gte 768px) */
  .iq-vendors-sidebar {
    padding: 0;
  }
}
#iq_kiosk {
  height: 100vh;
  width: 100vw;
  position: fixed !important;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  z-index: 12000;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
}

#iq_kiosk #iq_results_content {
  margin-top: 145px;
}

.iq-kiosk-buttons-container {
  height: calc(100vh - 150px);
  margin-top: 150px;
}

.iq-kiosk-buttons-header {
  margin: 50px 0 0 0;
  background-color: transparent;
  text-transform: uppercase;
  font-family: var(--bay-primary-font);
  font-size: 36px;
  font-weight: 700;
}

.iq-kiosk-searchbutton {
  background-color: rgba(251, 237, 225, 0.8);
  color: #000000;
  padding: 25px 0 25px;
  margin: 0 6px 40px;
  font-size: 20px;
  border: 1px solid #ffffff;
  cursor: pointer;
}

/* this is the search criteria form */
.iq-kiosk-searchmenu {
  position: fixed;
  height: calc(100vh - 155px);
  width: 400px;
  right: -400px;
  top: 155px;
  bottom: 0;
  z-index: 12011;
  background-color: #ffffff;
  padding: 10px;
  box-shadow: 0 13px 10px 0 rgba(128, 128, 128, 0.5);
  overflow-y: hidden;
  transition: right 0.3s ease;
}

/* this is the menubar */
.iq-kiosk-menu {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 12010;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(128, 128, 128, 0.5);
  overflow-y: auto;
}

.iq-kiosk-menu h3,
.iq-kiosk-menu h4 {
  margin-top: 5px;
}

.iq-kiosk-menu .iq-office-info {
  padding-right: 15px;
}

.iq-kiosk-menu .iq-office-logo {
  height: 125px;
  margin: 15px 0 15px 15px;
}

.iq-kiosk-menu-button {
  width: 70px;
  height: 155px;
  font-size: 15px;
  color: var(--bay-bodycolor);
  background-color: var(--bay-maincolor);
}

.iq-kiosk .iq-listing-agent-details .img-thumbnail {
  height: 65px;
}

.iq-kiosk #iq_listing_thumb {
  height: 65px;
}

.iq-kiosk .iq-listing-agent .iq-listing-agent-details a {
  margin-bottom: 1px;
  font-weight: normal;
}

.iq-kiosk .iq-listing-agent .iq-listing-agent-details a h4 {
  font-weight: bold;
}

.iq-kiosk .iq-leadform-container {
  padding: 15px;
  background-color: #f1f2f2;
  margin-bottom: 20px;
}

.iq-kiosk .iq-leadform-container .btn {
  background-color: var(--bay-maincolor) !important;
  color: #ffffff !important;
  padding: 10px 0 10px 0 !important;
  border-radius: 0 !important;
}

.iq-kiosk .iq-request-showing-date-container,
.iq-kiosk .iq_request-showing-times-container {
  padding: 10px;
  text-transform: uppercase;
  font-size: 10px;
}

.iq-kiosk .iq-request-showing-date-container h3 {
  margin: 2px 0 2px 0;
}

.iq-kiosk .iq-request-showing-date.iq-date-selected h3 {
  color: #ffffff !important;
}

.iq-kiosk .iq-date-selected,
.iq-kiosk .iq-time-selected {
  background-color: var(--bay-maincolor) !important;
  color: #ffffff !important;
}

.iq-kiosk .iq-request-showing-time {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  padding: 2px 0;
  font-size: 10px;
  cursor: pointer;
}

.iq-kiosk .iq-request-showing-date {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  padding: 10px 0;
  cursor: pointer;
}

.iq-kiosk .iq-time-disabled {
  color: #cccccc;
  cursor: default !important;
}

.iq-kiosk .iq-request-showing-date-container {
  padding: 10px;
}

.iq-kiosk .iq-leadform-page1 h1,
.iq-kiosk .iq-leadform-page2 h1 {
  font-family: var(--bay-primary-font);
  font-size: 50px;
  text-align: center;
}

.iq-kiosk .iq-listings-card .badge {
  width: auto !important;
  font-size: 12px;
  padding: 3px 5px;
  margin: 0 -15px;
}

.iq-kiosk .iq-listings-card address {
  padding: 15px 0 0 0 !important;
}

.iq-dynamicsource-leadform-banner .small {
  font-family: var(--bay-primary-font);
  font-size: 16px;
}

.iq-listing-head-propertyinfo {
  margin-left: 20px;
}

.iq-kiosk .iq-listings-list-card-agent-area .img-responsive {
  max-height: 60px !important;
}

.iq-kiosk .iq-listing-head .btn-toolbar .btn,
.iq-kiosk.iq-listing-head .btn-toolbar .btn {
  width: 60px !important;
  height: 65px !important;
  margin: 0 0 10px 5px !important;
  padding: 10px;
}

.iq-kiosk .iq-listing-alerts .iq-listing-open-house-host img {
  height: 60px;
}

.iq-kiosk-searchtitle {
  font-size: 18px;
}

.iq-kiosk-searchname {
  font-size: 24px;
}

#multifield_autocomplete {
  text-transform: capitalize;
}

.iq-kiosk .form-control,
.iq-kiosk .form-control:focus {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 2px solid #ddd;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 25px;
  color: #a1a1a1;
}

.iq-kiosk .form-group {
  position: relative;
}

.iq-kiosk .form-group [data-toggle=floatLabel] {
  height: 44px;
  padding-top: 16px;
}

.iq-kiosk .form-group [data-toggle=floatLabel] + label {
  font-weight: 300;
  font-size: 12px;
  left: 8px;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-in-out;
}

.iq-kiosk .form-group [data-toggle=floatLabel]:required + label {
  color: rgb(255, 0, 0);
}

/* Custom Styles */
.iq-kiosk .form-group.form-group-textarea {
  background-color: rgb(255, 255, 255);
  border-radius: 1px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin: 20px 15px;
  padding: 10px 0 2px;
  position: relative;
}

.iq-kiosk .form-group.form-group-textarea textarea {
  height: 34px;
  resize: none;
}

.iq-kiosk .form-group.form-group-textarea label {
  color: rgb(160, 160, 160);
  font-family: var(--bay-primary-font);
  font-size: 12px;
  font-weight: 500;
}

.iq-kiosk .form-group.form-group-textarea .form-control {
  border-radius: 0;
  border-width: 0;
  box-shadow: none;
}

.iq-kiosk .form-group.form-group-textarea [data-toggle=floatLabel] + label {
  top: 5px;
}

/* Positioning */
.iq-kiosk .form-group [data-toggle=floatLabel][data-value=""] {
  padding-top: 6px;
}

.iq-kiosk .form-group [data-toggle=floatLabel][data-value=""] + label {
  opacity: 0;
  top: 18px;
}

.iq-kiosk-layout-2 #iq_results_content {
  margin-top: 165px !important;
}

.iq-kiosk-layout-2 .iq-kiosk-searchbutton {
  background-color: #e6e8e7;
}

.iq-listing-head #iq_property_thumb {
  display: none;
  margin-right: 0;
}

@media (max-width: 479px) {
  /* Small devices Tablets (gte 768px) ipad pro*/
  .iq-kiosk-buttons-container {
    height: calc(100vh - 60px);
    margin-top: 60px;
  }
  .iq-kiosk-buttons-header {
    margin: 10px 0 0 0;
    background-color: transparent;
    text-transform: uppercase;
    font-family: var(--bay-primary-font);
    font-size: 30px;
    font-weight: 700;
  }
  .iq-kiosk-menu .iq-office-logo {
    height: 50px;
    margin: 5px 0 5px 15px;
  }
  .iq-kiosk-menu h4,
  .iq-kiosk-menu h3 {
    font-size: 12px;
  }
  .iq-kiosk-menu-button {
    width: 40px;
    height: auto;
    font-size: 10px;
  }
  #iq_kiosk_menu_toggle {
    margin-bottom: 5px;
  }
  .iq-kiosk .iq-listing-info-affix {
    padding-bottom: 10px;
  }
  .iq-kiosk .iq-listing-info-affix.affix {
    width: 100% !important;
  }
  .iq-kiosk .iq-listing-head address {
    font-size: 10px;
  }
  #iq_kiosk #iq_results_content {
    margin-top: 70px;
  }
  .iq-kiosk .iq-leadform-page1 h1,
  .iq-kiosk .iq-leadform-page2 h1 {
    font-size: 32px;
  }
  .iq-dynamicsource-leadform-banner .small {
    font-size: 12px;
  }
  .iq-kiosk .iq-request-showing-date-container,
  .iq-kiosk .iq_request-showing-times-container {
    padding: 1px;
    font-size: 10px;
  }
  .iq-arrow-left,
  .iq-arrow-right {
    width: 20px !important;
  }
  .iq-request-showing-form h3 {
    font-size: 16px;
  }
  .iq-kiosk .btn-toolbar .btn {
    padding: 5px;
    font-size: 12px;
  }
  .iq-kiosk .iq-request-showing-form-container {
    margin-bottom: 15px;
  }
  .affix {
    width: 100% !important;
  }
  .iq-kiosk .iq-listing-head .btn-toolbar .btn,
  .iq-kiosk.iq-listing-head .btn-toolbar .btn {
    width: 38px !important;
    height: 40px !important;
    margin: 0 0 10px 5px !important;
    padding: 4px;
    font-size: 10px;
  }
  .iq-kiosk-searchname {
    font-size: 14px;
  }
  #iq_listing_header .btn-toolbar > .btn {
    width: 40px !important;
    height: 40px !important;
    margin: 0 0 10px 5px !important;
    padding: 4px;
    font-size: 10px;
  }
  #iq_listing_header #iq_property_thumb {
    display: block !important;
    margin-right: 10px;
  }
  .iq-listing-head-propertyinfo {
    margin-left: 5px;
  }
  #iq_listing_header .iq-listing-head-propertyinfo {
    margin-left: 10px;
  }
  .iq-kiosk-searchmenu {
    width: 100vw;
    right: -100vw;
  }
  .iq-kiosk .iq-listings-card .badge {
    margin: 0 -10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .iq-dynamicsource-leadform-banner h1 {
    font-size: 30px;
  }
  .iq-kiosk-buttons-container {
    height: calc(100vh - 60px);
    margin-top: 60px;
  }
  .iq-kiosk-buttons-header {
    margin: 10px 0 0 0;
    background-color: transparent;
    text-transform: uppercase;
    font-family: var(--bay-primary-font);
    font-size: 30px;
    font-weight: 700;
  }
  .iq-kiosk-searchbutton {
    padding: 5px 0 5px;
    margin: 0 6px 10px;
  }
  .iq-kiosk-menu .iq-office-logo {
    height: 50px;
    margin: 5px 0 5px 15px;
  }
  .iq-kiosk-menu h4,
  .iq-kiosk-menu h3 {
    font-size: 12px;
  }
  .iq-kiosk-menu-button {
    width: 40px;
    height: auto;
    font-size: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Small devices Tablets (gte 768px) ipad */
  #iq_kiosk #iq_results_content {
    margin-top: 165px;
  }
  .iq-kiosk .iq-leadform-page1 h1,
  .iq-kiosk .iq-leadform-page2 h1 {
    font-size: 32px;
  }
  .iq-dynamicsource-leadform-banner .small {
    font-size: 12px;
  }
  .iq-kiosk .iq-request-showing-date-container,
  .iq-kiosk .iq_request-showing-times-container {
    padding: 2px;
    font-size: 10px;
  }
  .iq-arrow-left,
  .iq-arrow-right {
    width: 20px !important;
  }
  .iq-request-showing-form h3 {
    font-size: 16px;
  }
  .iq-kiosk .iq-listing-info-affix .btn-toolbar {
    margin-top: 0 !important;
  }
  .iq-kiosk .btn-toolbar .btn {
    padding: 5px;
  }
  #iq_listing_header .btn-toolbar > .btn {
    font-size: 10px;
  }
  .iq-listing-head-propertyinfo {
    margin-left: 15px;
  }
  .iq-kiosk .iq-listing-head .btn-toolbar .btn,
  .iq-kiosk.iq-listing-head .btn-toolbar .btn {
    width: 40px !important;
    height: 45px !important;
    margin: 0 0 10px 4px !important;
    padding: 5px;
    font-size: 12px;
  }
  #iq_listing_header .btn-toolbar .btn,
  #iq_listing_header .btn-toolbar .btn {
    width: 40px !important;
    height: 45px !important;
    margin: 0 0 10px 4px !important;
    padding: 5px;
    font-size: 12px;
  }
  #iq_listing_header .iq-listing-head-propertyinfo {
    margin: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* Small devices Tablets (gte 768px) ipad pro*/
  #iq_kiosk #iq_results_content {
    margin-top: 165px;
  }
  .iq-kiosk .iq-leadform-page1 h1,
  .iq-kiosk .iq-leadform-page2 h1 {
    font-size: 32px;
  }
  .iq-dynamicsource-leadform-banner .small {
    font-size: 12px;
  }
  .iq-kiosk .iq-request-showing-date-container,
  .iq-kiosk .iq_request-showing-times-container {
    padding: 2px;
    font-size: 10px;
  }
  .iq-arrow-left,
  .iq-arrow-right {
    width: 20px !important;
  }
  .iq-request-showing-form h3 {
    font-size: 16px;
  }
  .iq-kiosk .iq-listing-info-affix .btn-toolbar {
    margin-top: 0 !important;
  }
  .iq-kiosk .btn-toolbar .btn {
    padding: 5px;
  }
  #iq_listing_header .btn-toolbar > .btn {
    font-size: 10px;
  }
  .iq-listing-head-propertyinfo {
    margin-left: 5px;
  }
  .iq-listings-card .listings-price {
    font-size: 22px;
  }
}
@media (min-width: 1920px) {
  /* HD devices Desktops (gte 1920px) */
}
@media (min-width: 1200px) and (max-width: 1919px) {
  .iq-arrow-left,
  .iq-arrow-right {
    width: 20px !important;
  }
}
/* this was moved from the page */
.iq-kiosk .form-control,
.iq-kiosk .form-control:focus {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 2px solid #ddd;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 25px;
  color: #a1a1a1;
}

.iq-kiosk .form-group {
  position: relative;
}

.iq-kiosk .form-group [data-toggle=floatLabel] {
  height: 44px;
  padding-top: 16px;
}

.iq-kiosk .form-group [data-toggle=floatLabel] + label {
  font-weight: 300;
  font-size: 12px;
  left: 8px;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-in-out;
}

.iq-kiosk .form-group [data-toggle=floatLabel]:required + label {
  color: rgb(255, 0, 0);
}

/* Custom Styles */
.iq-kiosk .form-group.form-group-textarea {
  background-color: rgb(255, 255, 255);
  border-radius: 1px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin: 20px 15px;
  padding: 10px 0 2px;
  position: relative;
}

.iq-kiosk .form-group.form-group-textarea textarea {
  height: 34px;
  resize: none;
}

.iq-kiosk .form-group.form-group-textarea label {
  color: rgb(160, 160, 160);
  font-family: var(--bay-primary-font);
  font-size: 12px;
  font-weight: 500;
}

.iq-kiosk .form-group.form-group-textarea .form-control {
  border-radius: 0;
  border-width: 0;
  box-shadow: none;
}

.iq-kiosk .form-group.form-group-textarea [data-toggle=floatLabel] + label {
  top: 5px;
}

/* Positioning */
.iq-kiosk .form-group [data-toggle=floatLabel][data-value=""] {
  padding-top: 6px;
}

.iq-kiosk .form-group [data-toggle=floatLabel][data-value=""] + label {
  opacity: 0;
  top: 18px;
}

.iq-kiosk .modal-open .modal {
  z-index: 12011 !important;
}

.edit-modal .modal-content {
  padding-top: 40px;
}

.iq-carousel-left,
.iq-carousel-right {
  height: 100vh;
  position: fixed;
  top: 0;
  width: 40px;
}

.iq-kiosk-layout-2 #iq_results_content {
  margin-top: 165px !important;
}

.iq-kiosk-layout-2 .iq-kiosk-searchbutton {
  background-color: #e6e8e7;
}

.kiosk-image-container {
  width: 100%;
}

.iq-kiosk-layout-2 .iq-listings-carousel {
  display: inline-block;
}

/*  mobile first (everything under 768px) */
.iq-kiosk-layout-2 .iq-listings-carousel,
.kiosk-image-container img {
  width: 100%;
  height: 370px;
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  .iq-kiosk-layout-2 .iq-listings-carousel {
    height: 275px;
  }
  .iq-kiosk .iq-list-price {
    font-size: 32px;
    font-weight: 700;
    margin-top: 0;
    padding-top: 10px;
  }
  .iq-kiosk address {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .iq-kiosk .iq-listing-agent .iq-listing-agent-details .img-thumbnail {
    min-height: 100px;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .iq-kiosk-layout-2 .iq-listings-carousel,
  .kiosk-image-container img {
    height: 255px;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .iq-kiosk-layout-2 .iq-listings-carousel,
  .kiosk-image-container img {
    height: 220px;
  }
}
[data-page=real-estate] .container {
  max-width: 100% !important;
  padding: 0 0;
  line-height: var(--bs-body-line-height);
  color: var(--bay-black);
}
[data-page=real-estate] .st-inside-content-wrapper {
  min-height: unset;
}
[data-page=real-estate] .st-inside-content-wrapper .st-inside-header {
  display: none;
}
[data-page=real-estate] .st-inside-content-wrapper .container {
  margin-top: 0 !important;
  padding: 0 !important;
}
[data-page=real-estate] .iq-pg-body {
  margin: 0 !important;
}
[data-page=real-estate] .st-inside-content-wrapper .st-container-fluid-content-wrapper {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
[data-page=real-estate] .header_container:not(.scrolled) .navigation-item .nav-link {
  color: var(--bay-black) !important;
}

.v2-03:has([data-page=real-estate]) .st-inside-content-wrapper .container,
.v2-06:has([data-page=real-estate]) .st-inside-content-wrapper .container,
.v2-07:has([data-page=real-estate]) .st-inside-content-wrapper .container,
.v2-09:has([data-page=real-estate]) .st-inside-content-wrapper .container,
.v2-10:has([data-page=real-estate]) .st-inside-content-wrapper .container,
.v2-11:has([data-page=real-estate]) .st-inside-content-wrapper .container,
.v2-12:has([data-page=real-estate]) .st-inside-content-wrapper .container,
.v2-13:has([data-page=real-estate]) .st-inside-content-wrapper .container {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100% !important;
}

.v2-08:has([data-page=real-estate]) .st-site-wrapper .st-inside-content-wrapper .container {
  width: 100% !important;
  max-width: 100% !important;
}

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

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

.v2-14:has(#bay_recently_listed_results) nav.navbar {
  z-index: 7 !important;
}

.v2-15:has([data-page=real-estate] #real-estate-property-search) .st-inside-content-wrapper .container {
  margin-top: 140px !important;
}
.v2-15:has([data-page=real-estate] #real-estate-property-search) .st-inside-content-wrapper .container-fluid.st-container-fluid-top .st-container-fluid-content-wrapper {
  margin-top: 70px !important;
}

@media (max-width: 480px) {
  .v2-15:has([data-page=real-estate] #real-estate-property-search) .st-inside-content-wrapper .container {
    margin-top: 90px !important;
  }
  body.v2-03:not(.editbar) .iq-realestate-header, body.v2-03:not(.editbar) .real-estate-page-title .section-heading {
    padding-top: 30px !important;
  }
}
.iq-realestate-map {
  padding-right: 60px !important;
  padding-left: 60px !important;
}

#iq-realestate-field-map {
  width: 100%;
  margin-bottom: 32px;
}

.iq-realestate-header-img {
  height: 400px;
}

.iq-real-estate-links div div {
  border-bottom: 1px solid #d9d9d9;
  padding-top: 12px;
  padding-bottom: 12px;
}

.iq-real-estate-links div div:hover,
.iq-real-estate-links div div.active {
  border-bottom: 1px solid var(--bay-maincolor);
}

.iq-real-estate-links div div a {
  color: var(--bay-maincolor) !important;
  font-family: var(--bay-primary-font) !important;
  font-weight: var(--bay-primary-font-weight);
  font-size: var(--bay-font-size--150);
  line-height: var(--bay-line-height--2125);
}

.iq-realestate-header {
  padding: 40px 60px 24px !important;
}

.iq-realestate-header .iq-realestate-heading,
.iq-realestate-stats div h3 {
  font-family: var(--bay-primary-font) !important;
  font-size: var(--bay-font-size--250) !important;
  line-height: var(--bay-line-height--3125) !important;
  text-transform: uppercase !important;
}

.iq-realestate-header .iq-realestate-heading {
  color: #2d2926 !important;
  margin-bottom: 1rem;
}

.iq-realestate-heading-desc {
  font-family: var(--bay-body-font) !important;
  color: #4b4c4f;
  line-height: var(--bay-line-height--150);
  font-size: var(--bay-font-size--101);
}

.iq-realestate-stats {
  padding: 40px 60px !important;
}

.iq-realestate-stats div {
  width: 32.122%;
  height: 93.48%;
  padding: 24px 32px;
  border: 1px solid #D9D9D9;
}

.iq-realestate-stats div h3 {
  color: var(--bay-maincolor) !important;
}

.iq-realestate-stats p {
  font-family: var(--bay-body-font) !important;
  font-size: var(--bay-font-size--1125);
  line-height: var(--bay-line-height--175);
  color: #4b4c4f;
}

.iq-realestate-listings-table {
  padding: 0 60px 40px 60px !important;
  position: relative;
}

.iq-realestate-listings-table.state {
  padding: 0 60px 60px !important;
}

.iq-realestate-listings-table td {
  border-bottom: 0;
}

.iq-realestate-listings-table th {
  padding: 12px 16px !important;
  background-color: var(--bay-maincolor) !important;
  font-family: var(--bay-body-font) !important;
  font-size: var(--bay-font-size--0075);
  line-height: var(--bay-line-height--1125);
  font-weight: var(--bay-font-weight-300);
  color: #ffffff !important;
}

.iq-realestate-listings-table th:not(:last-child),
.iq-realestate-listings-table td:not(:last-child) {
  border-right: 1px solid #d9d9d9;
}

.iq-realestate-listings-table th img {
  margin-left: 8px;
}

.iq-realestate-listings-table tr:nth-child(even) td {
  background-color: #F7F7F7;
}

.iq-realestate-custom-toolip-class {
  --bs-tooltip-bg: #ffffff !important;
  --bs-tooltip-color: #4b4c4f !important;
  --bs-tooltip-max-width: 360px !important;
  --bs-tooltip-padding-x: 16px !important;
  --bs-tooltip-padding-y: 24px !important;
  --bs-tooltip-border-radius: 0 !important;
  --bs-tooltip-font-size: var(--bay-font-size--100) !important;
  font-weight: var(--bay-font-weight-300) !important;
  line-height: var(--bay-line-height--125) !important;
  text-align: left;
  font-family: var(--bay-body-font) !important;
  opacity: 1 !important;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1607843137);
}

.iq-realestate-custom-toolip-class .tooltip-inner {
  background-color: #ffffff !important;
}

.iq-field-tdata a,
.iq-listAvail-tdata a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  max-width: 100%;
}

.iq-realestate-custom-toolip-class .tooltip-arrow {
  width: 12px !important;
  height: 6px !important;
}

.iq-realestate-listings-table .iq-field-tdata {
  padding: 8px 16px !important;
}

.iq-realestate-listings-table .iq-field-tdata a,
.iq-realestate-listings-table .iq-listAvail-tdata a {
  font-family: var(--bay-body-font) !important;
  font-size: var(--bay-font-size--1125);
  line-height: var(--bay-line-height--175);
  font-weight: var(--bay-primary-font-weight);
  color: var(--bay-maincolor) !important;
}

.iq-field-tdata a,
.iq-listAvail-tdata a {
  text-decoration: none;
}

.iq-field-tdata a:hover,
.iq-listAvail-tdata a:hover {
  text-decoration: underline;
  text-decoration-color: var(--bay-maincolor);
}

.iq-realestate-listings-table .iq-medianListingPrice-tdata,
.iq-realestate-listings-table .iq-priceSqft-tdata,
.iq-realestate-listings-table .iq-avgDays-tdata {
  padding: 8px 16px !important;
  font-family: var(--bay-body-font) !important;
  font-size: var(--bay-font-size--101);
  line-height: var(--bay-line-height--150);
  font-weight: var(--bay-font-weight-300);
  color: #2d2926;
}

.iq-find-real-estate .iq-find-real-estate-heading {
  margin: 40px 0 !important;
  font-family: var(--bay-primary-font) !important;
  font-size: var(--bay-font-size--2000);
  line-height: var(--bay-line-height--2625) !important;
  color: #2d2926 !important;
  text-transform: uppercase !important;
}

.iq-realestate-listings {
  display: none;
  position: relative;
}

#iq_realestate_filter {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  margin-left: 60px;
  margin-right: 20px;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--bay-maincolor) 35%, transparent);
  background-color: #ffffff;
  width: max-content;
}
#iq_realestate_filter:focus-visible {
  outline: 2px solid var(--bay-maincolor);
  outline-offset: 2px;
}

#iq_realestate_filter svg {
  margin-right: 8px;
  fill: var(--bay-maincolor);
}

#iq_realestate_filter span {
  font-family: var(--bay-primary-font) !important;
  font-weight: var(--bay-primary-font-weight);
  font-size: var(--bay-font-size--125);
  line-height: var(--bay-line-height--180);
  color: var(--bay-maincolor);
}

.iq-realestate-paging {
  padding-left: 60px !important;
  padding-bottom: 60px;
}

.iq-realestate-paging #backward_arrow,
.iq-realestate-paging #forward_arrow {
  color: var(--bay-maincolor);
}

.iq-realestate-paging #pagelink_backward,
.iq-realestate-paging .page-item:last-child .page-link {
  border-radius: 0 !important;
  border-color: var(--bay-maincolor) !important;
}

.iq-realestate-paging .page-item .page-link:focus,
.iq-realestate-paging .page-item .page-link:focus-visible {
  box-shadow: 0 0 4px 4px var(--bay-maincolor);
}

.iq-realestate-paging #total-real-estate-count {
  color: #4B4C4F;
  margin-top: 15px;
  padding-right: 10px;
  font-family: var(--bay-body-font) !important;
  font-weight: var(--bay-font-weight-300);
  font-size: var(--bay-font-size--101);
  line-height: var(--bay-line-height--150);
}

.iq-realestate-paging .active > .page-link,
.iq-realestate-paging .active > .page-link.active {
  color: white !important;
  background-color: var(--bay-maincolor) !important;
  border-color: var(--bay-maincolor) !important;
  z-index: 1;
}

.iq-realestate-paging a:link {
  color: var(--bay-maincolor);
  display: flex;
  align-items: center;
  justify-content: center;
}

.iq-realestate-paging .page-item:not(:first-child) .page-link {
  margin-left: 0;
}

.iq-realestate-paging .page-link:focus,
.iq-realestate-paging .page-link:focus-visible {
  z-index: 3 !important;
}

.iq-realestate-paging ul li a {
  height: 56px;
  width: 56px;
}

.iq-realestate-paging.no-records {
  padding: 0 !important;
}

.iq-realestate-paging .page-item:first-child .page-link {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.iq-real-estate-filter.offcanvas {
  z-index: 100000;
  padding: 0 !important;
}

.iq-real-estate-filter.offcanvas.offcanvas-end {
  width: 480px !important;
}

.iq-real-estate-filter .offcanvas-header {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  padding-left: 24px !important;
  border-bottom: 1px solid rgba(33, 37, 41, 0.2509803922);
}

.iq-real-estate-filter.offcanvas .offcanvas-body {
  padding: 32px 24px 0 !important;
  border-bottom: 1px solid rgba(33, 37, 41, 0.2509803922);
}

.iq-real-estate-filter.offcanvas .offcanvas-body div {
  display: flex;
  flex-direction: column;
}

.iq-real-estate-filter .offcanvas-body .form-label {
  margin-bottom: 4px !important;
  font-family: var(--bay-body-font) !important;
  font-size: var(--bay-font-size--0075);
  line-height: var(--bay-line-height--1125);
  color: #2d2926;
}

.iq-real-estate-filter .offcanvas-body .form-select {
  padding: 8px 12px 8px 16px !important;
  border: 1px solid #d9d9d9;
  height: 48px !important;
  font-family: var(--bay-body-font) !important;
  font-size: var(--bay-font-size--101);
  line-height: var(--bay-line-height--150);
}

.iq-real-estate-filter .offcanvas-body select option {
  font-family: var(--bay-body-font) !important;
  font-weight: var(--bay-font-weight-300);
  font-size: var(--bay-font-size--101);
  line-height: var(--bay-line-height--150);
  color: #2d2926;
}

.iq-real-estate-filter .offcanvas-body .form-select:focus {
  border: 1px #86b7fe;
  border-radius: 3px !important;
}

.iq-real-estate-filter .select2-container {
  width: 432px !important;
}

.iq-real-estate-filter .select2-container .select2-selection--single {
  height: 48px !important;
}

.iq-real-estate-filter .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #86b7fe !important;
  box-shadow: 0 0 0 0.15rem rgba(59, 130, 246, 0.25);
}

.iq-real-estate-filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: inline-block;
  width: 16px !important;
  height: 50px !important;
  background-image: url("/assets/img/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  border-style: none !important;
  position: unset !important;
}

.iq-real-estate-filter .select2-results__option--highlighted {
  background-color: rgba(1, 33, 105, 0.0392156863) !important;
  color: #2d2926 !important;
}

.iq-real-estate-filter .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #666972 !important;
  font-size: var(--bay-font-size--101) !important;
  font-weight: var(--bay-font-weight-300) !important;
  text-transform: capitalize !important;
}

.iq-real-estate-filter .select2-container--default .select2-results > .select2-results__options {
  max-height: 242px !important;
}

.iq-real-estate-filter .select2-container--default .select2-selection--single {
  background-color: #fff !important;
  border: 1px solid #d9d9d9 !important;
  height: 48px !important;
  padding: 11px 12px 11px 16px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 0 !important;
}

.iq-real-estate-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #666972 !important;
  font-size: var(--bay-font-size--101);
  line-height: var(--bay-line-height--1625);
  padding-left: 0 !important;
}

.iq-real-estate-filter .select2-selection .select2-selection__arrow,
.iq-real-estate-filter .select2-selection .select2-selection__rendered {
  margin: 0 !important;
}

.iq-real-estate-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
  right: 8px;
}

.iq-real-estate-filter .select2-dropdown {
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
  overflow: hidden;
}

.iq-real-estate-filter .select2-results__option {
  padding: 4px 16px !important;
  font-size: var(--bay-font-size--101) !important;
  font-weight: var(--bay-font-weight-300) !important;
  font-family: var(--bay-body-font) !important;
  color: #2d2926 !important;
}

.iq-real-estate-filter .select2-results__options {
  max-height: 160px;
  overflow-y: auto;
}

.iq-real-estate-filter .select2-results__options::-webkit-scrollbar {
  width: 5px;
}

.iq-real-estate-filter .select2-results__options::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 3px;
}

.iq-real-estate-filter .select2-results__options::-webkit-scrollbar-track {
  background: #eee;
}

.iq-real-estate-filter .offcanvas-header .offcanvas-title {
  font-family: var(--bay-body-font) !important;
  font-size: var(--bay-font-size--1125);
  line-height: var(--bay-line-height--175);
  color: #2d2926;
}

.iq-real-estate-filter .offcanvas-footer {
  padding: 20px 16px !important;
  border-bottom: 1px solid rgba(33, 37, 41, 0.2509803922);
}

.iq-real-estate-filter .offcanvas-footer button,
.iq-real-estate-filter .offcanvas-footer input {
  font-family: var(--bay-primary-font) !important;
  font-size: var(--bay-font-size--100);
  line-height: var(--bay-line-height--1125);
}

.iq-real-estate-filter .offcanvas-footer input {
  color: #666972;
}

.iq-real-estate-filter .offcanvas-footer button {
  padding: 8px 16px;
  background-color: var(--bay-maincolor);
  color: #ffffff;
  border: 1px solid var(--bay-maincolor);
}

.iq_realestate_filter_search {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.iq-realestate-no-records-mob {
  color: #2d2926;
}

.iq-realestate-table #iq-realestate-field-map .gm-style .gm-style-iw-c {
  width: 260px !important;
  padding: 0 !important;
}

.iq-realestate-table #iq-realestate-field-map .gm-style-iw-chr {
  display: none;
}

.iq-realestate-table #iq-realestate-field-map .gm-style-iw-d {
  overflow: unset !important;
  height: auto !important;
}

.iq-realestate-table #iq-realestate-field-map .iqMapPointInfoBottom {
  padding: 16px 20px;
}

.iq-realestate-table #iq-realestate-field-map .iq-realestate-map-card .iq-realestate-field {
  color: #2d2926 !important;
  font-size: var(--bay-font-size--150) !important;
  font-weight: var(--bay-primary-font-weight) !important;
  font-family: var(--bay-body-font) !important;
  margin-bottom: 15px;
}

.iq-realestate-table #iq-realestate-field-map .iq-realestate-map-card .iq-view-listings-wrapper {
  display: inline-block;
}

.iq-realestate-table #iq-realestate-field-map .iq-realestate-map-card .iq-realestate-view-listings {
  color: var(--bay-maincolor) !important;
  font-size: var(--bay-font-size--100) !important;
  font-weight: var(--bay-primary-font-weight) !important;
  font-family: var(--bay-primary-font) !important;
  text-transform: uppercase !important;
}

.iq-realestate-table #iq-realestate-field-map .iq-realestate-map-card .iq-view-listings-line {
  border-bottom: 1px solid var(--bay-maincolor);
  width: 100%;
  margin-top: 10px;
}

@media (max-width: 800px) {
  .iq-real-estate-links div div {
    height: auto !important;
  }
}
@media (max-width: 768px) {
  .iq-real-estate-links div a {
    font-size: var(--bay-font-size--1125) !important;
    line-height: var(--bay-line-height--1625) !important;
  }
}
@media (max-width: 633px) {
  .iq-realestate-listings-table {
    display: none;
  }
  .iq-realestate-listings {
    display: block;
  }
  .iq-realestate-header {
    padding-top: 32px !important;
    padding-bottom: 24px !important;
    line-height: var(--bay-line-height--250);
    font-size: var(--bay-font-size--2000);
  }
  .iq-realestate-heading {
    margin-bottom: 4px !important;
  }
  .iq-realestate-header .iq-realestate-heading,
  .iq-realestate-stats div h3 {
    font-size: var(--bay-font-size--2000) !important;
    line-height: var(--bay-line-height--250) !important;
  }
  .iq-realestate-stats {
    flex-direction: column;
    padding: 0 !important;
    margin-top: 16px !important;
    margin-bottom: 24px;
  }
  .iq-realestate-stats div {
    width: 100%;
    padding: 12px 32px !important;
  }
  .iq-realestate-stats div p {
    font-size: var(--bay-font-size--101);
    line-height: var(--bay-line-height--1375);
  }
  .iq-realestate-stats div:nth-child(1),
  .iq-realestate-stats div:nth-child(2) {
    margin-bottom: 12px;
  }
  .iq-realestate-listing {
    padding: 12px;
  }
  .iq-realestate-list-by p,
  .iq-realestate-listings-available p {
    font-family: var(--bay-body-font) !important;
    color: #4b4c4f;
    font-size: var(--bay-font-size--0075);
    line-height: var(--bay-line-height--100);
  }
  .iq-realestate-list-by a,
  .iq-realestate-listings-available a {
    font-family: var(--bay-body-font) !important;
    font-weight: var(--bay-primary-font-weight);
    color: var(--bay-maincolor) !important;
    font-size: var(--bay-font-size--101);
    line-height: var(--bay-line-height--1375);
    text-decoration: none;
  }
  .iq-realestate-listings-details {
    display: flex;
    gap: 12px;
  }
  .iq-realestate-listings-details div p img {
    margin-left: 4px;
  }
  .iq-realestate-listings-details div p:nth-child(1) {
    font-family: var(--bay-body-font) !important;
    font-weight: var(--bay-font-weight-300);
    font-size: var(--bay-font-size--0075);
    line-height: var(--bay-line-height--100);
    color: #4b4c4f;
  }
  .iq-realestate-listings-details div p:nth-child(2) {
    font-family: var(--bay-body-font) !important;
    font-weight: var(--bay-font-weight-300);
    font-size: var(--bay-font-size--101);
    line-height: var(--bay-line-height--150);
    color: #2d2926;
  }
  .iq-find-real-estate {
    margin-top: 64px !important;
    margin-bottom: 24px !important;
  }
  .iq-find-real-estate .iq-find-real-estate-heading {
    font-weight: var(--bay-primary-font-weight);
    font-size: var(--bay-font-size--150);
    line-height: var(--bay-line-height--200);
  }
  .iq-realestate-listing:nth-child(even) {
    background-color: #F7F7F7;
  }
  #iq_realestate_filter {
    margin-left: 0 !important;
    margin-right: 12px !important;
    height: 40px;
    width: 40px;
    padding: 0;
  }
  .iq_realestate_filter_search div {
    height: 40px !important;
  }
  #iq_realestate_filter svg {
    margin-right: 0 !important;
  }
  #iq_realestate_filter span {
    display: none !important;
  }
  #iq-realestate-field-map {
    height: 592px !important;
    margin-bottom: 16px;
  }
  .iq-real-estate-filter .offcanvas-header .offcanvas-title {
    font-size: var(--bay-font-size--101);
    line-height: var(--bay-line-height--1375);
  }
  .iq-real-estate-filter .offcanvas-body .form-label {
    line-height: var(--bay-line-height--100);
  }
  .iq-real-estate-filter .offcanvas-footer button,
  .iq-real-estate-filter .offcanvas-footer input {
    line-height: var(--bay-line-height--125);
  }
  .iq-real-estate-filter.offcanvas.offcanvas-end {
    width: 375px !important;
  }
  .iq-real-estate-filter .select2-container {
    width: 327px !important;
    height: 48px !important;
  }
  .iq-realestate-header,
  .iq-realestate-stats,
  .iq_realestate_filter_search,
  .iq-realestate-listing,
  .iq-realestate-paging,
  .iq-find-real-estate,
  .iq-real-estate-links,
  .iq-realestate-map {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .iq-realestate-paging #total-real-estate-count {
    display: none;
  }
  .iq-realestate-paging {
    display: flex;
    justify-content: center;
    padding-top: 24px;
    padding-bottom: 32px;
  }
  .iq-realestate-paging .pagination {
    flex-wrap: wrap;
  }
  .iq-realestate-paging ul li a {
    height: 40px;
    width: 40px;
  }
  .iq-realestate-paging a:link {
    padding: 8px 13px;
  }
}
@media (min-width: 630px) {
  .iq-real-estate-links {
    padding: 60px !important;
  }
  .iq-real-estate-links > div {
    width: 48.2%;
  }
}
@media (max-width: 629px) {
  .iq-pg-body .iq-real-estate-links {
    display: block !important;
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
@media (max-width: 425px) {
  .iq-modern-paging {
    justify-content: center !important;
  }
}
@media (min-width: 426px) {
  .iq-modern-paging .pagination .page-item {
    width: 45px;
    height: 45px;
    justify-content: left;
  }
}
.real-estate-navigation-header .custom-nav {
  background-color: rgb(240, 240, 240);
  border-left: none;
  border-right: none;
  padding: 10px 120px;
  text-align: center;
  text-transform: uppercase;
}

/* SECTION HEADING */
.real-estate-page-title .section-heading {
  text-align: center;
  margin: 60px 0 30px;
}

.real-estate-page-title .section-heading div {
  font-family: var(--bay-primary-font) !important;
  font-weight: 400 !important;
  font-size: 56px;
  padding: 0 20px;
  padding-bottom: 8px !important;
}

.real-estate-page-title .section-heading p {
  font-size: 24px;
  font-weight: var(--bay-primary-font-weight);
  letter-spacing: 0%;
  color: #333;
  margin: 0;
}

.real-estate-navigation-header .custom-nav span {
  font-family: var(--bay-primary-font) !important;
  font-weight: var(--bay-font-weight-500);
  color: var(--bay-maincolor);
  margin: 20px 0;
  text-decoration: none;
  cursor: pointer;
}

.real-estate-navigation-header .custom-nav span:hover {
  text-decoration: underline;
}

#real-estate-property-search {
  margin-top: 4%;
}

#real-estate-property-search .search-title {
  font-size: 16px;
  text-align: right;
  margin-bottom: 0;
}

#real-estate-property-search .search-title strong {
  font-family: var(--bay-primary-font) !important;
  font-size: 32px;
  font-weight: var(--bay-font-weight-500) !important;
  display: block;
}

#real-estate-searchform {
  padding: 50px 40px;
  max-height: 80%;
  margin-left: -25%;
}

#real-estate-searchform label {
  font-family: var(--bay-body-font);
  font-size: 12px;
  font-weight: var(--bay-font-weight-300);
  text-transform: uppercase;
}

#real-estate-searchform .search-btn {
  font-family: var(--bay-primary-font) !important;
  color: #fff;
  background-color: var(--bay-maincolor);
  padding: 15px 27px;
  border: none;
  border-radius: unset;
  font-weight: var(--bay-font-weight-500);
}

#real-estate-searchform .search-btn:hover {
  background-color: var(--bay-maincolor);
}

#real-estate-property-search .search-overlay {
  position: absolute;
  transform: translateY(-50%) !important;
}

#real-estate-searchform .select-with-input {
  position: relative;
  display: flex;
  align-items: center;
}

#real-estate-searchform .select-with-input .fa-chevron-down {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--bay-maincolor);
  font-size: 10px;
}

#real-estate-searchform .form-control {
  height: 50px;
  border-right: none;
  border-radius: unset;
  flex: 1;
  transition: border-color 0.15s ease-in-out;
}

#real-estate-searchform .form-control:focus {
  border-color: #86b7fe;
  box-shadow: unset !important;
  outline: none;
}

#real-estate-searchform .form-control:focus + .dropdown-toggle-btn {
  border-color: #86b7fe;
  box-shadow: 4px 0 8px -2px rgba(13, 110, 253, 0.25);
}

#real-estate-searchform .dropdown-toggle-btn {
  width: 40px;
  height: 50px;
  border: 1px solid #ced4da;
  border-left: none;
  background: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: border-color 0.15s ease-in-out;
}

#real-estate-searchform .dropdown-toggle-btn:hover {
  background-color: #f8f9fa;
}

#real-estate-searchform .dropdown-toggle-btn i {
  transition: transform 0.2s;
}

#real-estate-searchform .dropdown-toggle-btn.active i {
  transform: rotate(180deg);
}

#real-estate-searchform .dropdown-values {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  border: 1px solid #ced4da;
  border-radius: 0 0 4px 4px;
  max-height: 250px;
  overflow-y: auto;
  z-index: 1000;
  margin: 0;
  padding: 0;
  list-style: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#real-estate-searchform .dropdown-values.show {
  display: block;
}

#real-estate-searchform .dropdown-values .option {
  color: #555555;
  padding: 8px 12px;
  cursor: pointer;
  transition: background-color 0.2s;
}

#real-estate-searchform .dropdown-values .option:hover {
  background-color: #f8f9fa;
  color: var(--bay-maincolor);
}

.real-estate-searchform-submit-btn {
  font-family: var(--bay-primary-font) !important;
}

/* stats container */
#real-estate-statistics {
  background-color: rgb(240, 240, 240);
  margin: 3rem auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  padding: 60px;
}

#real-estate-statistics .stat-label {
  font-family: var(--bay-primary-font) !important;
}

#real-estate-statistics .price-grid {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

#real-estate-searchform-submit {
  background-color: #002b5c;
  color: white;
  padding: 8px 40px;
  font-size: 16px;
  font-weight: var(--bay-font-weight-500);
  border: none;
}

#real-estate-statistics .stats-title {
  font-family: var(--bay-primary-font) !important;
  text-align: center;
  font-size: 40px;
  font-weight: 400 !important;
  margin-bottom: 2rem;
}

#real-estate-statistics .stat-item {
  display: flex;
  font-size: 20px;
  width: 100%;
  padding: 0.5rem 0;
  padding-top: 3%;
  border-bottom: 1px solid #d9d9d9;
  text-transform: uppercase;
}

#real-estate-statistics .stat-item .stat-label {
  font-weight: var(--bay-font-weight-500);
  color: #333;
  width: 70%;
}

#real-estate-statistics .stat-item .stat-value {
  color: #495057;
  text-align: right;
  width: 30%;
}

/* recent listings */
.real-estate-recently-listed {
  margin: 2% 0;
}

.real-estate-recently-listed #recently-listed-title {
  text-align: center;
  font-size: 40px;
  font-weight: var(--bay-font-weight-500) !important;
  margin-bottom: 2rem;
}

.real-estate-recently-listed .recent_listing_card_info {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.real-estate-recently-listed .recent_listing_card_idx img {
  width: auto;
  height: 20px;
  left: 0;
  bottom: 0;
}

.real-estate-recently-listed .recent_listing_card_broker {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 11px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  padding: 2px 6px;
  text-align: right;
}

.real-estate-recently-listed .recent_listing_card_labels {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 80%;
  display: inline-block;
  zoom: 1;
  z-index: 2;
}

.real-estate-recently-listed .recent_listing_card_love {
  font-size: 18px;
  width: 30px;
  height: 30px;
  line-height: 32px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 15px;
  right: 15px;
  background: #fff;
  display: inline-block;
  zoom: 1;
  -webkit-box-shadow: 0 6px 8px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 8px -6px rgba(0, 0, 0, 0.1);
  z-index: 6;
}

.real-estate-recently-listed .recent_listing_card_idx {
  left: 5px;
  bottom: 5px;
  z-index: 2;
  opacity: 0.9;
}

.real-estate-recently-listed .property-card {
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}

.real-estate-recently-listed .property-img {
  height: 250px;
  object-fit: cover;
  width: 100%;
}

.real-estate-recently-listed .badge-custom {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  font-size: 0.85rem;
}

.real-estate-recently-listed .favorite-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  background: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #007bff;
  border: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.real-estate-recently-listed .property-details {
  padding: 16px;
}

.real-estate-recently-listed .property-price {
  font-size: 1.25rem;
  font-weight: var(--bay-font-weight--heading);
  color: #222;
}

.real-estate-recently-listed .property-meta {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 8px;
}

.real-estate-recently-listed .property-features {
  font-size: 0.9rem;
  color: #333;
  display: flex;
  gap: 16px;
  margin-bottom: 4px;
}

.real-estate-recently-listed #bay_search_listings_results .bay_listing_card .bay_listing_card_specs {
  min-height: 87px;
}

/* PRICE RANGE */
.real-estate-price-range-section {
  background-color: rgb(240, 240, 240);
  padding: 60px 20px 0 20px;
  font-family: var(--bay-primary-font);
}

.real-estate-price-range-section .main-title {
  font-family: var(--bay-primary-font) !important;
  text-align: center;
  color: #2d2926;
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 40px;
}

.real-estate-price-range-section .price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.real-estate-price-range-section .price-item {
  background: transparent;
  padding-bottom: 2%;
  text-align: center;
  margin-bottom: 15px;
}

.real-estate-price-range-section .price-item h2 {
  font-family: var(--bay-primary-font) !important;
  color: var(--bay-maincolor);
  font-size: 20px;
  margin: 0 0 10px 0;
  font-weight: normal;
}

.real-estate-price-range-section .price-item a {
  text-decoration: none;
}

.real-estate-price-range-section .price-item p {
  color: #666;
  font-size: 16px;
  margin: 0 20px;
  border-bottom: 1px solid var(--bay-bg-darkgrey-1);
  padding-bottom: 10px;
}

.real-estate-price-range-section .price-item:hover p {
  color: var(--bay-maincolor);
  border-bottom: 2px solid var(--bay-maincolor);
  transition: all 0.3s ease;
}

#real-estate-property-search .property-image-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.iq-modern-paging .pagination {
  gap: 0 !important;
}

.iq-modern-paging .pagination .page-item {
  --bs-pagination-border-radius: 0 !important;
}

#bay_recently_listed_results .iq-modern-paging .disabled > .page-link {
  background-color: var(--bs-pagination-bg) !important;
}

@media (max-width: 991px) {
  #real-estate-property-search .property-image-container .default-image {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  #real-estate-property-search {
    padding: 0 48px !important;
  }
  .iq-modern-paging .pagination .page-item {
    width: 56px;
    height: 56px;
  }
  #real-estate-property-search .search-overlay {
    right: 2rem !important;
    width: 50% !important;
  }
  #real-estate-property-search .search-overlay {
    top: 54% !important;
  }
  body.v2-03:not(.editbar) .iq-realestate-header, body.v2-03:not(.editbar) .real-estate-page-title .section-heading {
    padding-top: 120px !important;
  }
}
@media (min-width: 1441px) {
  #real-estate-searchform .select-with-input {
    margin-right: 7%;
  }
  .real-estate-searchform-submit-btn {
    padding-right: 4% !important;
  }
}
@media (max-width: 767px) {
  #real-estate-statistics {
    margin-top: 10%;
  }
  #real-estate-statistics .stat-item-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .real-estate-navigation-header .custom-nav span {
    margin: 10px 0;
  }
}
@media (max-width: 768px) {
  .real-estate-price-range-section .main-title {
    font-size: 24px;
  }
  #real-estate-property-search .search-overlay {
    position: relative !important;
    margin: 0 2%;
  }
  .real-estate-recently-listed > .row {
    margin: unset;
  }
  #real-estate-property-search .property-image-container {
    text-align: center;
  }
  .real-estate-navigation-header #real-estate-statistics {
    padding: 22px;
  }
}
@media (max-width: 992px) {
  #real-estate-property-search .search-title {
    text-align: center !important;
    padding: 24px 0;
  }
  #real-estate-searchform {
    margin: auto;
    margin-top: -25%;
    max-height: unset;
    height: unset;
    width: 95%;
    padding: 24px 20px;
  }
  .bay-realestate-demographics .content-panel {
    padding-left: 0;
    padding-right: 0;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .search-title {
    margin-left: -25%;
    width: 45vw !important;
  }
  #real-estate-searchform {
    margin-left: -25%;
    width: 45vw !important;
  }
}
/* MODERN_LAYOUT PAGINATION */
.iq-modern-paging {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 2rem;
  padding: 1rem;
}

.iq-modern-paging .pagination {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.iq-modern-paging .pagination .page-item {
  justify-content: center;
  margin: 0;
}

.iq-modern-paging .pagination .page-item.active .page-link {
  background-color: var(--bay-maincolor);
  border-color: var(--bay-maincolor);
  color: var(--bay-bg-light);
}

.iq-modern-paging .pagination .page-item .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 100%;
  padding: 0.5rem;
  font-size: 14px;
  line-height: 1;
  color: var(--bay-maincolor);
  border: 1px solid #dee2e6;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.iq-modern-paging .pagination .page-item .page-link:hover {
  background-color: var(--bay-maincolor);
  border-color: var(--bay-maincolor);
  color: var(--bs-pagination-bg);
}

.iq-modern-paging .pagination .page-item .page-link svg {
  width: 16px;
  height: 16px;
}

.iq-modern-paging .pagination .page-item .page-link .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 575px) {
  #real-estate-property-search .real-estate-searchform-submit-btn button {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .iq-modern-paging .pagination {
    gap: 0.25rem;
  }
  .iq-modern-paging .pagination .page-item .page-link {
    min-width: 35px;
    font-size: 13px;
  }
}
/* RECENTLY LISTED */
#bay_recently_listed_results #bay_search_listings_results {
  margin: 60px 0;
}

#bay_recently_listed_results #bay_search_listings_results .bay_search_listings_results_header {
  font-family: var(--bay-primary-font) !important;
  font-weight: var(--bay-primary-font-weight);
  font-size: 40px;
  color: #2d2926;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}

#bay_recently_listed_results #bay_search_listings_results .bay_listing_card {
  border-radius: 15px;
}

/***************************/
/* DEMOGRAPHIC INFORMATION */
/***************************/
.bay-realestate-demographics {
  padding: 60px 0;
}

.bay-realestate-demographics .content-panel {
  padding: 0 60px;
  color: #2d2926;
}

.bay-realestate-demographics .content-panel .panel {
  height: 280px;
  display: flex;
  justify-content: center;
}

.bay-realestate-demographics .content-panel .panel > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  border: 1px solid #d9d9d9;
  width: 100%;
  margin: 12px;
  padding-top: 15px;
}

.bay-realestate-demographics .content-panel .panel-value {
  font-weight: 400;
  font-size: var(--bay-font-size--2000) !important;
  font-family: var(--bay-primary-font) !important;
  color: var(--bay-maincolor);
  margin-bottom: 10px;
}

.bay-realestate-demographics .content-panel .panel-label {
  font-size: var(--bay-font-size--1125) !important;
  font-family: var(--bay-body-font) !important;
  padding: 0 5px;
  text-align: center;
  color: #4b4c4f !important;
}

.bay-realestate-demographics .content-panel .panel .panel-icon {
  position: relative;
}

/* SVG COLOR */
.bay-realestate-demographics .content-panel .panel div {
  color: var(--bay-maincolor);
}

.bay-realestate-demographics .content-panel .panel.panel-population .svg-icon {
  mask-image: url("/assets/img/group_population.svg");
  -webkit-mask-image: url("/assets/img/group_population.svg");
}

.bay-realestate-demographics .content-panel .panel.panel-labour .svg-icon {
  mask-image: url("/assets/img/group_labor_force.svg");
  -webkit-mask-image: url("/assets/img/group_labor_force.svg");
}

.bay-realestate-demographics .content-panel .panel.panel-household-income .svg-icon {
  mask-image: url("/assets/img/money_bag.svg");
  -webkit-mask-image: url("/assets/img/money_bag.svg");
}

.bay-realestate-demographics .content-panel .panel.panel-capita-income .svg-icon {
  mask-image: url("/assets/img/salary.svg");
  -webkit-mask-image: url("/assets/img/salary.svg");
}

.bay-realestate-demographics .content-panel .panel.panel-age .svg-icon {
  mask-image: url("/assets/img/group_age.svg");
  -webkit-mask-image: url("/assets/img/group_age.svg");
}

.bay-realestate-demographics .content-panel .panel.panel-household-size .svg-icon {
  mask-image: url("/assets/img/rescale.svg");
  -webkit-mask-image: url("/assets/img/rescale.svg");
}

.bay-realestate-demographics .content-panel .panel.panel-graduate-highschool .svg-icon {
  mask-image: url("/assets/img/graduate_hat.svg");
  -webkit-mask-image: url("/assets/img/graduate_hat.svg");
}

.bay-realestate-demographics .content-panel .panel.panel-degree-bachelor .svg-icon {
  mask-image: url("/assets/img/building_college.svg");
  -webkit-mask-image: url("/assets/img/building_college.svg");
}

.bay-realestate-demographics .content-panel .panel div.svg-icon {
  width: 80px;
  height: 80px;
  display: inline-block;
  background: currentColor;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.bay-realestate-demographics .content-censusDetails {
  padding: 40px 60px 25px 60px;
  color: #2d2926;
}

.bay-realestate-demographics .content-censusDetails h4 {
  font-family: var(--bay-body-font);
  font-weight: var(--bay-primary-font-weight);
  font-size: 18px;
  line-height: var(--bay-line-height--175) !important;
  color: var(--bay-text-dark);
}

.bay-realestate-demographics .content-censusDetails .census-stat-detail {
  padding: 12px;
}

.bay-realestate-demographics .content-censusDetails .census-stat-detail .stat-item {
  display: flex;
  border-bottom: 1px solid #d9d9d9;
  padding: 6px 0;
  font-family: var(--bay-body-font);
  font-weight: var(--bay-font-weight-300);
  font-size: 16px;
}

.bay-realestate-demographics .content-censusDetails .census-stat-detail .stat-item .stat-label {
  display: block;
  width: 65%;
  padding-left: 6px;
}

.bay-realestate-demographics .content-censusDetails .census-stat-detail .stat-item .stat-value {
  display: block;
  width: 35%;
  padding-right: 6px;
  text-align: end;
  align-content: center;
}

.bay-realestate-demographics .bay-realestate-demographics-disclaimer {
  width: 80%;
  margin: 0 auto;
  position: relative;
  font-size: 14px;
  font-family: var(--bay-body-font);
  font-weight: var(--bay-font-weight-300);
  text-align: center;
}

.bay-realestate-demographics .bay-realestate-demographics-disclaimer .disclaimer-text {
  display: -webkit-box;
  position: relative;
  max-height: 60px; /* line height * line count */
  line-height: 20px;
  overflow: hidden;
  padding-right: 1rem;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  text-overflow: ellipsis;
  color: #4b4c4f !important;
}

.bay-realestate-demographics .bay-realestate-demographics-disclaimer .read-more {
  cursor: pointer;
  margin-top: 5px;
  text-decoration: underline;
}

.bay-realestate-demographics .bay-realestate-demographics-header {
  font-family: var(--bay-primary-font) !important;
  width: 100%;
  font-size: var(--bay-font-size--250);
  line-height: 50px;
  text-align: center;
  margin-bottom: 40px;
}

.bay-realestate-demographics .bay-realestate-demographics-header h2 {
  font-family: var(--bay-primary-font) !important;
  font-size: var(--bay-font-size--250);
  font-weight: var(--bay-primary-font-weight);
}

.bay-realestate-demographics .bay-realestate-demographics-header .header-subtext {
  font-family: var(--bay-body-font);
  font-weight: var(--bay-primary-font-weight);
  font-size: 24px;
  line-height: 32px;
}

body:not(:has(#bay-realestate-demographics)) span[data-target=bay-realestate-demographics],
body:not(:has(#bay-realestate-demographics)) span[data-target=bay-real-estate-local-insights] {
  display: none;
}

@media (max-width: 767px) {
  .bay-realestate-demographics .content-censusDetails {
    padding-left: 0;
    padding-right: 0;
  }
}
/* TOOLTIP : READ MORE */
.bay-readmore-toolip {
  --bs-tooltip-bg: var(--bay-bg-light) !important;
  --bs-tooltip-color: #4b4c4f !important;
  opacity: 1 !important;
}

body:has(#bay-realestate-demographics) .bay-readmore-toolip .tooltip-inner {
  background-color: var(--bay-bg-light) !important;
  color: var(--bay-text-dark) !important;
  padding: 20px;
  max-width: 80% !important;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1607843137);
  margin: 0 auto;
}

.bay-realestate-searchform-tooltip .tooltip-inner {
  background-color: var(--bay-maincolor);
  --bs-tooltip-bg: var(--bay-maincolor);
}

.bay-realestate-searchform-tooltip {
  --bs-tooltip-bg: var(--bay-maincolor) !important;
  --bs-tooltip-color: #ffffff !important;
  --bs-tooltip-padding-x: 16px !important;
  --bs-tooltip-padding-y: 8px !important;
  --bs-tooltip-font-size: var(--bay-font-size--101) !important;
  --bs-tooltip-border-radius: 0 !important;
  --bs-tooltip-opacity: 1 !important;
  --bs-tooltip-max-width: 300px !important;
  --bs-tooltip-margin: -5px 0 0 0 !important;
  font-family: var(--bay-body-font) !important;
  font-weight: var(--bay-font-weight-300) !important;
  position: absolute;
  z-index: 1080;
}

.bay-realestate-searchform-tooltip .tooltip-inner {
  text-align: left !important;
  white-space: nowrap !important;
  background-color: var(--bay-maincolor) !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  padding: 8px 16px !important;
}

.bay-realestate-searchform-tooltip .tooltip-arrow {
  position: absolute;
  width: 8px;
  height: 8px;
}

.bay-realestate-searchform-tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-style: solid;
  border-color: transparent;
  border-width: 6px;
  border-top-color: var(--bay-maincolor) !important;
}

.bay-realestate-searchform-tooltip[data-popper-placement^=top] {
  margin-bottom: 8px !important;
}

.bay-realestate-searchform-tooltip[data-popper-placement^=top] .tooltip-arrow {
  bottom: -4px;
}

.bay-realestate-searchform-tooltip[data-popper-placement^=top] .tooltip-arrow::before {
  bottom: -1px;
  transform: translateX(-50%);
  border-width: 6px 6px 0;
}

.bay-realestate-demographics .content-panel .panel .backdrop-circle {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--bay-maincolor);
  opacity: 0.1;
  z-index: -1;
  top: -15px;
  left: -37px;
}

#real-estate-property-search .property-image-container .property-image:not(.default-image) {
  width: 100%;
}

.iq-realestate-listings-table .bay-realestate-loading {
  position: absolute;
  left: 50%;
  top: 100px;
}

.iq-realestate-listings .bay-realestate-loading {
  position: absolute;
  left: 50%;
  top: -25px;
}

@media (max-width: 425px) {
  .bay-realestate-demographics .content-panel .panel {
    height: 230px !important;
  }
  .bay-realestate-demographics .content-panel .panel .backdrop-circle {
    width: 60px !important;
    height: 60px !important;
    top: -12px;
    left: -25px;
  }
  .bay-realestate-demographics .content-panel .panel .svg-icon {
    width: 60px !important;
    height: 60px !important;
  }
  .bay-realestate-demographics .content-panel .panel .backdrop-circle {
    width: 60px !important;
    height: 60px !important;
  }
  #real-estate-statistics {
    padding: 32px 12px;
  }
  .bay-realestate-demographics .content-panel .panel .panel-value,
  #real-estate-property-search .search-title strong {
    font-size: var(--bay-font-size--150) !important;
  }
  .bay-realestate-demographics .content-panel .panel .panel-label {
    font-size: var(--bay-primary-font-size) !important;
  }
  .real-estate-page-title .section-heading div {
    font-size: 42px;
  }
  .real-estate-page-title .section-heading p,
  #real-estate-statistics .stat-item .stat-label {
    font-size: var(--bay-font-size--1125);
  }
  #real-estate-statistics .stats-title,
  .real-estate-price-range-section .main-title,
  #bay_recently_listed_results #bay_search_listings_results .bay_search_listings_results_header {
    font-size: var(--bay-font-size--2000);
  }
  .real-estate-navigation-header .custom-nav {
    padding: 30px 0;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .real-estate-page-title .section-heading div {
    font-size: 48px;
  }
  .real-estate-page-title .section-heading p {
    font-size: 21px;
  }
  .bay-realestate-demographics .content-panel .panel {
    height: 250px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .bay-realestate-demographics .content-censusDetails {
    padding: 40px 20px 25px 20px;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .real-estate-navigation-header .custom-nav {
    font-size: 13px !important;
    padding: 0 !important;
  }
  .real-estate-navigation-header .custom-nav span {
    padding: 0 !important;
  }
}
@media (max-width: 992px) {
  .bay-realestate-demographics .content-panel {
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  #real-estate-property-search #real-estate-searchform .real-estate-searchform-submit-btn .btn.search-btn {
    font-size: 12px;
  }
  #real-estate-searchform .form-control,
  #real-estate-searchform .dropdown-toggle-btn {
    height: 40px;
  }
}
@media (max-width: 768px) {
  #bay_recently_listed_results #bay_search_listings_results {
    margin-bottom: 0;
  }
  .iq-modern-paging {
    padding-top: 0;
  }
  .bay-realestate-demographics .content-panel {
    padding-left: 0;
    padding-right: 0;
    justify-content: center;
  }
  .bay-realestate-demographics .content-panel .panel > div {
    margin: 6px;
  }
}
@media (min-width: 426px) and (max-width: 768px) {
  .bay-realestate-demographics .content-panel .panel .svg-icon {
    width: 70px !important;
    height: 70px !important;
  }
  .bay-realestate-demographics .content-panel .panel .backdrop-circle {
    width: 70px !important;
    height: 70px !important;
  }
}
@media (min-width: 1920px) {
  #real-estate-property-search {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  #real-estate-property-search .searchform-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #real-estate-property-search .searchform-container .search-title {
    padding-right: 25%;
  }
  #real-estate-property-search #real-estate-searchform {
    width: unset !important;
  }
  #real-estate-property-search #real-estate-searchform label {
    font-size: 15px;
  }
  #real-estate-property-search #real-estate-searchform .select-with-input {
    font-size: 25px;
  }
  #real-estate-property-search #real-estate-searchform .select-with-input .dropdown-values {
    font-size: var(--bay-font-size--101);
  }
}
@media (min-width: 1025px) {
  .real-estate-recently-listed {
    margin: 0 100px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  body.v2-03:not(.editbar) .iq-realestate-header, body.v2-03:not(.editbar) .real-estate-page-title .section-heading {
    padding-top: 80px !important;
  }
}
body:has([data-page=compensation]) .container {
  width: 100%;
  max-width: 100% !important;
  padding: 0 0;
}
body:has([data-page=compensation]) .st-inside-content-wrapper .st-inside-header {
  display: none;
}
body:has([data-page=compensation]) .st-inside-content-wrapper .container {
  margin-top: 0 !important;
  padding: 0 !important;
}
body:has([data-page=compensation]) .iq-pg-body {
  margin: 0 !important;
}
body:has([data-page=compensation]) .st-inside-content-wrapper .st-container-fluid-content-wrapper {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.v2-05:has([data-page=compensation]) .st-inside-content-wrapper .container {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}

.v2-08:has([data-page=compensation]) .st-site-wrapper .st-inside-content-wrapper .container {
  width: 100% !important;
  max-width: 100% !important;
}

.v2-11:has([data-page=compensation]) .st-site-wrapper .st-inside-content-wrapper {
  margin: 0 !important;
}

.iq-compensation-header {
  padding: 40px 60px 0 60px !important;
}

.iq-compensation-header .iq-compensation-heading {
  font-family: var(--bay-primary-font) !important;
  font-size: var(--bay-font-size--250) !important;
  line-height: var(--bay-line-height--3125) !important;
  text-transform: uppercase !important;
  color: #2d2926 !important;
  margin-bottom: 8px;
}

.iq-compensation-heading-desc,
.iq-compensation-heading-desc * {
  font-family: var(--bay-body-font) !important;
  color: #4b4c4f;
  line-height: var(--bay-line-height--150);
  font-size: var(--bay-font-size--101);
  font-weight: var(--bay-font-weight-300);
}

.iq_compensation_filter_search {
  padding: 40px 60px;
}

#iq_compensation_filter {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  margin-right: 20px;
  border: 1px solid var(--bay-maincolor);
  background-color: #ffffff;
  width: max-content;
}

#iq_compensation_filter svg {
  margin-right: 8px;
  fill: var(--bay-maincolor);
}

#iq_compensation_filter span {
  font-family: var(--bay-primary-font) !important;
  font-weight: var(--bay-primary-font-weight);
  font-size: var(--bay-font-size--125);
  line-height: var(--bay-line-height--180);
  color: var(--bay-maincolor);
}

#iq-compensation.show_all .iq-compensation-search input {
  font-family: var(--bay-body-font) !important;
  padding: 8px 16px;
  font-size: var(--bay-font-size--101);
  line-height: var(--bay-line-height--150);
  border: 1px solid #d9d9d9;
  width: 502px;
  max-width: 100%;
  color: #2d2926 !important;
}

.iq-compensation-search {
  justify-content: flex-end;
}

.iq-compensation-search input {
  height: auto;
}

.iq-compensation-search input:focus,
.iq-compensation-filter .select2-container--default .select2-search__field {
  outline: none;
}

.iq-compensation-search input[type=search]::placeholder {
  font-family: var(--bay-body-font) !important;
  font-size: var(--bay-font-size--101);
  font-weight: var(--bay-font-weight-300);
  line-height: var(--bay-line-height--150);
  color: #666972 !important;
}

.iq-compensation-search button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  width: 146px;
  height: 100%;
  border: 1px solid var(--bay-maincolor);
  background-color: var(--bay-maincolor);
}

.iq-compensation-search button span {
  font-family: var(--bay-primary-font) !important;
  font-size: var(--bay-font-size--125);
  line-height: var(--bay-line-height--180);
  font-weight: var(--bay-primary-font-weight);
  color: #ffffff;
}

.iq-compensation-search button img {
  margin-right: 8px;
}

.iq-compensation-filter.offcanvas {
  z-index: 100000;
  padding: 0 !important;
}

.iq-compensation-filter.offcanvas.offcanvas-end {
  width: 480px !important;
}

.iq-compensation-filter .offcanvas-header {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  padding-left: 24px !important;
  border-bottom: 1px solid rgba(33, 37, 41, 0.2509803922);
}

.iq-compensation-filter.offcanvas .offcanvas-body {
  padding: 32px 24px 0 !important;
  border-bottom: 1px solid rgba(33, 37, 41, 0.2509803922);
}

.iq-compensation-filter.offcanvas .offcanvas-body div {
  display: flex;
  flex-direction: column;
}

.iq-compensation-filter .offcanvas-body .form-label {
  margin-bottom: 4px !important;
  font-family: var(--bay-body-font) !important;
  font-size: var(--bay-font-size--0075);
  line-height: var(--bay-line-height--1125);
  color: #2d2926;
}

.iq-compensation-filter .offcanvas-body .form-select {
  padding: 8px 12px 8px 16px !important;
  border: 1px solid #d9d9d9;
  height: 48px !important;
  font-family: var(--bay-body-font) !important;
  font-size: var(--bay-font-size--101);
  line-height: var(--bay-line-height--150);
}

.iq-compensation-filter .offcanvas-body select option {
  font-family: var(--bay-body-font) !important;
  font-weight: var(--bay-font-weight-300);
  font-size: var(--bay-font-size--101);
  line-height: var(--bay-line-height--150);
  color: #2d2926;
}

.iq-compensation-filter .offcanvas-body .form-select:focus {
  border: 1px #86b7fe;
  border-radius: 3px !important;
}

.iq-compensation-filter .offcanvas-header .offcanvas-title {
  font-family: var(--bay-body-font) !important;
  font-size: var(--bay-font-size--1125);
  line-height: var(--bay-line-height--175);
  color: #2d2926;
}

.iq-compensation-filter .offcanvas-footer {
  padding: 20px 16px !important;
  border-bottom: 1px solid rgba(33, 37, 41, 0.2509803922);
}

.iq-compensation-filter .offcanvas-footer button,
.iq-compensation-filter .offcanvas-footer input {
  font-family: var(--bay-primary-font) !important;
  font-size: var(--bay-font-size--100);
  line-height: var(--bay-line-height--1125);
}

.iq-compensation-filter .offcanvas-footer input {
  color: #666972;
}

.iq-compensation-filter .offcanvas-footer button {
  padding: 8px 16px;
  background-color: var(--bay-maincolor);
  color: #ffffff;
  border: 1px solid var(--bay-maincolor);
}

.iq-compensation-listings-table {
  padding: 0 60px 40px 60px !important;
}

.iq-compensation-listings-table.state {
  padding: 0 60px 60px !important;
}

.iq-compensation-listings-table td {
  border-bottom: 0;
}

.iq-compensation-listings-table th {
  padding: 12px 16px !important;
  background-color: var(--bay-maincolor) !important;
  font-family: var(--bay-body-font) !important;
  font-size: var(--bay-font-size--0075);
  line-height: var(--bay-line-height--1125);
  font-weight: var(--bay-font-weight-300);
  color: #ffffff !important;
  text-transform: uppercase;
}

.iq-compensation-listings-table td,
.iq-compensation-listings-table th {
  position: relative;
  padding: 12px 16px;
}

.iq-compensation-listings-table th img {
  margin-left: 8px;
}

.iq-compensation-listings-table tr:nth-child(even) td {
  background-color: #f7f7f7;
}

.iq-compensation-listings-table .iq-field-tdata {
  padding: 8px 16px !important;
}

.iq-compensation-listings-table .iq-field-tdata a,
.iq-compensation-listings-table .iq-listAvail-tdata a {
  font-family: var(--bay-body-font) !important;
  font-size: var(--bay-font-size--1125);
  line-height: var(--bay-line-height--175);
  font-weight: var(--bay-primary-font-weight);
  color: var(--bay-maincolor) !important;
}

.iq-compensation-listings-table .iq-medianListingPrice-tdata,
.iq-compensation-listings-table .iq-priceSqft-tdata,
.iq-compensation-listings-table .iq-avgDays-tdata {
  padding: 8px 16px !important;
  font-family: var(--bay-body-font) !important;
  font-size: var(--bay-font-size--101);
  line-height: var(--bay-line-height--150);
  font-weight: var(--bay-font-weight-300);
  color: #2d2926;
}

.iq-compensation-listing-tdata a,
.iq-compensation-listing-agent-tdata a,
.iq-compensation-listing-details-mob a,
.iq-compensation-office-details-mob a,
.iq-compensation-custom-popover-class a {
  text-decoration: none;
}

.iq-compensation-listing-tdata a:hover,
.iq-compensation-listing-agent-tdata a:hover,
.iq-compensation-listing-details-mob a:focus,
.iq-compensation-office-details-mob a:focus,
.iq-compensation-custom-popover-class a:focus,
.iq-compensation-custom-popover-class a:hover {
  text-decoration: underline;
  text-decoration-color: var(--bay-maincolor) !important;
}

.iq-compensation-custom-popover-class {
  --bs-popover-bg: #ffffff !important;
  --bs-popover-color: #4b4c4f !important;
  --bs-popover-max-width: 360px !important;
  --bs-popover-padding-x: 16px !important;
  --bs-popover-padding-y: 24px !important;
  --bs-popover-border-radius: 0 !important;
  --bs-popover-border-color: transparent !important;
  --bs-popover-font-size: var(--bay-font-size--100) !important;
  border: none !important;
  font-weight: var(--bay-font-weight-300) !important;
  line-height: var(--bay-line-height--125) !important;
  text-align: left;
  font-family: var(--bay-body-font) !important;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1607843137);
}

.iq-compensation-custom-tooltip-class {
  --bs-tooltip-bg: #ffffff !important;
  --bs-tooltip-color: #4b4c4f !important;
  --bs-tooltip-max-width: 360px !important;
  --bs-tooltip-padding-x: 16px !important;
  --bs-tooltip-padding-y: 24px !important;
  --bs-tooltip-border-radius: none !important;
  --bs-tooltip-font-size: var(--bay-font-size--100) !important;
  font-weight: var(--bay-font-weight-300) !important;
  line-height: var(--bay-line-height--125) !important;
  text-align: left;
  font-family: var(--bay-body-font) !important;
  opacity: 1 !important;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1607843137);
}

.iq-compensation-custom-tooltip-class .tooltip-inner {
  background-color: #ffffff !important;
}

.iq-compensation-custom-tooltip-class .popover-arrow {
  width: 12px !important;
  height: 6px !important;
}

.iq-compensation-listings-table .iq-compensation-listing-tdata img {
  min-height: 80px;
  min-width: 105px;
  width: 105px;
  height: 80px;
  border: 1px solid #d9d9d9;
}

.iq-compensation-listings-table .iq-compensation-listing-agent-tdata img {
  width: 59px;
  height: 80px;
  border: 1px solid #d9d9d9;
}

.iq-compensation-listing-tdata div:nth-child(2) {
  padding: 20px 16px;
}

.iq-compensation-listing-tdata a * {
  font-family: var(--bay-body-font) !important;
  font-size: var(--bay-font-size--1125);
  line-height: var(--bay-line-height--175);
  color: var(--bay-maincolor);
}

.iq-compensation-listings-table .iq-compensation-listing-price-tdata {
  border-left: 1px solid #d9d9d9 !important;
  padding-left: 16px !important;
  place-content: center;
  font-family: var(--bay-body-font) !important;
  font-size: var(--bay-font-size--101);
  line-height: var(--bay-line-height--150);
  color: #2d2926;
}

.iq-compensation-listings-table .iq-compensation-listing-agent-tdata {
  border-left: 1px solid #d9d9d9;
  text-align: center;
  place-content: center;
  gap: 12px;
}

.iq-compensation-listing-agent-tdata div:nth-child(2) h6 {
  font-family: var(--bay-body-font) !important;
  font-size: var(--bay-font-size--1125);
  line-height: var(--bay-line-height--175);
  color: var(--bay-maincolor);
}

.iq-compensation-listing-agent-tdata div:nth-child(2) span,
.iq-compensation-listing-agent-tdata div:nth-child(2) span a {
  font-family: var(--bay-body-font) !important;
  font-size: var(--bay-font-size--101);
  line-height: var(--bay-line-height--150);
  color: var(--bay-maincolor) !important;
}

.iq-compensation-listings-table .iq-compensation-listing-bo-tdata {
  place-content: center;
  border-left: 1px solid #d9d9d9;
}

.iq-compensation-listings-table .iq-compensation-listing-bo-tdata span {
  font-family: var(--bay-body-font) !important;
  font-size: var(--bay-font-size--101);
  line-height: var(--bay-line-height--150);
  color: #2d2926;
}

.iq-compensation-listings-table .iq-compensation-listing-bo-tdata span span {
  color: #666972;
}

.iq-compensation-listings {
  display: none;
}

.iq-compensation-listing {
  padding: 12px;
}

.iq-compensation-paging {
  padding-left: 60px !important;
}

.iq-compensation-paging ul {
  padding-bottom: 60px;
}

.iq-compensation-paging #backword_arrow,
.iq-compensation-paging #forward_arrow {
  color: var(--bay-maincolor);
}

.iq-compensation-paging #pagelink_backward,
.iq-compensation-paging #pagelink_forward {
  border-radius: 0 !important;
  border-color: var(--bay-maincolor) !important;
  color: var(--bay-maincolor) !important;
}

.iq-compensation-paging .page-item .page-link:focus {
  box-shadow: 0 0 4px 4px var(--bay-maincolor);
}

.iq-compensation-paging #total-real-estate-count {
  color: #4b4c4f;
  margin-top: 15px;
  padding-right: 10px;
  font-family: var(--bay-body-font) !important;
  font-weight: var(--bay-font-weight-300);
  font-size: var(--bay-font-size--101);
  line-height: var(--bay-line-height--150);
}

.iq-compensation-paging .active > .page-link,
.iq-compensation-paging .active > .page-link.active {
  color: white !important;
  background-color: var(--bay-maincolor) !important;
  border-color: var(--bay-maincolor) !important;
  z-index: 1;
}

.iq-compensation-paging a:link {
  color: var(--bay-maincolor);
  text-align: center;
  align-content: center;
  font-weight: var(--bay-primary-font-weight);
}

.iq-compensation-paging .page-item:not(:first-child) .page-link {
  margin-left: 0;
}

.iq-compensation-paging .page-link:focus {
  z-index: 3 !important;
}

.iq-compensation-paging ul li a {
  height: 56px;
  width: 56px;
}

.iq-compensation-paging.no-records {
  padding: 0 !important;
}

.iq-compensation-paging .page-item:first-child .page-link,
.iq-compensation-paging .page-item:last-child .page-link {
  border-radius: unset;
}

.iq-compensation-paging .page-link.disabled {
  background-color: unset;
}

.iq-compensation-truncate,
.iq-compensation-truncates {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  max-width: 100%;
}

#iq-compensation.require_users_search .iq-compensation-search-listings {
  margin-bottom: 72px;
}

#iq-compensation.require_users_search .iq-compensation-search-listings .iq-compensation-search {
  height: 48px !important;
}

#iq-compensation.require_users_search .iq-compensation-search-listings .search_listings_location {
  width: 502px !important;
}

.iq-compensation-search-listings-empty-state {
  margin-bottom: 92px;
}

.iq-compensation-listing-info-text {
  margin-top: 16px !important;
}

#bay_compensation_search_listings_form-location {
  color: #2d2926 !important;
  border: 1px solid #d9d9d9;
  border-radius: unset;
  padding: 8px 16px;
}

.iq-compensation-listing-info-text p,
#bay_compensation_search_listings_form-location::placeholder {
  color: #666972 !important;
}

.iq-compensation-listing-info-text p,
#bay_compensation_search_listings_form-location::placeholder,
#bay_compensation_search_listings_form-location {
  font-family: var(--bay-body-font) !important;
  font-size: var(--bay-font-size--101) !important;
  font-weight: var(--bay-font-weight-300);
  line-height: var(--bay-line-height--150);
}

.iq-compensation-search-listings .autocomplete-suggestions strong,
.iq-compensation-search-listings .autocomplete-suggestions .listing-address {
  color: #2d2926 !important;
  font-family: var(--bay-body-font) !important;
  font-weight: var(--bay-font-weight-300) !important;
  font-size: var(--bay-font-size--101) !important;
}

.iq-compensation-search-listings .autocomplete-suggestions .listing-address {
  font-size: var(--bay-font-size--100) !important;
}

#iq-compensation.require_users_search #bay_compensation_search_listings_form {
  margin-top: 40px !important;
}

.iq-compensation-filter .select2-container .select2-selection--single {
  height: 48px !important;
}

.iq-compensation-filter .select2-container--default.select2-container--focus .select2-selection--single,
.iq-compensation-filter .select2-container--default .select2-search__field {
  border-color: #86b7fe !important;
  box-shadow: 0 0 0 0.15rem rgba(59, 130, 246, 0.25);
}

.iq-compensation-filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: inline-block;
  width: 16px !important;
  height: 50px !important;
  background-image: url("/assets/img/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  border-style: none !important;
  position: unset !important;
}

.iq-compensation-filter .select2-results__option--highlighted {
  background-color: rgba(1, 33, 105, 0.0392156863) !important;
  color: #2d2926 !important;
}

.iq-compensation-filter .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #666972 !important;
  font-size: var(--bay-font-size--101) !important;
  font-weight: var(--bay-font-weight-300) !important;
  text-transform: capitalize !important;
}

.iq-compensation-filter .select2-container--default .select2-results > .select2-results__options {
  max-height: 242px !important;
}

.iq-compensation-filter .select2-container--default .select2-selection--single {
  background-color: #fff !important;
  border: 1px solid #d9d9d9 !important;
  height: 48px !important;
  padding: 11px 12px 11px 16px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 0 !important;
}

.iq-compensation-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: var(--bay-body-font) !important;
  font-weight: var(--bay-font-weight-300);
  color: #666972 !important;
  font-size: var(--bay-font-size--101);
  line-height: var(--bay-line-height--1625);
  padding-left: 0 !important;
}

.iq-compensation-filter .select2-selection .select2-selection__arrow,
.iq-compensation-filter .select2-selection .select2-selection__rendered {
  margin: 0 !important;
}

.iq-compensation-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
  right: 8px;
}

.iq-compensation-filter .select2-dropdown {
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
  overflow: hidden;
}

.iq-compensation-filter .select2-results__option {
  padding: 4px 16px !important;
  font-size: var(--bay-font-size--101) !important;
  font-weight: var(--bay-font-weight-300) !important;
  font-family: var(--bay-body-font) !important;
  color: #2d2926 !important;
}

.iq-compensation-filter .select2-results__options {
  max-height: 160px;
  overflow-y: auto;
}

.iq-compensation-filter .select2-results__options::-webkit-scrollbar {
  width: 5px;
}

.iq-compensation-filter .select2-results__options::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 3px;
}

.iq-compensation-filter .select2-results__options::-webkit-scrollbar-track {
  background: #eee;
}

@media (max-width: 1110px) {
  .iq-compensation-search button {
    font-size: var(--bay-font-size--100);
  }
}
@media (max-width: 920px) {
  .iq-compensation-search input,
  .iq-compensation-search {
    width: 100% !important;
  }
}
@media (max-width: 633px) {
  .iq-compensation-header {
    padding-top: 32px !important;
    line-height: var(--bay-line-height--250);
    font-size: var(--bay-font-size--2000);
  }
  .iq-compensation-header .iq-compensation-heading {
    font-size: var(--bay-font-size--2000) !important;
    line-height: var(--bay-line-height--250) !important;
    margin-bottom: 4px;
  }
  .iq-compensation-header {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .iq_compensation_filter_search {
    padding: 24px 12px;
  }
  .iq_compensation_filter_search > div {
    height: 40px !important;
  }
  #iq_compensation_filter {
    height: 40px;
    width: 40px;
    padding: 0;
    margin-left: 0 !important;
    margin-right: 12px !important;
  }
  #iq_compensation_filter svg {
    margin-right: 0 !important;
  }
  #iq_compensation_filter span {
    display: none !important;
  }
  .iq-compensation-search {
    justify-content: center;
  }
  .iq-compensation-search.state {
    padding: 0 !important;
  }
  .iq-compensation-search:nth-child(2) {
    width: 100%;
  }
  .iq-compensation-search button {
    align-items: center;
    justify-content: center;
    width: 40px;
    height: auto;
  }
  .iq-compensation-search button img {
    margin-right: 0;
  }
  .iq-compensation-search button span {
    display: none;
  }
  .iq-compensation-search input {
    height: inherit;
    width: 100% !important;
  }
  .iq-compensation-filter .offcanvas-header .offcanvas-title {
    font-size: var(--bay-font-size--101);
    line-height: var(--bay-line-height--1375);
  }
  .iq-compensation-filter .offcanvas-body .form-label {
    line-height: var(--bay-line-height--100);
  }
  .iq-compensation-filter .offcanvas-footer button,
  .iq-compensation-filter .offcanvas-footer input {
    line-height: var(--bay-line-height--125);
  }
  .iq-compensation-filter .select2-container {
    height: 48px !important;
  }
  .iq-compensation-listings-table {
    display: none;
  }
  .iq-compensation-listings {
    display: block;
  }
  .iq-compensation-listing-mob:nth-child(even) {
    background-color: #f7f7f7;
  }
  .iq-compensation-listing-mob {
    padding: 12px 24px;
  }
  .iq-compensation-listing-details-mob img {
    width: 50px;
    height: 38px;
    border: 1px solid #d9d9d9;
    margin: 3px 4px 3px 0;
  }
  .iq-compensation-listing-details-mob div:first-child a span,
  .iq-compensation-listing-details-mob div:first-child a div,
  .iq-compensation-office-details-mob h6 {
    font-family: var(--bay-body-font) !important;
    font-size: var(--bay-font-size--101);
    line-height: var(--bay-line-height--1375);
    color: var(--bay-maincolor);
  }
  .iq-compensation-listing-details-mob div:last-child span,
  .iq-compensation-office-details-mob span,
  .iq-compensation-office-details-mob span a {
    font-family: var(--bay-body-font) !important;
    font-size: var(--bay-font-size--101);
    line-height: var(--bay-line-height--150);
  }
  .iq-compensation-listing-details-mob div:last-child span {
    color: #2d2926;
  }
  .iq-compensation-office-details-mob span,
  .iq-compensation-office-details-mob span a {
    color: var(--bay-maincolor) !important;
  }
  .iq-compensation-bo-mob div span {
    font-family: var(--bay-body-font) !important;
    font-size: var(--bay-font-size--0075);
    line-height: var(--bay-line-height--100);
    color: #4b4c4f;
  }
  .iq-compensation-bo-mob > span span {
    font-family: var(--bay-body-font) !important;
    font-size: var(--bay-font-size--101);
    line-height: var(--bay-line-height--150);
    color: #666972;
  }
  #bay_compensation_search_listings_form .iq-compensation-search {
    width: 100% !important;
    height: 40px !important;
  }
  #iq-compensation.require_users_search .iq-compensation-search-listings {
    margin-bottom: 56px !important;
  }
  #iq-compensation.require_users_search #bay_compensation_search_listings_form {
    margin-top: 24px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .iq-compensation-search-listings-empty-state {
    margin-bottom: 64px;
  }
  #bay_compensation_search_listings_form-location {
    padding: 12px 16px !important;
  }
  .iq-compensation-paging ul {
    padding-bottom: 0;
  }
  .iq-compensation-paging #total-real-estate-count {
    display: none;
  }
  .iq-compensation-paging {
    display: flex;
    justify-content: center;
    padding-top: 24px;
    padding-bottom: 32px;
    padding-left: 0 !important;
  }
  .iq-compensation-paging .pagination {
    flex-wrap: wrap;
  }
  .iq-compensation-paging ul li a {
    height: 40px;
    width: 40px;
  }
  .iq-compensation-paging a:link {
    padding: 8px 13px;
    width: 48px;
    height: 48px;
  }
}
@media (min-width: 633px) {
  #iq-compensation.require_users_search .iq-compensation-search-listings {
    width: fit-content;
    justify-self: center;
  }
}
@media (min-width: 634px) and (max-width: 768px) {
  .iq-compensation-listing-tdata a * {
    font-size: 14px;
  }
  .iq-compensation-listing-agent-tdata div:nth-child(2) h6 {
    font-size: 14px;
  }
  .iq-compensation-listing-agent-tdata div:nth-child(2) span {
    font-size: 14px;
  }
  .iq-compensation-header {
    padding: 40px 20px 0 20px !important;
  }
  .iq_compensation_filter_search {
    padding: 40px 20px;
  }
  .iq-compensation-listings-table {
    padding: 0 20px 40px 20px !important;
  }
  .iq-compensation-listings-table .iq-compensation-listing-bo-tdata {
    font-size: 14px;
  }
  .iq-compensation-paging {
    padding-left: 20px !important;
  }
}
/*------------------------------------------------------------------
	Media Query Template
-------------------------------------------------------------------*/
@media (max-width: 479px) {
  /* Extra small devicesPhones (<480px)*/
}
@media (min-width: 480px) and (max-width: 767px) {
  /* Extra small devicesPhones (<768px)*/
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Small devices Tablets (>=768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* Medium devices Desktops (>=992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /* Large devicesDesktops (>=1200px)*/
}
@media (min-width: 1920px) {
  /* HD devices Desktops (>=1920px)*/
  /* Full Height: 692px 538px */
  /* 416px 262px */
}
/*	Defaults (Applies to All Templats)
-------------------------------------------------------------------*/
.st-inside-content-lifted > .container,
.st-inside-content-lifted > .container-fluid {
  margin-top: -150px;
  padding: 0;
}

.v2-05 #iq_communities .iq-communities-header {
  color: black;
}

.st-inside-content-lowered > .container,
.st-inside-content-lowered > .container-fluid {
  margin-top: 165px;
  padding: 0;
}

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

.v2-13 #iq_lead_form input, .v2-12 #iq_lead_form input {
  font-size: 14px;
  margin: 0;
}

@media (max-width: 386px) {
  .v2-13 #iq_validation_code, .v2-12 #iq_validation_code {
    margin-top: -25px;
  }
}
@media (max-width: 425px) {
  .v2-13 .houseValueForm {
    height: 162vh !important;
  }
}
@media (min-width: 991px) {
  .v2-13 #iq_housevalue_form .houseValueForm {
    height: 92vh !important;
  }
}
@media (min-width: 479px) {
  .instantValuationForm {
    top: 97px;
  }
  .v2-09 .instantValuationForm {
    top: 0;
  }
  .v2-06 .instantValuationForm {
    top: 150px;
  }
}
@media (max-width: 478px) {
  .v2-04 .instantValuationForm, .v2-08 .instantValuationForm {
    top: 47px;
  }
}
.v2-03 .instantValuationForm {
  top: 234px;
}

/*	Template 01
-------------------------------------------------------------------*/
.st-01 .ui-state-hover,
.st-01 .ui-widget-content .ui-state-hover,
.st-01 .ui-widget-header .ui-state-hover,
.st-01 .ui-state-focus, .ui-widget-content .ui-state-focus,
.st-01 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}

.st-01 .st-homepage-wrapper .carousel-inner {
  z-index: 1 !important;
}

.st-01 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px var(--bay-highlighttext) solid;
  padding: 30px 30px 0 30px;
}

.st-01 .st-inside-content-wrapper .st-header-carousel-01 {
  height: 300px;
  min-height: 300px;
  z-index: -1;
}

.st-01 .st-inside-content-wrapper .container {
  margin-top: -150px;
}

.st-01 .st-inside-content-wrapper.st-inside-content-noheader .container {
  margin-top: 0;
}

.st-01 .ui-state-hover,
.st-01 .ui-widget-content .ui-state-hover,
.st-01 .ui-widget-header .ui-state-hover,
.st-01 .ui-state-focus, .ui-widget-content .ui-state-focus,
.st-01 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}

.st-01 .st-homepage-wrapper .carousel-inner {
  z-index: 1 !important;
}

.st-01 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px var(--bay-highlighttext) solid;
  padding: 30px 30px 0 30px;
}

.st-01 .st-inside-content-wrapper .st-header-carousel-01 {
  height: 300px;
  min-height: 300px;
  z-index: -1;
}

@media (max-width: 479px) {
  /* Extra small devicesPhones (<768px)*/
  .st-01 .st-inside-content-wrapper .container {
    margin-top: 0;
    padding: 0;
  }
  .st-01 .st-inside-content-wrapper .st-header-carousel-01 {
    height: 100px;
    min-height: 100px;
    z-index: -1;
  }
  .st-01 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-01 .st-sitemenu-03 {
    padding: 5px 20px 0 0;
  }
  .st-01 .st-sitemenu-03 .navbar-brand img {
    max-height: 40px;
    margin-top: 2px;
  }
  .st-01 .st-sitemenu-03 .navbar-toggle {
    margin-top: 7px;
    border-style: none;
  }
  .st-01 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
    max-height: 420px !important;
  }
  .st-01 .st-inside-content-wrapper .st-header-carousel-01 {
    height: 100px;
    min-height: 100px;
    z-index: -1;
  }
  .st-01 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-01 .st-sitemenu-03 {
    padding: 5px 20px 0 0;
  }
  .st-01 .st-sitemenu-03 .navbar-brand img {
    max-height: 40px;
    margin-top: 2px;
  }
  .st-01 .st-sitemenu-03 .navbar-toggle {
    margin-top: 7px;
    border-style: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* Extra small devicesPhones (<768px)*/
  .st-01 .st-inside-content-wrapper .st-header-carousel-01 {
    height: 100px;
    min-height: 100px;
    z-index: -1;
  }
  .st-01 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-01 .st-inside-content-wrapper .st-header-carousel-01 {
    height: 100px;
    min-height: 100px;
    z-index: -1;
  }
  .st-01 .iq-pg-header h1 {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Small devices Tablets (>=768px)*/
  .st-01 .st-inside-content-wrapper .st-header-carousel-01 {
    height: 100px;
    min-height: 100px;
    z-index: -1;
  }
  .st-01 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-01 .st-inside-content-wrapper .st-header-carousel-01 {
    height: 100px;
    min-height: 100px;
    z-index: -1;
  }
  .st-01 .iq-pg-header h1 {
    font-size: 35px;
  }
}
/*	Template 02
-------------------------------------------------------------------*/
.st-02 .ui-state-hover,
.st-02 .ui-widget-content .ui-state-hover,
.st-02 .ui-widget-header .ui-state-hover,
.st-02 .ui-state-focus,
.st-02 .ui-widget-content .ui-state-focus,
.st-02 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}

.st-02 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px var(--bay-highlighttext) solid;
  padding: 30px 30px 0 30px;
}

.st-02 .st-inside-content-wrapper .st-header-carousel-01 {
  height: 300px;
  min-height: 300px;
  z-index: -1;
}

.st-02 .st-inside-content-wrapper .container {
  margin-top: -150px;
}

.st-02 .st-inside-content-wrapper.st-inside-content-noheader .container {
  margin-top: 0;
}

@media (max-width: 479px) {
  /* Extra small devicesPhones (<768px)*/
  .st-02 .st-inside-content-wrapper .container {
    margin-top: 0;
    padding: 0;
  }
  .st-02 .st-inside-content-wrapper .st-header-carousel-01 {
    height: 100px;
    min-height: 100px;
    z-index: -1;
  }
  .st-02 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-02 .st-sitemenu-04 {
    padding: 5px 20px 0 0;
  }
  .st-02 .st-sitemenu-04 .navbar-brand img {
    max-height: 40px;
    margin-top: 2px;
  }
  .st-02 .st-sitemenu-04 .navbar-toggle {
    margin-top: 7px;
    border-style: none;
  }
  .st-02 .iq-agent-profile {
    margin-top: 60px;
  }
  .st-02 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
    max-height: 420px !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* Extra small devicesPhones (<768px)*/
  .st-02 .st-inside-content-wrapper .st-header-carousel-01 {
    height: 100px;
    min-height: 100px;
    z-index: -1;
  }
  .st-02 .iq-pg-header h1 {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Small devices Tablets (>=768px)*/
  .st-02 .st-inside-content-wrapper .st-header-carousel-01 {
    height: 100px;
    min-height: 100px;
    z-index: -1;
  }
  .st-02 .iq-pg-header h1 {
    font-size: 35px;
  }
}
/*	Template 03
-------------------------------------------------------------------*/
.st-03 .ui-state-hover,
.st-03 .ui-widget-content .ui-state-hover,
.st-03 .ui-widget-header .ui-state-hover,
.st-03 .ui-state-focus, .ui-widget-content .ui-state-focus,
.st-03 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}

.st-03 #st_section_01 {
  z-index: 10;
}

.st-03 .st-homepage-wrapper .carousel-inner {
  z-index: 1 !important;
}

.st-03 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px var(--bay-highlighttext) solid;
  padding: 30px 30px 0 30px;
}

.st-03 .st-inside-content-wrapper .st-header-carousel-02 {
  height: 300px;
  min-height: 300px;
  z-index: -1;
}

.st-03 [data-page=house-value] [data-section=companylogo] img {
  height: 50px;
}

.st-03 [data-page=house-value] .st-sitemenu-05 a {
  color: #666666;
}

.st-03 .st-inside-content-wrapper .container {
  margin-top: -150px;
}

.st-03 .st-inside-content-wrapper.st-inside-content-noheader .container {
  margin-top: 0;
}

@media (max-width: 479px) {
  /* Extra small devicesPhones (<768px)*/
  .st-03 .st-inside-content-wrapper .container {
    margin-top: 200px;
    padding: 0;
  }
  .st-03 .st-inside-content-wrapper .st-header-carousel-02 {
    height: 100px;
    min-height: 100px;
    z-index: -1;
  }
  .st-03 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-03 .st-sitemenu-05 {
    padding: 0;
    margin: 10px 0 0 0;
  }
  .st-03 .st-sitemenu-05 .navbar-toggle {
    color: #000000;
  }
  .st-03 .st-header-carousel-wrapper {
    display: block;
    max-height: 132px !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* Extra small devicesPhones (<768px)*/
  .st-03 .st-inside-content-wrapper .st-header-carousel-02 {
    height: 100px;
    min-height: 100px;
    z-index: -1;
  }
  .st-03 .iq-pg-header h1 {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Small devices Tablets (>=768px)*/
  .st-03 .st-inside-content-wrapper .st-header-carousel-02 {
    height: 100px;
    min-height: 100px;
    z-index: -1;
  }
  .st-03 .iq-pg-header h1 {
    font-size: 35px;
  }
}
/*	Template 04
-------------------------------------------------------------------*/
.st-04 .st-site-wrapper {
  height: 100%;
}

.st-04 .ui-state-hover,
.st-04 .ui-widget-content .ui-state-hover,
.st-04 .ui-widget-header .ui-state-hover,
.st-04 .ui-state-focus,
.st-04 .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}

.st-04 .st-homepage-wrapper .carousel-inner {
  z-index: 1 !important;
}

.st-04 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px var(--bay-highlighttext) solid;
  padding: 30px 30px 0 30px;
}

.st-04 .st-inside-content-wrapper .st-header-carousel-02 {
  height: 300px;
  min-height: 300px;
  z-index: -1;
}

.st-04 .st-header-carousel-02 {
  margin-top: 0;
}

.st-04 .st-sitemenu-07 a {
  text-align: left;
}

.st-04 .agent-name {
  font-size: 14px;
}

.st-04 [data-page=house-value] .st-sitemenu-07 {
  background-color: var(--bay-bodycolor);
}

.st-04 [data-page=house-value] .st-sitemenu-07 a {
  color: #666666;
}

.st-04 .st-inside-content-wrapper .container {
  margin-top: -150px;
}

.st-04 .st-inside-content-wrapper.st-inside-content-noheader .container {
  margin-top: 0;
}

@media (max-width: 479px) {
  /* Extra small devicesPhones (<768px)*/
  .st-04 [data-page=agent] .st-inside-content-wrapper {
    margin-top: 100px;
  }
  .st-04 .st-inside-content-wrapper .container {
    margin-top: 200px;
    padding: 0;
  }
  .st-04 .st-inside-content-wrapper .st-header-carousel-02 {
    height: 100px;
    min-height: 100px;
    z-index: -1;
  }
  .st-04 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-04 .st-sitemenu-07 {
    padding: 5px 20px 0 0;
  }
  .st-04 .st-sitemenu-07 .navbar-brand img {
    max-height: 40px;
    margin-top: 2px;
  }
  .st-04 .st-sitemenu-07 .navbar-toggle {
    margin-top: 7px;
    border-style: none;
  }
  .st-04 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
    max-height: 420px !important;
  }
  .st-04 [data-section=header_carousel] {
    height: 75px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* Extra small devicesPhones (<768px)*/
  .st-04 .st-inside-content-wrapper .st-header-carousel-02 {
    height: 100px;
    min-height: 100px;
    z-index: -1;
  }
  .st-04 .iq-pg-header h1 {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Small devices Tablets (>=768px)*/
  .st-04 .st-inside-content-wrapper .st-header-carousel-02 {
    height: 100px;
    min-height: 100px;
    z-index: -1;
  }
  .st-04 .iq-pg-header h1 {
    font-size: 35px;
  }
}
/*	Template 05
-------------------------------------------------------------------*/
.st-05 .st-site-wrapper {
  height: 100%;
}

.st-05 .ui-state-hover,
.st-05 .ui-widget-content .ui-state-hover,
.st-05 .ui-widget-header .ui-state-hover,
.st-05 .ui-state-focus,
.st-05 .ui-widget-content .ui-state-focus,
.st-05 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}

.st-05 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px var(--bay-highlighttext) solid;
  padding: 30px 30px 0 30px;
}

.st-05 .st-inside-content-wrapper .st-header-carousel-03 {
  background-position: center top;
  height: 300px;
  min-height: 300px;
  background-size: cover;
}

.st-05 .st-featuredhomes-03 {
  margin-top: 50px;
}

.st-05 .st-inside-content-wrapper .container {
  margin-top: -150px;
}

.st-05 .st-inside-content-wrapper.st-inside-content-noheader .container {
  margin-top: 0;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (<768px)*/
  .st-05 .st-inside-content-wrapper .container {
    margin-top: 0;
    padding: 0;
  }
  .st-05 .st-inside-content-wrapper .st-header-carousel-03 {
    height: 100px;
    min-height: 100px;
  }
  .st-05 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-05 .st-sitemenu-06 {
    padding: 5px 20px 0 10px;
  }
  .st-05 .st-sitemenu-06 .navbar-brand img {
    max-height: 40px;
    margin-top: 2px;
  }
  .st-05 .st-sitemenu-06 .navbar-toggle {
    margin-top: 8px;
    border-style: none;
  }
  .st-05 .st-header-carousel-03 {
    max-height: 420px !important;
  }
  .st-05 .st-header-carousel-03 .st-carousel-inner {
    max-height: 420px !important;
  }
  .st-05 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
    max-height: 420px !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (<768px)*/
  .st-05 .st-inside-content-wrapper .st-header-carousel-03 {
    height: 100px;
    min-height: 100px;
  }
  .st-05 .iq-pg-header h1 {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (>=768px)*/
  .st-05 .st-inside-content-wrapper .st-header-carousel-03 {
    height: 100px;
    min-height: 100px;
  }
  .st-05 .iq-pg-header h1 {
    font-size: 35px;
  }
}
/*	Template 06
-------------------------------------------------------------------*/
.st-06 .st-site-wrapper {
  height: 100%;
}

.st-06 .ui-state-hover,
.st-06 .ui-widget-content .ui-state-hover,
.st-06 .ui-widget-header .ui-state-hover,
.st-06 .ui-state-focus, .ui-widget-content .ui-state-focus,
.st-06 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}

.st-06 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px var(--bay-highlighttext) solid;
  padding: 30px 30px 0 30px;
}

.st-06 .st-inside-content-wrapper .st-header-carousel-03 {
  background-position: center top;
  height: 300px;
  min-height: 300px;
  background-size: cover;
}

.st-06 .st-featuredhomes-03 {
  margin-top: 50px;
}

.st-06 .st-inside-content-wrapper .container {
  margin-top: -125px;
}

.st-06 .st-inside-content-wrapper.st-inside-content-noheader .container {
  margin-top: 0;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (<768px)*/
  .st-06 .st-inside-content-wrapper .container {
    margin-top: 0;
    padding: 0;
  }
  .st-06 .st-inside-content-wrapper .st-header-carousel-03 {
    height: 100px;
    min-height: 100px;
  }
  .st-06 .iq-pg-header h1 {
    font-size: 18px;
  }
  .st-06 .st-sitemenu-08 {
    padding: 5px 10px 5px 10px;
  }
  .st-06 .st-sitemenu-08 .navbar-brand img {
    max-height: 40px;
    margin-top: 2px;
  }
  .st-06 .st-sitemenu-08 .navbar-toggle {
    margin-top: 7px;
    border-style: none;
  }
  .st-06 .st-sitemenu-08 a {
    padding: 0;
  }
  .st-06 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
    max-height: 420px !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (<768px)*/
  .st-06 .st-inside-content-wrapper .st-header-carousel-03 {
    height: 100px;
    min-height: 100px;
  }
  .st-06 .iq-pg-header h1 {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (>=768px)*/
  .st-06 .st-inside-content-wrapper .st-header-carousel-03 {
    height: 100px;
    min-height: 100px;
  }
  .st-06 .iq-pg-header h1 {
    font-size: 35px;
  }
}
/*	Template 07
-------------------------------------------------------------------*/
.st-07 .st-site-wrapper {
  height: 100%;
}

.st-07 .ui-dialog {
  z-index: 12004;
}

.st-07 [page|=listings] .st-social-top-wrap {
  box-shadow: none !important;
}

.st-07 .ui-state-hover,
.st-07 .ui-widget-content .ui-state-hover,
.st-07 .ui-widget-header .ui-state-hover,
.st-07 .ui-state-focus,
.st-07 .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}

.st-07 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px var(--bay-highlighttext) solid;
  padding: 30px 30px 0 30px;
}

.st-07 .st-inside-content-wrapper .st-inside-header {
  background: url(/sitetemplates/07/img/header.jpg);
  background-repeat: no-repeat;
  background-position: center;
  height: 300px;
  background-size: cover;
}

.st-07 .st-social-top-wrap {
  color: var(--bay-bodytext);
  font-size: 20px;
  line-height: 20px;
  text-align: right;
  width: 100%;
  position: fixed;
  z-index: 12000;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.st-07 .st-social-top-wrap ul {
  margin: 0 80px 0 0;
}

.st-07 .st-social-top-wrap li {
  display: inline-block;
  float: right;
  text-transform: uppercase;
  color: var(--bay-bodytext);
  font-size: 12px;
  line-height: 20px;
  padding: 15px 0;
}

.st-07 .st-social-top-wrap li a {
  text-decoration: underline;
}

.st-07 .st-social-top-wrap .st-social-divider {
  padding: 0 15px;
}

.st-07 .st-inside-content-wrapper .container {
  margin-top: -150px;
}

.st-07 .st-inside-content-wrapper.st-inside-content-noheader .container {
  margin-top: 0;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (<768px)*/
  .st-07 .st-inside-content-wrapper .container {
    margin-top: 0;
    padding: 0;
  }
  .st-07 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-07 .iq-pg-body {
    margin-top: 55px;
  }
  .st-07 body {
    position: relative;
  }
  .st-07 .st-social-top-wrap .st-social-divider {
    padding: 0 10px;
  }
  .st-07 .iq-search-layout-2 .iq-listings-filters {
    position: inherit !important;
    height: inherit !important;
    margin: 0 -15px !important;
    box-shadow: none !important;
    z-index: 3;
    background-color: var(--bay-bodycolor);
  }
  .st-07 .st-searchform-05 #agent_multifield_autocomplete {
    height: 50px;
  }
  .st-07 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (<768px)*/
  .st-07 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-07 body {
    position: relative;
  }
  .st-07 .st-social-top-wrap .st-social-divider {
    padding: 0 10px;
  }
  .st-07 .iq-search-layout-2 .iq-listings-filters {
    position: inherit !important;
    height: inherit !important;
    margin: 0 -15px !important;
    box-shadow: none !important;
    z-index: 3;
    background-color: var(--bay-bodycolor);
  }
  .st-07 .st-searchform-05 #agent_multifield_autocomplete {
    height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (>=768px)*/
  .st-07 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-07 .st-social-top-wrap .st-social-divider {
    padding: 0 10px;
  }
  .st-07 .iq-search-layout-2 .iq-listings-filters {
    position: inherit !important;
    height: inherit !important;
    margin: 0 -15px !important;
    box-shadow: none !important;
    z-index: 3;
    background-color: var(--bay-bodycolor);
  }
}
.v2-04, .v2-05 {
  width: 100%;
  overflow-x: hidden;
}

.v2-01 .required_symbol:after {
  color: #e32;
  content: " *";
  font-size: 12px;
  display: inline;
}

/*	Template v2-07
-------------------------------------------------------------------*/
.v2-07 .img-circle {
  border-radius: 50%;
}

.v2-07 .st-site-wrapper {
  height: 100%;
}

.v2-07 .st-homepage-wrapper .carousel-inner {
  height: 100vh;
}

.v2-07 .ui-state-hover,
.v2-07 .ui-widget-content .ui-state-hover,
.v2-07 .ui-widget-header .ui-state-hover,
.v2-07 .ui-state-focus,
.v2-07 .ui-widget-content .ui-state-focus,
.v2-07 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}

.v2-07 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px var(--bay-highlighttext) solid;
  padding: 30px 30px 0 30px;
}

.v2-07 .st-inside-content-wrapper .st-inside-header {
  background: url(/sitetemplates/25/img/header.jpg) no-repeat top;
  background-position: center;
  height: 300px;
  background-size: cover;
}

.v2-07 .st-footer-01 footer {
  background-color: var(--bay-sitecolor);
  color: var(--bay-bodytext);
}

.v2-07 .st-footer-01 footer li,
.v2-07 .st-footer-01 footer a:link,
.v2-07 .st-footer-01 footer a:visited,
.v2-07 .st-footer-01 footer a:hover,
.v2-07 .st-footer-01 footer a:active {
  color: var(--bay-bodytext);
}

.v2-07 .st-inside-content-wrapper .container {
  margin-top: -150px;
}

.v2-07 .st-inside-content-wrapper.st-inside-content-noheader .container {
  margin-top: 0;
}

.nearby-btn {
  right: 70px;
  top: 10px;
}

@media (max-width: 479px) {
  .nearby-btn {
    right: 120px;
    top: 52px;
  }
  .search-row {
    margin-top: 20px !important;
  }
}
/*	Template 08
-------------------------------------------------------------------*/
.st-08 .st-site-wrapper {
  height: 100%;
}

.st-08 .st-searchform-07 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  text-align: center;
}

.st-08 .st-searchform-07 .st-searchform-contents {
  vertical-align: middle;
  height: 100vh;
  display: table-cell;
  margin: 0 auto;
}

.st-08 .st-searchform-07 ul li {
  text-align: left;
}

.st-08 .ui-state-hover, .ui-widget-content .ui-state-hover,
.st-08 .ui-widget-header .ui-state-hover,
.st-08 .ui-state-focus, .ui-widget-content .ui-state-focus,
.st-08 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}

.st-08 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px var(--bay-highlighttext) solid;
  padding: 30px 30px 0 30px;
}

.st-08 .st-inside-content-wrapper .st-inside-header {
  background: url(/sitetemplates/08/img/header.jpg) no-repeat top;
  background-position: center;
  height: 300px;
  background-size: cover;
}

.st-08 .st-inside-content-wrapper .container {
  margin-top: -150px;
}

.st-08 .st-inside-content-wrapper.st-inside-content-noheader .container {
  margin-top: 0;
}

.st-08 [data-section=companylogo],
.st-08 [data-section=phone_number] {
  position: relative;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (<768px)*/
  .st-08 .st-inside-content-wrapper .container {
    margin-top: 0;
    padding: 0;
  }
  .st-08 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-08 .iq-pg-body {
    margin-top: 55px;
  }
  .st-08 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  /*Extra small devicesPhones (<768px)*/
  .st-08 .iq-pg-header h1 {
    font-size: 35px;
  }
}
/*	Template 09
-------------------------------------------------------------------*/
.st-09 .st-site-wrapper {
  height: 100%;
}

.st-09 .st-searchform-07 {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100vh - 146px);
  width: 100%;
  text-align: center;
}

.st-09 .st-searchform-07 .st-searchform-contents {
  vertical-align: middle;
  height: calc(100vh - 146px);
  display: table-cell;
  margin: 0 auto;
}

.st-09 .st-searchform-07 ul li {
  text-align: left;
}

.st-09 .st-homepage-wrapper .carousel-inner {
  height: 100vh;
}

.st-09 .ui-state-hover,
.st-09 .ui-widget-content .ui-state-hover,
.st-09 .ui-widget-header .ui-state-hover,
.st-09 .ui-state-focus, .ui-widget-content .ui-state-focus,
.st-09 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}

.st-09 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px var(--bay-highlighttext) solid;
  padding: 30px 30px 0 30px;
}

.st-09 .st-inside-content-wrapper .st-inside-header {
  background: url(/sitetemplates/09/img/header.jpg) no-repeat top;
  background-position: center top;
  height: 300px;
  background-size: cover;
}

.st-09 .st-header-carousel-11 .iq-carousel-caption {
  text-align: right;
  position: absolute;
  bottom: 200px;
  right: 90px;
}

.st-09 .st-inside-content-wrapper .container {
  margin-top: -150px;
}

.st-09 .st-inside-content-wrapper.st-inside-content-noheader .container {
  margin-top: 0;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (<768px)*/
  .st-09 .st-inside-content-wrapper .container {
    margin-top: 0;
    padding: 0;
  }
  .st-09 .st-searchform-07 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    text-align: center;
  }
  .st-09 .st-searchform-07 .st-searchform-contents {
    vertical-align: middle;
    height: 100vh;
    display: table-cell;
    margin: 0 auto;
  }
  .st-09 .st-homepage-wrapper .carousel-inner {
    height: 100vh;
  }
  .st-09 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-09 .iq-pg-body {
    margin-top: 15px;
  }
  .st-09 .st-sitemenu-01 {
    position: inherit !important;
    min-height: 60px;
    padding: 6px 0 0 0;
  }
  .st-09 .st-sitemenu-01 .navbar-toggle {
    border-style: none;
  }
  .st-09 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
  }
  .st-09 .st-searchform-07 .st-listings-getlocation {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  /*Extra small devicesPhones (<768px)*/
  .st-09 .st-inside-content-wrapper .container {
    margin-top: 0;
    padding: 0;
  }
  .st-09 .iq-pg-header h1 {
    font-size: 35px;
  }
}
/*	Template 11
-------------------------------------------------------------------*/
.st-11 .st-site-wrapper {
  height: 100%;
}

.st-11 .ui-state-hover,
.st-11 .ui-widget-content .ui-state-hover,
.st-11 .ui-widget-header .ui-state-hover,
.st-11 .ui-state-focus,
.st-11 .ui-widget-content .ui-state-focus,
.st-11 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}

.st-11 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px var(--bay-highlighttext) solid;
  padding: 30px 30px 0 30px;
}

.st-11 .st-homepage-wrapper .st-header-carousel-wrapper {
  min-height: 420px;
}

.st-11 .st-inside-content-wrapper .st-header-carousel-wrapper {
  height: 100px;
  min-height: 100px;
  z-index: -1;
}

.st-11 .st-homepage-wrapper .st-header-carousel-06,
.st-11 .st-inside-content-wrapper .st-header-carousel-06 {
  background-position: center top;
  background-size: cover;
}

.st-11 .st-myportal-04 {
  background-color: var(--bay-bodycolor);
}

.st-11 .st-myportal-04 .st-signin-btn {
  padding-right: 2px;
  height: 32px;
  text-transform: uppercase;
  width: 45%;
  background: var(--bay-sitecolor);
  color: var(--bay-highlightcolor);
  border: 0;
  font-size: 13px;
  border-bottom: 4px solid var(--bay-highlightcolor);
}

.st-11 .st-myportal-04 .st-register-btn {
  padding-right: 2px;
  height: 32px;
  text-transform: uppercase;
  width: 45%;
  background: var(--bay-sitecolor);
  color: var(--bay-highlightcolor);
  border: 0;
  font-size: 13px;
  border-bottom: 4px solid var(--bay-highlightcolor);
}

.st-11 .st-footer-01 footer {
  background-color: var(--bay-sitecolor);
  color: var(--bay-bodytext);
}

.st-11 .st-footer-01 footer li,
.st-11 .st-footer-01 footer a:link,
.st-11 .st-footer-01 footer a:visited,
.st-11 .st-footer-01 footer a:hover,
.st-11 .st-footer-01 footer a:active {
  color: var(--bay-bodytext);
}

.st-11 .st-footer-01 .st-footer-social a {
  border: 1px solid var(--bay-bodytext);
}

.st-11 .st-sitemenu-01 .st-sitemenu-social-links li a {
  border-style: none;
}

.st-11 .st-inside-content-wrapper .container {
  margin-top: -150px;
}

.st-11 .st-inside-content-wrapper.st-inside-content-noheader .container {
  margin-top: 0;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (<768px)*/
  .st-11 .st-inside-content-wrapper .container {
    margin-top: 0;
    padding: 0;
  }
  .st-11 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-11 .st-homepage-wrapper .st-header-carousel-wrapper {
    min-height: 570px;
  }
  .st-11 .st-sitemenu-01 {
    position: inherit !important;
    min-height: 60px;
    padding: 6px 0 0 10px;
  }
  .st-11 .st-sitemenu-01 .navbar-toggle {
    border-style: none;
  }
  .st-11 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
  }
  .st-11 .st-searchform-06 {
    top: 35%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (<768px)*/
  .st-11 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-11 .st-homepage-wrapper .st-header-carousel-wrapper {
    min-height: 570px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (>=768px)*/
  .st-11 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-11 .st-homepage-wrapper .st-header-carousel-wrapper {
    min-height: 550px;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (>=1200px)*/
  .st-11 .st-inside-content-wrapper .st-header-carousel-wrapper {
    height: 300px;
    min-height: 300px;
  }
}
@media (min-width: 1920px) {
  /*HD devices Desktops (>=1920px)*/
  /* Full Height: 692px 538px */
  /* 416px 262px */
  .st-11 .st-inside-content-wrapper .st-header-carousel-wrapper {
    height: 300px;
    min-height: 300px;
  }
}
/*	Template 12
-------------------------------------------------------------------*/
.st-12 .st-site-wrapper {
  height: 100%;
}

.st-12 .st-searchform-07 {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100vh - 146px);
  width: 100%;
  text-align: center;
}

.st-12 .st-searchform-07 .st-searchform-contents {
  vertical-align: middle;
  height: calc(100vh - 146px);
  display: table-cell;
  margin: 0 auto;
}

.st-12 .st-searchform-07 ul li {
  text-align: left;
}

.st-12 .st-homepage-wrapper .carousel-inner {
  height: calc(100vh - 146px);
}

.st-12 .ui-state-hover,
.st-12 .ui-widget-content .ui-state-hover,
.st-12 .ui-widget-header .ui-state-hover,
.st-12 .ui-state-focus, .ui-widget-content .ui-state-focus,
.st-12 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}

.st-12 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px var(--bay-highlighttext) solid;
  padding: 30px 30px 0 30px;
}

.st-12 .st-inside-content-wrapper .st-inside-header {
  background: url(/sitetemplates/12/img/header.jpg) no-repeat top;
  background-position: center;
  height: 300px;
  background-size: cover;
}

.st-12 .st-inside-content-wrapper .container {
  margin-top: -150px;
}

.st-12 .st-inside-content-wrapper.st-inside-content-noheader .container {
  margin-top: 0;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (<768px)*/
  .st-12 .st-inside-content-wrapper .container {
    margin-top: 0;
    padding: 0;
  }
  .st-12 .st-searchform-07 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    text-align: center;
  }
  .st-12 .st-searchform-07 .st-searchform-contents {
    vertical-align: middle;
    height: 100vh;
    display: table-cell;
    margin: 0 auto;
  }
  .st-12 .st-homepage-wrapper .carousel-inner {
    height: 100vh;
  }
  .st-12 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-12 .st-sitemenu-01 {
    position: inherit !important;
    min-height: 60px;
    padding: 6px 0 0 10px;
  }
  .st-12 .st-sitemenu-01 .navbar-toggle {
    border-style: none;
  }
  .st-12 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
  }
  .st-12 #st_section_02 {
    position: initial;
  }
  .st-12 .iq-pg-body {
    margin-top: 15px;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  /*Extra small devicesPhones (<768px)*/
  .st-12 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-12 #st_section_02 {
    position: initial;
  }
}
.v2-12 #multifield_autocomplete {
  border-right: 0;
}

@media screen and (max-width: 861px) {
  .v2-12 #search-button-addon {
    padding: 0.2rem 1rem;
  }
}
/*	Template 13
-------------------------------------------------------------------*/
.st-13 .st-site-wrapper {
  height: 100%;
}

.st-13 .st-searchform-07 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  text-align: center;
}

.st-13 .st-searchform-07 .st-searchform-contents {
  vertical-align: middle;
  height: 100vh;
  display: table-cell;
  margin: 0 auto;
}

.st-13 .st-searchform-07 ul li {
  text-align: left;
}

.st-13 .ui-state-hover,
.st-13 .ui-widget-content .ui-state-hover,
.st-13 .ui-widget-header .ui-state-hover, .ui-state-focus,
.st-13 .ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}

.st-13 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px var(--bay-highlighttext) solid;
  padding: 30px 30px 0 30px;
}

.st-13 .st-inside-content-wrapper .st-inside-header {
  background: url(/sitetemplates/13/img/header.jpg) no-repeat top;
  background-position: center;
  height: 300px;
  background-size: cover;
}

.st-13 .st-footer-01 footer {
  background-color: var(--bay-sitecolor);
  color: var(--bay-bodytext);
}

.st-13 .st-footer-01 footer li,
.st-13 .st-footer-01 footer a:link,
.st-13 .st-footer-01 footer a:visited,
.st-13 .st-footer-01 footer a:hover,
.st-13 .st-footer-01 footer a:active {
  color: var(--bay-bodytext);
}

.st-13 .st-inside-content-wrapper .container {
  margin-top: -150px;
}

.st-13 .st-inside-content-wrapper.st-inside-content-noheader .container {
  margin-top: 0;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (<768px)*/
  .st-13 .st-inside-content-wrapper .container {
    margin-top: 0;
    padding: 0;
  }
  .st-13 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-13 .st-sitemenu-01 {
    position: inherit !important;
    min-height: 60px;
    padding: 6px 0 0 10px;
  }
  .st-13 .st-sitemenu-01 .navbar-toggle {
    border-style: none;
  }
  .st-13 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
  }
  .st-13 .iq-pg-body {
    margin-top: 15px;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  /*Extra small devicesPhones (<768px)*/
  .st-13 .iq-pg-header h1 {
    font-size: 35px;
  }
}
/*	Template 14
-------------------------------------------------------------------*/
.st-14 html {
  height: auto;
}

.st-14 body {
  background: #fff;
  color: #6b6e80;
  font-family: var(--bay-primary-font);
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  padding-top: 70px;
  scrollbar-face-color: #333 !important;
}

.st-14 .st-inside-content-wrapper .container {
  margin-top: -150px;
}

.st-14 .st-inside-content-wrapper #st_section_08 .container {
  margin-top: 0;
}

.st-14 .st-inside-content-wrapper.st-inside-content-noheader .container {
  margin-top: 0;
}

.st-14 .st-inside-content-wrapper .st-inside-header {
  background-position: center top;
  height: 300px;
  background-size: cover;
}

@media (min-width: 600px) {
  .st-14 .st-inside-content-lifted > .container,
  .st-14 .st-inside-content-lifted > .container-fluid {
    margin-top: -120px;
    padding: 0;
  }
}
.st-14 ::-moz-selection {
  background: #3498db;
  color: #fff;
  text-shadow: none;
}

.st-14 ::-webkit-selection {
  background: #3498db;
  color: #fff;
  text-shadow: none;
}

.st-14 ::selection {
  background: #3498db;
  color: #fff;
  text-shadow: none;
}

.st-14 ::-webkit-scrollbar {
  width: 10px;
}

.st-14 ::-webkit-scrollbar-track {
  background-color: #333;
}

.st-14 ::-webkit-scrollbar-thumb {
  background-color: #666;
  border-radius: 2px;
  moz-border-radius: 2px;
  o-border-radius: 2px;
  webkit-border-radius: 2px;
}

.st-14 ::-webkit-scrollbar-button {
  display: none;
}

.st-14 ::-webkit-scrollbar-corner {
  background-color: #000000;
}

.st-14 h1,
.st-14 h2,
.st-14 h3,
.st-14 h4,
.st-14 h5,
.st-14 h6 {
  font-family: var(--bay-primary-font);
  font-weight: 800;
}

.st-14 a {
  color: var(--bay-bodytext);
  moz-transition: all 0.2s ease-in-out;
  ms-transition: all 0.2s ease-in-out;
  o-transition: all 0.2s ease-in-out;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  webkit-transition: all 0.2s ease-in-out;
}

.st-14 a:hover {
  color: var(--bay-bodytext);
  moz-transition: all 0.2s ease-in-out;
  ms-transition: all 0.2s ease-in-out;
  o-transition: all 0.2s ease-in-out;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  webkit-transition: all 0.2s ease-in-out;
}

.st-14 a#nav-expander {
  moz-transition: unset;
  ms-transition: unset;
  o-transition: unset;
  transition: unset;
  webkit-transition: unset;
}

.st-14 a#nav-expander:hover {
  moz-transition: unset;
  ms-transition: unset;
  o-transition: unset;
  transition: unset;
  webkit-transition: unset;
}

.st-14 select,
.st-14 textarea,
.st-14 input[type=text],
.st-14 input[type=password],
.st-14 input[type=datetime],
.st-14 input[type=datetime-local],
.st-14 input[type=date],
.st-14 input[type=month],
.st-14 input[type=time],
.st-14 input[type=week],
.st-14 input[type=number],
.st-14 input[type=email],
.st-14 input[type=url],
.st-14 input[type=search],
.st-14 input[type=tel],
.st-14 input[type=color],
.st-14 .uneditable-input {
  color: #333;
}

.st-14 select:focus,
.st-14 textarea:focus,
.st-14 input[type=text]:focus,
.st-14 input[type=password]:focus,
.st-14 input[type=datetime]:focus,
.st-14 input[type=datetime-local]:focus,
.st-14 input[type=date]:focus,
.st-14 input[type=month]:focus,
.st-14 input[type=time]:focus,
.st-14 input[type=week]:focus,
.st-14 input[type=number]:focus,
.st-14 input[type=email]:focus,
.st-14 input[type=url]:focus,
.st-14 input[type=search]:focus,
.st-14 input[type=tel]:focus,
.st-14 input[type=color]:focus,
.st-14 .uneditable-input:focus {
  border-color: #bbb;
  box-shadow: none;
  color: #000000;
  moz-box-shadow: none;
  webkit-box-shadow: none;
}

.st-14 .btn, .form-control {
  border-radius: 2px;
  moz-border-radius: 2px;
  o-border-radius: 2px;
  webkit-border-radius: 2px;
}

.st-14 .form-control:focus {
  border-color: #bbb;
  box-shadow: none;
  color: #000000;
  moz-box-shadow: none;
  webkit-box-shadow: none;
}

.st-14 .clear-marg {
  margin: 0 !important;
}

.st-14 .btn-success {
  background-color: #82b440;
  border-color: #7aa93c;
}

.st-14 .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.dropdown-toggle {
  background-color: #6f9a37;
  border-color: #6f9a37;
}

.st-14 .st-inside-content-wrapper #header {
  padding: 0;
  min-height: inherit !important;
}

.st-14 #content {
  background: #f4f4f4;
  padding: 60px 0;
  position: relative;
  width: 100%;
}

.st-14 .heading-title {
  display: block;
  margin-bottom: 60px;
  margin-top: 60px;
  text-align: center;
}

.st-14 .heading-title h2 {
  border: 2px solid #898ba2;
  display: inline;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  padding: 12px 20px;
  position: relative;
  text-transform: uppercase;
}

.st-14 .heading-title.heading-title-sm h2 {
  font-size: 18px;
  line-height: 24px;
  padding: 10px 14px;
}

.st-14 .heading-title.bg-white h2::before {
  background: #fff;
}

.st-14 .heading-title h2::before {
  background: #f4f4f4;
  border-radius: 100%;
  content: "";
  display: block;
  height: 30px;
  left: 50%;
  margin-left: -15px;
  margin-top: -16px;
  moz-border-radius: 100%;
  ms-border-radius: 100%;
  o-border-radius: 100%;
  position: absolute;
  top: 0;
  webkit-border-radius: 100%;
  width: 30px;
}

.st-14 .heading-title h2::after {
  background: #898ba2;
  border-radius: 100%;
  content: "";
  display: block;
  height: 12px;
  left: 50%;
  margin-left: -6px;
  margin-top: -7px;
  moz-border-radius: 100%;
  ms-border-radius: 100%;
  o-border-radius: 100%;
  position: absolute;
  top: 0;
  webkit-border-radius: 100%;
  width: 12px;
}

.st-14 #ascrail2000-hr {
  display: none;
}

.st-14 .ui-state-hover,
.st-14 .ui-widget-content .ui-state-hover,
.st-14 .ui-widget-header .ui-state-hover,
.st-14 .ui-state-focus,
.st-14 .ui-widget-content .ui-state-focus,
.st-14 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}

.st-14 body {
  margin: 0;
  padding: 0;
  padding-top: 70px;
  font-family: var(--bay-primary-font);
  font-size: 14px;
  line-height: 24px;
  color: #6b6e80;
  background: #fff;
  overflow-x: hidden;
  scrollbar-face-color: #333;
}

.st-14 ::-moz-selection {
  color: #fff;
  text-shadow: none;
  background: #3498db;
}

.st-14 ::-webkit-selection {
  color: #fff;
  text-shadow: none;
  background: #3498db;
}

.st-14 ::selection {
  color: #fff;
  text-shadow: none;
  background: #3498db;
}

.st-14 ::-webkit-scrollbar {
  width: 10px;
}

.st-14 ::-webkit-scrollbar-track {
  background-color: #333;
}

.st-14 ::-webkit-scrollbar-thumb {
  background-color: #666;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.st-14 ::-webkit-scrollbar-button {
  display: none;
}

.st-14 a {
  color: var(--bay-bodytext);
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -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;
}

.st-14 a:hover {
  color: var(--bay-bodytext);
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -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;
}

.st-14 .quick-search {
  padding: 25px 40px;
  background: rgba(255, 255, 255, 0.7);
}

.st-14 #edit-menu {
  width: 100%;
}

.st-14 .heading-title {
  display: block;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 60px;
}

.st-14 .heading-title h2 {
  position: relative;
  display: inline;
  padding: 12px 20px;
  font-size: 28px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: 600;
  border: 2px solid #898ba2;
}

.st-14 .heading-title.heading-title-sm h2 {
  padding: 10px 14px;
  font-size: 18px;
  line-height: 24px;
}

.st-14 .heading-title.bg-white h2::before {
  background: #fff;
}

.st-14 .heading-title h2::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 30px;
  height: 28px;
  margin-top: -16px;
  margin-left: -15px;
  background: #f4f4f4;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.st-14 .heading-title h2::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -7px;
  margin-left: -6px;
  background: #898ba2;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.st-14 .heading-title.heading-title-alt {
  text-align: left;
  margin: 0 0 30px;
}

.st-14 .heading-title.heading-title-alt h3 {
  font-size: 26px;
  line-height: 30px;
}

.st-14 .st-homepage-wrapper .iq-agentprofile-lg {
  display: block;
}

.st-14 .st-searchform-wrapper {
  min-height: 500px;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (<768px)*/
  .st-14 .st-inside-content-wrapper .container {
    margin-top: 0;
    padding: 0;
  }
  .st-14 .heading-title h2 {
    position: relative;
    display: inline;
    padding: 12px 20px;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: 600;
    border: 2px solid #898ba2;
  }
  .st-14 .iq-pg-body {
    margin-top: 50px;
  }
  .v2-06.st-14 .iq-pg-body {
    margin-top: 0;
  }
  .st-14 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
  }
  .st-14 .st-searchform-wrapper {
    min-height: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .st-14 #testislider .right.carousel-control {
    display: none;
  }
}
/*	Template 15
-------------------------------------------------------------------*/
.st-15 .st-site-wrapper {
  height: 100%;
}

.st-15 #homepage_searchform .ui-corner-all {
  color: #000000;
  z-index: 9999;
}

.st-15 .ui-state-hover,
.st-15 .ui-widget-content .ui-state-hover,
.st-15 .ui-widget-header .ui-state-hover,
.st-15 .ui-state-focus,
.st-15 .ui-widget-content .ui-state-focus,
.st-15 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}

.st-15 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px var(--bay-highlighttext) solid;
  padding: 30px 30px 0 30px;
}

.st-15 .st-homepage-wrapper .st-header-carousel-wrapper {
  min-height: 830px;
}

.st-15 .st-inside-content-wrapper .st-header-carousel-wrapper {
  height: 100px;
  min-height: 100px;
  z-index: -1;
}

.st-15 .st-inside-content-wrapper .st-header-carousel-wrapper > div {
  position: relative;
}

.st-15 .st-inside-content-wrapper .container {
  margin-top: -150px;
}

.st-15 .st-inside-content-wrapper.st-inside-content-noheader .container {
  margin-top: 0;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (<768px)*/
  .st-15 .st-inside-content-wrapper .container {
    margin-top: 0;
    padding: 0;
  }
  .st-15 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-15 .st-sitemenu-09 {
    position: inherit;
    min-height: 60px;
    padding-top: 5px;
  }
  .st-15 .st-sitemenu-09 .navbar-toggle {
    border-style: none;
    margin-top: 9px;
  }
  .st-15 .st-sitemenu-09 .navbar-brand {
    background-color: none;
    padding: 0;
  }
  .st-15 .st-social-top-wrap {
    background-attachment: none;
  }
  .st-15 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (<768px)*/
  .st-15 .iq-pg-header h1 {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (>=768px)*/
  .st-15 .iq-pg-header h1 {
    font-size: 35px;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (>=1200px)*/
  .st-15 .st-inside-content-wrapper .st-header-carousel-wrapper {
    height: 300px;
    min-height: 300px;
  }
}
@media (min-width: 1920px) {
  /*HD devices Desktops (>=1920px)*/
  /* Full Height: 692px 538px */
  /* 416px 262px */
  .st-15 .st-inside-content-wrapper .st-header-carousel-wrapper {
    height: 300px;
    min-height: 300px;
  }
}
/*	Template 16
-------------------------------------------------------------------*/
.st-16 .st-site-wrapper {
  height: 100%;
}

.st-16 .ui-dialog {
  z-index: 12004;
}

.st-16 [page|=listings] .st-social-top-wrap {
  box-shadow: none !important;
}

.st-16 .ui-state-hover,
.st-16 .ui-widget-content .ui-state-hover,
.st-16 .ui-widget-header .ui-state-hover,
.st-16 .ui-state-focus, .ui-widget-content .ui-state-focus,
.st-16 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}

.st-16 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px var(--bay-highlighttext) solid;
  padding: 30px 30px 0 30px;
}

.st-16 .st-inside-content-wrapper .st-inside-header {
  background: url(/sitetemplates/16/img/header.jpg) no-repeat top;
  background-position: center;
  height: 300px;
  background-size: cover;
}

.st-16 .st-social-top-wrap {
  color: var(--bay-bodytext);
  height: 60px;
  font-size: 20px;
  line-height: 20px;
  text-align: right;
  width: 100%;
  position: fixed;
  z-index: 12000;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.st-16 .st-social-top-wrap ul {
  margin: 0 80px 0 0;
}

.st-16 .st-social-top-wrap li {
  display: inline-block;
  float: right;
  text-transform: uppercase;
  color: var(--bay-bodytext);
  font-size: 12px;
  line-height: 20px;
  padding: 15px 0;
}

.st-16 .st-social-top-wrap li a {
  text-decoration: underline;
}

.st-16 .st-social-top-wrap .st-social-divider {
  padding: 0 15px;
}

.st-16 .st-inside-content-wrapper .container {
  margin-top: -150px;
}

.st-16 .st-inside-content-wrapper.st-inside-content-noheader .container {
  margin-top: 0;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (<768px)*/
  .st-16 .st-inside-content-wrapper .container {
    margin-top: 0;
    padding: 0;
  }
  .st-16 .st-inside-content-wrapper .st-inside-header {
    height: 100px;
  }
  .st-16 .st-inside-content-wrapper .st-carousel-inner {
    height: 100px;
  }
  .st-16 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-16 .iq-pg-body {
    margin-top: 15px;
  }
  .st-16 body {
    position: relative;
  }
  .st-16 .st-social-top-wrap .st-social-divider {
    padding: 0 10px;
  }
  .st-16 .iq-search-layout-2 .iq-listings-filters {
    position: inherit !important;
    height: inherit !important;
    margin: 0 -15px !important;
    box-shadow: none !important;
    z-index: 3;
    background-color: var(--bay-bodycolor);
  }
  .st-16 .st-searchform-05 #agent_multifield_autocomplete {
    height: 50px;
  }
  .st-16 .st-social-top-wrap {
    position: inherit;
  }
  .st-16 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  /*Extra small devicesPhones (<768px)*/
  .st-16 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-16 body {
    position: relative;
  }
  .st-16 .st-social-top-wrap .st-social-divider {
    padding: 0 10px;
  }
  .st-16 .iq-search-layout-2 .iq-listings-filters {
    position: inherit !important;
    height: inherit !important;
    margin: 0 -15px !important;
    box-shadow: none !important;
    z-index: 3;
    background-color: var(--bay-bodycolor);
  }
  .st-16 .st-searchform-05 #agent_multifield_autocomplete {
    height: 50px;
  }
}
/*	Template 17
-------------------------------------------------------------------*/
.st-17 .st-site-wrapper {
  height: 100%;
}

.st-17 .st-homepage-wrapper .st-carousel-inner {
  height: calc(100vh - 100px);
  position: relative;
}

.st-17 .ui-state-hover,
.st-17 .ui-widget-content .ui-state-hover,
.st-17 .ui-widget-header .ui-state-hover,
.st-17 .ui-state-focus, .ui-widget-content .ui-state-focus,
.st-17 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}

.st-17 .st-featuredhomes-03 a {
  color: #ffffff;
}

.st-17 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px var(--bay-highlighttext) solid;
  padding: 30px 30px 0 30px;
}

.st-17 .st-inside-content-wrapper .st-header-carousel-08 {
  background-position: center top;
  min-height: 300px;
  height: 300px;
  background-size: cover;
}

.st-17 .st-inside-content-wrapper .st-sitemenu-social-links {
  display: none;
}

.st-17 .st-sitemenu-10 .navbar-brand img {
  display: none;
}

.st-17 .st-inside-content-wrapper .navbar-brand img {
  display: block;
  height: 50px;
}

.st-17 .st-inside-content-wrapper .container {
  margin-top: -150px;
}

.st-17 .st-inside-content-wrapper.st-inside-content-noheader .container {
  margin-top: 0;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (<768px)*/
  .st-17 .st-inside-content-wrapper .container {
    margin-top: 0;
    padding: 0;
  }
  .st-17 .st-inside-content-wrapper .st-header-carousel-08 {
    min-height: 100px;
    height: 100px;
  }
  .st-17 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-17 .scroll_down {
    display: none !important;
  }
  .st-17 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (<768px)*/
  .st-17 .st-inside-content-wrapper .st-header-carousel-08 {
    min-height: 100px;
    height: 100px;
  }
  .st-17 .iq-pg-header h1 {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (>=768px)*/
  .st-17 .st-inside-content-wrapper .st-header-carousel-08 {
    min-height: 100px;
    height: 100px;
  }
  .st-17 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-17 .navbar-toggle {
    display: block !important;
  }
}
/*	Template 18
-------------------------------------------------------------------*/
.st-18 .st-site-wrapper {
  height: 100%;
}

.st-18 .st-header-carousel-10 .st-searchform-05 .st-searchform-wrapper {
  height: 100vh;
  display: table-cell;
  margin: 0 auto;
}

.st-18 .st-header-carousel-10 .st-searchform-05 .st-searchform-properties {
  vertical-align: middle;
  height: 100vh;
  display: table-cell;
  margin: 0 auto;
}

.st-18 .st-homepage-wrapper .carousel-inner .item {
  height: 100vh;
}

.st-18 .ui-state-hover, .ui-widget-content .ui-state-hover,
.st-18 .ui-widget-header .ui-state-hover,
.st-18 .ui-state-focus, .ui-widget-content .ui-state-focus,
.st-18 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}

.st-18 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px var(--bay-highlighttext) solid;
  padding: 30px 30px 0 30px;
}

.st-18 .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-18 .st-inside-content-wrapper .container {
  margin-top: -150px;
}

.st-18 .st-inside-content-wrapper.st-inside-content-noheader .container {
  margin-top: 0;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (<768px)*/
  .st-18 .st-inside-content-wrapper .container {
    margin-top: 0;
    padding: 0;
  }
  .st-18 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-18 .iq-pg-body {
    margin-top: 15px;
  }
  .st-18 .st-searchform-05 #agent_multifield_autocomplete {
    height: 50px;
  }
  .st-18 .st-sitemenu-01 {
    position: inherit !important;
    min-height: 60px;
    padding: 6px 0 0 10px;
  }
  .st-18 .st-sitemenu-01 .navbar-toggle {
    border-style: none;
  }
  .st-18 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  /*Extra small devicesPhones (<768px)*/
  .st-18 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-18 .st-searchform-05 #agent_multifield_autocomplete {
    height: 50px;
  }
}
/*	Template 19
-------------------------------------------------------------------*/
.st-19 .st-site-wrapper {
  height: 100%;
}

.st-19 .st-header-carousel-04 .st-searchform-05 .st-searchform-wrapper {
  height: 100vh;
  display: table-cell;
  margin: 0 auto;
}

.st-19 .st-header-carousel-04 .st-searchform-05 .st-searchform-properties {
  vertical-align: middle;
  height: 100vh;
  display: table-cell;
  margin: 0 auto;
}

.st-19 .st-homepage-wrapper .carousel-inner .item {
  height: 100vh;
}

.st-19 body {
  background-color: #f5f5f5;
}

.st-19 .ui-state-hover,
.st-19 .ui-widget-content .ui-state-hover,
.st-19 .ui-widget-header .ui-state-hover,
.st-19 .ui-state-focus,
.st-19 .ui-widget-content .ui-state-focus,
.st-19 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}

.st-19 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px var(--bay-highlighttext) solid;
  padding: 30px 30px 0 30px;
}

.st-19 .st-inside-content-wrapper .st-inside-header {
  background: url(/sitetemplates/19/img/header.jpg);
  background-repeat: no-repeat;
  background-position: center;
  height: 150px !important;
  background-size: cover;
}

.st-19 .st-inside-content-wrapper > .container,
.st-19 .st-inside-content-wrapper > .container-fluid {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.st-19 .st-social-top-wrap {
  color: var(--bay-bodytext);
  font-size: 20px;
  line-height: 20px;
  text-align: right;
  width: 100%;
  position: fixed;
  z-index: 12000;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.st-19 .st-social-top-wrap ul {
  margin: 0 80px 0 0;
}

.st-19 .st-social-top-wrap li {
  display: inline-block;
  float: right;
  text-transform: uppercase;
  color: var(--bay-bodytext);
  font-size: 12px;
  line-height: 20px;
  padding: 15px 0;
}

.st-19 .st-social-top-wrap li a {
  text-decoration: underline;
}

.st-19 .st-social-top-wrap .st-social-divider {
  padding: 0 15px;
}

.st-19 .st-insidepage-wrapper .navbar-brand {
  height: 150px;
  padding: 0;
}

.st-19 .st-insidepage-wrapper .navbar-brand img {
  height: 105px;
}

.st-19 .iq-pg-body {
  margin-bottom: 0;
}

.st-19 .iq-pg-header {
  margin-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  background-color: var(--bay-bodycolor);
  margin-bottom: 0;
}

.st-19 .iq-pg-header h1 {
  color: var(--bay-bodytext);
}

.st-19 .st-footer-04 #footer {
  background-color: var(--bay-maincolor);
  color: var(--bay-bodycolor);
}

.st-19 .st-footer-04 #footer .widget h3 {
  color: var(--bay-bodycolor);
}

.st-19 .st-footer-04 #footer .widget h4 {
  color: var(--bay-bodycolor);
}

.st-19 .st-footer-04 #footer .widget a,
.st-19 .st-footer-04 #footer .widget a:link,
.st-19 .st-footer-04 #footer .widget a:visited,
.st-19 .st-footer-04 #footer .widget a:hover,
.st-19 .st-footer-04 #footer .widget a:active {
  color: var(--bay-bodycolor);
}

.st-19 .st-footer-04 #footer a,
.st-19 .st-footer-04 #footer a:link,
.st-19 .st-footer-04 #footer a:visited, .st-footer-04 #footer a:hover,
.st-19 .st-footer-04 #footer a:active {
  color: var(--bay-bodycolor);
}

.st-19 .st-footer-04 #footer .st-footer-divider {
  color: var(--bay-bodycolor);
}

.st-19 .st-footer-04 .copyright {
  border-top-color: var(--bay-bodycolor);
}

.st-19 #st_section_03 .st-panel-01 {
  height: 100vh;
}

.st-19 #st_section_05 .st-panel {
  height: 100vh;
}

.st-19 #st_section_06 .st-intro-02 {
  height: 50vh;
}

.st-19 #st_section_07 .st-panel {
  height: 50vh;
}

.st-19 .st-inside-content-wrapper .container {
  position: relative;
  padding: 0;
}

.st-19 .st-footer-04 #footer .container {
  padding: 0 15px;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (<768px)*/
  .st-19 .st-inside-content-wrapper .container {
    margin-top: 0;
    padding: 0;
  }
  .st-19 .iq-pg-body {
    margin-top: 70px;
  }
  .st-19 .st-insidepage-wrapper .navbar-brand {
    height: 10px;
    margin-top: -10px;
  }
  .st-19 .st-insidepage-wrapper .navbar-brand img {
    position: relative;
    top: 20px;
    left: 10px;
  }
  .st-19 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-19 body {
    position: relative;
  }
  .st-19 .st-header-carousel-10 .st-logo {
    height: 70px;
    margin: 10px 0 0 10%;
  }
  .st-19 .st-header-carousel-10 .st-logo img {
    height: 80px;
  }
  .st-19 .st-header-carousel-10 .carousel-control {
    display: none;
  }
  .st-19 .st-header-carousel-10 .st-searchform-wrapper {
    bottom: 10%;
  }
  .st-19 .scroll_down {
    display: none;
  }
  .st-19 .st-searchform-05 #agent_multifield_autocomplete {
    height: 50px;
  }
  .st-19 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (<768px)*/
  .st-19 .st-insidepage-wrapper .navbar-brand {
    height: 66px;
    margin-top: 40px;
  }
  .st-19 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-19 body {
    position: relative;
  }
  .st-19 .st-header-carousel-10 .st-logo {
    height: 70px;
    margin: 10px 0 0 10%;
  }
  .st-19 .st-header-carousel-10 .st-logo img {
    height: 80px;
  }
  .st-19 .st-header-carousel-10 .carousel-control {
    display: none;
  }
  .st-19 .st-header-carousel-10 .st-searchform-wrapper {
    bottom: 10%;
  }
  .st-19 .scroll_down {
    display: none;
  }
  .st-19 .st-searchform-05 #agent_multifield_autocomplete {
    height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (>=768px)*/
  .st-19 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-19 .st-header-carousel-10 .st-logo {
    height: 70px;
    margin: 10px 0 0 10%;
  }
  .st-19 .st-header-carousel-10 .st-logo img {
    height: 80px;
  }
  .st-19 .st-header-carousel-10 .carousel-control {
    display: none;
  }
  .st-19 .st-header-carousel-10 .st-searchform-wrapper {
    bottom: 10%;
  }
  .st-19 .scroll_down {
    display: none;
  }
}
@media (max-width: 479px) {
  .st-19 #st_header_carousel_10 .st-logo {
    margin: 10% 0 0 10%;
  }
  .st-19 #st_header_carousel_10 .st-logo img {
    height: unset !important;
    width: 80%;
  }
}
/*	Template 20
-------------------------------------------------------------------*/
.st-20 .st-site-wrapper {
  height: 100%;
}

.st-20 .st-searchform-07 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  text-align: center;
}

.st-20 .st-searchform-07 .st-searchform-contents {
  vertical-align: middle;
  height: 100vh;
  display: table-cell;
  margin: 0 auto;
}

.st-20 .st-searchform-07 ul li {
  text-align: left;
}

.st-20 .st-homepage-wrapper .carousel-inner {
  height: 100vh;
}

.st-20 .ui-state-hover,
.st-20 .ui-widget-content .ui-state-hover,
.st-20 .ui-widget-header .ui-state-hover,
.st-20 .ui-state-focus,
.st-20 .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}

.st-20 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px var(--bay-highlighttext) solid;
  padding: 30px 30px 0 30px;
}

.st-20 .st-inside-content-wrapper .st-inside-header {
  background: url(/sitetemplates/20/img/header.jpg) no-repeat top;
  background-position: center;
  height: 300px;
  background-size: cover;
}

.st-20 .st-panels-wrapper {
  margin-top: 75px;
}

.st-20 #st_section_01 .st-panel {
  height: 50vh;
}

.st-20 .st-inside-content-wrapper .container {
  margin-top: -150px;
}

.st-20 .st-inside-content-wrapper.st-inside-content-noheader .container {
  margin-top: 0;
}

.st-20 .st-sitemenu-01 {
  top: 0;
}

.st-20.editbar .st-sitemenu-01 {
  top: 50px;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (<768px)*/
  .st-20 .st-inside-content-wrapper .container {
    margin-top: 0;
    padding: 0;
  }
  .st-20 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-20 .st-sitemenu-01 {
    position: inherit !important;
    min-height: 60px;
    padding: 6px 0 0 10px;
    margin-bottom: 5px;
  }
  .st-20 .st-sitemenu-01 .navbar-toggle {
    border-style: none;
  }
  .st-20 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
  }
  .st-20 .st-panels-wrapper {
    margin-top: 0;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  /*Extra small devicesPhones (<768px)*/
  .st-20 .iq-pg-header h1 {
    font-size: 35px;
  }
}
/*	Template 21
-------------------------------------------------------------------*/
.st-21 body {
  font-family: var(--bay-primary-font);
}

.st-21 h1,
.st-21 h3,
.st-21 h4 {
  font-family: var(--bay-primary-font);
}

.st-21 #searchform_accordion {
  font-family: var(--bay-primary-font);
}

.st-21 .st-site-wrapper {
  height: 100%;
}

.st-21 .st-slidemenu-wrapper {
  text-transform: uppercase;
  width: 100%;
  height: 0;
  min-height: 0;
  background: #3D3D3D;
  z-index: 12002;
  color: #a2ce55;
  position: absolute;
  top: 64px;
  left: 0;
  box-shadow: inherit;
  border-color: #2B2B2B;
  border-width: 1px;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-style: solid !important;
}

.st-21 .st-slidemenu-01 {
  display: table;
  width: 100%;
  overflow: visible;
  background-color: #3D3D3D;
  padding-left: 35px;
}

.st-21 .st-slidemenu-01 a {
  color: #A2CE4B;
}

.st-21 .st-sitemenu-01 {
  background-color: rgba(0, 0, 0, 0.32);
  border-color: rgba(255, 255, 255, 0.2);
  border-width: 0 0 1px;
  border-style: solid;
}

.st-21 .st-sitemenu-01 .navbar-nav > li > a {
  padding: 33px 15px 33px 15px;
  color: #ffffff;
}

.st-21 .st-sitemenu-01 .nav .open > a,
.st-21 .st-sitemenu-12 .nav .open > a:hover,
.st-21 .st-sitemenu-01 .nav .open > a:focus, .st-sitemenu-01 .nav a:hover {
  background-color: transparent;
  color: #65932A;
}

.st-21 .st-sitemenu-01 .dropdown-menu {
  border-color: var(--bay-searchformbuttonsborder);
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  right: 0 !important;
}

.st-21 .st-sitemenu-01 .dropdown-menu li:first-child {
  margin-top: 10px;
}

.st-21 .st-sitemenu-01 .dropdown-menu li a {
  text-transform: none;
  font-size: 12px;
}

.st-21 .st-sitemenu-01 .dropdown-menu:before {
  position: absolute;
  top: -20px;
  right: 40px;
  display: inline-block;
  border-right: 20px solid transparent;
  border-bottom: 20px solid var(--bay-searchformbuttonsborder);
  border-left: 20px solid transparent;
  content: "";
}

.st-21 .st-sitemenu-01 .dropdown-menu:after {
  position: absolute;
  top: -19px;
  right: 40px;
  display: inline-block;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  border-left: 20px solid transparent;
  content: "";
}

.st-21 .st-sitemenu-12 {
  height: 87px;
}

.st-21 .st-sitemenu-12 .dropdown-menu {
  border-color: var(--bay-searchformbuttonsborder);
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
}

.st-21 .st-sitemenu-12 .dropdown-menu:before {
  position: absolute;
  top: -20px;
  right: 40px;
  display: inline-block;
  border-right: 20px solid transparent;
  border-bottom: 20px solid var(--bay-searchformbuttonsborder);
  border-left: 20px solid transparent;
  content: "";
}

.st-21 .st-sitemenu-12 .dropdown-menu:after {
  position: absolute;
  top: -19px;
  right: 40px;
  display: inline-block;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  border-left: 20px solid transparent;
  content: "";
}

.st-21 .st-sitemenu-12 .navbar-toggle {
  margin: 30px 0 0 0;
  color: #A2CE4B;
}

.st-21 .st-sitemenu-12 .dropdown-menu li a {
  text-transform: none;
  font-size: 12px;
}

.st-21 .ui-state-hover,
.st-21 .ui-widget-content .ui-state-hover,
.st-21 .ui-widget-header .ui-state-hover,
.st-21 .ui-state-focus,
.st-21 .ui-widget-content .ui-state-focus,
.st-21 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}

.st-21 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px var(--bay-highlighttext) solid;
  padding: 30px 30px 0 30px;
}

.st-21 .st-inside-content-wrapper .st-inside-header {
  background: url(/sitetemplates/21/img/header.jpg) no-repeat top;
  background-position: center;
  height: 300px;
  background-size: cover;
}

.st-21 .st-inside-content-wrapper .container {
  margin-top: -150px;
}

.st-21 .st-inside-content-wrapper.st-inside-content-noheader .container {
  margin-top: 0;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (<768px)*/
  .st-21 .st-inside-content-wrapper .container {
    margin-top: 90px;
    padding: 0;
  }
  .st-21 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-21 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
    height: 100vh;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  /*Extra small devicesPhones (<768px)*/
  .st-21 .iq-pg-header h1 {
    font-size: 35px;
  }
}
/*	Template 22
-------------------------------------------------------------------*/
.v2-10 .st-homepage-wrapper .navbar-dark .navbar-toggler {
  border-color: black;
}

.v2-10 .iq-pg-header .real-estate-header {
  color: var(--bay-bodytext) !important;
}

.st-22 .st-site-wrapper {
  height: 100%;
}

.st-22 .st-searchform-07 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  text-align: center;
}

.st-22 .st-searchform-07 .st-searchform-contents {
  vertical-align: middle;
  height: 100vh;
  display: table-cell;
  margin: 0 auto;
}

.st-22 .st-searchform-07 ul li {
  text-align: left;
}

.st-22 .st-homepage-wrapper .carousel-inner {
  height: 100vh;
}

.st-22 .ui-state-hover,
.st-22 .ui-widget-content .ui-state-hover,
.st-22 .ui-widget-header .ui-state-hover,
.st-22 .ui-state-focus, .ui-widget-content .ui-state-focus,
.st-22 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}

.st-22 .st-site-menu {
  background-color: var(--bay-maincolor);
  border-color: none;
}

.st-22 .st-site-menu .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.st-22 .st-site-menu .navbar-brand {
  padding: 0;
  padding-right: 15px;
}

.st-22 .st-site-menu .navbar-brand img {
  height: 50px;
}

.st-22 .navbar-inverse .navbar-nav > li > a {
  color: var(--bay-bodycolor);
}

.st-22 .navbar-inverse {
  border-color: rgb(83, 102, 112);
}

.st-22 .navbar-inverse .navbar-nav > .active > a,
.st-22 .navbar-inverse .navbar-nav > .active > a:hover,
.st-22 .navbar-inverse .navbar-nav > .active > a:focus {
  background-color: var(--bay-highlightcolor);
}

.st-22 .navbar-inverse .navbar-nav > .open > a,
.st-22 .navbar-inverse .navbar-nav > .open > a:hover,
.st-22 .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: var(--bay-highlightcolor);
}

.st-22 .iq-pg-header {
  margin-bottom: 0;
}

.st-22 .iq-pg-header h1 {
  padding: 0 15px;
  font-size: 25px;
  color: var(--bay-bodytext);
}

.st-22 .iq-search-layout-2 .iq-listings-filters .small {
  font-size: 10px;
}

.v2-10 #iq_agents .iq-pg-header h1 {
  padding: 10px 0 0 15px !important;
}

.v2-10 .st-insidepage-wrapper .st-site-menu {
  position: sticky;
}

/* jquery ui overrides */
.st-22 .ui-slider-horizontal {
  background: #cccccc;
  margin: 11px;
}

.st-22 .ui-slider-range {
  background: #ebebeb !important;
}

.st-22 .ui-slider-handle {
  border-radius: 50%;
  background: var(--bay-bodycolor) !important;
  border-color: #536670 !important;
  border-width: 8px !important;
  top: -0.4em !important;
  margin-left: -0.8em !important;
  width: 1.6em !important;
  height: 1.6em !important;
}

.st-22 .modal-body label {
  margin-top: 15px;
}

.v2-10 .modal-body #iq_res_criteria_form label {
  margin-top: 0;
}

.st-22 .iq-slider-label {
  margin-bottom: -20px;
}

.st-22 .btn-default:focus,
.st-22 .btn:active,
.st-22 .btn-default.active,
.st-22 .open .dropdown-toggle.btn-default {
  background-color: #536670;
  color: var(--bay-bodycolor);
}

.st-22 .st-header-carousel-11 .item {
  min-height: 100vh;
  padding-top: 50px;
}

.st-22 .st-featuredhomes-08 .container {
  width: 100%;
}

.st-22 .st-inside-content-wrapper .container-fluid {
  margin-top: 65px;
}

.v2-10.editbar.st-22 .st-inside-content-wrapper .container-fluid {
  margin-top: 120px;
}

@media (max-width: 479px) {
  .v2-10 #iq_agents .iq-pg-header h1 {
    padding: 10px 0 0 0 !important;
  }
  .v2-10.st-22 .iq-pg-header h1 {
    font-size: 42px !important;
  }
  .v2-10.st-22 #iq_communities .iq-pg-header h1 {
    font-size: 20px !important;
    padding: 0;
  }
  .v2-10.st-22 .iq-pg-body, .v2-10.st-22 .iq-pg-header h1 {
    margin-top: 0 !important;
  }
  .v2-10.st-22 .st-inside-content-wrapper .container-fluid {
    margin-top: 65px;
  }
  .v2-10.st-22 .st-inside-content-wrapper .container-fluid .iq-pg-header h1 {
    font-size: 42px !important;
    margin-top: 0 !important;
  }
  .v2-10.st-22 .st-inside-content-wrapper .container-fluid {
    margin-top: 0 !important;
  }
}
.st-22 .st-inside-content-wrapper.st-inside-content-noheader .container-fluid {
  margin-top: 0;
}

.st-22 .st-featuredhomes-03 .st-featured-home-title {
  text-align: center;
}

.st-22 .st-featuredhomes-03 .description {
  text-align: center;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (<768px)*/
  .st-22 .st-inside-content-wrapper .container-fluid {
    margin-top: 0;
    padding: 0;
  }
  .st-22 .st-site-menu .navbar-brand {
    margin-top: 3px;
    padding-left: 15px;
  }
  .st-22 .navbar-nav {
    margin: 7.5px 0;
  }
  .st-22 .navbar-inverse .navbar-toggle {
    color: white;
    border-color: white;
  }
  .st-22 .iq-pg-header h1 {
    font-size: 15px;
  }
  .st-22 .iq-pg-body {
    margin-top: 55px;
  }
  .st-22 #iq_pricerange_container {
    margin-top: 15px;
  }
  .st-22 .iq-search-layout-2 .iq-listings-filters {
    position: inherit !important;
    height: inherit !important;
    margin: 0 -15px !important;
    box-shadow: 0 4px 15px -5px rgba(0, 0, 0, 0.2);
    z-index: 3;
    background-color: var(--bay-bodycolor);
  }
  .st-22 #iq_beds_container,
  .st-22 #iq_baths_container,
  .st-22 #iq_sqfoot_container,
  .st-22 #iq_subtype_container,
  .st-22 #iq_acreage_container,
  .st-22 #iq_zoning_container,
  .st-22 #iq_units_container label,
  .st-22 #iq_buildings_container label {
    margin-top: 10px;
  }
  .st-22 #iq_res_criteria_modal label,
  .st-22 #iq_com_criteria_modal label,
  .st-22 #iq_lan_criteria_modal label,
  .st-22 #iq_mul_criteria_modal label {
    float: none;
    display: block;
    width: 100%;
  }
  .st-22 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (<768px)*/
  .st-22 .iq-pg-header h1 {
    font-size: 15px;
  }
  .st-22 .iq-search-layout-2 .iq-listings-filters {
    position: inherit;
    margin: inherit !important;
    display: table;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0 4px 15px -5px rgba(0, 0, 0, 0.2);
    z-index: 3;
    background-color: var(--bay-bodycolor);
  }
  .st-22 #iq_pricerange_container {
    margin-top: 15px;
  }
  .st-22 .iq-search-layout-2 .iq-listings-filters {
    position: inherit !important;
    height: inherit !important;
    margin: 0 -15px !important;
    box-shadow: 0 4px 15px -5px rgba(0, 0, 0, 0.2);
    z-index: 3;
    background-color: var(--bay-bodycolor);
  }
  .st-22 #iq_beds_container, #iq_baths_container,
  .st-22 #iq_sqfoot_container,
  .st-22 #iq_subtype_container,
  .st-22 #iq_acreage_container,
  .st-22 #iq_zoning_container,
  .st-22 #iq_units_container label,
  .st-22 #iq_buildings_container label {
    margin-top: 10px;
  }
  .st-22 #iq_res_criteria_modal label,
  .st-22 #iq_com_criteria_modal label,
  .st-22 #iq_lan_criteria_modal label,
  .st-22 #iq_mul_criteria_modal label {
    float: none;
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (>=768px)*/
  .st-22 .iq-pg-header h1 {
    font-size: 20px;
  }
  .st-22 .iq-search-layout-2 .iq-listings-filters {
    position: inherit;
    display: table;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0 4px 15px -5px rgba(0, 0, 0, 0.2);
    z-index: 3;
    background-color: var(--bay-bodycolor);
  }
  .st-22 #iq_pricerange_container {
    margin-top: 15px;
  }
  .st-22 .iq-search-layout-2 .iq-listings-filters {
    position: inherit !important;
    height: inherit !important;
    margin: 0 -15px !important;
    box-shadow: 0 4px 15px -5px rgba(0, 0, 0, 0.2);
    z-index: 3;
    background-color: var(--bay-bodycolor);
  }
  .st-22 #iq_beds_container,
  .st-22 #iq_baths_container,
  .st-22 #iq_sqfoot_container,
  .st-22 #iq_subtype_container,
  .st-22 #iq_acreage_container,
  .st-22 #iq_zoning_container,
  .st-22 #iq_units_container label,
  .st-22 #iq_buildings_container label {
    margin-top: 10px;
  }
  .st-22 #iq_res_criteria_modal label,
  .st-22 #iq_com_criteria_modal label,
  .st-22 #iq_lan_criteria_modal label,
  .st-22 #iq_mul_criteria_modal label {
    float: none;
    display: block;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (>=992px)*/
  .st-22 .iq-listings-filters {
    font-size: 10px;
  }
  .st-22 #iq_res_criteria_modal label,
  .st-22 #iq_com_criteria_modal label,
  .st-22 #iq_lan_criteria_modal label,
  .st-22 #iq_mul_criteria_modal label {
    float: none;
    display: block;
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (>=1200px)*/
  .iq-listings-filters {
    font-size: 12px;
  }
}
/*	Template 23
-------------------------------------------------------------------*/
.st-23 .st-site-wrapper {
  height: 100%;
}

.st-23 .st-homepage-wrapper .carousel-inner {
  height: calc(100vh - 100px);
}

.st-23 .ui-state-hover,
.st-23 .ui-widget-content .ui-state-hover,
.st-23 .ui-widget-header .ui-state-hover,
.st-23 .ui-state-focus,
.st-23 .ui-widget-content .ui-state-focus,
.st-23 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}

.st-23 .st-featuredhomes-03 a {
  color: #ffffff;
}

.st-23 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px var(--bay-highlighttext) solid;
  padding: 30px 30px 0 30px;
}

.st-23 .st-inside-content-wrapper .st-header-carousel-08 {
  background-position: center top;
  min-height: 300px;
  height: 300px;
  background-size: cover;
}

.st-23 .st-inside-content-wrapper .st-sitemenu-social-links {
  display: none;
}

.st-23 .st-inside-content-wrapper .navbar-nav {
  float: right;
}

.st-23 .st-sitemenu-10 .navbar-brand img {
  display: none;
}

.st-23 .st-inside-content-wrapper .navbar-brand img {
  display: block;
  height: 50px;
}

.st-23 .iq-pg-header h1 {
  color: var(--bay-bodytext);
  font-size: 35px;
}

.st-23 [data-page=house-value] [data-section=menu] {
  height: auto !important;
}

.st-23 .st-inside-content-wrapper .st-inside-header {
  height: 100px;
}

.st-23 .st-inside-content-wrapper .container {
  margin-top: -50px;
}

.st-23 .st-inside-content-wrapper.st-inside-content-noheader .container {
  margin-top: 0;
}

@media (min-width: 600px) {
  .st-23 .st-inside-content-lifted > .container,
  .st-23 .st-inside-content-lifted > .container-fluid {
    margin-top: -48px;
    padding: 0;
  }
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (<768px)*/
  .st-23 .st-inside-content-wrapper .container {
    margin-top: 0;
    padding: 0;
  }
  .st-23 .st-inside-content-wrapper .st-header-carousel-08 {
    min-height: 100px;
    height: 100px;
  }
  .st-23 .iq-pg-header h1 {
    font-size: 28px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (<768px)*/
  .st-23 .st-inside-content-wrapper .st-header-carousel-08 {
    min-height: 100px;
    height: 100px;
  }
  .st-23 .iq-pg-header h1 {
    font-size: 28px;
  }
  .st-23 .st-searchform-05 #agent_multifield_autocomplete {
    height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (>=768px)*/
  .st-23 .st-inside-content-wrapper .st-header-carousel-08 {
    min-height: 100px;
    height: 100px;
  }
  .st-23 .st-searchform-05 #agent_multifield_autocomplete {
    height: 50px;
  }
}
/*	Template 24
-------------------------------------------------------------------*/
.st-24 .st-site-wrapper {
  height: 100%;
}

.st-24 .ui-dialog {
  z-index: 12004;
}

.st-24 [page|=listings] .st-social-top-wrap {
  box-shadow: none !important;
}

.st-24 .ui-state-hover,
.st-24 .ui-widget-content .ui-state-hover,
.st-24 .ui-widget-header .ui-state-hover,
.st-24 .ui-state-focus,
.st-24 .ui-widget-content .ui-state-focus,
.st-24 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}

.st-24 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px var(--bay-highlighttext) solid;
  padding: 30px 30px 0 30px;
}

.st-24 .st-inside-content-wrapper .st-inside-header {
  background: url(/sitetemplates/24/img/header.jpg);
  background-repeat: no-repeat;
  background-position: center;
  height: 300px;
  background-size: cover;
}

.st-24 .st-social-top-wrap {
  color: var(--bay-bodytext);
  font-size: 20px;
  line-height: 20px;
  text-align: right;
  width: 100%;
  position: fixed;
  z-index: 12000;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.st-24 .st-social-top-wrap ul {
  margin: 0 80px 0 0;
}

.st-24 .st-social-top-wrap li {
  display: inline-block;
  float: right;
  text-transform: uppercase;
  color: var(--bay-bodytext);
  font-size: 12px;
  line-height: 20px;
  padding: 15px 0;
}

.st-24 .st-social-top-wrap li a {
  text-decoration: underline;
}

.st-24 .st-social-top-wrap .st-social-divider {
  padding: 0 15px;
}

.st-24 .st-inside-content-wrapper.st-inside-content-noheader .container {
  margin-top: 0;
}

body:has(#st_section_01) .st-24 .st-inside-content-wrapper .container {
  margin-top: -150px;
}

.st-24 .st-footer-01 footer {
  background-color: var(--bay-maincolor);
  color: var(--bay-bodycolor);
}

.st-24 .st-footer-01 footer li,
.st-24 .st-footer-01 footer a:link,
.st-24 .st-footer-01 footer a:visited,
.st-24 .st-footer-01 footer a:hover,
.st-24 .st-footer-01 footer a:active {
  color: var(--bay-bodycolor);
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (<768px)*/
  .st-24 .st-inside-content-wrapper .container {
    margin-top: 0;
    padding: 16% 0 0 0;
  }
  .st-24 .iq-pg-header h1 {
    font-size: 28px;
  }
  .st-24 .iq-pg-body {
    margin-top: 55px;
  }
  .st-24 body {
    position: relative;
  }
  .st-24 .st-social-top-wrap .st-social-divider {
    padding: 0 10px;
  }
  .st-24 .iq-search-layout-2 .iq-listings-filters {
    position: inherit !important;
    height: inherit !important;
    margin: 0 -15px !important;
    box-shadow: none !important;
    z-index: 3;
    background-color: var(--bay-bodycolor);
  }
  .st-24 .st-searchform-05 #agent_multifield_autocomplete {
    height: 50px;
  }
  .st-24 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (<768px)*/
  .st-24 .st-inside-content-wrapper .container {
    margin-top: 0;
    padding: 0;
  }
  .st-24 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-24 body {
    position: relative;
  }
  .st-24 .st-social-top-wrap .st-social-divider {
    padding: 0 10px;
  }
  .st-24 .iq-search-layout-2 .iq-listings-filters {
    position: inherit !important;
    height: inherit !important;
    margin: 0 -15px !important;
    box-shadow: none !important;
    z-index: 3;
    background-color: var(--bay-bodycolor);
  }
  .st-24 .st-searchform-05 #agent_multifield_autocomplete {
    height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (>=768px)*/
  .st-24 .st-inside-content-wrapper .container {
    margin-top: 0;
    padding: 0;
  }
  .st-24 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-24 .st-social-top-wrap .st-social-divider {
    padding: 0 10px;
  }
  .st-24 .iq-search-layout-2 .iq-listings-filters {
    position: inherit !important;
    height: inherit !important;
    margin: 0 -15px !important;
    box-shadow: none !important;
    z-index: 3;
    background-color: var(--bay-bodycolor);
  }
}
/*	Template 25
-------------------------------------------------------------------*/
.st-25 .st-site-wrapper {
  height: 100%;
}

.st-25 .st-searchform-12 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  text-align: center;
}

.st-25 .st-searchform-12 .st-searchform-contents {
  vertical-align: middle;
  height: 100vh;
  display: table-cell;
  margin: 0 auto;
}

.st-25 .st-searchform-12 ul li {
  text-align: left;
}

.st-25 .st-homepage-wrapper .carousel-inner {
  height: 100vh;
}

.st-25 .ui-state-hover,
.st-25 .ui-widget-content .ui-state-hover,
.st-25 .ui-widget-header .ui-state-hover,
.st-25 .ui-state-focus, .ui-widget-content .ui-state-focus,
.st-25 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}

.st-25 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px var(--bay-highlighttext) solid;
  padding: 30px 30px 0 30px;
}

.st-25 .st-inside-content-wrapper .st-inside-header {
  background: url(/sitetemplates/25/img/header.jpg) no-repeat top;
  background-position: center;
  height: 300px;
  background-size: cover;
}

.st-25 .st-footer-01 footer {
  background-color: var(--bay-sitecolor);
  color: var(--bay-bodytext);
}

.st-25 .st-footer-01 footer li,
.st-25 .st-footer-01 footer a:link,
.st-25 .st-footer-01 footer a:visited,
.st-25 .st-footer-01 footer a:hover,
.st-25 .st-footer-01 footer a:active {
  color: var(--bay-bodytext);
}

.st-25 .st-inside-content-wrapper .container {
  margin-top: -150px;
}

.st-25 .st-inside-content-wrapper.st-inside-content-noheader .container {
  margin-top: 0;
}

/*Coldwell Banker Heritage*/
.st-25 .st-content-wrapper .st-panels-wrapper .st-homepage-wrapper .st-featuredhomes-08 .property-container a .img-fill {
  height: 200px;
}

.st-25 #st_section_03 .st-panels-wrapper .st-panel .img-fill-background {
  position: relative;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (<768px)*/
  .st-25 .st-inside-content-wrapper .container {
    margin-top: 0;
    padding: 0;
  }
  .st-25 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-25 .iq-pg-body {
    margin-top: 15px;
  }
  .st-25 .st-sitemenu-01 {
    position: inherit !important;
    min-height: 60px;
    padding: 6px 0 0 10px;
  }
  .st-25 .st-sitemenu-01 .navbar-toggle {
    border-style: none;
  }
  .st-25 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  /*Extra small devicesPhones (<768px)*/
  .st-25 .iq-pg-header h1 {
    font-size: 35px;
  }
}
/*	Template 26
-------------------------------------------------------------------*/
.st-26 .st-site-wrapper {
  height: 100%;
}

.st-26 .ui-state-hover,
.st-26 .ui-widget-content .ui-state-hover,
.st-26 .ui-widget-header .ui-state-hover,
.st-26 .ui-state-focus,
.st-26 .ui-widget-content .ui-state-focus,
.st-26 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}

.st-26 .st-homepage-wrapper .carousel-inner {
  z-index: 1 !important;
}

.st-26 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px var(--bay-highlighttext) solid;
  padding: 30px 30px 0 30px;
}

.st-26 .st-inside-content-wrapper .st-header-carousel-01 {
  height: 300px;
  min-height: 300px;
  z-index: -1;
}

.st-26 .st-inside-content-wrapper .container {
  margin-top: -150px;
}

.st-26 .st-inside-content-wrapper.st-inside-content-noheader .container {
  margin-top: 0;
}

@media (max-width: 479px) {
  /* Extra small devicesPhones (<768px)*/
  .st-26 .st-inside-content-wrapper .container {
    margin-top: -100px;
    padding: 0;
  }
  .st-26 .st-inside-content-wrapper .st-header-carousel-01 {
    height: 100px;
    min-height: 100px;
    z-index: -1;
  }
  .st-26 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-26 .st-sitemenu-03 {
    min-height: 60px;
    padding: 6px 0 0 0;
  }
  .st-26 .st-sitemenu-03 .navbar-toggle {
    border-style: none;
    margin-top: 8px;
  }
  .st-26 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
    height: 50vh;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* Extra small devicesPhones (<768px)*/
  .st-26 .st-inside-content-wrapper .st-header-carousel-01 {
    height: 100px;
    min-height: 100px;
    z-index: -1;
  }
  .st-26 .iq-pg-header h1 {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Small devices Tablets (>=768px)*/
  .st-26 .st-inside-content-wrapper .st-header-carousel-01 {
    height: 100px;
    min-height: 100px;
    z-index: -1;
  }
  .st-26 .iq-pg-header h1 {
    font-size: 35px;
  }
}
/*	Template 27
-------------------------------------------------------------------*/
.st-27 .st-site-wrapper {
  height: 100%;
}

.st-27 .st-content-wrapper {
  margin-top: 77px;
}

.st-27 .ui-state-hover,
.st-27 .ui-widget-content .ui-state-hover,
.st-27 .ui-widget-header .ui-state-hover,
.st-27 .ui-state-focus, .ui-widget-content .ui-state-focus,
.st-27 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}

.st-27 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px var(--bay-highlighttext) solid;
  padding: 30px 30px 0 30px;
}

.st-27 .st-inside-content-wrapper .st-inside-header {
  background: url(/sitetemplates/27/img/header.jpg) no-repeat top;
  background-position: center;
  height: 300px;
  background-size: cover;
}

.st-27 .st-inside-content-wrapper .container {
  margin-top: -150px;
}

.st-27 .st-inside-content-wrapper.st-inside-content-noheader .container {
  margin-top: 0;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (<768px)*/
  .st-27 .st-inside-content-wrapper .container {
    margin-top: 0;
    padding: 0;
  }
  .st-27 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-27 .iq-pg-body {
    margin-top: 15px;
  }
  .st-27 .st-sitemenu-01 {
    position: inherit !important;
    min-height: 60px;
    padding: 6px 0 0 10px;
  }
  .st-27 .st-sitemenu-01 .navbar-toggle {
    border-style: none;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  /*Extra small devicesPhones (<768px)*/
  .st-27 .iq-pg-header h1 {
    font-size: 35px;
  }
}
/*	Template 28
-------------------------------------------------------------------*/
.st-28 #homepage_searchform .ui-corner-all {
  color: #000000;
  z-index: 9999;
}

.st-28 .st-homepage-wrapper .st-header-carousel-wrapper {
  height: 100vh;
}

.st-28 .ui-state-hover,
.st-28 .ui-widget-content .ui-state-hover,
.st-28 .ui-widget-header .ui-state-hover,
.st-28 .ui-state-focus .st-28,
.ui-widget-content .ui-state-focus,
.st-28 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}

.st-28 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px var(--bay-highlighttext) solid;
  padding: 30px 30px 0 30px;
}

.st-28 .st-homepage-wrapper .st-header-carousel-wrapper {
  min-height: 830px;
}

.st-28 .st-inside-content-wrapper .st-header-carousel-wrapper {
  height: 100px;
  min-height: 100px;
  z-index: -1;
}

.st-28 .st-inside-content-wrapper .st-header-carousel-wrapper > div {
  position: relative;
}

.st-28 .st-sitemenu-13 .dropdown-menu li a:link {
  color: var(--bay-bodytext);
}

.st-28 .st-sitemenu-13 .dropdown-menu li a:visited {
  color: var(--bay-bodytext);
}

.st-28 .st-inside-content-wrapper .container {
  margin-top: -150px;
}

.st-28 .st-inside-content-wrapper.st-inside-content-noheader .container {
  margin-top: 0;
}

.st-28 .st-homepage-wrapper, .st-28 .st-insidepage-wrapper {
  margin: 0 0 -200px 0;
  padding: 0 0 200px 0;
  width: 100%;
  min-height: 100%;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (<768px)*/
  .st-28 .st-inside-content-wrapper .container {
    margin-top: -50px;
    padding: 0;
  }
  .st-28 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-28 .st-sitemenu-09 {
    position: inherit;
    min-height: 60px;
    padding-top: 5px;
  }
  .st-28 .st-sitemenu-09 .navbar-toggle {
    border-style: none;
    margin-top: 9px;
  }
  .st-28 .st-sitemenu-09 .navbar-brand {
    background-color: none;
    padding: 0;
  }
  .st-28 .st-social-top-wrap {
    background-attachment: none;
  }
  .st-28 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
    height: 100vh;
  }
  .st-28 .st-intro-02 h1 {
    font-size: 24px;
  }
  .st-28 .st-intro-02 .st-bg-container {
    background-color: #999999;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (<768px)*/
  .st-28 .st-inside-content-wrapper > .container .st-28 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-28 .st-intro-02 h1 {
    font-size: 24px;
  }
  .st-28 .st-intro-02 .st-bg-container {
    background-image: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (>=768px)*/
  .st-28 .iq-pg-header h1 {
    font-size: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* Medium devices Desktops (>=992px)*/
  .st-28 .st-intro-02 h1 {
    font-size: 40px;
  }
  .st-28 .st-intro-02 .st-bg-container {
    background-image: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (>=1200px)*/
  .st-28 .st-inside-content-wrapper .st-header-carousel-wrapper {
    height: 300px;
    min-height: 300px;
  }
}
@media (min-width: 1920px) {
  /*HD devices Desktops (>=1920px)*/
  /* Full Height: 692px 538px */
  /* 416px 262px */
  .st-28 .st-inside-content-wrapper .st-header-carousel-wrapper {
    height: 300px;
    min-height: 300px;
  }
}
/*	Template 29
-------------------------------------------------------------------*/
.st-29 .st-sitemenu-01 {
  padding: 0;
}

.st-29 .st-sitemenu-01 .st-sitemenu {
  height: 40px;
}

.st-29 .st-sitemenu-01 .st-sitemenu > div {
  padding: 0;
}

.st-29 .st-sitemenu-01 .st-sitemenu-social-links {
  margin: 0;
}

.st-29 .st-sitemenu-01 .navbar-toggle {
  z-index: 100;
}

.st-29 .ui-state-hover,
.st-29 .ui-widget-content .ui-state-hover,
.st-29 .ui-widget-header .ui-state-hover,
.st-29 .ui-state-focus,
.st-29 .ui-widget-content .ui-state-focus,
.st-29 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}

.st-29 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px var(--bay-highlighttext) solid;
  padding: 30px 30px 0 30px;
}

.st-29 .st-inside-content-wrapper .st-inside-header {
  background: url(/sitetemplates/29/img/header.jpg) no-repeat top;
  background-position: center;
  height: 300px;
  background-size: cover;
}

.iq-pg-body .iq-realestate-table {
  margin: 0;
  justify-content: center;
  padding: 0;
}

@media (max-width: 1199px) {
  .tableSection .row {
    flex-direction: column;
    max-width: 70%;
    min-width: 70%;
  }
  .tableSection {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .tableSection .row div div.flexSection {
    justify-content: space-around !important;
    text-align: center !important;
  }
}
@media (max-width: 730px) {
  .tableSection .row {
    flex-direction: column;
    max-width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 470px) {
  .tableSection .row div div.flexSection {
    flex-direction: column;
    align-items: center !important;
  }
  .tableSection .row div div.flexSection h3 {
    margin: 4px 0 10px 0 !important;
  }
}
@media (max-width: 479px) {
  .v2-11 .st-inside-content-wrapper.realEstateSection .st-inside-header, .v2-12 .st-inside-content-wrapper.realEstateSection .st-inside-header {
    display: block !important;
  }
}
.st-29 .st-footer-01 footer {
  background-color: var(--bay-sitecolor);
  color: var(--bay-bodytext);
}

.st-29 .st-footer-01 footer li,
.st-29 .st-footer-01 footer a:link,
.st-29 .st-footer-01 footer a:visited,
.st-29 .st-footer-01 footer a:hover,
.st-29 .st-footer-01 footer a:active {
  color: var(--bay-bodytext);
}

.st-29 .st-homepage-wrapper #st_section_07 .st-panel {
  height: 50vh !important;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (<768px)*/
  .st-29 .st-inside-content-wrapper {
    margin-top: 10px;
  }
  .st-29 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-29 .st-sitemenu-01 {
    position: inherit !important;
    min-height: 60px;
    padding: 6px 0 0 10px;
  }
  .st-29 .st-sitemenu-01 .navbar-toggle {
    border-style: none;
  }
  .st-29 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
    height: unset !important;
  }
  .st-29 .st-homepage-wrapper .st-header-carousel-wrapper .carousel-inner .item {
    height: unset !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (<768px)*/
  .st-29 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-29 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
    height: unset !important;
  }
  .st-29 .st-homepage-wrapper .st-header-carousel-wrapper .carousel-inner .item {
    height: unset !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (>=768px)*/
  .st-29 .iq-pg-header h1 {
    font-size: 35px;
  }
}
/*	Vendor Portal
-------------------------------------------------------------------*/
@media (max-width: 479px) {
  /*Extra small devicesPhones (<768px)*/
  .st-01 [data-page=vendorportal] .iq-portal-sidebar-nav,
  .st-02 [data-page=vendorportal] .iq-portal-sidebar-nav,
  .st-11 [data-page=vendorportal] .iq-portal-sidebar-nav,
  .st-12 [data-page=vendorportal] .iq-portal-sidebar-nav,
  .st-13 [data-page=vendorportal] .iq-portal-sidebar-nav,
  .st-15 [data-page=vendorportal] .iq-portal-sidebar-nav,
  .st-18 [data-page=vendorportal] .iq-portal-sidebar-nav,
  .st-20 [data-page=vendorportal] .iq-portal-sidebar-nav,
  .st-25 [data-page=vendorportal] .iq-portal-sidebar-nav,
  .st-26 [data-page=vendorportal] .iq-portal-sidebar-nav,
  .st-27 [data-page=vendorportal] .iq-portal-sidebar-nav,
  .st-29 [data-page=vendorportal] .iq-portal-sidebar-nav {
    margin-top: 40px;
  }
  .st-04 [data-page=vendorportal] .iq-portal-sidebar-nav {
    margin-top: 236px;
  }
  .st-05 [data-page=vendorportal] .iq-portal-sidebar-nav,
  .st-06 [data-page=vendorportal] .iq-portal-sidebar-nav,
  .st-08 [data-page=vendorportal] .iq-portal-sidebar-nav,
  .st-19 [data-page=vendorportal] .iq-portal-sidebar-nav {
    margin-top: 98px;
  }
  .st-07 [data-page=vendorportal] .iq-portal-sidebar-nav {
    margin-top: 110px;
  }
  .st-14 [data-page=vendorportal] .iq-portal-sidebar-nav {
    margin-top: 194px;
  }
  .st-21 [data-page=vendorportal] .iq-portal-sidebar-nav {
    margin-top: 125px;
  }
  .st-24 [data-page=vendorportal] .iq-portal-sidebar-nav,
  .st-28 [data-page=vendorportal] .iq-portal-sidebar-nav {
    margin-top: 90px;
  }
}
/*	Template 31
-------------------------------------------------------------------*/
.st-31 .st-header-carousel-10 .st-searchform-05 .st-searchform-wrapper {
  height: 100vh;
  display: table-cell;
  margin: 0 auto;
}

.st-31 .st-header-carousel-10 .st-searchform-05 .st-searchform-properties {
  vertical-align: middle;
  height: 100vh;
  display: table-cell;
  margin: 0 auto;
}

.st-31 .st-homepage-wrapper .st-header-carousel-wrapper .carousel-inner .item {
  height: 100vh;
}

.st-31 .ui-state-hover,
.st-31 .ui-widget-content .ui-state-hover,
.st-31 .ui-widget-header .ui-state-hover,
.st-31 .ui-state-focus, .ui-widget-content .ui-state-focus,
.st-31 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}

.st-31 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px var(--bay-highlighttext) solid;
  padding: 30px 30px 0 30px;
}

.st-31 .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-31 .st-panels-wrapper {
  height: 100vh;
  display: table;
  width: 100%;
}

.st-31 .st-homepage-wrapper .st-testimonials-01 .carousel-inner .item {
  height: auto;
}

.st-31 .st-youtube-wrapper {
  background-color: var(--bay-bodycolor);
}

.st-31 .st-panels-01 .st-panel {
  height: 50vh;
}

.st-31 .st-inside-content-wrapper .container {
  margin-top: -150px;
}

.st-31 .st-inside-content-wrapper.st-inside-content-noheader .container {
  margin-top: 0;
}

@media (max-width: 479px) {
  .st-31 .st-inside-content-wrapper .container, .v2-02 .third_section_story .container {
    margin-top: 50px !important;
    padding: 0;
  }
  .st-31 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-31 .st-searchform-05 #agent_multifield_autocomplete {
    height: 50px;
  }
  .st-31 .st-sitemenu-01 {
    position: relative;
    min-height: 60px;
    padding: 6px 0 0 10px;
  }
  .st-31 .st-sitemenu-01 .navbar-toggle {
    border-style: none;
  }
  .st-31 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
  }
  .st-31 .st-homepage-wrapper .st-header-carousel-wrapper .carousel-inner .item {
    height: 40vh;
  }
  .st-31 .st-panels-01 .st-panel {
    height: 100vh;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (<768px)*/
  .st-31 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-31 .st-searchform-05 #agent_multifield_autocomplete {
    height: 50px;
  }
  .st-31 .st-homepage-wrapper .st-header-carousel-wrapper .carousel-inner .item {
    height: 40vh;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (>=768px)*/
  .st-31 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-31 .st-homepage-wrapper .st-header-carousel-wrapper .carousel-inner .item {
    height: 40vh;
  }
}
.v2-13 section:not(#st_section_00, #st_section_01) {
  overflow: hidden;
}

.v2-13 #st_section_00 {
  overflow: visible;
}

.v2-13 .st-header-carousel-10 .st-searchform-05 .st-searchform-wrapper {
  height: 100vh;
  display: table-cell;
  margin: 0 auto;
}

.v2-13 .st-header-carousel-10 .st-searchform-05 .st-searchform-properties {
  vertical-align: middle;
  height: 100vh;
  display: table-cell;
  margin: 0 auto;
}

.v2-13 .st-homepage-wrapper .st-header-carousel-wrapper .carousel-inner .item {
  height: 100vh;
}

.v2-13 .ui-state-hover,
.v2-13 .ui-widget-content .ui-state-hover,
.v2-13 .ui-widget-header .ui-state-hover,
.v2-13 .ui-state-focus, .ui-widget-content .ui-state-focus,
.v2-13 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}

.v2-13 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px var(--bay-highlighttext) solid;
  padding: 30px 30px 0 30px;
}

.v2-13 .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;
}

.v2-13 .st-panels-wrapper {
  height: 100vh;
  display: table;
  width: 100%;
}

.v2-13 .st-homepage-wrapper .st-testimonials-01 .carousel-inner .item {
  height: auto;
}

.v2-13 .st-youtube-wrapper {
  background-color: var(--bay-bodycolor);
}

.v2-13 .st-panels-01 .st-panel {
  height: 50vh;
}

.v2-13 .st-inside-content-wrapper .container {
  margin-top: -150px;
}

.v2-13 .st-inside-content-wrapper.st-inside-content-noheader .container {
  margin-top: 0;
}

.v2-05 .st-inside-content-wrapper .container {
  padding-top: 8%;
}

.v2-05 #webeditor nav.fixed-top, .v2-10 #webeditor nav.fixed-top {
  z-index: 12000;
}

@media (min-width: 950px) and (max-width: 1179px) {
  .v2-05 .st-inside-content-wrapper .container {
    padding-top: 10%;
  }
}
@media (min-width: 320px) and (max-width: 425px) {
  .v2-05 .st-inside-content-wrapper .container {
    padding-top: 16%;
  }
}
@media (min-width: 426px) and (max-width: 530px) {
  .v2-05 .st-inside-content-wrapper .container {
    padding-top: 13%;
  }
}
@media (min-width: 529px) and (max-width: 750px) {
  .v2-05 .st-inside-content-wrapper .container {
    padding-top: 10%;
  }
}
/*	Template 32
-------------------------------------------------------------------*/
.st-32 .st-site-wrapper {
  height: 100%;
}

.st-32 .st-searchform-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100vh - 146px);
  width: 100%;
}

.st-32 .st-searchform-07 {
  margin: 0 auto;
}

.st-32 .st-searchform-07 .st-searchform-contents {
  vertical-align: middle;
  height: calc(100vh - 146px);
  display: table-cell;
  margin: 0 auto;
}

.st-32 .st-searchform-07 ul li {
  text-align: left;
}

.st-32 .st-homepage-wrapper .carousel-inner {
  height: 100vh;
}

.st-32 .ui-state-hover,
.st-32 .ui-widget-content .ui-state-hover,
.st-32 .ui-widget-header .ui-state-hover,
.st-32 .ui-state-focus, .ui-widget-content .ui-state-focus,
.st-32 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}

.st-32 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px var(--bay-highlighttext) solid;
  padding: 30px 30px 0 30px;
}

.st-32 .st-inside-content-wrapper .st-inside-header {
  background: url(/sitetemplates/09/img/header.jpg) no-repeat top;
  background-position: center top;
  height: 240px;
  background-size: cover;
}

.st-32 .st-header-carousel-11 .iq-carousel-caption {
  text-align: right;
  position: absolute;
  bottom: 200px;
  right: 90px;
}

.v2-10 .st-header-carousel-11 .iq-carousel-caption, .v2-07 .st-header-carousel-11 .iq-carousel-caption, .v2-08 #header_carousel_04v2 .iq-carousel-caption {
  text-align: left;
  left: 301px;
}

@media (min-width: 1088px) and (max-width: 1470px) {
  .v2-10 .st-header-carousel-11 .iq-carousel-caption, .v2-07 .st-header-carousel-11 .iq-carousel-caption, .v2-08 #header_carousel_04v2 .iq-carousel-caption, .v2-13 .st-header-carousel-10v2 .iq-carousel-caption {
    text-align: left;
    left: 85px;
  }
}
@media (max-width: 1040px) {
  .v2-10 .st-header-carousel-11 .iq-carousel-caption, .v2-07 .st-header-carousel-11 .iq-carousel-caption, .v2-08 #header_carousel_04v2 .iq-carousel-caption {
    text-align: left;
    left: 52px;
  }
}
.st-32 .st-inside-content-wrapper .container {
  margin-top: -150px;
}

.st-32 .st-inside-content-wrapper.st-inside-content-noheader .container {
  margin-top: 0;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (<768px)*/
  .st-32 .st-inside-content-wrapper .container {
    margin-top: 0;
    padding: 0;
  }
  .st-32 .st-searchform-07 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    text-align: center;
  }
  .st-32 .st-searchform-07 .st-searchform-contents {
    vertical-align: middle;
    height: 100vh;
    display: table-cell;
    margin: 0 auto;
  }
  .st-32 .st-homepage-wrapper .carousel-inner {
    height: 100vh;
  }
  .st-32 .st-inside-content-wrapper {
    margin-top: 10px;
  }
  .st-32 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-32 .st-sitemenu-01 {
    position: inherit !important;
    min-height: 60px;
    padding: 6px 0 0 10px;
  }
  .st-32 .st-sitemenu-01 .navbar-toggle {
    border-style: none;
  }
  .st-32 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
  }
  .st-32 .st-searchform-07 .st-listings-getlocation {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  /*Extra small devicesPhones (<768px)*/
  .st-32 .iq-pg-header h1 {
    font-size: 35px;
  }
}
#iq_agents .bayAgentsGrid_v2 .agents-gridSection {
  padding-left: 0;
  padding-right: 0;
}

.agents-heading {
  font-weight: 500 !important;
}

/*	HAUS Template
-------------------------------------------------------------------*/
.st-haus .btn-primary, .st-haus .btn-primary:hover, .st-haus .btn-success, .st-haus .btn-success:hover {
  color: #fff;
  background-color: var(--bay-maincolor);
  border-color: var(--bay-maincolor);
}

.v2-03.st-haus.editbar .st-inside-content-wrapper .container {
  margin-top: -140px;
}

.st-haus a#nav-expander {
  moz-transition: unset;
  ms-transition: unset;
  o-transition: unset;
  transition: unset;
  webkit-transition: unset;
}

.st-haus a#nav-expander:hover {
  moz-transition: unset;
  ms-transition: unset;
  o-transition: unset;
  transition: unset;
  webkit-transition: unset;
}

.st-haus .st-site-wrapper .st-insidepage-wrapper h1 {
  font-family: "Arial", sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.st-haus h3 {
  margin-top: 0.5em;
}

.st-haus .st-inside-content-wrapper .container {
  margin-top: 100px;
}

.v2-03.st-haus.editbar .st-inside-content-wrapper .container {
  margin-top: 80px;
}

.v2-01 .st-inside-content-wrapper .container {
  margin-top: -90px;
}

.v2-01 .st-site-wrapper[data-page=search-agents] .st-inside-content-wrapper .container {
  margin-top: 50px;
}

.v2-11 .st-inside-content-wrapper .container {
  margin-top: -140px;
}

.v2-02 header .header_rem_sub {
  height: unset;
}

#iq_agents .iq-pg-header h1 {
  color: black !important;
}

.header-name {
  font-weight: normal !important;
}

.iq-text-decoration {
  text-decoration: none !important;
}

@media (max-width: 767px) {
  .v2-03.st-haus.editbar .st-inside-content-wrapper .container {
    margin-top: 60px;
  }
  .v2-03.st-haus .st-inside-content-wrapper .container {
    margin-top: 60px;
  }
  .v2-03.st-haus .st-inside-content-wrapper .iq-pg-body.bayAgentsGrid_v2 {
    padding: 0 15px 15px 15px;
  }
}
.st-haus .st-inside-content-wrapper.st-inside-content-noheader .container {
  margin-top: 90px;
}

.st-haus .st-section-08 {
  color: var(--bay-bodycolor);
  background-color: var(--bay-maincolor);
}

.v2-01 .st-inside-header, .v2-03 .st-inside-header, .v2-09 .st-inside-header, .v2-10 .st-inside-header {
  height: 300px;
}

/* Added to display the image in the sub screens */
@media (max-width: 479px) {
  .st-haus .st-inside-content-wrapper .container {
    margin-top: 0;
    padding: 0;
  }
}
@media (min-width: 600px) {
  .st-haus .st-inside-content-lowered > .container,
  .st-haus .st-inside-content-lowered > .container-fluid {
    margin-top: 35px;
    padding: 0;
  }
}
/*	PLACES Template
-------------------------------------------------------------------*/
.st-places .logo-area {
  position: relative;
}

.st-places #probootstrap-menu {
  position: relative;
}

.st-places .border-bottom-short:after {
  background-color: var(--bay-highlightcolor);
}

.st-places .st-site-wrapper .st-insidepage-wrapper h1 {
  font-family: "Arial", sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.st-places .btn-primary, .st-places .btn-primary:hover {
  background-color: var(--bay-searchformbuttonsbackground);
  border-color: var(--bay-searchformbuttonsborder);
}

.st-places .iq-textdropdown button {
  background-color: var(--bay-searchformbuttonsbackground);
  border-color: var(--bay-searchformbuttonsbackground);
}

.st-places .btn-secondary {
  background-color: var(--bay-highlightcolor);
  border-color: var(--bay-highlightcolor);
}

.st-places .dropdown li a {
  color: #555 !important;
  padding: 0.75rem 1.5rem;
  font-size: 12px;
  white-space: nowrap;
  letter-spacing: 0.1rem;
  font-weight: 400;
}

.st-places .st-sitemenu .dropdown li a {
  color: #ffffff !important;
}

.st-places .navbar .extra-text .social-buttons ul {
  list-style: none;
}

.st-places .navbar .extra-text .social-buttons li a {
  color: #a19a91;
  font-size: 1rem;
}

.st-places .navbar .extra-text .social-buttons .st-social-twitter .fa-twitter-square {
  color: #a19a91;
}

.st-places .navbar .extra-text .social-buttons .st-social-facebook .fa-facebook-square {
  color: #a19a91;
}

.st-places .navbar .extra-text .social-buttons .fa-linkedin-square {
  color: #a19a91;
}

.st-places .navbar .extra-text .social-buttons .fa-instagram {
  color: #a19a91;
}

.st-places .navbar .extra-text .social-buttons .fa-google-plus-square {
  color: #a19a91;
}

.st-places .navbar .extra-text .social-buttons .fa-pinterest-square {
  color: #a19a91;
}

.st-places .navbar .extra-text .social-buttons .fa-youtube-square {
  color: #a19a91;
}

.st-places .navbar .extra-text .social-buttons .fa-rss {
  color: #a19a91;
}

.st-places .navbar .extra-text .social-buttons .fa-envelope {
  color: #a19a91;
}

.st-places #st_section_01 .st-searchform-container {
  margin-top: 10vh;
}

.st-places #st_section_01 .st-searchform-container.with-agent-profile {
  margin-top: unset;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (<768px)*/
  .st-places .st-inside-content-wrapper .container {
    margin-top: 0;
    padding: 0;
  }
  .st-places #st_section_01 .st-searchform-container {
    margin-top: 50px !important;
  }
}
/*	LISTO MAP Template
-------------------------------------------------------------------*/
.st-listo {
  color: #626262;
  font-family: var(--bay-primary-font);
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
}

.st-listo .navbar.navbar-inverse.st-sitemenu-16 {
  border-top: 0;
}

.st-listo .btn-secondary,
.st-listo .btn-secondary:focus,
.st-listo .btn-secondary:hover,
.st-listo .btn-secondary:active,
.st-listo .btn-secondary:active:hover,
.st-listo .btn-secondary:active:focus {
  background-color: var(--bay-highlightcolor);
  border-color: var(--bay-highlightcolor);
  color: #fff;
}

.st-listo.editbar {
  margin-top: 59px !important;
}

.st-listo.editbar #edit-menu.navbar {
  border: 0;
  padding: 8px 16px;
}

.st-listo.editbar #edit-menu.navbar-inverse {
  background-color: #343a40 !important;
}

.st-listo.editbar #edit-menu.navbar-inverse .navbar-brand {
  color: #fff;
}

.st-listo.editbar #edit-menu .container-fluid {
  margin: 4px 15px;
}

.st-listo.editbar #edit-menu .navbar-brand {
  display: inline-block;
  padding: unset;
  height: unset;
  margin-right: 20px;
  font-size: 20px;
  line-height: 36px;
  white-space: nowrap;
}

.st-listo.editbar #edit-menu .navbar-nav > li > a {
  padding: 8px;
}

/*	ISLAND Template
-------------------------------------------------------------------*/
.st-island #edit-menu .navbar-brand {
  color: #ffffff;
  font-family: var(--bay-primary-font);
  font-size: 18px;
}

.st-island #edit-menu .navbar-header {
  margin-left: 15px;
}

.st-island .logo,
.st-island .logo img {
  max-width: 282px;
  max-height: 80px;
  position: relative;
}

.st-island .inside-logo {
  position: relative;
  max-width: 282px;
  max-height: 80px;
  float: left;
}

.st-island .inside-logo img {
  max-width: 282px;
  max-height: 80px;
}

.st-island #iqSearchFormHeader .inside-logo {
  padding-top: 10px;
}

.st-island #iqSearchFormHeader .inside-logo img {
  max-width: 188px;
  max-height: 50px;
}

@media (max-width: 575px) {
  .st-island .logo,
  .st-island .logo img {
    max-width: 175px;
    max-height: 72px;
  }
  .st-island .inside-logo,
  .st-island .inside-logo img {
    max-width: 175px;
    max-height: 72px;
  }
}
.st-island #iqSearchFormHeader .navbar-toggle {
  border: 1px solid #eee;
}

@media (max-width: 767px) {
  .st-sitemenu-17 #iq_bootstrap_site_menu {
    overflow: hidden;
  }
  .st-sitemenu-17 #iq_bootstrap_site_menu .navbar-nav {
    margin-left: 15px;
  }
}
.st-island .inside-nav {
  position: relative;
  padding: 16px;
  margin: 0;
  border: unset;
}

.st-island .iq-pg-body {
  padding-top: 0;
}

.st-island .ui-autocomplete {
  text-align: left;
}

#st_footer {
  position: relative;
}

.st-island .footer {
  font-family: var(--bay-primary-font);
}

.st-island .footer-wrap {
  background: #002269;
  padding-top: 40px;
  padding-bottom: 40px;
}

.st-island .footer-wrap .footer {
  max-width: 1669px;
  color: white;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1px 50px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.st-island .footer-wrap .footer .footer-top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.st-island .footer-wrap .footer .footer-top-row .logo-address-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.st-island .footer-wrap .footer .footer-top-row .logo-address-wrapper .logo {
  max-width: 421px;
  margin-right: 50px;
}

.st-island .footer-wrap .footer .footer-top-row .logo-address-wrapper .logo img {
  width: auto;
}

.st-island .footer-wrap .footer .footer-top-row .logo-address-wrapper .main-address {
  padding-top: 20px;
  max-width: 430px;
  width: 100%;
  font-size: 24px;
}

.st-island .footer-wrap .footer .footer-top-row .btn-outline-light {
  margin-top: 26px;
  height: 45px;
}

.st-island .footer-wrap .footer .footer-middle-row {
  padding-top: 60px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.st-island .footer-wrap .footer .footer-middle-row .bottom-links {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.st-island .footer-wrap .footer .footer-middle-row .bottom-links .nav-title {
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 16px;
  font-weight: bold;
}

.st-island .footer-wrap .footer .footer-middle-row .bottom-links a {
  font-size: 16px;
  text-transform: uppercase;
  color: white;
  display: block;
  padding-bottom: 8px;
}

.st-island .footer-wrap .footer .footer-middle-row .bottom-links a:hover {
  color: #eeeeee;
}

.st-island .footer-wrap .footer .footer-back-at-you {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.st-island .footer-wrap .footer .footer-back-at-you .copyright-backatyou {
  text-transform: uppercase;
  font-size: 16px;
}

.st-island .footer-wrap .footer .footer-back-at-you .site-powered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.st-island .footer-wrap .footer .footer-back-at-you .site-powered .site-powered-text {
  padding-right: 15px;
}

.st-island .footer-wrap .footer .footer-back-at-you .site-powered .backatyou-logo {
  width: 156px;
}

.st-island .footer-wrap .footer .footer-back-at-you .site-powered .backatyou-logo img {
  width: 100%;
}

.st-island .footer-wrap .footer .footer-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 40px;
}

.st-island .footer-wrap .footer .footer-copyright .copyright-text {
  max-width: 900px;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
}

.st-island .footer-wrap .footer .footer-copyright .realtor-eho img {
  width: 80px;
}

.st-island .footer-wrap .footer .footer-top-row .office-btn-wrapper a:hover {
  color: black !important;
}

/* begin mobile footer css */
@media (max-width: 991px) {
  .st-island .footer-wrap .footer {
    padding: 0 15px;
  }
  .st-island .footer-wrap .footer .footer-top-row {
    flex-flow: row wrap;
  }
  .st-island .footer-wrap .footer .footer-top-row .logo-address-wrapper {
    flex: 0 0 100%;
    flex-flow: row wrap;
  }
  .st-island .footer-wrap .footer .footer-top-row .logo-address-wrapper .logo {
    flex-basis: 100%;
    max-width: unset;
    margin: 0 0 30px;
  }
  .st-island .footer-wrap .footer .footer-top-row .logo-address-wrapper .logo img {
    max-width: 300px;
  }
  .st-island .footer-wrap .footer .footer-top-row .logo-address-wrapper .main-address {
    flex-basis: 100%;
    max-width: unset;
    margin: 0;
    padding: 0;
    font-size: 20px;
  }
  .st-island .footer-wrap .footer .footer-top-row .office-btn-wrapper {
    flex: 0 0 100%;
    margin-top: 45px;
    text-align: center;
  }
  .st-island .footer-wrap .footer .footer-top-row .office-btn-wrapper a {
    margin: 0;
  }
  .st-island .footer-wrap .footer .footer-copyright {
    flex-flow: row wrap;
  }
  .st-island .footer-wrap .footer .footer-copyright .copyright-text {
    flex-basis: 100%;
    max-width: unset;
    font-size: 16px;
    line-height: 20px;
  }
  .st-island .footer-wrap .footer .footer-copyright .realtor-eho {
    flex-basis: 100%;
    margin-top: 30px;
    text-align: center;
  }
  .st-island .footer-wrap .footer .footer-back-at-you {
    flex-flow: row wrap;
    padding-top: 15px;
  }
  .st-island .footer-wrap .footer .footer-back-at-you .copyright-backatyou {
    flex: 0 0 100%;
    font-size: 14px;
    text-align: center;
  }
  .st-island .footer-wrap .footer .footer-back-at-you .site-powered {
    flex: 0 0 100%;
    margin-top: 25px;
  }
  .st-island .footer-wrap .footer .footer-back-at-you .site-powered .site-powered-text {
    flex: 0 0 50%;
    padding-right: 5px;
    padding-top: 5px;
    font-size: 14px;
    text-align: right;
  }
  .st-island .footer-wrap .footer .footer-back-at-you .site-powered .backatyou-logo {
    flex: 0 0 50%;
  }
  .st-island .footer-wrap .footer .footer-back-at-you .site-powered .backatyou-logo img {
    max-width: 200px;
  }
  .st-island .footer-disclaimer .disclaimer {
    padding: 15px !important;
  }
  .st-island .footer-disclaimer .disclaimer p {
    font-size: 12px !important;
    line-height: 18px !important;
  }
}
/* end mobile footer css */
.st-island .navbar-footer {
  padding-left: 0;
  padding-right: 0;
}

.st-island .navbar-footer ul.navbar-nav li.nav-item a.nav-link {
  padding-left: 0;
  padding-right: 3em;
}

.st-island .footer-top-row .btn {
  border-radius: 0;
}

.st-island .btn.btn-lg,
.st-island a.btn.btn-lg {
  font-size: 15px;
  font-weight: 500;
  padding: 10px 30px;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
}

.st-island .btn-outline-light {
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.st-island nav .collapse.navbar-collapse.justify-content-md-center {
  display: flex !important;
  flex-basis: auto;
  justify-content: center !important;
  padding: 0;
  height: 40px !important;
}

.st-island .footer-disclaimer {
  background: #555d67;
}

.st-island .footer-disclaimer .disclaimer {
  max-width: 1669px;
  color: white;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 48px 50px;
  width: 100%;
  margin: 0 auto;
}

.st-island .footer-disclaimer .disclaimer p {
  color: white;
  max-width: 1200px;
  width: 100%;
  font-size: 16px;
  font-family: var(--bay-primary-font);
  margin-bottom: 16px;
  line-height: 24px;
}

.st-island .footer-disclaimer .disclaimer p.small {
  font-size: 90%;
  font-weight: 400;
  line-height: 1.5;
}

.st-island .footer-disclaimer .disclaimer nav {
  max-width: 1200px;
  width: 100%;
  border: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 0;
}

.st-island .footer-disclaimer .disclaimer nav .navbar-nav {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.st-island .footer-disclaimer .disclaimer nav ul li a {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
  padding: 8px 48px 8px 0;
  text-transform: uppercase;
  font-family: var(--bay-primary-font);
  font-size: 16px;
}

.st-island #iq_listing,
.st-island .iq-pg-content,
.st-island .st-pg-content {
  font-family: var(--bay-primary-font);
}

.st-island #iq_listing_slw_toolbar {
  font-size: 12px;
}

/*	Seacoast Template
-------------------------------------------------------------------*/
.st-seacoast .st-site-wrapper {
  height: 100%;
}

.st-seacoast .st-sitemenu-01 .navbar-brand {
  padding-top: 14px;
}

.st-seacoast .st-sitemenu-01 .navbar-brand img {
  height: 50px;
}

.st-seacoast .st-inside-content-wrapper .st-inside-header {
  background: url(/sitetemplates/09/img/header.jpg) no-repeat top;
  background-position: center top;
  height: 240px;
  background-size: cover;
}

.st-seacoast .st-inside-content-wrapper .container {
  margin-top: -150px;
}

.st-seacoast .st-inside-content-wrapper.st-inside-content-noheader .container {
  margin-top: 0;
}

.st-seacoast .ui-accordion-header {
  color: black !important;
}

.st-seacoast div[data-section=companylogo] {
  position: relative;
}

.st-seacoast .st-footer-01 footer {
  background-color: #fff;
  color: #707070;
}

.st-seacoast .st-footer-01 footer li {
  font-size: 12px;
  font-weight: 300;
}

.st-seacoast .st-footer-01 footer a:link,
.st-seacoast .st-footer-01 footer a:visited,
.st-seacoast .st-footer-01 footer a:hover,
.st-seacoast .st-footer-01 footer a:active {
  color: #1f69ff;
}

.st-seacoast .st-footer-01 footer ul.st-footer-social {
  margin-top: 30px;
}

.st-seacoast .st-footer-01 footer ul.st-footer-social a {
  color: #5b5b5b;
}

.st-seacoast .st-footer-01 .st-footer-social a {
  font-size: 18px;
}

/* begin mobile css */
@media (max-width: 479px) {
  .st-seacoast .st-inside-content-wrapper .container {
    margin-top: 0;
    padding: 0;
  }
  .st-seacoast .st-inside-content-wrapper {
    margin-top: 0;
  }
}
@media (min-width: 600px) {
  .st-seacoast .st-inside-content-lowered > .container,
  .st-seacoast .st-inside-content-lowered > .container-fluid {
    margin-top: 35px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .st-seacoast .st-sitemenu-01 .navbar-brand {
    padding-top: 10px;
  }
  .st-seacoast .st-sitemenu-01 .navbar-brand img {
    height: 32px;
  }
}
.st-sitemenu-01v2 {
  position: relative !important;
  z-index: 2;
}

.v2-12 .st-site-wrapper {
  height: 100%;
}

.v2-12 .st-sitemenu-01v2 .navbar-brand {
  padding-top: 14px;
}

.v2-12 .st-sitemenu-01v2 .navbar-brand img {
  height: 50px;
}

.v2-12 .st-inside-content-wrapper .st-inside-header {
  background: url(/templates/homepage/12/img/hero.jpg) no-repeat top;
  background-position: center top;
  height: 300px;
  background-size: cover;
}

.v2-12 .st-inside-content-wrapper .container {
  margin-top: -150px;
}

.v2-11 .st-inside-content-wrapper.realEstateSection .container, .v2-12 .st-inside-content-wrapper.realEstateSection .container {
  margin-top: -150px !important;
}

.v2-11 .st-inside-content-wrapper.realEstateSection {
  font-size: 14px;
}

.v2-11 .st-inside-content-wrapper.realEstateSection a {
  text-decoration: none;
}

.v2-12 .st-inside-content-wrapper.st-inside-content-noheader .container {
  margin-top: 0;
}

.v2-12 .ui-accordion-header {
  color: black !important;
}

.v2-12 div[data-section=companylogo] {
  position: relative;
}

.v2-12 .st-footer-01v2 {
  background-color: #fff;
  color: #707070;
}

.v2-12 .st-footer-01v2 li {
  font-size: 12px;
  font-weight: 300;
}

.v2-12 .st-footer-01v2 a:link,
.v2-12 .st-footer-01v2 a:visited,
.v2-12 .st-footer-01v2 a:hover,
.v2-12 .st-footer-01v2 a:active {
  color: #1f69ff;
}

.v2-12 .st-footer-01v2 ul.st-footer-social {
  margin-top: 30px;
}

.v2-12 .st-footer-01v2 ul.st-footer-social a {
  color: #5b5b5b;
}

.v2-12 .st-footer-01v2 .st-footer-social a {
  font-size: 18px;
}

/* begin mobile css */
@media (max-width: 479px) {
  .v2-12 .st-inside-content-wrapper .container {
    margin-top: 0;
    padding: 0;
  }
  .v2-12 .st-inside-content-wrapper {
    margin-top: 0;
  }
}
@media (min-width: 600px) {
  .v2-12 .st-inside-content-lowered > .container,
  .v2-12 .st-inside-content-lowered > .container-fluid {
    margin-top: 35px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .v2-12 .st-sitemenu-01v2 .navbar-brand {
    padding-top: 10px;
  }
  .v2-12 .st-sitemenu-01v2 .navbar-brand img {
    height: 32px;
  }
}
/*	Premier Template
-------------------------------------------------------------------*/
.st-premier .st-site-wrapper {
  height: auto;
}

.st-premier .st-searchform-07 {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100vh - 146px);
  width: 100%;
  text-align: center;
}

.st-premier .st-searchform-07 .st-searchform-contents {
  vertical-align: middle;
  height: calc(100vh - 146px);
  display: table-cell;
  margin: 0 auto;
}

.st-premier .st-searchform-07 ul li {
  text-align: left;
}

.st-premier .st-homepage-wrapper .carousel-inner {
  height: 100vh;
}

.st-premier .border-bottom-short:after {
  background-color: var(--bay-highlightcolor);
}

.st-premier .st-site-wrapper .st-insidepage-wrapper h1 {
  font-family: "Arial", sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.st-premier .btn-primary, .st-premier .btn-primary:hover {
  background-color: var(--bay-searchformbuttonbackground);
  border-color: var(--bay-searchformbuttonsborder);
}

.st-premier .iq-textdropdown button {
  background-color: var(--bay-searchformbuttonsbackground);
  border-color: var(--bay-searchformbuttonsbackground);
}

.st-premier .btn-secondary {
  background-color: var(--bay-highlightcolor);
  border-color: var(--bay-highlightcolor);
}

.st-premier .st-inside-wrapper .st-content-wrapper {
  border-top: 8px var(--bay-highlighttext) solid;
  padding: 30px 30px 0 30px;
}

.st-premier .st-inside-content-wrapper .st-inside-header {
  height: 240px;
  background-size: cover;
}

.st-premier .st-header-carousel-11 .iq-carousel-caption {
  text-align: right;
  position: absolute;
  bottom: 200px;
  right: 90px;
}

.st-premier .st-inside-content-wrapper .container {
  margin-top: -150px;
}

.st-premier .st-inside-content-wrapper.st-inside-content-noheader .container {
  margin-top: 0;
}

@media (max-width: 479px) {
  /*Extra small devicesPhones (<768px)*/
  .st-premier .st-inside-content-wrapper .container {
    margin-top: 0;
    padding: 0;
  }
  .st-premier .st-searchform-07 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    text-align: center;
  }
  .st-premier .st-searchform-07 .st-searchform-contents {
    vertical-align: middle;
    height: 100vh;
    display: table-cell;
    margin: 0 auto;
  }
  .st-premier .st-homepage-wrapper .carousel-inner {
    height: 100vh;
  }
  .st-premier .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-premier .iq-pg-body {
    margin-top: 15px;
  }
  .st-premier .st-sitemenu-01 {
    position: inherit !important;
    min-height: 60px;
    padding: 6px 0 0 0;
  }
  .st-premier .st-sitemenu-01 .navbar-toggle {
    border-style: none;
  }
  .st-premier .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
  }
  .st-premier .st-searchform-07 .st-listings-getlocation {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  /*Extra small devicesPhones (<768px)*/
  .st-premier .iq-pg-header h1 {
    font-size: 35px;
  }
}
/*	Template V2-06
-------------------------------------------------------------------*/
.v2-06 .st-inside-content-wrapper:not(:has(.st-inside-header)) .container {
  margin-top: 200px;
}

/*	Template v2-09
-------------------------------------------------------------------*/
.v2-09 .st-searchform-07 {
  width: 100%;
}

.v2-09 .img-circle {
  border-radius: 50%;
}

.v2-09 .st-areas-04 a {
  text-decoration: none;
}

.v2-09 .st-featuredhomes-03 .link_view_more {
  margin-top: 20px;
}

.v2-09 .st-featuredhomes-03 .link_view_more a {
  color: 0;
  text-decoration: none;
}

.v2-01 .iq-office-header {
  color: #000000 !important;
}

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

.v2-03.editbar:has(#iq-offices) .st-inside-content-wrapper .container,
.v2-03.editbar:has(#iq-offices_modern) .st-inside-content-wrapper .container {
  margin-top: 80px !important;
}

.v2-03:has(#iq-offices) .st-inside-content-wrapper .container,
.v2-03:has(#iq-offices_modern) .st-inside-content-wrapper .container {
  margin-top: 80px !important;
}

.v2-07 .st-site-wrapper[data-page=listing] .st-inside-content-wrapper .container,
.v2-11 .st-site-wrapper[data-page=listing] .st-inside-content-wrapper .container,
.v2-12 .st-site-wrapper[data-page=listing] .st-inside-content-wrapper .container,
.v2-13 .st-site-wrapper[data-page=listing] .st-inside-content-wrapper .container {
  margin-top: 0;
}

/* SEARCH LISTINGS HEADER OVERRIDES START */
.v2-09 .st-site-wrapper[data-page=listing] .st-inside-content-wrapper .container {
  margin-top: 150px;
}

.v2-09.editbar .st-site-wrapper[data-page=listing] .st-inside-content-wrapper .container {
  margin-top: 180px;
}

.v2-03.st-haus .st-site-wrapper[data-page=listing] .st-inside-content-wrapper .container {
  margin-top: 150px !important;
}

.v2-08 .st-site-wrapper[data-page=listing] .st-insidepage-wrapper .st-inside-content-wrapper .container {
  margin-top: 160px;
}

/* For screens 481px and below: set to 100px */
@media (max-width: 768px) {
  .v2-09 .st-site-wrapper[data-page=listing] .st-inside-content-wrapper .container {
    margin-top: 100px;
  }
  .v2-09.editbar .st-site-wrapper[data-page=listing] .st-inside-content-wrapper .container {
    margin-top: 160px;
  }
  .v2-06 .st-site-wrapper[data-page=listing] .st-inside-content-wrapper:not(:has(.st-inside-header)) .container {
    margin-top: 140px;
  }
  .v2-03.st-haus .st-site-wrapper[data-page=listing] .st-inside-content-wrapper .container {
    margin-top: 110px !important;
  }
}
/* For screens 480px and below: override to 70px */
@media (max-width: 480px) {
  .v2-09 .st-site-wrapper[data-page=listing] .st-inside-content-wrapper .container {
    margin-top: 70px;
  }
  .v2-09.editbar .st-site-wrapper[data-page=listing] .st-inside-content-wrapper .container {
    margin-top: 120px;
  }
  .v2-03.st-haus .st-site-wrapper[data-page=listing] .st-inside-content-wrapper .container {
    margin-top: 70px !important;
  }
  .v2-06 .st-site-wrapper[data-page=listing] .st-inside-content-wrapper:not(:has(.st-inside-header)) .container {
    margin-top: 70px;
  }
  .v2-08 .st-site-wrapper[data-page=listing] .st-insidepage-wrapper .st-inside-content-wrapper .container {
    margin-top: 100px;
  }
}
/* SEARCH LISTINGS HEADER OVERRIDES END */
.iq-agent-profile-container {
  background-color: var(--bay-dark-black-04);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 999;
  color: var(--bay-white);
  font-family: var(--bay-primary-font);
  font-size: var(--bay-font-size--100);
  max-height: 33%;
  display: flex;
}
@media (max-width: 768px) {
  .iq-agent-profile-container {
    display: none !important;
  }
}
@media (orientation: landscape) and (max-height: 639.98px) {
  .iq-agent-profile-container {
    display: none !important;
  }
}

.iq-agent-image-link {
  object-fit: cover;
  position: relative;
  top: 0;
  width: 30%;
  height: 100%;
}

.iq-agent-image-div {
  width: 24%;
  height: 100%;
}

.iq-agent-profile-container a,
.iq-agent-profile-container a:visited,
.iq-agent-profile-container a:hover {
  color: var(--bay-white) !important;
}

.iq-agent-profile-container .iq-agent-image {
  max-width: 100%;
  height: 100% !important;
  width: auto !important;
}

@media (max-width: 1440px) {
  .iq-agent-profile-container .iq-agent-image {
    width: 149px !important;
  }
  .iq-agent-profile-container {
    height: 186px;
  }
  .iq-agent-profile-container .iq-agent-info {
    padding: 26px 112px 18px 31px;
    min-width: 400px;
    height: 236px;
  }
}
.iq-agent-profile-container .iq-agent-info {
  min-width: 336px !important;
  height: 236px;
  padding: 15px 112px 18px 31px;
}

.iq-agent-profile-container h1 {
  font-size: 20px;
  margin: 0 0 5px 0;
  text-decoration: underline;
  color: var(--bay-white);
}

.iq-agent-profile-container h2 {
  font-size: 16px;
  margin-top: 0;
  color: var(--bay-white);
}

.iq-agent-profile-container .iq-agent-contact-me {
  margin-top: 5px;
}

.iq-agent-profile-container .iq-agent-contact-me a {
  text-decoration: underline;
}

.iq-agent-profile-container .iq-agent-profile-caption {
  font-size: 18px;
  padding: 20px 15px;
  clear: both;
  background-color: var(--bay-dark-black-05);
}

@media (max-width: 767px) {
  #iq-agentprofile-mobile .iq-agent-profile-container {
    position: relative;
  }
}
@media (max-width: 479px) {
  /*Extra small devices Phones (lt 768px)*/
  .iq-agent-profile-container {
    width: 100% !important;
    font-size: 10px;
  }
  .iq-agent-profile-container a,
  .iq-agent-profile-container a:visited,
  .iq-agent-profile-container a:hover {
    color: var(--bay-white) !important;
    font-size: 10px !important;
  }
  .iq-agent-profile-container .iq-agent-image {
    width: 33vw !important;
    height: 186px !important;
  }
  .iq-agent-profile-container h1 {
    font-size: 16px;
  }
  .iq-agent-profile-container h2 {
    font-size: 14px;
  }
  .iq-agent-profile-container .iq-agent-info {
    min-width: unset;
    width: 67vw !important;
    height: auto;
    padding: 26px;
  }
  .iq-agent-profile-container .iq-agent-profile-caption {
    font-size: 10px;
    padding: 10px;
    clear: both;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .iq-agent-profile-container {
    width: 100% !important;
  }
  .iq-agent-profile-container .iq-agent-info {
    min-width: unset;
    width: 67vw !important;
    height: auto;
    padding: 14px 112px 18px 30px;
  }
}
@media (min-width: 1200px) {
  .iq-agent-profile-container {
    max-width: 40% !important;
  }
}
.autocomplete-suggestions {
  border: 1px solid var(--bay-light-gray-211);
  background: var(--bay-white);
  overflow-x: hidden !important;
}
.autocomplete-suggestions .autocomplete-suggestion {
  position: relative;
  padding: 3px 1em 3px 0.4em;
  margin: 0;
  cursor: pointer;
  text-align: left;
  list-style-type: none;
}
.autocomplete-suggestions .autocomplete-suggestion:hover {
  border: 1px solid var(--bay-light-gray-170);
  margin: -1px;
  background: var(--bay-white);
  font-weight: normal;
  color: var(--bay-raisin-black);
}
.autocomplete-suggestions strong {
  color: var(--bay-grey-85) !important;
  font-weight: normal !important;
}
.autocomplete-suggestions h6 {
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.carousel-multiple {
  position: relative;
  margin: 20px auto;
  border: 10px solid #fff;
  border-radius: 5px;
  box-shadow: 0 0 2px #999;
}
.carousel-multiple .carousel-inner .carousel-item.active, .carousel-multiple .carousel-inner .carousel-item-next, .carousel-multiple .carousel-inner .carousel-item-prev {
  display: flex;
}
.carousel-multiple .carousel-control-prev.custom,
.carousel-multiple .carousel-control-next.custom {
  width: 0%;
}
.carousel-multiple .carousel-control-prev.custom .carousel-control-prev-icon {
  left: 15px;
}
.carousel-multiple .carousel-control-next.custom .carousel-control-next-icon {
  right: 15px;
}

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