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

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

/**********Misc Styles**********/
.no-bttm-border{
    border-bottom-width:0 !important;
}

/**********Headers**********/
body h1, 
body h2, 
body h3,
body h4,
body h1 a, 
body h2 a, 
body h3 a,
body h4 a,
body .text-hero{
    font-family:'Tenor Sans', sans-serif !important;
}

/**********Image Alignment**********/
.alignleft{
    float:left;
    margin:.5rem 2em 2rem 0 !important;
}
.alignright{
    float:right;
    margin:.5rem 0 2rem 2rem !important;
}
@media only screen and (max-width:640px){
    .alignleft,
    .alignright{
        float:none;
        margin:.5rem auto 2rem auto !important;
    }
}

/**********Text Styles**********/
.center{
    text-align:center;
}
body,
body p span,
body p {
    font-family: 'Montserrat', sans-serif;
}
.lg-header{
    font-size:35px !important;
}
.med-header{
    font-size:30px !important;
}

/**********Responsive Text Styles**********/
@media only screen and (max-width:767px){
    body .mce-content h1 {
        font-size: 1.7rem;
    }
    .lg-header{
        font-size:30px !important;
    }
    .med-header{
        font-size:26px !important;
    }
}
@media only screen and (max-width:639px){
    span.featured-agent-right-col img {
        max-width: 350px;
        margin-bottom: 1.5rem;
    }
}
@media only screen and (max-width:540px){
    .lg-header{
        font-size:26px !important;
    }
     .med-header{
        font-size:22px !important;
    }
}

/**********Paragraph Styles**********/
body .mce-content p,
#sidebar p {
    font-size:16px;
    line-height: 1.75;
}
.featured-agent-left-col p,
body .tile-group-blurb {
    font-size: 16px;
    line-height: 1.65;
    color: #777;
}
body .sm-txt {  
    font-size: 14px;
    line-height: 1.65;
}

/**********Colors**********/
body .light-grey {
    color: #777 !important;
}
body .very-light-grey {
    color: #ccc !important;
}
body .white {
    color: white !important;
}
body .black {
    color: black !important;
}

/**********Decorative Header Styles**********/
body .uline-header{
    position: relative;
}
body .uline-header:after {
  margin: 1rem auto 1.5rem;
  content: '';
  display: block;
  width: 120px;
  height: 1px;
  background: linear-gradient(
    90deg,
   #e8d89c 0%,
    #e0d08d 8%,
    #d8c87e 16%,
    #d5c279 24%,
    #d1b872 32%,
    #ceb36a 40%,
    #d3bc71 48%,
    #d8c680 56%,
    #dccb85 64%,
    #e0d08d 72%,
    #d5c279 80%,
    #ceb36a 88%,
    #e8d89c 100%
  );
}

/**********Lists**********/
body ul li {
    font-family: 'Montserrat', sans-serif;
}

/**********Containers & Wraps**********/
.std-wrap{
    max-width:1460px; 
    margin:0 auto;
    padding:6rem 3rem;
}
.more-pad-wrap{
    max-width:1460px; 
    margin:0 auto;
    padding:10rem 3rem;
}
.med-wrap{
    max-width:1020px; 
}
@media only screen and (max-width:1020px){
    .std-wrap{
        padding:6rem 3rem;
    }
    .more-pad-wrap{
        padding:8rem 3rem;
    }
}
@media only screen and (max-width:736px){
    .std-wrap{
        padding:5rem 3rem;
    }
    .more-pad-wrap{
        padding:7rem 3rem;
    }
}
@media only screen and (max-width:540px){
    .std-wrap{
        padding:3.5rem 2rem;
    }
     .more-pad-wrap{
        padding:3.5rem 3rem;
    }
}

/**********Buttons**********/
body .std-bttn {
    padding: 20px 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px !important;
    text-transform: uppercase;
    font-weight: 400;
    background-color: rgba(178, 142, 78, 0);
    border: 1px solid #b28e4e;
    color: #b28e4e;
    line-height: .6 !important;
    transition: all .2s ease-in-out;
}       
body .std-bttn:hover{
    padding:20px 30px;
    font-family: 'Montserrat', sans-serif;
    font-size:13px;
    text-transform:uppercase;
    font-weight:400;
    background-color:rgba(178, 142, 78, 1);
    color:white !important;
}
body .primary-cta:visited {
    color: #b28e4e;
}

/**********Links**********/
body .gold-link{
    color:#b28e4e;
}
body .gold-link:hover{
    color:#ccaf70;
}

/**********Anna Full Width Underline Headers**********/
body .tile-group-title, 
body .agent-title,
body .full-bttm-gold-header,
#sidebar section > h2,
#agents h2,
#sidebar .sidebar-links-container h2.font-bold {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    overflow: visible;
}
body .tile-group-title:after,  
body .agent-title:after,
body .full-bttm-gold-header:after,
#sidebar section > h2:after,
#agents h2:after,
#sidebar .sidebar-links-container h2.font-bold:after {
    content: '';
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(
        90deg,
   #e8d89c 0%,
    #e0d08d 8%,
    #d8c87e 16%,
    #d5c279 24%,
    #d1b872 32%,
    #ceb36a 40%,
    #d3bc71 48%,
    #d8c680 56%,
    #dccb85 64%,
    #e0d08d 72%,
    #d5c279 80%,
    #ceb36a 88%,
    #e8d89c 100%
    );
}
#agents h2:after{
    margin-bottom:1.5rem;
}

