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

.full-card-link-fw {
  background-color: aliceblue;
}

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

.card-image-fw {
  object-fit: cover;
  padding: 0px;
  margin: 0px !important;
  height: 300px;
}
@media (width < 768px) {
  .card-image-fw {
    height: 251px;
    width: 100%;
  }
}

.header-title-fw {
  font-family: "Euclid-bold", Calibri, Arial, sans-serif;
  font-size: 1.875rem;
}

.card-text-fw {
  width: 100%;
  word-break: break-word;
  font-size: 16px !important;
}

.card-text-fw p {
  font-size: 16px !important;
}

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

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

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

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

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

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

.cardBackground-White-fw {
  background: #fff;
  color: #000;
  margin: 0px !important;
  height: 380px;
  padding: 30px;
}
.cardBackground-White-fw a {
  font-weight: bold;
  font-family: "Euclid", Calibri, Arial, sans-serif;
}
.cardBackground-White-fw a {
  color: var(--avixa-purple, #3f1833);
}
@media (width < 768px) {
  .cardBackground-White-fw {
    height: auto;
  }
}

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

.card-container-Pink-fw,
.card-container-Purple-fw,
.card-container-Yellow-fw,
.card-container-White-fw {
  height: 520px;
}
@media (width < 768px) {
  .card-container-Pink-fw,
  .card-container-Purple-fw,
  .card-container-Yellow-fw,
  .card-container-White-fw {
    width: 100%;
    height: 100%;
    margin: 0px;
  }
}

.card-container-White-fw {
  border: 3px solid #ee3353;
}

.link-fw {
  display: flex;
  justify-content: flex-end;
  font-weight: bold;
  font-size: 17px;
}

.link-button-White-fw,
.link-button-Yellow-fw,
.link-button-Pink-fw,
.link-button-Purple-fw {
  width: 425px;
  padding: 0px;
  margin-left: -1px;
  float: right;
}
@media (width < 768px) {
  .link-button-White-fw,
  .link-button-Yellow-fw,
  .link-button-Pink-fw,
  .link-button-Purple-fw {
    float: none;
  }
}

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

.custom-card-row-full-width {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}
.jumbotron + .custom-card-row-full-width {
  margin-top: -32px;
}
@media (max-width: 767px) {
  .jumbotron + .custom-card-row-full-width {
    margin-top: 0px;
  }
}
.jumbotron.attached-hero + .custom-card-row-full-width {
  margin-top: 0px;
}
.jumbotron.no-title + .custom-card-row-full-width {
  margin-top: -40px;
}

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