/**********Universtal Styles**********/
html{
    scroll-behavior: smooth;
}
.center{
	text-align: center;
}
.relative{
	position:relative;
}

/**********Margins**********/
.m-top-minus-3r{
	margin-top:-3rem;
}
.m-top-0{
	margin-top:0 !important;
}
.m-top-r25{
	margin-top:.25rem !important;
}
.m-top-r5{
	margin-top:.5rem !important;
}
.m-top-1r{
	margin-top:1rem !important;
}
.m-top-1r5{
	margin-top:1.5rem !important;
}
.m-top-2r{
	margin-top:2rem !important;
}
.m-top-3r{
	margin-top:3rem !important;
}
.m-top-4r{
	margin-top:4rem !important;
}
.m-bttm-0{
	margin-bottom:0 !important;
}
.m-bttm-r5{
	margin-bottom:.5rem !important;
}
.m-bttm-r25{
	margin-bottom:.25rem !important;
}
.m-bttm-1r{
	margin-bottom:1rem !important;
}
.m-bttm-1r5{
	margin-bottom:1.5rem !important;
}
.m-bttm-2r{
	margin-bottom:2rem !important;
}
.m-bttm-3r{
	margin-bottom:3rem !important;
}
.m-bttm-4r{
	margin-bottom:4rem !important;
}
.m-bttm-5r{
	margin-bottom:5rem !important;
}

/**********Padding**********/
body .pad-top-0{
	padding-top:0 !important;
}
.pad-top-1r{
	padding-top:1rem !important;
}
.pad-top-1r5{
	padding-top:1.5rem !important;
}
.pad-top-2r{
	padding-top:2rem !important;
}
.pad-top-3r{
	padding-top:3rem !important;
}
.pad-top-4r{
	padding-top:4rem !important;
}
body .pad-bttm-0{
	padding-bottom:0 !important;
}
.pad-bttm-r5{
	padding-bottom:.5rem !important;
}
.pad-bttm-r25{
	padding-bottom:.25rem !important;
}
.pad-bttm-r75{
	padding-bottom:.75rem !important;
}
.pad-bttm-1r{
	padding-bottom:1rem !important;
}
.pad-bttm-2r{
	padding-bottom:2rem !important;
}
.pad-r-3r{
	padding-right:3rem;
}
.pad-l-3r{
	padding-left:3rem;
}

/**********Text Shadow**********/
.txt-shadow{
	text-shadow: 0 1px 2px rgba(0,0,0,.5);
}

/**********Headers**********/
h1, h2, h3, h4, h5,
h1 a, h2 a, h3 a, h4 a, h5 a,
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong,
.mx-1, p, span, em, strong, a, button, input, textarea{
	font-family: 'Montserrat', sans-serif !important;
}
h1, h2, h3, h4, h5, h6, .mx-1{
	font-weight:normal !important;
}	
body .mce-content h1, 
body .mce-content h2, 
body .mce-content h3, 
body .mce-content h4, 
body .mce-content h5, 
body .mce-content h6, 
body .st-header,
body .st-header{
    margin-top: 2rem;
    margin-bottom: 1.6rem;
}
.xxl-header, 
body #content .xxl-header {
    font-size: 70px !important;
    line-height: 1.2 !important;
}
.xl-header,
body #content .xl-header{
    font-size: 55px !important;
    line-height: 1.3 !important;
}
#content h1,
#content .lg-header,
body.agent-pg #content .xl-header{
    font-size: 44px !important;
	line-height:1.2 !important;
}
#content h2, 
body .st-h2 {
    font-size: 28px !important;
    line-height: 1.35 !important;
}
#content h3 {
    font-size: 24px !important;
    line-height: 1.5 !important;
}
#content h4 {
	font-size:19px !important;
	line-height:1.4 !important;
}
body h5 {
    font-size: 16px;
}

/**********Ornamental Headers**********/
body .top-line-header{
	margin-top:2rem !important;
	margin-bottom:2rem !important;
}
.top-line-header:before {
    display: block;
    content: "";
    width: 50px;
    background: #d4af37;
    height: 4px;
    margin-bottom: 1.25rem;
}

/**********Dropcaps**********/
.has-dropcap:first-letter {
	float: left;
	font-size: 6rem;
	line-height: 0.55;
	margin: 0.1em 0.1em 0.2em 0;
	color:#d4af37;
  }
  @media only screen and (max-width:736px){
	  .has-dropcap:first-letter {
		font-size: 4.5rem;
	  }
  }

/**********Paragraphs**********/
.mce-content p {
    line-height: 1.65;
}
#content .lg-txt {
    font-size: 21px !important;
    line-height: 1.5;
}
body .sm-txt {
    font-size: 13px !important;
    line-height: 1.5;
}

/**********Subheaders**********/
.hero-cur-subheader {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    text-transform: uppercase;
    letter-spacing: .1rem;
}
.underline-header::after {
    content: '';
    position: relative;
    height: 1px;
    width: 60px;
    background-color: #d4af37;
    left: 0;
    display: block;
    margin-top: .5rem;
}
.center-underline-header::after {
    content: '';
    width: 60px;
    height: 1px;
    background-color: #d4af37;
    margin: .5rem auto .5rem;
    display: block;
}
body .sm-subheader, 
body #content .sm-subheader {
    font-size: 13px !important;
    text-transform: uppercase;
    letter-spacing: .05rem !important;
    color: #777;
}

/**********Responsive Text Styles**********/
@media only screen and (max-width:1360px){
	.xxl-header,
	body #content .xxl-header {
		font-size: 58px !important;
	}
	.xl-header,
	body #content .xl-header {
		font-size: 45px !important;
	}
}
@media only screen and (max-width:1000px){
	.xxl-header,
	body #content .xxl-header {
		font-size: 50px !important;
		line-height: 1.2 !important;
	}
	.xl-header,
	body #content .xl-header {
		font-size: 43px !important;
		line-height: 1.15 !important;
	}
	#content h1,
	#content .lg-header,
    body.agent-pg #content .xl-header{
		font-size:37px !important;
		line-height:1.35 !important;
	}
	#content h2,
	body .st-h2{
		font-size:27px !important;
	}
	#content h3{
		font-size:21px !important;
	}
	#content h4{		
		font-size:18px !important;
	}
	#content .lg-txt{
		font-size:17px !important;
	}
	#content .md-txt {
		font-size: 18px !important;
		line-height: 1.6 !important;
	}
	body .md-subheader {
		font-size: 16px !important;
	}
	#content .md-subheader {
		font-size: 14px !important;
	}
	#content .sm-subheader {
		font-size: 13px !important;
	}
	#content .lined-overheader {
		font-size: 12px !important;
	}
	#content p, 
	body .st-p, 
	.body-content p {
		font-size: 16px;
		line-height: 1.7;
	}
	body .sm-subheader, 
	body #content .sm-subheader {
		font-size: 13px !important;
	}
}
@media only screen and (max-width:700px){
	.xxl-header,
	body #content .xxl-header {
		font-size: 38px !important;
		line-height: 1.3 !important;
	}
	.xl-header,
	body #content .xl-header{
		font-size: 32px !important;
		line-height: 1.2 !important;
	}
	#content h1,
	#content .lg-header,
    body.agent-pg #content .xl-header{
		font-size: 27px !important;
		line-height: 1.45 !important;
	}
	#content h2, 
	body .st-h2 {
		font-size: 24px !important;
		line-height: 1.35 !important;
	}
	#content h3{
		font-size:20px !important;
	}
	body .lg-txt{
		font-size:17px !important;
	}
	#content p, 
	body .st-p, 
	.body-content p {
		font-size: 15px;
		line-height: 1.65;		
	}
}

