@import url("blocks.css");

a {
	opacity: 1;
}
a:hover {
	opacity: 0.8;
}

nav a:hover {
	opacity: unset;
}

[data-v-56e247fa].mt-24, [data-v-9eb950c8].mt-24 {
	display:none;
}

.fundraising-table th {
	font-size: 1.4rem;
}

.fundraising-table th:first-child {
	background: #F4B433;
}

.fundraising-table th:nth-child(2){
	background: #89b7e9;
} 

.fundraising-table th:nth-child(3){
	background: #000;
	color: #fff;
} 

.fundraising-table tbody tr{
	border-bottom:1px solid #666;
} 

.fundraising-table td {
	padding: 15px 30px;
	line-height: 1.5;
	vertical-align: middle;
}

.fundraising-table th {
	padding: 20px 30px 15px;
	line-height: 1.5;
	vertical-align: middle;
}


.wp-block-button__link.has-luminous-vivid-amber-background-color {
	background-color: #F4B433;
}

.wp-block-button__link.has-black-color {
	color: #000;
}

.wp-block-buttons .wp-block-button {
	margin-left: 20px;
}
.wp-block-buttons .wp-block-button:first-child {
	margin-left: 0;
}

u.highlight {
	text-decoration: none; background-image: linear-gradient(rgba(244,178,51,.5),rgba(244,178,51,.5)); background-repeat: no-repeat; background-position: 0 100%; background-size: 100% 10px;
}

.donate-cta div:nth-child(2) h2{
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
}