.w-slider-dot{
  background: gray;
  height: 10px;
  width: 10px;
  border-radius: 100px;
  }
  .w-slider-dot.w-active {
  background: white;
  height: 10px;
  width: 10px;
  border-radius: 100px;
  }


.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navigation-bar {
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-text-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dela Gothic One, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.intro-photo-carousel-container {
  justify-content: flex-start;
  align-items: center;
  display: none;
  overflow: hidden;
}

.hero-image {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.page-section-text-wrap {
  background-color: #fff;
  width: 100%;
  max-width: 940px;
  padding: 12px 24px;
  font-family: Dela Gothic One, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.section-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
}

.intro-text-scroll {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #fff;
  flex-flow: column;
  max-height: 500px;
  padding: 24px;
  overflow: auto;
}

.intro-section-subheading {
  color: #fff;
  font-family: Space Grotesk, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  display: none;
}

.body-text {
  color: #fff;
  font-family: Space Grotesk, sans-serif;
  display: block;
}

.article-content-wrap {
  border: 1px solid #fff;
  width: 100%;
  padding: 24px;
}

.article-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.article-title-text {
  color: #fff;
  font-family: Dela Gothic One, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.article-author-text {
  color: #fff;
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.article-image {
  object-fit: cover;
  width: 100%;
  height: 250px;
}

.footer {
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.body {
  background-color: #000;
}

.hero-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  justify-content: center;
  align-items: center;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #fffc;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #006cff;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #006cff;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin: 20px;
}

.nav-logo-link-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-decoration: none;
  display: flex;
}

.list {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav-logo-text {
  color: #fff;
  align-self: center;
  font-family: Space Grotesk, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.heading-outline {
  color: #fff0;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dela Gothic One, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.page-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.read-more-button {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  font-family: Dela Gothic One, sans-serif;
}

.read-more-button:hover {
  background-color: #fffc;
}

.read-more-button:focus-visible {
  border: 1px solid #006cff;
}

.read-more-button[data-wf-focus-visible] {
  border: 1px solid #006cff;
}

.artice-title-div {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.article-summary-div {
  max-height: 450px;
  overflow: auto;
}

.back-to-top-button {
  color: #fff;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #fff;
  font-family: Dela Gothic One, sans-serif;
}

.back-to-top-button:hover {
  color: #000;
  background-color: #fff;
}

.introduction-section, .articles-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-container {
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.visualization-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.visualization-div {
  padding: 24px;
}

.visualizaton {
  width: 100%;
}

.subheading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.title-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.intro-rich-text {
  color: #fff;
  font-family: Space Grotesk, sans-serif;
  display: none;
}

.static-carousel-div {
  width: 100%;
  display: block;
}

.slide-image {
  object-fit: contain;
  width: 400px;
  height: 400px;
  position: absolute;
}

.slide-div {
  background-image: linear-gradient(#000, #000);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.slider {
  height: 480px;
}

.slide-text-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #00000080;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 400px;
  display: flex;
  position: absolute;
  /* Written by Rick Wysocki to fix hidden div issue. */
  opacity: 0%;
}

.slide-text-div:hover {
    /* Written by Rick Wysocki to fix hidden div issue. */
    opacity: 100%;
}

.body-text---multiple-literacies---delete {
  color: #fff;
  font-family: Space Grotesk, sans-serif;
  display: none;
}

.divider-40px {
  background-color: #fff;
  width: 100%;
  height: 2px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.link {
  color: #9699ff;
}

.divider-20px {
  background-color: #fff;
  width: 100%;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.acknowledgments-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.acknowledgments-div {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.body-text-centered {
  color: #fff;
  text-align: center;
  font-family: Space Grotesk, sans-serif;
  display: block;
}

.slide-description {
  z-index: 1;
  color: #fff;
  text-align: center;
  font-family: Space Grotesk, sans-serif;
  font-size: 12px;
  line-height: 18px;
  overflow: visible;
}

.slide-title-text {
  color: #fff;
  text-align: center;
  font-family: Dela Gothic One, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 32px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-container {
    max-width: 728px;
  }

  .heading-outline, .subheading {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }
}

@media screen and (max-width: 479px) {
  .title-text-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .heading {
    font-size: 20px;
  }

  .section-title {
    font-size: 20px;
    line-height: 24px;
  }

  .intro-section-subheading {
    font-size: 16px;
    line-height: 24px;
  }

  .body-text {
    font-size: 12px;
  }

  .article-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .hero-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link {
    font-size: 12px;
  }

  .nav-container {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
  }

  .nav-logo-link-block {
    justify-content: center;
    align-items: center;
  }

  .list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .heading-outline {
    font-size: 20px;
  }

  .page-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .subheading {
    font-size: 20px;
  }

  .body-text---multiple-literacies---delete, .body-text-centered {
    font-size: 12px;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Popfine';
  src: url('../fonts/POPFINE-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

.references {
	list-style: none;
	padding-left: 0;
}
.references li {margin-bottom: 10px;word-break:break-word;}