/**********Colors**********/
body .white{
	color:#fff !important;
}
body .light-grey{
	color:#777 !important;
}
body .xlight-grey{
	color:#ccc !important;
}
.bd-highlight {
    color: #d4af37 !important;
    font-style: italic;
}

/**********Backgrounds**********/
.light-grey-bg{
	background-color:#f9f9f9;
}

/**********Buttons**********/
.bd-cta-button {
    display: inline-block;
    background-color: transparent;
    color: #1a1a1a;	
    padding: 1rem 2rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #d4af37;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
}
.bd-cta-button:hover {
	background-color: #d4af37;
	color: white;
}
.center-btn {
    display: flex;
    justify-content: center;
}
.rag-modal-window input[type=submit] {
    font-weight: 500;
}

/*******Extended Line Button*******/
.ext-line-bttn{
	position:relative;
}
.ext-line-bttn:before {
    content: '';
    display: block;
    background-color: #d4af37;
    width: 960px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: -960px;
    transition: all 0.3s ease-in-out;
}

/**********Underline Link**********/
/* Slide in */
body .underline-link {
  overflow: hidden;
  display: inline-block;
  position: relative;
  padding: 0 0 0 0;
}
body .underline-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.1em;
    background-color: #d4af37;
    opacity: 1;
    transform: translate3d(-100.5%, 0, 0);
    transition: opacity 300ms, transform 300ms;
}
body .underline-link-dark::after {
  background-color: black;
}
body .underline-link:hover::after,
body .underline-link:focus::after,
body .underline-link-active::after{
  transform: translate3d(0, 0, 0);
}


/**********Default Containers**********/
.full-width-wrap{
	padding: 5rem 2rem 5rem !important;
	margin:0 auto;
}
.lg-full-width-wrap{
	padding:5rem 2rem 5rem !important;
	margin:0 auto;
}
.med-full-width-wrap{
	padding:5rem 2rem 5rem !important;
	margin:0 auto;
}
.sm-full-width-wrap{
	padding:5rem 2rem 5rem !important;
	margin:0 auto;
}
.xsm-full-width-wrap {
	padding:5rem 2rem 5rem !important;
	margin: 0 auto;
}	
.top-header-wrap{
	padding-top:4.5rem !important;
}

/*******************Responsive Containers**********************/
@media (max-width: 639px){
	#listings{
		padding-left: 0;
		padding-right: 0;
	}
}
@media (min-width: 640px){
	.full-width-wrap,
	.lg-full-width-wrap,
	.med-full-width-wrap,
	.sm-full-width-wrap,
	.xsm-full-width-wrap{
		padding: 5rem 3rem 5rem !important;
	}
	.even-pad-wrap{
		padding-top: 5rem !important;
		padding-bottom: 5rem !important;
	}
	.top-header-wrap{
		padding-top:4.5rem !important;
	}
}
@media (min-width: 1400px){
	.full-width-wrap{
		padding: 6rem 5rem 6rem !important;
		margin:0 auto;
		max-width: 1400px;
	}
	.lg-full-width-wrap {
		padding: 8rem 5rem 8rem !important;
		margin: 0 auto;
		max-width: 1600px;
	}
	.med-full-width-wrap {
		padding: 6rem 5rem 6rem !important;
		margin: 0 auto;
		max-width: 1260px;
	}
	.sm-full-width-wrap{
		padding:6rem 5rem 6rem !important;
		margin:0 auto;
		max-width:1040px;
	}
	.xsm-full-width-wrap {
		padding: 6rem 5rem 6rem !important;
		margin: 0 auto;
		max-width: 720px;
	}
	.xl-full-width-wrap{
		max-width:1900px !important;
	}
	.top-header-wrap{
		padding-top:5.5rem !important;
	}
}

/**********Anna Full Width Page**********/
.full-width-pg .body-container,
.full-width-pg .body-content,
.full-width-pg header + .mb-16 + .flex-col,
.full-width-pg #content,
.full-width-pg header + .px-4.sm\:px-9.xl\:px-40{
	width:100% !important;	
	padding:0 !important;
	overflow: hidden;
	flex-flow:column;
}
.full-width-pg .mce-content{
	margin-bottom:0;
}

/**********Image Styles**********/
.alignleft{
	float:left;
	margin-right:30px;
	margin-bottom:30px;
	margin-top:7px !important;
}			
.alignright{
	float:right;
	margin-left:30px;
	margin-bottom:30px;		
	margin-top:7px !important;
}
@media only screen and (max-width:540px){
	.alignleft,
	.alignright{ 
		float:none;
		margin:0 auto 1.5rem auto !important;
	}
}

/*******Simple Header*******/
.simple-header {
    height: 17rem;
    background-size: cover;
    background-position: center !important;
}
@media only screen and (max-width:900px){
	.simple-header {
   		height: 12rem;
	}
}

/**********Hero**********/
.h-hero-image .hero-subheader{
	padding-left:1rem;
	padding-right:1rem;
}
.h-hero-image #search-tabs li{
	color:white !important;
	background-color:rgba(0,0,0,0) !important;
}
.h-hero-image #search-tabs li a {
    color: white;
    position: relative;
}
.h-hero-image #search-tabs li span{
	position:relative;
}
.h-hero-image  ul#search-tabs {
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 1rem;
}
.h-hero-image  ul#search-tabs li:first-child {
    font-weight: bold !important;
}
.h-hero-image  ul#search-tabs li:hover {
    font-weight: bold !important;
}
input.js-typeahead.appearance-none.rounded-none.placeholder-dark-gray.p-4.md\:pl-16.px-8.w-full {
    font-family: 'Montserrat', sans-serif !important;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
#react-typeahead input.js-typeahead + button {
    height: 70px;
    width: 7.5rem;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    transition: all 0.3s ease-in-out;
}
#react-typeahead input.js-typeahead + button:hover {
	background-color: #B08968;
}
#react-typeahead form > div:nth-child(1) + div{
	top:70px;
}
@media screen and (max-width:645px) {
	.h-hero-image  ul#search-tabs li {
		font-size: 13px;
		padding: 0 7px 0 7px;
	}
}

/**********Hero General**********/
body #react-typeahead, body #search-tabs {
    max-width: 43.75rem;
    width: 90%;
}

/**********Navigation**********/
header.transparent .bg-palette-navigationBackground-color {
    background-color: white !important;
}
.transparent #nav-links a {
    color: black !important;
}
#nav-icons .fill-current {
    fill: black;
}
#nav-icons .fill-current:hover {
    fill: #222;
}
#nav-links a{
	color:black;
}
#nav-links a:hover{
	color:#222;
}
.transparent #nav-links a{
	color:black;
}
.transparent #nav-icons .fill-current {
    fill: black;
}
.transparent #nav-icons .fill-current:hover {
    fill: black;
}
.transparent #nav-icons #nav-menu-button svg{
	stroke:black;
}
.transparent #nav-icons #nav-menu-button svg:hover{
	stroke:black;
}


/**********Board Disclaimer**********/
section#board-disclaimer img {
    margin-bottom:.25rem;
}
section#board-disclaimer p {
    color: #999;
	font-size:12px !important;
}
.primary-cta + #board-disclaimer > .w-full{
	padding:0 !important;
}

/**********About Intro**********/
.bd-container {
    display: grid;
    grid-template-columns: 62% 35%;
    gap: 3%;
}

.bd-intro-content {
    align-self: center;
    padding: 0 60px;
}

.bd-intro-image-wrapper {
	position: relative;
	margin-left: 15px;
	margin-top: 15px;
}

.bd-intro-image {
	position: relative;
	background-color: #ffffff;
}

.bd-intro-image img {
	width: 100%;
	max-width: 600px;
	height: auto;
	object-fit: cover;
	display: block;
	position: relative;
	z-index: 2;
}

.bd-decorative-shape {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px solid #d4af37;
	top: -15px;
	left: -15px;
	z-index: 1;
}

