.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 .chosen-container,
.block--nir-news__widget--5816 select {
    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 {
	padding: 0 0 20px 2px;
	margin: 0 0 20px;
	border-bottom: 1px solid #a9bcd0;
	clear: both;
}

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

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

/* details */

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

#ndq-content .node--type-nir-news h3:first-of-type {
    margin-top: 0;
}

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

.node--type-nir-news .box__right {
    padding: 0 0 30px;
    margin: 0 0 0 -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;*/
}


.cms #ndq-content article.node--type-nir-news table tr td {
  border: inherit;
  padding: inherit;
}