@charset "UTF-8";
/* CSS Document */

/**********Universtal Styles**********/
html{
  scroll-behavior: smooth;
}
html, body {
  overflow-x: hidden;
}
body {
  position: relative
}
.hide-x{
	overflow-x:hidden;
}

/**********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,
.text-hero,
.h-hero-image .mx-{
	font-weight:400 !important;
	font-family:'Merriweather', serif !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 {
    margin-top: 2rem;
    margin-bottom: 1.4rem;
	color:#222 !important;
}
#content h1, 
#content h2,
#content h3,
#content h4{
	color:#222 !important;
}
.xl-header{
    font-size: 55px !important;
    line-height: 1 !important;
}
h1,
.lg-header{
    font-size: 33px !important;
	line-height:1.3 !important;
}
h2{
    font-size: 25px !important;
	line-height:1.3 !important;
}
h3 {
    font-size: 22px !important;
	line-height:1.35 !important;
}
h4 {
	font-size:19px !important;
	line-height:1.4 !important;
}

/**********Lined Overheader**********/
.underline-header::after{
    content: '';
    height: 1px;
    width: 45px;
    margin: 15px auto 15px auto;
    background-color: #6a9143;
    display: block;
}
.left-underline::after {
    margin: 15px 0 15px 0 !important;
}
.overline-header::before {
    content: '';
    height: 1px;
    width: 45px;
    margin: 0 0 15px;
    background-color: #6a9143;
    display: block;
}
.top-line-header {
    position: relative;
}
.top-line-header:before {
    display: block;
    content: "";
    width: 45px;
    background: #6a9143;
    height: 4px;
    margin-bottom:1rem;
}
.right-line-txt,
.left-line-txt{
	position:relative;
}
.right-line-txt{
	display:inline-block;
	overflow:visible;
	background-color:#fff;
	position: relative;
}
.right-line-txt::before {
    content: '';
    display: block;
    background-color: #e0e0e0;
    width: 2000px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: -2010px;
    transition: all 0.3s ease-in-out;
}
.left-line-txt::after {
    content: '';
    display: block;
    background-color: #6a9143;
    width: 2000px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: -2006px;
    transition: all 0.3s ease-in-out;
}
.bttm-left-line-header:after {
    content: '';
    display: block;
    width: 2.5rem;
    height: 1px;
    background-color: #1c4480;
    margin-top: 15px;
}
.r-lined-overheader::after {
    display: inline-block;
    content: "";
    background-color: #1c4480;
    width: 2.5rem;
    margin: 0 .7rem;
    transform: translateY(-500%);
	height:1px;
}
@media only screen and (max-width:736px){
	.left-line-txt::after {
		right: -2010px;
	}
}

/**********Text**********/
.mce-content p,
#listings .fp-p,
footer p,
.body-content p,
.st-p{
    font-size: 17px;
    line-height: 1.6;
	color:#444;
}
.lg-txt {
    font-size: 21px !important;
    line-height: 1.75 !important;
}
.med-txt {
    font-size: 19px !important;
    line-height: 1.5 !important;
}
.sm-txt {
    font-size: 15px !important;
    line-height: 1.5 !important;
}
.tiny-txt {
    font-size: 13px !important;
}
.uc {
    text-transform: uppercase;
    letter-spacing: .05rem;
}
.uc-tiny-txt {
	font-size:12px !important;
    text-transform: uppercase;
    letter-spacing: .05rem;
}
.xsm-subheader {
    font-size: 12px !important;
    text-transform: uppercase;
    letter-spacing: .05rem;
	color:#777 !important;
}
.sm-subheader {
    font-size: 13px !important;
    text-transform: uppercase;
    letter-spacing: .05rem;
    color: #777 !important;
    font-family: 'Lato', sans-serif !important;
}
.md-subheader {
    font-size: 14px !important;
    text-transform: uppercase;
    letter-spacing: .05rem;
    font-family: 'Lato', sans-serif !important;
}
.center{
	text-align:center !important;
}

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

/**********Colors**********/
body .white,
body #content .white{
	color:#fff !important;
}
body .light-grey{
	color:#888 !important;
}
body .med-grey{
	color:#444 !important;
}
body .dark-grey{
	color:#222 !important;
}
body .yellow{
	color:#DC9756 !important;
}
.blue{
	color:#1c4480;
}

/**********Borders**********/
.no-border{
	border-bottom:none !important;
}

/**********Dropcaps**********/
.has-dropcap:first-letter {
  float: left;
  font-size: 6rem;
  line-height: 0.55;
  margin: 0.1em 0.1em 0.2em 0;
  color:#33312E;
}

/**********Link Styles**********/
.mce-content a,
.mce-content p a,
#listings  a{
	color:#6a9143;
}
.mce-content a:hover,
.mce-content p a:hover,
#listings a:hover{
	color:#7AA84D;
}
.st-link{
	color:#6a9143 !important;
}
.st-link:hover{
	color:#7AA84D !important;
}
.absolute-link {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}
.learn-more {
    color: #6a9143 !important;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .05rem;
}
.learn-more:hover{
	color:#7AA84D !important;
}
.learn-more i {
    position: relative;
    top: 2px;
    margin-left: .2rem;
    font-size: .9rem;
}

/*******Text Contact Link*******/
.txt-contact-link {
    padding: 0 !important;
    background-color: rgba(0,0,0,0);
    transition: color .4s ease;
    font-size: 17px !important;
    color: #6a9143 !important;
}
.txt-contact-link:hover,
.txt-contact-link:active,
.txt-contact-link:focus{
	background-color:rgba(0,0,0,0) !important;
	border:none !important;
	color:#7AA84D !important;
}
strong .txt-contact-link {
    font-weight: bold;
}
.txt-contact-link-footer{
	font-size:14px !important;
	margin-bottom:0 !important;
	color: #6a9143!important;
}
.txt-contact-link-footer:hover,
.txt-contact-link-footer:active,
.txt-contact-link-footer:focus{
	background-color:rgba(0,0,0,0) !important;
	border:none !important;
	color:#6a9143 !important;
}

/**********Icon Lists**********/
.icon-list {
    margin: .5rem 0 1.5rem 0 !important;
}
.icon-list li {
    list-style-type: none !important;
    position: relative;
    padding-left: 26px !important;
    font-size: 16px !important;
    margin-top: .5rem !important;
    font-weight: bold !important;
    line-height: 1.75 !important;
}
.icon-list li i {
    position: absolute;
    left: 2px;
    top: 6px;
    margin-right: 0px !important;
    color: #6a9143;
    font-size: 1rem;
}

/**********Positions**********/
.relative{
	position:relative;
}

/**********Margins**********/
.m-top-minus-3r{
	margin-top:-3rem;
}
.m-top-0,
.margin-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-bttm-0{
	margin-bottom:0 !important;
}
.m-bttm-r5{
	margin-bottom:.5rem !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**********/
.pad-top-0{
	padding-top:0 !important;
}
.pad-bttm-0{
	padding-bottom:0 !important;
}
.pad-bttm-r5{
	padding-bottom:.5rem !important;
}
.pad-bttm-r25{
	padding-bottom:.25rem !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;
}

/**********Backgrounds**********/
.bg-cover{
	background-size:cover;
	background-position:center;
}
.light-grey-section{
	background-color:#f9f9f9;
}
.dark-section{
	background-color:#111;
}
body #content .dark-section h2,
.dark-section p{
	color:#fff !important;
}
.dark-section .light-grey{
	color:#ccc !important;
}
.faded-geo-bg {
    background-image: url(https://u.realgeeks.media/julierealtor/faded-geo-bg.jpg);
}

/**********Background Images**********/
.faded-bg-img {
    display: block;
    background: url(https://u.realgeeks.media/julierealtor/about-faded-bg.jpg) no-repeat center top;
    background-attachment: fixed;
    width: 100%;
    height: 400px;
    margin-top: -400px;
    position: relative;
}

/**********Buttons**********/
.rg-modal-marketreportsignup .lightbox input[type="submit"], .rg-modal-savemarketreport .lightbox input[type="submit"], .rg-modal-propertylandingsignup .lightbox input[type="submit"], .rg-modal-contentcapture .lightbox input[type="submit"], .rg-modal-phonegrabber .lightbox input[type="submit"], .rg-modal-facebooksignup .lightbox input[type="submit"], .rg-modal-contentcapture .lightbox input[type="submit"], .rg-modal-contactupdate .lightbox input[type="submit"], .rg-modal-favoriteproperty .lightbox input[type="submit"]{
 	background-color: #6a9143 !important;
    border: 1px solid #7AA84D !important;
}
.bttn, 
.mortgage_calculator .button {
    text-transform: uppercase;
    border-radius: 0 !important;
    font-size: 14px !important;
    background-color: #6a9143 !important;
    border: 1px solid #7AA84D !important;
    letter-spacing: 2px !important;
    color: #fff !important;
    padding: 12px 15px !important;
    transition: background-color .4s ease;
    display: inline-block;
    text-shadow: none !important;
}
.bttn:hover, 
.bttn:focus, 
.bttn:active,
.mortgage_calculator .button:hover{
	color:#fff !important;
	background-color: #7AA84D !important;
    border: 1px solid #6a9143 !important;
}
.blue-bttn{
	background-color: #1c4480 !important;
    border: 1px solid #1A3E75 !important;
}
.blue-bttn:hover,
.blue-bttn:focus,
.blue-bttn:active{
	background-color: #1A3E75 !important;
    border: 1px solid #1c4480 !important;
}
.yellow-bttn{
	background-color: #c77529 !important;
    border: 1px solid #D58234 !important;
}
.yellow-bttn:hover,
.yellow-bttn:focus,
.yellow-bttn:active{
	background-color: #D58234 !important;
    border: 1px solid #c77529 !important;
}
.sm-bttn {
    display: block;
    padding: .5rem 1rem;
    background-color: #1c4480;
    border: 1px solid #1A3E75;
    text-transform: uppercase;
    letter-spacing: .05rem;
    font-size: 12px;
    color: #fff !important;
}
.sm-bttn:hover{
	background-color:#1A3E75;
	border:1px solid #1c4480;
}
.hero-search-bttn{
    font-size: 12px !important;
    display: inline-block;
    text-align: center;
    padding: 12px 15px 12px;
    transition: all .2s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-top: 1px solid #7AA84D;
    border-left: 1px solid #7AA84D;
    background-color: #6a9143;
    color: #fff !important;
}
.hero-search-bttn:hover{
    background-color: #7AA84D;
}
.hero-search-bttn:last-child {
    border-right: 1px solid #7AA84D;
}
.hero-search-bttn i {
    font-size: .75rem;
    margin-right: .325rem;
}
.white-bttn {
    background-color: #fff !important;
    color: #222 !important;
    border: 1px solid #e0e0e0 !important;
}
.white-bttn:hover{
	background-color: #e0e0e0 !important;
    color: #222 !important;
    border: 1px solid #e0e0e0 !important;	
}
.outline-bttn {
    font-size: 14px !important;
    display: inline-block;
    text-align: center;
    padding: 12px 15px 12px;
    border: 1px solid #6a9143;
    transition: all .2s ease-in-out;
    color: #6a9143 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.outline-bttn:hover{
	background-color:#6a9143;
	color:#fff !important;
}
.white-outline-bttn {
    border: 1px solid #fff;
    color: #fff !important;
}
.white-outline-bttn:hover{
    border: 1px solid #fff;
    background-color:#fff !important;
	color:#222 !important;
}
.blue-outline-bttn {
    border: 1px solid #1c4480;
    color: #1c4480 !important;
}
.blue-outline-bttn:hover{
    border: 1px solid #1c4480;
    background-color:#1c4480 !important;
	color:#fff !important;
}
.yellow-outline-bttn{
    border: 1px solid #c77529;
    color: #c77529 !important;
}
.yellow-outline-bttn:hover{
    border: 1px solid #c77529;
    background-color:#c77529 !important;
	color:#fff !important;
}
.icon-bttn i{
	font-size:.85rem;
	margin-right:.3rem;
}
.post-icon-bttn i{
	margin:0 0 0 .75rem;
}

/**********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,
.area-pg .flex.flex-col.xl\:flex-row.px-4.sm\:px-12.lg\:px-40{
	width:100% !important;
	padding:0 !important;
	overflow: hidden;
	flex-flow:column;
}
.full-width-pg header + section, 
.area-pg section[aria-label="property search hero"]{
    margin-bottom: 0 !important;
}
.full-width-pg .mce-content{
	margin-bottom:0;
}
.full-width-pg #sidebar{
	margin: 0;
}

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

/**********Captioned Images**********/
.aligned-figure{
	display:table;
	margin-left:0;
	margin-right:0;
}
.aligned-figure img{
	display:block;
}
.aligned-figure figcaption{
	display:table-caption;
	caption-side:bottom;
}
.left-figure{
	float:left;
	margin-right:30px;
	margin-top:8px;
	margin-bottom:30px; 
}
.right-figure{
	float:right;
	margin-left:30px;
	margin-top:8px;
	margin-bottom:30px;
}
.full-width-figure{
	margin:30px 0 30px 0;
}
.captioned-figure figcaption {
    font-family: Georgia, sans-serif;
    font-size: 15px;
    color: #555;
    background-color: #f9f9f9;
    font-style: italic;
    padding: 9px 20px 7px;
    border-bottom: 1px solid #f7f7f7;
}
@media only screen and (max-width:580px){
	.left-figure, .right-figure{
		margin-right:0 !important;
		margin-left:0 !important;
		width:100% !important;
	}
	.left-figure img, .right-figure img{
		width:100% !important;
	}
}

/************Font Awesome Styles*************/
i{
	font-size:1rem;
	margin-right:.35rem;
}
.user-contact-icons i{
	font-size:1.2rem !important;
}

/**********Anna Navigation**********/
#nav-links > .flex-wrap{
	justify-content:flex-end !important;
}
#nav-logo img.h-full {
    height: 59px !important;
    content: url(https://u.realgeeks.media/julierealtor/new-nest-logo-dark.png);
}
#nav- > .flex-wrap{
	justify-content:flex-end;
}
.flex-wrap.flex.h-full.justify-center.space-x-4.uppercase.text-palette-navigationLink-color.whitespace-no-wrap.overflow-hidden a {
    font-weight: bold;
}

/**********Anna Navigation Fade In**********/
.special-nav-pg [aria-label = "primary navigation"] > .bg-palette-navigationBackground-color{
	-webkit-transition: all .75s ease-in-out;
    -moz-transition: all .75s ease-in-out;
    -o-transition: all .75s ease-in-out;
    transition: all .75s ease-in-out;
	background:rgba(255,255,255,0);
}
.special-nav-pg .nav-float [aria-label = "primary navigation"] > .bg-palette-navigationBackground-color{
	background:rgba(255,255,255,1) !important;
}
.special-nav-pg header #nav-links a{
	transition:all .2s ease-in-out;
	color:#fff;
}
.special-nav-pg header #nav-links a:hover{
	color:#ccc;
}
.special-nav-pg header #nav-icons button{
	transition:all .2s ease-in-out;
	color:#fff;
}
.special-nav-pg header #nav-icons button:hover{
	color:#ccc;
}
.special-nav-pg .nav-float #nav-links a{
	transition:all .2s ease-in-out;
	color:#222;
}
.special-nav-pg .nav-float #nav-links a:hover{
	color:#555;
}
.special-nav-pg .nav-float #nav-icons button{
	transition:all .2s ease-in-out;
	color:#222;
}
.special-nav-pg .nav-float #nav-icons button:hover{
	color:#555;
}
.special-nav-pg header.nav-float #nav-logo img {
    transition: all .2s ease-in-out;
    content: url(https://u.realgeeks.media/julierealtor/new-nest-logo-dark.png);
}
.special-nav-pg header #nav-logo img {
    transition: all .2s ease-in-out;
    content: url(https://u.realgeeks.media/julierealtor/new-nest-logo-white.png);
}

