
Your Financial Support is Greatly Appreciated!
Your support helps ensure sustainability and increased opportunities for entrepreneurs and small business owners. Your tax-deductible donation helps us create new businesses and jobs in the U.S. today and for generations to come.
Thank You for adding SCORE West Virginia as one of your charities of choice!
SCORE is an all-volunteer, non-profit organization, however, we do incur operating expenses in “marketing” our services to the small business community and in providing information technology for our operations. These costs are partially funded by modest charges for our workshops. The remainder comes from grants, sponsors, business partners, and individuals in our community.
If you have benefited from SCORE services or would like to support our services to the West Virginia small business community, we encourage your financial support so that we may continue to provide outstanding business counseling. SCORE is a 501(c)(3) non-profit organization. You can help us help others with a tax-deductible donation to SCORE West Virginia by donating.
Give online now to SCORE West Virginia
When filling out the form, be sure to designate your gift by selecting "I'd like to support my local chapter" and choosing:
"WV - Charleston 256"
.flex-container {
padding: 0;
margin: 0;
list-style: none;
display: flex;
flex-flow: row wrap;
margin-left: -30px;
}
.flex-item {
background: rgb(255, 255, 255);
margin-left: 30px;
margin-bottom: 30px;
box-shadow: 5px 5px 14px -5px rgb(198, 198, 198);
position: relative;
flex: 1;
}
.flex-item.v2 {
background: #f7f7f7;
box-shadow: 5px 5px 14px -5px rgb(198, 198, 198);
}
.flex-item.noshadow {
box-shadow: none;
}
.flex-item.twocol {
min-width: 300px;
padding: 20px;
}
.flex-item.threecol {
min-width: 200px;
}
.flex-item.fourcol {
min-width: 200px;
}
.flex-item.fivecol {
min-width: 100px;
}
.flex-item.more {
padding-bottom: 45px;
}
.morebox {
position: absolute;
background: #e4f3fc;
width: 100%;
height: 60px;
padding: 15px;
bottom: 0;
}
.arrow-down {
width: 0;
height: 0;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-top: 20px solid #265288;
position:absolute;
left:50%;
margin-left:-20px;
bottom:-15px;
}
.arrow-box {
padding: 18px 10px 10px;
background:#265288;
position:relative;
}
a.noline:hover {
background-image: none;
}