/**********Universtal Styles**********/
html{
  scroll-behavior: smooth;
}

/**********Misc**********/
.inline-b{
	display:inline-block !important;
}
.no-bttm-border,
.no-border{
	border-bottom: none !important;
}

/**********Flex**********/
.center-col{
	display:flex;
	flex-flow:column;
	align-items: center;
	justify-content: center;
}

/**********Absolute Link**********/
a.anchor-link {
    position: relative;
    bottom: 90px;
}
.absolute-link {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

/**********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{
	font-family: miller-display, 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;
    color: #362e2d;
}
.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.2;
}
#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;
}
#content h3 {
    font-size: 24px !important;
    line-height: 1.4 !important;
}
#content h4 {
	font-size:19px !important;
	line-height:1.4 !important;
}
body h5 {
    font-size: 16px;
}

/**********Sidebar Text**********/
body aside h2,
body #content .sidebar-comms h2{
	font-size:20px !important;
}
body #content .sidebar-comms h2{
    border-color: #e0e0e0;
    border-bottom-width: 1px;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
}

/**********Ornamental Headers**********/
body .top-line-header{
	margin-top:2rem !important;
	margin-bottom:2rem !important;
}
.top-line-header:before {
    display: block;
    content: "";
    width: 50px;
    background: #8aa351;
    height: 4px;
    margin-bottom: 1.25rem;
}
.left-line-title span{
	position:relative;
}
.left-line-title > span:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
    background: #ccc;
    width: 50px;
    height: 3px;
    z-index: 1;
}
.underline-header:after {
 	display: block;
    content: "";
    width: 50px;
    background: #ccc;
    height: 1px;
    margin:1.5rem auto;
}
.left-underline:after,
.l-underline-header:after {
    display: block;
    content: "";
    width: 50px;
    background: #ccc;
    height: 1px;
    margin: 1.5rem 0;
}
.l-underline-header-blue:after {
    background: #8aa351;
}

/**********Text**********/
body p{
	font-family:'Lato', sans-serif !important;
}
body .mce-content p,
body.body-content p,
body .st-p,
.area-pg-cta-contact p{
    font-size: 16px;
    line-height: 1.7;
	color:#444;
	margin-bottom:1rem;
}
body .xl-txt {
    font-size: 20px !important;
    line-height: 1.9 !important;
}
body .lg-txt {
    font-size: 19px !important;
    line-height: 1.7 !important;
}
body .med-txt {
    font-size: 17px !important;
    line-height: 1.6 !important;
}
body .sm-txt {
    font-size: 15px !important;
    line-height: 1.65 !important;
}
body .tiny-txt {
    font-size: 13px !important;
}
body .xtiny-txt {
    font-size: 12px !important;
}
body .uc {
    text-transform: uppercase;
    letter-spacing: .05rem;
}
.center{
	text-align:center !important;
}
.txt-left{
	text-align:left !important;
}
body .lg-subheader {
    font-size: 17px !important;
    text-transform: uppercase;
    letter-spacing: .35rem;
    color: #999 !important;
    font-weight: 300;
}
body .md-subheader {
    font-size: 15px !important;
    text-transform: uppercase;
    letter-spacing: .2rem;
    color: #999 !important;
    font-weight: 300;
}

/**********Subheaders**********/
body .sm-subheader, 
body #content .sm-subheader {
    font-size: 15px !important;
    text-transform: uppercase;
    letter-spacing: .05rem !important;
    color: #777;
}

/**********Dropcaps**********/
.has-dropcap:first-letter {
  float: left;
  font-size: 6rem;
  line-height: 0.55;
  margin: 0.1em 0.1em 0.2em 0;
  color:#332b2a;
  font-family: miller-display, serif !important;
}
.has-dropcap-light:first-letter {
  color:#8aa351;
}
@media only screen and (max-width:736px){
	.has-dropcap:first-letter {
	  font-size: 4.5rem;
	}
}

/**********Highlight Text**********/
.highlight-txt {
    padding: .5rem 1rem;
    background-color: #f0f0f0;
    color: black !important;
    display: inline-block;
}
.dark-highlight-txt {
    padding: .5rem 1rem;
    background-color: #332b2a;
    color: white !important;
    display: inline-block;
}

/**********Text Shadows**********/
.text-shadow,
.text-shadow span{
    text-shadow: 0 0 .5rem rgba(0,0,0,.7) !important;
}
.text-shadow-white{
    text-shadow: 0 0 .5rem #fff !important;
}

/**********Lists**********/
body .white-list li{
	color:white !important;
}

/**********Icon List**********/
.icon-list li {
    list-style-type: none !important;
    position: relative;
    padding-left: 38px !important;
    margin-top: 1rem !important;
    line-height: 1.75 !important;
}
.icon-list li i {
    position: absolute;
    left: 15px;
    top: 5px;
    margin-right: 0px !important;
    color: #8aa351;
    font-size: 1.1rem;
}
.header-icon-list li i {
    top: 8px;
}

/**********Colors**********/
body .white{
	color:#fff !important;
}
body .light-grey{
	color:#777 !important;
}
body .xlight-grey{
	color:#ccc !important;
}
body .blue,
body .brown{
	color:#362e2d !important;
}
body .light-blue,
body .green{
	color:#8aa351 !important;
}

/**********Backgrounds**********/
.dark-bg{
	background-color:black !important;
}
.light-bg{
	background-color:#f9f9f9 !important;
}

/**********Link Styles**********/
.mce-content p a,
.mce-content a,
body .st-link,
#sign-up-section a{
    color: #8aa351;
	transition:all .2s ease-in-out;
}
.mce-content p a:hover,
.mce-content a:hover,
body .st-link:hover,
#sign-up-section a:hover {
    color: #96af5b;
}
.icon-link i{
	font-size:.9rem;
	padding-right:.35rem;
}
.white-link{
	color: #fff !important;
	transition: all .2s ease-in-out;
}
.white-link:hover{
	color: #ccc !important;
}
.light-link{
	color: #8aa351 !important;
	transition: all .2s ease-in-out;
}
.light-link:hover{
	color: #0280e8 !important;
}
.white-link:hover{
	color: #ccc !important;
}
.post-icon-link i{
	margin-left:.25rem;
}
.underline-link{
	text-decoration: underline !important;
}

