  /**
 * OISE's theme implementation.
 */
.paragraph--collapsible-cards .card {
  background-color: #25355a;
}
.paragraph--collapsible-cards .card > a {
  color: white;
  text-decoration: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.paragraph--collapsible-cards .card > a:hover {
  text-decoration: none;
  background-color: #007190;
}
.paragraph--collapsible-cards .card > a:before {
  content: "";
  display: inline-block;
  background-image: url("/home/themes/custom/oise/icons/arrow-down--white.svg");
  background-position: center center;
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
  background-size: 1rem auto;
  margin-left: 0.5rem;
}
.paragraph--collapsible-cards .card > a[aria-expanded=true] {
  background-color: #007190 !important;
  color: white;
}
.paragraph--collapsible-cards .card > a[aria-expanded=true]:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.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: 16px;
  margin-left: -16px;
}
.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;
}