.searcherror {
	display: none;
}
.searcherror .col {
	color: red;
	font-style: italic;
}
.fundList label {
	font-size: 1.2em;
	font-weight:bold;
	border-bottom: 1px solid black;
	margin-top: 0.5em;
	margin-bottom: 0.25em;
}
.fundList li {
	margin-bottom: 1em;
}

.fundList span.searchResultFund {
	font-weight: bold;	
}
.fundList .searchResultFundSite {
}
.fundList .searchResultFundDescription {
	padding: 0.5em;
	font-style: italic;
}

div.givingbc {
	padding-top: 10px;
}
.givenowbuttoncontainer {
	padding-left: 30px;
	padding-bottom: 1em;
}
h1,
h2 {
	font-family: "Libre Baskerville",Georgia,"Times New Roman", serif;
	font-weight: bold;
	color: #13284a;
	border-bottom: 2px solid #4b9cd3;
}
h3 {
	font-family: "Libre Baskerville",Georgia,"Times New Roman", serif;
	//font-style: italic;
	color: #13284a;
	font-weight: bold;
}

h3.subcat {
	font-family: "Libre Baskerville",Georgia,"Times New Roman", serif;
	font-style: normal;
}
p.calltoaction {
	font-size: 1.2em;
}
.fundContainer {
	margin-bottom: 2em;
}


h3.optgroup {
	border-bottom: 1px solid black;	
}

div#page_home a.btn-link, 
div#page_schools a.btn-link, 
div#page_units a.btn-link, 
div#page_medother a.btn-link, 
div#page_medicine a.btn-link {
	
	display: block;
	height: 5em;
	text-align: center;
	background-color: #4B9CD3;
	margin-bottom: 1em;
	padding: 0.5em;
	border: 2px solid black;
	border-radius: 5px;
}
div#page_home a.btn-link:hover, 
div#page_schools a.btn-link:hover, 
div#page_units a.btn-link:hover, 
div#page_medother a.btn-link:hover, 
div#page_medicine a.btn-link:hover {
	background-color: #ffffff;
	border: 2px solid #4B9CD3;
}
