/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

.blue {
  color: #00AAE7;
  fill: #00AAE7;
}
.blue::before, .blue::after {
  border-color: #00AAE7;
}

.blue-bg {
  background-color: #00AAE7;
}

.tan-blue-bg {
  background-color: #bcdbdd;
}

.green {
  color: #96CA4F;
  fill: #96CA4F;
}
.green::before, .green::after {
  border-color: #96CA4F;
}

.green-bg {
  background-color: #96CA4F;
}

.tan-green-bg {
  background-color: #dae1be;
}

.orange {
  color: #F58021;
  fill: #F58021;
}
.orange::before, .orange::after {
  border-color: #F58021;
}

.orange-bg {
  background-color: #F58021;
}

.tan-orange-bg {
  background-color: #edd2b5;
}

.yellow {
  color: #f0a400;
  fill: #f0a400;
}
.yellow::before, .yellow::after {
  border-color: #f0a400;
}

.yellow-bg {
  background-color: #f0a400;
}

.tan-yellow-bg {
  background-color: #ecdaae;
}

.purple {
  color: #BA8BCA;
  fill: #BA8BCA;
}
.purple::before, .purple::after {
  border-color: #BA8BCA;
}

.purple-bg {
  background-color: #BA8BCA;
}

.tan-purple-bg {
  background-color: #e1d5d7;
}

.pink {
  color: #DB8A8A;
  fill: #DB8A8A;
}
.pink::before, .pink::after {
  border-color: #DB8A8A;
}

.pink-bg {
  background-color: #DB8A8A;
}

.tan-pink-bg {
  background-color: #e8d4ca;
}

.tan {
  color: #EBE7DA;
  fill: #EBE7DA;
}
.tan::before, .tan::after {
  border-color: #EBE7DA;
}

.tan-bg {
  background-color: #EBE7DA;
}

.tan-tan-bg {
  background-color: #ebe7da;
}

.white {
  color: #fff;
  fill: #fff;
}
.white::before, .white::after {
  border-color: #fff;
}

.white-bg {
  background-color: #fff;
}

.tan-white-bg {
  background-color: #efece1;
}

.black {
  color: #000;
  fill: #000;
}
.black::before, .black::after {
  border-color: #000;
}

.black-bg {
  background-color: #000;
}

.tan-black-bg {
  background-color: #bcb9ae;
}

.light-tan {
  color: #f4f2eb;
  fill: #f4f2eb;
}
.light-tan::before, .light-tan::after {
  border-color: #f4f2eb;
}

.light-tan-bg {
  background-color: #f4f2eb;
}

.tan-light-tan-bg {
  background-color: #ede9dd;
}

.red {
  color: #E32726;
  fill: #E32726;
}
.red::before, .red::after {
  border-color: #E32726;
}

.red-bg {
  background-color: #E32726;
}

.tan-red-bg {
  background-color: #e9c1b6;
}

:root {
  font-size: 12px;
}
@media (min-width: 425px) {
  :root {
    font-size: calc(10.3829787234px + 0.8510638298vw);
  }
}
@media (min-width: 1600px) {
  :root {
    font-size: 24px;
  }
}

html {
  overflow-y: scroll;
  height: 100vh;
  overflow-x: hidden;
}
html .horz {
  display: grid;
  grid-auto-columns: 100vw;
  overflow-y: hidden;
  overflow-x: scroll;
  grid-auto-flow: column;
  scroll-snap-type: x mandatory;
}

body {
  font-family: "Georgia", Times, serif;
  font-size: 1rem;
  background-color: rgba(240, 164, 0, 0.05);
  padding-bottom: 0.5rem;
}

p,
ul:not(nav ul) {
  line-height: 1.8em;
}

textarea.copy {
  display: block;
  height: 0;
  padding: 0;
  margin: -2px;
  overflow: hidden;
}

h1 {
  font-family: "Glegoo", serif;
}

h2 {
  font-family: "Glegoo", serif;
}

h3 {
  font-family: "Glegoo", serif;
}

h4 {
  font-family: "Glegoo", serif;
}

h5 {
  font-family: "Glegoo", serif;
}

h6 {
  font-family: "Glegoo", serif;
}

h1 {
  font-size: clamp(1.6rem, 4vw, 4rem);
  margin: 0;
}

.icon {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
}

.share {
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
  margin-bottom: 0rem;
  height: 1.5rem;
}
.share a {
  margin-left: 0.5rem;
}
.share svg {
  width: 1.2rem;
  height: 1.2rem;
  display: inline-flex;
}

img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

figure img {
  height: 100%;
  object-fit: contain;
}

