/*
 * Google Autocomplete
 * ------------------------------------------------------------------------------------------------
*/
.pac-container {
	background-color: #fff;
	border-radius: 2px;
	border: 1px solid #1E90FF;
	border-top: none;
	font-family: inherit, sans-serif;
	-webkit-box-shadow: none;
	box-shadow: none;
	/* box-shadow: 0 0 0 1px #1E90FF; */
}
.pac-logo:after {
	/* display: none; */
}
.pac-logo .pac-item {
	padding: 1px 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 30px;
	text-align: left;
	border-top: 1px solid #ECECEC;
	font-size: 12px;
	color: #515151;
	cursor: pointer;
	
	text-overflow: inherit;
	overflow: inherit;
	white-space: inherit;
}
.pac-item:hover {
	background-color: #1E90FF;
	color: #FFF;
}
.pac-item:hover .pac-item-query {
	color: #FFF;
}
.pac-logo .pac-item .pac-icon-marker {
	display: inline-block;
	background-image: url('data:image/svg+xml,%3Csvg width="9" height="16" viewBox="0 0 9 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M0.000483906 4.36682C-0.0167319 3.3317 0.42664 2.23122 1.13449 1.47577C1.94309 0.612787 3.16382 -0.0259153 4.46409 0.000808542C5.76436 0.0275155 6.98398 0.666184 7.79259 1.52916C8.50044 2.28461 8.94491 3.3862 8.92769 4.42132C8.90196 5.96932 8.39529 6.82888 7.53774 8.2837C7.19701 8.86176 6.80087 9.5338 6.3575 10.3803C5.79584 11.6904 5.20963 13.0755 4.65209 15.3713C4.57461 15.7099 4.49903 16.0256 4.46409 15.9984C4.42913 15.9711 4.35357 15.6565 4.27608 15.3179C3.71855 13.0221 3.13234 11.6359 2.57068 10.3258C2.1273 9.47927 1.73116 8.80722 1.39042 8.22916C0.532875 6.77436 0.0262117 5.91482 0.000483906 4.36682ZM6.1719 4.44724C6.1719 5.39043 5.40728 6.15503 4.46409 6.15503C3.5209 6.15503 2.75628 5.39043 2.75628 4.44724C2.75628 3.50405 3.5209 2.73945 4.46409 2.73945C5.40728 2.73945 6.1719 3.50405 6.1719 4.44724Z" fill="%23B3B3B3"/%3E%3C/svg%3E');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 12px;
	height: 21px;
	position: relative;
	top: -1px;
	margin-right: 10px;
	vertical-align: middle;
	
	margin-top: 0;
	margin-right: 8px;
}
.pac-logo .pac-item:hover .pac-icon-marker {
	background-image: url('data:image/svg+xml,%3Csvg width="9" height="16" viewBox="0 0 9 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M0.000483906 4.36682C-0.0167319 3.3317 0.42664 2.23122 1.13449 1.47577C1.94309 0.612787 3.16382 -0.0259153 4.46409 0.000808542C5.76436 0.0275155 6.98398 0.666184 7.79259 1.52916C8.50044 2.28461 8.94491 3.3862 8.92769 4.42132C8.90196 5.96932 8.39529 6.82888 7.53774 8.2837C7.19701 8.86176 6.80087 9.5338 6.3575 10.3803C5.79584 11.6904 5.20963 13.0755 4.65209 15.3713C4.57461 15.7099 4.49903 16.0256 4.46409 15.9984C4.42913 15.9711 4.35357 15.6565 4.27608 15.3179C3.71855 13.0221 3.13234 11.6359 2.57068 10.3258C2.1273 9.47927 1.73116 8.80722 1.39042 8.22916C0.532875 6.77436 0.0262117 5.91482 0.000483906 4.36682ZM6.1719 4.44724C6.1719 5.39043 5.40728 6.15503 4.46409 6.15503C3.5209 6.15503 2.75628 5.39043 2.75628 4.44724C2.75628 3.50405 3.5209 2.73945 4.46409 2.73945C5.40728 2.73945 6.1719 3.50405 6.1719 4.44724Z" fill="%23FFFFFF"/%3E%3C/svg%3E');
}
.pac-logo .pac-item-query {
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
}
.pac-logo .pac-item > span {
	display: inline-block;
	vertical-align: middle;
	/* line-height: normal; */
}




