div.search-wrapper {
	/* float: right; */
	display: inline-block;
	width: 50%;
}
div.search-wrapper form::before {
    content: 'Site Search: ';
}
section.section.search {
    display: none;
}
.modular-row, .callout {
	background: transparent !important;
}
.float-left-toc {
	float:left;
	display:inline-block;
	border-right:solid black 1px;
	border-bottom:solid black 1px;
	margin-right:5px;
	margin-bottom:5px;
	padding-right:5px;
	padding-bottom:5px;
}
.float-right-toc {
	float:right;
	display:inline-block;
	border-left:solid black 1px;
	border-bottom:solid black 1px;
	margin-left:5px;
	margin-bottom:5px;
	padding-left:5px;
	padding-bottom:5px;
}
.VPCfloat.VPCleft {
    float: left;
    margin-right: 0.5em;
}
.VPCcol3 {
    width: 30%;
}
.VPCcol2 {
    width: 45%;
}
.VPCclear.VPCboth {
    clear: both !important;
}
ul.type-none {
	list-style-type: none;
}