.bd-agent-name {
	position: absolute;
	bottom: 20px;
	right: 20px;
	color: #ffffff;
	z-index: 3;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 500;
	text-transform: uppercase;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}

.bd-main-heading {
	font-size: 36px;
	margin-bottom: 25px;
	line-height: 1.2;
	color: #1a1a1a;
	font-weight: 400;
	letter-spacing: -0.5px;
}
.bd-intro-paragraph {
	margin-bottom: 30px;
	font-size: 15px;
	font-weight: 300;
	color: #555;
	line-height: 1.7;
}

.bd-contact-info {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 30px;
	align-items: center;
}

.bd-contact-phone {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 500;
	color: #1a1a1a;
	font-size: 14px;
}

.bd-social-links {
	display: flex;
	gap: 15px;
}

.bd-social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(212, 175, 55, 0.3);
	color: #d4af37;
	transition: all 0.3s ease;
	font-size: 12px;
}

.bd-social-link:hover {
	background-color: #d4af37;
	color: white;
	border-color: #d4af37;
}

.bd-image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 70%, rgba(0,0,0,0.5) 100%);
	z-index: 2;
}

@media (max-width: 992px) {
	.bd-container {
		grid-template-columns: 1fr;
		gap: 3rem;
	}
	.bd-intro-content {
		padding: 0 0 3rem 0;
	}
	.bd-intro-image-wrapper {
		max-width: 300px;
		margin: 0 auto;
		grid-row: 1;
	}
}

@media (max-width: 576px) {
	.bd-contact-info {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}
}

/**********Section Intro**********/
.section-intro {
    max-width: 560px;
    text-align: center;
    margin: 0 auto 3rem;
}

/**********CTA Grid**********/
.bd-cta-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px; /* Increased gap for less cramped feel */
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}

