@charset "UTF-8";
.arrow-after-Pink::after,
.arrow-after-Purple::after,
.arrow-after-White::after,
.arrow-after-Yellow::after {
  color: #fff;
  content: "➔";
  font-size: 15px !important;
  text-decoration: none !important;
  padding: 8px 10px;
  margin-left: 15px;
}

.arrow-after-Pink::after {
  background: #3f1833;
}

.arrow-after-White::after,
.arrow-after-Purple::after,
.arrow-after-Yellow::after {
  background: #EE3353;
}

.arrow-after-White:after {
  background: #ee3353;
}

.arrow-after-Pink:after {
  background: #3f1833;
}

.arrow-after-Purple:after {
  background: #EE3353;
}

.arrow-after-Yellow:after {
  background: #EE3353;
}

.card-footer.chs {
  padding-bottom: 5%;
  padding-right: 20px;
}
@media (max-width: 1024px) {
  .card-footer.chs {
    position: absolute;
  }
}
@media (max-width: 764px) {
  .card-footer.chs {
    position: relative !important;
  }
}

.full-card-link:hover {
  text-decoration: none;
}

.card-image-chs {
  height: 245px;
  width: 100%;
  object-fit: cover;
  padding: 0px;
  margin: 0px !important;
}
@media (max-width: 764px) {
  .card-image-chs {
    height: 251px;
    min-width: 320px;
  }
}

.card-container-chs {
  height: 380px;
  border: 3px solid #ee3353;
  max-width: 1280px;
}

.card-text-chs {
  width: 100%;
  word-break: break-word;
  font-size: 16px !important;
  flex-shrink: 2;
  min-height: 0;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .card-text-chs {
    width: 80%;
    float: right;
  }
}
@media (max-width: 764px) {
  .card-text-chs {
    width: 100%;
    float: none !important;
  }
}

.card-text-chs p {
  font-size: 16px !important;
  margin: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.header-title {
  font-size: 1.5rem;
}

.cardTitle-White-chs {
  color: #ee3353;
  font-family: "Euclid", Calibri, Arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  color: var(--avixa-purple, #3f1833);
  margin-left: 20px;
}
@media (max-width: 1024px) {
  .cardTitle-White-chs {
    width: 80%;
    float: right;
  }
}
@media (max-width: 764px) {
  .cardTitle-White-chs {
    width: 100%;
    float: none !important;
  }
}

.cardTitle-Pink-chs {
  color: #fff;
  font-family: "Euclid", Calibri, Arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  color: var(--avixa-purple, #3f1833);
  margin-left: 20px;
}
.cardTitle-Pink-chs:hover {
  color: #fff !important;
}
@media (max-width: 1024px) {
  .cardTitle-Pink-chs {
    width: 80%;
    float: right;
  }
}
@media (max-width: 764px) {
  .cardTitle-Pink-chs {
    width: 100%;
    float: none !important;
  }
}

.cardTitle-Purple-chs {
  color: #fff;
  font-family: "Euclid", Calibri, Arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  color: var(--avixa-purple, #3f1833);
  margin-left: 20px;
}
.cardTitle-Purple-chs:hover {
  color: #fff !important;
}
@media (max-width: 1024px) {
  .cardTitle-Purple-chs {
    width: 80%;
    float: right;
  }
}
@media (max-width: 764px) {
  .cardTitle-Purple-chs {
    width: 100%;
    float: none !important;
  }
}

.cardTitle-Yellow-chs {
  color: #3F1833;
  font-family: "Euclid", Calibri, Arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  color: var(--avixa-purple, #3f1833);
  margin-left: 20px;
}
.cardTitle-Yellow-chs:hover {
  color: #3F1833 !important;
}
@media (max-width: 1024px) {
  .cardTitle-Yellow-chs {
    width: 80%;
    float: right;
  }
}
@media (max-width: 764px) {
  .cardTitle-Yellow-chs {
    width: 100%;
    float: none !important;
  }
}

.cardBackground-White-chs {
  background: #fff;
  color: #000;
  margin: 0px !important;
  height: 245px;
  max-height: 100%;
  height: 100%;
}
.cardBackground-White-chs a {
  font-weight: bold;
  font-family: "Euclid", Calibri, Arial, sans-serif;
}
.cardBackground-White-chs a {
  color: var(--avixa-purple, #3f1833);
}
@media (max-width: 764px) {
  .cardBackground-White-chs {
    height: auto;
  }
}

.cardBackground-Pink-chs {
  background: #ee3353;
  color: #fff;
  max-height: 100%;
  height: 100%;
}
.cardBackground-Pink-chs a {
  font-weight: bold;
  font-family: "Euclid", Calibri, Arial, sans-serif;
}
.cardBackground-Pink-chs a {
  color: #fff;
}
.cardBackground-Pink-chs a:visited {
  color: #3f1533;
}
@media (max-width: 764px) {
  .cardBackground-Pink-chs {
    height: auto;
  }
}

.cardBackground-Purple-chs {
  background: #3F1833;
  color: #fff;
  max-height: 100%;
  height: 100%;
}
.cardBackground-Purple-chs a {
  font-weight: bold;
  font-family: "Euclid", Calibri, Arial, sans-serif;
}
.cardBackground-Purple-chs a {
  color: #fff;
}
.cardBackground-Purple-chs a:visited {
  color: #d496c2;
}
@media (max-width: 764px) {
  .cardBackground-Purple-chs {
    height: auto;
  }
}

.cardBackground-Yellow-chs {
  background: #F6CA15;
  color: #3F1833;
  max-height: 100%;
  height: 100%;
}
.cardBackground-Yellow-chs a {
  font-weight: bold;
  font-family: "Euclid", Calibri, Arial, sans-serif;
}
.cardBackground-Yellow-chs a {
  color: var(--avixa-eggplant, #3f1833);
}
.cardBackground-Yellow-chs a:visited {
  color: #636;
}
@media (max-width: 764px) {
  .cardBackground-Yellow-chs {
    height: auto;
  }
}

.card-container-White-chs,
.card-container-Pink-chs,
.card-container-Purple-chs,
.card-container-Yellow-chs {
  height: 250px;
  margin: 15px;
  max-width: 857px;
}
@media (max-width: 764px) {
  .card-container-White-chs,
  .card-container-Pink-chs,
  .card-container-Purple-chs,
  .card-container-Yellow-chs {
    width: 100%;
    height: 100%;
    margin: 0px;
  }
}

.card-container-White-chs {
  border: 3px solid #3F1833;
}

.link-chs {
  display: flex;
  flex-direction: row;
  font-weight: bold;
  justify-content: flex-end;
  text-align: right;
  font-weight: bold;
  font-size: 17px;
}

.topics-type-White-chs,
.topics-type-Pink-chs,
.topics-type-Yellow-chs,
.topics-type-Purple-chs {
  background-color: #3F1833;
  padding: 3px 20px;
  color: #fff;
  font-size: 19px;
  font-family: "Euclid-bold", Calibri, Arial, sans-serif;
  display: inline-block;
  margin: 20px;
}

.topics-type-Purple-chs {
  border: 2px solid;
}

@media (max-width: 1024px) {
  span.arrow-after-White {
    display: none;
  }
}

.card-footer.chs {
  position: initial;
}

.card-body-chs {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: 100%;
  overflow: hidden;
}

.card-image-container-chs {
  max-height: 100%;
}

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