﻿/*@brand-layout: #222;

@brand-primary: #06c;
@brand-secondary: #f90;
@brand-tertiary: #888;*/
.gradient-overlay {
  background-image: linear-gradient(to top, #fff 30%, rgba(255, 255, 255, 0.65) 100%);
  background-image: -webkit-linear-gradient(to top, #fff 30%, rgba(255, 255, 255, 0.65) 100%);
  background-image: -moz-linear-gradient(to top, #fff 30%, rgba(255, 255, 255, 0.65) 100%);
  background-image: -o-linear-gradient(to top, #fff 30%, rgba(255, 255, 255, 0.65) 100%);
  height: 95%;
}
.signaltube-btn {
  background-color: #f4fdfd;
}
.signaltube-btn:hover {
  border-color: #bb3c45;
  background-color: #f4fdfd;
}
.signaltube-btn:focus {
  background-color: #f4fdfd;
}
.signaltube-btn * {
  display: inline-block;
}
.signaltube-btn small {
  display: block;
}
.search-results .cat-link {
  padding: 3px 6px;
  margin: 3px;
  border: solid 1px gray;
  border-radius: 3px;
  color: #bb3c45;
  white-space: nowrap;
  display: inline-block;
}
.directory-page {
  clear: both;
}
.directory-page .directory-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (min-width: 293px) and (max-width: 574.98px) {
  .directory-page .directory-list {
    column-count: 1;
  }
  .directory-page .directory-list .panel-body,
  .directory-page .directory-list .categroy-item {
    text-align: center !important;
  }
}
.directory-page .directory-list .directory-item {
  display: inline-block;
  margin: 0 0 1em;
  width: 100%;
  flex: 1 1 calc(33.333% - 20px);
}
@media only screen and (min-width: 575px) and (max-width: 992px) {
  .directory-page .directory-list .directory-item {
    flex: 1 1 calc(50% - 20px);
  }
}
@media only screen and (max-width: 574.98px) {
  .directory-page .directory-list .directory-item {
    flex: 1 1 calc(100% - 20px);
  }
}
.directory-page .directory-list .directory-item a {
  color: #333333;
  font-size: 13px;
  line-height: 25px;
}
.directory-page .directory-list .directory-item a:hover {
  color: #bb3c45;
}
.directory-page .directory-list .categroy-item {
  font-size: 14px;
  /* Approximation due to font substitution */
  font-weight: 400;
  text-align: left;
  width: 100%;
  word-break: break-word;
  display: none;
  clear: both;
  color: #9a9a9a !important;
}
.directory-page .directory-list .title {
  color: #ffffff !important;
  font-size: 14px;
  /* Approximation due to font substitution */
  font-weight: 400;
  text-align: left;
  margin: 0;
}
.directory-page .directory-list .panel {
  margin: 20px 0px 0px;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #dedede;
  box-sizing: border-box;
  background-color: #ffffff;
}
.directory-page .directory-list .panel-heading {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #5d7d97 !important;
  color: #fff;
}
.directory-page .directory-list .panel-heading.active {
  background-color: #bb3c45 !important;
}
.directory-page .directory-list .loadmore {
  margin-top: 10px;
  text-align: left;
}
.directory-page .directory-list .loadmore a {
  color: #bb3c45 !important;
  font-size: 14px;
  /* Approximation due to font substitution */
  cursor: pointer;
  text-decoration: none;
}
.directory-page .directory-list .show {
  display: block !important;
}