.icon-rbm {
	font-family: 'RBM';
	font-size:    32px;
}

ul.ui-autocomplete
{
    background-color: white;
}

ul.ui-autocomplete li
{
	cursor: pointer;
	list-style: none;
}

div.home-search {
	display: inline-block;
	width: 480px;
}
.home-page .chosen-container {
	color: rgb(68, 68, 68)	;
    font-size: 16px;
    text-shadow: none;
}
.home-page .home-search-select {
	border: none;
	border-radius: 0;
	visibility: hidden;
	width: 600px;
}
.home-page .chosen-container .chosen-single {
	background-position-x: right 10px;
	border: 1px solid transparent;
	font-size: 16px;
	height: 60px;
	padding-top: 18px;
	text-align: left;
	text-shadow: none;
}
.home-page .chosen-container-active.chosen-with-drop .chosen-single {
	border: 1px solid transparent;
}
.home-page .chosen-container .chosen-drop {
	border: 0;
}
.home-page .chosen-container .chosen-results {
	max-height: 100px;
}
.home-page .chosen-container .chosen-results li {
	color: rgb(131, 123, 139);
	text-align: left;
}
.home-page .chosen-container .chosen-results li.level1 {
	padding-left: 24px;
}
.home-page .chosen-container-single .chosen-single {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.home-page .chosen-container-single .chosen-single div {
	display: none;
}
.home-page .chosen-container-active.chosen-with-drop .chosen-single {
	background: white !important;
}

.home-page form .chosen-container-single div.chosen-search input[type="text"] {
	border: 1px solid #aaa;
	line-height: normal;
	height: 30px;
	padding: 6px 5px 4px 5px;
	width: 288px;
}
.home-page .site-main ul li::before {
	content: none;
}


