.mod_projectcategories {
	margin-bottom: 2rem;
}
.mod_projectcategories svg {
	width: 0.7rem;
	height: 0.7rem;
	margin-right: 0.4rem;
	position: relative;
	top: -.05rem;
}
.mod_projectcategories .title {
	line-height: 100%;
}
.mod_projectcategories circle {
	-webkit-transition: fill .3s ease;
	-moz-transition: fill .3s ease;
	transition: fill .3s ease;
	fill: transparent;
	
}
.mod_projectcategories strong {
	font-weight: normal;
	
}
.mod_projectcategories ul {
	
}
.mod_projectcategories ul li {
	/* position: relative; */
	margin-bottom: 0.4rem;
}
.mod_projectcategories ul li a:hover circle {
	fill: black;
	
}
.mod_projectcategories ul li.active circle {
	fill: black;
	
}
.mod_projectcategories ul li .icon {
	/* position: absolute; */
	/* left: 0rem; */
	/* top: 0rem; */
	/* font-size: 1.3rem; */
	/* line-height: 100%; */
	/* width: 2rem; */
	/* display: flex; */
	/* align-items: center; */
	/* height: 100%; */
	margin-right: .3rem;
}
.mod_projectcategories ul li .icon svg {
	width: 0.6rem;
	height: 0.6rem;
}
.mod_projectcategories ul li strong,
.mod_projectcategories ul li a {
	/* padding-left: 1rem; */
	/* height: 3rem; */
	display: block;
	display: flex;
	align-items: center;
}
.mod_projectcategories .filter {
	border-top: 1px solid black;
	padding-top: 1rem;
}
