.nir-node--6016 .show-all,
.views-field-field-nir-tags {
  display: none;
}

.sameH {
  align-content: space-between;
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-flex;
}

.qtr-earnings .h3 {
    padding: 0 0 20px;
    display: none;
}

.qtr-earnings .views-row {
  padding: 0 0 24px;
}

.qtr-earnings ul,
.qtr-earnings li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.qtr-earnings li:nth-child(odd) {
  background: #f0f0f0;
}

.qtr-earnings li:nth-child(even) {
  background: #f5f5f5;
}

.qtr-earnings .file-link .file {
  display: block;
}

.qtr-earnings li a {
  text-decoration: none;
    color: #444444;
    font-size: 15px;
    font-weight: 500;
    display: block;
    position: relative;
    padding: 12px 39px 12px 18px;
}

.qtr-earnings li a::before {
  position: absolute;
    right: 14px;
    top: 12px;
    content: "";
    display: inline-block;
    width: 19px;
    height: 25px;
    background-image: url(../../../../../isc/images/pdf-icon3.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 0;
}

/*.qtr-earnings li .html-link a::before {
  top: -2px;
}
*/

.qtr-earnings li .webcast-link a::before {
  top: -2px;
}

/*
.qtr-earnings li a[type*="pdf"]::before {
  top: -2px;
}*/

@media screen and (max-width: 63.9375em) {

  .qtr-earnings li a::before {

  }

  .qtr-earnings li .webcast-link a::before {
    
  }

}

