@charset "UTF-8";
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --clr-nrc-blue: #001871;
  --clr-nrc-blue-lt: #ccccdd;
  --clr-nrc-med-blu: #007cbf;
  --clr-nrc-green: #007367;
  --clr-nrc-orange: #c69214;
  --clr-nrc-orange-lt: #f2ede2;
  --clr-neutral: #ffffff;
  --clr-dark: #000000;
  --ff-primary: "Open Sans", sans-serif;
  font-size: 62.5%;
}

.nrc_body {
  margin-inline: auto;
  margin-block: 1em;
  width: min(95%, 102.4rem);
}
.nrc_body main {
  color: var(--clr-dark);
  font-family: var(--ff-primary);
  font-size: 1.6rem;
  line-height: normal !important;
}
.nrc_body main a {
  color: var(--clr-nrc-green);
  font-size: inherit;
  font-weight: 700;
  text-decoration: underline;
}
.nrc_body main a:hover {
  color: var(--clr-nrc-green);
  text-decoration: none;
}
.nrc_body main h1, .nrc_body main h2, .nrc_body main h3, .nrc_body main h4 {
  font-family: inherit;
  line-height: normal !important;
}
.nrc_body main .sub-hdr {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 1em 0;
}
.nrc_body main .sub-hdr span {
  font-weight: 400;
}
.nrc_body main .btn-style-link {
  background-color: var(--clr-nrc-orange-lt);
  border: 1px solid var(--clr-nrc-orange);
}
.nrc_body main .btn-style-link a {
  color: var(--clr-nrc-green);
  display: block;
  font-family: var(--ff-primary);
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
.nrc_body main .btn-style-link a:hover {
  background-color: var(--clr-nrc-green);
  color: var(--clr-neutral);
}
.nrc_body main .btn-style-link a .subtitle {
  display: block;
  font-size: 1rem;
  text-transform: initial;
}
.nrc_body main .btn-style-nonlink {
  background-color: var(--clr-nrc-green);
  border: 1px solid var(--clr-nrc-green);
}
.nrc_body main .btn-style-nonlink h1 {
  color: var(--clr-neutral);
  display: block;
  font-family: var(--ff-primary);
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}
.nrc_body main .release .classic {
  border: 1px solid var(--clr-nrc-orange);
}
.nrc_body main .release.full-box {
  border-radius: 0.2em;
  padding: 0.5em 0 0 0;
}
.nrc_body main .release img {
  max-width: 425px;
  vertical-align: middle;
  height: auto;
}
.nrc_body main .release h1 {
  margin-bottom: 0;
  margin-top: 0.5em;
}
.nrc_body main .release h1 span.status {
  color: var(--clr-nrc-green);
  font-size: 1.7rem;
  font-weight: 700;
  text-transform: uppercase;
}
.nrc_body main .release h1 span.details {
  color: var(--clr-nrc-green);
  display: block;
  font-size: 1.7rem;
  font-weight: 700;
  text-transform: none;
}
.nrc_body main .release h2 {
  color: var(--clr-nrc-blue);
  font-size: 4.5rem;
  font-weight: 500;
  margin: 0 0 0.5em 0;
}
.nrc_body main .release h2.v2 {
  font-size: 4rem;
}
.nrc_body main .release h2.v3 {
  font-size: 3.8rem;
}
.nrc_body main .release h2.v4 {
  font-size: 3.6rem;
}
.nrc_body main .release h2 span {
  display: block;
  font-size: 2.3rem;
  font-weight: 700;
  text-transform: uppercase;
}
.nrc_body main .release h2 strong {
  font-weight: 800;
}
.nrc_body main .release h2.expanded {
  font-size: 3rem;
  font-weight: 700;
  margin: 1em 0;
  text-align: center;
  text-transform: none;
}
.nrc_body main .release sup {
  font-size: 60%;
  font-weight: 600;
}
.nrc_body main .release .supdes {
  font-weight: 500;
}
.nrc_body main .release__teaser {
  font-size: 2.5rem;
  text-align: center;
}
.nrc_body main .release__more-info {
  font-weight: 600;
  margin: 1em 0;
  text-align: center;
}
.nrc_body main .release__topic {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}
.nrc_body main .release__highlights {
  margin: 0;
  padding: 0;
}
.nrc_body main .release__highlights .like-title {
  color: var(--clr-dark);
  font-weight: 700;
  margin-bottom: 0.5em;
}
.nrc_body main .release__highlights li {
  color: var(--clr-dark);
  font-weight: 500;
  margin: 0 1.5em;
  padding: 0.2em 0;
}
.nrc_body main .release__highlights--simple {
  color: var(--clr-nrc-green);
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.nrc_body main .release__highlights--same {
  color: var(--clr-nrc-blue);
  font-size: 1.8rem;
  font-weight: 500;
  text-align: left;
}
.nrc_body main .release__links {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 1em 0;
  padding: 0;
}
@media (max-width: 62.5em) {
  .nrc_body main .release__links {
    display: block;
  }
}
.nrc_body main .release__links--left {
  justify-content: flex-start;
}
.nrc_body main .release__links--center {
  justify-content: center;
}
.nrc_body main .release__links li {
  margin-right: 1em;
  width: 50%;
}
@media (max-width: 62.5em) {
  .nrc_body main .release__links li {
    margin-top: 1em;
  }
}
.nrc_body main .release__links li:only-child {
  width: 100%;
}
.nrc_body main .release__links li:last-child {
  margin-right: 0;
}
@media (max-width: 62.5em) {
  .nrc_body main .release__links li {
    width: 100%;
  }
}
.nrc_body main .release__links--text {
  font-size: 1.4rem;
  margin: 1em 0;
  padding: 0;
}
.nrc_body main .release__links--text p {
  margin: 0;
  padding-bottom: 0.5em;
}
.nrc_body main .release__links--text p:last-child {
  padding-bottom: 0;
}
.nrc_body main .attractor {
  color: var(--clr-nrc-blue);
  font-weight: 700;
}
.nrc_body main .attractor .dnone {
  display: none;
}
.nrc_body main .attractor h3 {
  font-size: 1.4rem;
  font-weight: 600;
}
.nrc_body main .attractor hr {
  border-top: 2px solid var(--clr-nrc-orange);
  padding: 0;
}
.nrc_body main .related {
  text-align: center;
}
.nrc_body main .related__details {
  padding: 0;
}
.nrc_body main .related__details--subgroup {
  background-color: var(--clr-nrc-blue);
  padding: 1em 0;
}
.nrc_body main .related__details h3 {
  color: var(--clr-neutral);
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0;
  padding-bottom: 1em;
}
.nrc_body main .related__details input {
  display: none;
}
.nrc_body main .related__details__toggle {
  background-color: #001871;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans";
  font-size: inherit;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: background-color 0.3s ease;
  width: 100%;
}
.nrc_body main .related__details__toggle label {
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  padding: 1em 0;
  text-transform: uppercase;
  width: 100%;
}
.nrc_body main .related__details__toggle label span {
  color: #ffffff;
}
.nrc_body main .related__details__toggle label span:before {
  content: attr(data-show);
}
.nrc_body main .related__details__toggle label span::after {
  content: " +";
}
.nrc_body main .related__content {
  background-color: var(--clr-neutral);
  width: 100%;
  margin-top: 3em;
  transition: max-height 0.4s ease;
  max-height: 0;
  width: 100%;
  overflow: hidden;
}
.nrc_body main .related__content h3.sub-hdr {
  color: var(--clr-dark);
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 1em 0;
}
.nrc_body main .related__content h3.sub-hdr span {
  font-weight: 400;
}
.nrc_body main .related__content__more {
  margin: 2em 1em;
  text-align: left;
}
.nrc_body main .related__content__more__urls {
  font-size: 1.8rem;
  font-weight: 700;
  list-style-type: none;
  margin: 1em 0;
  padding: 0;
}
.nrc_body main .related__content__more__urls li {
  padding-left: 3em;
  margin-bottom: 1em;
  position: relative;
}
.nrc_body main .related__content__more__urls li::before {
  background: url("images/i-dwnld.png");
  content: "";
  height: 36px;
  width: 36px;
  margin-right: 1em;
  position: absolute;
  left: 0;
  top: -0.2em;
}
.nrc_body main .related input:checked ~ .related__content {
  max-height: 1000px;
}
.nrc_body main .related input:checked + button span {
  color: #ffffff;
}
.nrc_body main .related input:checked + button span:before {
  content: attr(data-hide);
}
.nrc_body main .related input:checked + button span::after {
  content: " −";
}
.nrc_body main .resource {
  margin: 4em 0 5em 0;
}
.nrc_body main .resource header {
  margin: 0 auto;
  text-align: center;
  width: 75%;
}
@media (max-width: 42em) {
  .nrc_body main .resource header {
    width: 100%;
  }
}
.nrc_body main .resource header p {
  color: var(--clr-dark);
  font-weight: 500;
  padding: 1em 2em;
}
.nrc_body main .resource header h3 {
  border-bottom: 2px solid var(--clr-nrc-orange);
  color: var(--clr-nrc-blue);
  font-size: 2.7rem;
  font-weight: 700;
  text-align: center;
  padding: 1em 4em;
}
.nrc_body main .resource__content {
  margin-right: 1em;
}
@media (max-width: 42em) {
  .nrc_body main .resource__content {
    margin-right: 0;
    margin-bottom: 1em;
  }
}
.nrc_body main .resource__content:last-child {
  margin-right: 0;
}
.nrc_body main .resource__content img {
  border: 1px solid var(--clr-nrc-orange);
  max-width: 330px;
}
@media (max-width: 42em) {
  .nrc_body main .resource__content img {
    max-width: 100%;
  }
}
.nrc_body main .resource__content h4 {
  color: var(--clr-nrc-blue);
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 0.5em;
}
.nrc_body main .resource__content p {
  font-weight: 400;
  line-height: 1.5;
  margin: 1em 0;
}
.nrc_body main .resource__content button {
  margin-bottom: 1em;
  width: 100%;
}
.nrc_body main .resource__content .new-topic {
  color: var(--clr-nrc-blue);
  font-weight: 600;
}
.nrc_body main .resource__content .neat-list {
  margin: 0;
  padding: 0;
}
.nrc_body main .resource__content .neat-list li {
  margin: 1em 0 1em 1.2em;
}
.nrc_body main .resource ul.events {
  list-style: none;
  margin: 1em 0;
}
.nrc_body main .resource ul.events li {
  padding: 0 0 2em 4em;
  position: relative;
}
.nrc_body main .resource ul.events li::before {
  background-color: var(--clr-nrc-blue);
  border: 1px solid var(--clr-nrc-orange);
  content: attr(event-date);
  color: var(--clr-neutral);
  font-size: 0.9em;
  margin-right: 1em;
  padding: 0.3em;
  position: absolute;
  left: 0;
  text-align: center;
  width: 3em;
}
.nrc_body main .resource ul.events.promo p {
  margin: 0 0 0.5em 0;
}
.nrc_body main .resource ul.events.promo .upper-bold {
  color: var(--clr-nrc-blue);
  font-weight: 700;
}
.nrc_body main .split {
  display: flex;
  align-items: center;
}
@media (max-width: 42em) {
  .nrc_body main .split {
    display: block;
  }
}
.nrc_body main .split__lt {
  object-fit: contain;
}
.nrc_body main .split__rt {
  padding: 0 1em;
  flex: 1 1 auto;
}
.nrc_body main .split--center {
  justify-content: center;
  padding-bottom: 1em;
}
.nrc_body main .split--start {
  align-items: flex-start;
}
.nrc_body main .split.top {
  align-items: flex-start;
}
.nrc_body main .medals .civics-icon,
.nrc_body main .medals .history-icon,
.nrc_body main .medals .red-icon,
.nrc_body main .medals .mat-icon,
.nrc_body main .medals .sci-icon {
  float: right;
  text-align: center;
}
@media (max-width: 42em) {
  .nrc_body main .medals .civics-icon,
  .nrc_body main .medals .history-icon,
  .nrc_body main .medals .red-icon,
  .nrc_body main .medals .mat-icon,
  .nrc_body main .medals .sci-icon {
    padding-top: 0.5em;
  }
}
.nrc_body main .medals .civics-icon::after,
.nrc_body main .medals .history-icon::after,
.nrc_body main .medals .red-icon::after,
.nrc_body main .medals .mat-icon::after,
.nrc_body main .medals .sci-icon::after {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.3em;
}
.nrc_body main .medals .civics-icon::before {
  content: url(images/civics-icon.png);
}
.nrc_body main .medals .history-icon::before {
  content: url(images/history-icon.png);
}
.nrc_body main .medals .civics-icon::after {
  content: "Civics";
}
.nrc_body main .medals .history-icon::after {
  content: "US History";
}
.nrc_body main .medals .red-icon::before {
  content: url(images/read-icon.png);
}
.nrc_body main .medals .mat-icon::before {
  content: url(images/math-icon.png);
}
.nrc_body main .medals .sci-icon::before {
  content: url(images/science-icon.png);
}
.nrc_body main .medals .amplify {
  display: block;
  font-size: large;
  font-weight: 700;
}
.nrc_body main .medals::after { /* clear for icons floated right  */
  content: "";
  clear: both;
  display: table;
}
.nrc_body main .bubble {
  border-collapse: separate;
  border-spacing: 1em;
  display: table;
  font-size: 1.8rem;
}
@media (max-width: 42em) {
  .nrc_body main .bubble {
    display: block;
  }
}
.nrc_body main .bubble p {
  margin: 0;
}
.nrc_body main .bubble__cell {
  border: 1px solid var(--clr-nrc-orange);
  border-radius: 2rem;
  display: table-cell;
  overflow: hidden;
  margin-bottom: 1em;
  padding-bottom: 1.5em;
  width: 33.3333333333%;
}
.nrc_body main .bubble__cell:last-child {
  border-spacing: 0;
}
@media (max-width: 42em) {
  .nrc_body main .bubble__cell {
    display: block;
    width: 100%;
  }
}
.nrc_body main .bubble__title {
  background-color: var(--clr-nrc-blue);
  color: var(--clr-neutral);
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 1em 0;
  padding: 1em;
}
.nrc_body main .bubble__des {
  padding: 0.5em 3em 1em 3em;
  font-weight: 400;
}
.nrc_body main .bubble__action {
  font-weight: 700;
  padding-bottom: 0.5em;
}
.nrc_body main .bubble--one {
  display: block;
}
.nrc_body main .bubble--one .bubble__cell {
  display: block;
  width: 70%;
  margin: auto;
}
.nrc_body main .select-it {
  border: 1px solid var(--clr-nrc-orange);
  display: flex;
  height: 2.5em;
  margin: 0 auto;
  max-width: 30em;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 50em) {
  .nrc_body main .select-it {
    margin: 1em;
  }
}
.nrc_body main .select-it:after {
  content: "▼";
  color: var(--clr-nrc-orange);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5em;
  pointer-events: none;
  transition: 0.25s all ease;
}
.nrc_body main .select-it select {
  appearance: none;
  outline-color: var(--clr-nrc-green);
  border: 0;
  box-shadow: none;
  background-color: var(--clr-neutral);
  border: 1px dotted transparent;
  color: var(--clr-nrc-green);
  cursor: pointer;
  flex: 1;
  font-family: inherit;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2em;
  padding-left: 1em;
  padding-right: 2.5em;
  text-align: center;
}
.nrc_body main .select-it select:focus {
  border: 1px dotted var(--clr-nrc-green);
}
.nrc_body main .select-it select::-ms-expand {
  display: none;
}
.nrc_body main .data-table {
  position: relative; /* supporting the loading spinner */
}
.nrc_body main .data-table input[type=checkbox] {
  display: none;
}
.nrc_body main .data-table .icon-increase {
  background-color: var(--clr-nrc-blue);
}
.nrc_body main .data-table .icon-increase::before {
  color: var(--clr-neutral);
  content: "\f062";
}
.nrc_body main .data-table .icon-decrease {
  background-color: #bad9ee;
}
.nrc_body main .data-table .icon-decrease::before {
  color: var(--clr-nrc-blue);
  content: "\f063";
}
.nrc_body main .data-table .nosig {
  background-color: #aaa;
  display: inline-block;
  height: 1.5em;
  width: 1.5em;
  vertical-align: middle;
  transform: rotate(-45deg);
  transform-origin: 50% 50%;
}
.nrc_body main .data-table .nosig::before {
  content: " ";
}
.nrc_body main .data-table .footer {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 42em) {
  .nrc_body main .data-table .footer {
    flex-direction: column;
  }
}
@media (max-width: 42em) {
  .nrc_body main .data-table .footer .toggle-more {
    width: unset;
  }
}
.nrc_body main .data-table .footer .toggle-more button#buttonToggle {
  background-color: var(--clr-nrc-orange-lt);
  border: 1px solid var(--clr-nrc-orange);
  border-top: none;
  color: var(--clr-nrc-green);
  display: block;
  font-family: var(--ff-primary);
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
}
@media (max-width: 600px) {
  .nrc_body main .data-table .footer .toggle-more button#buttonToggle {
    border-top: 1px solid var(--clr-nrc-orange);
  }
}
.nrc_body main .data-table .footer .toggle-more button#buttonToggle:focus {
  border: 1px dotted var(--clr-nrc-green);
  outline: none;
}
.nrc_body main .data-table .footer .toggle-more button#buttonToggle:hover {
  background-color: var(--clr-nrc-green);
  color: var(--clr-neutral);
}
.nrc_body main .data-table .footer .toggle-more button#buttonToggle label {
  cursor: pointer;
  display: block;
  font-weight: 500 !important;
  padding: 0.5em 3em;
}
.nrc_body main .data-table .footer .toggle-more button#buttonToggle label:before {
  content: attr(data-show);
}
.nrc_body main .data-table .footer .toggle-more input:checked ~ #buttonToggle label:before {
  content: attr(data-hide);
}
.nrc_body main .data-table .footer .toggle-more input:checked + table tbody.more-table {
  visibility: visible;
}
.nrc_body main .data-table .footer .legend {
  width: 47%;
}
@media (max-width: 42em) {
  .nrc_body main .data-table .footer .legend {
    width: unset;
  }
}
.nrc_body main .data-table .footer .legend ul {
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
  margin: 0.5em 0 0 0;
  padding: 0;
}
.nrc_body main .data-table .footer .legend ul li {
  margin-right: 1em;
  text-align: center;
  width: 8em;
}
.nrc_body main .data-table .footer .legend ul li:last-of-type {
  margin-right: 0;
}
.nrc_body main .data-table .footer .legend ul li .define {
  display: block;
  font-size: 1.1rem;
  font-weight: 400;
}
.nrc_body main .data-table .footer .legend ul li [role=img] {
  font-size: 1rem;
}
.nrc_body main .data-table .footer .legend ul li .nosig {
  margin-bottom: 0.2em;
}
.nrc_body main .data-table table tbody.more-table {
  opacity: 0;
  max-height: 0;
  display: none;
}
.nrc_body main .data-table input:checked ~ .footer .toggle-more #buttonToggle label:before {
  content: attr(data-hide);
}
.nrc_body main .data-table input:checked ~ table tbody.more-table {
  max-height: 1000px;
  opacity: 1;
  display: table-row-group;
  animation: fadeIn 0.5s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.nrc_body main .data-table .its-loading {
  content: "loading...";
  display: none;
  margin: 1em auto;
  border: 10px solid var(--clr-nrc-orange-lt);
  border-radius: 50%;
  border-top: 10px solid var(--clr-nrc-orange);
  width: 3em;
  height: 3em;
  animation: visual 2s linear infinite;
  position: absolute;
  top: 55%;
  left: 50%;
  z-index: 1000;
}
@keyframes visual {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.nrc_body main .data-table span[class^=icon-] {
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  height: 2em;
  width: 2em;
}
.nrc_body main .data-table span[class^=icon-]::before {
  font-family: "Font Awesome 5 Free";
  line-height: 2;
}
.nrc_body main .data-table table {
  border-collapse: collapse;
  font-weight: 700;
  position: relative;
  padding-left: 1em;
  width: 100%;
}
.nrc_body main .data-table table caption {
  margin: 0 auto;
  width: 75%;
}
@media (max-width: 42em) {
  .nrc_body main .data-table table caption {
    width: 100%;
  }
}
.nrc_body main .data-table table caption p {
  color: var(--clr-dark);
  font-weight: 500;
  padding: 1em 0;
}
.nrc_body main .data-table table caption h3 {
  border-bottom: 2px solid var(--clr-nrc-orange);
  color: var(--clr-nrc-blue);
  font-size: 2.7rem;
  font-weight: 700;
  padding: 1em 4em;
}
@media (max-width: 42em) {
  .nrc_body main .data-table table caption h3 {
    padding: 1em 0;
  }
}
.nrc_body main .data-table table thead th:first-child,
.nrc_body main .data-table table tbody th:first-child {
  text-align: left;
  padding-left: 1em;
}
@media (max-width: 42em) {
  .nrc_body main .data-table table thead th:first-child,
  .nrc_body main .data-table table tbody th:first-child {
    padding-left: 0.5em;
  }
}
.nrc_body main .data-table table thead tr th,
.nrc_body main .data-table table tbody tr th,
.nrc_body main .data-table table tbody tr td {
  text-align: center;
  padding: 0.5em;
}
@media (max-width: 42em) {
  .nrc_body main .data-table table thead tr th,
  .nrc_body main .data-table table tbody tr th,
  .nrc_body main .data-table table tbody tr td {
    padding: 0.3em;
  }
}
.nrc_body main .data-table table thead tr th {
  background-color: var(--clr-nrc-blue);
  color: var(--clr-neutral);
  vertical-align: bottom;
}
.nrc_body main .data-table table thead tr th:first-child {
  border-left: 1px solid var(--clr-nrc-blue);
}
.nrc_body main .data-table table thead tr:first-child th {
  border-right: 1px solid var(--clr-neutral);
}
.nrc_body main .data-table table thead tr:first-child th:last-child {
  border-right: 1px solid var(--clr-nrc-blue);
}
.nrc_body main .data-table table thead tr:last-child th {
  background-color: var(--clr-neutral);
  border-right: 1px solid var(--clr-nrc-blue-lt);
  border-bottom: 1px solid var(--clr-nrc-blue-lt);
  color: var(--clr-nrc-blue);
  text-align: center;
}
.nrc_body main .data-table table tbody tr th, .nrc_body main .data-table table tbody tr td {
  border-right: 1px solid var(--clr-nrc-blue-lt);
  border-bottom: 1px solid var(--clr-nrc-blue-lt);
}
.nrc_body main .data-table table tbody tr th {
  border-left: 1px solid var(--clr-nrc-blue-lt);
}
.nrc_body main .data-table table tbody tr.last-row-for-subject th, .nrc_body main .data-table table tbody tr.last-row-for-subject td {
  border-bottom: 2px solid var(--clr-nrc-blue);
}
@media (max-width: 600px) {
  .nrc_body main .data-table table thead {
    display: none;
  }
  .nrc_body main .data-table table tbody tr {
    border: 1px solid var(--clr-nrc-blue-lt);
    display: block;
    margin-bottom: 0.625em;
  }
  .nrc_body main .data-table table tbody tr th:first-child {
    background-color: var(--clr-nrc-blue);
    color: var(--clr-neutral);
    display: block;
  }
  .nrc_body main .data-table table tbody tr th, .nrc_body main .data-table table tbody tr td {
    border-right: none;
    border-left: none;
    border-bottom: none;
    text-align: left;
  }
  .nrc_body main .data-table table tbody tr td::before {
    content: attr(data-label);
    display: inline-block;
    font-weight: bold;
    padding-left: 0.5em;
    padding-right: 0.5em;
    text-transform: uppercase;
    width: 60%;
  }
  .nrc_body main .data-table table tbody tr td:last-child {
    border-bottom: 0;
  }
  .nrc_body main .data-table table tbody tr.last-row-for-subject td,
  .nrc_body main .data-table table tbody tr td {
    border-bottom: 1px solid var(--clr-nrc-blue-lt);
    display: block;
  }
}
.nrc_body main .loading-table {
  border: 0 !important;
  color: var(--clr-nrc-blue);
  display: inline-block;
  font-weight: bold;
  font-family: monospace;
  font-size: 1.2em;
  position: relative;
  box-sizing: border-box;
}
.nrc_body main .loading-table:before {
  content: "Loading";
}
.nrc_body main .loading-table::after {
  border-radius: 50%;
  content: "";
  width: 0.2em;
  height: 0.2em;
  background: currentColor;
  position: absolute;
  bottom: 0.7em;
  right: -0.1em;
  box-sizing: border-box;
  animation: animateloader 1s linear infinite;
}
@keyframes animateloader {
  0% {
    box-shadow: 10px 0 rgba(0, 24, 113, 0), 20px 0 rgba(0, 24, 113, 0);
  }
  50% {
    box-shadow: 10px 0 var(--clr-nrc-blue), 20px 0 rgba(0, 24, 113, 0);
  }
  100% {
    box-shadow: 10px 0 var(--clr-nrc-blue), 20px 0 var(--clr-nrc-blue);
  }
}
.nrc_body main .banner {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 32em) {
  .nrc_body main .banner {
    display: block;
    margin: -0.5em -0.5em 1em -0.5em;
    max-width: unset !important;
  }
}
.nrc_body main .banner__left {
  background-color: var(--clr-nrc-blue);
  border-radius: 0.2em 0 0 0.2em;
  margin-right: -2em;
  padding-right: 2em;
  /* arrow right */
  clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
}
@media (max-width: 32em) {
  .nrc_body main .banner__left {
    border-radius: 0;
    clip-path: none;
  }
}
.nrc_body main .banner__left h1 {
  font-size: 1.1em;
  font-weight: 700;
  margin-top: 0;
  text-transform: uppercase;
}
.nrc_body main .banner__right {
  background-color: var(--clr-nrc-med-blu);
  border-radius: 0 0.2em 0.2em 0;
  flex: 1;
}
@media (max-width: 32em) {
  .nrc_body main .banner__right {
    border-radius: 0;
  }
}
.nrc_body main .banner__left, .nrc_body main .banner__right {
  color: var(--clr-neutral);
  padding: 0.5em 1em;
  text-align: center;
}
.nrc_body main .banner__text {
  font-size: 1.1em;
  font-weight: 600;
}
.nrc_body main .tri {
  display: flex;
  gap: 0.5em;
  flex-wrap: wrap;
}
@media (max-width: 32em) {
  .nrc_body main .tri {
    display: block;
  }
}
.nrc_body main .tri__block {
  border: 1px solid var(--clr-nrc-blue);
  border-radius: 0.2em;
  flex: 1;
  text-align: center;
  width: 33.3333333333%;
}
@media (max-width: 32em) {
  .nrc_body main .tri__block {
    margin-bottom: 1em;
    width: max-content;
  }
  .nrc_body main .tri__block:first-child {
    margin-top: 1em;
  }
}
.nrc_body main .tri__block img {
  max-width: 100%;
}
@media (max-width: 32em) {
  .nrc_body main .tri__block img {
    width: 100%;
  }
}
.nrc_body main .tri__block__info {
  padding: 1em;
  text-align: left;
}
.nrc_body main .tri__block__info h3 {
  color: var(--clr-nrc-blue);
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 0;
}
.nrc_body main .tri__block__info .single-list {
  padding-left: 1em;
  position: relative;
}
.nrc_body main .tri__block__info .single-list::before {
  content: "■";
  color: var(--clr-nrc-blue);
  position: absolute;
  position: absolute;
  left: 0;
  top: 0.2em;
}
.nrc_body main .tri__block__info .single-list span {
  color: var(--clr-nrc-blue);
  font-size: 2.2rem;
  font-weight: 700;
}

* {
  transition-property: background-color, border-color, box-shadow, color, height, opacity, text-decoration, text-shadow, transform;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}