@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");
/* colors used for this project */
/* #407289 */
/* #3333ff */
/* #083d60 */
/* #071e4a */
/* use example: @include transition(color .3s ease); */
body {
  font-family: Arial, sans-serif;
  font-size: 62.5%;
  font-weight: 500;
  color: #000000;
  line-height: 1.5em;
}

@media print {
  body {
    color: #000;
  }
}

@page {
  size: a4 portrait;
  margin: 0.5in;
}

@media print {
  .nces .header_container, .nces.footer_container {
    display: none;
  }
}

.hide-x {
  overflow-x: hidden;
}

.content-wrapper {
  /* only needed for pages we put in nces */
  margin: 0 auto;
  width: 1050px;
  padding-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .content-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 767px) and (min-width: 425px) {
  .content-wrapper {
    width: 100%;
  }
}

@media print {
  .content-wrapper {
    padding-top: 0;
  }
}

header {
  font-family: "Montserrat";
}

@media print {
  header {
    display: none;
  }
}

.main-content {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6em;
  font-weight: 500;
  color: #000000;
  line-height: 1.3em;
  margin-top: 0.2em;
  min-height: 31em;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1024px) {
  .main-content {
    padding: 1em;
  }
}

@media screen and (max-width: 767px) and (min-width: 425px) {
  .main-content {
    padding: 1em;
  }
}

@media print {
  .main-content {
    color: #000;
    line-height: 1.3em;
  }
  .main-content p {
    margin: 0.5em 0;
  }
}

.main-content h2, .main-content h3, .main-content h4, .main-content h5 {
  font-family: "Montserrat";
}

.main-content h2 {
  color: #083d60;
  font-size: 1.5em;
  font-weight: 700;
}

@media print {
  .main-content h2 {
    margin-top: 0;
  }
}

.main-content img {
  display: block;
  height: auto;
  max-width: 100%;
}

.main-content p.note {
  color: #747272;
  font-size: 0.7em;
  line-height: 1.1em;
}

.main-content.new-dash h2, .main-content.new-dash h3 {
  color: #51839a;
}

.main-content.new-dash .list-hdr {
  margin-bottom: 0;
}

.main-content.new-dash .key-findings {
  margin-top: 0;
}

.main-content .intro .focal-position > h3 {
  margin-top: 0;
}

.main-content .intro .focal-image {
  width: 100%;
  max-width: 1024px;
}

@media print {
  .main-content .intro .focal-image {
    display: none;
  }
}