/**********Buttons**********/
body .button{
    font-size: 15px;
    display: inline-block;
    text-align: center;
    padding: 1.15rem 1.95rem;
    text-transform: uppercase;
    letter-spacing: .05rem;
    background: #332b2a;
    border: 4px solid #332b2a;
    transition: all .2s ease-in-out !important;
    color: white !important;
	z-index: 1;
}
body .bttn,
.verify-form button,
.miranda-lb input[type=submit],
.rg-modal-scheduletour .button,
.thank-you .button{
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: .05rem;
    border: 1px solid transparent;
    border-image-slice: 1 !important;
    border-image: linear-gradient(90deg, #ccc, #999,#e0e0e0, #ccc,#999, #888, #ccc);
    transition: all .2s ease-in-out !important;
    color: white;
	position: relative;
	z-index: 1;
	width: 200px;
    height: 70px;
	border-radius: 0 !important;
}
/**    
keep border from disappearing
**/
.bttn:before,
.miranda-lb input[type=submit],
.rg-modal-scheduletour .button:before,
.thank-you .button:before{
	opacity:1 !important;
	z-index: 0;
}
body .bttn:hover,
.verify-form button:hover,
.miranda-lb input[type=submit]:hover,
.rg-modal-scheduletour .button:hover,
.thank-you .button:hover{
	border: 4px solid transparent;
    border-image: linear-gradient(90deg, #ccc, #999,#e0e0e0, #ccc,#999, #888, #ccc);
	color:#777;
}
body .dark-bg-bttn:hover{
	color: white !important;
}
body .bttn:hover:before{
	opacity:0 !important;
}
body .button:hover, 
body .button:focus, 
body .button:active,
.miranda-lb input[type=submit]{
	color:#fff !important;
	background:#00437A !important;
} 
body .white-bttn{
	background-color:#fff !important;
	border:4px solid #fff !important;
	color:#444 !important;
}
body .white-bttn:hover{
	background-color:#fff !important;
	border:4px solid #fff !important;
	color:#444 !important;
}
.icon-bttn i {
    font-size: .9rem;
    margin-right: .65rem;
}
.icon-bttn-append i{
	font-size:.9rem;
	margin-left:.65rem;
	position: relative;
	transition:all .2s ease-in-out;
}
.icon-bttn-append:hover i{
	transform: translateX(3px);
}
body .sm-bttn {
    font-size: 12px !important;
    color: white !important;
    text-transform: uppercase;
    letter-spacing: .05rem;
    border: 1px solid transparent;
    border-image-slice: 1 !important;
    border-image: linear-gradient(90deg, #ccc, #999,#e0e0e0, #ccc,#999, #888, #ccc);
    transition: 0.3s;
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 160px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
body .sm-bttn i{
	font-size:.8rem !important;
}
body .sm-bttn span{
	z-index:1;
	position:relative;
}
body .sm-bttn:before {
    content: '';
    background: url(https://u.realgeeks.media/westchestertownhouses/bttn-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    z-index: -1 !important;
	opacity: 1 !important;
}
body .sm-bttn:hover {
	color:#332b2a !important;
	border: 4px solid transparent;
    border-image: linear-gradient(90deg, #ccc, #999,#e0e0e0, #ccc,#999, #888, #ccc);
}
body .sm-bttn-dark-bg:hover,
.thank-you .button:hover{
	color:white !important;
}
body .sm-bttn:hover:before{
	opacity:0 !important;
}
body .outline-bttn, 
body .sm-outline-bttn {
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 0;
    transition: all .2s ease-in-out !important;
    text-transform: uppercase;
    letter-spacing: .05rem;
    color: #777 !important;
    transition: 0.3s;
    position: relative;
    z-index: 1;
    width: 220px;
    height: 70px;
	border: 1px solid transparent;
	border-image-slice: 1 !important;
    border-image: linear-gradient(90deg, #ccc, #999,#e0e0e0, #ccc,#999, #888, #ccc);
}
body .outline-bttn:hover{
	color:white !important;
	border: 4px solid transparent;
	border-image: linear-gradient(90deg, #ccc, #999,#e0e0e0, #ccc,#999, #888, #ccc);
}
body .white-outline-bttn,
body .agent-contact-bttn .outline-bttn{
	color:white !important;
}
body .hero-outline-bttn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 15px !important;
    color: #fff !important;
    text-transform: uppercase;
    padding: 20px 30px;
    letter-spacing: .1rem;
	transition: opacity .2s ease-in-out !important;
}
.hero-outline-bttn-contain{
	border: 4px solid transparent;
    border-image-slice: 1 !important;
    border-image: linear-gradient(90deg, #ccc, #999,#e0e0e0, #ccc,#999, #888, #ccc);
}
body .hero-outline-bttn span,
body .outline-bttn span{	
	position:relative;
	z-index:1;
}
.hero-outline-bttn i,
.outline-bttn i{
	z-index:1;
	position: relative;
}
body .hero-outline-bttn:hover{
	color: white !important;
} 
body .hero-outline-bttn:before,
body .outline-bttn:before,
body .bttn:before,
body .sm-bttn:before,
.verify-form button:before,
.rg-modal-scheduletour .button:before,
.thank-you .button:before{
	position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(https://u.realgeeks.media/westchestertownhouses/bttn-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
	z-index:-1 !important;
}
.hero-outline-bttn:hover:before,
.outline-bttn:hover:before{
	opacity: 1;
}
.text-shadow-bttn{
	text-shadow: 1px 1px 3px rgba(0,0,0,.15);
}
body .dark-bg-bttn{
	color:white !important;
}
body .dark-bg-bttn:hover,
.rg-modal-scheduletour .button:hover{
	color:white !important;
}
body .dark-bg-section .outline-bttn,
body .dark-bg-section .bttn{
	color:white !important;
}
.verify-form button {
    background-image: none !important;
    text-shadow: none !important;
	border: 1px solid #ccc !important;
	border-radius:0 !important;
}
.verify-form button:hover{
	border: 4px solid #ccc !important;
	color:white !important;
}

/**********Buttons Responsive**********/
@media only screen and (max-width:480px){
	.fa-nav-contain a{
		width:160px;
	}
}

/*******Popup Form Buttons*******/
body .miranda-lb .lb-content input[type="submit"] {
    border-radius: 0 !important;
    width: 170px !important;
    padding: 0 !important;
    height: 60px;
	background-color:rgba(0,0,0,0) !important;
	background-image: url(https://u.realgeeks.media/westchestertownhouses/bttn-bg.jpg) !important;
	background-size: cover;
}
body .miranda-lb .lb-content input[type="submit"]:hover {
	background-image: url(https://u.realgeeks.media/westchestertownhouses/bttn-bg.jpg) !important;
	background-size: cover !important;
}
.rg-modal-scheduletour .button {
    border-radius: 0 !important;
    border-image: linear-gradient(90deg, #ccc, #999,#e0e0e0, #ccc,#999, #888, #ccc) !important;
    padding: 0 !important;
    height: 50px;
    display: flex !important;
    border: 1px solid #ccc !important;
    background: rgba(0,0,0,0) !important;
}
.rg-modal-scheduletour .button:hover{
	border: 4px solid transparent !important;
    border-image: linear-gradient(90deg, #ccc, #999,#e0e0e0, #ccc,#999, #888, #ccc) !important;
	border-image-slice: 1 !important;
}
body .thank-you .button{
	border-radius: 0 !important;
	height:110px !important;
	background:rgba(0,0,0,0) !important;
	border-image: linear-gradient(90deg, #ccc, #999,#e0e0e0, #ccc,#999, #888, #ccc);
}


/**********Blue Gradient Button**********/
.hero-search-submit input[type="submit"],
#sign-up-modal button {
    text-shadow: 0 2px 0 rgba(0,0,0,0) !important;
    background: linear-gradient(#332b2a, #002D52) top/200% no-repeat !important;
    border: 1px solid #332b2a !important;
}

/*******Text Contact Link*******/
.txt-contact-link {
    padding: 0 !important;
    background-color: rgba(0,0,0,0);
    transition: color .2s ease;
    font-size: 16px !important;
}
.txt-contact-link:hover{
	background-color:rgba(0,0,0,0) !important;
	border:none !important;
	color:#222 !important;
}
.txt-contact-link-white{
    color: #ccc !important;
}
.txt-contact-link-white:hover{
	color:#fff !important;
}

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

/**********Borders**********/
.silver-border{
	border: 4px solid transparent;
    border-image-slice: 1 !important;
    border-image: linear-gradient(90deg, #ccc, #999,#e0e0e0, #ccc,#999, #888, #ccc);
}
.area-pg-cta-contact,
.silver-border-top,
.home-pg #listings,
.agent-pg #listings{
	border-top: 2px solid;
    border-image-slice: 1 !important;
    border-image: linear-gradient( 90deg, #ccc 0%, #999 22%, #e0e0e0 50%, #999 77%, #ccc 100%);
}

/**********Margins**********/
.st-header-margin{
	margin-top:1.6rem !important;
	margin-bottom:1rem !important;
}
.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-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**********/
.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;
}

/**********Logo**********/
body #nav-logo {
    height: 82%;
    padding-right: 4rem;
}
header.transparent #nav-logo img{
    content:url(https://u.realgeeks.media/westchestertownhouses/palmiere-pizzuti-simple-logo.png) !important;
}
.special-nav-pg header.nav-float #nav-logo img {
    transition: all .2s ease-in-out;
    content: url(https://u.realgeeks.media/westchestertownhouses/palmiere-pizzuti-simple-logo.png);
}
.special-nav-pg header #nav-logo img {
    transition: all .2s ease-in-out;
    content: url(https://u.realgeeks.media/westchestertownhouses/palmiere-pizzuti-simple-logo.png);
}

/**********Miranda Navigation**********/
/*
nav.top-nav {
    background: url(https://u.realgeeks.media/westchestertownhouses/nav-bg.jpg) !important;
    background-size: contain !important;
}
*/
body nav.top-nav .user-contact-icons li:hover i,
body nav.top-nav .user-contact-icons li:hover a,
nav.top-nav a:hover {
	color:#777 !important;
}
nav.top-nav.scrolled.shrunk a:hover{
	color:#555 !important;
}

/**********Anna Navigation**********/
body [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,1) !important;
	/*
    background: url(https://u.realgeeks.media/westchestertownhouses/nav-bg.jpg) !important;
	*/
    background-size: cover !important;
}
/*
#mobile-menu .relative.bg-palette-navigationBackground-color.shadow-lg.min-h-screen.ml-10{
	background: url(https://u.realgeeks.media/westchestertownhouses/mobile-nav-bg.jpg) !important;
    background-size: cover !important;
}
*/
body header .text-palette-navigationLink-color{
	border-color:rgba(255,255,255,0);
}
body header .text-palette-navigationLink-color:hover{
	border-color:rgba(131,164,67,0.5);
}
#nav-links .h-full {
    justify-content: flex-end;
}
header #nav-links a {
    height: auto;
    padding: 0 0 0.2em 0;
    margin: 26px 1.5rem 22px 1.5rem !important;
    /* border-right: 1px solid #e5e5e5; */
    border-bottom: none;
    transition: color .2s ease-in-out;
    position: relative;
    z-index: 1;
	font-weight:400 !important;
}
header button,
#mobile-menu a{
	transition:color .2s ease-in-out;
}
header #nav-links a:active,
header #nav-links a:focus,
header #nav-links a:hover,
header button:hover,
#mobile-menu a:hover {
	color:#777 !important;
}
header #nav-links a:before {
	content:'';
	display:block;
	width:1px;
	height:15px;
	background-color:white;
	position:absolute;
	right:-1.5rem;
	top:0;
}  
.nav-link-contain {
    margin-left: 0 !important;
	position:relative;
}
.nav-link-border {
    margin: 0 !important;
    height: 30px;
    border-right: 1px solid #fff;
    position: relative;
    top: 20px;
}
@media only screen and (max-width:960px){
	.h-hero-image .mx-1{
		font-size:2.5rem;
	}
}
@media only screen and (max-width:736px){
	.h-hero-image .mx-1{
		font-size:2rem;
	}
}
@media only screen and (max-width:640px){
	.h-hero-image .mx-1{
		font-size:32px !important;
	}
	.h-hero-image .w-9\/12{
		width:calc(100% - 2rem);
	}
}
@media only screen and (min-width:737px){
    /*
	body nav{
		height:80px;
	}
	body nav .relative.flex.items-center.justify-between.h-16 {
		padding-top: 14px;
	}
    */
	body nav .relative.flex.items-center.justify-between.h-16 .flex-1.flex.items-center.justify-start.h-full {
		height: 70px;
	}
	header #nav-links a {
		margin-top: 26px;
	}
	body div#nav-icons {
		margin-top: 4px;
	}
}

/**********Anna Navigation Fade In**********/
.special-nav-pg [aria-label = "primary navigation"] > .bg-palette-navigationBackground-color {
    opacity: 1;
}
.special-nav-pg header.top-nav{
	position:fixed !important;
}
.special-nav-pg .nav-float [aria-label = "primary navigation"] > .bg-palette-navigationBackground-color{
	opacity:1;
}
.special-nav-pg header #nav-links a{
	transition:all .2s ease-in-out;
}
.special-nav-pg header #nav-icons button{
	transition:all .2s ease-in-out;
}

@media only screen and (max-width:736px){
	.special-nav-pg header.top-nav{
		position: relative !important;
	}
	.special-nav-pg [aria-label="property search hero"] {
		margin-top: -64px;
	}
}

/**********Hero Search**********/
.h-hero-image .mx-1{
	font-size:2.75rem;
	line-height:1.2;
}
.h-hero-image .lg\:px-5{
	padding:.5rem 1.25rem !important;
}
@media only screen and (max-width:960px){
	.h-full .mx-1{
		padding-left:3rem;
		padding-right:3rem;
		margin-bottom:1.5rem !important;
	}
}
@media only screen and (max-width:639px){
	.h-full .mx-1{
		padding-left:1rem;
		padding-right:1rem;
	}
}

/*******Hero Intro*******/
body #anna-modern-fold .h-hero-image,
.home-hero {
    height: 800px;
    display: flex;
    flex-flow: column;
    justify-content: center;
	background-color:white;
}
.home-hero .h-full{
	height:auto;
	margin-top:3rem;
}
.sm-hero{
	height:400px;
}
body .simple-hero .fullscreen-bg {
    display: block !important;
    height: 100% !important;
}
.home-hero-wrap {
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    position: relative;
    top: 2rem;
}
.home-hero .home-hero-content {
    position: relative;
    z-index: 1;
    text-align: left !important;
}
.home-hero-content h1{
	padding-bottom:0 !important;
	margin-bottom:0 !important;
	width:100%;
}
.home-hero-content .h-full{
	align-items:flex-start !important;
}
/*
home video background
*/
.fullscreen-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    height: 800px;
}
.fullscreen-bg__video {
    position: absolute;
    z-index: 0;
    max-width: none !important;
	object-fit: cover;
	width: 100vw;
	height: 800px;
	top: 0;
	left: 0;
}
.inner-hero-overlay {
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    height: 800px;
    background: radial-gradient(transparent, black);
}
/*
responsive
*/
@media only screen and (max-width:1023px){
	[aria-label="property search hero"] .h-hero-image {
		height: 460px;
		margin-top: 0;
	}
}
@media only screen and (max-width:736px){
	.home-hero {
		margin-top: 0;
        height: 100%;
		background-size: cover;
		background-color:rgba(255,255,255,0);
	}
	.home-pg #anna-modern-fold .h-hero-image{
		height:auto !important;
	}
	body .home-hero-wrap {
		padding-top: 10rem !important;
		padding-bottom: 8rem !important;
		height: 500px;
	}
	.home-hero .home-hero-content {
		margin-top: 0;
	}
	.fullscreen-bg, .fullscreen-bg__video{
		display:none;
	}
	.inner-hero-overlay {
		height: 100%;
	}
	.sm-hero{
		height:400px;
	}
}
@media only screen and (max-width:700px){
    .home-hero-content{
        text-align:center !important;
    }
    .home-hero-content .l-underline-header:after {
        margin: .75rem 0 1rem;
    }
}

/**********Home Valuation**********/
body .estimate-header h1 {
    color: #332b2a;
    line-height: 1.2;
	margin-top:2rem;
}

/**********Home Valuation Thank You**********/
@media screen and (max-width:900px){
	body .thank-you .button{
		font-size: 23px;
		padding-left:1rem;
		padding-right:1rem;
	}
}
@media screen and (max-width:540px){
	body .thank-you  h1{
		font-size:24px;
	}
	body .thank-you h2 {
		font-size: 18px;
	}
	body .thank-you .button{
		font-size: 19px;
	}
}

/**********All Popup Forms**********/
.eight-peaks-link, .skarsnik-link, .gobbla-link, .warboss-link {
    background: #332b2a !important;
}

/**********All Popup Forms**********/
body.modal-open #modal-container:last-of-type {
    z-index: 1;
}
body .miranda-lb .lb-content {
    background: none;
    border: none;
    padding: 0;
    border-bottom: none;
	box-shadow:none;
}
body .miranda-lb {
    margin: 0 auto;
    padding: 2rem 3rem;
}
body .miranda-lb .fineprint-top{
	display:none;
}
body .miranda-lb > h2{
	padding:0;
}
#sign-up-section h1{
	color:#332b2a;
}
.miranda-lb .lb-content {
    margin: 5px auto 15px !important;
    padding-top: .5rem;
}
.miranda-lb h2{
    color: #353531 !important;
}
.miranda-lb .rightColumn h2{
	margin-top:20px !important;
	font-size:20px !important
}
.lb-styles p.includes {
    color: #777 !important;
}
body.rag-modal-window .hitarea {
    font-size: .85rem;
}
.miranda-lb .lb-content input[type="text"], 
.miranda-lb .lb-content input[type="email"], 
.miranda-lb .lb-content input[type="tel"]{
	height:42px !important;
}
.miranda-lb .lb-content p.contact-us-description {
    margin-bottom: 1.5rem;
	text-align:left !important;
}
.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"] {
    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;
}
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;
}
.error textarea{
	margin-bottom:1rem !important;
}
body .miranda-lb.signupv2 input[type=submit] {
    color: #777 !important;
    font-size: 15px !important;
}
p.bottom-disclaimer {
    font-size: 13px !important;
}
.lb-styles p strong {
	color:#444 !important;
    font-weight: bold !important;
}
.lb-styles p.includes {
    color: #777 !important;
    font-weight: 400 !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;
	}
}
@media (max-width:700px){
	.miranda-lb .contact label {
		width: 22% !important;
	}
}
@media (max-width:576px){
	body .miranda-lb {
		width: 100%;
	}
	.miranda-lb 	
	.miranda-lb .return-user {
		padding-bottom: 0 !important;
	}
	.miranda-lb .return-user h3 {
    	font-size: 15px !important;
	}
	a.hitarea {
		font-size: 13px !important;
	}
}
@media (max-width:460px){
	body .miranda-lb {
		margin: 0;
		padding: 2rem 2rem;
	}
}

