.swift-search .box-content {
	overflow: visible;
}

.swift-search .filter-bar .input-inline {
	overflow: visible;
	float: left;
}

.swift-search .tt-menu .tt-dataset {
	background: #fff;
	border-radius: 3px;
	border: 1px solid #e4e4e4;
	margin-top: 5px;
}
.swift-search .tt-menu .tt-suggestion {
	padding: 10px 12px;
	border-bottom: 1px solid #f2f2f2;
	font-size: 14px;
	line-height: 1.4;
	color: #7ea7cc;
	cursor: pointer;
}
.swift-search .tt-menu .tt-suggestion:first-of-type {
	border-radius: 3px 3px 0 0;
}
.swift-search .tt-menu .tt-suggestion:last-of-type {
	border-bottom: none;
	border-radius: 0 0 3px 3px;
}
.swift-search .tt-menu .tt-suggestion:hover {
	background: #fafafa;
}

.swiftype-widget ul {
	list-style: none;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #e9e9e9;
	margin: 5px 0 0;
	padding: 0;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
}
.swiftype-widget li p {
	padding: 10px 12px;
	border-bottom: 1px solid #f1f1f1;
	font-size: 15px;
	line-height: 1.4;
	cursor: pointer;
}
.swiftype-widget li:first-of-type p {
	border-radius: 3px 3px 0 0;
}
.swiftype-widget li:last-of-type p {
	border-bottom: none;
	border-radius: 0 0 3px 3px;
}
.swiftype-widget li.active p {
	background: #f9f9f9;
	color: #7ea7cc;
}
.swiftype-widget li .title, .swiftype-widget li .type {
	display: block;
}
.swiftype-widget li .title {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #666;
	font-size: 14px;
}
.swiftype-widget li .title em {
	font-style: normal;
	font-family: "AvenirNextDemi", Arial, sans-serif;
	color: #333;
	background: rgba(252, 249, 188, 0.35);
}
.swiftype-widget li .type.tag {
	font-size: 10px;
	text-transform: uppercase;
	font-family: "AvenirNextDemi", Arial, sans-serif;
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
	padding: 3px 4px 2px;
	margin-bottom: 3px;
}
.swiftype-widget li .type.tag.product {
	background: #ce0d1c;
}
.swiftype-widget li .type.tag.document {
	background: #2cac87;
}
.swiftype-widget li .type.tag.article {
	background: #7ea7cc;
}
.swiftype-widget li .type.tag.page {
	background: #9492c8;
}
.swiftype-widget li.active p .title {
	color: #333;
}