.main-content .flexi {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media screen and (max-width: 720px) {
  .main-content .flexi {
    display: block;
  }
}

.main-content .flexi__child p:last-child {
  margin-bottom: 0;
}

.main-content .flexi__child--left {
  margin-right: 1em;
}

.main-content .flexi__child.thumb-content {
  background-color: #f1f1f1;
  border-radius: 5px;
  font-size: 0.7em;
  padding: 0.5em;
  text-align: center;
  line-height: 1.1;
}

@media screen and (max-width: 720px) {
  .main-content .flexi__child.thumb-content {
    text-align: left;
  }
}

.main-content .flexi__child.thumb-content a {
  font-weight: 700;
}

.main-content .flexi__child.thumb-content a:hover {
  opacity: 0.8;
}

.main-content .flexi__child.thumb-content p {
  margin: 0;
  padding: 0.5em 0;
}

@media screen and (max-width: 720px) {
  .main-content .flexi__child.thumb-content p {
    display: inline-block;
    vertical-align: middle;
    max-width: 70%;
  }
}

@media screen and (max-width: 720px) {
  .main-content .flexi__child.thumb-content img.preview {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
    max-width: 20%;
  }
}

.main-content .hero h2 {
  line-height: 0;
  font-size: 0;
}

.main-content .action {
  margin: 2em auto;
  text-align: center;
}

.main-content .action__btn {
  background-color: #071e4a;
  border: 1px solid #fab140;
  border-radius: 0.5em;
  color: #ffffff;
  cursor: pointer;
  font-family: "Montserrat";
  font-size: 1.3rem;
  font-weight: 600;
  padding: 0.75em 1.5em;
  text-decoration: underline;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.main-content .action__btn:hover {
  background-color: white;
  color: #000000;
  text-decoration: none;
}

.main-content .emph-text {
  font-size: 1.2em;
  line-height: 1.5em;
  margin: 2em 0;
}

.main-content .top-banner {
  background-color: #083d60;
  border-bottom: 0.2em solid #ffffff;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.main-content .top-banner p {
  color: #ffffff;
  font-weight: 700;
  margin: 0;
  padding: 0.5em 0;
  text-align: center;
}

.main-content .top-banner.quick-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0.5em 0 0.5em 1em;
}

.main-content .top-banner.quick-links ul li {
  display: inline-block;
  font-family: "Montserrat";
  padding-right: 1em;
}

.main-content .top-banner.quick-links ul li.active {
  color: #f8ba2f;
  font-weight: 600;
}

.main-content .top-banner.quick-links ul li a {
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-content .top-banner.quick-links ul li a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

@media print {
  .main-content .top-banner {
    display: none;
  }
}

.main-content .section-header h3 {
  color: #3333ff;
  font-family: "Montserrat";
  font-size: 1.9em;
  font-weight: 700;
  line-height: 1.5;
  margin: 0.5em 0 0 0;
}

.main-content .full-width {
  background-color: #407289;
  margin: 0 -500%;
  padding: 1em 500%;
}

.main-content .full-width__content {
  color: #fff;
}

.main-content .full-width__content h3 {
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
  margin: 0.2em 0;
}

.main-content .full-width__content h3 span {
  font-size: 0.5em;
}

.main-content .full-width__content ul.key-findings {
  margin: 0.2em 0;
  padding-left: 1.2em;
}

.main-content .full-width__content ul.key-findings li {
  font-size: 1.2em;
  font-weight: 500;
  list-style: none;
  padding-bottom: 0.5em;
  text-indent: -1em;
}

.main-content .full-width__content ul.key-findings li::before {
  color: #fab140;
  content: "\25AA";
  font-size: 2em;
  padding-right: 0.20em;
  position: relative;
  top: 0.15em;
}

.main-content .full-width__content ul.key-findings li:last-child {
  padding-bottom: 0;
}

.main-content .full-width__content ul.key-findings strong {
  font-weight: 800;
}

.main-content a {
  color: #3333ff;
  -webkit-text-decoration: underline solid;
          text-decoration: underline solid;
  -webkit-transition: text-decoration 0.25s ease-in-out;
  -webkit-transition: -webkit-text-decoration 0.25s ease-in-out;
  transition: -webkit-text-decoration 0.25s ease-in-out;
  transition: text-decoration 0.25s ease-in-out;
  transition: text-decoration 0.25s ease-in-out, -webkit-text-decoration 0.25s ease-in-out;
}

@media print {
  .main-content a {
    color: #000;
    text-decoration: none;
    -webkit-transition: none;
    transition: none;
  }
}

.main-content a:hover {
  -webkit-text-decoration: underline solid transparent;
          text-decoration: underline solid transparent;
}

.main-content aside {
  background-color: rgba(64, 114, 137, 0.07);
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 6px -6px #407289;
  box-shadow: 0 10px 6px -6px #407289;
  float: left;
  margin: 1em 1em 1em 0;
  position: relative;
  width: 25%;
}

@media screen and (max-width: 768px) {
  .main-content aside {
    background-color: white;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 1em 0;
    float: none;
    width: 100%;
  }
}

.main-content aside p {
  color: #3333ff;
  font-family: "Open Sans", sans-serif !important;
  font-size: 1.2em;
  font-weight: 700;
  margin: 0;
  padding: 1.3em;
}

@media screen and (max-width: 768px) {
  .main-content aside p {
    font-size: 1em;
    padding: 0;
  }
}

.main-content aside p a {
  color: #007e67;
  text-decoration: underline;
}

.main-content aside p a:hover {
  opacity: 0.7;
}

.main-content aside::after {
  content: "";
  clear: both;
  display: table;
}

.main-content .footnote {
  color: #767676;
  font-size: 0.7em;
  margin: 0;
  padding: 0;
}

.main-content .callout {
  font-family: "Montserrat";
}

.main-content .callout a {
  color: #007e67;
  font-weight: 700;
  text-decoration: underline;
}

.main-content .callout a:hover {
  opacity: 0.7;
}

.main-content table.timeline {
  border-collapse: collapse;
  font-family: "Montserrat";
  margin: 1em 0;
  width: 100%;
}

.main-content table.timeline caption {
  border-bottom: 5px solid #407289;
  color: #407289;
  font-size: 1.2em;
  font-weight: 700;
  padding: 0.2em 0;
  text-align: left;
}

.main-content table.timeline th, .main-content table.timeline td {
  padding: 0.5em 0;
}

.main-content table.timeline th:first-child, .main-content table.timeline td:first-child {
  padding-left: 0.5em;
}

.main-content table.timeline thead th {
  background-color: rgba(64, 114, 137, 0.1);
  color: #407289;
  text-transform: uppercase;
}

.main-content table.timeline tbody tr:last-child th, .main-content table.timeline tbody tr:last-child td {
  border-bottom: 1px solid #407289;
}

.main-content .survey-questions ul li {
  padding-bottom: 1em;
}

.main-content .survey-questions ul li.main {
  font-weight: 700;
  list-style-type: disc;
}

.main-content .survey-questions ul li ul li {
  font-weight: 400;
}

.main-content .survey-questions .highlight {
  border-radius: 0.3em;
  background-color: rgba(51, 51, 255, 0.03);
  padding: 2em 4em;
}

.main-content .staff ul.two-col-list {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  margin: 1em 0;
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.main-content .staff ul.two-col-list li {
  list-style-type: none;
  padding: 1em 0 0.5em 0;
  margin: 0;
}

.main-content .staff ul.two-col-list li.header {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 0;
  text-decoration: underline;
}

.main-content .quiet {
  font-size: 0.8em;
}

.main-content .quiet a {
  color: #000000;
}

.main-content .additional-info h3 {
  font-size: 1.5em;
}

.main-content .additional-info h4 {
  margin-bottom: 0;
}

.main-content .additional-info p {
  margin-top: 0;
}

.main-content .whats-new h3 {
  color: #407289;
}

.main-content .whats-new h3 span {
  font-size: small;
  text-transform: uppercase;
}

.main-content .whats-new h3.survey span {
  font-size: x-small;
  font-weight: 500;
}

.main-content .whats-new h3.first-up span {
  display: block;
}

.main-content .whats-new .release {
  border: 1px solid #fab140;
  border-radius: 0.2em;
  margin-bottom: 1em;
}

.main-content .whats-new .release__wrapper {
  padding: 1em;
}

.main-content .whats-new .release__title {
  font-size: 1.3rem;
  margin: 0 0 0.5em 0;
}

.main-content .whats-new .release__date {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
}

.main-content .whats-new .release__date span {
  text-transform: none;
}

.main-content .whats-new .release__academic-yr {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.5em;
  margin-top: 0;
}

.main-content .whats-new .release__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-content .whats-new .release__current {
  margin-left: auto;
}

.main-content .whats-new .release__current__check {
  display: none;
}

.main-content .whats-new .release__current__chart {
  background-color: #407289;
  border: 1px solid #fab140;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: unset;
  font-size: inherit;
  font-weight: 700;
  margin-bottom: 1em;
  padding: 0.7em;
  position: relative;
  text-align: left;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.main-content .whats-new .release__current__chart:hover {
  background-color: white;
  color: #000000;
}

.main-content .whats-new .release__current__chart::marker {
  content: "";
}

.main-content .whats-new .release__current__chart::after {
  content: "\002b";
  font-size: 1.3rem;
  padding-left: 1em;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: 0.25s -webkit-transform ease;
  transition: 0.25s -webkit-transform ease;
  transition: 0.25s transform ease;
  transition: 0.25s transform ease, 0.25s -webkit-transform ease;
}

.main-content .whats-new .release__current__chart.is-open::after {
  content: "\2212";
}

.main-content .whats-new .release__current__summary__pdf {
  background-color: #083d60;
  border: 1px solid #fab140;
  border-radius: 0.5em;
  color: #ffffff;
  padding: 1em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-content .whats-new .release__current__summary__pdf:hover {
  opacity: 0.8;
}

.main-content .whats-new .release__focal, .main-content .whats-new .release__focal--add {
  font-size: 0.75em;
  text-transform: uppercase;
}

.main-content .whats-new .release__focal a, .main-content .whats-new .release__focal--add a {
  font-size: 0.9em;
  font-size: inherit;
  font-weight: 700;
  opacity: 1;
  padding: 0 1em;
  text-decoration: underline;
}

.main-content .whats-new .release__focal a:hover, .main-content .whats-new .release__focal--add a:hover {
  opacity: 0.5;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.main-content .whats-new .release__focal a.selected, .main-content .whats-new .release__focal--add a.selected {
  text-decoration: none;
  color: #000000;
}

.main-content .whats-new .release__focal span, .main-content .whats-new .release__focal--add span {
  font-size: 0.9em;
  font-weight: 700;
}

.main-content .whats-new .release__focal--add {
  padding-left: 0;
}

.main-content .whats-new .release__current h5, .main-content .whats-new .release__previous h5 {
  font-size: inherit;
}

.main-content .whats-new .release__current details, .main-content .whats-new .release__previous details {
  border: 1px solid #fab140;
  margin-bottom: 0.5em;
}

.main-content .whats-new .release__current details > summary, .main-content .whats-new .release__previous details > summary {
  background-color: #407289;
  color: #ffffff;
  cursor: pointer;
  font-family: "Montserrat";
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.7em;
  position: relative;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.main-content .whats-new .release__current details > summary:hover, .main-content .whats-new .release__previous details > summary:hover {
  background-color: white;
  color: #000000;
}

.main-content .whats-new .release__current details > summary::marker, .main-content .whats-new .release__previous details > summary::marker {
  content: "";
}

.main-content .whats-new .release__current details > summary::after, .main-content .whats-new .release__previous details > summary::after {
  content: "\002b";
  font-size: 2rem;
  position: absolute;
  right: 0.5em;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: 0.25s -webkit-transform ease;
  transition: 0.25s -webkit-transform ease;
  transition: 0.25s transform ease;
  transition: 0.25s transform ease, 0.25s -webkit-transform ease;
}

.main-content .whats-new .release__current details:focus, .main-content .whats-new .release__previous details:focus {
  border: 1px solid #fab140;
  outline: none;
}

.main-content .whats-new .release__current details[open] summary, .main-content .whats-new .release__previous details[open] summary {
  background-color: #ffffff;
  color: #000000;
}

.main-content .whats-new .release__current details[open] summary::after, .main-content .whats-new .release__previous details[open] summary::after {
  content: "\2212";
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.main-content .whats-new .release__current--new-add, .main-content .whats-new .release__previous--new-add {
  background-color: #fab140;
  border-radius: 0.1em;
  color: #000000;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.5em 0.8em;
  margin: 0 1em;
  vertical-align: middle;
}

.main-content .whats-new .release__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main-content .whats-new .release__close__btn {
  background-color: #083d60;
  border: 1px solid #fab140;
  color: #ffffff;
  cursor: pointer;
  font-family: "Montserrat";
  font-size: 1rem;
  font-weight: 700;
  margin: 0.5em 1em;
  padding: 0.3em 1em;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.main-content .whats-new .release__close__btn:hover {
  background-color: white;
  color: #000000;
}

.main-content .post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 1em 0;
}

@media (max-width: 800px) {
  .main-content .post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.main-content .post__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.main-content .post__content h3 {
  color: #000;
  font-size: 1.1em;
  line-height: 1.2;
}

.main-content .post__img {
  height: auto;
  margin-right: 1em;
  max-width: 100%;
  width: 475px;
}

@media (max-width: 800px) {
  .main-content .post__img {
    margin: 0;
  }
}

.main-content .post__highlights {
  list-style-type: none;
  padding: 0;
}

.main-content .post__highlights li {
  background-color: #fab140;
  font-size: 0.9em;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.main-content .post__highlights li a {
  color: #000000;
  display: block;
  padding: 0.1em;
  position: relative;
  text-decoration: none;
}

.main-content .post__highlights li a::after {
  content: "\1F86A";
  font-size: 1em;
  padding-left: 0.2em;
  padding-right: 0.3em;
  position: absolute;
  right: 0;
}

.main-content .post.list {
  border: 1px solid #fab140;
  padding: 1em;
}

.main-content .select-it {
  text-align: center;
}

.main-content .select-it *,
.main-content .select-it *::before,
.main-content .select-it *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main-content .select-it label {
  font-size: 0.7em;
  font-weight: bold;
  text-transform: uppercase;
}

.main-content .select-it .ss-select {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 2px #fab140;
          box-shadow: 0 0 0 2px #fab140;
  cursor: pointer;
  display: -ms-grid;
  display: grid;
      grid-template-areas: "select";
  position: relative;
  min-width: 30ch;
  max-width: 60ch;
}

.main-content .select-it .ss-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  cursor: inherit;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  font-weight: bolder;
  line-height: 2.5em;
  margin: 0;
  outline: none;
  padding-left: 0.5em;
  padding-right: 1.5em;
  text-transform: uppercase;
  width: 100%;
  z-index: 1;
}

.main-content .select-it .ss-select select::-ms-expand {
  display: none;
}

.main-content .select-it .ss-select select--disabled {
  cursor: not-allowed;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ddd), color-stop(33%, #eee));
  background-image: linear-gradient(to top, #ddd, #eee 33%);
}

.main-content .select-it .ss-select select, .main-content .select-it .ss-select::after {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: select;
}

.main-content .select-it .ss-select::after {
  content: "";
  -ms-grid-column-align: end;
      justify-self: end;
  width: 0.8em;
  height: 0.7em;
  background-color: #fab140;
  -webkit-clip-path: polygon(100% 0%, 0 0%, 50% 100%);
          clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  position: relative;
  right: 0.5em;
}

.main-content .select-it .ss-select select:focus + .focus {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid #000;
}

.main-content .panel-table table {
  border-collapse: collapse;
  border-spacing: 0;
  font-family: "Montserrat";
  margin: 1em auto;
  table-layout: fixed;
  width: 100%;
}

@media screen and (max-width: 720px) {
  .main-content .panel-table table {
    font-size: 0.8em;
    line-height: 1.1;
  }
}

.main-content .panel-table thead th {
  background-color: #00336a;
  border-top: 1px solid #3f72a9;
  color: #fff;
}

.main-content .panel-table thead th:first-child {
  text-align: left;
}

.main-content .panel-table thead th, .main-content .panel-table thead td, .main-content .panel-table tbody th, .main-content .panel-table tbody td {
  border-right: 1px solid #3f72a9;
  border-bottom: 1px solid #3f72a9 !important;
  padding: 0.5em 0.5em;
}

@media screen and (max-width: 720px) {
  .main-content .panel-table thead th, .main-content .panel-table thead td, .main-content .panel-table tbody th, .main-content .panel-table tbody td {
    padding: 0.2em;
  }
}

.main-content .panel-table thead th:first-child, .main-content .panel-table tbody th:first-child {
  border-left: 1px solid #3f72a9;
}

.main-content .accessible-tabs .tabs {
  padding-top: 1em;
  width: 100%;
}

.main-content .accessible-tabs .tabs > div.tab-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.main-content .accessible-tabs .tabs button.tablike {
  background-color: #f2f2f2;
  border: 1px solid #000;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  margin-left: 0.3em;
  margin-right: 0;
  padding: 1em;
  width: 33.33%;
}

.main-content .accessible-tabs .tabs button.tablike:first-child {
  margin-left: 0;
}

.main-content .accessible-tabs .tabs button.tablike[aria-selected="true"] {
  background-color: #000;
  color: #fff;
}