/* Links wrap the entire cell */
.bd-cta-grid > a {
	text-decoration: none;
	display: block;
	position: relative;
	transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.bd-cta-grid > a:hover {
	transform: translateY(-5px);
}

.bd-cta-cell {
    height: 33rem;
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.bd-cta-cell-inner {
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    overflow: hidden;
    padding-bottom: 3rem;
}

/* Image spanning styles - adjusted for wider gaps */
.bd-cta-cell-inner img {
	position: absolute;
	top: 0;
	width: calc(400% + 60px); /* Width of 4 containers plus 3 gaps */
	height: 100%;
	object-fit: cover;
	z-index: 1;
	transition: transform 0.5s ease;
	max-width:none !important;
  }

  .bd-cta-grid > a:nth-child(1) .bd-cta-cell-inner img { left: 0; }
  .bd-cta-grid > a:nth-child(2) .bd-cta-cell-inner img { left: calc(-100% - 20px); }
  .bd-cta-grid > a:nth-child(3) .bd-cta-cell-inner img { left: calc(-200% - 40px); }
  .bd-cta-grid > a:nth-child(4) .bd-cta-cell-inner img { left: calc(-300% - 60px); }

/* Title styles */
body #content .bd-cta-cell-inner .white {
    text-align: center;
    position: relative;
    z-index: 3;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    font-size: 20px !important;
    padding: 0 10px;
}

/* Add overlay */
.bd-cta-cell-inner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	z-index: 2;
	transition: background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

/* Chevron icon styles */
.bd-cta-cell .fa-angle-up {
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
	color: white;
	z-index: 10;
	opacity: 0;
	transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	border: 1px solid #d4af37;
    border-radius: 50px;
    font-size: 3rem;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hover styles */
.bd-cta-grid > a:hover .bd-cta-cell-inner::before {
	background-color: rgba(212, 175, 55, 0.3); /* Gold color with transparency */
}

.bd-cta-grid > a:hover .bd-cta-cell-inner img {
	transform: scale(1.1);
}

.bd-cta-grid > a:hover .fa-angle-up {
    opacity: 1;
    bottom: 50%;
    transform: translate(-50%, 50%);
}

/* Responsive styles for tablet */
@media (max-width: 1024px) {
	.bd-cta-cell-inner img{
		content:url(https://u.realgeeks.media/sarahjenkins/stillwater-md.jpg);
	}
    .bd-cta-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }
    
    /* For 2×2 grid, use a different approach for continuity */
    .bd-cta-cell-inner img {
        width: 200%; /* Make image twice as wide for 2 columns */
        height: 200%; /* Make image twice as tall for 2 rows */
        object-fit: cover;
    }
    
    /* Position for top-left cell (1st cell) */
    .bd-cta-grid > a:nth-child(1) .bd-cta-cell-inner img {
        left: 0;
        top: 0;
    }
    
    /* Position for top-right cell (2nd cell) */
    .bd-cta-grid > a:nth-child(2) .bd-cta-cell-inner img {
        left: -100%; /* Show right half of image */
        top: 0;
    }
    
    /* Position for bottom-left cell (3rd cell) */
    .bd-cta-grid > a:nth-child(3) .bd-cta-cell-inner img {
        left: 0;
        top: -100%; /* Show bottom half of image */
    }
    
    /* Position for bottom-right cell (4th cell) */
    .bd-cta-grid > a:nth-child(4) .bd-cta-cell-inner img {
        left: -100%; /* Show right half of image */
        top: -100%; /* Show bottom half of image */
    }
}

/* Responsive styles for mobile */
@media (max-width: 600px) {
	.bd-cta-cell-inner img{
		content:url(https://u.realgeeks.media/sarahjenkins/stillwater-vertical.jpg);
	}
    .bd-cta-grid {
        grid-template-columns: 1fr;
    }
    
    /* For single column, make image 4 times taller */
    .bd-cta-cell-inner img {
        width: 100%;
        height: 400%; /* Four times taller for 4 vertical cells */
        object-fit: cover;
    }
    
    /* Position for 1st cell */
    .bd-cta-grid > a:nth-child(1) .bd-cta-cell-inner img {
        left: 0;
        top: 0;
    }
    
    /* Position for 2nd cell */
    .bd-cta-grid > a:nth-child(2) .bd-cta-cell-inner img {
        left: 0;
        top: -100%; /* Show second quarter of image */
    }
    
    /* Position for 3rd cell */
    .bd-cta-grid > a:nth-child(3) .bd-cta-cell-inner img {
        left: 0;
        top: -200%; /* Show third quarter of image */
    }
    
    /* Position for 4th cell */
    .bd-cta-grid > a:nth-child(4) .bd-cta-cell-inner img {
        left: 0;
        top: -300%; /* Show fourth quarter of image */
    }
}

/**********Parallax Background**********/
.pllx-bg {
    /* Set position and sizing */
    position: relative;
    min-height: 400px; /* Minimum height */
    height: auto; /* Allow container to grow based on content */
    width: 100%;
    overflow: hidden;
    
    /* Ensure content remains on top of background */
    z-index: 1;
    
    /* Make it a flex container to help with content centering */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pllx-bg::before {
    /* Create pseudo-element for background image */
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    
    /* Set your background image */
    background-image: url('your-image-path.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    
    /* This creates the parallax effect */
    background-attachment: fixed;
    
    /* For layering content on top */
    z-index: -1;
}

/* For content inside the parallax container */
.pllx-bg .content {
    position: relative;
    z-index: 2;
    padding: 50px 20px; /* Added vertical padding */
    color: #fff;
    text-align: center;
    width: 100%;
}


.bd-test.pllx-bg::before {
    /* Set your background image */
    background-image: url('https://u.realgeeks.media/sarahjenkins/bridge-over-water.jpg');
}

/* Mobile adjustments */
@media only screen and (max-width: 768px) {
    .pllx-bg::before {
        background-attachment: scroll;
    }
}

 /**********BD Testimonials**********/
 .client-logo {
    max-width: 160px;
    margin: 0 auto 2rem;
}
 .bd-test-slider {
    max-width: 1020px;
}
.bd-test-slide {
    text-align: center;
    padding: 5rem 10rem;
}
.bd-test-nav {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}
.bd-test-nav > div {
    height: 60px;
    width: 60px;
    border: 1px solid #fff;
    transition: all .2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bd-test-nav > div:hover{
	background-color: rgba(255,255,255,.5);
}
.bd-test-prev, .bd-test-next {
    cursor: pointer;
}
.bd-test-nav i {
    color: white;
    font-size: 1.5rem;
}
/* Make the slick track use flexbox */
.bd-test-slider .slick-track {
    display: flex;
}

/* Force slides to be equal heights */
.bd-test-slider .slick-slide {
    height: auto;
    flex-flow: column;
    display: flex;
    align-items: stretch;
    background-color: rgba(255,255,255,.5);
    transition: background-color .2s ease-in-out;
}
.bd-test-slider .slick-current {
	background-color:rgba(255,255,255,1);
}

/* Ensure the content fills the slide */
.bd-test-slider .slide {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}
.slide-footer{
	margin-top:2rem;
}
.slide-content p{
	margin-bottom:0 !important;
}


/*******Featured Areas Slider*******/
.fa-intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 7rem;
    grid-row-gap: 1rem;
    align-items: center;
}
.fa-custom-slider {
    margin-left: -8px;
    width: calc(100% + 14px);
}
.fa-custom-slider .slick-slide{
  margin-left:.5rem;
  margin-right:.5rem;
}
.fa-slide-inner-contain {
    padding: 2rem 1.5rem;
    height: 33rem;
    display: flex;
    flex-flow: column;
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
body #content .fa-slide-inner-contain h3 {
    letter-spacing: 1px !important;
    font-size: 20px !important;
	text-transform: uppercase;
}
.explore-link {
    font-size: 14px !important;
}
.fa-slide-overlay {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 3;
    opacity: 0.4;
    background-color: #000;
	  position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.fa-slide-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.fa-slide-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.75s ease-out;
    transition: transform 0.75s ease-out;
}
.fa-slide-outer-contain:hover .fa-slide-img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.fa-slide-outer-contain:hover .fa-slide-overlay{
    opacity: 0.1;
}
.fa-slide-header {
    position: relative;
    z-index: 9;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.fa-slide-outer-contain:hover .fa-slide-header {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}
.fa-slide-header:after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    height: 1px;
    margin-top: 10px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0, 1), opacity 0.15s 0.35s;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1), opacity 0.15s 0.35s;
    background: #fefefe;
}
.fa-slide-outer-contain:hover .fa-slide-header:after {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(0.999);
    -ms-transform: scale(0.999);
    transform: scale(0.999);
    opacity: 0.6;
}
.fa-slide-bttn {
    pointer-events: none;
    z-index: 9;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.05rem;
    height: 50px;
    position: absolute;
    bottom: 2rem;
    left: 1.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}
.fa-slide-bttn-inner{
	-webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
.fa-slide-outer-contain:hover .fa-slide-bttn-inner{
	-webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.fa-fullscreen-link{
	position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.explore-link i{
	margin-left:.35rem;
}
.featured-areas .tabs{
	margin-top:3rem;
	margin-bottom:2rem !important;
}
.fa-nav-square-arrows {
    display: flex;
    justify-content: center;
    margin-top: 2rem !important;
	gap:1rem;
}
.square-arrow{
	height: 60px;
    width: 60px;
    transition: all .2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
	border: 1px solid #d4af37;  
	transition: all .2s ease-in-out;
}
.square-arrow:hover{
	background-color:rgba(212,175,55,.05);
}
.fa-nav-square-arrows i{
	color:#d4af37;
	font-size:1.5rem;
}
@media only screen and (max-width:960px){
	.fa-intro {
		grid-template-columns: 1fr;
	}
}

/*******CTA Bar*******/
.instant-access{
	background-color:black;
}
.instant-access-wrap {
    display: flex;
    gap: 2rem;
    padding: 2rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}
.instant-access .bd-cta-button {
    width: 360px;
    text-align: center;
    align-self: center;
}
@media only screen and (max-width:635px){
	.instant-access-wrap {
		flex-flow:column;
		gap:1.5rem;
		text-align:center !important;
	}
	.instant-access .bd-cta-button {
		width: 220px;
	}
}

/**********Sign In Popu Forms**********/
body .miranda-lb .lb-content input[type="text"], 
body .miranda-lb .lb-content input[type="email"], 
body .miranda-lb .lb-content input[type="tel"]{
	height:50px !important;
}

/**********Custom Footer**********/
div#footer-links-wrapper {
    margin-bottom: 0;
}
.bg-rg-footer {
    display: none;
}
.custom-footer-outer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
footer .lg\:w-3\/12 {
    width: 100%;
}
footer .text-sm.text-left.mb-6 {
    padding: 0;
    margin: 0;
}
footer .xl\:px-40 {
    padding-left: 0;
    padding-right: 0;
    flex-flow: column;
}
footer > div ul.grid-cols-2{
	display:none;
}
body .custom-footer {
    max-width: 100% !important;
    width: 100%;
    background: linear-gradient(#000, rgba(0,0,0,.9));
}
.custom-footer-wrap {
    padding-top: 4rem !important;
    padding-bottom: 1.5rem !important;
}
body .custom-footer h4 {
    font-size: 19px;
    color: #fff;
}
.cf-column-contain {
    display: grid;
    grid-template-columns: calc(40% - 2.66666667rem) calc(40% - 2.666666667rem) calc(20% - 2.666666667rem);
    grid-column-gap: 4rem;
    grid-row-gap: 3rem;
    background: linear-gradient(#222,#222) center/1px 100% no-repeat,    linear-gradient(#222,#222) center/1px 100% no-repeat;
    background-position: 37.5% 0, 78.75% 0;
}
.footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: .5rem;
	margin-left:0 !important;
}
body .custom-footer p {
    text-decoration: none !important;
    line-height: 1.6;
}
body .custom-footer a {
    color: #fff;
    text-decoration: none !important;
	font-size:14px !important;
}
body .custom-footer a:hover{
	color:#fff !important;
}
.cf-column-contain i{
	color:#999;
}
.footer-links li {
    font-size: 15px !important;
    list-style-type: none;
}
.footer-contact-contain {
    display: flex;
    align-items: center;
} 
.footer-contact-contain p:first-child {
    margin-right: 1rem;
    padding-right: 1rem;
    border-right: 1px solid #222;
    position: relative;
    top: 2px;
}
/*
locations
*/
.footer-locations {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 2rem;
}
/*
mid footer
*/
.cf-column-mid-contain {
    display: grid;
    grid-template-columns: calc(70% - 5rem) 30%;
    grid-column-gap: 5rem;
    align-items: center;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: 3rem;
}
.cf-column-mid-l {
    max-width: 620px;
}
.cf-column-mid-r {
    display: flex;
    gap: .5rem;
    justify-content: flex-end;
}
.cf-column-mid-r a,
.cf-column-mid-r button{
	margin-bottom:0 !important;
}
/*
bottom footer
*/
.cf-column-bttm-contain {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding-top: 1.5rem;
	margin-top:2rem;
	border-top:1px solid #222;
	width: 100%;
	float:none !important;
}
.cf-column-bttm-l, 
.cf-column-bttm-r {
    width: 50%;
}
.cf-column-bttm-r {
	text-align:right;
}
.footer-social-contain i{
	color:white;
}
.agent-email i,
.agent-tel i {
    color: #d4af37;
    font-size: 13px;
    position: relative;
    top: 1px;
}
.footer-email i,
.footer-tel i{
	margin-right:8px;
}
/*
responsive
*/
@media only screen and (max-width:1440px){
	.footer-links {
		grid-template-columns: 1fr 1fr;
	}
	.footer-locations{
		grid-template-columns: 1fr;
	}
}
@media only screen and (max-width:900px){
	.cf-column-contain {
		grid-template-columns: calc(40% - 2rem) calc(60% - 2rem);
		grid-column-gap: 4rem;
		grid-row-gap: 3rem;
	}
	.cf-column-contain {
		background: linear-gradient(#000,#111) center/1px 100% no-repeat;
		background-position: 37.5% 0;
	}
}
@media only screen and (max-width:860px){
	.cf-column-contain {
		grid-template-columns: 100%;
	}
	.cf-column-bttm-contain {
		flex-flow: column;
	}
	.cf-column-bttm-l, 
	.cf-column-bttm-r {
		width: 100%;
	}
	.cf-column-bttm-r {
		text-align: left;
		padding-top: 1.5rem;
	}
	.cf-column-mid-contain {
		grid-template-columns:1fr;
		grid-row-gap:1.5rem;
		padding-bottom: 2.5rem;
	}
	.cf-column-mid-r {
		justify-content: flex-start;
	}	
	.cf-column-contain {
		background: none;
	}
	.footer-links {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.footer-locations {
		display: flex;
	}
}
@media only screen and (max-width:550px){
	.cf-column-mid-r {
		flex-flow: column;
	}
	.footer-links {
		grid-template-columns: 1fr 1fr;
	}
	.footer-locations {
		flex-flow:column;
	}
}
@media only screen and (max-width:490px){
	.main-footer .footer-links {
		display: grid;
		gap: 0;
		grid-template-columns: 1fr 1fr;
	}
	.main-footer li{
		width:100% !important;
	}
}
@media only screen and (max-width:370px){
	.main-footer .footer-links {
		grid-template-columns: 1fr;
	}
}



/**********Miranda Footer**********/
body footer .main-footer{
	padding:0;
	background: rgba(255,255,255,0);
	box-shadow: none;
}
body footer .main-footer .row{
	max-width:100%;
}
body footer .main-footer .footer-section{
	padding:0;
	border-right:none;
	width:100%;
	height:auto !important;
}
body .main-footer p a {
    text-decoration: none;
}	
.main-footer .row .footer-section:nth-child(2){
	display:none;
} 	
.rg-footer {
    display: none;
}
.footer-top-nav a{
	font-size:14px !important;
}
.footer-top-nav .toggleNav:hover{
	color:#555 !important;
}


/**********Property Details Page**********/
/**
address
**/
.property-page .prop-address h1 {
    font-size: 18px !important;
}
@media (max-width:736px){
	.property-page .listing-courtesy + .w-full {
		padding: .5rem .9375rem;
	}
}
/**
company stamp
**/
.additional-information .company-stamp{
	border:none !important;
}
.company-stamp .button{
	border-radius:0 !important;
	text-transform: uppercase !important;
    text-shadow: none !important;
}
.company-stamp .button i {
    padding-right: .25rem;
}
.additional-information .company-stamp .phone-number {
    font-weight: normal !important;
    color: #444 !important;
}
/**
gallery
**/
.galleryPopup {
    z-index: 1;
}
/**
sub bar
**/
.sub-bar .new-search {
    padding: 4px 15px 4px !important;
    border-radius: 0;
    font-size: 14px !important;
    letter-spacing: .05rem;
	transition: all .2s ease-in-out;
}
.sub-bar .new-search:hover, 
.sub-bar .new-search:hover i {
    background: #222 !important;
	color:white !important
}
.sub-bar a,
.sub-bar span {
    color: #666;
    font-size: 12px !important;
}
.sub-bar a:hover{
	color:#777;
}
.small-12.columns.sub-bar {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .05rem;
}
.property-page .small-12.columns.sub-bar {
    padding: 8px 20px !important;
	border-radius: 0;
}
.sub-bar i {
    font-size: 18px !important;
}
/**
navigation
**/
.property-results-navigation a {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .05rem;
}
.property-results-navigation a:last-child{
	padding-right:0 !important;
}
.property-results-navigation a i {
    font-size: 16px !important;
    margin-right: 0 !important;
}
.small-12.columns.property-results-navigation.show-for-small-only .back-to-results {
		line-height: 1.6;
}
.m-nav-bot {
    margin-top: 15px;
}
.empty-prop-nav{
	display:none;
}
@media (max-width:460px){
	.property-button-text, 
	.property-results-navigation .back-to-results{
    	font-size:13px !important;
	}
}
/**
property description
**/
.additional-information .additional-information-element h3{
	margin-bottom:10px !important;
}
.additional-information .additional-information-element p {
    font-size: 14px;
    line-height: 1.85;
}
.spec{
	line-height:1.5 !important;
}
.lead {
    font-size: 17px !important;
    line-height: 1.6 !important;
    margin-top: 15px !important;
}
strong.spec-data {
    font-size: 16px !important;
}
span.spec-label {
    font-size: 13px !important;
    text-transform: uppercase;
    letter-spacing: .075rem;
    font-weight: normal !important;
    color: #555;
}
/**
property details list top & bottom
**/
.results-details {
    border-radius: 0 !important;
}
.property-details-section .prop-descrip dt {
    text-transform: uppercase !important;
    font-size: 13px !important;
    padding-top: 11px;
    letter-spacing: .5px;
    color: #555;
    font-weight: normal !important;
}
.additional-information .property-details-section .property-details-column .prop-descrip dd{
	font-weight:bold !important;
}
/***
property details - contact us and share buttons & logo
***/
.detail-page-photo-or-logo img {
    float: none !important;
}
.mobile-bottom-button .rag-button:focus,
.mobile-bottom-button .rag-button:active{
	background-color:#000 !important;
}
.mobile-bottom-button .fa-share-square-o{
	color:#fff !important;
	font-size: .9rem;
	margin-right:.25rem;
}
.mobile-bottom-button span{
	font-size:16px !important;
	font-weight:normal !important;
	letter-spacing:.5px !important;
	text-transform:uppercase;
	border-radius:0 !important;
}
/**
favorite & info buttons
**/
span.rag-button.rag-button-false.rag-button-large {
    font-size: 14px;
}
/***
property details - search & share buttons
***/
.m-call-to-action a i {
    margin-right: 2px !important;
    position: relative;
    bottom: 1px;
}

.share-menu i {
    position: relative;
    font-size: 15px !important;
    color: white !important;
    padding: 7px 5px 7px 7px;
}
.share-menu label {
    line-height: 33px !important;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: .5px;
}
/***
property details - mortgage calculator
***/
.mortgage_calculator {
    padding: 10px 20px 21px 20px;
}
.mortgage_calculator,
.mortgage_calculator dd:last-child a{
	border-radius:0;
}

/***
property details - disclaimer
***/
.property-page div#proplist_disclaimer, 
.property-page .listing-courtesy {
    padding: 1rem 0 0 0 !important;
    margin: 0 !important;
    font-size: 13px;
    color: #777;
}
.property-page div#proplist_disclaimer p{
	line-height:1.7;
	color:#777;
}
#proplist_disclaimer img {
    width: 60px;
    padding-bottom: 7px;
}
/***
courtesy
***/
.listing-courtesy.columns {
    padding-top: 1rem;
}
.listing-courtesy .courtesy + p{
	padding-bottom:.5rem;
}
.listing-courtesy p,
.listing-courtesy + .w-full p{
	margin-bottom:0 !important;
	font-size: 14px !important;
    line-height: 1.5 !important;
    color: #777 !important;
}
.property-page .listing-courtesy{
	margin-bottom:0;
}
/**
responsive
**/
@media only screen and (min-width: 737px) and (max-width:905px){
	.small-12.columns.show-for-medium-up.prop-sup-details{
		margin-bottom:30px;
	}
	dl.property-details-section {
		margin-bottom: 30px;
	}
	.small-12.columns.property-results-navigation.m-nav-bot{
		margin-bottom:30px;
		margin-top:0 !important;
	}
}
@media only screen and (min-width: 737px) and (max-width:1024px){
	.company-stamp {
		display: flex !important;
		flex-flow: column;
		align-items: center;
		padding: 40px 40px 45px !important;
		margin-bottom: 30px !important;
	}
	.company-stamp .detail-page-photo-or-logo,
	.company-stamp .phone-number{
		margin-bottom:20px !important;
	}
	.company-stamp a.popup.button.contact_us,
	.company-stamp .contact-us,
	.company-stamp .schedule-showing{
		width:100% !important;
		max-width:300px !important;
	}
}
@media only screen and (min-width: 737px){
	.property-results-navigation .back-to-results{
		position:relative;
		top:1px;
	}
	dl.property-details-section {
		padding: 10px 10px 5px !important;
		margin-top: 0;
		border-radius: 0;
	}
	.property-page dl.property-details-section:nth-child(2) {
		padding: 6px 20px 13px !important;
		margin-top: 1rem;
		border-radius: 0;
	}
	.additional-information-element {
		padding-bottom: 20px !important;
	}
	.additional-information .property-details-section .property-details-column .prop-descrip {
		margin-bottom: 18px !important;
	}
	.additional-information .property-details-section .property-details-column{
		padding-bottom:0;
	}
}
@media only screen and (max-width: 736px){
	.property-page {
		background: #fff;
	}
	.row.collapse.search-results.property-page{
		padding-bottom:1.25rem;
	}
	.m-call-to-action .search, 
	.m-call-to-action .share {
		max-width: 300px !important;
		padding: 13px 30px !important;
		text-transform: uppercase !important;
		font-size: 15px !important;
		border: 1px solid #000 !important;
		background-color:#111

 !important;
		line-height: 1.5 !important;
		border-radius: 0 !important;
		font-weight: bold;
		letter-spacing: .5px;
		
	}
	.m-call-to-action .search:hover, 
	.m-call-to-action .share:hover {
		border: 1px solid #111

 !important;
		background-color:#000 !important;
	}
	.m-call-to-action .search{
		margin-bottom:10px !important;
	}
	.m-call-to-action a i {
    	font-size: 15px !important;
		line-height:1 !important;
		border-radius:0 !important;
	}
	.additional-information.results-details {
		display: inline-block;
		border-radius:0;
	}
	.property-page .results-details{
		margin-top:1rem !important;
	}
	.m-call-to-action.show-for-small-only {
		width: 100%;
	}
	.m-sub-bar.actions-mobile.show-for-small-only {
		width: 100%;
	}
	.property-page .results-details .m-sub-bar.actions-mobile a:last-child {
		border-left: none;
		border-radius: 0;
		box-shadow: none;
	}
	.property-page .results-details .m-sub-bar.actions-mobile a:first-child {
		border-left: none;
	}
	.property-page .results-details .m-sub-bar.actions-mobile a:nth-child(2),
	.property-page .results-details .m-sub-bar a, .property-page .results-details .m-sub-bar .price{
		border-right: none;
	}
	.additional-information-element {
		padding: 15px 20px 6px !important;
	}
	.small-12.columns.property-results-navigation.m-nav-bot{
		margin-bottom:30px;
		margin-top: 10px;
	}
	.small-12.columns.property-results-navigation.show-for-small-only .property-button-text{
		position:relative;
		bottom:1px;	
	}
	.small-12.columns.property-results-navigation.show-for-small-only i, 
	.small-12.columns.property-results-navigation.m-nav-bot i {
		top: 2px !important;
		font-size: 17px !important;
		position: relative;
	}
	.small-12.columns.property-results-navigation.show-for-small-only .fa-chevron-circle-right,
	.small-12.columns.property-results-navigation.m-nav-bot .fa-chevron-circle-right{
		right:4px;
	}
	.small-12.columns.property-results-navigation.m-nav-bot .property-button-text{
		bottom:1px;
		position:relative;
	}
	.property-page div#proplist_disclaimer{
		padding: 0 10px 40px !important;
		float: none;
		display: inline-block;
	}
	.property-page .listing-courtesy {
		padding: .5rem .9375rem 0 !important;
		margin-bottom:0 !important;
	}
	.additional-information .property-details-section {
		margin-top: 8px !important;
	}
	.property-page #rg-valuation-iframe-0{
		height: 269px !important;
	}
}

/************Map Search Styles*************/
.mapsearch .viewport {
	max-width: 100% !important;
    top: 145px;
	bottom: 0;
	z-index:1;
}
.mapsearch .container,
.mapsearch .section {
    max-width: 940px;
}
.mapsearch .search-results{
	padding-left:0 !important;
	padding-right:0 !important;
}
#map-search h2 {
    font-size: 20px !important;
}
#map-search .fineprint {
    text-align: center;
    padding-top: .5rem;
}
.minilisting.active .minilisting-title{
	color:white !important;
}
.mapsearch .minilisting-footer{
	display:none;
}
#map-search .fineprint img {
    width: 60px;
    margin-bottom: .5rem;
}
#map-search .share-menu i {
    padding: 7px 7px 7px 7px;
}
#map-search .fa-heart-o{
	color:#003865 !important;
}
#map-search .fa-heart{
	color:#D2042D !important;
}
#map-search .fa.fa-envelope-o{
	background-color:#e0e0e0;
}

