  /*Flex*/
.ncsc-coursetable__header {
  display: none;
  background-color: #16752c;
  color: white; }
  @media (min-width: 768px) {
    .ncsc-coursetable__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
      flex-direction: row !important;
      -webkit-box-align: center !important;
      -ms-flex-align: center !important;
      align-items: center !important; } }
  .ncsc-coursetable__header a, .ncsc-coursetable__header a:link, .ncsc-coursetable__header a:visited {
    color: #fff;
    text-decoration: underline; }
  .ncsc-coursetable__header a:hover, .ncsc-coursetable__header a:focus, .ncsc-coursetable__header a:active {
    color: #fff;
    text-decoration: none; }
@media (max-width: 767px) {
  .ncsc-coursetable .ct-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; } }
.ncsc-coursetable--not1 .ct-col--1, .ncsc-coursetable--not2 .ct-col--2, .ncsc-coursetable--not3 .ct-col--3, .ncsc-coursetable--not4 .ct-col--4, .ncsc-coursetable--not5 .ct-col--5, .ncsc-coursetable--not6 .ct-col--6, .ncsc-coursetable--not7 .ct-col--7 {
  display: none; }
.ncsc-coursetable > div:not(.ncsc-coursetable__header) {
  border: 2px solid #16752c;
  background-color: rgba(22, 117, 44, 0.1);
  color: black;
  margin: 1rem 0; }
.ncsc-coursetable .ncsc-course {
  border-top: 1px solid #16752c;
  padding: 1rem; }
  @media (min-width: 768px) {
    .ncsc-coursetable .ncsc-course {
      padding: 0; } }
@media (min-width: 768px) {
  .ncsc-coursetable > div:not(.ncsc-coursetable__header) {
    border: none;
    border-top: 1px solid rgba(22, 117, 44, 0.5);
    background-color: rgba(22, 117, 44, 0.1);
    color: black;
    margin: 0; }
    .ncsc-coursetable > div:not(.ncsc-coursetable__header) .ncsc-course {
      border-top: 1px solid #ffffff; }
  .ncsc-coursetable > div:nth-child(2n) {
    background-color: #ffffff;
    color: black; }
    .ncsc-coursetable > div:nth-child(2n) .ncsc-course {
      border-top: 1px solid rgba(22, 117, 44, 0.1); }
  .ncsc-coursetable > div:last-child {
    border-bottom: 1px solid rgba(22, 117, 44, 0.5); } }
.ncsc-coursegroup__message {
  padding: 0.25rem 0.5rem;
  margin: 0;
  font-size: 0.8em; }
.ncsc-coursegroup__title {
  font-weight: 700; }
@media (min-width: 768px) {
  .ncsc-course {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; } }

.ct-col {
  overflow: hidden;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding: 0.25rem 0.5rem; }
  .ct-col + .ct-col {
    border-top: 1px solid rgba(22, 117, 44, 0.3); }
  @media (min-width: 768px) {
    .ct-col + .ct-col {
      border-top: none; }
    .ct-col--4, .ct-col--5, .ct-col--6 {
      text-align: center;
      -ms-flex-line-pack: center !important;
      align-content: center !important; } }
  .ct-col .ct-cell-head,
  .ct-col .ct-cell-content {
    display: block;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
    @media (min-width: 768px) {
      .ct-col .ct-cell-head,
      .ct-col .ct-cell-content {
        padding: 0; } }
  .ct-col--empty {
    height: 1px;
    overflow: hidden;
    padding: 0 !important;
    margin: 0 !important; }
  .ncsc-course--footer .ct-col {
    border: none !important; }

.ct-cell-head {
  font-weight: 700;
  padding-right: 0.5rem; }
  @media (min-width: 768px) {
    .ct-cell-head:not(.ct-cell-head--always-show) {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0; } }

.ct-cell-content {
  padding-left: 0.5rem; }

.ncsc-footnote {
  font-style: italic;
  margin: 0.5rem 0;
  padding: 0.5rem 1rem;
  /*outline:2px solid transparent;
  outline-offset: 5px;
  transition:outline-offset 0.2s linear;
  &:target{
  	outline-color: $primary !important;
  	outline-offset: 2px !important;
  }*/
  border: 2px solid transparent;
  transition: border-color 0.2s linear; }
  .ncsc-footnote:target {
    border-color: #16752c; }
  .ncsc-footnote__number {
    font-style: normal;
    font-weight: 700; }
