.st-result-listing h3 { padding: 10px 0 5px;}
.st-result-listing h3 a { font-size: 20px; }
.st-result-listing .st-result .st-snippet { font-size: 14px; }

.swiftype-widget .autocomplete {
  border-left:1px solid rgba(0,0,0,0.1);
  border-right:1px solid rgba(0,0,0,0.1);
  background-color:#fff;
  display:block;
  list-style-type:none;
  margin:0;
  padding:0;
  position:absolute;
  text-align:left;
  }
.swiftype-widget .autocomplete ul {
  border-bottom:1px solid rgba(0,0,0,0.1);
  max-height:400px;
  overflow:auto;
  background-color:#fff;
  display:block;
  list-style-type:none;
  margin:0;
  padding:0;
  text-align:left;
  width:100%;
  }

.swiftype-widget .autocomplete ul li {
  border-bottom:1px solid rgba(0,0,0,0.1);
  cursor:pointer;
  padding:10px 10px 10px 20px;
  list-style-type:none;
  margin:0;
  }
.swiftype-widget .autocomplete ul li.active {
  background-color: #fff;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  -webkit-box-shadow: none;
  }
.swiftype-widget .autocomplete ul li p.title {
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #1c6cb5;
  }
.swiftype-widget .autocomplete li .sections {
  margin-top: 5px;
  }
.swiftype-widget .autocomplete ul li em {
  color:inherit!important;
  text-decoration: none;
  font-weight:normal!important;
  font-family:'Open Sans Bold', sans-serif;
  }
.swiftype-widget .autocomplete ul li.active { background: rgba(0,0,0,0.05); }
.swiftype-widget .autocomplete ul li.active p.title {
  text-shadow:none;
  color:#1c6cb5;
  }
.swiftype-widget .autocomplete ul li.active .sections {
  text-shadow:none;
  color:inherit;
  }

.swiftype-widget .autocomplete li p {
  padding: 0;
  }
.swiftype-widget .autocomplete li p.title {
  font-weight: bold;
  }
.swiftype-widget .autocomplete li p.title em {
  font-style: normal;
  font-weight: bold;
  }
.swiftype-widget .autocomplete li.active p.title {
  color: #fff;
  }
.swiftype-widget .autocomplete li.active p.title em {
  color: #fff;
  font-style: normal;
  }
.swiftype-widget .autocomplete li .sections {
  color: #999;
  }
.swiftype-widget .autocomplete li .sections em {
  color: #666;
  font-style: normal;
  }
.swiftype-widget .autocomplete li .sections .section {
  display: inline;
  }

/* INLINE SEARCH */
.st-result-listing {
  margin-top:40px;
  }
div.st-search-summary {
  border-bottom:1px solid rgba(0,0,0,0.10);
  padding-bottom:10px;
  margin:10px 0;
  }
div.st-result-listing {
  width:600px;
  }
div.st-result-listing h2 {
  color:rgba(0,0,0,0.75);
  margin:0;
  }
div.st-result-listing h2 .st-query {
  font-style: italic;
  color:rgba(0,0,0,0.5);
  }
div.st-result-listing h3 {
  margin:5px 0;
  }
div.st-result {
  border-bottom:1px solid rgba(0,0,0,0.10);
  padding-bottom:10px;
  margin-bottom:10px;
  margin:20px;
  }
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-pagination {
  border-top:1px solid rgba(0,0,0,0.10);
  margin-top:5px;
  padding-top:5px;
  }
.st-prev {
  margin-right:20px;
  }
.st-loading-message {
  font-style:italic;
  color:#999;
  margin:10px auto;
  }
.st-page {
  margin: 20px;
  }
