.td-filter-title {
	border-bottom: 1px #5a8ca8 solid;
}
.td-filter-list {
	margin-bottom: 30px;
}
.td-avatar img {
	margin: 0 auto;
}
#td-notes {
	min-height: calc(35vh);
}
.highlight {
	background-color: #ffff99;
}

#frm_radio_226-other_13,
#frm_radio_309-other_12,
#frm_radio_310-other_12,
#frm_radio_227-other_13,
#frm_radio_311-other_13,
#frm_radio_312-other_13 {
	display: none !important;
}
.other-cont{
	display: flex;
}
div.user-div {
    background: white;
    padding: 15px;
}
.other-vert-cont{
	flex-basis: calc(50% - 10px);
	padding-right: 10px;
}
.other-expert-cont{
	flex-basis: calc(50% - 10px);
	padding-left: 10px;
}
.page-id-937 .n-sticky > .vc_column-inner{
	overflow: scroll;
    max-height: 85vh;
}
.filter-clear {
	margin: 0px 0px 18%;
	background: #5a8ca8;
	color: white;
	padding: 4% 15%;
	border: white;
	border-radius: 200px;
	font-size: 12px;
	font-family: Open Sans;
	cursor: pointer;
	font-weight: 600;
	line-height: 20px;
}
.filter-clear:hover{
	filter: brightness(1.05);
}