

.ac {
	display: inline-block;
	/*margin-top: 50px;*/
	width: 100%;
	max-width: 400px;
	position: relative
}

.ac_input {
	display: block;
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	padding: 9px;
	font-size: 12px;
	font-family: inherit;
	width: 100%;
	box-sizing: border-box
}

.ac_suggestions {
	background-color: #f1f1f1;
	text-align: left;
	font-size: 12px;
	padding: 10px;
	display: none;
	color: grey;
	cursor: pointer;
	max-height: 150px;
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	width: 100%;
	box-sizing: border-box
}

.ac_suggestions--shown {
	display: block
}

.ac_suggestions ul {
	margin: -15px
}

.ac_suggestions li {
	padding: 10px;
	color: black
}

.ac_suggestions li.hl,
.ac_suggestions li:hover {
	background-color: yellow
}

.ac_suggestion{
	list-style-type: none;
	/*margin-left:-30px;*/
}

.ac_suggestion:hover {
	color: #000;
}



.download {
	padding: 1.25rem;
	border: 0;
	border-radius: 3px;
	background-color: #4F46E5;
	color: #fff;
	cursor: pointer;
	text-decoration: none
}

.download:hover {
	color: #fff
}

#carbonads {
	display: block;
	overflow: hidden;
	max-width: 728px;
	position: relative;
	font-size: 22px;
	box-sizing: content-box
}

#carbonads>span {
	display: block
}

#carbonads a {
	color: #28a4c9;
	text-decoration: none
}

#carbonads a:hover {
	color: #28a4c9
}

.carbon-wrap {
	display: flex;
	align-items: center
}

.carbon-img {
	display: block;
	margin: 0;
	line-height: 1
}

.carbon-img img {
	display: block;
	height: 90px;
	width: auto
}

.carbon-text {
	display: block;
	padding: 0 1em;
	line-height: 1.35;
	text-align: left
}

.carbon-poweredby {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 6px 10px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-weight: 600;
	font-size: 8px;
	border-top-left-radius: 4px;
	line-height: 1;
	color: #aaa !important
}

@media only screen and (min-width:320px) and (max-width:759px) {
	.carbon-text {
		font-size: 14px
	}
}