.general_card {
	background-size: contain;
	background-repeat: no-repeat;
	height: 197px;
	width: 295px;
	display: block;
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
	cursor: pointer;
	transform: none;
	margin: auto;
}

.general_card > div > p{
	display: flex;
	width: 100%;
	height: auto;
	justify-content: center;
	background-color: #00488c;
	color: white;
	align-items: flex-end;
	box-shadow: none;
	transition: color 300ms ease;
}
.general_card > div {
	height: 100%;
	display: flex;
	align-items: flex-end;
	width: 100%;
	justify-content: center;
}
.general_card > div > p:hover{
	color: #FDB515;
	background-color: #00488c;
	cursor: pointer;
	text-decoration: underline #FDB515;
}

.general_card_parent {
	display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  width: 100%;	
  align-items: center;
}
#CRL {
	background-image: url("/sites/default/files/images/CRL_logo.png");
}
#henry {
	background-image: url("/sites/default/files/images/henry_center.jpeg");
	}
#core_resources {
	background-image: url("/sites/default/files/images/core_resources.png");
}
#general_resource_grid {
	grid-template-columns: repeat(3, 1fr);
	margin-top: 5%;
}
#approve_protocol {
	position: relative;
  top: 15%;
  max-height: 160px;
}
p.list > a  {
	box-shadow: none !important;
	text-decoration: none !important;
}

p.list:hover {
	color: #FDB515  !important;
	cursor: pointer;
	text-decoration: underline #FDB515 !important;
}