@charset "UTF-8";
/* Affiliations logos — knock out the white boxes */
.affiliations img, .affiliations .brxe-image img {
  mix-blend-mode: multiply;
  background: transparent;
}
/* Make sure nothing between the logo and the section is painting white */
.affiliations, .affiliations .brxe-block, .affiliations li, .affiliations figure, .affiliations .brxe-image {
  background: transparent;
  isolation: auto;
}