section {
  padding: clamp(2rem, 4vw, 5rem);
  display: grid;
  min-height: 100vh;
  width: 100vw;
  scroll-snap-align: start;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1rem;
  align-content: center;
  position: relative;
  overflow: hidden;
}
section > h2 {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
section > h2::before {
  border-bottom: 0.3rem double #00AAE7;
  content: "";
  width: 10%;
  display: block;
  flex-grow: 1;
  margin-right: 1rem;
}
section > h2::after {
  border-bottom: 0.3rem double #00AAE7;
  content: "";
  width: 10%;
  display: block;
  flex-grow: 1;
  margin-left: 0.8rem;
}
section:not(#intro) {
  padding: clamp(5rem, 5vw, 8rem) clamp(3rem, 5vw, 8rem);
}
section > * {
  grid-area: auto/auto/auto/auto;
}
section .top-left-full {
  grid-area: 1/1/2/7;
}
section .full {
  grid-area: auto/1/auto/7;
}
section .left-half {
  grid-area: auto/1/auto/4;
}
section .right-half {
  grid-area: auto/4/auto/7;
}
section .left-3rd {
  grid-area: auto/1/auto/3;
}
section .center-3rd {
  grid-area: auto/3/auto/5;
}
section .center-2-3rd {
  grid-area: auto/2/auto/6;
}
section .right-3rd {
  grid-area: auto/5/auto/7;
}
section .left-2-3rd {
  grid-area: auto/1/auto/5;
}
section .right-2-3rd {
  grid-area: auto/3/auto/7;
}
section .col {
  flex-grow: 1;
}
section#intro {
  padding-bottom: 15vh;
  min-height: 100vh;
}
section#intro::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(232deg, #FFFFFF 4.67%, rgba(255, 255, 255, 0) 59.79%);
  z-index: -1;
}
section#intro #footer-folder {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80vw;
  transform-origin: bottom left;
  transform: translate(0, 140px);
  transition: transform, 1s;
}
section#intro #footer-folder .page:nth-of-type(1) {
  transform: rotate(4.7deg);
}
section#intro #footer-folder .page:nth-of-type(2) {
  transform: rotate(3.5deg);
}
section#intro #footer-folder .page:nth-of-type(3) {
  transform: rotate(2.2deg);
}
section#intro #footer-folder.visible {
  transform: none;
}
section#intro #footer-folder .page {
  transition: transform, 1s;
}
section#intro #footer-folder .page.visible {
  transform: none;
}
section[data-src]::after {
  content: "";
  inset: 0;
  background: no-repeat center;
  background-size: cover;
  position: absolute;
  z-index: -2;
  filter: blur(0.4rem);
  transform: scale(1.1);
}

.highlight {
  background: linear-gradient(0deg, transparent 10%, rgba(0, 170, 231, 0.5) 10.1%, rgba(0, 170, 231, 0.5) 90%, transparent 90.1%);
  padding: 0 0.3rem;
}
.highlight.students {
  background: linear-gradient(0deg, transparent 10%, rgba(245, 128, 33, 0.5) 10.1%, rgba(245, 128, 33, 0.5) 90%, transparent 90.1%);
}

.big-num {
  font-family: "Glegoo", serif;
  line-height: 1;
  text-shadow: 4px 3px 10px rgba(0, 0, 0, 0.2);
}
.big-num span {
  font-size: 4rem;
}

.shadow {
  box-shadow: 4px 3px 10px rgba(0, 0, 0, 0.2);
}

