nav.menu--site---rss-feed-releases {
  margin: 0;
  padding: 0 0 30px;
}

nav.menu--site---rss-feed-releases li a[href*="rss"] {
    display: inline-block;
    position: relative;
    padding: 0 0 0 27px;
}

nav.menu--site---rss-feed-releases li a[href*="rss"] > span {
    display: inline-block;
    position: absolute;
    top: -3px;
    left: -4px;
}

.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"] {
    float: left;
    margin: 32px 0 0;
}

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

.block--nir-news__widget--5816 article {
	clear: both;
  padding: 0 0 22px 2px;
  margin: 0 0 24px;
    border-bottom: 1px dotted #d9d8d8;
}

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

.block--nir-news__widget--5816 .columns > div {
    padding: 0 2px;
}

.block--nir-news__widget--5816 .columns:last-child::before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #d9d8d8;
  padding: 0 0 20px 2px;
  margin: 0 0 20px;
}

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

.block--nir-news__widget--5816 .nir-widget--news--headline a {
  font-weight: 700;
}

.block--nir-news__widget--5816 .nir-widget--news--teaser {
  padding: 12px 0 0;
}

.block--nir-news__widget--5816 .nir-widget--news--addl-formats {
  padding: 16px 0 0;
}

.block--nir-news__widget--5816 .nir-widget--news--addl-formats a[type*="application"] {
  display: inline-block;
  position: relative;
  padding: 0 0 0 38px;
}

.block--nir-news__widget--5816 .nir-widget--news--addl-formats a > span.file-icon:first-child {
  position: absolute;
  top: -5px;
  left: 0;
}

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

/* details */

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

.node--type-nir-news .h3 {
  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 {
  position: relative;
  display: inline-block;
  padding: 0 0 0 35px;
}

.node--type-nir-news .file--application-pdf a::before {
  position: absolute;
  top: -5px;
  left: 0;
}

#ndq-content .node--type-nir-news ul {
  padding: 0 0 24px 20px;
  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: 0 0 0 20px;
}

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

}

#ndq-content .node--type-nir-news li::before {
    content: "•";
    /*margin-right: 12px;*/
    position: absolute;
    top: 2px;
    left: 0;
    font-weight: 900;
    font-size: 22px;
    line-height: 1;
}

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

#ndq-content .node--type-nir-news ul ul li::before {
   content: "○";
    font-size: 16px;
    top: 3px;
}

#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: 2px;
}

.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;*/
}

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

    .ndq-table-responsive {
        width: 100%;
            /*padding: 12px;*/
        margin-bottom: ;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        /*border: 1px solid #ddd;*/
        -webkit-overflow-scrolling: touch;
    }

}