/**********Miranda Navigation**********/
@media (max-width:450px){
	.nav-container .menu-icon .fa-bars{
		margin-right:-6px;
	}
	.user-info .fa-user{
		margin-left:8px !important;
		margin-right:0 !important;
	}
}

/**********Miranda Logo**********/
nav.top-nav .logo img {
    max-height: 32px !important;
    left: 10px;
}
@media only screen and (min-width: 768px){
	.logo img {
		position: absolute;
		top: -9999px;
	}
	.logo a {
		height: 100%;
		width: 380px;
		display: block;
	}
	.logo {
		background: url(https://u.realgeeks.media/julierealtor/new-nest-logo-dark.png);
		background-size: auto 61%;
		background-repeat: no-repeat;
		background-position: 20px 12px;
	}
}

/**********Hero Search**********/
body .h-hero-image {
    height: 24rem;
}
.text-hero h1,
.text-hero p{
	text-shadow: 1px 1px 2px rgb(0 0 0 / 25%);
}
div#react-typeahead,
.h-hero-image .h-full ul{
	z-index:2;
	position:relative;
	font-family: 'Lato', sans-serif !important;
}
body .relative.h-full.flex.flex-col.justify-center.items-center {
    align-items: flex-start !important;
    padding: 7rem 1rem;
    justify-content: flex-start !important;
	max-width: 81rem;
	margin: 0 auto;
}
.h-hero-image .mx-1.text-center {
    text-align: left;
    padding-left: 0;
    margin: 0 0 1.25rem;
    line-height: 1.2 !important;
}
body .relative.h-full .xl\:w-5\/12 {
    min-width: 600px;
}
@media only screen and (min-width: 640px){
	body .h-hero-image {
		height: 30rem;
	}
	body .relative.h-full.flex.flex-col.justify-center.items-center {
		padding: 8rem 3rem 7rem;
	}
	body .h-hero-image .mx-1 {
		font-size: 36px !important;
	}
}
@media (min-width: 1024px){
	body .h-hero-image {
		height: 34rem;
	}
	body .relative.h-full.flex.flex-col.justify-center.items-center {
		padding: 8.5rem 8rem 8rem;
	}
	body .h-hero-image .mx-1 {
		font-size: 42px !important;
		margin-bottom:1.5rem !important;
	}
}
@media only screen and (max-width: 736px){
	body .h-hero-image .mx-1 {
		font-size: 32px !important;
	}
	body .relative.h-full .xl\:w-5\/12 {
		min-width: 100%;
	}
}
@media only screen and (max-width: 600px){
	body .relative.h-full.flex.flex-col.justify-center.items-center {
		padding-top:6rem;
	}
	body #react-typeahead {
    	width: 100% !important;
	}
}
@media only screen and (max-width: 575px){
	body .h-hero-image .mx-1 {
		font-size: 24px !important;
	}
}

/**********Miranda Quick Search**********/
@media (max-width:736px){
	#quicksearch-section{
		padding-top:.7rem;
	}
}
@media (min-width:737px){
	#shrinknav{
    	font-size: 40px !important;
	}
}

/*******Hero Intro*******/
.relative.h-hero-image.w-full {
    height: auto;
}
.home .relative.h-full.flex.flex-col.justify-center.items-center {
    z-index: 1;
    max-width: 1860px!important;
    margin: 0 auto !important;
    padding: 8.5rem 8rem 10rem;
}
.h-hero-image .h-full .hero-overheader,
.h-hero-image .h-full .text-hero, 
.h-hero-image .h-full .hero-p, 
.h-hero-image .h-full .hero-buttons{
	z-index:1;
} 
.h-hero-image .mx-1 {
    text-shadow: none !important;
}
.hero-p {
    max-width: 520px;
}
.top-l-hero-c {
    position: absolute;
    left: -2rem;
    top: -2rem;
    width: 62%;
}
.top-r-hero-c {
    position: absolute;
    top: 3rem;
    right: 0;
    overflow: visible;
    width: 50%;
}
.top-r-hero-c img {
    position: absolute;
    top: 13.25%;
    left: 16.5%;
    right: 0;
    width: 85%;
    margin: 0 auto;
    border-radius: 50%;
}
.hero-agent-info {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 59%;
    left: 0%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: rgba(199,	117,41,0.9);
}
.hero-agent-info  .left-line-txt::after {
    width: 42px;
    left: -49px;
}
.hero-bttn-m{
	display:none;
}
@media only screen and (max-width:1110px){
	.home .relative.h-hero-image.w-full{
		padding-bottom:0;
	}
}
@media only screen and (max-width:580px){
	.hero-bttn-d{
		display:none;
	}
	.hero-bttn-m{
		display:inline-block;
	}
}
@media (min-width: 1024px){
	body .h-hero-image .mx-1.text-center {
		font-size: 50px !important;
	}
}

/*******Testimonial Bubbles*******/
.test-prev-grid {
    margin-top: 7rem;
    max-width: 800px;
    width: 800px;
}
.test-prev-grid-wrap article{
	max-width:400px;
}
.test-prev-grid-inner {
    padding: 2.5rem;
}
.test-prev-grid-wrap article:nth-child(2) {
    position: absolute;
    left: 22rem;
    top: 1.5rem;
}
.test-prev-grid-wrap article:nth-child(3) {
    position: absolute;
    left: 11rem;
    top: 11.5rem;
}
.test-prev-grid-contain{
	background-color:#fff;
	box-shadow: -5px 6px 24px -1px rgba(97,97,97,.65);
}
.test-prev-grid-inner:after {
    left: 15%;
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #F5F5F3;
    border-bottom: 0;
    margin-left: -10px;
    margin-bottom: -20px;
	border-left: 0;
}
.test-prev-grid-wrap article:nth-child(2) .test-prev-grid-inner:after {
	left: auto;
    right: 15%;
    border-right: 0;
	border-left:20px solid transparent;
}
.test-prev-open-quote-contain {
    display: flex;
    align-items: center;
}
.test-prev-open-quote-contain img {
    width: 40px;
    margin-right: 1rem;
}
.test-grid-bttn {
    position: absolute;
    bottom: -1.25rem;
    right: 2.5rem;
}