.box {
  background-color: #fff;
  border-radius: 1.5rem;
  padding: clamp(1rem, 3vw, 2rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.chart,
figure {
  display: flex;
  flex-direction: column;
}

figcaption {
  background-color: #fff;
  text-align: center;
  font-family: "Glegoo", serif;
  padding: 0.4rem 0;
  margin-bottom: auto;
}

.quote {
  font-size: clamp(1.2rem, 2.6vw, 2.3rem);
  font-family: "Glegoo", serif;
}
.quote .highlight {
  background: linear-gradient(0deg, transparent 10%, rgba(255, 255, 255, 0.2) 10.1%, rgba(255, 255, 255, 0.2) 90%, transparent 90.1%);
}

.headshot {
  align-items: center;
}
.headshot .share {
  position: absolute;
  bottom: 1rem;
  right: clamp(2rem, 4vw, 5rem);
}

.attribution .name {
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  letter-spacing: 0.2rem;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

button {
  background: rgba(255, 255, 255, 0.45);
  border: 7px solid #f0a400;
  border-radius: 1rem;
  padding: 0.5rem clamp(3rem, 3vw, 8rem) 0.5rem clamp(1rem, 3vw, 4rem);
}
button a {
  color: #000;
  text-decoration: none;
  font-family: "Glegoo", serif;
  position: relative;
}
button a::after {
  background: url(../images/link-carrot.svg) no-repeat center;
  background-size: contain;
  content: "";
  width: 2rem;
  position: absolute;
  inset: 0.3rem auto;
}

svg {
  width: 100%;
  height: auto;
}

svg.chart.barChart g.animate {
  transition: clip-path, 1s;
  clip-path: inset(100% 0 0 0);
}
svg.chart.horzBar g.animate {
  transition: clip-path, 1s;
  clip-path: inset(0 100% 0 0);
}
svg.chart.bar g.animate.visible {
  clip-path: inset(0 0 0 0);
}
svg.chart.pie .animate {
  transition: clip-path 1s;
  clip-path: ellipse(0% 0% at 50% 50%);
}
svg.chart.pie .animate.visible {
  clip-path: ellipse(100% 100% at 50% 50%);
}

nav {
  width: 100vw;
  overflow: hidden;
  position: sticky;
  inset: 0 0 auto 0;
  z-index: 10;
}
nav ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  border-top: 1rem solid #EBE7DA;
  padding: 0;
  margin: 0;
  filter: drop-shadow(0.2rem 0.1rem 0.1rem rgba(0, 0, 0, 0.2));
  padding-bottom: 0.2rem;
  flex-wrap: wrap;
}
nav ul::before {
  content: "";
  background: url(../images/tab-knockout.svg) no-repeat;
  position: absolute;
  top: -30px;
  height: 1.4rem;
  width: 100%;
  background-position-x: calc(var(--x-pos, 95px) - 0.5rem);
  background-size: var(--width, 158px) 100%;
  transition: background-position-x 0.3s, width 0.3s;
}
nav ul li {
  background-color: #d9d2b9;
  -webkit-mask-image: url(../images/tab-bg.svg);
  -webkit-mask-size: 100% 100%;
  mask-image: url(../images/tab-bg.svg);
  mask-size: 100% 100%;
  margin-top: -1px;
  margin-right: -0.2rem;
  box-shadow: 4px 3px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  position: relative;
  width: calc(14.2857142857vw - 2rem);
  height: 2.3rem;
  transition: height 0.3s;
  flex-grow: 1;
}
nav ul li:hover {
  height: 3rem;
}
nav ul li:first-of-type {
  width: 4rem;
}
nav ul li.active {
  background-color: #EBE7DA;
  height: 3rem;
  z-index: 16;
}
nav ul li.active:nth-of-type(3) {
  background: linear-gradient(0deg, #bcdbdd 60%, #EBE7DA);
}
nav ul li.active:nth-of-type(4) {
  background: linear-gradient(0deg, #edd2b5 60%, #EBE7DA);
}
nav ul li.active:nth-of-type(5) {
  background: linear-gradient(0deg, #ecdaae 60%, #EBE7DA);
}
nav ul li.active:nth-of-type(6) {
  background: linear-gradient(0deg, #e8d4ca 60%, #EBE7DA);
}
nav ul li.active:nth-of-type(7) {
  background: linear-gradient(0deg, #e1d5d7 60%, #EBE7DA);
}
nav ul li.active:nth-of-type(8) {
  background: linear-gradient(0deg, #dae1be 60%, #EBE7DA);
}
nav ul li.active:nth-of-type(9) {
  background: linear-gradient(0deg, #ead4c8 60%, #EBE7DA);
}
nav ul li a {
  position: absolute;
  inset: 0;
  text-decoration: none;
  text-align: center;
  margin-top: 0.2rem;
  padding: 0.3rem 0.9rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
nav ul li a span {
  color: #000;
  background: #fff;
  padding: 0.2rem 0.3rem;
  font-family: "Glegoo", serif;
  font-size: clamp(0.5rem, 0.9vw, 0.6rem);
  display: block;
  box-shadow: 0.05rem 0.05rem 0.1rem rgba(0, 0, 0, 0.25);
}
.halftone {
  background: white;
  position: relative;
  filter: contrast(500%);
  overflow: hidden;
  transform: translateZ(0);
  /* force a HW accelerated layer */
  margin: auto 0 0;
}
.halftone * {
  filter: brightness(0.5) saturate(0%);
  object-fit: cover;
}
.halftone::after {
  content: "";
  position: absolute;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  background-blend-mode: multiply;
  background: radial-gradient(3px 3px, black, white);
  background-size: 3px 3px;
  mix-blend-mode: screen;
  pointer-events: none;
  transform: rotate(11.25deg);
  z-index: 1;
}

@media only screen and (max-width: 740px) {
  section {
    grid-template-columns: repeat(2, 1fr);
  }
  section > * {
    grid-area: auto/1/auto/3 !important;
  }

  nav::after {
    content: "";
    background-color: #d9d2b9;
    position: absolute;
    z-index: -1;
    inset: 0 0 2rem 0;
  }

  nav ul li {
    -webkit-mask-size: auto auto;
    mask-size: auto auto;
    width: 22vw;
    flex-grow: 1;
    margin-top: -1rem;
    z-index: 0;
  }
  nav ul li:nth-of-type(n+6) {
    z-index: -1;
  }

  ul + ul {
    margin-top: -2rem;
  }

  .halftone::after {
    background: radial-gradient(2px 2px, black, white);
    background-size: 2px 2px;
  }

  section#intro {
    padding-bottom: 9vh;
  }
  section#intro #footer-folder {
    width: 100vw;
  }
}

/*# sourceMappingURL=style.css.map */
