#results
{
	width: 80%; 
	margin-left: 3%;
}
#resultContainer #sidebar
{
	width: 23%; 
	margin-left: 3%;
}
#resultContainer
{
	display: inline-flex; 
	width: 100%; 
	margin-top: 4%;
}
#resultList
{
	margin-right: 7%; 
	margin-top: 12px;
}
#resultList li
{
	padding: 20px;
	padding-left: 0px;
}
#resultList a
{
	font-weight: bold;
    text-transform: capitalize;
}
#resultList p.small
{
	 font-size: 13px;
    font-style: italic;
}
#resultList p.small span
{
	font-weight: bold;
	color: grey;
}
#loadMore button,
#search button
{
	width: 130px; 
	margin-left: 20px;
}
#facetList h4
{
	margin-top: 15px;
	margin-bottom: 3px;
}
.bold
{
	font-weight: bold;
}
.facetH4
{
	font-size: 22px;
    text-decoration: underline;
}
.selectedFacet {
    font-weight: bold;
    background-color: #509e2f;
    color: white;
    padding: 3px;
    padding-right: 9px;
    border-radius: 1px 50px 50px 1px;
}
.selectedFacet:hover {
    color: white;
}
#loading
{
	width: 130px; 
	min-width: 130px; 
	margin-left:20px; 
	margin-right: 90px; 
	position:relative; 
	display: none;
}
#loading img
{
	height: 97px;
	vertical-align: middle; 
	position: absolute; 
	bottom: -39px;
}
#loadingSearch
{
    display: none;
    bottom: 18px;
    position: relative;
}
#loadingSearch img
{
	height: 88px;
}
#load
{
	text-align: right;
	margin-right: 9%;
	margin-bottom: 3%;
}
.capitalize,
.facetTitle
{
	text-transform: capitalize;
}
.compass_icon
{
	background-image: url(/wp-content/themes/boss-child/images/25x25_Compass.png);
    width: 18px;
    background-size: cover;
    height: 18px;
    margin-left: 7px;
    background-repeat: no-repeat;
    border-radius: 12px;
    display: inline-block; 
}
.blog_icon
{
	background-image: url(/wp-content/themes/boss-child/images/25x25_Blog.png);
    width: 18px;
    background-size: cover;
    height: 18px;
    margin-left: 7px;
    background-repeat: no-repeat;
    border-radius: 12px;
    display: inline-block; 
}
.community_icon
{
	background-image: url(/wp-content/themes/boss-child/images/25x25_Community.png);
    width: 18px;
    background-size: cover;
    height: 18px;
    margin-left: 7px;
    background-repeat: no-repeat;
    border-radius: 12px;
    display: inline-block; 
}
.university_icon
{
	background-image: url(/wp-content/themes/boss-child/images/25x25_University.png);
    width: 18px;
    background-size: cover;
    height: 18px;
    margin-left: 7px;
    background-repeat: no-repeat;
    border-radius: 12px;
    display: inline-block; 
}
.inline
{
	display: inline-flex !important;
}