<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fluid-branded-calloutgrid-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 960px;
  margin: 0 auto;
  justify-content: center;
}
.fluid-branded-calloutgrid-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  padding: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}
fluid-branded-calloutgrid-item-category {
  color: #97999B;
  font-weight: bold;
  margin-bottom: 20px;
}
.fluid-branded-calloutgrid-item-photo {
  flex-shrink: 0;
  width: 100%;
  /* display: flex;
    flex-direction: column; */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  line-height: 0;
}
.fluid-branded-calloutgrid-item-photo img {
  width: 100%;
  height: auto;
}
.fluid-branded-calloutgrid-item-text {
  padding: 20px;
  flex: 1 0 auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  color: #000;
}
.fluid-branded-calloutgrid-item-category {
  font-size: 14px;
  color: #707377;
  font-weight: bold;
}
.fluid-branded-calloutgrid-item-text p {
  color: #000;
}
.fluid-branded-calloutgrid-item-text h4 {
  color: #000;
  text-align: left;
  margin: 10px 0;
  font-weight: 600;
  font-size: 1.25em;
}
.fluid-branded-calloutgrid-item-cta {
  margin-top: 10px;
  text-decoration: none;
  font-weight: bold;
  color: #000;
}
a.fluid-branded-calloutgrid-item:hover .fluid-branded-calloutgrid-item-cta {
  text-decoration: underline;
}
.fluid-branded-calloutgrid-item-cta::after {
  color: #A7A8AA;
  content: "\f105";
  font-family: Dcom-EDE;
  line-height: 1.4em;
  padding-left: 5px;
  position: absolute;
}
a.fluid-branded-calloutgrid-item:hover .fluid-branded-calloutgrid-item-cta::after {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .fluid-branded-calloutgrid-inner-3col {
    max-width: none;
  }
  .fluid-branded-calloutgrid-item {
    width: 44%;
    justify-content: space-between;
    margin: 3%;
    flex-wrap: wrap;
  }
  .fluid-branded-calloutgrid-inner-3col .fluid-branded-calloutgrid-item {
    width: 30%;
    margin: 1.25%;
  }
}
</pre></body></html>