.highlights-flex-row {
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -22px;
  width: calc(100% + 44px); }
  @media (max-width: 767px) {
    .highlights-flex-row {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .highlights-flex-row .cell {
    padding: 0 22px; }
    @media (max-width: 767px) {
      .highlights-flex-row .cell {
        width: 100%;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }

.highlights--item {
  border-top: 5px solid #8996a0;
  padding-top: 8px; }
  @media (max-width: 767px) {
    .highlights--item {
      max-width: 350px;
      margin-left: auto;
      margin-right: auto; } }

.highlights--meta {
  font-family: "Gotham Narrow A", "Gotham Narrow B", sans-serif;
  font-size: 13px;
  line-height: 1.85;
  text-align: left;
  color: #000000;
  text-transform: uppercase; }

.highlights--meta-separator {
  padding: 0 5px; }

.highlights--title {
  font-family: "Gotham Narrow A", "Gotham Narrow B", sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.18;
  text-align: left;
  color: #a51c30;
  margin: 12px 0 20px 0; }
  @media (max-width: 767px) {
    .highlights--title {
      margin-bottom: 40px;
      height: auto;
      min-height: 95px; } }

.highlights--image {
  margin-bottom: 12px; }
  .highlights--image a {
    border-bottom: none; }

.highlights--summary {
  font-size: 16px;
  line-height: 1.5;
  margin: 0px 0 25px 0; }

/*# sourceMappingURL=highlights.css.map */
