





:root {
    --p-font-size: clamp(1rem, calc(1rem + ((1vw - 0.225rem) * 0.47)), 1.1rem) !important;

}
.block-layout .button-list .button {
    --button-font-size: 0.75rem;
}

#listing-results-view#listing-results-view .NEW-BANNER .mrp-listing-main-image-container .results-ribbon, 
#listing-details-view#listing-details-view.mrp-style-area .mrp-listing-main-image-container .details-ribbon.ribbon-new {
    background-color: #755f56 !important;
}



/* --- Master Template Custom Header --- */

@media only screen and (min-width: 67rem) {

#mrp-header {
    background: url("_media/Images/altheader.png") no-repeat bottom center transparent;
    background-size: contain;
    padding-bottom: 12rem;
}
.map-search #mrp-header {
    padding-bottom: 0;
    background: #FFF !important;
} 

}

.blocks-site .infographic-rss .weblet_web-syndication {
	margin-top: 0;
	padding-top: calc(var(--spacing-1,0) * 20);
}
.infographic-rss .weblet_web-syndication h1, 
.infographic-rss .weblet_web-syndication h2, 
.infographic-rss .weblet_web-syndication h3, 
.infographic-rss .weblet_web-syndication h4, 
.infographic-rss .weblet_web-syndication h5, 
.infographic-rss .weblet_web-syndication h6, 
.infographic-rss .weblet_web-syndication .title {
	text-transform: var(--title-case);
	font-family: var(--custom-title-font-family, var(--title-font-family));
	font-weight: var(--title-weight);
	font-style: var(--title-style);
	letter-spacing: var(--title-spacing);
}

.infographic-rss .weblet_web-syndication h1 {
	text-align: center !important;
	font-size: var(--text-size6) !important;
}
.infographic-rss .weblet_web-syndication h1:after {
	content: "";
	width: 8rem;
	height: 2px;
	background-color: var(--title-underline-color, var(--g-accent-color, black));
	display: block;
	margin: 0.75rem auto 0 auto;
} 

.infographic-rss .weblet_web-syndication-entry-text img {
	float: left;
	max-width: 45% !important;
	margin: 0 1rem 1rem 0 !important;
} 
.infographic-rss .weblet_web-syndication-entry-text a img {
	float: none !important;
	max-width: none !important;
	margin: initial !important;
}

.infographic-rss .weblet_web-syndication-entry-text p:first-of-type {
	margin-top: 0 !important;
} 

.infographic-rss .weblet_web-syndication-entry-text a {
	color: var(--g-accent-color);
	transition: all 0.5s ease;
}
.infographic-rss .weblet_web-syndication-entry-text a:hover {
	color: currentColor;
}