/* /expert-topic main page */
.breaking-news .grid-list .thumbnail > a.thumbnail > img { object-fit: cover; }
.breaking-news .grid-list .thumbnail .caption { min-height: 45px; }
.normal-news ul.list-group { margin-left: 25px; }

.normal-news ul.list-group {
    font-size: 15px;
    padding-left: 0;
}
.normal-news ul.list-group li.list-group-item:before { top: 7px !important; }
.normal-news ul.list-group li.list-group-item { padding: 0 0 10px 20px !important; }
.normal-news ul.list-group li.list-group-item a { text-decoration: none; }



/* taxonomy sub page */
.experts.container-fluid{ padding: 0; }

.archive-title .news-hero .thumbnail.feature .caption { padding: 10px 20px; }
.archive-title .news-hero .thumbnail.feature .caption .caption-inner h2 { margin-bottom: 0; }

.expert-list.thumbnail-list-item { margin-bottom: 50px; }
.thumbnail-list-item h3.block-header,
.thumbnail-list-item p.expert-title,
.thumbnail-list-item ul.expert-contact,
.thumbnail-list-item p.expert-description,
.thumbnail-list-item ul.mr-contacts,
.thumbnail-list-item p.expert-topics {
    display: block;
    float: left;
    width: 100%;
}
.thumbnail-list-item p.expert-description,
.thumbnail-list-item ul.mr-contacts,
.thumbnail-list-item p.expert-topics{ margin: 10px 0 0; }
.thumbnail-list-item h3.block-header {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
.thumbnail-list-item p.expert-title { margin-bottom: 0; }
.thumbnail-list-item ul.expert-contact { list-style-type: none; }
.thumbnail-list-item ul.expert-contact > li.entypo {
    float: left;
    line-height: 22px;
}
.thumbnail-list-item ul.expert-contact > li.entypo span {
    font-family: "freight-sans-pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 15px;
    line-height: 22px;
    margin: auto 10px auto 5px;
}
.thumbnail-list-item ul.mr-contacts { list-style-type: none; }
.thumbnail-list-item ul.mr-contacts li span:before{
    content: " | ";
}
.thumbnail-list-item ul.mr-contacts li span { margin: 10px 0 0 ; }

.block.list-block-bulleted .list-group .list-group-item.experts-topic:before {
  display: none !important;
}

.block.list-block-bulleted .list-group .list-group-item.experts-topic span {
	/* content: '\f0d7' !important;
	font-family: "FontAwesome" !important; */
	position: absolute;
	left: 0px;
	font-size: 9px;
	top: 5px;
	background: #fdb515;
	color: #fff;
	width: 14px;
	height: 14px;
	border-radius: 30px;
	text-align: center;
	line-height: 15px;
}

.arrow-icon-down:before {
  content: '\f063' !important;
  font-family: "FontAwesome" !important;
}

.arrow-icon-right:before {
  content: '\f061' !important;
  font-family: "FontAwesome" !important;
}

.dropdown-panel {
  display: none;
}

.dropdown-panel ul {
  margin-left: 0px !important;
  margin-bottom: 0px !important;
}

.dropdown-panel .dropdown-item {
  font-size: 15px;
}
