
/*#search_form {
  float: right;
}

#search_form input {
  padding: 10px;
  font-size: 1rem;
  font-weight: 300;
  border-radius: 4px;
  border: 1px solid #ccc;
}

#search_form input[type="submit"] {
  background: #efefef;
  border: 1px solid #ccc;
  margin-left: 10px;
}*/

.clear {clear:both;padding-bottom: 5px;}

#searchfield {width:350px; text-align:left;padding-top:2px;padding-bottom:5px;}

#search_form {text-align: left; height: 40px; width: 100%;}

.search_form1 .search_form2 .search_form3 {width:100%;}

#searchfield input[type="submit"] {
background-image: url("/assets/png/search/spy-glass.png");
background-position: center center;
background-repeat: no-repeat;
width: 35px;
height: 29px;
border: 0px none;
background-color: #ACACAC;
cursor: pointer;
outline: 0px none;
border-radius: 4px;
margin-left: 10px;
font-size: 0;
line-height: 0;
}
#searchfield .swiftype-widget .autocomplete {
  display: none;
  padding-left:70px;
  width:600px;
}
#searchfield .swiftype-widget .autocomplete.inactive {
  display: none;
}
#searchfield .swiftype-widget .autocomplete .ac-section-title {
  padding: 10px 0 2px 2px;
  font-weight: 500;
}
#searchfield .swiftype-widget .autocomplete .ac-section-title {
  padding: 10px 0 2px 2px;
  font-weight: 500;
}
#searchfield .swiftype-widget .autocomplete .ac-result {
  padding: 2px;
  height: 60px;
}
#searchfield .swiftype-widget .autocomplete .ac-result.selected {
  background-color: #EEE;
}
#searchfield .swiftype-widget .autocomplete .ac-result img {
  width: 50px;
  float: left;
  padding-right: 3px;
}
.ac_title {
  max-height: 20px;
  overflow: hidden;
  padding-left:8px;
}
.ac_sub {
  font-size: 90%;
  padding-left: 10px;
}
#search_form1 input[type="submit"] {
background-image: url("/assets/png/search/spy-glass.png");
background-position: center center;
background-repeat: no-repeat;
width: 35px;
height: 29px;
border: 0px none;
background-color: #ACACAC;
cursor: pointer;
outline: 0px none;
border-radius: 4px;
margin-left: 10px;
font-size: 0;
line-height: 0;
}

#search_form3 input[type="submit"] {
background-image: url("/assets/png/search/spy-glass.png");
background-position: center center;
background-repeat: no-repeat;
width: 35px;
height: 29px;
border: 0px none;
background-color: #ACACAC;
cursor: pointer;
outline: 0px none;
border-radius: 4px;
margin-left: 10px;
font-size: 0;
line-height: 0;
}

#left_column {
  float: left;
  width: 190px;
  padding-right: 20px;
border-right: 1px solid #cccccc;
}
#frame_search {
	background: #fff;
	border: solid 1px silver;
	width: 200px;
	padding: 5px;
    height: 250px;
}

#search-status {
  clear: both;
  text-align: center;
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 10px;
}

#search_results {
margin-top: 3px;
width: 68%;
height: 35px;
line-height: 200%;
padding-left: 5px;
margin-left: 80px;
border: 1px solid #CCC;
box-shadow: 0px 1px 3px #DDD inset;
border-radius: 4px;
vertical-align: top;
margin-bottom: 15px;
}

#search1_results {
margin-top: 5px;
width: 68%;
line-height: 200%;
padding-left: 160px;
margin-left: 65px;
}

#search2_results {
margin-top: 5px;
width: 85%;
height: 35px;
line-height: 200%;
padding-left: 5px;
margin-left: 0px;
border: 1px solid #CCC;
box-shadow: 0px 1px 3px #DDD inset;
border-radius: 4px;
vertical-align: middle;
}

