



/*------------------Fundraising-------------------*/


.col{
	position: relative;
	width: 198px; 
	float: left; 
	
}

.thumb{
	position: relative; 
	width: 198px; 
	margin: 3px; 
	
}

.thumb  a {
	text-decoration: none; 
}

.thumb  a:hover div{
	color: #003661;
	text-decoration: none; 
}

.person{
	position: relative; 
	float: left;
	width: 58px;
	margin-right: 3px; 
}

.description{
	position: relative; 
	float: left;
	color: white;
	font-size: 15px; 
	height: 57px; 
	width: 127px; 
}

.description span{
	font-size: 12px; 
}

.description  div {
	position: absolute;
	bottom: 0;
}

.modal-holder{
	
}

.modal-person{
	position: relative; 
	float: left;
	width: 58px;
	margin-right: 5px; 
}

.modal-description{
	position: relative; 
	float: left;
	color: white;
	width: 510px; 
	font-size: 12px;
	color: black;
	font-weight: bold; 
}

.modal-description a{
	text-decoration: none; 
	color: #005CEF;
	text-decoration: none; 
}

.closebtn{
	position: absolute; 
	right: 5px;
	bottom: 3px;
	z-index: 100;
}