/***
tabs
***/
.mapsearch .search-results {
    max-width: 100% !important;
    top: 0;
    position: relative;
}
.mapsearch .search-results .tabs {
    top: -2px;
	z-index:1;
}
.mapsearch .search-results .tabs a {
    border-bottom: none !important;
}
/***
save search
***/
.mapsearch a.save-search {
    position: relative;
    font-size: 13px;
    letter-spacing: .3px;
    top: -2px;
    text-transform: uppercase;
    font-weight: 600;
}
.mapsearch .save-search i {
    margin-right: 2px;
}
/***
map style
***/
.gm-style-mtc button:hover,
.gm-style-mtc button:active,
.gm-style-mtc button:focus{
	border:none !important;
	color:#444 !important;
	background-color:#f9f9f9 !important;
}
/***
street address
***/
.mapsearch .viewport .minilisting-title{
	padding-bottom:3px !important;
	line-height: 1 !important;
	font-size:16px !important;
	
}
/***
city
***/
.minilisting-subtitle {
    font-size: .8rem !important;
    font-weight: normal !important;
    padding: 1px 0 0 0;
    
}
/***
price container
***/
.minilisting-main {
    margin-top: 9px !important;
    margin-bottom: 10px;
}
/***
price
***/
.mapsearch .minilisting-heading{
	font-size:1rem;
	
}
/***
price change
***/
.minilisting-change {
    font-size: .8rem;
    margin-top: 3px !important;
    margin-bottom: 0px !important;
}
/***
price change down & up
***/
.minilisting-change-down, 
.minilisting-change-up {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    font-size: .8rem;
}
/***
property type label
***/
span.minilisting-label {
    padding: 4px 7px 4px !important;
    position: relative;
    top: 0px;
    letter-spacing: .5px;
    font-size: .65rem !important;
	background: #222;
}
/***
stat data
***/
span.minilisting-stat-data {
    font-size: .8rem;
}
/***
pagination buttons
***/
.rag-button.active, 
.rag-button:active {
	background-color: #353531 !important;
	color:#fff !important;
}
/***
map search boundary button
***/
.mapsearch .polygon-toggle .rag-button:active{
	background-color:#f0f0f0 !important;
}
.mapsearch .fa-close:before {
    font-family: 'FontAwesome';
	margin-right:4px;
	margin-top:1px;
}
/***
map search zoom buttons
***/
.mapsearch .gm-control-active:hover,
.mapsearch .gm-control-active:focus{
	background-color:#f5f5f5 !important;
	border:1px solid #f0f0f0 !important;
}
/***
map activity updates search
***/
.mapsearch .map-control .rag-button:active {
    background-color: #353531 !important;
}
/***
map location popup
***/
.gm-ui-hover-effect{
	top: -3px !important;
	right: -3px !important;
}
.gm-ui-hover-effect:hover{
	background-color: rgba(255,255,255,0) !important;
	border: 1px solid rgba(255,255,255,0) !important;
}
/***
feedback
***/
#map-search .feedback {
    margin-bottom: 0;
}
/***
navbar
***/
.mapsearch .navbar-offset{
	clear:both;
	margin-top:0;
	padding: 0 10px;
}
.navbar-offset:before {
    background-color: #fff;
}
.mapsearch span.b-group.b-group-4 {
    width: 100%;
}
.mapsearch .navbar.navbar-offset .b-group-view .rag-button-large, 
.mapsearch .navbar.navbar-offset .b-group-view .rag-button-large {
    height: 46px;
    line-height: 45px;
	font-size: 13px !important;
    text-transform: uppercase;
    letter-spacing: .05rem;
    font-weight: normal !important;
    color: #555;
}
.mapsearch .b-group-view i{
	font-size:1rem;
}
.mapsearch .b-group-view .fa-share-square-o {
    position: relative;
    top: 1px;
	margin-right:4px;
}
/***
property details - prev & next buttons
***/
.listing-nav-wide .rag-button i{
	font-size:15px !important;
}
.mapsearch  span.b-group.listing-nav-wide.b-group-3 span.rag-button.rag-button-basic.rag-button-large{
	padding-right:0;
	padding-left: 15px;
}
.mapsearch span.b-group.listing-nav-wide.b-group-3 .rag-button,
.mapsearch span.b-group.listing-nav.b-group-3.b-group-flex{
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .25px;
}
.mapsearch .b-group-view .rag-button:hover {
    background-color: rgba(0,0,0,0.0);
}
.mapsearch .b-group-view .rag-button:active{
	background-color:#f0f0f0 !important;
	color:#353531 !important;
}
.mapsearch .b-group-view .fa-chevron-circle-left,
.mapsearch .b-group-view .fa-chevron-circle-right{
	font-size: 14px;
	margin-right:0 !important;
	position: relative;
    bottom: 1px;
}
.mapsearch .navbar + .b-group{
	width:100%;
	text-align:right;
}
/***
carousel
***/
.mapsearch .carousel {
    max-width: 920px;
    margin: 0 auto;
}
/***
address
***/
.mapsearch .listing-header {
    margin-top: 15px;
    margin-bottom: 0;
    display: flex;
    flex-flow: row-reverse;
    align-items: center;
    justify-content: space-between;
}
.mapsearch .listing-title {
    font-size: 20px !important;
    line-height: 1.2 !important;
}
.mapsearch .listing-subtitle {
    font-weight: normal !important;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .3px;
    line-height: 1.6 !important;
}
/**
gallery
**/
#map-search .icon-chevron-left-large,
#map-search .icon-chevron-right-large{
   background-color: rgba(0,0,0,.25);
   background-size: 28px;
}
/***
property details - contact us and share buttons
***/
.mobile-bottom-button .fa-share-square-o{
	color:#fff !important;
	font-size: 1rem;
}
/***
property details - share menu
***/
.share-menu .inner {
    padding: 10px 10px 1px 10px !important;
}
.share-menu .share{
	margin-bottom:10px !important;
}
/***
property details - description
***/
#map-search .lead {
    font-size: 14px !important;
    line-height: 1.7 !important;
    margin-top: 5px !important;
    color: #444 !important;
}
/***
property details - spec tables
***/
#map-search strong.spec-data {
	position:relative;
    bottom: 3px !important;
	font-weight: bold !important;
}
#map-search .specs {
    padding: 15px 15px 13px 15px !important;
    margin-top: 5px;
}
.specs.specs-striped{
	padding:0 !important;
}
#map-search .specs-striped strong.spec-data {
    position: relative;
    bottom: 0px !important;
}
#map-search .specs-striped .spec-label{
	position:relative;
	top:2px;
}
/***
map disclaimer
***/
#map-search .fineprint p {
    margin-bottom: 0 !important;
    font-size: 12px;
    padding-top: 1px;
}
#map-search .container.pad .fineprint:first-child {
	margin-top:-1rem;
    padding-bottom: .5rem;
}
/***
map disclaimer
***/
.rg-footer{
	display:none;
}
/***
responsive styles
***/
@media only screen and (min-width:1052px){
	.mapsearch .listing-title {
		position: relative;
		bottom: 3px;
	}
	#map-search span.b-group.listing-nav-wide.b-group-3 {
		position: relative;
	}
}
@media only screen and (max-width:1051px){
	.mapsearch .listing-header{
		line-height:1 !important;
		margin-bottom: 11px !important;
		flex-flow: column;
	}
	.mapsearch .navbar .b-group-view .rag-button-large {
		line-height: 45px;
	}
	.mapsearch .navbar.navbar-middle {
		margin-top: -10px;
	}
	#map-search .specs {
		padding:0 !important;
	}
}
@media only screen and (max-width:767px){
	.mapsearch .viewport {
		top: 62px;
	}
	.mapsearch .search-results .tabs {
		top: 0;
	}
	.mapsearch .search-results {
		top: 20px;
	}
	.mapsearch a.save-search {
		max-width: 200px;
		float: right;
	}
}
@media only screen and (max-width:736px){
	.mapsearch .viewport {
    	top: 46px;
	}
	.mapsearch .search-results .tabs {
		top: -20px !important;
	}
}
@media (max-width:520px){
	#map-search .icon-chevron-left-large,
	#map-search .icon-chevron-right-large{
	   background-size: 20px;
	   width: 50px;
	}	
}

