/*!
 * Add custom css for this site here:
 */

/* Hides the down arrow on the topnav "Apply" link */ 

a.donate>span.caret {
	 display:none;
}

/*! * Title case for accordion headings  */
 #accordion1 .card-header h3 button.btn {
	 text-transform:none;
}
