.highlights-list {
  position: relative;
  margin: 0px 20px;
}
.highlights-list .title {
  font-family:"acumin-pro-condensed";
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  color: #f28b20;
  text-align: left;
  margin-bottom: 20px;
}
.highlights-list .item { 
  background-color: #eff8fe;
  clear: both;
  display: flex;
  margin-bottom: 10px;
  width: 100%;
  align-items: center;
}
.highlights-list .item .img {
  float: left;
  width: 30%;
}
.highlights-list .item .text {
  float: left;
  width: 70%;
  font-family:"acumin-pro-condensed";
  font-size: 28px;
  text-align: left;
  color: #333e48;
  padding: 10px 10px 15px;
}
.highlights-list .item .text a { 
  color: #333e48; 
  text-transform: none;
}

/*** Mobile ***/
@media only screen and (max-width:40em) {
  .highlights-list .panel-two-col-even { padding-top: 20px; }
  .highlights-list .item .text a { font-size: 24px; }
}

/*** Desktop  ***/
@media only screen and (min-width:64.063em) {
  .highlights-list { 
    margin: 0 auto;
    max-width: 1040px; 
  }
  .highlights-list .item .text { padding: 10px 20px 15px; }
}
@media only screen and (max-width:64.063em) {
  .highlights-list .item .text {
    line-height: 22px;
  }
  .site-search-dd.active {
    overflow-y: scroll;
  }
}