.search-form {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.search-form .clearable {
  height: calc(100% - 48px);
  overflow-y: auto;
  max-height: 100%;
  width: 100%;
}
.search-form.hide {
  display: none;
}
.search-form .buttons {
  position: absolute;
  bottom: 0;
  right: 0;
}
.search-form .buttons .button {
  float: right;
}
.search-form .sortTypes {
  margin-bottom: 15px;
}
.search-form .features > .label {
  display: block;
  cursor: pointer;
  font-weight: bold;
  font-size: 133%;
  color: #101010;
  border-bottom: 1px solid #e5e5e5;
  margin: 15px 0;
  padding: 15px 0 0;
  margin: 0 0 15px;
}
.search-form .features .areas {
  margin-bottom: 15px;
}
.search-form .all-categories > .label {
  display: block;
  cursor: pointer;
  font-weight: bold;
  font-size: 133%;
  color: #101010;
  border-bottom: 1px solid #e5e5e5;
  margin: 15px 0;
  padding: 15px 0 0;
  margin: 0 0 15px;
}
.search-form .all-categories .areas {
  margin-bottom: 15px;
}
.search-form .link-form.has-subitems {
  border-top: 1px solid #e5e5e5;
  padding: 8px 0;
}
.search-form .link-form.has-subitems > .label:after {
  content: '\25B6';
  padding-left: 5px;
}
.search-form .link-form > .label {
  display: block;
  margin-bottom: 0;
  color: #0070a8;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
}
.search-form .link-form > .label a {
  display: inline-block;
  color: #0070a8;
}
.search-form .link-form > .items {
  display: none;
}
.search-form .link-form.open > .label:after {
  content: '\25BC';
}
.search-form .link-form.open > .items {
  display: block;
}
.search-form .regions {
  border-top: none;
}
.search-form .regions > div {
  margin-left: 0;
}
.search-form .regions.link-form > .label:after {
  content: none;
}
.search-form .regions.link-form .link-form {
  border-top: none;
}
.search-form .regions ul ul {
  margin-left: 10px;
}
.search-form .regions ul li a {
  color: #9e9e9e;
}
.search-form .regions ul li .items {
  margin-left: 10px;
}
.search-form .regions ul li .items .more {
  padding-left: 0;
}
.search-form .feature.others.has-subitems {
  border-top: 1px solid #e5e5e5;
  padding: 8px 0;
}
.search-form .feature.others.has-subitems > .label:after {
  content: '\25B6';
  padding-left: 5px;
}
.search-form .feature.others > .label {
  display: block;
  margin-bottom: 0;
  color: #0070a8;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
}
.search-form .feature.others > .label a {
  display: inline-block;
  color: #0070a8;
}
.search-form .feature.others > .items {
  display: none;
}
.search-form .feature.others.open > .label:after {
  content: '\25BC';
}
.search-form .feature.others.open > .items {
  display: block;
}
.search-form .campaignC {
  border-top: 1px solid #e5e5e5;
  padding: 8px 0;
}
.search-form .campaignC.has-subitems {
  border-top: 1px solid #e5e5e5;
  padding: 8px 0;
}
.search-form .campaignC.has-subitems > .label:after {
  content: '\25B6';
  padding-left: 5px;
}
.search-form .campaignC > .label {
  display: block;
  margin-bottom: 0;
  color: #0070a8;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
}
.search-form .campaignC > .label a {
  display: inline-block;
  color: #0070a8;
}
.search-form .campaignC > .items {
  display: none;
}
.search-form .campaignC.open > .label:after {
  content: '\25BC';
}
.search-form .campaignC.open > .items {
  display: block;
}
.search-result.c > h1 {
  margin-bottom: 8px;
}
