/* src/styles.css */
.np-header span:before {
  height: auto !important;
  margin: 0 !important;
  text-indent: 0 !important;
}
np-header,
.np-header,
np-footer,
.np-footer,
nav#site-specific-nav {
  max-width: 1760px !important;
  margin: 0 auto !important;
  width: 100% !important;
}
np-header .container,
np-nav .container,
np-footer .container,
np-header .centered-nav,
np-nav .centered-nav {
  max-width: 100% !important;
  width: 100%;
}
.app-container {
  max-width: 1760px;
  margin: 0 auto;
  width: 100%;
  padding: 20px;
  background-color: #f4f4f4;
}
.container {
  max-width: none !important;
}
.prompt-desc-box {
  background: #f6f8fc;
  border: 1px solid #e0e6f2;
  border-left: 4px solid #0066B2;
  border-radius: 8px;
  padding: 14px 16px;
  display: none;
}
.prompt-desc-box.visible {
  display: block;
}
.prompt-desc-name {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #009DD9;
  margin-bottom: 5px;
}
.prompt-desc-text {
  color: #374151;
  line-height: 1.55;
}
.prompt-bring {
  font-style: italic;
  color: #0066B2;
  margin-top: 10px;
  line-height: 1.5;
}
.block.prompt-desc-box {
  position: relative;
  padding-left: 16px;
}
.block.prompt-desc-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 5px;
  background-color: #003366;
  border-radius: 3px;
}
#site-specific-nav,
#toggle-menu,
#toggle-search {
  display: none !important;
}
@media (min-width: 992px) {
  main.container {
    max-width: 1760px !important;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