/**********Schedule Tour Popup**********/
span.fa.fa-angle-left.changer {
    position: relative;
    right: 16px;
}

/**********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: .5rem;
    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 {
    border-bottom: 10px solid #003566;
    z-index: 9999;
    text-align: center;
}
.rg-modal-signup .miranda-lb .lb-content {
    background: #fff !important;
    border-bottom: none;
    box-shadow: none;
    margin: .25rem 0 0 0 !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: 2px;
}
.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: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 .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 .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 .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;
	}
}

/**********Advanced Search**********/
body .sm-round-bttn {
    font-size: 11px !important;
    display: inline-block !important;
    text-align: center !important;
    padding: .5rem .75rem !important;
    text-transform: uppercase !important;
    letter-spacing: .05rem !important;
    background: #332b2a !important;
    border: 1px solid #00437A !important;
    transition: all .2s ease-in-out !important;
    color: white !important;
    height: auto !important;
    line-height: 1.3 !important;
    border-radius: 50px !important;
    margin-left: 1rem;
}
body .sm-round-bttn:hover{
	color:#fff !important;
	background:#00437A !important;
    border: 1px solid #332b2a !important;
}
@media only screen and (max-width:736px){
	.search-results a.sm-round-bttn {
		margin: 0 auto 1rem auto;
		display: block !important;
		width: 164px;
	}
}
/*
mls number search
*/
#refine_search_form > p:first-child{
	margin-top:5rem;
}
.mls-search #refine_search_form{
	padding-left:3rem;
	padding-right:3rem;
}
/*
address search
*/
body div#advanced-address-search {
    padding-top: 1rem;
	margin-top:7rem;
}
@media only screen and (max-width:1165px){

}
@media only screen and (max-width:736px){
	body div#-address-search {
		margin-top:13rem;
	}
	#refine_search_form > p:first-child{
		margin-top:13rem;
	}
}

/**********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: #002D52 !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: 16px;
    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;
		font-family:'Lato', sans-serif !important;
	}
	.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 .minilisting.active{
	background-image:url(https://u.realgeeks.media/westchestertownhouses/map-results-bg.jpg);
	background-size: cover;
}
#map-search .share-menu i {
    padding: 7px 7px 7px 7px;
}
#map-search .fa-heart-o{
	color:#332b2a !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;
	font-family: 'Lato', sans-serif !important;
}
/***
city
***/
.minilisting-subtitle {
    font-size: .8rem !important;
    font-weight: normal !important;
    padding: 1px 0 0 0;
    font-family: 'Lato', sans-serif !important;
}
/***
price container
***/
.minilisting-main {
    margin-top: 9px !important;
    margin-bottom: 10px;
}
/***
price
***/
.mapsearch .minilisting-heading{
	font-size:1rem;
	font-family: 'Lato', sans-serif !important;
}
/***
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;
    font-family: 'Lato', sans-serif;
	background: #332b2a;
}
/***
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: 16px !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;
	}	
}

/**********Custom Footer**********/
body div#footer-links-wrapper {
    margin-bottom: 0 !important;
}
.custom-footer-outer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.custom-footer-outer,
footer,
#custom-footer{
	background-image: url(https://u.realgeeks.media/westchestertownhouses/wavy-footer-bg.jpg);
	background-size: cover;
}
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: radial-gradient(transparent, rgba(0,0,0,.35));
}
.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(#332b2a,#332b2a) center/1px 100% no-repeat,    linear-gradient(#332b2a,#332b2a) 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;
}
body .custom-footer a {
    color: #fff;
    text-decoration: none !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 #332b2a;
    position: relative;
    top: 2px;
}
/*
locations
*/
.footer-locations{
	display:grid;
	grid-template-columns: 1fr 1fr;
	gap:2rem;
	margin-top:2rem;
}
.footer-locations p{
	font-size:15px !important;
}
/*
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 #332b2a;
	width: 100%;
	float:none !important;
}
.cf-column-bttm-l, 
.cf-column-bttm-r {
    width: 50%;
}
.cf-column-bttm-r {
	text-align:right;
}
/*
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: 1160px) {
  .parallax-container {
  	  background-attachment: scroll;
	  background-image: url(https://u.realgeeks.media/westchestertownhouses/footer-bg-mobile.jpg);;
	}
} 
@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(#332b2a,#332b2a) 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;
	}
}

/**********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;
}

/**********RG Footer**********/
footer .bg-rg-footer{
	display:none;
}

