.featured-content-title {
  font-size: 30px;
  color: #FFFFFF;
  font-family: "Euclid-bold", Calibri, Arial, sans-serif;
  margin-bottom: 38px;
}

.topics-type {
  background-color: #3F1833;
  padding: 3px 20px;
  color: #fff;
  font-size: 19px;
  font-family: "Euclid-bold", Calibri, Arial, sans-serif;
  display: inline-block;
  text-transform: capitalize;
}

.card-image {
  max-height: 210px;
  max-width: 374px;
  min-height: 197px;
  min-width: 374px;
  object-fit: cover;
  border: solid 2px var(--avixa-red);
  margin-left: -15px;
}

.card-container {
  width: 100%;
  height: 100%;
  border: 3px solid #ee3353;
  max-width: 800px;
}

.card-text {
  width: 100%;
  word-break: break-word;
}

.card-track-summary {
  font-size: 15px;
  color: #FFF;
  font-family: "Euclid", Calibri, Arial, sans-serif !important;
}

.card-track-label, .card-track-label a {
  font-size: 18px;
  color: #FFF;
  font-family: "Euclid", Calibri, Arial, sans-serif !important;
  padding: 0px 5px;
}

.card-track-label a:hover {
  color: #ee3353;
  text-decoration: none;
}

.card-ru-container {
  width: 100%;
  left: 0;
  margin-bottom: 20px;
}

.card-ru-wrapper {
  font-size: 14px;
  color: #FFF;
}

.mr-1 {
  margin-right: 1.25rem !important;
}

.card-ru-symbol {
  background: url("../svg/ru.svg");
  background-size: 100% 100%;
  display: block;
  float: left;
  font-size: 11px;
  height: 35px;
  padding-top: 9px;
  text-align: center;
  width: 50px;
  color: white !important;
  font-weight: bold;
}

.ru-type {
  font-family: "Euclid-bold", Calibri, Arial, sans-serif;
  padding-top: 2px; /*to offset weird vertical alignment mismarch with neighboring euclid-regular at this small font size. not needed for larger font-sizes*/
  margin-right: 2px;
}

.ru-number {
  font-family: "Euclid", Calibri, Arial, sans-serif !important;
}

.cardTitle {
  font-family: "Euclid-bold", Calibri, Arial, sans-serif;
  color: #ee3353;
  font-size: 22px;
  margin-left: 5px;
}

.card-title-link a:focus, a:hover {
  text-decoration: none;
}

.cardBackground {
  background: #ffffff;
  color: #000000;
}

.card-container {
  width: 100%;
  height: 100%;
  border: 3px solid #ee3353;
  max-width: 800px;
}

.card-search-results-text .card-search-results-type-section {
  flex-direction: column-reverse;
}

.card-search-results-type {
  background-color: #3F1833;
  padding: 5px 8px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  font-family: "Euclid-bold", Calibri, Arial, sans-serif;
  display: inline-block;
  text-transform: capitalize;
}

.card-search-results-type-section .card-search-results-type {
  align-self: flex-start;
  font-size: 15px;
  padding: 3px 8px;
  border: solid 2px #fff;
}

.carousel-wrapper {
  margin-bottom: 40px;
}

.carousel {
  padding-top: 50px;
  width: 100%;
}

.carousel-control-next, .carousel-control-prev {
  width: 85%;
  top: 94%;
}

.carousel-control-prev-icon {
  background-image: url(../png/arrow-red-left.png);
}

.carousel-control-next-icon {
  background-image: url(../png/arrow-red-right.png);
}

.featured-row {
  background: var(--avixa-purple);
}

@media (max-width: 768px) {
  .card-image {
    min-width: 0;
    min-height: 0;
    max-width: 200px;
    max-height: 113px;
  }
  .card-track-summary {
    display: none;
  }
  .card-track-label {
    display: none;
  }
  .carousel {
    padding-top: 25px;
  }
  .carousel-wrapper {
    margin-bottom: 5px;
  }
  .featured-row {
    max-width: auto;
  }
  .card-search-results-type {
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .featured-content-title {
    margin-bottom: 15px;
    margin-left: 10px;
  }
  .cardTitle {
    font-size: 12px;
  }
  .card-search-results-type-section .card-search-results-type {
    font-size: 12px;
    margin-top: 15px;
  }
  .card-ru-container {
    display: none;
  }
  .card-image {
    margin-left: 0;
  }
}
.list-featured-content-carousel__carousel-inner {
  max-height: 210px;
}

/*# sourceMappingURL=List.FeaturedContentCarousel.css.map */