/*******Hero Intro Responsive*******/
@media only screen and (max-width:1820px){
	.top-r-hero-c {
		width: 45%;
	}
}
@media only screen and (max-width:1575px){
	.top-r-hero-c {
		width: 43%;
	}
}
@media only screen and (max-width:1315px){
	.top-r-hero-c {
		width: 43%;
	}
	body .relative.h-full.flex.flex-col.justify-center.items-center {
		padding-left:3rem !important;
		padding-right:3rem !important;
	}
}
@media only screen and (max-width:1110px){
	.home .relative.h-full.flex.flex-col.justify-center.items-center {
		padding: 7.5rem 8rem 5rem;
	}
	header + section{	
		overflow:hidden;
	}
	.top-r-hero-c {
		position: relative;
		align-self: flex-end;
		margin-right: -3rem;
		margin-top: -7rem;
		width:60%;
	}
	.top-l-hero-c {
		width: 85%;
	}
	.test-prev-grid-wrap article:nth-child(1),
	.test-prev-grid-wrap article:nth-child(2){
		display:none;
	}
	.test-prev-grid-wrap article:nth-child(3) {
		position: absolute;
		left: 0;
		top: -35rem;
	}
}
@media only screen and (max-width:980px){
	.top-r-hero-c {
		margin-top: -3rem;
	}
}
@media only screen and (max-width:885px){
	.top-r-hero-c {
		width:75%;
	}
	.top-l-hero-c {
		width: 100%;
	}
}
@media only screen and (max-width:740px){
	.top-r-hero-c {
		width:100%;
	}
	.top-l-hero-c {
		width: 130%;
	}
	.test-prev-grid-wrap article:nth-child(3) {
		display:none;
	}
	.home .relative.h-full.flex.flex-col.justify-center.items-center {
		padding-bottom:0;
	}
}
@media only screen and (max-width:736px){
	body .h-hero-image .h-full h2.lg-header{
		font-size:21px !important;
	}
}
@media only screen and (max-width:639px){
	body .relative.h-full.flex.flex-col.justify-center.items-center {
		padding-left:1rem !important;
		padding-right:1rem !important;
	}
	.special-nav-pg header #nav-logo img {
		margin-left: -11px;
	}
}
@media only screen and (max-width:630px){
	.hero-agent-info {
		width: 240px;
		height: 240px;
	}
}
@media only screen and (max-width:580px){
	.hero-agent-info {
		top: 53%;
		left: -6%;
	}
}
@media only screen and (max-width:445px){
	.hero-agent-info {
		top: 47%;
		left: -15%;
	}
}

/*******Buy & Sell Section*******/
.buy-sell-section{
	background-image:url(https://u.realgeeks.media/julierealtor/ready-buy-sell-bg.jpg);
	background-size:cover;
	background-position:top;
}
.buy-sell-section .full-width-wrap {
    display: flex;
    justify-content: flex-end;
	padding-top:18rem;
}
.buy-sell-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    width: 50%;
}
.buy-sell-contain-inner img {
    top: -4.75rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 60px;
    position: absolute;
}
article.buy-sell-contain {
    padding: 3rem 2rem 2.5rem;
    background-color: rgba(255,255,255,1);
}
@media only screen and (max-width:1385px){
	.buy-sell-grid {
		width: 75%;
	}
}
@media only screen and (max-width:825px){
	.buy-sell-grid {
		width: 100%;
	}
	.buy-sell-section .full-width-wrap {
		padding-top: 8rem;
	}
}
@media only screen and (max-width:560px){
	.buy-sell-grid {
		grid-template-columns: 1fr;
	}
}

/*******Testimonial Slider*******/
section.test-slider {
    background-color: #DEE8F8;
}
section.test-slider .full-width-wrap{
	position:relative;
	z-index:1;
}
.test-slider-grid {
    display: grid;
    grid-template-columns: 400px calc(100% - 400px - 8rem);
    grid-column-gap: 8rem;
    align-items: center;
}
.test-slider-nav {
    display: flex;
}
.l-test-circle{
	position:absolute;
	width:18%;
	left:0;
	bottom:0;
}
.r-test-circle{
	position:absolute;
	width:36%;
	right:0;
	top:0;
}
.test-slider-contain article {
    padding-bottom: 20px;
    padding-top: 30px;
}
.test-slider-inner-contain {
    padding: 2.5rem;
    background-color: #fff;
	position:relative;
}
.test-slider-inner-contain img {
    margin-top: -4.125rem !important;
}
.test-slider-inner-contain:after {
    right: 15%;
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #ffffff;
    border-bottom: 0;
    margin-left: -10px;
    margin-bottom: -20px;
    border-right: 0;
}
.test-slider-nav i {
    color: #6a9143;
}
@media only screen and (max-width:1225px){
	.test-slider-grid {
		grid-template-columns: 400px calc(100% - 400px - 4rem);
	    grid-column-gap: 4rem;
	}
}
@media only screen and (max-width:1100px){
	.test-slider-grid {
		grid-template-columns: 300px calc(100% - 300px - 3rem);
		grid-column-gap: 3rem;
	}
}
@media only screen and (max-width:790px){
	.test-slider-grid {
		grid-template-columns: 100%;
		grid-row-gap: 2.5rem;
	}
}

/**********Three Widgets**********/
.three-widgets ul{
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	grid-column-gap:30px;
}
.three-widgets ul li{
	list-style-type:none;
}

/**********Anna Sidebar**********/
aside#sidebar > div.w-full, 
aside#sidebar .sidebar-contain {
    padding: 2rem 2.5rem 2rem;
    background-color: #f9f9f9;
    margin-bottom: 3rem;
    display: inline-block;
}
aside#sidebar .sidebar-contain{
	margin-bottom:0;
}
.sidebar-contain-white{
	background-color:#fff !important;
	border:1px solid #e0e0e0 !important;
}
.mce-sidebar-content .sidebar-contain {
    width: 100%;
}
.sidebar-contain.sidebar-contain-outline {
    background-color: #fff !important;
    border: 1px solid #e0e0e0;
}
aside#sidebar > div.w-full ul.mb-12,
aside#sidebar .sidebar-contain ul{
	margin-bottom:0;
}
aside#sidebar ul li{
	font-size:16px !important;
}
aside#sidebar ul li:last-child{
	margin-bottom:0 !important
}
aside#sidebar h2{
	font-size:16px;
}
aside#sidebar > div.w-full h2:first-child,
aside#sidebar .sidebar-contain h2:first-child{
    font-weight: normal !important;
    text-transform: uppercase;
    color: #777;
    letter-spacing: 1px;
    font-size: 1rem !important;
}

/**********Sidebar General**********/
.sidebar li {
    font-size: 15px;
}
.about-pg .sidebar .section{
	display:none !important;
}
.sidebar .share-menu-popup {
    padding: 8px 16px 4px;
}
.sidebar .section{
	margin-top:0 !important;
}
.share-menu-popup span.left {
    position: relative;
	top:1px;
}
.blog-pg .share-menu-popup{
	margin-bottom:-7px !important;
}
.sidebar h3 {
    font-size: 15px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px;
}

/*****Sidebar - Section*****/
.sidebar .sidebar-panel, 
.sidebar .links .section{
	padding:12px 0 18px;
	border:1px solid #e0e0e0;
	border-radius:3px;
	display: inline-block;
	width:100%;
	margin-top:0 !important;
}
.sidebar .sidebar-panel{
	margin-bottom:20px;
}
.sidebar .sidebar-panel h3, 
.sidebar .links .section h3{
	margin:0 0 15px 0;
	padding:0 15px 10px 15px;
	border-bottom:4px solid #444;
	line-height:1.5 !important;
}
.sidebar .links .section ul{
	width:calc(100% - 30px);
	margin-right:15px !important;
}
.sidebar .links .section ul li{
	padding-right:0;
}

/*****Sidebar - Two Column List*****/
ul.two_column.list {
    width: calc(100% - 30px);
    display: flex;
    flex-flow: row wrap;
}
ul.two_column.list li{
	padding-right:15px;
}
ul.two_column.list li:nth-child(even){
	padding-right:0 !important;
}

/*****Sidebar Section - Menu*****/
.sidebar .sidebar-panel.sidebar-menu ul{
	float:left;
	width:calc(100%/2 - 15px);
}
.sidebar .sidebar-panel.sidebar-menu ul li{
	line-height:1.5rem;
    margin-bottom: 9px;
	width:100%;
}
.sidebar .sidebar-panel.sidebar-menu ul li:last-child, 
.sidebar .links .section ul li:last-child{
	margin-bottom:0;
}
.sidebar .sidebar-panel.sidebar-menu ul:nth-child(1n), 
.sidebar .links .section ul:nth-child(1n){
	margin-left:15px;
}
.sidebar .sidebar-panel.sidebar-menu ul:nth-child(2n), 
.sidebar .links .section ul:nth-child(2n){
	margin-left:15px;
}

/*****Mortgage Calculator*****/
.mortgage_calculator {
    padding: 12px 15px 15px !important;
}
.sidebar .mortgage_calculator{
	margin:20px 0 !important;
}
.mortgage_calculator h3 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.mortgage_calculator dd:last-child a{
	margin:10px 0 !important;
	width: 100%;
}
.mortgage_calculator .disclaimer {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding-top: 7px;
}
.mortgage_calculator .disclaimer p {
    font-size: 13px !important;
    line-height: 1.5;
    color: #777;
}
@media only screen and (min-width:1025px){
	.sidebar{
		padding-top:0 !important;
	}
}

/**********Sidebar Valuation**********/
#sidebar .rg-valuation-root,
#sidebar .rg-valuation-root iframe{
	height:239px !important;
}
@media only screen and (max-width:1751px){
	#sidebar .rg-valuation-root,
	#sidebar .rg-valuation-root iframe{
		height:331px !important;
	}
}
@media only screen and (max-width:1592px){
	#sidebar .rg-valuation-root,
	#sidebar .rg-valuation-root iframe{
		height:305px !important;
	}
}
@media only screen and (max-width:1577px){
	#sidebar .rg-valuation-root,
	#sidebar .rg-valuation-root iframe{
		height:361px !important;
	}
}
@media only screen and (max-width:1439px){
	#sidebar .rg-valuation-root,
	#sidebar .rg-valuation-root iframe{
		height:247px !important;
	}
}
@media only screen and (max-width:847px){
	#sidebar .rg-valuation-root,
	body #sidebar .rg-valuation-root iframe{
		height:247px !important;
	}
}
@media only screen and (max-width:463px){
	#sidebar .rg-valuation-root,
	body #sidebar .rg-valuation-root iframe{
		height:305px !important;
	}
}
@media only screen and (max-width:410px){
	#sidebar .rg-valuation-root,
	body #sidebar .rg-valuation-root iframe{
		height:333px !important;
	}
}
@media only screen and (max-width:405px){
	#sidebar .rg-valuation-root,
	body #sidebar .rg-valuation-root iframe{
		height:361px !important;
	}
}

/*****Sidebar About*****/
.sidebar-about {
    position: relative;
    margin: 0 auto;
}
.sidebar-about-icon {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -37px;
    width: 76px;
    text-align: center;
    background-color: #111;
    border-radius: 50%;
    border: 4px solid #fff;
}
.sidebar-about-icon img {
    color: #111 !important;
    margin-right: 0 !important;
    padding: 10px;
}
.sidebar-about-info {
    padding: 33px;
    background-color: #111;
}
.sidebar-about-info h3,
.sidebar-about-info p{
	color:#fff !important;
}
.sidebar-about-info h3 {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #444;
}
.sidebar-about-info .sidebar-tel{
	font-size:2rem;
	display:inline-block;
	width:100%;
}
.sidebar-about-info .agent-email i{
	margin-right:5px;
}
.sidebar-about .userButton {
    margin-top: 1.5rem;
    text-align: center;
    width: 100%;
    display: inline-block;
}
.sidebar-about .userButton button{
	width:100%;
}
@media only screen and (max-width:1439px){
	.sidebar-about {
		max-width:400px;
		margin: 0 auto;
	}
}

