.media-refs-module {
  position: relative;
}
.media-refs-module--block {
  padding: 4rem 0;
  overflow: clip;
}
.media-refs-module--block.media-refs-module--magenta {
  background-color: #d10074;
}
.media-refs-module--block.media-refs-module--magenta .media-refs-module__tile--dark {
  background-color: #9e0058;
  border: 1px solid #9e0058;
  color: #fff;
}
.media-refs-module--block.media-refs-module--indigo {
  background-color: #21076a;
}
.media-refs-module--block.media-refs-module--indigo .media-refs-module__tile--dark {
  background-color: #12043a;
  border: 1px solid #12043a;
  color: #fff;
}
.media-refs-module--block.media-refs-module--cyan {
  background-color: #017ac1;
}
.media-refs-module--block.media-refs-module--cyan .media-refs-module__tile--dark {
  background-color: #015a8e;
  border: 1px solid #015a8e;
  color: #fff;
}
.media-refs-module--block.media-refs-module--mint {
  background-color: #00818a;
}
.media-refs-module--block.media-refs-module--mint .media-refs-module__tile--dark {
  background-color: #005157;
  border: 1px solid #005157;
  color: #fff;
}
.media-refs-module--block.media-refs-module--mango {
  background-color: #f4a11e;
}
.media-refs-module--block.media-refs-module--mango .media-refs-module__tile--dark {
  background-color: #d5860a;
  border: 1px solid #d5860a;
  color: #212529;
}
.media-refs-module--block.media-refs-module--violet {
  background-color: #712c6f;
}
.media-refs-module--block.media-refs-module--violet .media-refs-module__tile--dark {
  background-color: #4c1e4b;
  border: 1px solid #4c1e4b;
  color: #fff;
}
.media-refs-module--block.media-refs-module--slate {
  background-color: #333333;
}
.media-refs-module--block.media-refs-module--slate .media-refs-module__tile--dark {
  background-color: #1a1a1a;
  border: 1px solid #1a1a1a;
  color: #fff;
}
.media-refs-module--block.media-refs-module--heather {
  background-color: #dfdbe0;
}
.media-refs-module--block.media-refs-module--heather .media-refs-module__tile--dark {
  background-color: #c7c0c8;
  border: 1px solid #c7c0c8;
  color: #212529;
}
.media-refs-module--block.media-refs-module--dove {
  background-color: #dcdcdc;
}
.media-refs-module--block.media-refs-module--dove .media-refs-module__tile--dark {
  background-color: #c3c3c3;
  border: 1px solid #c3c3c3;
  color: #212529;
}
.media-refs-module--block.media-refs-module--grey {
  background-color: #757575;
}
.media-refs-module--block.media-refs-module--grey .media-refs-module__tile--dark {
  background-color: #5c5c5c;
  border: 1px solid #5c5c5c;
  color: #212529;
}
.media-refs-module--block.media-refs-module--midgrey {
  background-color: #efefef;
}
.media-refs-module--block.media-refs-module--midgrey .media-refs-module__tile--dark {
  background-color: #d6d6d6;
  border: 1px solid #d6d6d6;
  color: #fff;
}
.media-refs-module--block.media-refs-module--white {
  background-color: #ffffff;
}
.media-refs-module--block.media-refs-module--white .media-refs-module__tile--dark {
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
  color: #212529;
}
.media-refs-module--panel {
  margin-top: 20px;
}
.media-refs-module--panel.media-refs-module--magenta .media-refs-module__list {
  background-color: #d10074;
  border-radius: 10px;
  padding: 20px;
}
.media-refs-module--panel.media-refs-module--magenta .media-refs-module__intro p {
  color: #fff;
}
.media-refs-module--panel.media-refs-module--indigo .media-refs-module__list {
  background-color: #21076a;
  border-radius: 10px;
  padding: 20px;
}
.media-refs-module--panel.media-refs-module--indigo .media-refs-module__intro p {
  color: #fff;
}
.media-refs-module--panel.media-refs-module--cyan .media-refs-module__list {
  background-color: #017ac1;
  border-radius: 10px;
  padding: 20px;
}
.media-refs-module--panel.media-refs-module--cyan .media-refs-module__intro p {
  color: #fff;
}
.media-refs-module--panel.media-refs-module--mint .media-refs-module__list {
  background-color: #00818a;
  border-radius: 10px;
  padding: 20px;
}
.media-refs-module--panel.media-refs-module--mint .media-refs-module__intro p {
  color: #fff;
}
.media-refs-module--panel.media-refs-module--mango .media-refs-module__list {
  background-color: #f4a11e;
  border-radius: 10px;
  padding: 20px;
}
.media-refs-module--panel.media-refs-module--mango .media-refs-module__intro p {
  color: #212529;
}
.media-refs-module--panel.media-refs-module--violet .media-refs-module__list {
  background-color: #712c6f;
  border-radius: 10px;
  padding: 20px;
}
.media-refs-module--panel.media-refs-module--violet .media-refs-module__intro p {
  color: #fff;
}
.media-refs-module--panel.media-refs-module--slate .media-refs-module__list {
  background-color: #333333;
  border-radius: 10px;
  padding: 20px;
}
.media-refs-module--panel.media-refs-module--slate .media-refs-module__intro p {
  color: #fff;
}
.media-refs-module--panel.media-refs-module--heather .media-refs-module__list {
  background-color: #dfdbe0;
  border-radius: 10px;
  padding: 20px;
}
.media-refs-module--panel.media-refs-module--heather .media-refs-module__intro p {
  color: #212529;
}
.media-refs-module--panel.media-refs-module--dove .media-refs-module__list {
  background-color: #dcdcdc;
  border-radius: 10px;
  padding: 20px;
}
.media-refs-module--panel.media-refs-module--dove .media-refs-module__intro p {
  color: #212529;
}
.media-refs-module--panel.media-refs-module--grey .media-refs-module__list {
  background-color: #757575;
  border-radius: 10px;
  padding: 20px;
}
.media-refs-module--panel.media-refs-module--grey .media-refs-module__intro p {
  color: #212529;
}
.media-refs-module--panel.media-refs-module--midgrey .media-refs-module__list {
  background-color: #efefef;
  border-radius: 10px;
  padding: 20px;
}
.media-refs-module--panel.media-refs-module--midgrey .media-refs-module__intro p {
  color: #fff;
}
.media-refs-module--panel.media-refs-module--white .media-refs-module__list {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
}
.media-refs-module--panel.media-refs-module--white .media-refs-module__intro p {
  color: #212529;
}
@media only screen and (min-width: 992px) {
  .media-refs-module--panel .media-refs-module__tile:not(.media-refs-module__tile--dark) {
    height: calc(100% + 40px);
    margin-top: -40px;
  }
}
.media-refs-module--blogs-and-podcasts .media-refs-module__tile:not(.media-refs-module__tile--dark):before {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23d1007410'%3E%3C!-- Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) --%3E%3Cpath d='M267.429 488.563C262.286 507.573 242.858 512 224 512c-18.857 0-38.286-4.427-43.428-23.437C172.927 460.134 160 388.898 160 355.75c0-35.156 31.142-43.75 64-43.75s64 8.594 64 43.75c0 32.949-12.871 104.179-20.571 132.813zM156.867 288.554c-18.693-18.308-29.958-44.173-28.784-72.599 2.054-49.724 42.395-89.956 92.124-91.881C274.862 121.958 320 165.807 320 220c0 26.827-11.064 51.116-28.866 68.552-2.675 2.62-2.401 6.986.628 9.187 9.312 6.765 16.46 15.343 21.234 25.363 1.741 3.654 6.497 4.66 9.449 1.891 28.826-27.043 46.553-65.783 45.511-108.565-1.855-76.206-63.595-138.208-139.793-140.369C146.869 73.753 80 139.215 80 220c0 41.361 17.532 78.7 45.55 104.989 2.953 2.771 7.711 1.77 9.453-1.887 4.774-10.021 11.923-18.598 21.235-25.363 3.029-2.2 3.304-6.566.629-9.185zM224 0C100.204 0 0 100.185 0 224c0 89.992 52.602 165.647 125.739 201.408 4.333 2.118 9.267-1.544 8.535-6.31-2.382-15.512-4.342-30.946-5.406-44.339-.146-1.836-1.149-3.486-2.678-4.512-47.4-31.806-78.564-86.016-78.187-147.347.592-96.237 79.29-174.648 175.529-174.899C320.793 47.747 400 126.797 400 224c0 61.932-32.158 116.49-80.65 147.867-.999 14.037-3.069 30.588-5.624 47.23-.732 4.767 4.203 8.429 8.535 6.31C395.227 389.727 448 314.187 448 224 448 100.205 347.815 0 224 0zm0 160c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64z'/%3E%3C/svg%3E");
  bottom: 15px;
  right: 15px;
  width: 50px;
  height: 69px;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.4s ease;
}
.media-refs-module--blogs-and-podcasts .media-refs-module__tile:not(.media-refs-module__tile--dark):hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23d1007450'%3E%3C!-- Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) --%3E%3Cpath d='M267.429 488.563C262.286 507.573 242.858 512 224 512c-18.857 0-38.286-4.427-43.428-23.437C172.927 460.134 160 388.898 160 355.75c0-35.156 31.142-43.75 64-43.75s64 8.594 64 43.75c0 32.949-12.871 104.179-20.571 132.813zM156.867 288.554c-18.693-18.308-29.958-44.173-28.784-72.599 2.054-49.724 42.395-89.956 92.124-91.881C274.862 121.958 320 165.807 320 220c0 26.827-11.064 51.116-28.866 68.552-2.675 2.62-2.401 6.986.628 9.187 9.312 6.765 16.46 15.343 21.234 25.363 1.741 3.654 6.497 4.66 9.449 1.891 28.826-27.043 46.553-65.783 45.511-108.565-1.855-76.206-63.595-138.208-139.793-140.369C146.869 73.753 80 139.215 80 220c0 41.361 17.532 78.7 45.55 104.989 2.953 2.771 7.711 1.77 9.453-1.887 4.774-10.021 11.923-18.598 21.235-25.363 3.029-2.2 3.304-6.566.629-9.185zM224 0C100.204 0 0 100.185 0 224c0 89.992 52.602 165.647 125.739 201.408 4.333 2.118 9.267-1.544 8.535-6.31-2.382-15.512-4.342-30.946-5.406-44.339-.146-1.836-1.149-3.486-2.678-4.512-47.4-31.806-78.564-86.016-78.187-147.347.592-96.237 79.29-174.648 175.529-174.899C320.793 47.747 400 126.797 400 224c0 61.932-32.158 116.49-80.65 147.867-.999 14.037-3.069 30.588-5.624 47.23-.732 4.767 4.203 8.429 8.535 6.31C395.227 389.727 448 314.187 448 224 448 100.205 347.815 0 224 0zm0 160c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64z'/%3E%3C/svg%3E");
}

