/*!**********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./app/webpacker/packs/stylesheets/search.scss ***!
  \**********************************************************************************************************************************************************************************************/
.search-result {
  border-bottom: 1px solid #ddd;
  height: 108px;
  margin: 0 !important;
  overflow: hidden;
  padding: 0 !important;
  position: relative;
}
.search-result > a {
  display: block;
  height: 100%;
}

.search-icon {
  align-items: center;
  background: #fff;
  display: flex;
  float: left;
  height: 108px;
  justify-content: center;
  margin-right: 6px;
  position: relative;
  width: 108px;
}

.search-content {
  height: 100%;
  white-space: nowrap;
}

.search-title {
  font-size: 16px;
  margin-top: 3px;
}

.search-info {
  margin-top: 1px;
  font-size: 14px;
}

.search-hier {
  height: 23px;
}

.resource-bubbles {
  margin: 5px;
}
.resource-bubbles > li {
  background: #d8e0e6;
  border-radius: 100px;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  margin-right: 8px;
  padding: 0 8px;
}

.search-form {
  padding-top: 50px;
}

.search-input {
  background: none;
  border: none;
  display: block;
  font-size: 16px;
  margin: 0 auto;
  text-align: center;
  width: 375px;
}

.filter-bar {
  background: #336699;
  color: #fff;
  cursor: pointer;
  height: 32px;
  left: 0;
  line-height: 32px;
  position: fixed;
  text-align: center;
  top: 40px;
  width: 100%;
  z-index: 10;
}
.filter-bar a {
  color: #fff;
}

.filter-bar-filters {
  border-right: 1px solid #fff;
  display: inline-block;
  width: 70%;
}

.filter-bar-advanced {
  display: inline-block;
  width: 30%;
}
.filter-bar-advanced > a {
  display: block;
  text-decoration: none;
  width: 100%;
}

.search-results {
  background: #fff;
  list-style: none;
  overflow: auto;
  margin: 32px 0 0 0;
  padding: 0;
}

/* search filter overlay */
.search-filter-types {
  display: block;
  list-style: none;
  margin: 75px auto 0 auto;
  padding: 0;
  width: 230px;
}

.search-filter-type {
  background-color: #6b737a;
  border-radius: 19.5px;
  color: #bfc2c4;
  cursor: pointer;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  margin: 0 0 7px 0;
  padding: 0 8px;
  width: 230px;
}
.search-filter-type > i {
  height: 45px;
  line-height: 45px;
}

.search-filter-icon {
  float: left;
  margin-right: 5px;
  text-align: center;
  width: 38px;
}

.search-filter-check {
  color: rgb(192, 213, 48);
  display: none;
  float: right;
}

.is-search-filter-type-active {
  background: #fff;
  color: #272727;
}
.is-search-filter-type-active .search-filter-check {
  display: inline;
}

.blank-q-msg {
  font-size: 16px;
  padding: 10px;
}

/*# sourceMappingURL=search-fa286ea7.css.map*/