/**********Social Icons**********/
.social-contain {
    display: flex;
    gap: .75rem;
}
.social-contain i {
    font-size: 1.5rem;
	transition:all .2s ease-in-out;
}
.social-contain a i{
	color:#000;
}
.social-icons a:hover i{
	color:#222;
}
.custom-footer .social-contain a i {
    color: #fff;
}
.custom-footer .social-contain a:hover i {
    color: #8aa351;
}

/**********Home Value Pre-Footer**********/
section.js-rg-anna-valuation-root {
    height: 289px !important;
}
.js-rg-anna-valuation-root .bg-off-white{
	background-color:#347089 !important;
}
@media (max-width:782px){
	section.js-rg-anna-valuation-root {
		height: 319px !important;
	}
}
@media (max-width:751px){
	section.js-rg-anna-valuation-root {
		height: 306px !important;
	}
}
@media (max-width:453px){
	section.js-rg-anna-valuation-root {
		height: 337px !important;
	}
}

/**********Anna Listings Default**********/
body .pt-listing-image-container {
    padding-top: 78%;
}
#listings .mb-8 {
    margin-bottom: 1rem;
}
.sub-bar .delete_favorite_button:hover i,
.icon-heart-active path,
.fa-solid.fa-heart{
	fill:#D2042D !important;
	color:#D2042D;
}

/**********Area Page Listings**********/
.area-pg #listings{
	margin-bottom:0 !important;
}
.area-pg #listings .mb-4.grid.grid-cols-1 {
    grid-row-gap: 1rem;
    margin-bottom: 0;
    margin-left: -.5rem;
    width: calc(100% + 1rem);
}
.area-pg #listings .mb-4.grid.grid-cols-1 .mb-8{
	margin-bottom:0;
}
.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;
}
.refine-search-link .sm-bttn{
	width:200px;
}
@media only screen and (max-width:767px){
	.area-pg .fp-header-wrap{
		padding-bottom:1.35rem;
	}
	.area-pg .fp-header-contain {
		flex-flow: column;
		justify-content: flex-start;
		text-align: center;
	}
	.refine-search-link {
		margin: .75rem 0 0 0 !important;
	}
}

/**********Anna Listings Compressed Grid**********/
#listings .mb-4.grid.grid-cols-1.md\:grid-cols-2 article{
	position:relative;
	color:white;
	padding-bottom:0;
}
#listings .mb-4.grid.grid-cols-1.md\:grid-cols-2 article svg{
	fill:white;
}
#listings .mb-4.grid.grid-cols-1.md\:grid-cols-2 article .text-black{
	color:white;
}
#listings .mb-4.grid.grid-cols-1.md\:grid-cols-2 article > div:nth-child(4) {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.55) 35%, rgba(249,249,249,0) 100%);
	padding-left:1rem;
}
#listings .mb-4.grid.grid-cols-1.md\:grid-cols-2 article > div:nth-child(4) section + div,
#listings .mb-4.grid.grid-cols-1.md\:grid-cols-2 article > div:nth-child(4) section > .flex.flex-col.mb-4 span.truncate.text-xs.xl\:text-sm.py-2{
	display:none;
}
#listings .mb-4.grid.grid-cols-1.md\:grid-cols-2 .mb-8 button.js-favorite-button {
    position: absolute;
    top: .5rem;
    right: 0.7rem;
    z-index: 1;
    padding-top: .5rem;
}
#listings .mb-4.grid.grid-cols-1.md\:grid-cols-2 .text-xs.w-40.h-full {
    width: 100%;
    padding-top: .075rem;
}
#listings .mb-4.grid.grid-cols-1.md\:grid-cols-2 span.text-black.font-medium.font-rubik.text-xl.flex.items-center.mb-1 {
    margin-bottom: 0;
}

/**********Anna Listings Carousel**********/
.fp-carousel-pg section#listings {
    margin-bottom: 0;
    clear: both;
    position: relative;
}
.fp-header-wrap{
	padding-bottom:2rem;
}
.fp-header-wrap h2{
	border-bottom:none !important;
	margin:0 !important;
	padding-bottom:0 !important;
}
.fp-grid-wrap {
    padding-bottom: 0 !important;
    z-index: 1;
    position: relative;
}
.fp-grid-wrap #board-disclaimer{
	padding-bottom:0;
}
.fp-carousel-pg #listings .mb-4.grid{
	margin-bottom:0;
}
.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);
	margin-left:-.5rem;
}
.fp-header-wrap + .mb-4 .slick-track .slick-slide {
    margin-right: .5rem;
    margin-left: .5rem;
	border: 4px solid transparent;
    border-image-slice: 1 !important;
    border-image: linear-gradient(90deg, #ccc, #999,#e0e0e0, #ccc,#999, #888, #ccc);
}
.fp-carousel-pg #listings #board-disclaimer{
	padding-top:1.25rem;
}
.fp-carousel-pg #listings .pt-listing-image-container {
    padding-top: 78%;
}
body #listings .slick-slide{
	margin-bottom:0;
}
@media (max-width:767px){
	.fp-header-wrap{
		padding-left: 3rem;
		padding-right: 3rem;
	}
	#listings .post-fa-wrap{
		padding-left: 6rem;
    	padding-right: 6rem;
	}
}
@media (max-width:639px){
	.fp-header-wrap{
		padding-left: 1rem;
		padding-right: 1rem;
	}
}
@media (max-width:639px){
	#listings .post-fa-wrap{
		padding-left: 2rem;
    	padding-right: 2rem;
	}
}

/**********Anna Listings Disclaimer**********/
body #listings #board-disclaimer{
	display:none;
}

