.body-bg {
	position: fixed;
	top: 0; bottom: 0;
	left: 0; right: 0;
	z-index: -1000;
}
.blog-row {
	padding-top: 1rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
	border-radius: 1rem;
}
.blog-post-meta {
	text-align: right;
}
.template {
	display: none !important;
}
.button-wrapper {
	display: grid;
	grid-gap: 1em;
	grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
	justify-content: center;
	justify-items: center;
	align-content: space-evenly;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}
.quick-buttons-header {
	grid-column: 1/-1;
}
.quick-button {
	width: 5em;
	text-align: center;
}
.quick-button-link {
	background: none;
	border: none;
	padding: 0;
	color: #007bff;
	text-decoration: underline;
	cursor: pointer;
}
.quick-button-image {
	width: 100%;
	height: 5em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.quick-button-hr {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}
.mls-image {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: 1em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.mls-text {
	display: inline-block;
	vertical-align: top;
	height: 50px;
	line-height: 50px;
}
.new-agent-slide {
	width: 100%;
	height: 10em;
}
.blog-row {
/* 	background-color: #fffff0; */
	padding-right: 0.6em;
}
hr {
	background-color: #b01c2e;
}
#quick-links-jump, #email-links-jump, #external-links-jump  {
	margin: 0;
}
.blog-byline {
	white-space: nowrap;
}
.agent-profile-image {
	width: 100%;
	border-radius: 1rem;
}
.user-info {
	padding-bottom: 1em;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
	filter: brightness(0) saturate(100%) invert(13%) sepia(69%) saturate(5086%) hue-rotate(343deg) brightness(83%) contrast(90%);
}
