[hidden] { display: none; }

.visually-hidden {
	position: absolute;
	clip: rect(0, 0, 0, 0);
}

div.awesomplete {
	display: inline-block;
	position: relative;
}

div.awesomplete > input {
	display: inline-block;
}

div.awesomplete > ul {
	position: absolute;
	left: 0;
	z-index: 1;
	min-width: 100%;
	box-sizing: border-box;
	list-style: none;
	padding: 0;
	border-radius: .3em;
	margin: .2em 0 0;
	background: hsla(0,0%,100%,.9);
	background: linear-gradient(to bottom right, white, hsla(0,0%,100%,.8));
	border: 1px solid rgba(0,0,0,.3);
	box-shadow: .05em .2em .6em rgba(0,0,0,.2);
	text-shadow: none;
}

div.awesomplete > ul[hidden],
div.awesomplete > ul:empty {
	display: none;
}
div.awesomplete mark {
	font-weight:500;
}
@supports (transform: scale(0)) {
	div.awesomplete > ul {
		transition: .3s cubic-bezier(.4,.2,.5,1.4);
		transform-origin: 1.43em -.43em;
	}
	
	div.awesomplete > ul[hidden],
	div.awesomplete > ul:empty {
		opacity: 0;
		transform: scale(0);
		display: block;
		transition-timing-function: ease;
	}
}

	/* Pointer */
	div.awesomplete > ul:before {
		content: "";
		position: absolute;
		top: -.43em;
		left: 1em;
		width: 0; height: 0;
		padding: .4em;
		background: white;
		border: inherit;
		border-right: 0;
		border-bottom: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	div.awesomplete > ul > li {
		position: relative;
		padding: .2em .5em;
		cursor: pointer;
	}
	
	div.awesomplete > ul > li:hover {
		background: hsl(200, 40%, 80%);
		color: black;
	}
	
	div.awesomplete > ul > li[aria-selected="true"] {
		background: hsl(205, 40%, 40%);
		color: white;
	}
	
		div.awesomplete mark {
			background: hsl(65, 100%, 50%);
		}
		
		div.awesomplete li:hover mark {
			background: hsl(68, 100%, 41%);
		}
		
		div.awesomplete li[aria-selected="true"] mark {
			background: hsl(86, 100%, 21%);
			color: inherit;
		}
        
#find-service .awesomplete {
 width: 50%; 
}
#find-service .awesomplete > ul {
	background: #faf8f1;
    border: 1px solid #eae5d7;
    border-radius: 0;
    margin: 0;
    padding: 0;
    margin-left: -2px;
	z-index:10;
}
#find-service .awesomplete > ul:before {
	background: #faf8f1;
}
#find-service .awesomplete > ul > li {
	text-align: left;
	margin-bottom:initial;
    line-height: 2.5em;
}
#find-service .awesomplete > ul > li:before {
	content: none;
}
#find-service .awesomplete > ul > li:hover {
	background: #faf8f1;
	color: #f37021;
}
#find-service .awesomplete > ul > li[aria-selected="true"] {
    background: #dd661e;
	color: white;
}
#find-service .awesomplete mark {
	background: none;
}
		
#find-service .awesomplete li:hover mark {
	background: none;
    color: inherit;
}
		
#find-service .awesomplete li[aria-selected="true"] mark {
	background: none;
	color: inherit;
}
@media (max-width:767px){
	#find-service .awesomplete {
    	width: 95%;
  	}
}


/* service search form styles. */

#find-service {
  margin-top: 10px; 
}
#find-service label {
  color: #ffffff;
  font-family: quadon;
  font-size: 18px;
  padding: 14px;
  background-color: #4379a3;
  border: none;
  height: 50px;
  display: inline-block;
  vertical-align: bottom;
  margin-top: 10px;
}   
#find-service input {
  line-height: 45px;
  height:50px;
  padding-left: 10px;
  width:100%;
  font-size:20px;
  border: none;
  margin-top: 10px;
}
#find-service input:active {
  border: none;
}
#find-service input:focus {
  outline: -webkit-focus-ring-color auto 5px; 
}
#find-service a {
  height: 50px;
  margin-left: -2px;
  vertical-align: bottom;
  margin-top: 10px;
}
#find-service input:placeholder-shown {
    font-family: var(--light-weight-sans), sans-serif;
    font-style: italic;
}
#service-input:focus {
  outline: -webkit-focus-ring-color auto 5px;
}
#hero-buttons {
  color:white;
  font-family: inherit;
  margin: 20px auto;
  float:none;
}
body:not(.home) #hero-buttons {
  display: none; 
}
#hero-buttons .request-text {
  display: inline-block;
  font-size: 36px;
  margin-right: 32px;
  margin-left: 32px;
  line-height: 1em;
}
#hero-buttons a {
  color: #fff;
}

#hero-buttons a:hover {
 color: #f37021;
}

#hero-buttons .fa {
 font-size: 24px;
}
#hero-buttons .request-btn {
  color: #ffffff;
  background-color: #dd661e;
  border-color: #dd661e;
}
#hero-buttons .request-btn:hover {
  color: #ffffff;
  background-color: #f37021;
  border-color: #f37021;
}
.hero-buttons-text {
    font-weight: 400;
    font-size: 24px;
}

#filter-form {
  margin-bottom: 20px;
}

#filter-form input[type='text'].service-filter {
 	font-size: 14px;
  	margin: 16px 0;
}
