html:not(.js) .view-slider-items .views-row:not(:first-child) {
  display: none;
}
html:not(.js) .page-top.slider {
  opacity: 1;
}
html:not(.js) .view-slider-items:before {
  content: '';
  position: absolute;
  background-color: rgba(38, 54, 70, 0.8);
  width: 100%;
  height: 100%;
  z-index: 2;
}
html:not(.js) body #page-wrapper > header {
  position: relative;
}
html:not(.js) #content {
  padding-top: 0;
}
html:not(.js) body > noscript a {
  color: white;
  font-weight: 600;
}
html:not(.js) form.no-js-form {
  display: none;
}
html:not(.js) .download-article {
  display: none;
}

noscript {
  position: relative;
  display: block;
}
noscript a:hover {
  text-decoration: underline;
}
noscript .no-js-notice {
  background-color: #fae3bf;
  color: #263646;
  padding: 10px;
  font-size: 14px;
  text-align: center;
}
noscript .no-js-notice a {
  color: #263646;
  font-weight: 600;
}
