.collapsible {
	background-color: none;
	cursor: pointer;
	width: 100%;
	border: none;
	outline: none;
}

.collapsible:hover {
	background-color: #ccc;
}

h4.collapsible {
	background-color: none;
	cursor: pointer;
	width: 70%;
	font-size: 16pt;
	font-weight: normal;
	color: #243f60;
	line-height: 115%;
}

.content {
	padding: 0 18px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	background-color: none;
	width: 100%;
}

div.contentPaddingVert3 {
	padding-top: 	3px;
	padding-bottom: 3px;
}

.collapsible:after {
	content: '\02795'; /* Unicode character for "plus" sign (+) */
	font-size: 13px;
	color: white;
	float: right;
	margin-left: 5px;
}

.active:after {
	content: "\2796"; /* Unicode character for "minus" sign (-) */
}


div.bottom-buffer {
	min-height: 500px;
}