/**********Sidebar Accordion**********/
.accordion-container {
    width: 100%;
}
.accordion-container ul.mb-12 {
    margin-top: .5rem;
    margin-bottom: 1rem;
}
.accordion-container input {
    display: none;
}
.accordion-container label {
    display: flex;
    width: 100%;
    cursor: pointer;
    user-select: none;
}
.accordion-wrap {
    padding-bottom: 2rem;
    margin-bottom: 1.71rem;
    border-bottom: 1px dotted #ccc;
}
.accordion-container .accordion-wrap:last-child{
	margin-bottom:0 !important;
}
.accordion-container label div:first-child {
    width: 100%;
}
.accordion-container .cross {
    margin-right: 0;
    margin-top: -2px;
}
.accordion-container .cross:before, .accordion-wrap .cross:after {
    content: '';
    border-top: 2px solid #3E474F;
    width: 15px;
    display: block;
    margin-top: 18px;
    transition: 0.3s;
}
.accordion-container .cross:after {
    transform: rotate(90deg);
    margin-top: -2px;
}
.accordion-container .content {
    box-sizing: border-box;
    max-height: 0;
    overflow: hidden;
    transition: max-height, .5s;
}
.accordion-container input:checked ~ .content {
    max-height: 1200px;
    transition: max-height, 1s;
}
.accordion-container input:checked ~ label .cross:before {
    transform: rotate(180deg);
}

.accordion-container input:checked ~ label .cross:after {
    transform: rotate(0deg);
}
.accordion-container .questions{
    margin-top:20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height, .5s;
}
.accordion-container .questions label{
    border:none;
    box-shadow: none;
    margin:0;
}
.accordion-container input:checked ~ .questions {
    max-height: 400px;
    border-bottom:2px solid #3E474F;
    transition: 1s;
}

/**********Quick Search & Advanced Search Forms**********/
#advanced-address-search{
	margin-top:80px !important;
}
.mobile-address-search {
	padding-bottom: 7px !important;
}
.home .mobile-address-search {
	padding-bottom: 0 !important;
}
.advanced-submit a, .advanced-submit input[type="submit"], .submit a, .submit input[type="submit"] {
    font-family: 'Lato', 'sans-serif' !important;
}
form#refine_search_form {
    margin-top: 60px !important;
}
.advanced-submit a, .advanced-submit input[type="submit"], .submit a, .submit input[type="submit"] {
    text-transform: uppercase;
}
.property-type label {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px !important;
}
.styled-select select, .on-device select[multiple=multiple], a.multiSelect, .miranda-lb .search dd select {
    font-family: 'Lato' !important;
}
@media only screen and (max-width: 46em){
	.sub-bar .sub-bar-link.advanced-sub-links a,
	.sub-bar .sub-bar-link.advanced-sub-links span {
		font-size: 12px;
	}
}

/**********Disclaimer**********/
.mce-content .disclaimer {
    max-width: 1140px;
    margin: 0 auto !important;
    float: none;
    padding: 0 !important;
}
.mce-content .disclaimer p{
	font-size:14px !important;
}
#proplist_disclaimer img{
    float: right !important;
    padding-right: 20px !important;
}
#proplist_disclaimer br {
    display: none;
}
.fp-meta-wrap #proplist_disclaimer {
    max-width: 1260px;
    margin: 0 auto 0 !important;
    padding: 15px 10px 0;
    display: block !important;
    float: none !important;
    line-height: 1.5 !important;
}

/**********Property Page**********/
.company-stamp .button {
  	max-width: 300px !important;
	padding: 13px 30px !important;
	text-transform: uppercase !important;
	font-size: 15px !important;
	line-height: 1.5 !important;
	border-radius: 0 !important;
}
.company-stamp .contact_us{
	letter-spacing: .5px !important;
}
.property-page .prop-address h1 {
    font-size: 20px !important;
}
.sub-bar a {
    color: #777;
}
.additional-information .additional-information-element p {
    font-size: 16px;
    line-height: 1.85;
}
.listing-courtesy.top.columns{
	margin-top:.5rem;
}
.listing-courtesy.top.columns p {
    font-size: 13px !important;
    margin-bottom: 0;
}
.property-page 
/**
new search button
**/
.sub-bar .new-search {
    padding: 4px 20px !important;
    border-radius: 3px;
    letter-spacing: .5px;
    text-transform: uppercase !important;
	font-size:14px !important;
}
.sub-bar .new-search:hover {
    padding: 4px 20px !important;
    text-transform: uppercase !important;
}
.sub-bar .new-search:hover i {
    background: rgba(0,0,0,0) !important;
}
/**
property results navigation
**/
.property-results-navigation a{
	font-size:14px !important;
	text-transform:uppercase;
	letter-spacing:.5px;
}
.property-results-navigation a:last-child{
	padding-right:0 !important;
}
.property-results-navigation a i {
	font-size:16px !important;
}
/**
property description
**/
.additional-information .additional-information-element h3,
.property-page h3{
    font-size: 20px !important;
}
/**
property highlights top
**/
.property-details-section .prop-descrip dt {
    text-transform: uppercase !important;
    font-size: 13px !important;
}
/**
call to action bars
**/
.small-12.columns.sub-bar {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .3px;
}
/**
contact/call/share/bar
**/
.sub-bar i {
    font-size: 15px !important;
}
/**
disclaimer
**/
.property-page .w-full p,
.listing-courtesy p{
	color:#999 !important;
}
.property-page .w-full.px-4.sm\:px-9.xl\:px-40.pb-4:last-child {
    display: inline-block;
}
.property-page .w-full.px-4.sm\:px-9.xl\:px-40.pb-4:last-child p {
    margin-bottom: 0;
    margin-top: 1.5rem;
    font-size: 13px !important;
}
/**
responsive
**/
@media only screen and (min-width: 737px) and (max-width:905px){
	.small-12.columns.show-for-medium-up.prop-sup-details{
		margin-bottom:1rem;
	}
	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){
	dl.property-details-section {
		padding: 20px 20px 17px !important;
	}
	.property-page dl.property-details-section:nth-child(2) {
		padding: 20px 20px 22px !important;
	}
	.additional-information-element {
		padding-bottom: 20px !important;
	}
}
@media only screen and (max-width: 736px){
	.property-page .rg-valuation-root,
	.property-page .rg-valuation-root iframe{
		height: 246px !important;
		margin-bottom: 1rem;
	}
	.additional-information .company-stamp{
		padding-left:10px !important;
		padding-right:10px !important;
	}
	.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;
		line-height: 1.5 !important;
		border-radius: 0 !important;
		border: 1px solid #7f7f7f;
		text-shadow: 0 2px 0 rgb(0 0 0 / 30%);
	}
	.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-element {
		padding: 30px 30px 20px !important;
	}
	.small-12.columns.property-results-navigation.m-nav-bot{
		margin-bottom:30px;
	}
	.small-12.columns.property-results-navigation.show-for-small-only i,
	.small-12.columns.property-results-navigation.m-nav-bot i{
		position:relative;
		top:4px;
	}
	.property-page .listing-courtesy.columns,
	.property-page div#proplist_disclaimer{
		padding-left:.9375rem !important;
		padding-right:.9375rem !important;
	}
	.property-page div#proplist_disclaimer{
		padding-bottom:60px;
	}
	.property-page .w-full.px-4.sm\:px-9.xl\:px-40.pb-4:last-child {
		padding:0 .9375rem 3rem;
	}
}
@media (max-width:721px){
	.listing-courtesy + .w-full{
		padding:0 .9375rem;
	}
	.property-page .w-full.px-4.sm\:px-9.xl\:px-40.pb-4:last-child p {
		margin-top: 1rem;
	}
}
@media only screen and (max-width: 461px){
	.property-page .rg-valuation-root,
	.property-page .rg-valuation-root iframe{
		height: 305px !important;
	}
}
@media only screen and (max-width: 408px){
	.property-page .rg-valuation-root,
	.property-page .rg-valuation-root iframe{
		height: 333px !important;
	}
}
@media only screen and (max-width: 403px){
	.property-page .rg-valuation-root,
	.property-page .rg-valuation-root iframe{
		height: 361px !important;
	}
}



/**********Property Results**********/
.property.results .view-fp i {
	margin-right:0 !important;
}
.sub-bar-link.small-6.medium-6.columns i.fa.fa-plus-square:before{
	font-family:'Font Awesome 5 Pro';
}

/**********Anna Listings General**********/
.flex.flex-col.px-4.sm\:px-12 main#content h1.text-xl.md\:text-3xl.mb-4.md\:mb-6.text-black.font-bold {
    font-size: 19px !important;
    font-weight: bold !important;
}
.flex.flex-col.md\:flex-row.md\:items-center + .fixed.bottom-8.left-4.right-4.z-10.md\:relative.md\:left-auto.md\:right-auto.md\:bottom-auto.md\:mb-8 a.w-min.bg-white.text-black.px-4.py-2.m-auto.flex.text-base.items-baseline.shadow-md.md\:shadow-none.md\:border.md\:border-medium-gray.md\:text-dark-gray.md\:text-sm{
	background-color: #778d58;
    color: #fff;
	border: 1px solid #829a5f;
}
.flex.flex-col.md\:flex-row.md\:items-center + .fixed.bottom-8.left-4.right-4.z-10.md\:relative.md\:left-auto.md\:right-auto.md\:bottom-auto.md\:mb-8 a.w-min.bg-white.text-black.px-4.py-2.m-auto.flex.text-base.items-baseline.shadow-md.md\:shadow-none.md\:border.md\:border-medium-gray.md\:text-dark-gray.md\:text-sm:hover{
	background-color: #829a5f;
}
#listings ul.flex.text-black.items-center.text-center li.w-12.h-12.items-center.justify-center.overflow-hidden.flex.bg-dark-gray.text-white{
	background-color:#e0e0e0;
}
#listings .mb-8{
	margin-bottom:0;
}
#listings .mb-8 article{
	padding-bottom:0;
}
#listings #board-disclaimer > .w-full {
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0;
}
#listings #board-disclaimer p {
    color: #999 !important;
    line-height: 1.6;
}
#listings .courtesy + p {
    line-height: 1.6 !important;
}
#listings ul.flex.text-black.items-center.text-center{
	padding-top:1.25rem;
}
#listings button.js-favorite-button {
    padding-top: 0;
}
#board-disclaimer img {
    width: 80px;
    padding-bottom: .45rem;
}
#board-disclaimer p{
	font-size:12px !important;
}
@media (max-width:767px){
	#listings > .mb-4.grid-cols-1 {
		padding-top: .15rem;
	}
	#listings #board-disclaimer{
		padding-left:1rem;
		padding-right:1rem;
	}
}

/**********Anna Listings List**********/
#listings > .mb-4.grid-cols-1 {
    grid-template-columns: repeat(1,minmax(0,1fr));
    grid-row-gap: 0;
    margin: 0 auto;
    padding-top: .75rem;
}
#listings .mb-4.grid.grid-cols-1.max-w-screen-lg{
	max-width:100%;
}

