.community_address [data-toggle="collapse"]{
	color: rgb(67, 98, 154);
	font-weight: bolder;
}
.community_address [data-toggle="collapse"]:hover{
	color: rgb(91, 122, 179);
}
.community_address [aria-expanded="true"] .fa-chevron-circle-down{
	transform: rotate(180deg);
}