@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;
}

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

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

.arrow-after-Pink:after {
  background: var(--avixa-purple);
}

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

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

.card-footer.ch {
  padding-bottom: 3.5%;
  padding-right: 20px;
}

.card-image-ch {
  height: 100%;
  width: 100%;
  object-fit: cover;
  padding: 0px;
  margin: 0px !important;
}
@media (max-width: 1024px) {
  .card-image-ch {
    height: 100%;
    min-width: 100%;
  }
}
@media (width < 768px) {
  .card-image-ch {
    min-width: 100%;
    object-fit: cover;
  }
}
@media (max-width: 640px) {
  .card-image-ch {
    height: 251px;
    min-width: 320px;
  }
}

.body-header-ch {
  font-family: "Euclid", Calibri, Arial, sans-serif;
  font-size: 25px;
}

.card-text-ch {
  width: 100%;
  word-break: break-word;
  font-size: 18px !important;
  line-height: 30px;
  margin: 20px;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .card-text-ch {
    height: auto !important; /*changed from 500px AFK 1/22/21 */
  }
}
@media (max-width: 640px) {
  .card-text-ch {
    margin: 0px;
    padding-right: 0px;
  }
}
.card-text-ch p {
  font-size: 18px !important;
  line-height: 30px;
  margin: 0px;
  padding-right: 20px;
}
@media (max-width: 640px) {
  .card-text-ch p {
    padding-right: 0px;
  }
}

.card-text-ch ul {
  font-size: 16px !important;
}

.cardTitle-White-ch,
.cardTitle-Pink-ch,
.cardTitle-Purple-ch,
.cardTitle-Yellow-ch {
  margin-left: 20px;
  font-family: "Euclid", Calibri, Arial, sans-serif;
  font-weight: bold;
}

.cardTitle-White-ch {
  color: #ee3353;
}

.cardTitle-Pink-ch {
  color: #fff;
}
.cardTitle-Pink-ch:hover {
  color: #fff !important;
}

.cardTitle-Purple-ch {
  color: #fff;
}
.cardTitle-Purple-ch:hover {
  color: #fff !important;
}

.cardTitle-Yellow-ch {
  color: #3F1833;
}
.cardTitle-Yellow-ch:hover {
  color: #3F1833 !important;
}

.cardBackground-White-ch {
  background: #fff;
  color: #000;
  margin: 0px !important;
  flex-wrap: nowrap;
}
.cardBackground-White-ch a {
  font-weight: bold;
  font-family: "Euclid", Calibri, Arial, sans-serif;
}
.cardBackground-White-ch a {
  color: var(--avixa-purple, #3f1833);
}
@media (max-width: 1024px) {
  .cardBackground-White-ch {
    height: auto;
  }
}
.cardBackground-White-ch .cardTitle-body-header {
  color: var(--avixa-red, #ee3353);
}
.cardBackground-White-ch .cta-link-text {
  color: var(--avixa-purple, #3f1833);
}

.horizontal-card-left-side-image {
  height: 100%;
  max-width: none;
}

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

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

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

.card-container-Pink-ch,
.card-container-Purple-ch,
.card-container-Yellow-ch {
  margin: 15px;
  width: 1280px;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .card-container-Pink-ch,
  .card-container-Purple-ch,
  .card-container-Yellow-ch {
    width: 100%;
    height: auto !important;
    margin-top: 20px !important;
    margin: 0px;
  }
}
@media (max-width: 640px) {
  .card-container-Pink-ch,
  .card-container-Purple-ch,
  .card-container-Yellow-ch {
    height: 100%;
  }
}

.card-container-White-ch {
  border: 3px solid #3F1833;
  max-width: 1110px;
  margin: 15px;
}
@media (max-width: 1024px) {
  .card-container-White-ch {
    width: 100%;
    height: auto !important;
    margin-top: 20px !important;
    margin: 0px;
  }
}
@media (max-width: 640px) {
  .card-container-White-ch {
    height: 100%;
  }
}

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

.topics-type-White-ch,
.topics-type-Pink-ch,
.topics-type-Yellow-ch,
.topics-type-Purple-ch {
  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-ch {
  border: 2px solid;
}

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