@charset "UTF-8";

/********* public:search_results.less ********/
.searchResult {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.searchResult-icon {
  display: table-cell;
  vertical-align: top;
  width: 54px;
  white-space: nowrap;
  word-wrap: normal;
}
.searchResult-icon img,
.searchResult-icon .avatar {
  max-width: 100%;
}
.searchResult-main {
  display: table-cell;
  vertical-align: middle;
  padding-left: 14px;
}
.searchResult-main:before {
  content: '';
  display: block;
  margin-top: -.25em;
}
.searchResult-title {
  font-size: 1.1em;
}

/********* public:extra.less ********/
.c-ads-centered {
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  text-align: center;
}
.c-ads-centered a {
  display: block;
}
.c-ads-centered img {
  width: 100%;
  height: 60px;
}
.c-ads-double {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
}
.c-ads-double a {
  display: block;
  flex: 50%;
}
.c-ads-double img {
  width: 100%;
  height: 60px;
}
.c-ads-half-width {
  margin: auto;
  width: 50%;
}
.block.block--category.block--category1 .node-title {
  color: orange;
}
.block.block--category .node.node--id109 .node-title,
.block.block--category .node.node--id120 .node-title {
  color: green;
}
.p-header-content {
  padding: 6px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
}
@media (max-width: 1200px) {
  .p-header-content .banner-header.right img {
    float: right;
  }
}
@media (max-width: 900px) {
  .p-header-content .banner-header img {
    max-width: 50%;
  }
}
@media (max-width: 1000px) {
  .p-header-content .banner-header img {
    max-width: 60%;
  }
}
@media (max-width: 1200px) {
  .p-header-content .banner-header img {
    max-width: 80%;
  }
}
.p-header-content .banner-header.right {
  position: absolute;
  right: 0;
  top: 50%;
  max-width: 300px;
  transform: translate(0, -50%);
}
@media (max-width: 650px) {
  .p-nav-smallLogo img {
    max-height: 50px;
    width: auto;
  }
}
.p-navEl-link[data-nav-id="forums"]:before,
.menu-linkRow[data-nav-id="forums"]:before,
.offCanvasMenu-link[data-nav-id="forums"]:before {
  padding-right: 6px;
  color: #2472a3;
  display: inline-block;
  content: "";
  height: 1em;
  vertical-align: -0.125em;
  background-color: currentColor;
  width: 1.28571429em;
  mask: url('/styles/fa/solid/home.svg?v=5.15.3') no-repeat center;
  -webkit-mask: url('/styles/fa/solid/home.svg?v=5.15.3') no-repeat center;
}