#search3_results {
margin-top: 5px;
width: 85%;
line-height: 200%;
padding-left: 5px;
margin-left: 0px;
border: 1px solid #CCC;
box-shadow: 0px 1px 3px #DDD inset;
border-radius: 4px;
vertical-align: middle;
}

.search_element {
  padding-top: 20px;
}

.result {
  height: auto;
  overflow: hidden;
  padding: 10px;
  margin-bottom: 15px;
}
.result div{
  font-size: .93em;
}

.result .result_title {
  font-size: 1.4em;
  color: #000040;
}

.result_title a {
  text-decoration: underline;
  color: #000040;
}

.result_title em {
  font-style: normal;
  font-weight: bold;
}

.result_image {
  float: left;
  padding-right: 10px;
}

.result .result_url {
  color: #0E774A;
}

.search_result img {
  margin-bottom: 10px;
}

.search_result div:first-of-type {
  margin-bottom: 4px;
}

.search_result div:last-of-type {
  /*color: #777;*/
}

.st-no-results,
.st-no-query,
.st-not-loading,
.st-not-failed-loading,
.st-no-misspelling {
  display: none;
}

.st-no-results.inverse {
  display: inline;
}

.st-has-results.inverse {
  display: none;
}

.st-has-results {width: 100%; text-align:center;}

.st-has-results a {padding-left:20px;color:#000040;font-weight:500;}

.st-has-results a:hover {color:#FF8040;}

.st-has-results a.invalid {
    display: none;
}

.st-search-form-input {
  width: 522px;
  height: 60px;
  width: 80%;
}

.ac_result {
  min-height: 50px;
  clear: both;
}
.ac_title {
font-family: tahoma;
font-size: 18px;
font-weight:600;
color: #000040;
 }
.ac_image img {
  width: 50px;
  height: 50px;
  float: left;
  padding-bottom:10px;
  clear: both;
}
.ac_image img {
  width: 50px;
  height: 50px;
  float: left;
}

.pure-input-1 {
  width: 100%;
}
.st-search-input {
padding: 0.35em;
display: inline-block;
border: 1px solid #CCC;
box-shadow: 0px 1px 3px #DDD inset;
border-radius: 4px;
box-sizing: border-box;
}
.facet-container {
  overflow: hidden
  font-size: .75em;
}

.facet-title,
.facet-container a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: .75rem;
  letter-spacing: 0.05em;
}

.facet-title {
  float: left;
}

.facet-container a {
  font-weight: 300;
  text-decoration: none;
  float: right;
  color: #aaa;
}

.facet-options {
  clear: both;
  margin-top: 20px;
  overflow: auto;
  max-height: 1800px;
  padding: 10px;
}

.facet-option {
  position: relative;
  padding: 0 20px 0 20px;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
}

.facet-option input {
  position: absolute;
  left: 0;
  top: 0;
}

.facet-option input[type="checkbox"]{
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  -ms-appearance: checkbox !important;
  -o-appearance: checkbox !important;
  appearance: checkbox !important;
  padding: 0 0 0 0;
}

.facet-option label{
  line-height: 20px;
}

.facet-count {
  position: absolute;
  right: 0;
  color: #aaa;
}

[data-st-sort-selector] select,
[data-st-generic-select] select {
  width: 100%;
}


#search_footer {
  border-top: 1px solid #ccc;
  padding: 20px;
  margin-top: 20px;
  clear: both;
  text-align: center;
}

#search_footer a {
  text-decoration: none;
  display: inline-block;
  padding: 5px;
}

#search_footer .invalid {
  pointer-events: none;
  color: #ccc;
}
.rss-button {
    padding: 10px;
    height: 40px;
    background-color: #ff6600;
    text-align: center;
    line-height: 22px;
    margin-top: 20px;
    width: 95%;
}
@media all and (max-width: 767px) {
  #search_results {
    margin-left: 0;
    padding-left: 0;
    margin-top: 20px;
    border-left: none;
  }
  #left_column {
    display:none;
  }
  #st-search-form-input {
  width: 225px;
  }
}