/**********Anna Navigation**********/
body #nav-links .h-full{
    overflow: visible;
}
body nav#mobile-menu {
    background-color: rgba(0,0,0,.95);
    background-color: black;
    height: 40px;
}
body header .js-nav-link header .border-palette-navigationLink-color, 
body header .text-palette-navigationLink-color {
    color: #444;
}
.home header .js-nav-link header .border-palette-navigationLink-color, 
.home header .text-palette-navigationLink-color {
    color: white;
}
.home #mobile-menu .h-mobile-nav-inner{
    background-color: white;
}
body nav#mobile-menu button.js-menu-toggle {
    background-color: black !important;
} 
body #mobile-menu a {
    color: #444;
}
.home .brand-color-nav #nav-links .border-transparent{
    border-color:white;
}
.home .brand-color-nav #nav-links .border-transparent:hover{
    border-color:#b28e4e;
}
@media only screen and (max-width: 69em) {
    body #mobile-menu.fixed .border-medium-gray {
        border-color: #e0e0e0;
    }
}


/**********Anna Desktop Sub-Navigation**********/
.desk-submenu {
    position: absolute;
    top: 95px;
    left: 0;
    z-index: 2;
    opacity:0;
    transition:all .2s ease-in-out;
}
.submenu-contain:hover .desk-submenu{
    opacity:1;
}
.desk-submenu li{
    padding:1rem;
    background-color:rgba(255,255,255,.9);
    border-bottom:1px solid #e0e0e0;
    width:200px;
}
.desk-submenu li:last-child{
    border-bottom:none;
}
.desk-submenu li a{ 
    border-bottom:none;
    color:#222;
    font-size:14px;
}
.desk-submenu li:hover a{
    color:#b28e4e;
}
/*
@media only screen and (max-width:1300px){
    .home #nav-links > .h-full > a:last-child{
       opacity:0;
       pointer-events:none;
    }
}
*/
@media only screen and (max-width:1297px){
    #nav-links > .h-full > a:last-child{
       opacity:0;
       pointer-events:none;
    }
}
@media only screen and (max-width:1263px){
    body #nav-links .h-full{
        overflow: hidden;
    }
}
.parent-mobile-link{
    margin-bottom:0;
}
.mobile-sub-links {
    display: flex;
    flex-flow: column;
    margin-bottom: 24px;
    gap: .5rem;
}
.mobile-sub-links a i {
    font-size: .85rem;
    margin-right: .35rem;
    color: #ccaf70;
    position: relative;
    bottom: 1px;
}
.mobile-sub-links a:hover{
    color:#ccaf70 !important;
}

/**********Miranda Mobile Navigation**********/
.top-nav .nav .inner li{
    position:relative;
}
.miranda-sub-menu{
    position:absolute;
    top:45px;
    left:0;
    width:200px;
    display:flex;
    flex-flow: column;
    opacity:0;
    transition:all .2s ease-in-out;
}
.miranda-sub-menu li{
    background-color:#f9f9f9;
    padding:1rem 1.5rem !important;
}
.miranda-sub-menu li:first-child{
    border-bottom:1px solid #e0e0e0;
}
.top-nav .nav .inner li:hover .miranda-sub-menu{
    opacity:1;
}
.top-nav.shrunk .miranda-sub-menu{
    position:relative;
    top:0;
    width:auto;
    opacity:1;
}
.top-nav.shrunk .miranda-sub-menu li{
    background-color: rgba(255,255,255,0);
    padding: 0 !important;
    border-bottom: 1px solid #f2f2f2;
}
.top-nav.shrunk .miranda-sub-menu li a{
    color: #1f1f1f;
}
.top-nav.shrunk .miranda-sub-menu li a:hover{
    color: #ccaf70;
}
.top-nav.shrunk a.miranda-sub-menu-parent{
    border-bottom: 1px solid #f2f2f2;
}

/**********Home Hero**********/
.h-hero-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(0,0,0,.15), rgba(0,0,0,.85));
}
.h-hero-image .h-full{
    z-index: 1;
}

/**********Hero Search**********/
@media only screen and (max-width:767px){
    .text-hero {
        font-size: 2rem !important;
        line-height: 1.25 !important;
    }
}
@media only screen and (max-width:540px){
    .text-hero {
        font-size: 1.8rem !important;
        line-height: 1.3 !important;
    }
}

/**********Featured Agent**********/
span.featured-agent-right-col img {
    border: 1px solid transparent;
  border-radius: 50%; /* 1px more than padding to account for the border */
  padding: 10px;
  background-image: linear-gradient(white, white), 
    linear-gradient(
      90deg,
      #e8d89c 0%,
      #e0d08d 8%,
      #d8c87e 16%,
      #d5c279 24%,
      #d1b872 32%,
      #ceb36a 40%,
      #d3bc71 48%,
      #d8c680 56%,
      #dccb85 64%,
      #e0d08d 72%,
      #d5c279 80%,
      #ceb36a 88%,
      #e8d89c 100%
    );
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.featured-agent-right-col{
    margin:0;
}
body .featured-agent-left-col .primary-cta {
    margin-top: 2rem;
}
body .featured-agent-left-col p {
    border-top: none;
    padding-top: 0;
    margin-top: 2rem;
}

/**********About Page**********/
#agents img{
    border-radius: 4px;
}
#agents a.font-bold {
    margin-bottom: .5rem;
    font-size: 20px;
}
#agents ul li a:nth-child(2),
#agents ul li a:nth-child(3){
    font-size:15px;
    color:#888;
}
#agents ul li a:nth-child(2){
    margin-bottom:.25rem;
}
#agents .primary-cta {
    height: auto;
    padding: .85rem 2.75rem;
    margin-top: 1rem;
    font-size: .875rem;
    align-self: flex-start;
}

/**********Sidebar Defaults**********/
body ul.sidebar-link-grid li a {
    font-size: 16px;
}
body #sidebar section.pt-12:first-child{
    padding-top:0;
}

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

/**********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: #b08c48 !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;
	}
}

