/* Expertise search box - start */
#d\.en\.896692 .copy, /* box on dev page */
#d\.en\.896688 .copy { max-width: 600px; } /* box on live page */
#d\.en\.896692 h3,
#d\.en\.896688 h3 { display: none; }

#keywordSearch { margin-top: 0; width: 100%; max-width: 600px; }
#keywordSearch label { line-height: 1.5; display: block; }

#searchKeywords,
#expertise-go { display: block; width: 100%; }

#searchKeywords { margin: 10px 0 10px 0; }
#expertise-go { max-width: 130px; }

#keywordSearch input[type=submit]:disabled { background: #0f0f0f; }

#keywordSearchError { display: none; }
/*#searchKeywords:focus { box-shadow: 0 2px 0 0 #6b2c91; }*/

ul.ui-autocomplete { border: 2px solid #ccc; box-shadow: none; }
ul.ui-autocomplete li { border-bottom: 1px solid #ccc; padding: 0; display: flex; cursor: pointer; }
ul.ui-autocomplete li:last-of-type { border: none; }
ul.ui-autocomplete li:hover { border-bottom: 1px solid #ccc; }
.ui-state-active { background-color: #eee; text-decoration: underline; }
.iItemSearchMatchName { display: inline-block; width: 60%; vertical-align: top; border-right: 1px solid #ccc; padding: 8px; }
.iItemKeywordMatchName { display: inline-block; width: 40%; vertical-align: top; padding: 5px; }
#expertise-row { display: none; }
#expertise-name-select { /*display: none;*/ height: auto; }
#expertise-name-select option { color: #343536; }

.ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

.iItemSearchMatchName { width: 100%; border-right: none; }
.iItemKeywordMatchName { display: none; }
#keywordSearchTextPara { /*display: none;*/ padding-right: 0; }
#keywordSearchLinkPara { /* display: none;*/ margin: 0; }
#keywordSearchLinkPara a { margin: 0 10px 10px 0; }
#keywordSearchLinkPara a:last-child { margin: 0; }
/* Expertise search box - end */