
/*
#design-container #about{
display: block !important;
}
*/
#design-container {
	position: relative;
	z-index: 4;
	overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.container-fluid {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	overflow: hidden;
}
#neighborhoods .inner-cities a {
	width: 100%;
}
.about-image {
	width: 100%;
	display: block;
	height: auto;
}
#design-container .video-responsive {
	height: auto;
}
#design-container .video-responsive {
	padding-bottom: 50px;
}
#design-container #about p {
	color: #363636;
}
#design-container #about .logo-filter {
	filter: invert();
	max-width: 45%;
	margin-top: 30px;
	margin-bottom: 10px;
}
#design-container #featured {
	background-color: #fff !important;
	position: relative;
}
#design-container #featured:before{
    display: none !important;
}
body.home #design-container #featured h2 {
	color: #363636 !important;
}
body.home #design-container #featured h2 {
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 400;
	font-size: 45px;
	letter-spacing: 0px;
	line-height: 1;
	margin-bottom: 15px;
	text-transform: capitalize;
}

#neighborhoods .inner-cities {
	width: calc(100% / 3);
	padding: 15px;
	box-sizing: border-box;
}
#consultants .inner-cons {
	padding: 0px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	background-color: #FFF;
	justify-content: center;
	border: 1px solid #D5D1D1;
	overflow: hidden;
}
#neighborhoods .inner-cities a img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#consultants .consultants-image {
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#featured .property-grid .property .inner-prop a .area-meta {
	padding: 10px;
}
body:not(.more-overlay-open) #cy-custom-content::before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(https://cdn.sitephotos.sierrastatic.com/1998_hero_sandiego-subdivisions-20231010015917.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

body:not(.more-overlay-open) #design-container::before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(https://cdn.sitephotos.sierrastatic.com/1998_hero_sandiego-subdivisions-20231010015917.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.section-hide{
    display: none !important;
}
#consultants.bg2 {
	background: transparent;
}
#consultants .consultants-image {
	transform: unset;
}
body.home section.blog {
	display: block !important;
    position: relative;
    z-index: 4;
}


/* HOME BLOG FIX */

body.home section.blog {
	background-color: rgba(0, 0, 0, 0.3);
}
body.home section.blog h2 {
	color: #fff;
}
body.home section.blog .item {
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(0, 0, 0, 0.3);
}
body.home section.blog .item .img + .info, 
body.home section.blog .item .meta {
	background: rgba(0, 0, 0, 0.21);
	color: #fff;
}
body.home section.blog .item .info .blog-title a {
	color: #fff;
}
body.home section.blog .item .info .tag {
	color: #c1c1c1;
}
body.home section.blog .item .img + .info, 
body.home section.blog .item .meta {
	border-top: 1px solid rgba(189, 189, 189, 0.5);
}
.dark-banner {
	display: block;
}
.home-quick-search .js-qs-form {
	position: absolute;
	bottom: -150px;
	left: 0;
	right: 0;
}
.form.fade-in.key-3 {
	opacity: 1 !important;
}
.home-quick-search {
	position: relative;
}
.home-quick-search {
	overflow: visible;
}
body.home .search-holder, 
body.home .search {
	background-color: transparent;
	border: unset;
	backdrop-filter: blur(6px);
	padding-bottom: 0px;
}

@media(min-width: 800px){

    #neighborhoods .inner-cities a {
        height: 40vw;
    }

}/* END DESKTOP */


@media(max-width: 790px){
    .home-quick-search, .home.translucent-header .home-quick-search {
        height: fit-content !important;
    }
    .home-quick-search.si-bgp--center .hero-image {
        display: block !important;
    }
    body.home header {
        background: #009ca6 !important;
    }
    body.home .fixed.dark.dynamic:not(.reduced) {
        background: #009ca6 !important;
        box-shadow: none !important;
    }
    body .cy-custom h2 {
        font-size: 10vw !important;
    }
    #neighborhoods .inner-cities {
        width: 100%;
    }
    #consultants.bg2 {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }
    body .full-banner .inner {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .blog > div:nth-child(1) > h2:nth-child(1) {
        font-size: 6vw;

    }
    body .cy-custom .row {
        margin-right: auto;
        margin-left: auto;
    }
    #design-container .video-responsive {
        padding-bottom: 0px;
        padding-top: 0px;
    }
    body.home #design-container #featured h2 {
        font-size: 38px;
        margin-top: 0px;
    }
    body .cy-custom h2 {
        font-size: 8vw !important;
    }
}/* END MOBILE */

/* INFO BANNER */

