.member-count {
  color: #000000;
}

.sow-tabs-panel h3 {
		color: black;
}

#mpc-news .lsow-portfolio-header h3 {
		font-size: 1.5rem;
		color: white;
}

#mpc-news .lsow-filter-item {
		margin: 10px;
    padding: 2px;
    background-color: #ffffff;
    border: solid;
		border-radius: 10px;
    font-weight: 500;
    font-size: 1rem;
    transition: background-color 0.22s, color 0.17s;	
}
#mpc-news .lsow-filter-item a {
    padding: 0 10px 0 10px;
    color: #1e73be;
}
#mpc-news .lsow-filter-item:hover {
    background-color: #1e73beba;
}
#mpc-news .lsow-filter-item:hover a {
    color: #fff;
}
#mpc-news .post {
		min-height: 420px;
		padding: 10px;
		background-color: white;
		border-radius: 10px;
		color: black;
}
.my-ihelp {
		text-transform: none;
}