
body {
	background-color:#ECEBEB;
	font-family: 'Arial', sans-serif;
}
p {
	color:#A7A7A7;
}
a { 
	color:#c41312;
	font-size: 19px;
	
}

/*-Header-*/
.header {
	background-color: #000;
	border-bottom: 5px solid #808080;
	padding: 10px 0px;
}

/*-Section Blocks-*/
.section-block {
	background-color: #ffffff;
	border-radius:4px;
	padding: 30px;
	margin-bottom:30px;
}
.section-block.summary {
    background-color: #000000;
    position: fixed;
    width: 28.5%;
}
@media only screen and (max-width: 991px) {
	
    .section-block.summary {
       position: inherit;
       width: auto;
    }
	
    .post-quote {
       width: 90%;
    }
}
.section-block.summary h1 {
    color: #000;
	display:block;
	text-align:center;
}

.section-block h1 {
	margin-top:0;
}
.section-title {
	color: #000000;
	border-radius: 4px;
	display: table;
	padding: 10px 0px;
	font-size: 24px;
	font-weight:700;
}

/*-Main Content-*/
.main-content {
	padding:40px 0px;
}

/*-Profile Summary-*/
.profile-contents {
	margin: 0 auto;
    text-align: center;
}
.profile-contents h2 {
	color:#000;
	font-size: 16px;
	line-height: 1.5;
	font-weight:300;
	margin-top: 5px;
	margin-bottom: 10px;
}
.profile-image {
	border-radius:0%;
	max-width: 100%;
	height: auto;
	margin-bottom:0px;
}
img.img-responsive {
	max-width:100%;
	height:auto;
}
.profile-contents ul li {
	padding:0;
	margin:5px;
}
.profile-contents ul li a {
	background-color: #85AD90;
	color: #FFF;
	height: 40px;
	width: 40px;
	display: inline-block;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.profile-contents ul li a i.fa {
	font-size: 20px;
	margin-top: 10px;
}
.profile-contents ul li a:hover {
	background-color:#779A81;
}

/*-Funding Meta-*/
.funding-meta {}
.funding-meta h1 {
	background: #000;
	color: #fff;
	border-radius: 4px;
	display: table;
	padding: 10px;
	font-size: 30px;
	font-weight:700;
}
.type-meta {
	color:#A7A7A7;
	font-size: 12px;
	display: inline-block;
	margin: 0px 10px 10px 0px;
}
.type-meta i.fa {
	color:#99DEAB;
	margin-right:5px;
}
.funding-meta h2{
	font-weight:700;
}
.funding-meta p {
	color: #000000;
	margin: 20px 0px 10px 0px;
	font-size: 20px;
}
.about-information p {
	color: #000000;
	margin: 20px 0px 10px 0px;
	font-size: 20px;
}
.link {
	margin: 10px 0px 10px 0px;
	text-align: center;
}
.about-information ul {
	color: #000000;
	margin: 20px 0px 10px 0px;
	font-size: 19px;
}
.about-information li {
	margin: 30px 0px 0px 0px;
}

.about-information h3 {
	color: #000000;
	margin: 0px 0px 0px 0px;
	font-size: 21px;
	font-weight: bold;
}

.funding-meta h2, .funding-meta span.contribution {
	display:inline-block;
	color: #85AD90;
}
.funding-meta span.contribution, .funding-meta span.goal-progress {
	color: #A7A7A7;
}
.funding-meta span.goal-progress {
	text-align:right;
	display: block;
}

.tab-content .section-title {
	margin-bottom: 20px;
	border-bottom: 1px solid #E2E2E2;
	display: block;
}

/*-Footer-*/
.footer {
	background-color: #000;
	padding: 10px;
	text-align:center;
}
.copyright {
	color:#F7F7F7;
}
.copyright a {
	background: #fff;
	color: #c41312;
	padding: 0px 5px;
	margin-left: 4px;
	border-radius: 4px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
}

/*-Overrides-*/
.btn, input{
	outline:none;
	{