/**********Anna Listings Navigation**********/
body .post-fa-wrap {
    padding-top: 2.5rem !important;
}
.fa-nav-contain {
    display: flex;
    gap: .5rem;
    align-items: center;
    justify-content: space-between;
}
.fa-nav-square-arrows {
 	display: flex;
    gap: .5rem;
}
.fa-nav-contain:after {
    content: "";
    position: absolute;
    border-top: 1px solid var(--fontColor, #fff);
    top: 50%;
    left: 50%;
    width: calc(100vw - 60px);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: .14;
}
.post-fa-wrap-white .fa-nav-contain:after {
    border-top: 1px solid #222;
}
.post-fa-wrap-white .slick-arrow.slick-hidden {
    display: block;
}
.post-fa-wrap .fa-nav-square-arrows, 
.post-fa-wrap .fa-nav-view-all {
	z-index:1;
}
.post-fa-wrap-white  .fa-nav-square-arrows, 
.post-fa-wrap-white  .fa-nav-view-all {
    background-color: white;
    box-shadow: 0 0 0 15px white;
}
.square-arrow {
    width: 70px;
    height: 70px;
    position: relative;
    display: flex !important;
    transition: all .2s ease-in-out;
    border: 1px solid transparent;
    border-image-slice: 1 !important;
    border-image: linear-gradient(90deg, #ccc, #999,#e0e0e0, #ccc,#999, #888, #ccc);
    align-items: center;
    justify-content: center;
}
.square-arrow i{
	z-index:1;
	 color: white;
}
.square-arrow:before{
	content: '';
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	background: url(https://u.realgeeks.media/westchestertownhouses/bttn-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s;
	z-index: 1;
}
.square-arrow:hover{
	border: 4px solid transparent;
	border-image: linear-gradient(90deg, #ccc, #999,#e0e0e0, #ccc,#999, #888, #ccc);
}
.square-arrow:hover i{
	color:#8aa351;
}
.square-arrow:hover:before{
	opacity:0;
}

/*******Intro Header*******/
.about-intro-header{
	position: relative;
	padding-left:30px;
}
.about-intro-header:after{
	position: absolute;
    content: '';
    width: 1px;
    height: 87%;
    bottom: 13%;
    left: 0;
    background: rgba(215,215,215,0.5);
    z-index: 0;
}
.about-intro-header:before{
	position: absolute;
    content: '';
    width: 2px;
    height: 74%;
    left: 0;
    background: #ccc;
	height: 58%;
    bottom: 4%;
}
.about-intro-header .xl-header{
	line-height:1;
}

/*******No Limit Intro*******/
.no-limit-intro{
	overflow:hidden;
}
.no-limit-intro-contain{
	display:flex;
}
.no-limit-intro-l{
	width:51.9%;
}
.no-limit-intro-r{
    width: 48.1%;
    padding: 0 clamp(40px, 9.375vw,150px) 0 clamp(80px, 5.438vw,55px);
	align-self: flex-end;
}
.residential-intro{
	background-image:url(https://u.realgeeks.media/westchestertownhouses/home-interior-light-bg.jpg);
}
.about-intro-bttns{
	display:flex;
	gap:.5rem;
}
@media only screen and (max-width: 1240px){
	.no-limit-intro-l{
		width:40%;
	}
	.no-limit-intro-r{
		width: 60%;
	}
}
@media only screen and (max-width: 1020px){
	.no-limit-intro-contain {
		flex-direction: column;
		align-items: center;
		max-width:640px;
		margin:0 auto;
		gap:3rem;
	}
	.no-limit-intro-l,
	.no-limit-intro-r {
		width:100%;
		padding:0 3rem !important;
	}
}
@media only screen and (max-width: 639px){
	.no-limit-intro-l,
	.no-limit-intro-r {
		width:100%;
		padding:0 1rem !important;
	}
}
@media only screen and (max-width: 450px){
	.about-intro-bttns{
		flex-flow: column;
	}
	.about-intro-bttns a,
	.about-intro-bttns .bttn{
		width:220px;
	}
}

/*******Parallax Background*******/
.parallax-bg {
    position: absolute;
    width: 100% !important;
    height: 100%;
    top: 0;
    left: 0;
}
.parallax-bg canvas {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
}

/*******Image Canvas*******/
.img-canvas {
    position: relative;
}
.img-canvas canvas {
    display: block;
    width: 100%;
    height: auto;
}
.img-canvas img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

/*******Shadows*******/
.main-shadow{
	box-shadow: -11px 35px 50px rgba(0,0,0,.6);
}
.blue-shadow{
	box-shadow: -11px 35px 50px #26201f;
}

/*******Agent Page General*******/
.agent-section .full-width-wrap {
    max-width: 1400px;
}
.agent-pg .flex.flex-col.lg\:hidden.items-center.mb-4.pb-4 {
    display: none;
}
.agent-pg aside{
	display:none;
}
.agent-pg h1{
	display:none;
}
.agent-pg h1.section-title{
	display:block;
}
.agent-pg .mt-28{
	margin-top:0 !important;
}
.agent-pg .fp-header-wrap{
	padding-left:0 !important;
	padding-right:0 !important;
}
@media (max-width: 767px){
	.agent-pg #listings .post-fa-wrap {
		padding-left: 3rem !important;
		padding-right: 3rem !important;
	}
}
@media (max-width: 639px){
	.agent-pg #listings .post-fa-wrap {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
}

/*******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);
}
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-img:before {
    content: '';
    position: absolute;
    left: -1000px;
    bottom: 0;
    right: 20%;
    height: 133px;
    background: #332b2a;
    box-shadow: -11px 35px 50px rgba(0,0,0,.6);
}
.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 #332b2a;
    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: 4rem 0;
	}
}
@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;
	}
}

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

/* testimonial-blockquote main style */
.testimonial-blockquote {
    position: relative;
    padding: 3rem 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;
}
.testimonial-badges {
    position: absolute;
    top: -23px;
    left: 2.5rem;
    max-width: 245px;
    display: flex;
    gap: 1.5rem;
}
.testimonial-badges img{
    border-radius: 10px;
}

/* testimonial-blockquote header */
body #content .testimonial-blockquote article h2 {
    position: relative;
    line-height: 1.65 !important;
    font-size: 22px !important;
    color: #444 !important;
}
.testimonial-blockquote article h2:last-child {
    margin: 0 !important;
}

/* testimonial-blockquote right double quotes */
.testimonial-blockquote .test-stars {
    position: absolute;
    bottom: -17px;
    right: 2.5rem;
    display: flex;
    display:none;
}
.testimonial-blockquote .test-stars img {
    margin-right: .25rem;
    width: 28px;
    padding: .5rem;
    border-radius: 4px;
    background-color: white;
    bottom: 4px;
    position: relative;
}
.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: 0;
    z-index: 1;
    margin-bottom: 0 !important;
}
/* testimonial-blockquote navigation */
.test-nav {
    display: flex;
    gap: .5rem;
    margin-top: -49px;
    z-index: 1;
    position: relative;
    right: 2.5rem;
    justify-content: flex-end;
}
.test-nav i {
    margin: 0 !important;
    color: white;
    padding: 1.5rem;
    background-color: #332b2a;
}
/* testimonial-blockquote responsive */
@media only screen and (max-width:736px){
    body #content .testimonial-blockquote article h2 {
        line-height: 1.7 !important;
        font-size: 18px !important;
    }
}

/**********Team Testimonials**********/
.bc-test-wrap{
    display:flex;
}
.bc-test-l{
    background-color:#332b2a;
    width: 60.5%;
    margin-right: -18%;
    background-image: url(https://u.realgeeks.media/westchestertownhouses/dark-blue-square.jpg);
    position:relative;
}
.bc-test-radial-bg {
    background: radial-gradient(transparent, black);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
}
.bc-test-l-inner {
    padding: 10rem 18rem 10rem 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.bc-test-slider-inner {
    margin-top: 2rem !important;
    margin-bottom:0 !important;
}
img.open-quote-test-prev {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .2;
    width:123px;
}
.bc-test-name{
    margin-top:1rem;
}
.bc-test-name p{
    color:#8aa351 !important;
}
.bc-test-r{
    clip-path: polygon(25% 0%, 100% 0%, 100% 101%, 0% 100%);
    margin-right: 0;
    margin-left: auto;
    width: 57.5%;
    clip-path: polygon(25% 0%, 100% -1%, 100% 101%, 0% 100%);
    background: linear-gradient( 35deg, #777 0%, #999 0%, #777 0%, #ccc 0%, #888 26%, #ccc 50%, #888 74%, #e0e0e0 100%);
    position: relative;
}
.bc-test-r-inner {
    clip-path: polygon(25% 0%, 100% -1%, 100% 101%, 0% 100%);
    width: 100%;
    height: 100%;
    left: 8px;
    position: relative;
}
.bc-test-img-slides {
    position: absolute;
    width: 110%;
}
.bc-test .slick-dots {
    bottom: -35px;
}
.bc-test .slick-dots li {
    margin:0;   
}
.bc-test .slick-dots li button:before {
    font-size: 30px;
    color: white;
    opacity: .25 !important;
}
.bc-test .slick-dots li.slick-active button:before {
    color: #001629;
    opacity: 0.75;
}
@media only screen and (max-width:1650px){
    .bc-test-l-inner {
        padding: 10rem 14rem 10rem 4rem;
    }
    .bc-test-img-slides {
        width: 120%;
    }
}
@media only screen and (max-width:1510px){
    .bc-test-img-slides {
        width: 130%;
    }
}
@media only screen and (max-width:1440px){
    .bc-test-img-slides {
        width: 150%;
    }
}
@media only screen and (max-width:1440px){
    .bc-test-img-slides {
        width: 150%;
    }
}
@media only screen and (max-width:1280px){
    .bc-test-l{
        width: 75%;
    }
    .bc-test-r{
        width: 35%;
    }
    .bc-test-l-inner {
        padding: 10rem 8rem 10rem 4rem;
    }
    .bc-test-img-slides {
        width: 300%;
    }
}
@media only screen and (max-width:980px){
     .bc-test-l{
        width: 100%;
    }
    .bc-test-r{
        display: none;
    }
    .bc-test-wrap{
        flex-flow: column;
    }
    .bc-test-l-inner {
        padding: 5rem 8rem 5rem 4rem;
    }
}
@media only screen and (max-width:615px){
     .bc-test-l-inner {
        padding: 5rem 4rem 5rem 3rem;
    }
}

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

/*******Simple Breadcrumbs*******/
.simple-breadcrumbs {
    padding-top: .75rem;
    padding-bottom: .75rem;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
}
body .main-agent-section .simple-breadcrumbs {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,0);
}
body .main-agent-section .simple-breadcrumbs p {
    font-size: 12px !important;
    text-transform: uppercase !important;
    text-align: left !important;
}

/*******Pic & Bio Section*******/
.main-agent-section .full-width-wrap {
    padding-bottom: 5rem !important;
}
.main-agent-section{
	background-image:url(https://u.realgeeks.media/westchestertownhouses/agent-main-section-bg.jpg);
	background-size:cover;
}
.pic-bio-wrap {
    display: grid;
    grid-template-columns: 500px calc(100% - 500px - 5rem);
    grid-column-gap: 5rem;
}
.pic-bio-left img {
    margin-top: -50px !important;
}
.pic-bio-right .agent-breadcrumbs {
    margin-left: -80px;
	padding-left: 5rem;
}
.pic-bio-right{
	padding-top:8rem;
}
.pic-bio-right {
    padding-top: 4rem;
}

/*******Agent Contact Section*******/
.agent-contact-section{
	background-image:url(https://u.realgeeks.media/westchestertownhouses/contact-us-bg.jpg);
	background-size:cover;
	background-attachment: fixed;
}
.agent-contact-section:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.agent-contact-wrap {
    z-index: 2;
    position: relative;
    display: grid;
    grid-template-columns: 40% 30% 30%;
    grid-column-gap: 5rem;
    align-items: flex-end;
}
.agent-contact-info{
	display:flex;
	flex-flow:column;
	gap:1rem;
}
.agent-contact-info i {
    margin-right: .25rem;
    font-size: 1.15rem;
}

/*******Agent Contact Graphic*******/
.agent-contact-graphic {
    left: 0;
    background-size: cover !important;
    z-index: 2;
    background: url('https://u.realgeeks.media/westchestertownhouses/birds-graphic.jpg');
	display:none;
}
.agent-contact-graphic:before {
    background: rgba(0,0,0,.85);
}
.agent-contact-graphic:after {
    height: 87.5px;
    background: rgba(255,255,255,.75);
}

/*******Agent Responsive*******/
@media only screen and (max-width:1300px){
	.pic-bio-wrap {
		grid-template-columns: 400px calc(100% - 400px - 4rem);
		grid-column-gap: 4rem;
	}
}
@media only screen and (max-width:1200px){
	.pic-bio-wrap {
		grid-template-columns: 1fr;
		max-width: 700px;
		grid-row-gap: 3rem;
		margin: 0 auto;
	}
	.pic-bio-left img{
		max-width: 400px;
		margin: 0 auto;
		display: block !important;
	}
	.agent-contact-wrap {
		grid-column-gap: 2rem;
	}
	.pic-bio-right {
		padding-top: 2rem;
	}
	.pic-bio-right .agent-breadcrumbs {
		margin-left: 0;
		padding-left:0;
		width: 100%;
		text-align: center;
		top: -48px;
		background-color: rgba(255,255,255,.55);
	}
	section.agent-breadcrumbs p {
		width: 100%;
	}
}
@media only screen and (max-width:1165px){
	.agent-contact-wrap {
		grid-template-columns: 1fr 1fr;
		grid-row-gap: 2rem;
	}
	.agent-contact-name{
		grid-row:1;
		grid-column: 1/3;
	}
	.agent-contact-info{
		grid-row:2;
		grid-column:1/2;
	}
	.agent-contact-bttn{
		grid-row:2;
		grid-column:2/3;
	}
}
@media only screen and (max-width:1000px){
	.pic-bio-left img {
		max-width: 350px;
	}
}
@media only screen and (max-width:500px){
	.agent-intro-graphic{
		display:none;
	}
	.agent-contact-wrap {
		grid-template-columns: 1fr;
	}
	.agent-contact-info{
		grid-row:2;
		grid-column:1/2;
	}
	.agent-contact-bttn{
		grid-row:3;
		grid-column:1/2;
	}
}

/*******Vertical Social*******/
.vertical-social {
    display: flex;
    flex-flow: column;
    width: 25px;
    align-items: center;
    position: absolute;
    top: 0;
    right: 2rem;
    z-index: 1;
}
.social-vertical-line{
    width: 1px;
    height: 80px;
    background-color: rgba(255,255,255,.5);
    margin-bottom: 5px;
    position: relative;
}
.vertical-social a{
	font-size:1.5rem;
	color:white !important;
}
.vertical-social-grey .social-vertical-line{
    background-color: #e0e0e0;
}
.vertical-social-grey  a{
	font-size:1.5rem;
	color:#e0e0e0 !important;
}
.vertical-social a:hover{
	color:#8aa351 !important;
}

/*******Area Page General*******/
.area-pg [aria-label="property search hero"]{
	margin-bottom:0;
}
.comm-intro .sm-full-width-wrap {
    padding-top: 4.5rem !important;
	padding-bottom: 7rem !important;
}
section.area-pg-breadcrumbs p {
    font-size: 12px !important;
    text-transform: uppercase;
}
.comm-intro .sm-bttn{
	margin-left:auto;
	margin-right:auto;
}
.area-pg .flex.flex-col.xl\:flex-row.px-4.sm\:px-12.lg\:px-40 {
	flex-direction:column;
}

/*******Area Page Search Tabs*******/
.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;
    border-right: 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;
    margin-right: .5rem;
}
.area-pg-cta {
	display: flex;
	width: calc(100% - 2rem);
}
@media only screen and (max-width:640px){
	.area-pg-cta i{
		display:none;
	}
	.search-cta-hide{
		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-cta {
		display: flex;
		width: 75%;
		max-width:550px;
	}
	.area-pg .md\:w-6\/12 {
		width: 75%;
		max-width:550px;
	}
}
@media only screen and (min-width: 1035px){
	.area-pg-cta {
		display: flex;
		width: 50%;
	}
	.area-pg .md\:w-6\/12 {
		width: 50%;
	}
}
@media only screen and (min-width: 1440px){
	.area-pg-cta {
		display: flex;
		width: 41.666666667%;
	}
	.area-pg .md\:w-6\/12 {
		width: 41.666666667%;
	}
}

/*******Area Page Call to Action*******/
.area-pg-cta-contact{
	background-image:url(https://u.realgeeks.media/westchestertownhouses/contact-us-cta-bg.jpg);
	background-size:cover;
	background-position: center;
	position:relative;
}
.area-pg-cta-contact:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, 
                rgba(0,0,0,0.85) 0%,
                rgba(0,0,0,0.8) 25%,
                rgba(0,0,0,0.75) 50%,
                rgba(0,0,0,0.7) 75%,
                rgba(0,0,0,0.6) 100%);
    z-index: 1;
}
.area-pg-cta-contact .sm-full-width-wrap{
	display:flex;
	flex-flow:column;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}
.area-pg-cta-contact p {
    max-width: 600px;
    margin: 0 auto;
}
.area-pg-cta-contact button{
	color:white !important;
}

/*******Area Page Popular Links*******/
.popular-links-wrap{
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-column-gap:3rem;
	grid-row-gap:2rem;
}
.popular-links-wrap .popular-link{
	background-color:white;
	box-shadow:5px 5px 30px rgba(0,0,0,.05);
	text-align:center;
	padding: 2rem 2.5rem 2.5rem;
	display: flex;
    flex-flow: column;
    align-items: center;
}
.popular-links-wrap .popular-link img {
    max-width: 60px;
    margin: 0 auto 1rem;
    display: block;
}
.popular-links-wrap .popular-link h3{
	margin-bottom:1rem;
}
.popular-links-wrap .popular-link p{
	margin-bottom:1.5rem;
	color: #888;
}
.popular-link .outline-bttn{
	width:250px;
}
@media only screen and (max-width:1110px){
	.popular-links-wrap{	
		grid-template-columns:1fr;
		margin:0 auto;
	}
}

/*******Area Page Tabs*******/
section.area-tabs {
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}
.search-tabs,
.tabs {
    display: flex;
    margin-bottom: 3rem;
    flex-flow: row wrap;
    row-gap: .35rem;
}
.search-tabs{
	margin-top:0 !important;
	margin-bottom:2rem !important;
}
.search-tabs li:not(:last-child),
.tabs li:not(:last-child) {
  margin-right: 7px;
}
.search-tabs li,
.tabs li {
    list-style-type: none;
}
.search-tabs li a,
.tabs li a {
  display: block;
  position: relative;
  top: 4px;
  padding: 10px 25px;
  background: white;
  opacity: 0.7;
  transition: all 0.1s ease-in-out;
  background-color: #e0e0e0;
  border-radius:40px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.05rem;
  color: #222;
}
.search-tabs li a i,
.tabs li a i{
	margin-right:.35rem;
}
.search-tabs li.active a,
.search-tabs li a:hover,
.tabs li.active a,
.tabs li a:hover {
  opacity: 1;
  top: 0;
  background-color:#8aa351;
  color:white;
}
.search-tabs-panel,
.tabs-panel {
  display: none;
}
.search-tabs-panel.active,
.tabs-panel.active {
  display: block;
  position:relative;
}
.search-tabs-panel p + div,
.tabs-panel p + div {
  margin-top: 15px;
}
@media only screen and (max-width:950px){
	.search-tabs li.active a, 
	.search-tabs li a:hover,
	.tabs li.active a, 
	.tabs li a:hover {
		top: 4px;
	}
}
@media only screen and (max-width:450px){
	.search-tabs li,
	.tabs li {
		width: 100%;
		margin-right: 0 !important;
	}
}

/*******Read More*******/
.moreDiv {
    height: 255px;
    overflow: hidden;
}
.moreDiv p:last-child{
	margin-bottom:0;
}
.readMoreOuter{
	text-align:center;
}
.moreDiv p{
	text-align:left !important;
}
.readMoreOuter .moreDiv::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(180deg, rgb(255 255 255 / 0%), rgb(255 255 255 / 20%), rgb(255 255 255));
    pointer-events: none;
}
.readMoreOuter.showContent .moreDiv::before {
    content: "";
    width: 100%;
    height: 300px;
    position: absolute;
    background: linear-gradient(180deg, rgb(255 255 255 / 0), rgb(255 255 255 / 0), rgb(255 255 255 / 0));
	pointer-events: none;
}
.readMoreOuter.showContent .moreDiv{
  height: auto;
}
a.readmore-btn {
	top:2rem;
    position: relative;
}

/*******Area Page Listings*******/
.area-list-prev {
    position: absolute;
    top: 50%;
    left: -28px;
}
.area-list-next {
    position: absolute;
    top: 50%;
    right: -28px;
}
.all-list-bttn-contain{
	display:flex;
	justify-content:flex-end;
}
.all-list-bttn-contain .all-list-bttn{
	width:220px;
}
.area-list-prev.square-arrow:hover,
.area-list-next.square-arrow:hover{
	background-color:white;
}
.area-list-prev i,
.area-list-next i{
	color:white;
	width:auto;
	height:auto;
	font-size: 1.2rem;
}
@media only screen and (max-width:767px){
	.area-pg #listings {
		margin-left: 0rem;
		margin-right: 0rem;
	}
	.area-list-prev,
	.area-list-next{
		top: 55%;
	}
}
@media only screen and (max-width:639px){
	.area-list-prev,
	.area-list-next{
		top: 59%;
	}	
	.area-pg .square-arrow {
		padding: .7rem;
	}
	.area-list-next {
		right: -16px;
	}
	.area-list-prev {
		left: -16px;
	}
}
@media only screen and (max-width:550px){
	.area-list-prev,
	.area-list-next{
		top: 62%;
	}
}

/*******Area Page Sidebar*******/
.area-pg aside#sidebar {
    margin: 0;
    padding: 0;
    width: 100%;
}
.area-pg .mce-sidebar-content.links{
	margin-bottom:0;
}

/*******Sidebar Communities*******/
.sidebar-comms-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 4rem;
    grid-row-gap: 2.5rem;
}
.sidebar-comms-grid{
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-column-gap:2rem;
}
.sidebar-comms-col {
    display: flex;
    flex-flow: column;
    row-gap: .5rem;
}
.sidebar-comms-col a{
	color:#8aa351;
	transition:color .2s ease-in-out;
}
.sidebar-comms-col a:hover{
	color:#00ABF5;
}
@media only screen and (max-width:1300px){
	.sidebar-comms-inner {
		grid-template-columns: 1fr 1fr;
	}
}
@media only screen and (max-width:720px){
	.sidebar-comms-inner {
		grid-template-columns: 1fr;
	}
}

