#ndq-content .block--search-form--5816 {
    padding: 0 0 20px;
}

#ndq-content .block--search-form--5816 .form-item, 
#ndq-content .block--search-form--5816 input[type=submit] {
    float: left;
}

.block--nir-news__widget--5816 .nir-widget--form {
    float: left;
    width: 100%;
}

.block--nir-news__widget--5816 .nir-widget--form form {
    float: left;
    width: 100%;
}

.block--nir-news__widget--5816 .nir-widget--form .nir-widgets--field-container,
.block--nir-news__widget--5816 .nir-widget--form .two-col-field {
    float: left;
}

#ndq-content .block--nir-news__widget--5816 .nir-widgets--field-container {
    float: left;
    width: initial !important;
    max-width: 200px;
    margin: 0 14px 0 0;
}

.block--nir-news__widget--5816 input[type="submit"] {
    margin: 32px 0 0;
}

.block--nir-news__widget--5816 .nir-widget--list {
    clear: both;
    padding: 30px 0 0;
}

.block--nir-news__widget--5816 article {
	clear: both;
padding: 0 0 24px 2px;
    margin: 0 0 24px;
/*    border-bottom: 1px solid #efefef;*/
}

.block--nir-news__widget--5816 article:last-child {
  margin: 0;
/*  border: 0;*/
}

.block--nir-news__widget--5816 .nir-widget--news--date-time {

}

.block--nir-news__widget--5816 .nir-widget--news--headline {
    padding: 0 0 8px;
    margin: 0;
}

.block--nir-news__widget--5816 .nir-widget--news--teaser {

}

.block--nir-news__widget--5816 a[href*="pdf"] {
  display: inline-block;
  position: relative;
  padding: 0 0 0 33px;
}

.block--nir-news__widget--5816 a[href*="pdf"] span {
  position: absolute;
  top: -1px;
  left: 0;
}

.block--nir-news__widget--5816 .nir-widget--pager + .nir-widget--total-results {
    clear: both;
    padding: 30px 0 0;
}

.block--nir-news__widget--5816 .nir-widget--pager .pager {
    clear: both;
}

/* details */

.node--type-nir-news #back {
/*  display: none;*/
    text-align: right;
    padding: 0 0 12px;
}

.node--type-nir-news #headline {
  margin: 0;
  padding: 0 0 30px; 
}

.node--type-nir-news .field--name-field-nir-news-date {
    display: none;
}

.node--type-nir-news .pdf-file-link {
  padding: 0 0 30px;
}

.node--type-nir-news .file--application-pdf a::before {
  position: relative;
  top: -2px;
}

#ndq-content .node--type-nir-news ul {
  padding: 0 0 20px 2px;
  margin: 0;
  list-style-type: none;
}

#ndq-content .node--type-nir-news li {
   list-style-type: none;
/*   display: flex;
   align-items: flex-start;*/
   position: relative;
   padding-left: 30px;
}

#ndq-content .node--type-nir-news li * {

}

#ndq-content .node--type-nir-news li::before {
   content: "•";
   margin-right: 15px;
    position: absolute;
    top: 0;
    left: 0;
}

#ndq-content .node--type-nir-news ul ul li {
/*   flex-direction: column;*/
}

#ndq-content .node--type-nir-news ul ul li::before {
   content: "○";
}

#ndq-content .node--type-nir-news li ul {
  list-style-type: circle;
  padding: 10px 0 10px 20px;
}

#ndq-content .node--type-nir-news ul li:not(:last-child) {
  padding-bottom: 8px;
}

.block--nir-news__widget .detail,
.node--type-nir-news > .node__content a {

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever
  word-break: break-all; */
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) 
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  */

}

#ndq-content .node--type-nir-news p {
/*    padding: 0 0 20px;*/
}

.ndq-table-responsive {
    width: 100%;
      margin-bottom: 30px;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 1024px) {

  .ndq-table-responsive {
    overflow-x: scroll;
  }

}
