
/*
Tipue drop 5.0.2
Copyright (c) 2015 Tipue
Tipue drop is released under the MIT License
http://www.tipue.com/drop
*/


#tipue_drop_input
{
	font: 13px/1.6 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #333;
	padding: 13px 13px 13px 40px;
	width: 170px;
	border: 1px solid #e2e2e2;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	box-shadow: none;
	outline: 0;
	margin: 0;
	background: #fff url('img/search.png') no-repeat 15px 15px;
}

#tipue_drop_content {
	display: none;
	position: absolute;
	margin: 13px 20px 0 7px;
	line-height: 0;
	z-index: 1001;
	width: 96%;
}
.tipue_drop_left i.fa.fa-circle {
	color: #003878;
}
.tipue_drop_box
{
	position: relative;
	background: #fff;
	border: 1px solid #dcdcdc;
	border-radius: 2px;
	box-shadow: 2px 2px 5px #f9f9f9;
}
.tipue_drop_box:after, .tipue_drop_box:before
{
	position: absolute;
	pointer-events: none;
	border: solid transparent;
	bottom: 100%;
	content: "";
	height: 0;
	width: 0;
}
.tipue_drop_box:after
{
	border-bottom-color: #fff;
	border-width: 8px;
	left: 42px;
	margin-left: -8px;
}
.tipue_drop_box:before
{
	border-bottom-color: #dcdcdc;
	border-width: 9px;
	left: 42px;
	margin-left: -9px;
}

#tipue_drop_wrapper
{
	margin: 6px;
}
#tipue_drop_wrapper a
{
	text-decoration: none;
}
.tipue_drop_item
{
	/*background-color: #e3e3e3;*/
	min-height: 50px;
}
.tipue_drop_item:hover
{
	background-color: #f7f7f7;
}
.tipue_drop_left
{
	display: table-cell;
	padding: 7px;
	line-height: 50px;
	width: 20px;
	vertical-align: middle;
}
.tipue_drop_image
{
	max-width: 50px;
	max-height: 50px;
	border-radius: 0px;
	border: 2px solid #fff;
}
.tipue_drop_right
{
	display: table-cell;
	vertical-align: middle;
	font: 300 14px/1.6 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #333;
	width: 300px;
	padding: 0 7px;
	line-height: 50px;
}
.cat-divider {
	display: block;
	height: 15px;
	color: #fff;
	font-family: 'tekton-pro-n7','tekton-pro','Conv_TektonPro-Bold',Arial,Helvetica,sans-serif;
	padding: 15px 0 0 15px;
	background-color: #003878;
	font-size: 12pt;
	text-transform: capitalize;
	letter-spacing: .9pt;
	font-weight: 900;
}
div#top-results {
	height: 10px;
	background-color: #808080;
	padding: 11px 0 0 15px;
}
.tipue_drop_right br {
	display: none;
}
.link:focus .tipue_drop_item {

	background-color: #e7e7e7;
	outline:1px solid #003878;

}
.tipue_drop_right h4 {
	display: block;
	width: 295px;
	overflow: hidden;
	line-height: 65px;
	text-overflow: ellipsis;      /* Required for text-overflow to do anything */
	white-space: nowrap;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 11pt;
}