.widget-icon-list {
  min-height: 100px;
  border: 1px solid #c5cbd5;
}
.widget-icon-list .row {
  margin: 0;
}
.widget-icon-list .row:first-child {
  border-top: none;
  margin-top: 11px;
}
.widget-icon-list .row .ficon-size-l {
  margin: 15px auto;
}
.widget-icon-list .header {
  color: #1d252c;
  font-weight: 500;
  font-size: 20px;
  padding: 20px;
  border-bottom: 1px solid #c5cbd5;
  line-height: normal;
  display: block;
}
.widget-icon-list .image-shell {
  width: 35%;
  float: left;
  padding: 0 15px 0 30px;
}
.widget-icon-list .image-shell img {
  margin: 15px 0;
  max-height: 100%;
}
.widget-icon-list .textarea {
  float: left;
  width: 65%;
  text-align: left;
  padding-right: 30px;
}
.widget-icon-list .linkText {
  font-size: 15px;
  display: table-cell;
  height: 88px;
  vertical-align: middle;
  font-weight: 500;
  color: #1d252c;
}
.widget-icon-list .linkText a {
  color: #0046be;
}
.widget-icon-list .linkText .subheader {
  font-size: 15px;
  display: block;
  font-weight: 500;
  line-height: 1.3;
}
.widget-icon-list .linkList {
  clear: both;
}
.widget-icon-list .linkList ul {
  list-style-type: none;
  font-size: 13px;
  padding-left: 30px;
  margin-bottom: 0;
  padding-right: 30px;
}
.widget-icon-list .linkList ul li {
  padding-bottom: 15px;
}
.widget-icon-list[data-device-class="s"] .image-shell {
  width: auto;
  min-width: 70px;
}
.widget-icon-list[data-device-class="s"] .textarea {
  width: auto;
}

