.metaslider .caption {
  	font-size: .85em !important;
	  word-wrap: break-word;
}

/* ppanchekha 2020-08-27: Disable the search box in the header */
#search-area { display: none; }

/* ppanchekha 2020-09-24: Support the "Research Areas" page */
.cards, .cards.has-background {
	column-width: 50ex;
	column-fill: balance;
	background-color: transparent;
}
.cards > div > div, .cards > div > div.has-background {
	break-inside: avoid;
	background-color: #eee;
	padding: 1em;
	border-radius: 1em;
	margin: 1em 0;
	border-bottom: 3px solid #ccc;
}
.cards .kicker {
	margin: 1em -1em calc(-1em - 3px) !important;
	padding: .25em 1em;
	background: #ddd;
	border-radius: 0 0 1em 1em;
	border-bottom: 3px solid #ccc;
}
.cards h3 { margin-top: 0; font-weight: normal; }
.cards p:empty { display: none; }
.cards ul { padding-left: 2ex; text-indent: -2ex; }
.cards br { display: none; }
.cards ul strong { font-weight: normal; }
.cards li strong:after { content: ": "; }

/* ppanchekha 2020-09-24: Don't wrap inside names */
.links-are-names a { display: inline-block; text-indent: 0; }