  /**
 * OISE's theme implementation.
 */
.paragraph--collapsible-cards .card {
  background-color: #25355a;
}
.paragraph--collapsible-cards .card > a {
  color: white;
  text-decoration: underline;
}
.paragraph--collapsible-cards .card > a:hover {
  text-decoration: none;
}
.paragraph--collapsible-cards .card > a[aria-expanded=true] {
  background-color: #007190 !important;
  color: white;
}
.paragraph--collapsible-cards .card > a[aria-expanded=true]:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  border-top-width: medium;
  border-top-color: transparent;
  border-right-width: medium;
  border-right-color: transparent;
  border-bottom-width: medium;
  border-bottom-color: transparent;
  border-left-width: medium;
  border-left-color: transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: rgba(255, 255, 255, 0);
  border-top-color: #007190;
  border-width: 12px;
  margin-left: -12px;
}
.paragraph--collapsible-cards .card.text-white a {
  color: white;
}
.paragraph--collapsible-cards .card .p-30 {
  padding: 30px;
}
.paragraph--collapsible-cards .card.p-30 {
  padding: 30px;
}
.paragraph--collapsible-cards .card.copy .description a {
  text-decoration: underline;
  color: #007190;
}
.paragraph--collapsible-cards .card.copy .description a:hover {
  text-decoration: none;
}
.paragraph--collapsible-cards .card.copy .links a {
  text-decoration: underline;
  font-weight: 700;
  color: #007190;
}
.paragraph--collapsible-cards .card.copy .links a:hover {
  text-decoration: none;
}