/*******Links Grid*******/
.links-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 15px;
}
.links-grid-wrap h3{
	margin-bottom:1.6rem !important;
}
.links-grid a {
  text-decoration: none;
  color: #333;
  background-color: #f0f0f0;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.links-grid a:hover {
  background-color: #e0e0e0;
}

@media (max-width: 1200px) {
  .links-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (max-width: 992px) {
  .links-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  .links-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}

@media (max-width: 576px) {
  .links-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*******Large Hero Intro******/
.lg-hero-intro {
    height: 60vh;
    display: flex;
    align-items: center;
    flex-flow: column;
    background-size: cover;
    justify-content: center;
    background-position: center;
}
.lg-hero-intro:after{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.5);
}
.lg-hero-wrap{
	position:relative;
	z-index:1;
	width:100%;
}
.half-section-intro{
	width:50%;
}
.simple-hero-intro {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-flow: column;
    align-items: center;
}
@media only screen and (max-width:1040px){
	.lg-hero-intro {
		height: auto;
	}
}
@media only screen and (max-width:760px){
	.half-section-intro{
		width:100%;
	}
	.join-us-intro {
		background-position: center;
	}
}

/*******Contact Pre Footer*******/
.contact-pre-footer{
	background-image:url(https://u.realgeeks.media/westchestertownhouses/oak-beach-bg.jpg);
	background-size:cover;
	background-attachment:fixed;
}
.contact-pre-footer-inner {
    max-width: 700px;
    margin: 0 auto;
    padding: 4rem;
    display: flex;
    background-color: rgba(255,255,255,.5);
    flex-flow: column;
    align-items: center;
}
.contact-pre-footer-inner p{
	max-width:520px;
	margin:0 auto !important;
}
@media only screen and (max-width:736px){
	.contact-pre-footer{
		background-attachment: scroll;
	}
}

/**********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;
}
.full-width-pg .px-4 {
    padding: 0;
}

/**********Default Containers**********/
.full-width-wrap{
	padding: 4.75rem 1rem 5rem;
	margin:0 auto;
}
.lg-full-width-wrap{
	padding:4.75rem 1rem 5rem;
	margin:0 auto;
}
.med-full-width-wrap{
	padding:4.75rem 1rem 5rem;
	margin:0 auto;
}
.sm-full-width-wrap{
	padding:4.75rem 1rem 5rem;
	margin:0 auto;
}
.xsm-full-width-wrap {
	padding:4.75rem 1rem 5rem;
	margin: 0 auto;
}	
.even-pad-wrap{
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
}
.more-pad-wrap{
	padding-top:6rem !important;
	padding-bottom:6rem !important;
}
.less-pad-wrap{
	padding-top:4.75rem !important;
	padding-bottom:5rem !important;
}
.less-pad-wrap-even{
	padding-top:5rem !important;
	padding-bottom:5rem !important;
}
.hoz-only-wrap{
	padding-top:0 !important;
	padding-bottom:0 !important;
}
body .no-limit-wrap{
	padding-right:0 !important;
	padding-left: 0 !important;
	max-width: 100% !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: 4.75rem 3rem 5rem;
	}
	.even-pad-wrap{
		padding-top: 5rem !important;
		padding-bottom: 5rem !important;
	}
}
@media (min-width: 1200px){
	.full-width-wrap{
		padding: 7.75rem 5rem 8rem;
		margin:0 auto;
		max-width: 1650px;
	}
	.lg-full-width-wrap {
		padding: 7.75rem 5rem 8rem;
		margin: 0 auto;
		max-width: 1500px;
	}
	.med-full-width-wrap {
		padding: 7.75rem 5rem 8rem;
		margin: 0 auto;
		max-width: 1380px;
	}
	.sm-full-width-wrap{
		padding:7.75rem 5rem 8rem;
		margin:0 auto;
		max-width:920px;
	}
	.xsm-full-width-wrap {
		padding: 7.75rem 5rem 8rem;
		margin: 0 auto;
		max-width: 720px;
	}
	.even-pad-wrap{
		padding-top: 8rem !important;
		padding-bottom: 8rem !important;
	}
	.more-pad-wrap{
		padding-top:10rem !important;
		padding-bottom:10rem !important;
	}
}

/**********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 !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.2 !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:736px){
	.xxl-header,
	body #content .xxl-header {
		font-size: 38px !important;
		line-height: 1.2 !important;
	}
	.xl-header,
	body #content .xl-header{
		font-size: 29px !important;
		line-height: 1.3 !important;
	}
	#content h1,
	#content .lg-header,
    body.agent-pg #content .xl-header{
		font-size: 27px !important;
		line-height: 1.15 !important;
	}
	#content h2, 
	body .st-h2 {
		font-size: 24px !important;
		line-height: 1.35 !important;
	}
	#content h3{
		font-size:20px !important;
	}
	#content .lg-txt{
		font-size:16px !important;
	}
	#content p, 
	body .st-p, 
	.body-content p {
		font-size: 15px;
		line-height: 1.65;
	}
	body .md-subheader {
		font-size: 13px !important;
	}
}

/*******Download App Call to Action*******/
.app-cta-wrap {
    display: grid;
    padding-top: 6rem;
    grid-template-columns: calc(100% - 450px + 5rem) 450px;
    padding-bottom: 0;
    max-width: 1020px;
}
.app-cta-l {
    margin-top: -12rem !important;
    margin-bottom:-1rem;
    grid-column:2;
}
.app-buttons {
    display: grid;
    grid-template-columns: 130px 130px;
    grid-column-gap: 1rem;
    margin-top: 1rem;
}
.app-phone{
    z-index:1;
    position:relative;
}
.app-graphic {
    position: absolute;
    top: 8rem;
    left: 160px;
    width: 477px;
    z-index: -1;
    opacity: 1;
}
.bc-square {
    margin-bottom: 1rem;
    width: 80px;
    border-radius: 5px;
}   
@media only screen and (max-width:1275px){
    .app-cta-wrap {
        max-width:890px;
    }
}
@media only screen and (max-width:1050px){
    .app-cta-wrap {
        grid-template-columns: calc(100% - 350px) 350px;
        margin-bottom: 0;
        padding-bottom: 0;
        padding-top: 6rem;
    }
    .app-cta-l {
        margin-top: -10rem !important;
        margin-bottom:0;
    }
    .app-cta-r {
        margin-top: -1em !important;
        margin-left: -4rem;
    }
    .app-graphic {
        left: 120px;
        width: 350px;
    }
    .bc-square {
        margin-bottom: .5rem;
        width: 50px;
    }
    .app-cta-r h2{
        font-size:37px !important;
        line-height:1.2 !important;
    }
}
@media only screen and (max-width:1024px){
    .app-cta-wrap {
        padding-top: 5rem;
    }
    .app-cta-l {
        display: flex;
        justify-content: flex-end;
    }
    .app-graphic {
        display:none !important;
    }
    .app-phone {
        width: 345px;
        margin-right: -3rem;
    }
    .app-cta-r {
        margin-left: 0;
    }
}
@media only screen and (max-width:815px){
    .app-cta-wrap.sm-full-width-wrap.animatedParent {
        display: flex;
        flex-flow: column-reverse;
        padding-top: 0;
        padding-bottom: 5rem;
    }
    .app-cta-l {
        justify-content: flex-end;
        width: 100%;
        margin-bottom: -16rem;
    }
}
@media only screen and (max-width:750px){
    .app-cta-wrap.sm-full-width-wrap.animatedParent {
        padding-top: 2.25rem;
        padding-bottom: 4rem;
    }
    .app-phone {
        width: 290px;
    }
}
@media only screen and (max-width:700px){
    .app-cta-wrap {
        padding-top: 2.35rem;
        padding-bottom: 4rem;
    }
    .app-cta-l {
        margin-bottom: -17rem;
        top: 5rem;
    }
    .app-phone {
        width: 290px;
        opacity: .15;
    }
    .app-cta-r {
        margin-top: 0 !important;
    }
}

/*******Market Reports*******/
#market-report .save-search i {
    color: #8aa351;
}
.rg-modal-savemarketreport input[type="submit"] {
    width: 280px !important;
    height: 55px !important;
	padding:0 !important;
	border: 1px solid transparent !important;
}
.rg-modal-savemarketreport input[type="submit"]:hover {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
	border: 4px solid #ccc !important;
}
.rg-modal-savemarketreport input[type="submit"]:before{
    content: '';
    transition: 0.3s;
}
.rg-modal-savemarketreport .lightbox input[type="submit"]:focus{
	box-shadow: 0 0 5px 2px rgba(0,0,0,0) !important;
}

