h3 { margin: 1em 0 0.5ex 0; }
h3:hover { color: #1B3266; text-decoration: underline; }

h3 > .arrow {
	display: inline-block;
	width: 0;
	height: 0;
	
	margin: 0 5px -1px 0;
	border: 5px solid transparent;
	border-top: 5px solid #000;
}

h3 + blockquote {
	margin: 0 2em;
	-webkit-transition: max-height 0.5s, color 0.5s;
	transition: max-height 0.5s, color 0.5s;
}

blockquote > p { text-indent: 3em; margin-bottom: 1ex; }

p > em { font-style: italic; font-weight: bold; }

h3.hidden > .arrow {
	margin: 0 2px 1px 3px;
	border: 5px solid transparent;
	border-left: 5px solid #000;
}

h3.hidden + blockquote {
	max-height: 0;
	color: transparent;
	overflow: hidden;
}
