.entry.clickable .title {
	cursor: pointer;
}
.entry.clickable .chevron {
	transform: rotateX(180);
}
.entry.clickable:not(.active) .chevron::before {
	content: "▲";
}
.entry.clickable.active .chevron::before {
	content: "▼";
}
.entry .notification {
	background-color: #209599 !important;
	color: white !important;
	border-radius: 40px;
	padding-left: 10px;
	padding-right: 10px;
}

.entry .accordion {
	display: none;
}
.entry .title {
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
}
.entry .description {
	font-style: italic;
	margin-top: 12px;
	margin-bottom: 22px;
}

.entry .contact {
	font-style: italic;
}

.entry .role {
	margin-top: 22px !important;
	margin-bottom: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.entry.active .accordion {
	display: inherit;
}

.super.title {
	text-align: center;
	font-size: 3em;
	font-family: "Playfair Display", serif;
}
.super.subtitle {
	text-align: center;
	font-size: 2em;
}

.fulfillment.notification.is-info {
	background-color: #537547 !important;
	color: white !important;
}
.fulfillment.notification.is-danger {
	background-color: #b93334 !important;
	color: white !important;
}
.tag.is-danger {
	background-color: #b93334 !important;
	color: white !important;
}

.fulfillment.notification.is-success {
	background-color: #537547 !important;
	color: white !important;
}
.tag.is-success {
	background-color: #537547 !important;
	color: white !important;
}

.fulfillment.notification.is-warning {
	background-color: #cd8a42 !important;
	color: white !important;
}
.fulfillment.notification.is-warning h1.title {
	color: white !important;
}