/*******Training Section Light******/
.training-section-light::after {
    background: white !important;
    opacity: 1;
	width:100% !important;
}
.coaching-section:before {
    background-color: white !important;
    background-image: none !important;
}
.broker-support-section:before {
    background-color: white !important;
    background-image: none !important;
}


/*******Light Vertical Graphic******/
.light-vertical-graphic {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 100%;
    z-index: 0;
    background-size: cover;
    overflow: hidden;
    background-position: center;
}
.light-vertical-graphic:before {
    content: '';
    background: rgba(245,245,245,0.85);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.light-vertical-graphic:after {
    content: '';
    width: 100%;
    height: 175px;
    position: absolute;
    top: 80%;
    left: 0;
    background: rgba(0,0,0,.75);
}
.coaching-vertical-graphic {
    background: url('https://u.realgeeks.media/westchestertownhouses/coaching-vertical.jpg');
    background-position: center;
}
.broker-vertical-graphic {
    background: url('https://u.realgeeks.media/westchestertownhouses/broker-vertical.jpg');
    background-position: center;
}
.contact-vertical-graphic {
    background: url('https://u.realgeeks.media/westchestertownhouses/contact-vertical.jpg');
    background-position: center;
}
@media only screen and (max-width:820px){
	.training-section .light-vertical-graphic{
		display:none;
	}
}

/*******Training Section******/
.training-section::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://u.realgeeks.media/westchestertownhouses/training-section-bg.jpg) no-repeat center center;
    background-size: cover;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.training-section-img img{
	max-width:500px;
}
.marketing-section::before {
    background: url(https://u.realgeeks.media/westchestertownhouses/marketing-section-bg.jpg) no-repeat center center;
}
.business-section::before {
    background: url(https://u.realgeeks.media/westchestertownhouses/business-section-bg.jpg) no-repeat center center;
}
.compensation-section::before {
    background: url(https://u.realgeeks.media/westchestertownhouses/compensation-bg.jpg) no-repeat center center;
}
.contact-section::before {
    background: url(https://u.realgeeks.media/westchestertownhouses/contact-section-bg.jpg) no-repeat center center;
}
.training-section::after {
    top: 0;
    right: 0;
    width: calc(100% - 80px);
    height: 100%;
    background: #000;
    opacity: .88;
}
.contact-section:after{
	width: calc(100%) !important;
}	
.left-accent:before{
    left: 0;
    width: 80px;
    opacity: .75;
	top: 0;
    height: 68.6%;
    background: #fff;
}
.left-accent:after{
    left: 0;
    width: 80px;
    opacity: .75;
	bottom: 0;
    height: 31.4%;
    background: #000;
}
.left-accent:before,
.left-accent:after,
.training-section::after,
.training-section::before{
	content: '';
    position: absolute;
	pointer-events: none;
    z-index: -1;
	background-size: cover;
}
.training-section-contain {
    display: grid;
    grid-template-columns: calc(50% - 2.5rem) calc(50% - 2.5rem);
    grid-column-gap: 5rem;
    align-items: center;
}
@media only screen and (max-width:1030px){
	.training-section-contain {
		grid-template-columns: 1fr;
		grid-row-gap:3rem;
	}
	.training-section-img{
		grid-row:1;
	}
	.training-section .left-accent{
		display:none;
	}
	.training-section::after {
		width: 100%;
	}
	.training-section-img img{
		max-width:300px;
		margin:0 auto;
		display:block !important;
	}
}

/*******Valuation Page******/
.value-pg .search-box {
    height: calc(100% + 20rem);
}
.value-pg #container{
    position:relative;
}
.value-pg #container:before{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 70%, rgba(0,0,0,0.5) 100%);
}
.value-pg .search-hero {
    background: rgba(0, 0, 0, .75);
    box-shadow: 0 0 0 1px rgba(0,0,0,0);
    padding: 15px 15px 15px;
}
.value-pg .search-hero.columns.small-12{
    position: relative;
    z-index: 1;
}
.valuation-logo {
    position: absolute;
    bottom: 85px;
    width: 100%;
    text-align: center;
}
.value-pg .topbar{
    height: 70px;
    padding: 10px;
    -webkit-box-shadow: inset 0 -3px 10px rgba(255,255,255,.2);
    box-shadow: inset 0 -3px 10px #332b2a;
    background: url(https://u.realgeeks.media/westchestertownhouses/main-nav-bg.jpg) !important;
    background-size: cover !important;
}
.value-pg .topbar .row .small-12{
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
}
img.value-logo {
    margin-top: 5px;
}
.value-pg .topbar-home {
    margin-left: 7px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .5px;
    color: #fff !important;
    display: inline-block;
    font-family: 'Lato', sans-serif !important;
    margin-top: 18px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    position: relative;
    padding: 0 0 0.2em 0;
}
.value-pg .top-home-contain i {
    color: white;
    font-size: 13px;
    position: relative;
    bottom: 4px;
}
.value-pg .topbar-home::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.1em;
    background-color: #009cde;
    opacity: 1;
    transform: translate3d(-100.5%, 0, 0);
    transition: opacity 300ms, transform 300ms;
}
.value-pg .topbar-home:hover::after {
    transform: translate3d(0, 0, 0);
}
.value-pg img.home-icon {
    margin-right: 6px;
    position: relative;
    bottom: 3px;
}
.value-pg .search-hero form input, 
.value-pg .search-hero form button {
    height: 3.5rem;
}
.value-pg .search-hero form input#raw-address {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.value-pg .search-hero form button{
    position:relative;
    background: linear-gradient(#332b2a, #332b2a) !important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 1px solid transparent !important;
    border-image: linear-gradient(90deg, #ccc, #999,#e0e0e0, #ccc,#999, #888, #ccc) !important;
    border-image-slice: 1 !important;
}
.value-pg .search-hero form button span {
    font-family: 'Lato', sans-serif !important;
    font-size: 15px;
    letter-spacing: .05rem;
    text-shadow:none;
}
.value-pg .search-hero form button:hover {
    background: linear-gradient(#002D52, #002D52) !important;
    box-shadow: 0px 2px 7px -4px rgba(255,255,255,0) !important;
    color: #ffffff !important;
    border: 4px solid transparent !important;
    border-image: linear-gradient(90deg, #ccc, #999,#e0e0e0, #ccc,#999, #888, #ccc) !important;
    border-image-slice: 4 !important;
}
.value-pg .search-hero form button.loading {
    background: url(https://u.realgeeks.media/westchestertownhouses/ZZ5H.gif) center center no-repeat, -webkit-linear-gradient(#002D52, #002D52) !important;
    background-size: 35px !important;
    transition:none !important;
}
.value-pg .search-hero h3 {
    font-size: 45px;
    font-family: miller-display, serif !important;
    line-height: 1.15;
    text-shadow: 2px 2px 5px rgba(0,0,0,.5);
}
.value-pg h4,
.value-pg h4 span{
    font-family:'Lato', sans-serif !important;
    font-size:21px !important;
}
.value-pg .custom-footer h4{
    font-family: Miller-Display, serif !important;
}
.value-pg .search-hero input#raw-address, .value-pg .search-hero input#raw-unit {
    padding-left: 10px !important;
}
.value-pg #custom-footer{
    padding-top:0;
}
.value-pg #custom-footer .row{
    max-width:100%;
    padding:0;
    text-align:left;
}
.value-pg #custom-footer ul{
    margin-left:0;
}
.value-pg #custom-footer ul li{
    list-style-type:none;
}
@media only screen and (min-width: 40.063em){
    .value-pg .search-hero {
        top: 30%;
    }
}
@media only screen and (max-width:900px){
	.value-pg .search-hero {
        top: 26%;
    }
}
@media only screen and (max-width:640px){
	.value-pg .valuation-logo {
		bottom: 150px;
	}
	.value-pg .search-hero {
		top: 12%;
	}
	.value-pg .search-hero h3{
		font-size:1.8rem !important;
	}
	.value-pg h4{
		font-size:1.2rem !important;
	}
	.value-pg .search-hero form button span {
		font-size: 13px;
	}
}
@media only screen and (max-width:450px){
	.value-pg .search-hero {
        top: 9%;
    }
	.value-pg .topbar .row .small-12 {
		display: flex;
		flex-flow: column;
		align-items: center;
	}
	.value-pg img.value-logo {
		margin-bottom: 0;
		padding-left: 0;
        width: 180px !important;
		margin-top: 8px;
	}
	.value-pg .top-home-contain{
		display:none;
	}
}

/*******Meet the Team Roster******/
.team-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 960px;
    margin: 0 auto;
    gap: 7rem;
}
.about-circle{
	position:relative;
	text-align:center;
}
img.circular-img {
    max-width: 100%;
}
.circular-img-contain img{
	-webkit-clip-path: circle(53.5% at 50% 60%);
    clip-path: circle(53.5% at 50% 60%);
}
.circular-img-contain{
	position:relative;
}
.circular-overlay {
    -webkit-clip-path: circle(53.5% at 50% 60%);
    clip-path: circle(53.5% at 50% 60%);
    background-color: rgba(0,0,0,.05);
    width: 105%;
    height: 105%;
    position: absolute;
    top: -7px;
    left: 5%;
    transition: all .3s ease-in-out;
}
.circular-overlay-orange {
    background-color: rgba(0,0,0,.05);
}
.circular-overlay-blue {
    background-color: rgba(0,0,0,.05);
}
.about-circle a:hover ~ .circular-img-contain .circular-overlay {
    background-color: rgba(0,0,0,.0);
}
.about-circle a:hover ~ .circular-img-contain .circular-overlay-orange {
    background-color: rgba(0,0,0,.0);
}
.about-circle a:hover ~ .circular-img-contain .circular-overlay-blue {
    background-color: rgba(0,0,0,.0);
}
body #content .solid-bg-header {
    z-index: 1;
    margin: 0 !important;
    padding: 4px 10px 6px !important;
    text-align: center;
    color: #fff !important;
    background-color: #8aa351;
    font-size: 26px !important;
    font-family: 'Lato', sans-serif !important;
    font-weight: bold !important;
    position: relative;
}
.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #8aa351;
  margin:0 auto;
}
.about-circle-profiles .about-circles-wrap .about-circle-title{
	align-self:center;
}
.about-circle-profiles .about-circles-wrap .about-circle-title h2{
	margin-top:0 !important;
}
#content .circle-title {
    margin-bottom: 0;
}
p.circle-contact-info {
    justify-content: center;
    display: flex;
    gap: 1.5rem;
    margin-bottom: .5rem !important;
}
.circle-contact-info p {
	text-align:center;
    margin-top: 0 !important;
}
#content p.circle-contact-info a {
    color: #777;
}
#content p.circle-contact-info a:hover {
    color: #362e2d;
}
.circle-contact-contain i {
    margin-right: .25rem;
    color: #999;
    font-size: 15px;
}
body #content p.circle-learn-more {
    font-size: 14px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.circle-contact-info .circle-learn-more i {
    font-size: .9rem !important;
    position: relative;
    top: 0px;
	color:#999;
}
@media only screen and (max-width:820px){
	.team-grid {
		grid-template-columns: 1fr;
		max-width: 380px;
		gap: 1rem;
	}
}

/*******Center Header Intro******/
.center-header-intro{
	max-width:1020px;
	margin:0 auto;
	margin-bottom:3rem;
}
@media only screen and (max-width:820px){
	.center-header-intro {
		margin-bottom: 2rem;
	}
}