/**********Anna Listings Default Grid**********/
#listings .mb-4.grid.grid-cols-1.md\:grid-cols-2.xl\:grid-cols-3.gap-x-4,
#listings .mb-4.grid.grid-cols-1.md\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-4.gap-x-4{
	display:grid;
	grid-template-columns:repeat(3, calc(100%/3 - 40px/3));
	grid-column-gap:20px;
	grid-row-gap:20px;
	margin-bottom: 0;
}
#listings .mb-4.grid.grid-cols-1.md\:grid-cols-2.xl\:grid-cols-3.gap-x-4 .mb-8{
	margin-bottom:0;
}
#listings .mb-4.grid.grid-cols-1.md\:grid-cols-2.xl\:grid-cols-3.gap-x-4 .mb-8 button.js-favorite-button{
	padding:0 .5rem 0 0;
}
#listings .mb-4.grid.grid-cols-1.md\:grid-cols-2.xl\:grid-cols-3.gap-x-4 .flex.w-full.justify-between.items-start {
    align-items: flex-end;
}
#listings .mb-4.grid.grid-cols-1.md\:grid-cols-2.xl\:grid-cols-2.gap-x-4.slick-initialized.slick-slider article.w-full.flex.flex-col.text-medium-dark-gray.sm\:pb-8 .w-full.text-sm.md\:pb-3{
	padding-bottom:0;
}
#listings .mb-4.grid.grid-cols-1.md\:grid-cols-2.xl\:grid-cols-2.gap-x-4.slick-initialized.slick-slider article.w-full.flex.flex-col.text-medium-dark-gray.sm\:pb-8 .flex.flex-col.w-full.justify-between .flex.w-full.justify-between.items-start .p-2 {
    padding: 0 .5rem 0 0;
}
#listings .mb-4.grid.grid-cols-1.md\:grid-cols-2.xl\:grid-cols-2.gap-x-4.slick-initialized.slick-slider article.w-full.flex.flex-col.text-medium-dark-gray.sm\:pb-8  .flex.w-full.justify-between.items-start {
    align-items: flex-end;
}
#listings .mb-4.grid.grid-cols-1.md\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-4.gap-x-4 .mb-8 article{
    padding-bottom: 0 !important;
}
@media (max-width:1035px){
	#listings .mb-4.grid.grid-cols-1.md\:grid-cols-2.xl\:grid-cols-3.gap-x-4,
	#listings .mb-4.grid.grid-cols-1.md\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-4.gap-x-4{
		grid-template-columns:repeat(2, calc(50% - 20px/2));
	}
}
@media (max-width:625px){
	#listings .mb-4.grid.grid-cols-1.md\:grid-cols-2.xl\:grid-cols-3.gap-x-4,
	#listings .mb-4.grid.grid-cols-1.md\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-4.gap-x-4{
		grid-template-columns:repeat(1, minmax(300px, 1fr));
	}
}

/**********Anna Listings Carousel**********/
.home section#listings {
    margin-bottom: 0;
}
.fp-header-wrap{
	padding-bottom:2rem;
}
.fp-header-wrap h2{
	border-bottom:none !important;
	margin:0 !important;
	padding-bottom:0 !important;
}
.fp-carousel-pg #listings .mb-4.grid.grid-cols-1.md\:grid-cols-2.xl\:grid-cols-3.gap-x-4{
	display:block !important;
}
.fp-carousel-pg #listings .slick-list{
	width:calc(100% + 1rem);
}
.fp-header-wrap + .mb-4 .slick-track .slick-slide{
	margin-right:1.1rem;
}
.listings-footer, 
.listings-nav {
    display: flex;
    padding-right: 1.5rem;
	align-items: center;
}
.listings-nav .fp-prev{
	margin-right:1rem;
}
.listings-footer + #board-disclaimer{
	padding-bottom:0;
	padding-top:1rem;
}
@media (max-width:767px){
	.fp-header-wrap,
	section.listings-footer {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}
@media (max-width:739px){
	.fp-header-wrap,
	section.listings-footer{
		padding-left: 1rem;
		padding-right: 1rem;
	}
}
@media (max-width:500px){
	section.listings-footer {
		padding-left: 1rem;
	}
}

/**********Property Search**********/
.search-results {
    font-family: 'Lato', sans-serif !important;
}
textarea,
input[type]{
	font-family:'Lato', sans-serif !important;
}

/**********Home Value Pre-Footer**********/
section.js-rg-anna-valuation-root {
    height: 292px !important;
}
.js-rg-anna-valuation-root .bg-off-white{
	background-color:#6a9143 !important;
}
@media (max-width:782px){
	section.js-rg-anna-valuation-root {
		height: 310px !important;
	}
}
@media (max-width:493px){
	section.js-rg-anna-valuation-root {
		height: 341px !important;
	}
}

/************Schedule Tour Styles*************/
.rg-modal-scheduletour .rag-modal-window .selector-box .fa-angle-left {
    margin-right: 9px !important;
	margin-left: -32px !important;
}
.rg-modal-scheduletour .rag-modal-window .selector-box .fa-angle-right {
    position: absolute;
    margin-left: 2px;
    top: 97px;
}
.fa-angle-right:before, .fa-angle-left:before {
    font-family: 'FontAwesome';
}

/************Map Search Styles*************/
.mapsearch {
    height: 100%;
}
.mapsearch .viewport {
	max-width: 100% !important;
    top: 145px;
	bottom: 0;
}
.mapsearch .container,
.mapsearch .section {
    max-width: 940px;
}
.mapsearch .search-results{
	padding-left:0 !important;
	padding-right:0 !important;
}
#map-search h3 {
    font-size: 17px !important;
    padding-bottom: 1px;
    font-family: 'Lato', sans-serif !important;
}
#map-search h2 {
    font-size: 20px !important;
}
#map-search .minilisting-footer {
    margin-bottom: 0;
}
/***
tabs
***/
.mapsearch .search-results {
    max-width: 100% !important;
    top: 0;
    position: relative;
}
.mapsearch .search-results .tabs {
    top: -2px;
}
.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:0 !important;
	line-height: 1 !important;
	font-size:16px !important;
}
/***
city
***/
.minilisting-subtitle {
    font-size: .8rem !important;
    font-weight: normal !important;
    padding-bottom: 3px;
    font-family: 'Lato', sans-serif !important;
}
/***
price container
***/
.minilisting-main {
    margin-top: 0px !important;
    margin-bottom: 7px;
}
/***
price
***/
.mapsearch .minilisting-heading{
	font-size:1rem;
}
/***
price change
***/
.minilisting-change {
    font-size: .8rem;
	margin-top: 2px !important;
    margin-bottom: 13px !important;
}
/***
price change down & up
***/
.minilisting-change-down, 
.minilisting-change-up{
    display: inline-block;
    margin-bottom: 3px;
    margin-top: 2px;
    font-size: .8rem;
}
/***
property type label
***/
span.minilisting-label {
    padding: 3px 7px 3px !important;
    position: relative;
    top: 1px;
    letter-spacing: .5px;
    font-size: .65rem !important;
}
/***
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-weight: normal !important;
    letter-spacing: .3px;
    text-transform: uppercase;
    font-size: 13px;
    color: #777;
}
.mapsearch .b-group-view i{
	color: #6a9143 !important;
	font-size:1rem;
}
.mapsearch .b-group-view .fa-share-square-o {
    position: relative;
    top: 1px;
}
.mapsearch .b-group-view .fa-heart-o{
	font-size:16px !important;
}
.mapsearch .b-group-view .fa-share-square-o{
	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:hover i{
	color:#c54a62;
}
.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: 2px;
}
.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: 15px;
    letter-spacing: .3px;
	line-height: 1.8 !important;
}
/***
property details - contact us and share buttons
***/
.mobile-bottom-button .rag-button:focus,
.mobile-bottom-button .rag-button:active{
	background-color:#f68a4e !important;
}
.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: 16px !important;
    line-height: 1.9 !important;
    margin-top: 5px !important;
}
/***
property details - spec tables
***/
#map-search strong.spec-data {
	position:relative;
	font-weight: bold !important;
}
#map-search .specs {
    padding: 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-search .specs-loose .spec-label{
	font-weight:normal !important;
}
/***
map disclaimer
***/
#map-search .fineprint p{
	margin-bottom:0 !important;
	margin-top:.5rem;
	text-align:center;
}
/***
map disclaimer
***/
.rg-footer{
	display:none;
}
/***
property details - home value widget
***/
.mapsearch .container.pad iframe {
    height: 240px !important;
}
@media (max-width:1051px){
	.mapsearch .container.pad iframe{
		min-height:250px !important;
	}
}
@media (max-width:451px){
	.mapsearch .container.pad iframe{
		min-height:306px !important;
	}
}
@media (max-width:410px){
	.mapsearch .container.pad iframe{
		min-height:362px !important;
	}
}
/***
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;
	}
	.mapsearch .specs-striped.specs-loose div:first-child{
		padding-top:0;
	}
	#map-search .specs {
   		padding-left: 0 !important;
		padding-right:0 !important;
		padding-bottom:0 !important;
	}
	#map-search .specs.area.specs-striped{
		padding-top:0 !important;
	}
	#map-search .specs.area.specs-striped.specs-loose{
		padding-top:10px !important;
	}
	#map-search .specs-striped .spec-label,
	#map-search .specs-striped strong.spec-data{
		position: relative;
		top: 0px;
	}
}
@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;
	}	
}

/*******************Search Results**********************/
.results-list .property .courtesy {
    margin-top: 0 !important;
}
@media only screen and (max-width:1150px){
	.results-list + .w-full{
		padding:0 .9375rem;
	}
}
@media only screen and (max-width:737px){
    .results-list .property .address {
        padding-bottom: 12px;
    }
}

/*******************Schedule Tour**********************/
.rg-modal-scheduletour .rag-modal-window .button {
    background: linear-gradient(#154396, #154396) top/200% no-repeat;
    border: 1px solid #174ba9;
}
.rg-modal-scheduletour .rag-modal-window .button:hover {
    background: linear-gradient(#174ba9, #174ba9) top/200% no-repeat !important;
    border: 1px solid #154396 !important;
}

/************Responsive Video*************/
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
	margin:3rem 0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.video-half-right{
    padding-bottom:28.125%;
	width:50%;
	margin:20px 0 30px 30px;
	float:right;
}
@media only screen and (max-width:600px){
	.video-half-right{
		padding-bottom:56.25%;
		width:100%;
		margin:0 0 30px 0;
	}
}

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


/******Live Chat******/
#gobbla h1{
	font-size:22px !important;
}

/**********Breadcrumbs**********/
.breadcrumbs{
	background-color:#f9f9f9;
}
.breadcrumbs p {
    margin: 0 auto !important;
    color: #777 !important;
    font-size: 12px !important;
    text-transform: uppercase;
    padding: 10px 1rem !important;
	letter-spacing:.05rem;
}
.breadcrumbs a{
	color:#6a9143 !important;
}
.breadcrumbs a:hover{
	color:#7AA84D !important;
}
@media only screen and (min-width:640px){
	.breadcrumbs p {
		padding: 10px 3rem !important;
	}
}

@media only screen and (min-width:1024px){
	.breadcrumbs p {
		padding: 10px 8rem !important;
	}
}

/*******Social Media Contain*******/
.social-media-contain {
    display: flex;
    justify-content: flex-start;
}
.social-media-contain img {
    margin-right: .75rem;
    background-color: white;
    width: 30px !important;
}
.social-media-contain a:last-child img {
    margin-right: 0;
}
.social-media-contain .instagram-icon img {
    width: 33px;
    position: relative;
    top: 1px;
}

/**********Default Containers**********/
.full-width-wrap{
	padding: 3.75rem 1rem 4rem;
	margin:0 auto;
}
.med-full-width-wrap{
	padding:3.75rem 1rem 4rem;
	margin:0 auto;
}
.sm-full-width-wrap{
	padding:3.75rem 1rem 4rem;
	margin:0 auto;
}
.xsm-full-width-wrap {
	padding:3.75rem 1rem 4rem;
	margin: 0 auto;
}	
.even-pad-wrap{
	padding-top: 4rem !important;
	padding-bottom: 4rem !important;
}

/**********Area Page**********/
.area-pg #board-disclaimer {
		padding: 1.5rem 1rem 0 !important;
	}
