.entry-content .i15-ns-container a,
.entry-content .i15-ns-container a:hover,
.widget .i15-news-widget-title a,
.widget .i15-news-widget-title a:hover { box-shadow: none; transition: none; }
.i15-ns-news-list .link-more { display: none; }

.i15-ns-filters {padding: 30px 15px; margin-bottom: 20px; background-color: #efefef}
.i15-ns-filters:after { content:''; display: block; clear: both; }
.i15-ns-select-container { position: relative; float: left; padding-right: 20px; }
.i15-ns-search-container { position: relative; float: left; }
.i15-ns-search-container #i15-ns-search-input { padding: 5px 28px 5px 5px; display: inline-block; position: relative; width: 160px}

.i15-ns-select-container label, .i15-ns-search-container label { display: inline-block; padding-right: 10px;}

.i15-ns-tag-selected,
.i15-ns-source-selected {
  position: relative;
  display: inline-block;
  border: solid 1px #bbb;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 15px 5px 5px;
  width: 120px;
  cursor: pointer;
  background-color: #fff;
}

.site-content-contain .site-content #primary.content-area #main.site-main article .entry-content ul.i15-ns-tag-select-list,
.site-content-contain .site-content #primary.content-area #main.site-main article .entry-content ul.i15-ns-source-select-list { padding-left: 0px; }
ul.i15-ns-tag-select-list,
ul.i15-ns-source-select-list {
  display: none;
  position: absolute;
  top: 37px;
  left: 49px;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  background-color: #fff;
	border: 1px solid #6d6d6d;
}
ul.i15-ns-source-select-list { left: 67px; }

ul.i15-ns-tag-select-list li,
ul.i15-ns-source-select-list li { margin: 0px; padding: 5px; list-style: none; border-bottom: 1px solid #ddd; }
ul.i15-ns-tag-select-list li:last-child,
ul.i15-ns-source-select-list li:last-child { border-bottom: none; }
ul.i15-ns-tag-select-list li:hover,
ul.i15-ns-source-select-list li:hover,
ul.i15-ns-tag-select-list li.i15-ns-tag-active,
ul.i15-ns-source-select-list li.i15-ns-source-active { background-color: #e1e1e1; }

.i15-ns-downarrow {
  position: absolute;
  top: 13px;
  right: 5px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 10px solid #6d6d6d;
}
.i15-ns-tag-selected:hover .i15-ns-downarrow,
.i15-ns-source-selected:hover .i15-ns-downarrow { border-top: 10px solid #383838; }

.i15-ns-search-button-container { position: absolute; top: 6px; right: 15px; }
#i15-ns-search-button {
  font-size: 2em; /* This controls the size. */
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  border: 0.1em solid #6d6d6d;
  position: relative;
  border-radius: 0.35em;
  box-shadow: none;
  transition: none;
  cursor: pointer;
}
#i15-ns-search-button::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: -0.28em;
  bottom: -0.15em;
  border-width: 0;
  background: #6d6d6d;
  width: 0.35em;
  height: 0.08em;
  -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
}
#i15-ns-search-button:hover { border: 0.1em solid #383838; }
#i15-ns-search-button:hover::before { background: #383838; }

.i15-news-date { padding: 10px; border-left: solid 5px #e63b2f; font-size: 22px; font-weight: bold; border-bottom: 1px solid #eee}

.i15-news-item {margin: 20px 0 20px 20px;}
.i15-news-item h4 {margin-bottom: 5px}
.i15-news-item h4 a { font-size: 18px; font-weight: bold; color: #2a5b96; text-decoration: none; }
.i15-news-item h4 a:hover { text-decoration: underline; }

.i15-news-item .i15-news-excerpt p {margin-bottom: 5px}

.i15-news-item-bottom:after { content:''; display: block; clear: both; }

.i15-news-item-source { float: left; }
.i15-news-item-source a { color: #e63b2f; text-decoration: none; }
.i15-news-item-source a:hover { text-decoration: underline; }

.i15-news-item-tags { float: right; }
.i15-news-item-atag { display: inline-block; border: solid 1px #383838; color: #383838; -webkit-border-radius: 3px; border-radius: 3px; padding: 5px; margin-left: 5px; cursor: pointer; }
.i15-news-item-atag:hover,
.i15-news-item-atag-active { background: #383838; color: #fff; }

.entry-content .i15_ns_pagination a { display: inline-block; padding: 5px; margin: 0px 3px; cursor: pointer; border: solid 1px #383838; color: #383838; -webkit-border-radius: 3px; border-radius: 3px; }
.entry-content .i15_ns_pagination a:hover { background: #383838; color: #fff; }
.entry-content .i15_ns_pagination .i15_ns_pagination_current { display: inline-block; padding: 5px; margin: 0px 3px; background: #383838; color: #fff; -webkit-border-radius: 3px; border-radius: 3px; }

.widget_i15_news_widget h2 {
  border-left: 5px solid #F44336;
  padding: 0 0 0 10px;
  font-weight: 400;
  font-size: 1.2em;
  font-family: 'Roboto Slab';
  letter-spacing: initial;
}
.widget_i15_news_widget .link-button {margin-top: 20px}

.i15-news-widget-item { padding: 5px; border-bottom: 1px solid #eee; cursor: pointer; margin: 8px 0}
.i15-news-widget-item:last-child { border-bottom: none; }
.i15-news-widget-item:hover { background-color: #edffd5; }
.i15-news-widget-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 15px;
  font-weight: bold;
}
.i15-news-widget-source { font-size: 15px; color: #e63b2f; }

#news-us-title,
#news-us-excerpt,
#news-us-link,
#news-us-captcha { margin-bottom: 20px; }
.news-us-label { font-size: 22px; font-weight: bold; }
#news-us-submit a {
  display: inline-block;
  box-shadow: none;
  background: #fff;
  color: #686868;
  border: 1px solid #e6e6e6;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 0.8em;
  border-radius: 4px;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 800;
  line-height: 1.5;
}
#news-us-submit a:hover { background: #e6e6e6; }

.news-us-loader {
  margin: 5px auto;
  font-size: 5px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #000, 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em #000, 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em #000, 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0em #000, 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em #000, -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7), -1.8em 1.8em 0 0em #000, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em #000, -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0em #000;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #000, 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em #000, 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em #000, 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0em #000, 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em #000, -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7), -1.8em 1.8em 0 0em #000, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em #000, -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}

@media screen and (max-width: 765px) {
  .i15-ns-select-container {
    width: 100%;
    margin-top: 10px;
  }

  .i15-ns-select-container label, .i15-ns-search-container label {min-width: 80px}
  .i15-ns-tag-selected, .i15-ns-source-selected {
    width: 200px;
  }

  .i15-ns-search-container {float: left; margin-top: 10px;}
  .i15-ns-search-container #i15-ns-search-input {width: 200px;}
}
