/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.afjpac-container {
	box-shadow: none !important;
	overflow: visible !important;
}

.afjpac-item {
	box-shadow: none !important;
	font-size: 1em !important;
	cursor: pointer !important;
	width: 100.2% !important;
	height: auto !important;
	white-space: nowrap !important;
	overflow: hidden !important;
	margin: 0 !important;
	display: block !important;
	width: 100% !important
}

.afjpac-item:hover {
	background: rgba(0,0,0,0.05) !important;
}

.afjpac-item span {
	font-size: 0.8em !important;
}

.afjpac-item span.afjpac-matched {
	font-size: 1em !important;
}

.afjpac-item .afjpac-icon-marker {
	display: none !important;
}

.afjpac-item:first-of-type {
	border-bottom: none !important;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.afjpac-item:last-of-type {
	border-top: none !important;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.afjpac-item:not(:last-of-type):not(:first-of-type) {
	border-top: none !important;
	border-bottom: none !important;
	border-radius: 0 !important;
}

.afjpac-container:after {
	display: none !important;
}