form input.st-search-input, form input.st-full-search-input {
    border-color: #cb5427;
    width: 80%;
    padding: 6px 8px 6px 32px;
    height: auto;
    background: #fcfcfc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUFJREFUeNqU0j0oRWEcx/Hj3ifvlMHL7C1lY7mDwUBKkoksBjKJxWIQu7xlOybDLVGukhhMZDFbxGBS8nIjKR3E96nf0dPjuuVfn+6tc35P//P8/yYMw8CpbgygGQlcYw8H+Ai8MvotxQImgt81hk1M4cEPF2IV43jCGo7wjk5MYhhlGMKbG+7BKO4wiGPn8DO1vIN+jGA9fpjQaUksecG4zjGPL3VQ5IZb9OAw+LtO1FkjatxwUuEoTzjSbRu9/xO+0W97nnArqvXuoxve1/9p1OUIlmNGU7EX9+KGt3GKNuyiC5WoQAe2NJFP3PpzzmoR0khpxle6h3pnkeKJPCPjbtglerVFfWhSVxfqJtK4qrChTMY4XdjVm9O21aIA92LrFcv6HHtAsclxQVnxa0WfsqgDUib4X9muStCA2W8BBgDJ0EeGeFZ8WAAAAABJRU5ErkJggg==) no-repeat 7px 7px;
    border-radius: 50px;
}

form input.st-full-search-input {
    margin-top: 20px;
    margin-bottom: 20px;
    border: solid #cb5427 4px;
    background-position: 12px 10px;
}

#st-full-results-container {
    padding: 10px;
}

div.st-search-summary {
    border-bottom: 1px solid #ccc;
    padding-bottom: 7px;
    margin: 12px 0;
}

div.st-result-listing {
    width: 600px;
}

div.st-result-listing h2 {
    font-size: 13px;
    font-weight: normal;
    color: #333;
    margin: 0;
}

div.st-result-listing h2 .st-query {
    font-style: italic;
    color: #666;
}

div.st-result-listing h3 {
    font-size: 12px;
    margin: 5px 0;
}

div.st-result {
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

div.st-result.final {
    border-bottom: none;
    margin-bottom: 0;
}

div.st-result .st-snippet {
    color: #333;
}

div.st-result .st-date {
    color: #999;
}

.st-result em {
    font-style: italic;
    text-decoration: underline;
    text-decoration-color: #cb5427;
}

.st-pagination {
    border-top: 1px solid #ccc;
    margin-top: 5px;
    padding-top: 5px;
}

.st-prev {
    margin-right: 20px;
}

.st-loading-message {
    font-size: 16px;
    font-style: italic;
    color: #999;
    margin: 10px auto;
}

form input.st-full-search-button {
    cursor: pointer;
    color: #fff;
    border-collapse: separate;
    font-weight: normal;
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.94rem;
    font-weight: 400;
    margin-left: 0px;
    display: inline-block;
    background-color: #cb5427;
    border: 1px solid #cb5427;
    border-radius: 6px;
    font-family: 'open sans';
    padding: .5em;
}

.swiftype-widget .autocomplete li.active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.swiftype-widget .autocomplete li.active a {
    color: white;
}

/* We only update our links with anchors; clicking the <li> background would
   still go to an incomplete URL. This CSS makes the link cover the whole
   <li> */

.swiftype-widget .autocomplete li {
    padding: 0;
}

.swiftype-widget .autocomplete li a {
    display: block;
    padding: 10px 8px;
    width: 100%;
}

.swiftype-widget .autocomplete li.noResults {
    padding: 10px 8px;
    color: black;
}