#info_banner {
	transition: 300ms ease all 2s;
	height: 0;
	overflow: hidden;
	background: #000;
	z-index: 9999;
	position: relative;
	transition: all 0.3s ease 0s;
}
#info_banner.expanded {
	height: 71px;
	padding: 15px;
}
#info_banner.cy-custom .container {
	width: 100%;
	max-width: 1500px;
}
#info_banner .container {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
#info_banner p {
	line-height: 1.65;
}
#info_banner p {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
	margin: 0;
	padding-right: 60px;
	color: #fff;
}
#info_banner.cy-custom .btn-alt {
	background: #00adb6;
	color: #fff;
	display: inline-block;
	padding: 10px 25px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0;
	border-radius: 0;
	font-size: 15px;
	letter-spacing: 0px;
	font-weight: 600;
	position: relative;
	transition: 300ms ease all;
	overflow: hidden;
}
/* STYLE MODS */



#info_banner.expanded {
	position: fixed;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	left: 0px;
	right: 0px;
	top: 0px;
}
.home.translucent-header header:not(.reduced) {
	top: 59px;
}
.cy-hero-buttons {
	z-index: 9 !important;
}
body:has(.fixed.dark.dynamic.reduced) #info_banner.expanded{
  display: none;
}
body.home .dark-banner {
	z-index: 9;
}
body.home .home-quick-search .js-qs-form {
	z-index: 999;
}

#info_banner.cy-custom p span {
	color: #00adb6;
	font-weight: bold;
}

/* HOME SEARCH FIX */
body.home .dark-banner {
	display: none;
}
body.home .home-quick-search .js-qs-form {
	position: relative;
	bottom: 0px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
body.home .cy-hero-buttons {
	display: none;
}
body.home .search-holder, 
body.home .search {
	background-color: rgba(0, 0, 0, 0.24);
	border: unset;
	backdrop-filter: unset;
	padding: 50px;
}

#info_banner p {
	padding-right: 38px;
}
body.home .search-holder, body.home .search {
	background-color: rgba(0, 0, 0, 0.4);
}
.home-quick-search .search input.location {
	background-color: rgba(213, 213, 213, 0.11);
	color: #fff !important;
	opacity: 1 !important;
	font-weight: 500;
	border: rgba(255, 255, 255, 0.34) solid 1px;
}
.home-quick-search .search .range-input {
	background-color: rgba(213, 213, 213, 0.11);
	color: #fff;
}
.home-quick-search .search .range-input-ph {
	border-right: rgba(255, 255, 255, 0.34) solid 1px;
}
.home-quick-search .search .range-input-ph {
	border-right: rgba(255, 255, 255, 0.34) solid 1px;
	border-top: rgba(255, 255, 255, 0.34) solid 1px;
	border-bottom: rgba(255, 255, 255, 0.34) solid 1px;
}
body.home .search-holder, body.home .search {
	background-color: rgba(0, 0, 0, 0.43);
	border-radius: 4px;
	padding: 25px;
}
#info_banner {
	background: rgba(0, 0, 0, 0.6);
}
body.home .fixed.dark.dynamic:not(.reduced) {
	background: rgba(0, 0, 0, 0.33) !important;
	height: auto;
	padding-bottom: 18px;
	top: 71px;
}
body.home .fixed.dark.dynamic:not(.reduced) {
	background: rgba(0, 0, 0, 0.4) !important;
}
body.home .js-qs-loc.location.ui-autocomplete-input::placeholder {
	color: #fff;
	opacity: 1;
}

/* FINAL HEADER FIX */
body.home .fixed.dark.dynamic:not(.reduced) {
	background: transparent !important;
}
#info_banner {
	background: transparent;
}
#info_banner.expanded::before {
	content: "";
	display: block;
	width: 100%;
	height: calc(100% + 90px);
	background-image: linear-gradient();
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
}
#info_banner.expanded {
	overflow: visible;
}
#info_banner.expanded::before {
	z-index: 1;
}
#info_banner.cy-custom .container {
	z-index: 4;
}
body.home .fixed.dark.dynamic:not(.reduced) {
	z-index: 9;
	position: relative;
}
#info_banner.expanded::before {
	background-color: #000;
	z-index: 1;
}
#info_banner.expanded {
	z-index: 6;
}
body.home .fixed.dark.dynamic:not(.reduced) {
	top: -12px;
}
#info_banner.expanded::before {
	height: calc(100% + 100px);
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 85%);
}
#info_banner.expanded::before {
	background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
}
/*
body:has(.fixed.dark.dynamic.reduced) #info_banner.expanded:{
	display: none;
  }
*/
body.home .fixed.dark.dynamic:not(.reduced) .logo {
	top: -20px;
}
#info_banner.cy-custom .container {
	z-index: 4;
	position: relative;
}
body #consultants.cy-custom h2 {
	margin-bottom: 0px;
	margin-top: 25px !important;
}

