@CHARSET "UTF-8";

#grantCategoriesHeader{
	font-size: 12px;
	margin: 30px;
}
#grantCategories{
	margin: 20px auto;
	padding: 10px 5px;	
	list-style-type: none;
	overflow: hidden;
}
#grantCategories .grantCategory{
	cursor: pointer;
	box-shadow: none;	
	transition: all 300ms ease-out;
}
#grantCategories .grantCategory:hover, #grantCategories .grantCategory.active{
	box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.31);	
}


#grantCategories .grantCategory emph{
	font-family: Clear;
	font-size: 10px;
	font-weight: bold;
	color: #a0c3dc;
	text-transform: uppercase;
}
#grantCategories .grantCategory strong{
	font-family: Clear;
	font-size: 16px;
	font-weight: bold;
	color: #2b2b68;
	
}

#contactHint p strong{
	font-family: Kelson;
	font-size: 20px;
	color: #2b2b68;
}

#grantsHeader{
	font-size: 24px;
	font-weight: bold;
	margin: 60px 0px 30px 0px;
}

#grantsListHeader{
	padding: 10px 0px;
	margin: 0px;
	border-bottom: 1px solid #6f9cbc; 
	overflow: hidden;
}
#grantsListHeader div{
	width: 50%;
	float: left;
	margin: 0px;
	padding: 0px;
}

#grantsList{
	overflow: hidden;
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px;
	margin-bottom: 160px;
}
#grantsList li{
	display: block;
	border-bottom: solid 1px #a0c3dd;
	padding: 0px;
	margin: 0px;
}

#grantsList li a{
	display: block;
	text-decoration: none;
	padding: 10px;
	padding-right: 20px;
	position: relative;
	overflow: hidden;
}
#grantsList li a div:nth-child(1){
	float: left;
	width: 50%;
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	color: #2b2b68;
}
#grantsList li a div:nth-child(2){
	float: left;
	width: 50%;
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	color: #6f9cbc;
}
#grantsList li a div:nth-child(3){
	text-align: right;
	position: absolute;
	right: 50px;
	bottom: 12px;
	display: none;
	font-size: 12px;
	text-align: center;
	color: #6f9cbc;
	background-color: white;
	padding: 3px;
	outline: 1px solid #777;
	text-transform: uppercase
}
#grantsList li a img{
	position: absolute;
	right: 15px;
	top: 15px;
}