.grants-search-box{

}
.grants-count{

}
.grant-content{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 3px solid #ebebeb;

}
.grant-content p {
	margin-bottom: 0;
}
.grant-category{
}
.grantee-name{
	font-size: 1.4em;
	font-weight: 700;
}
.grant-name{
}
.grant-location{
	font-size: .85em;
	color: #707070;
}
.grant-amount{
	font-family: Georgia, Times, "Times New Roman", serif;
}
.grant-year {
	font-size: .95em;
}
.grant-filters-container {
	position: relative;
}

.grants-filters{
	background: #DEEBF0;
    border-radius: 30px;
    padding: 40px;
	font-family: Georgia, Times, "Times New Roman", serif;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}
.grants-filters li {
	padding: 0;
	margin-bottom: 10px;
}
.grants-filters a {
	display: block;
	padding: 10px 20px;
}
.grants-filters a:hover {
	background: white;
    border-radius: 21px;
    text-decoration: none;
}

.grants-filters a.active {
	padding: 10px 20px;
    background: white;
    display: block;
    border-radius: 21px;
}
.grantee-details {

}
.grantee-details .grantee-header {
	border-radius: 25px;
	background: #DEEBF0;
	margin-bottom: 30px;
	padding: 20px;
}
.grantee-details .grantee-header .grantee-header-name .title {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.8em;
	font-weight: bolder;
}
.grantee-details .grantee-header .row, .grantee-details .grant-single .row{
	padding: 5px 0 5px 0;
}
.grantee-details .grant-single {
	padding: 20px;
}

.grantee-details .grantee-header-name {
    display: flex;
    align-items: flex-end;
 }

 .grantee-details .col-md-2,  .grantee-details .col-md-10{
 	font-size: .9em;
 }
 .grant-awarded  .col-md-10{
 	font-size: 1.3em;
 	font-family: Georgia, Times, "Times New Roman", serif;
 }
 .grant-awarded {
 	display: flex;
    align-items: flex-end;
 }