/*******Agent Page Breadcrumbs*******/
section.agent-breadcrumbs {
    width: 2000px;
    padding-left: 4rem;
    position: absolute;
    left: 0;
    z-index: 1;
    top: -50px;
    height: 50px;
    display: flex;
    align-items: center;
    background-color: rgba(255,255,255, .85);
    text-transform: uppercase;
}
section.agent-breadcrumbs p{
	margin:0;
}
.agent-breadcrumbs-inner{
	display:flex;
	align-items:center;
	height:100%;
}
body .breadcrumb-divider{
	color:#ccc !important;
}

/*******Agent Page Profile*******/
.standard-section {
    margin: 0 auto;
}
.agent-img {
    margin-top: -50px !important;
    width: 38%;
    float: left;
    position: relative;
    padding: 0 0 80px;
    z-index: 1;
}
.agent-img .about-call-to-action-social {
    top: 0;
    right: 2rem;
	z-index:1;
}
.agent-img .about-call-to-action-social i{
	color:white;
	transition:all .2s ease-in-out;
}
.agent-img .about-call-to-action-social a:hover i{
	opacity:.85;
	color:white;
}
.agent-img img {
	position:relative;
	display: block;
    width: 100%;
}
.agent-about-txt {
    top: auto;
    width: 62%;
    float: left;
    position: relative;
}
.agent-about-txt-inner {
    position: relative;
    background: #fff;
    padding: 4rem 4rem 7rem 4rem;
}
.parallax-r {
    right: -1000px;
    left: 88.6%;
    top: 240px;
    bottom: 0;
}

