#lpw-search {
    margin-bottom: 0;
    padding: 0;
    background: #006A96cc;
}
#lpw-search-form {
    margin-bottom: 0;
}
#lpw-search-query {
    background: transparent;
    box-shadow: 0px 0px 10px #182B49;
    border-radius: 10px;
    margin: 48px 48px 0 48px;
}



#lpw-search input[type="text"] {
	background: url("../images/ucls.png") no-repeat scroll 15px center / 100px;
	background-color: #fff;
    padding: 20px 20px 20px 130px;
    margin-right: 0px;
    font-size: 1.666em;
    margin: 10px 0px 10px 10px;
    border: 1px solid #fff;
    border-radius: 10px 0 0 10px;
    margin: 0;
}
#lpw-search button[type="submit"] {
    border: 2px solid #fff;
    padding: 0 1em;
    border-radius: 0 10px 10px 0;
    margin: 0;
    font-size: 1.75em;
    transition: all .3s;
}

#lpw-search-etc {
    background-color: transparent;
    color: #fff;
    padding: 12px 0 48px 0;
}

#lpw-search-etc > div
{
    text-align: center;
}
#lpw-search-etc a {
    color: #fff;
    transition: all .3s;
}
#lpw-search-etc a:hover{
    color:#EE7E00;
}
#lpw-quick-links-toolbar
{
    flex-wrap: wrap;
    justify-content: center;
    background: #006A96cc;
}
#lpw-search input[type="text"]::placeholder{
    color:#aaa;
}

#lpw-uber-tools {
    background-image: url("../images/bg-search-geisel-02.jpg");
    background-position: top center;
}

.lpw-hours{
    background-image: none;
    background-color: #ffcd00;
}

@media only screen and (max-width : 767px)
{


	#lpw-search-query {
	    flex-direction: row !important;
	}

	#lpw-search input[type=text]{
	    margin: 0 !important;

	    width: 100%;
        padding: 0 0 0 70px !important;
        background: url("../images/ucls.png") no-repeat scroll 10px center / 50px;
        background-color: rgba(0, 0, 0, 0);
        font-size: 1em !important;
        background-color: #fff;
        font-weight: normal;
	    
	}

	#lpw-search button[type="submit"]{
	    margin: 0 !important;
        padding: 5px 10px !important;
	    
	}

	

}