.media-refs-module__tile {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  grid-gap: 15px;
  height: 100%;
  color: #212529;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  padding: 20px;
  transition: 0.4s ease;
}
.media-refs-module--large .media-refs-module__tile {
  padding: 10px 0 0;
}

.media-refs-module--large .media-refs-module__tile a.media-refs-module__tile--large {
  display: block;
  padding: 0 20px;
}

.media-refs-module__tile--large {
  color: #212529;
  flex-grow: 1;
}

.media-refs-module--large .read-more .row {
  justify-content: center;
  margin-top: 2rem;
}

.media-refs-module--large .source {
  font-size: 0.8em;
  opacity: 0.8;
}

.media-refs-module--large a.timestamp {
  display: block;
  width: 100%;
  padding: 10px 20px 20px;
}

.media-refs-module--large a.timestamp:hover {
  text-decoration: none;
}

.media-refs-module__tile--large:hover,
.media-refs-module__tile:hover {
  color: #212529;
  text-decoration: none;
}
.media-refs-module__tile:not(.media-refs-module__tile--dark):hover {
  box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(-5px);
}
.media-refs-module__tile--large:not(.media-refs-module__tile--dark):hover p.h6,
.media-refs-module__tile:not(.media-refs-module__tile--dark):hover p.h6 {
  color: #d10074 !important;
}

.fl-module .media-refs-module .media-source-logo {
  max-width: 160px;
  max-height: 20px;
  width: auto;
  height: auto;
}

.fl-module .source {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 30px;
}