/*******Julie Agent Simple Contact*******/
.agent-pg-simple-contact{
	display:flex;
	flex-flow:row wrap;
	gap:2rem;
}
.agent-pg-simple-contact i {
    margin-right: .25rem;
    color: #777;
	font-size: 1rem !important;
}

/*******Agent Section Reverse*******/
.agent-img-r {
    float: right;
	margin-top:0 !important;
}
.agent-img-r:before {
    right: -1000px;
    left: 20%;
    background: #debf89;
}
.parallax-l {
    left: -1000px;
    right: 88.6%;
    top: 240px;
    bottom: 0;
}
.parallax-instance-b {
    position: absolute;
    background: url(https://u.realgeeks.media/julierealtor/aerial-bg-graphic.jpg) fixed top center/cover no-repeat;
}
.parallax-instance-b:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #6a9143;
    opacity: .8;
}

/*******Agent Contact Box*******/
.agent-contact-after{
	display:none !important;
}
.details-about {
    display: block;
}
.details-about-text {
    display: block;
    position: relative;
    margin-top: 4rem !important;
	margin-bottom: 8rem;
}
.details-about-contact {
	border-top: 7px solid #d4af37;
    display: block;
    background-color: #222;	
    width: calc(100% + 40px);
    margin-top: 0;
    margin-left: -60px;
    padding: 2.5rem 3rem 3rem;
    color: #FFF;
    overflow: hidden;
    position: relative;
}
.agent-contact-before {
    margin-top: 1.5rem;
    width: 100%;
    margin-left: 0;
}
.details-about-contact-info {
    width: 100%;
    display: flex;
    gap: 3rem;
}
.details-about-contact-info span {
    display: block;
    color: #FFF;
    line-height: 2;
    letter-spacing: .03em;
    padding: 7px 0;
	font-size:16px;
}
.details-about-contact-info span a {
    color: #fff;
    font-weight: bold;
}
body .details-about-contact-info span a:hover {
    color: #e0e0e0 !important;
}
.details-about-contact-info i {
    color: #ccc;
    font-size: 1rem !important;
    margin-right: .25rem;
}
.details-about-contact .left-uline-header {
    padding-bottom: 1.75rem;
    margin-bottom: 1.75rem;
}
.left-uline-header:after {
    content: '';
    display: inline-block;
    background: #999;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-left: -5rem;
    width: calc(33.33333333% + 5rem);
}