@media(min-width: 800px){
	#design-container .video-responsive {
		padding-left: 80px;
	}
	body.home .home.translucent-header .home-quick-search {
		flex-direction: column;
	}
	body #consultants.cy-custom h2 {
		font-size: 48px !important;
	}
	#design-container #about.photo-right .video-responsive {
		padding-right: 80px;
		padding-left: 0px;
	}
	#design-container #about.photo-right .video-responsive {
		padding-right: 60px;
	}
	body.home .fixed.dark.dynamic:not(.reduced) .logo {
		top: -48px;
		left: 40px;
	}
}/* END DESKTOP */




@media(max-width: 790px){
  #info_banner.expanded {
	height: 100px;
  }
  #info_banner .container {
  	flex-direction: column;
  }
  #info_banner p {
	font-size: 3.8vw;
	text-align: center;
	line-height: 1.2;
	padding-bottom: 12px;
}
#info_banner.cy-custom .btn-alt {
	font-size: 13px;
	padding: 10px 25px;
}
#info_banner p {
	font-size: 3.8vw;
	text-align: center;
	line-height: 1.2;
	padding-bottom: 12px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 7px;
}
.home-quick-search.js-qs-home.si-bgp--center {
	z-index: 99;
}
body:not(.more-overlay-open) .home-quick-search.si-bgp--center .hero-image {
	z-index: 88 !important;
}
#info_banner.cy-custom .btn-alt {
	font-size: 13px;
	padding: 10px 50px;
	text-align: center;
}
body.home .fixed.dark.dynamic:not(.reduced) {
	top: 100px;
}
#neighborhood_heading .heading h2 {
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}
}/* END MOBILE */

body.home .fixed.dark.dynamic:not(.reduced) {
	z-index: 1015;
}
body.home .home-quick-search .js-qs-form {
	z-index: 1015;
}
.home.translucent-header .home-quick-search {
	z-index: 1002;
}
body.home section.home-quick-search.js-qs-home.si-bgp--center::before {
display: none;
}
#design-container section {
	position: relative;
}
body.home section.blog {
	z-index: 1024;
}
#info_banner.expanded {
	z-index: 1028;
}
body.home .fixed.dark.dynamic:not(.reduced) {
	z-index: 1040;
}

@media(min-width: 800px){
    body.home .fixed.dark.dynamic:not(.reduced) #dynamic-menu {
        height: auto;
    }
    body.home .fixed.dark.dynamic:not(.reduced) .dynamic-nav-container {
        height: auto;
    }
    body.home .fixed.dark.dynamic:not(.reduced) #dynamic-menu li a {
        height: auto;
        line-height: 50px;
    }
    body.home .fixed.dark.dynamic:not(.reduced) #dynamic-nav {
        position: relative;
        top: -15px;
    }
    body.home .fixed.dark.dynamic:not(.reduced) #dynamic-menu-more .bar {
        top: 23px;
    }
    body.home .fixed.dark.dynamic:not(.reduced) nav ~ ul.sub-nav li {
        line-height: 55px;
    }
    body.home .fixed.dark.dynamic:not(.reduced) #dynamic-nav {
        margin-left: auto;
        margin-right: auto;
    }
    #featured .property-grid {
        margin-left: auto;
        margin-right: auto;
    }
    #consultants .row.boxed {
        margin-left: auto;
        margin-right: auto;
    }
    #neighborhood_heading {
        max-width: 100%;
    }
    #about {
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    #consultants .row.boxed {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 100%;
    }
    #featured .property-grid {
        margin-left: auto;
        margin-right: auto;
        max-width: 98%;
    }
}/* END DESKTOP */

@media(min-width: 1500px){
    section.home-quick-search {
        height: 39.5vw !important;
    }
    body.home .home-quick-search {
        padding-top: 10vw !important;
    }
}/* END DESKTOP ( LARGE ) */


@media(max-width: 790px){
    body:not(.more-overlay-open)#home35867 header {
        background-color: #00adb6 !important;
        margin-bottom: 90px;
    }
    body:not(.more-overlay-open)#home35867 header .si-phone-link.has-icon,
    body:not(.more-overlay-open)#home35867 header .si-phone-link.has-icon::before {
        color: #fff !important;
    }
    body:not(.more-overlay-open)#home35867 header {
        background-color: #00adb6 !important;
        margin-bottom: 0px;
        top: 0px;
    }
    body:not(.more-overlay-open)#home35867 header {
        background-color: #00adb6 !important;
        margin-bottom: 0px;
        top: 0px;
        padding-top: 10px;
        padding-bottom: 5px;
    }
    #consultants .consultants-image {
        max-height: 300px;
    }
    body .full-banner .inner {
        padding: 40px;
    }
    #section-homeworth h2 {
        max-width: 80%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}/* END MOBILE */