@charset "UTF-8";
.topics-type {
  background-color: var(--avixa-purple, #3f1833);
  padding: 3px 20px;
  color: #fff;
  font-size: 19px;
  font-family: "Euclid-bold", Calibri, Arial, sans-serif;
  display: inline-block;
  text-transform: capitalize;
}

.topic-image {
  max-height: 150px;
  min-height: 150px;
  min-width: 266px;
  max-width: 266px;
  object-fit: cover;
}

.arrow-after:after {
  content: "➔";
  font-size: 15px !important;
  text-decoration: none !important;
  color: #EE3353;
}

.arrow-after:after:hover {
  text-decoration: none !important;
}

.arrow-bottom:after {
  content: "⋁";
  font-size: 15px !important;
  color: #EE3353;
  text-decoration: none !important;
}

.arrow-bottom:after:hover {
  text-decoration: none !important;
}

a.arrow-after:after:hover {
  text-decoration: none !important;
}

a.arrow-bottom:after:hover {
  text-decoration: none !important;
}

.card-title {
  position: relative;
}

.card-img-overlay .btn, .card-img-overlay .horizontal-separator, .card-img-overlay .card-text {
  position: relative;
}

.topic-summary {
  font-size: 18px;
  padding-top: 10px;
}

.video {
  margin-left: 0 !important;
}

.btn-group-toggle {
  display: none;
}

.filter-title {
  font-size: 0px !important;
}

.filter-title::before {
  content: "Filter by";
  font-size: 22px;
}

.search-results-header {
  color: var(--avixa-purple, #3f1833);
  font-size: 40px;
  margin-top: 60px;
}

.show-more-results-container {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .topic-image {
    width: 100%;
  }
  .topics-type {
    margin-top: 10px;
  }
}
@media (max-width: 420px) {
  .hero-full-width .card-img-overlay {
    background: none !important;
  }
}

/*# sourceMappingURL=TopicsShared.css.map */
