#menu ul {
	list-style: none;
	margin: 0;
}
#menu ul li a {
	display: block;
	border-top: 1px solid #ddd;
	margin-right: 15px;
	padding: 5px;
	text-decoration: none;
}
#menu div.more-wrapper {
	display: none;
}
.row h3 {
	padding-top: .5em;
	margin-bottom: 0;
}
.btn-left {
	margin-right: 5px;
}
.btn-right {
	margin-top: 5px;
	white-space: nowrap;
}
.name {
	font-weight: bold;
	font-size: 1.25em;
	line-height: 1.2em;
}
.visible {
	overflow-y: auto !important;
	display: inline-block;
	transform: translate(-100%);
}
body.right-sidebar-engaged .sidebar-overlay {
	background: rgba(84,94,110,0.4);
	z-index: 10000;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
span.refine-item-wrapper {
	white-space: nowrap;
	display: inline-block;
}
a.refine-item,
span.refine-item {
	text-decoration: none;
	color: #fff;
	background-color: #398632;
	display: inline-block;
	padding: .25em .4em;
	font-size: 80%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	margin-right: 2px;
}
.refine-item-list {
	padding-top: 10px;
}
.filter-header {
	padding-top: 10px;
	font-weight: bold;
}
li.filter-selected a {
	/* font-weight: bold; */
}
li.filter-selected a span.icon {
	float: right;
	margin-top: 5px;
}
div.filter-footer {
	margin-bottom: 20px;
}
div.filter-matches {
	padding-top: 10px;
	padding-bottom: 10px;
}
@media screen and (max-width: 1000px) {
	#menu {
		overflow: hidden;
		background-color: #fff;
		display: block;
		z-index: 99999;
		margin: 0px;
		margin-bottom: 20px;
		color: #333;
		position: fixed;
		top: 0;
		padding: 12px 15px 15px 15px
		-webkit-transition: 200ms -webkit-transform ease-in-out;
		-moz-transition: 200ms -moz-transform ease-in-out;
		transition: 200ms transform ease-in-out;
		width: 50%;
		left: 100%;
		height: 100%;
		width: 85%;
	}
	#menu div.wrapper {
		padding-left: 10px;
		padding-right: 10px;
	}
	#menu div.refine-header {
		background-color: #0032A0;
		padding: 10px;
		color: white;
		font-size: 1.6em;
		margin-bottom: 10px;
	}
	#menu div a.close-button {
		color: white;
	}
	#menu ul {
		padding: 0;
	}
}
@media screen and (max-width: 800px) {
	.results-row {
		padding: 10px;
		vertical-align: top;
		border: 1px solid #c2c2c2;
		padding-top: 10px;
		margin-top: 15px;
		border-radius: 5px;
	}
	.results-row:first-child {
		margin-top: 0;
	}
}
@media screen and (min-width: 801px) {
	.results-row {
		vertical-align: top;
		border-top: 1px solid #ddd;
		padding-top: 15px;
		margin-top: 15px;
	}
}