/*******Agent Page Listings*******/
@media only screen and (max-width:767px){
	body.agent-pg .fp-header-wrap {
		padding-left: 3rem !important;
		padding-right: 3rem !important;
	}
	body.agent-pg #listings .post-fa-wrap {
		padding-left: 6rem !important;
		padding-right: 6rem !important;
	}
}
@media only screen and (max-width:639px){
	body.agent-pg .fp-header-wrap {
		padding-left: 1rem !important;
		padding-right: 5rem !important;
	}
	body.agent-pg #listings .post-fa-wrap {
		padding-left: 2rem !important;
		padding-right: 2rem !important;
	}
}

/*******Agent Section Responsive*******/
@media only screen and (max-width:1375px){
	.agent-section .full-width-wrap,
	.about-contact-section .full-width-wrap{
		padding-left:3rem;
		padding-right:3rem;
	}
}
@media only screen and (max-width:1155px){
	.agent-pg-simple-contact {
		flex-flow: column;
		gap: .5rem;
	}
}
@media only screen and (max-width:1090px){
	.agent-contact-before .details-about-contact-info{
		display:block;
	}
}
@media only screen and (max-width:1080px){
	.agent-section .full-width-wrap,
	.about-contact-section .full-width-wrap{
		padding-left:1rem;
		padding-right:1rem;
	}
	.agent-about-txt-inner,
	.about-contact-l-inner{
    	padding: 4rem 3rem 6rem 3em;
	}
}
@media only screen and (max-width:900px){
	.agent-about-txt-inner, 
	.about-contact-l-inner {
		padding: 4rem 3rem 4rem 3rem;
	}
	.agent-contact-before{
		display:none !important;
	}
	.agent-contact-after {
		display: block !important;
		margin: 2rem auto 0 !important;
		width: 100% !important;
	}
	.agent-pg-simple-contact {
		flex-flow:row wrap;
		gap: 2rem;
	}
	.agent-img {
		width: 100%;
		float: none;
		position: relative;
		padding: 0;
		max-width: 360px;
		margin: -7rem auto 0 !important;
	}
	.agent-about-txt {
		width: 100%;
		float: none;
	}
	.pic-bio-right .agent-breadcrumbs{
		display:flex !important;
	}
	.agent-about-txt {
		width: 100%;
	}
	.agent-section-reverse .full-width-wrap,
	.about-contact-section .full-width-wrap{
		display:flex;
		flex-flow:column-reverse;
	}
	.about-contact-l {
		width: 100%;
		float: none;
		left: 0;
	}
	.about-contact-long {
		margin-right: 0;
		padding: 0 0 3rem 0;
	}
	.agent-contact-r {
		width: 100%;
		max-width: 600px;
		float: none;
		margin: 0 auto;
	}
	.agent-contact-r-wrap {
		margin: 0;
		float: none;
	}
	.agent-img img.main-shadow{
		box-shadow: -11px 35px 50px rgba(0,0,0,.2);
	}
	body .bottom-agent-crumbs {
		display: flex !important;
		width: calc(100% + 2rem);
		position: relative;
		top: 0;
		margin-left: -1rem;
	}
}
@media only screen and (max-width:639px){
	.agent-about-txt-inner, .about-contact-l-inner {
		padding: 3rem 0 4rem;
	}
}
@media only screen and (max-width:610px){
	.agent-pg-simple-contact {
		flex-flow: column;
		gap: .5rem;
	}
	.agent-contact-after .details-about-contact-info {
		display: block;
	}
}
@media only screen and (max-width:520px){
	.about-contact-l-inner{
		padding-left:1rem;
		padding-right:1rem;
	}
	body .bottom-agent-crumbs {
		padding-left: 2rem;
	}
}

/**********Home Valuation Widget**********/
body iframe.h-anna-valuation-widget, 
body iframe.h-anna-valuation-widget[style] {
	height: unset !important;
    min-height: 18rem;
}
@media only screen and (max-width:560px){
	body iframe.h-anna-valuation-widget, 
	body iframe.h-anna-valuation-widget[style] {
		height: unset !important;
		min-height: 21rem;
	}
}

/**********Anna Sidebar**********/
#sidebar .mce-sidebar-content:nth-child(4), 
.sidebar-links-container {
    padding: 1.6rem 2rem 2rem 2rem;
    border: 1px solid #e0e0e0;
    background: #fcfcfc;
}
.mce-sidebar-content li a,
li.sidebar-link a {
    font-size: 14px;
}
.mce-sidebar-content.links ul li:last-child{
	margin-bottom:0 !important;
}

/**********Miranda Sidebar**********/
.sidebar .mce-sidebar-content:nth-child(2){
	margin-bottom:20px;
}
.sidebar .mce-sidebar-content:nth-child(2), 
.sidebar .mce-sidebar-content:nth-child(3) {
    padding: 1rem 1.5rem .85rem 1.5rem;
    border: 1px solid #e0e0e0;
    background-color: #fcfcfc;
}
.sidebar .mce-sidebar-content:nth-child(2) .section,
.sidebar .mce-sidebar-content:nth-child(3) .section{
	margin:0 !important;
}
.sidebar .mce-sidebar-content:nth-child(2) .section h3, 
.sidebar .mce-sidebar-content:nth-child(3) .section h3 {
    margin: 0 0 5px 0 !important;
    padding-bottom: 5px;
}

/**********Mortgage Calculator**********/
.mortgage_calculator h3 {
    padding-bottom: 1rem !important;
}

/**********Miranda Search**********/
.search-container .search_form_content {
    font-size: 12px;
}

/**********Elfsight Reviews**********/
.es-widget-title-container {
    display: none;
}