.area-pg .mce-content h2:first-child{
	margin-top:0 !important;
}
.area-pg header + section{
	margin-bottom:0;
}
.area-pg-cta{
	display:flex;
}
.area-pg-cta a {
    font-size: 12px !important;
    display: inline-block;
    text-align: center;
    padding: 12px 15px 12px;
    border-top: 1px solid #111;
    border-left: 1px solid #111;
    transition: all .2s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: rgba(0,0,0,.95);
    color: #fff !important;
}
.area-pg-cta a:last-child{
	border-right: 1px solid #111;
}
.area-pg-cta a:hover{
     background-color: rgba(0,0,0,.85);
}
.area-pg-cta i {
    font-size: .8rem;
    position: relative;
    bottom: 1px;
}
.area-pg .post-content-cta .full-width-wrap{
	padding-top:3.75rem;
	padding-bottom:4rem;
}
@media only screen and (max-width:730px){
	.search-cta-hide{
		display:none;
	}
}
@media only screen and (max-width:640px){
	.area-pg-cta i{
		display:none;
	}
}
@media only screen and (max-width:415px){
	.area-pg-cta a {
		font-size: 11px;
	}
}
@media only screen and (min-width:640px){
	.area-pg #board-disclaimer {
		padding: 1.5rem 3rem 0 !important;
	}
	.area-pg .post-content-cta .full-width-wrap{
		padding-top:5.75rem;
		padding-bottom:6rem;
	}
}
@media only screen and (min-width:768px){
	.area-pg #board-disclaimer {
		padding: 1.5rem 0 0 !important;
	}
}
@media only screen and (min-width: 1024px){
	.area-pg .post-content-cta .full-width-wrap{
		padding-top:7.75rem;
		padding-bottom:8rem;
	}
}

/**********Refine Search Header**********/
.area-pg .fp-header-wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 1rem 0 1rem;
    border-top: 4px solid #222;
}
.area-pg .fp-header-wrap h2 {
    margin: 0;
	padding:0;
	border-bottom:none;
}
.fp-header-contain {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
@media only screen and (max-width:767px){
	.area-pg .fp-header-contain {
		flex-flow: column;
		justify-content: flex-start;
		text-align: center;
	}
	.refine-search-link {
		margin: .75rem 0 0 0 !important;
	}
}

/**********Modified Anna Hero**********/
.modified-hero-pg #react-typeahead{
	position:absolute;
	left:0;
	bottom:0;
}
.modified-hero-pg .h-hero-image .h-full .mx-1.text-center{
	display:none;
}


