/* Blog listing */
.blog-index {
	display: flex;
	gap: 30px;

}
.blog-index__post-preview{
	margin-block-end:0px;
}

.blog-index__post {
	transition: box-shadow 0.3s ease;
	display: flex;
	flex-flow: column nowrap;
}

.blog-index__post--small {
	width: calc((100% - 90px) / 3);
	margin-bottom: 58px;
	margin-right: 41px;
}
.blog-index__post{
	box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.12);
}
.blog-index__post:hover .blog-index__post-title-link{
	color: var(--Dark-Green, #009843)!important;
}

/*
.blog-index__post:hover, .blog-index__post:focus {
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05), 0px 25px 35px rgba(0, 0, 0, 0.03);
}
*/

.blog-index__post .blog-index__post-content--small {
	padding: 28px 28px 40px 28px;
	display: flex;
	flex-flow: column nowrap;
	height: 100%;
	border-top: 4px solid transparent;
	transition: border 0.3s ease;
	height:250px;
	box-sizing:border-box;
}
/*
.blog-index__post:hover .blog-index__post-content--small {
	border-top: 4px solid var(--thermo-green, #12C7B5);
}
*/
@media screen and (max-width: 1000px) {
	.blog-index__post--small {
		width: calc((100% - 60px) / 2);
	}
}

@media screen and (max-width: 768px) {
	.blog-index__post--small {
		width: 100%;
	}
}

@media screen and (min-width: 768px) {
	.blog-index__post--large {
		display: flex;
		flex: 1 0 calc(100% - 30px);
	}
}

.blog-index__post-image-wrapper--small {
	display: flex;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.blog-index__post-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (min-width: 768px) {
	.blog-index__post-image-wrapper--large {
		flex: 1 1 48%;
	}

	.blog-index__post-content--large {
		flex: 1 1 48%;
		padding-left: 2rem;
	}

	.blog-index__post-content--full-width {
		flex: 1 1 100%;
		padding-left: 0;
	}
}

.blog-index__read-time {
	color: var(--grey-1);
	font-size: 14px;
	line-height: 24px;

}

.blog-index__post-title-link {
	display: flex;
}

.blog-index__post-title {
	font-size: 1.25rem;
	
}

.blog-index__post-timestamp {
	display: block;
}

.blog-index__post-author {
	align-items: center;
	display: flex;
}

.blog-index__post-author-image {
	border-radius: 50%;
	height: auto;
	margin-right: 0.35rem;
	width: 30px;
}

.blog-index__post-tags,
.blog-index__post-title,
.blog-index__post-timestamp,
.blog-index__post-author {
	margin: 0 0 0.7rem;
}

.blog-index__post .blog-index__post-button {
	color: var(--Grey-01, #555);
    font-family: Open Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 160% */
    letter-spacing: 0.4px;
    margin-top:auto;
}

.blog-index__post:hover .blog-index__post-button,
.blog-index__post:focus .blog-index__post-button {

}
.blog-index__post{
	width: 384px;
	margin-right:15px;
	margin-left:15px;
}
.blog-topics{
	margin-left:15px;
}
.blog-topic , #blog-topic-search::placeholder{
	text-transform: initial;
	color: var(--thermo-grey, #8797A0);
	font-family: "Open Sans";
	font-size: 12px!important;
	font-style: normal;
	font-weight: 400;
	line-height: 16px!important; /* 133.333% */
}
/*
.blog-topic {
	margin-top:5px;
}
*/
.blog-topic ,#blog-topic-search{
	align-items:flex-start;
}
#blog-topic-search{
	font-size: 12px!important;
	font-family: "Open Sans";
	font-style: normal;
	line-height: 16px!important;
}
.blog-topic{
	text-align: center;
}
#blog-topic-search{
	width:76px!important;
}
.blog-index__read-time{
	color: var(--Grey-01, #555)!important;
	font-family: Open Sans;
	font-size: 14p!important;
	font-style: normal;
	font-weight: 400!important;
	line-height: 24px!important; /* 171.429% */
	letter-spacing: 0.336px!important;
	opacity: 0.5;
	
	}

.blog-index__post-title-link,.blog-index__post-title{
	/*color:  var(--Grey-01, #555)!important;;
	font-family:  "Open Sans"!important;;
	font-size: 20px!important;;
	font-style: normal;
	font-weight: 500!important;;
	line-height: 28px!important; 
	letter-spacing: -0.48px;
    color: var(--Dark-Green, #009843);
    */
    color: var(--Dark-Green, #009843)!important;
    font-family: Open Sans!important;;
    font-size: 14px!important;;
    font-style: normal!important;;
    font-weight: 700!important;;
    line-height: 18px!important;; /* 128.571% */
    letter-spacing: 2.4px!important;;
    text-transform: uppercase!important;;
}
.blog-index__post-content{
	padding:28px 28px 40px 28px;
}
.blog-index__post-title{
margin-top:14px;
margin-block-end:14px;
color: var(--Grey-01, #555);
font-family: Open Sans;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 28px; /* 140% */
letter-spacing: 0.2px;
}
.blog-index__post-image{
	width:384px;
	height:240px;
	object-fit:cover;
	transition: transform 0.3s ease;
}
.blog-index__post-image-wrapper{
	width:384px;
	height:240px;
	overflow:hidden;
}
.blog-index__post:hover .blog-index__post-image{
	transform:scale(1.1);
}


.blog-topics {
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 68px;
	gap: 16px;
	position: sticky;
	
	
	z-index: 1;
	top: 0;
	padding: 12px 0;
	background-color: white;
	transition-property: top;
	transition-duration: .5s;
	transition-timing-function: ease-in-out;
    padding-left:16px;
}

.blog-topics-dropdown {
	display: none;
	margin-bottom: 60px;
	position: sticky;
	top: 10px;
	width: 100%;
	z-index: 1;
	transition-property: top;
	transition-duration: .5s;
	transition-timing-function: ease-in-out;
}

.blog-topics-dropdown select {
	width: 100%;
	border-radius: 0;
	color: var(--grey-5);
	border: none;
	padding: 10px;
	padding-top: 12px;
    padding-bottom: 12px;
	padding-left:20px;
	/*background: rgba(109, 172, 48, 0.30);*/
	background:#D6EDC0;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="10" viewBox="0 0 16 10" fill="none"><path d="M8 9.93332L0 1.93332L1.86667 0.0666504L8 6.19998L14.1333 0.0666504L16 1.93332L8 9.93332Z" fill="%23009843"/></svg>');
	background-repeat: no-repeat;
	background-position: right 20px center;
	appearance:none;
	cursor: pointer;
	color: var(--Dark-Green, #009843);
	font-family: Open Sans;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px; /* 200% */
}
.blog-topic {
	padding: 12px 18px;
	color:  var(--Grey-01, #555)!important;
	transition: color 0.3s ease;
	box-sizing: border-box;
	background: #F4F4F4;
	cursor: pointer;
	font-size: 16px!important;
	/*line-height: 0!important;*/
    line-height: 28px!important;
}

.blog-topic.active {
	color: var(--Dark-Green, #009843)!important;
	background: rgba(109, 172, 48, 0.30)!important;
	text-align: center;
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	cursor: default;
}

.blog-topic-search-wrapper {
	position: relative;
}
/*
.blog-topic-search-wrapper::after {
	content: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.52827 11.1381C9.26792 10.8777 9.26792 10.4556 9.52827 10.1953C9.78862 9.93491 10.2107 9.93491 10.4711 10.1953L13.1377 12.8619C13.3981 13.1223 13.3981 13.5444 13.1377 13.8047C12.8774 14.0651 12.4553 14.0651 12.1949 13.8047L9.52827 11.1381Z" fill="%238797A0"/><path d="M7.33317 10.6667C9.17412 10.6667 10.6665 9.1743 10.6665 7.33335C10.6665 5.4924 9.17412 4.00002 7.33317 4.00002C5.49222 4.00002 3.99984 5.4924 3.99984 7.33335C3.99984 9.1743 5.49222 10.6667 7.33317 10.6667ZM7.33317 12C4.75584 12 2.6665 9.91068 2.6665 7.33335C2.6665 4.75602 4.75584 2.66669 7.33317 2.66669C9.9105 2.66669 11.9998 4.75602 11.9998 7.33335C11.9998 9.91068 9.9105 12 7.33317 12Z" fill="%238797A0"/></svg>');
	position: absolute;
	top: 4px;
	right: 6px;
	opacity: 0.6;
	font-size: 14px;
}
*/
#blog-topic-search {
	color: var(--thermo-grey, #8797A0);
	transition: color 0.3s ease;
	border-radius: 5px;
	background: var(--Light-Grey-02, #F4F4F4);
	border: none;
	width: 100px;
	position: relative;
	line-height: 0!important;
}


.blog-topic-search-wrapper{
	padding: 17px 18px;
	line-height: 0!important;
	background: var(--Light-Grey-02, #F4F4F4);
}

#blog-topic-search {
	display:none;
}

#blog-topic-search::placeholder{
	color: var(--thermo-grey, #8797A0);
}

@media screen and (min-width:768px) and (max-width: 1115px) {
	.blog-index{
		width:730px;
		margin-left:auto!important;
		margin-right:auto!important;
	}
}

@media screen and (max-width: 767px) {
	.blog-topics {
		display: none;
	}

	.blog-topics-dropdown {
		display: block;
	}
	.blog-index__post{
		margin-left:0px;
		margin-right:0px;
	}
	
	.blog-index__post , .blog-index__post img{
		width:100%;
	}
	.blog-index__post-image-wrapper{
		width:100%;
		height:200px;
	}
	.blog-topics-dropdown{
		display:flex;
		justify-content:space-between;
	}
	.blog-index__post-preview{
		color: var(--Grey-01, #555)!important;
        font-family: Open Sans;
        font-size: 20px!important;
        font-style: normal;
        font-weight: 400!important;
        line-height: 28px!important; /* 140% */
        letter-spacing: 0.2px!important;
	}
	.blog-index__post .blog-index__post-content--small {
		height:250px;
	}
	.blog-index__post-content .blog-index__post-title-link,.blog-index__post-content .blog-index__post-title{
		color: var(--Dark-Green, #009843)!important;
        /* H4 */
        font-family: Open Sans;
        font-size: 14px!important;
        font-style: normal!important;
        font-weight: 700!important;
        line-height: 18px!important; /* 128.571% */
        letter-spacing: 2.4px!important;
        text-transform: uppercase!important;
}
.blog-index__post--small {
	margin-bottom:40px;
}

}
.blog-topic-search-wrapper:hover svg path{
    opacity:0.5;
    
}
.blog-topic-search-wrapper:hover{
	cursor:pointer!important;
}
.blog-index__post-title {
    margin-block-end:15px!important;
    margin-block-start:15px!important;
}
.blog-topic{
    transition: all 0.3s ease;
}
.blog-topic:not(.active):hover{
    background: var(--Light-Grey-02, #F4F4F4)!important;
    transform:scale(1.1);
}
#blog-topic-search:focus-visible {
    outline-color: var(--Dark-Green, #009843);
}
.blog-index__post {
    display:block;
    text-decoration:none;
    color:inherit;
    cursor:pointer;
    transition:transform .15s ease, box-shadow .15s ease;
}

.blog-index__post:hover {
    transform:translateY(-3px);
    box-shadow:0 6px 20px rgba(0,0,0,0.1);
}

.listing-status-banner {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 6px 12px;
    border-radius: 4px;
    color: #fff !important;
    font-family: Open Sans;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1;
    z-index: 9999;
    pointer-events: none;
}

.listing-status-banner--available {
    background: #009843;
}

.listing-status-banner--sold {
    background: #D71920;
}

.listing-status-banner--under_offer {
    background: #F57C00;
}

.listing-status-banner--coming_soon {
    background: #D6A800;
}0;
}