/*******About Intro*******/
.home-about-wrap {
    display: grid;
    grid-template-columns: 50% calc(50% - 8rem);
    grid-column-gap: 8rem;
    padding-bottom: 6rem;
    padding-top: 6rem;
}
.email-phone-contain {
    display: flex;
    padding-top: 1.5rem;
}
.email-phone-section{
	display:flex;
}
.email-phone-contain .email-phone-section:first-child{
	padding-right:2rem;
}
.email-phone-section i{
	color:#caaa60;
}
.email-phone-section-l i {
    margin-right: 12px;
}
.home-about-l {
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.home-about-right img{
	max-width:320px;
}
@media only screen and (max-width:1400px){
	.home-about-wrap{
		grid-template-columns:50% calc(50% - 4rem);
		grid-column-gap: 4rem;
	}
}
@media only screen and (min-width:1231px) and (max-width:1310px){
	.email-phone-contain{
		flex-flow:column;
	}
	.email-phone-contain .email-phone-section:first-child{
		padding-bottom:.75rem;
	}
}
@media only screen and (max-width:1200px){
	.home-about-wrap {
		grid-template-columns: 1fr;
		grid-row-gap: 3rem;
		max-width: 960px;
	}
	.home-about-right img {
		display: block;
		position: relative;
		max-width: 300px;
		width:100%;
		margin: 0 auto;
	}
}
@media only screen and (max-width:510px){
	.email-phone-contain{
		flex-flow:column;
	}
	.email-phone-contain .email-phone-section:first-child{
		padding-bottom:.75rem;
	}
}

/**********About Call to Action**********/
.about-cta-wrap {
    display: grid;
    grid-template-columns: 360px calc(100% - 4rem - 360px);
    grid-column-gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 1;
}
.about-cta-l {
    align-items: flex-end;
    display: flex;
    flex-flow: column;
}
.about-cta-l img {
    max-width: 360px;
    padding: 10px;
}
.about-cta-l-inner {position:relative}
.about-cta-l-inner:before, 
.about-cta-l-inner>:first-child:before{
    position:absolute; content:' ';
    width:80px; height: 80px;
    border-color:#6a9143; /* or whatever colour */
    border-style:solid; /* or whatever style */
}
.about-cta-l-inner:before {top:0;left:0;border-width: 1px 0 0 1px}
.about-cta-l-inner>:first-child:before {bottom:0;right:0;border-width: 0 1px 1px 0}

.about-cta-l .hero-search-bttn {
    position: absolute;
    right: 0;
    bottom: 0;
}
.about-cta-r .learn-more {
    position: relative;
    bottom: 1px;
    left: .25rem;
}
@media only screen and (max-width:910px){
	.about-cta-wrap {
		grid-template-columns: 1fr;
		grid-row-gap:2.5rem;
	}
	.about-cta-l {
		align-items: center;
	}
}
/**********About Call to Action Social**********/
.about-social {
    display: flex;
    align-items: center;
}
.about-social .xsm-subheader {
    margin-right: .75rem;
}
.about-social img {
    padding: 5px;
    background-color: white;
    border-radius: 50px;
    width: 38px !important;
}
/**********About Call to Action Contact**********/
.about-cta-contact {
    display: flex;
    flex-flow: row wrap;
    margin-top: 1rem;
}
.about-cta-tel-contain{
	margin-right:1.5rem;
}
.about-cta-contact p{
	margin-top:0 !important;
	margin-bottom:0 !important; 
}
body .about-cta-tel, 
body .about-cta-email {
    font-size: 17px !important;
}
body .about-cta-tel i {
    margin-left: 1px;
    margin-right: 7px;
    font-size: 1rem;
}
.about-cta-contact p a {
    color: #000 !important;
    font-weight: bold;
}
.about-cta-contact p a:hover{
	color:#111 !important;
}
.about-cta-contact i {
    color: #999;
    margin-right: 6px;
	font-size:.9rem;
}
.about-cta-contact .fa-mobile-android-alt{
	position:relative;
	bottom:1px;
}
@media only screen and (max-width:724px){
	.about-cta-contact i {
		margin-right: 7px;
	}
}


/**********Buying Page**********/
.buying-pg .anna-hero-wrap ul.flex.w-9\/12.md\:w-6\/12.xl\:w-5\/12 {
    width: 100%;
	margin-top:1.5rem !important;
}
@media (max-width:624px){
	.buying-pg .h-hero-image {
		height: 30rem;
	}
	.buying-pg .anna-hero-wrap img {
		max-width: 156px;
		margin-top: 3rem;
	}
}

/**********Pre-Footer**********/
.pre-footer {
    padding: 120px 40px;
    background-image: url(https://u.realgeeks.media/julierealtor/contact-cta-bg.jpg);
    background-size: cover;
	background-position:center;
    display: flex;
    justify-content: center;
    margin-top: 0;
    width: 100%;
}
.pre-footer-wrap {
    padding: 35px 50px 50px;
    background-color: rgba(255,255,255,.95);
    text-align: center;
    border: 1px solid #fff;
}
.pre-footer-wrap h2{
	margin-top:0 !important;
	margin-bottom:0 !important;
}
.pre-footer-wrap p {
    margin-bottom: 0 !important;
    font-size: 17px;
    color: #555 !important;
}
@media only screen and (max-width:840px){
	.pre-footer{
		padding:80px 25px;
	}
}


/*******************Anna Footer - Main*******************/
footer .lg\:w-3\/12,
footer .sm\:px-9{
	width:100%;
	padding:0;
}
footer > div:first-child,
footer > div:last-child{
	display:none;
}
footer > div:nth-child(2){
	flex-flow:column;
}
footer .text-sm.text-left.mb-6{
	margin-bottom:0;
}
footer ul.w-full{
	display:none;
}
section.main-footer-contain {
    width: 100%;
}
.main-footer-wrap.full-width-wrap {
    padding-bottom: 5rem;
	padding-top:5rem;
}
.main-footer-contain h3{
	font-size:20px !important;
	color:#555 !important;
}
.main-footer-wrap p,
.main-footer-wrap a{
	font-weight:bold;
}
.main-footer-contain a{
	color:#6a9143;
}
.main-footer-contain a:hover{
	color:#1A469E;
}
.main-footer-info {
    display: flex;
    flex-flow: row wrap;
    padding-top: 2rem;
}
.main-footer-info .main-footer-info-col {
    padding-right: 5rem;
}
.main-footer-info .main-footer-info-col:last-child{
	padding-right:0;
}
.main-footer-info-col .fa-mobile-screen{
	margin-left:2px;
	margin-right:10px;
}
.main-footer-info-col i.fa-duotone.fa-envelope {
    font-size: .95rem;
    margin-left: 1px;
    margin-right: 9px;
}
.main-footer-links-social {
	padding-top:4rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.footer-social-media-contain {
    position: relative;
    bottom: 9px;
}
.main-footer-links ul.footer-menu {
    display: flex;
    flex-flow: row wrap;
}
.main-footer-links ul.footer-menu li {
    padding-right: 3.75rem;
	padding-bottom:.75rem;
	font-size: 14px;
}
.main-footer-links ul.footer-menu li:last-child{
	padding-right:0;
}
.main-footer-links ul.footer-menu li,
.main-footer-links ul.footer-menu button{
	text-transform:uppercase;
}
@media only screen and (max-width:1023px){
	.main-footer-wrap.full-width-wrap {
		padding-bottom: 4rem;
		padding-top:5rem;
	}
}

/*******************Anna Footer - Bottom*******************/
.main-footer-bttm-wrap {
    padding-top: 0 !important;
    padding-bottom: 4rem !important;
}
.main-footer-bttm-inner {
    padding-top: 2.5rem !important;
    padding-bottom: 0rem !important;
    border-top: 1px solid #e0e0e0;
    display: grid;
    grid-template-columns: 65% calc(35% - 2rem);
    grid-column-gap: 2rem;
}
.main-footer-bttm-l{
	display:flex;
}
.main-footer-bttm-l p{
	display:flex;
	flex-flow:row wrap;
}
.main-footer-bttm-l img {
    width: 60px;
    height: 24px !important;
    margin-left: 1rem;
}
.main-footer-bttm-r{
	text-align:right;
}
.main-footer-contain + div{
	display:none;
}

/*******************Anna Footer - Responsive*******************/
@media only screen and (max-width:1300px){
	.main-footer-links-social {
		display: grid;
		grid-template-columns: 1fr;
		grid-row-gap: 2rem;
	}
}
@media only screen and (max-width:895px){
	.main-footer-bttm-inner {
		grid-template-columns: 1fr;
		grid-row-gap: .5rem;
	}
	.main-footer-bttm-r {
		text-align: left;
	}
}
@media only screen and (max-width:740px){
	.main-footer-bttm-l{
		display:grid;
		grid-row-gap:.25rem;
	}
	.main-footer-bttm-l img {
		margin-left: 0;
	}
}
@media only screen and (max-width:590px){
	.main-footer-links-social {
		padding-top: 3rem;
	}
	.main-footer-links ul.footer-menu {
		flex-flow: column;
	}
	.main-footer-info {
		display: grid;
		padding-top: 2rem;
		grid-row-gap: 2rem;
	}
	.main-footer-info .main-footer-info-col {
		padding-right: 0;
	}
	.main-footer-bttm-inner {
		grid-template-columns: 1fr;
		grid-row-gap: .75rem;
	}
}

/*******************Miranda Footer*******************/
.main-footer{
	padding:0 !important;
	background:#fff !important;
}
.main-footer .footer-menu li{
	width: auto !important;
}
.main-footer .row,
.main-footer .footer-section{
	padding:0;
	float:none;
	max-width:100%;
	width:100%;
}
.main-footer p{
	color:#555 !important;
}
.main-footer a{
	color:#6a9143 !important;
	text-decoration:none !important;
}
.main-footer a:hover{
	color:#7AA84D !important;
}

/**********Testimonial Blockquote**********/
.testimonial-blockquote-contain {
    background-image: url(https://u.realgeeks.media/julierealtor/marble-bg.jpg);
	background-size:cover;
}
.testimonial-blockquote-contain .testimonial-blockquote{
	margin-bottom:0 !important;
}

/* testimonial-blockquote main style */
.testimonial-blockquote {
    position: relative;
    padding: 4rem 0;
    width: 100%;
    max-width: 100%;
    z-index: 1;
    margin: 2rem auto 0;
    align-self: center;
    border-top: solid 1px #e0e0e0;
    border-bottom: solid 1px #e0e0e0;
}
.dark-section .testimonial-blockquote {
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
}
.testimonial-blockquote .google-badge {
    position: absolute;
    top: -36px;
    left: 2.5rem;
    max-width: 180px;
    border-radius: 10px;
}

/* testimonial-blockquote header */
.testimonial-blockquote h2 {
    position: relative;
    line-height: 1;
    margin: 0 !important;
}

/* testimonial-blockquote right double quotes */
.testimonial-blockquote .test-stars {
    position: absolute;
    bottom: -16px;
    right: 30px;
    display: flex;
}
.testimonial-blockquote .test-stars img {
    margin-right: .15rem;
    width: 35px;
}
.testimonial-blockquote .test-stars img:last-child{
	margin-right:0;
}
/* testimonial-blockquote subheader */
.testimonial-blockquote p {
    position: relative;
    line-height: 1;
    margin: 0;
    padding-top: 20px;
    z-index: 1;
}

/* testimonial-blockquote navigation */
.test-nav {
    position: absolute;
    padding-top: 1rem;
}
.test-nav i {
    margin: 0 !important;
    color: #fff;
}
.test-nav-prev{
	display:inline-block;
	padding-right:1rem;
}

/*******************Custom Hero Page**********************/
.custom-hero-pg .h-hero-image {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-flow: column;
}
.custom-hero-wrap {
    width: 100% !important;
}
.custom-hero-pg .h-hero-image .custom-hero-wrap .h-full .mx-1{
	text-align:left;
	margin:0;
	width:100%;
}
.custom-hero-pg .h-hero-image .custom-hero-wrap .h-full .mx-1 .xl-header{
	margin-bottom:0 !important;
}
.custom-hero-tagline {
    font-size: 16px;
    margin-top: 1rem !important;
    font-weight: normal;
    max-width: 400px;
    line-height: 1.75;
    font-family: 'Lato', sans-serif;
}
.custom-hero-bttn {
    line-height: 24px;
	font-family:'Lato', sans-serif;
}

/**********All Popup Forms**********/
.miranda-lb .lb-content {
    background: #f9f9f9 !important;
    border: 1px solid #e5e5e5 !important;
    border-bottom: 1px solid #e5e5e5 !important;
    box-shadow: 0 1px rgb(0 0 0 / 3%) !important;
    margin: 5px auto 15px !important;
    padding: 18px 20px 21px !important;
}
.miranda-lb h2{
    color: #353531 !important;
}
.miranda-lb>h2 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 15px !important;
}
.miranda-lb .rightColumn h2{
	margin-top:20px !important;
	font-size:20px !important
}
.miranda-lb .lb-content p.contact-us-description {
    font-size: 16px;
    line-height: 1.7;
}
.rg-modal-signup .alternative {
    margin-left: 0 !important;
}
.miranda-lb .lb-content form .columns {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.miranda-lb .lb-content label {
    font-size: 14px !important;
    font-family: 'Lato';
}
.miranda-lb input[type="text"], .miranda-lb input[type="password"], .miranda-lb input[type="date"], .miranda-lb input[type="datetime"], .miranda-lb input[type="datetime-local"], .miranda-lb input[type="month"], .miranda-lb input[type="week"], .miranda-lb input[type="email"], .miranda-lb input[type="number"], .miranda-lb input[type="search"], .miranda-lb input[type="tel"], .miranda-lb input[type="time"], .miranda-lb input[type="url"], .miranda-lb input[type="color"], .miranda-lb textarea {
    font-size: .95rem !important;
	border-color:#d3d3d3 !important;
}
.miranda-lb .contact .long-label {
		width: 100% !important;
	}
.miranda-lb .firstName, .miranda-lb .lastName{
	padding-right:0 !important;
}
.miranda-lb .lb-content input[type="submit"] {
    background: #6a9143 !important;
    border: 1px solid #7AA84D !important;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 15px;
    font-weight: bold;
    margin-top: .75rem !important;
    margin-bottom: 0 !important;
    padding: 8px 12px 7px;
	font-family:'Lato', sans-serif !important;
}
.miranda-lb .lb-content input[type="submit"]:hover, 
.miranda-lb .lb-content input[type="submit"]:hover i {
    color: #fff !important;
    background: #7AA84D !important;
	border:1px solid #6a9143 !important;
}
a.hitarea {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .5px;
    text-decoration: underline;
}
.miranda-lb .contact label.long-label,
.miranda-lb label.show-for-medium-up{
    margin-bottom: 4px !important;
}
.rg-modal .required div {
	position:relative;
	left:2px;
}
.fineprint-top, .fineprint-bottom {
    line-height: 1.9 !important;
}
.miranda-lb .return-user h3,
.miranda-lb .return-user h2{
	font-size:16px !important;
}
@media (min-width:577px){
	.small-12.columns.return-user {
		padding-bottom: 16px;
	}
	.miranda-lb .contact label {
		width: 25% !important;
	}
}
@media (max-width:760px){
	.miranda-lb .leftColumn{
		display: flex;
		flex-flow: column;
		align-items: center;
		width: 100%;
	}
	.miranda-lb .rightColumn{
		display: none;
	}
	.rg-modal-signup iframe {
		margin: 0 !important;
	}
	form.contact-us.signup-box {
		width: 100%;
		padding-bottom: 1rem;
	}
	.miranda-lb .lb-content input[type="submit"]{
		padding: 11px;
	}
	.rg-modal-signup .miranda-lb .lb-content {
		padding: 20px 20px 8px !important;
	}
}
@media (max-width:700px){
	.miranda-lb .contact label {
		width: 22% !important;
	}
}
@media (max-width:576px){
	.rg-modal-signup .miranda-lb .lb-content {
		margin: 20px auto 20px !important;
	}
	.miranda-lb .return-user {
		padding-bottom: 0 !important;
	}
	.row.lb-content.collapse{ 
		padding: 20px 30px 25px !important;
	}
	.miranda-lb .return-user h3 {
    	font-size: 15px !important;
	}
	a.hitarea {
		font-size: 13px !important;
	}
}
@media only screen and (max-width: 36em){
	.rag-modal {
		padding: 0 0 0 0 !important;
	}
}

/**********Popup Registration Form**********/
.rg-modal-signup .miranda-lb .show-for-medium-up {
    padding-top: 0rem !important;
}
.rg-modal-signup .miranda-lb .show-for-medium-up + .lb-content{
	display:grid;
}
.rg-modal-signup .miranda-lb .show-for-medium-up + .lb-content p:first-child {
    grid-row: 1;
    padding-bottom: 1.5rem;
    margin-bottom: 1.75rem;
    border-bottom: 1px solid #e0e0e0;
	font-size:16px !important;
}
.rg-modal-signup .miranda-lb .fineprint-top {
    grid-row: 4;
    margin: 0;
	color: #999;
}
.rg-modal-signup .miranda-lb .fineprint-top a{
	color:#888;
}
div#modal-container {
    z-index: 9999;
    position: relative;
}
.rg-modal-signup .miranda-lb {
    padding: 15px 15px 0;
    background-color: #ffffff;
    margin-bottom: 0;
    border-bottom: 10px solid #6a9143;
    z-index: 9999;
}
.rg-modal-signup .miranda-lb .lb-content {
    background: #fff !important;
    border: 1px solid #e5e5e5 !important;
    border-bottom: 1px solid #e5e5e5 !important;
    box-shadow: 0 1px rgb(0 0 0 / 3%) !important;
    margin: 5px auto 15px !important;
   	padding: 25px 50px 30px !important;
}
.rg-modal-signup .miranda-lb .leftColumn {
    padding-top: 0;
    text-align: center;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    float: none;
}
.rg-modal-signup iframe {
    margin:0;
}
.rg-modal-signup .alternative {
    margin-top: 0;
}
.rg-modal-signup .rightColumn {
    display:none;
}
.miranda-lb .lb-content ul li {
    font-size: 15px !important;
}
.rg-modal-signup .miranda-lb .lb-content input[type="text"],
.rg-modal-signup .miranda-lb .lb-content input[type="tel"]{
    height: 58px !important;
}
@media (max-width:760px){
	.miranda-lb .lb-content {
		padding: 20px 20px 26px !important;
	}
}
@media (max-width:576px){
	.rg-modal-signup .firstName, 
	.rg-modal-signup .lastName {
		padding-left: 0 !important;
		width:100%;
	}
	.miranda-lb .lb-content input[type="submit"] {
		width: 100% !important;
	}
	.rg-modal-signup .lb-content input[type="submit"] {
		margin-top: 0 !important;
	}
}
@media (max-width:591px){
	.rg-modal-signup .miranda-lb {
		padding: 15px 15px 5px;
	}
	.rg-modal-signup .small-12.columns.return-user{
		padding:1rem 0 0;
	}
}
@media only screen and (max-width: 36em){
	.rg-modal-signup .miranda-lb{
		width: 100%;
	}
}
@media only screen and (max-width: 450px){
	.rg-modal-signup .miranda-lb .lb-content {
		padding: 21px 50px 17px !important;
	}
	.rg-modal-signup .small-12.columns.return-user {
		display: flex;
		flex-flow: column;
	}
}

/**********Popup Sign In Form**********/
.user-popup .popup-footer {
    padding-top: 0 !important;}
.user-popup button.sign-out {
    margin-top: 16px !important;
}

/**********Popup Save Search**********/
.rg-modal-savesearch .row.lb-content.collapse {
    padding: 20px 30px 20px !important;
}
.rg-modal-savesearch .row.lb-content.collapse input[type="submit"] {
    margin-top: 0 !important;
}

/**********Popup Contact Form**********/
.rg-modal-contact .miranda-lb .lb-content input[type="submit"] {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.rg-modal-contact .miranda-lb{
	margin-bottom:15px;
}
.rg-modal-contact .fineprint-top {
    margin-bottom: 1rem !important;
    line-height: 1.95;
}
.rg-modal-contact .miranda-lb .lb-content form .columns {
    padding-right: 0 !important;
	padding-left:0 !important;
}
.rg-modal-contact .comments {
    width: 100% !important;
    text-align: left;
	padding: 15px;
	margin-top: 0;
}
.rg-modal-contact .row iframe{
	margin-bottom:1rem;
}
.rg-modal-contact .row:nth-child(6){
	margin-bottom:1rem !important;
}
.rg-modal-contact .row:last-child{
	margin-bottom:0 !important;
}

/**********Popup Already Have an Account Form**********/
.rg-modal-signin .lb-content p {
    margin-bottom: 15px;
}
@media (max-width:576px){
	.rg-modal-signin .rag-modal-window {
		padding: 1rem 0;
	}
}

/**********Popup Edit Profile**********/
nav.top-nav .user-popup .inner .button-row button:focus,
nav.top-nav .user-popup .inner .button-row button:active{
	color:#444 !important;
}

/**********User Profile**********/
.row.search-results.user-backend a.new-search{
	margin-right:10px;
}

/**********Anna Popups**********/
.rag-modal-window .rightColumn.required {
    padding-top: .5rem;
}
@media screen and (min-width: 768px){
	.rag-modal-window {
		max-width: 60ch;
	}
}

/**********Post Content Call to Action**********/
section.post-content-cta {
    background-color: #DEE8F8;
}
section.post-content-cta h2{
	color:#222 !important;
}
section.post-content-cta p{
	color:#444 !important;
}
.post-content-cta-l .lg-txt{
	margin-bottom:16px;
}
.post-content-cta-contain{
	display:grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap:5rem;
	grid-row-gap:6rem;
}
.post-content-cta-l {
    padding-left: 8rem;
    border-left: 10px solid #6a9143;
    margin-left: -8rem;
    position: relative;
}
.post-content-cta-r {
    position: relative;
	justify-content: center;
    display: flex;
}
.post-content-cta-r img {
    max-width: 300px;
    position: absolute;
    bottom: -8rem;
	z-index:1;
}
.post-content-agent-circle {
    position: absolute;
    width: 88%;
	min-width:520px;
    bottom:-8rem;
}
.post-content-l-circle {
    position: absolute;
    width: 20%;
    bottom: 0;
}
.contact-call-cta{
	display:flex;
	flex-flow:row wrap;
	align-items:center;
}
.contact-call-cta .bttn{
	margin-right:.75rem;
}
.contact-call-cta strong {
    font-size: 30px;
}
.or-call {
    display: flex;
    align-items: center;
    line-height: 1.75;
}
@media only screen and (max-width:1265px){
	.post-content-agent-circle {
		width: 125%;
	}
}
@media only screen and (max-width:1023px){
	.post-content-cta-l {
		padding-left: 3rem;
		margin-left: -3rem;
	}
	.post-content-agent-circle,
	.post-content-cta-r img{
		bottom:-6rem;
	}
}
@media only screen and (max-width:845px){
	.post-content-agent-circle {
		width: 85%;
	}
}
@media only screen and (max-width:800px){
	.post-content-cta-contain {
		grid-template-columns: 100%;
	}
	.post-content-cta-r img {
		position: relative;
		margin-top: -10rem !important;
		max-width: 220px;
	}
}
@media only screen and (max-width:639px){
	.post-content-cta-contain {
		grid-row-gap: 7.5rem;
	}
	.post-content-cta-l {
		padding-left: 1rem;
		margin-left: -1rem;
		border-left: none;
	}
	.post-content-agent-circle,
	.post-content-cta-r img{
		bottom:-4rem;
	}
}
@media only screen and (max-width:485px){
	.post-content-cta-l .sm-subheader:after{
		display: none
	} 
}

/*******About Contact Section*******/
section.about-contact-section {
    width: 100%;
    clear: both;
}
.about-contact-l {
    width: 41.666667%;
    float: left;
    position: relative;
}
.about-contact-parallax{
	top: 0;
    right: 54.9%;
    bottom: 0;
	position: absolute;
    background: url(https://u.realgeeks.media/julierealtor/about-bttm-left-bg.jpg) fixed top center/cover no-repeat;
	left: calc( (90.625% - 100vw) / 2 ); 
    left: -2000px;
}
.about-contact-l-inner{
    padding-left: 4rem;
    padding-bottom: 4rem;
    background: #fff;
    position: relative;
    margin-bottom: 65px;
}
.about-contact-tel .agent-tel i {
    margin-left: 2px;
    margin-right: 8px;
}
.about-contact-email i {
    margin-right: 8px;
}
.about-contact-long {
    background: #fff;
    margin-right: -291px;
    z-index: 1;
    position: relative;
    padding: 4rem 4rem 4rem 0;
}
.about-contact-m-img{
	display:none;
}
.agent-contact-r{
	width: 58.33333333%;
	float: left;
}
.agent-contact-r-wrap{
    margin-left: -28px;
    margin-right: 0;
    max-width: 910px;
    position: relative;
    padding: 0 0 74px;
}
.agent-contact-r-wrap:before {
    content: '';
    position: absolute;
    left: 25%;
    right: -1000px;
    bottom: 0;
    height: 74px;
    background: #debf89;
}

/*******Agent Breadcrumbs*******/
section.agent-breadcrumbs {
    width: 2000px;
    padding-left: 4rem;
    position: absolute;
    left: 0;
    z-index: 1;
    top: -40px;
    height: 40px;
    display: flex;
    align-items: center;
    background-color: rgba(255,255,255, .85);
}
section.agent-breadcrumbs p{
	margin:0;
}
.agent-breadcrumbs-mobile{
	display:none;
	position:absolute;
	bottom:0;
	left:0;
}
.agent-breadcrumbs-inner{
	display:flex;
	align-items:center;
	height:100%;
}

/*******Agent Section*******/
.standard-section {
    max-width: 1550px;
    margin: 0 auto;
}
.agent-img {
    margin-top: -40px !important;
    width: 46.1%;
    float: left;
    position: relative;
    padding: 0 0 80px;
}
.agent-img img {
	position:relative;
	display: block;
    width: 100%;
}
.agent-img:before {
    content: '';
    position: absolute;
    left: -1000px;
    bottom: 0;
    right: 20%;
    height: 133px;
    background: #debf89;
}
.agent-about-txt {
    top: auto;
    width: 53.9%;
    float: left;
    position: relative;
}
.agent-about-txt-inner {
    position: relative;
    background: #fff;
    padding: 4rem;
}
.parallax-r {
    right: -1000px;
    left: 88.6%;
    top: 240px;
    bottom: 0;
}
.parallax-instance-a {
    position: absolute;
    background: url(https://u.realgeeks.media/julierealtor/aerial-bg-graphic.jpg) fixed top center/cover no-repeat;
}
.parallax-instance-a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #1c4480;
    opacity: .8;
}

/*******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 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: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 4rem 3em;
	}
}
@media only screen and (max-width:900px){
	.agent-img {
		margin-top: 4rem !important;
		width: 100%;
		float: none;
		position: relative;
		padding: 0 0 80px;
	}
	.agent-img img{
		max-width:360px;
		margin:0 auto;
	}
	.agent-about-txt {
		width: 100%;
		float: none;
	}
	.agent-breadcrumbs{
		display:none !important;
	}
	.agent-breadcrumbs-mobile {
		display: block !important;
		bottom: 0 !important;
		top: auto !important;
		left: 0 !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;
	}
}
@media only screen and (max-width:520px){
	.agent-about-txt-inner {
		padding: 4rem 1rem 4rem 1em;
	}
	.agent-breadcrumbs-mobile{
		padding-left:2rem !important;
	}
	.about-contact-l-inner{
		padding-left:1rem;
		padding-right:1rem;
	}
}

/*******Sideline Graphic*******/
.sideline-graphic{
    position: absolute;
    z-index: 1;
	background: rgba(131,41,32,.29);
	width: 1000px;
    height: 1px;
}
.agent-about-txt-r .sideline-graphic {
    left: 100%;
    top: 67%;
    margin-left: 39px;
}

/*******Simple Image Header*******/
.simple-image-header{
	height:24rem;
	background-size:cover;
}

/**********Responsive Text Styles**********/
@media only screen and (max-width:736px){
	.xl-header {
		font-size: 34px !important;
		line-height: 1.2 !important;
	}
	h1,
	.lg-header{
		font-size:27px !important;
		line-height:1.15 !important;
	}
	h2{
		font-size:22px !important;
	}
	h3{
		font-size:19px !important;
	}
	h4{
		font-size:17px !important;
	}
	.lg-txt{
		font-size:19px !important;
	}
	.med-txt {
		font-size: 18px !important;
		line-height: 1.6 !important;
	}
	.md-subheader {
		font-size: 14px !important;
	}
	.sm-subheader {
		font-size: 13px !important;
	}
	body .lined-overheader {
		font-size: 12px !important;
	}
	.mce-content p, 
	#listings .fp-p, 
	footer p, 
	.body-content p {
		font-size: 16px;
		line-height: 1.7 !important;
	}
	.mce-content ul li {
		font-size: 17px !important;
	}
}
@media only screen and (max-width:520px){
	h1,
	.xl-header,
	.lg-header{
		font-size: 26px !important;
		line-height: 1.15 !important;
	}
	.mce-content p,
	#listings .fp-p,
	footer p,
	.body-content p{
		font-size: 15px;
		line-height: 1.75 !important;
	}
}

/*******************Anna Responsive**********************/
@media (max-width: 639px){
	#listings{
		padding-left: 0;
		padding-right: 0;
	}
}
@media (min-width: 640px){
	.full-width-wrap,
	.med-full-width-wrap,
	.sm-full-width-wrap,
	.xsm-full-width-wrap{
		padding: 5.75rem 3rem 6rem;
	}
	.even-pad-wrap{
		padding-top: 6rem !important;
		padding-bottom: 6rem !important;
	}
}
@media (min-width: 1024px){
	.full-width-wrap{
		padding: 7.75rem 8rem 8rem;
		margin:0 auto;
	}
	.med-full-width-wrap {
		padding: 7.75rem 8rem 8rem;
		margin: 0 auto;
		max-width: 1360px;
	}
	.sm-full-width-wrap{
		padding:7.75rem 8rem 8rem;
		margin:0 auto;
		max-width:1120px;
	}
	.xsm-full-width-wrap {
		padding: 7.75rem 8rem 8rem;
		margin: 0 auto;
		max-width: 920px;
	}
	.even-pad-wrap{
		padding-top: 8rem !important;
		padding-bottom: 8rem !important;
	}
}