@import url("https://use.typekit.net/tuk3ozz.css");
@import url("https://use.typekit.net/tuk3ozz.css");
.right {
  text-align: right; }

.center {
  text-align: center; }

h1, h1, h3, h4, h5, h6, p {
  color: #222; }

.bg-white {
  background: #fff; }

.bg-lgrey {
  background: #f5f5f5; }

.bg-grey {
  background: #c5cfd6; }

.bg-mint {
  background: #89c6cd; }

.bg-red {
  background: #ef4639; }

.bg-yellow {
  background: #f99b26; }

.bg-black {
  background: #222; }

.bg-purple {
  background: #762c80; }

.bg-navy {
  background: #2f3776; }

.bg-black h1, .bg-black h1, .bg-black h3, .bg-black h4, .bg-black h5, .bg-black h6, .bg-black p, .bg-black ul, .bg-navy h1, .bg-navy h1, .bg-navy h3, .bg-navy h4, .bg-navy h5, .bg-navy h6, .bg-navy p, .bg-navy ul {
  color: #f5f5f5; }

html > * {
  margin: 0;
  padding: 0; }

html {
  font-family: ff-basic-gothic-pro, sans-serif;
  font-size: 1rem; }

section {
  width: 100%;
  padding: 11rem 0; }

.first {
  height: 100vh;
  padding: 0;
  display: -ms-grid;
  display: grid; }

.wrapper {
  width: 80%;
  margin: 0 auto;
  display: -ms-grid;
  display: grid; }

.words {
  width: 80%;
  margin: 0 auto;
  max-width: 810px;
  padding: 0 0 10rem; }

.grid-2-col {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr); }

.grid-3-col {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr); }

.grid-4-col {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr); }

h1, h2, h3, h4, h5 {
  font-family: poynter-oldstyle-display, serif; }

h1 {
  font-size: calc(32px + 3vw);
  margin-bottom: 1.6rem;
  line-height: 1.1;
  font-weight: 700;
  padding-bottom: 3rem;
  text-align: center;
  text-transform: lowercase; }

h2 {
  font-family: poynter-oldstyle-display, serif;
  font-weight: 700;
  font-style: italic;
  font-size: calc(20px + 1vw);
  margin-bottom: 1.5rem;
  text-transform: lowercase;
  letter-spacing: 0.5px; }

h3 {
  font-family: poynter-oldstyle-display, serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  text-transform: lowercase;
  letter-spacing: 0.5px; }

p {
  font-family: ff-basic-gothic-pro, sans-serif;
  color: #c5cfd6;
  font-size: calc(18px + 0.25vw);
  line-height: 1.8;
  letter-spacing: -1px;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual; }

p + p {
  padding-top: 1rem; }

p + h2 {
  padding-top: 4rem; }

p + small {
  padding-top: 4rem; }

hr {
  border: solid 2px #f5f5f5;
  margin: 3.25rem 0 4rem; }

.date {
  font-weight: 600;
  font-style: italic;
  font-size: 0.9rem;
  padding: 0.4rem 0.85rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  color: #c5cfd6;
  padding-bottom: 4rem; }

.poem {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0.75rem;
  padding: 3rem;
  margin: 4rem 0 5rem;
  color: #fff;
  font-style: italic; }
  .poem h2, .poem p {
    font-family: poynter-oldstyle-display, serif;
    font-size: 1.2rem;
    line-height: 1.4; }
  .poem p {
    font-weight: 500;
    letter-spacing: 0; }
  .poem h2 {
    font-weight: 700;
    letter-spacing: 0.5px; }
  .poem .indent {
    padding-left: 2rem; }
  .poem p + p {
    padding: 0; }

.bib {
  padding-top: 3rem;
  font-size: 0.75rem;
  line-height: 1.3;
  font-family: poynter-oldstyle-display, serif;
  font-weight: 500;
  color: #555555; }
  .bib em {
    font-style: italic; }
  .bib p {
    font-size: 1.1rem;
    line-height: 1.2; }
  .bib p + p {
    padding-top: 0.75rem; }

.empathy-map {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr 2fr 1.25fr 2fr;
  grid-template-rows: 1fr 2fr 1.25fr 2fr;
  grid-gap: 2rem; }
  .empathy-map .cell {
    padding: 2rem 2.1rem;
    height: auto; }
  .empathy-map .bg-lgrey {
    background: #f5f5f5; }
    .empathy-map .bg-lgrey h4 {
      border-bottom: solid 3px #fff; }
  .empathy-map .bg-white {
    background: #fff; }
    .empathy-map .bg-white h4 {
      border-bottom: solid 3px #f5f5f5; }
  .empathy-map h4 {
    font-family: poynter-oldstyle-display, serif;
    font-weight: 600;
    font-style: italic;
    font-size: 1.4rem;
    color: #222;
    padding-bottom: 0.5rem;
    margin-bottom: 1.25rem; }
  .empathy-map p, .empathy-map ul {
    font-size: 1.1rem;
    color: #222;
    letter-spacing: -0.5px;
    line-height: 1.3; }
    .empathy-map p a, .empathy-map ul a {
      color: #2f3776;
      font-weight: 600;
      text-decoration: none;
      border-bottom: solid 3px #2f3776;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
      .empathy-map p a:hover, .empathy-map ul a:hover {
        color: #636ec1;
        border-color: #636ec1; }
    .empathy-map p span, .empathy-map ul span {
      font-weight: 600; }
  .empathy-map ul {
    margin-left: 1.2rem; }
  .empathy-map ul + h4 {
    margin-top: 2rem; }
  .empathy-map li {
    padding-right: 0.25rem;
    list-style-type: disc;
    margin-bottom: 0.5rem; }
  .empathy-map img {
    -ms-grid-row-span: 2;
    grid-row-end: span 2; }
  .empathy-map .other-stuff {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    text-align: center;
    color: white;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .empathy-map .other-stuff p {
      font-style: italic;
      margin-bottom: 0;
      font-size: 1.2rem; }
    .empathy-map .other-stuff h4 {
      margin-bottom: 0.5rem;
      font-size: 1.8rem; }
  .empathy-map .about {
    -ms-grid-column-span: 2;
    grid-column-end: span 2; }
    .empathy-map .about h3 {
      font-family: poynter-oldstyle-display, serif;
      font-size: 4.25rem;
      font-weight: 700;
      margin-bottom: 0.75rem; }
    .empathy-map .about p {
      font-family: poynter-oldstyle-display, serif;
      font-style: italic;
      font-size: 1.5rem;
      font-weight: 600;
      margin-top: 1rem;
      color: #222; }
      .empathy-map .about p i {
        font-size: 1.1rem;
        color: #c5cfd6; }
    .empathy-map .about .identities span {
      background: #c5cfd6;
      font-weight: 600;
      font-style: regular; }
    .empathy-map .about .identities span, .empathy-map .about .identities a {
      font-weight: 600;
      font-style: regular;
      border-radius: 1rem;
      font-size: 1rem;
      color: #fff;
      padding: 0.25rem 0.7rem;
      line-height: 2.1; }
    .empathy-map .about .identities a {
      background: #2f3776;
      text-decoration: none;
      color: #fff;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
      .empathy-map .about .identities a:hover {
        background: #4551ad; }

.gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
  width: 80%;
  margin: 0 auto; }
  .gallery h1 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2; }
  .gallery .cell {
    min-height: 30rem;
    -ms-grid-row-span: 1;
    grid-row-end: span 1; }
  .gallery #plants {
    background: url(images/plants.JPG) no-repeat center center;
    background-size: cover;
    -ms-grid-row-span: 2;
    grid-row-end: span 2; }
  .gallery #working {
    background: url(images/working.JPG) no-repeat center center;
    background-size: cover; }
  .gallery #why {
    background: url(images/why.JPG) no-repeat center center;
    background-size: cover; }
  .gallery #recess {
    background: url(images/recess.JPG) no-repeat center center;
    background-size: cover; }
  .gallery #play {
    background: url(images/play.JPG) no-repeat center center;
    background-size: cover; }
  .gallery #making {
    background: url(images/making.JPG) no-repeat center center;
    background-size: cover; }
  .gallery #lecture {
    background: url(images/lecture.JPG) no-repeat center center;
    background-size: cover; }
  .gallery #gather {
    background: url(images/gather.JPG) no-repeat center center;
    background-size: cover;
    -ms-grid-row-span: 2;
    grid-row-end: span 2; }
  .gallery #empty {
    background: url(images/empty.JPG) no-repeat center center;
    background-size: cover; }
  .gallery #doodle {
    background: url(images/doodle.JPG) no-repeat center center;
    background-size: cover; }
  .gallery .video {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    z-index: 90; }
    .gallery .video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.big {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 100vh;
  width: 70%;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .big img {
    max-height: 70vh; }
  .big h1 {
    text-align: left;
    font-family: poynter-oldstyle-display, serif;
    font-size: calc(32px + 3vw);
    margin-bottom: 0;
    font-weight: 700;
    text-transform: capitalize; }
  .big p {
    font-family: ff-basic-gothic-pro, sans-serif;
    font-size: calc(18px + 0.25vw);
    line-height: 1.6;
    letter-spacing: -1px; }
    .big p a {
      color: #2f3776;
      text-decoration: none;
      border-bottom: solid 3px #2f3776;
      padding-bottom: 2px;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .big p a:hover {
        color: #fff;
        border-bottom: solid 3px #fff; }

@media (max-width: 750px) {
  .poem {
    display: none; } }

@media (max-width: 500px) {
  .wrapper {
    width: 100%; } }

.right {
  text-align: right; }

.center {
  text-align: center; }

h1, h1, h3, h4, h5, h6, p {
  color: #222; }

.bg-white {
  background: #fff; }

.bg-lgrey {
  background: #f5f5f5; }

.bg-grey {
  background: #c5cfd6; }

.bg-mint {
  background: #89c6cd; }

.bg-red {
  background: #ef4639; }

.bg-yellow {
  background: #f99b26; }

.bg-black {
  background: #222; }

.bg-purple {
  background: #762c80; }

.bg-navy {
  background: #2f3776; }

.bg-black h1, .bg-black h1, .bg-black h3, .bg-black h4, .bg-black h5, .bg-black h6, .bg-black p, .bg-black ul, .bg-navy h1, .bg-navy h1, .bg-navy h3, .bg-navy h4, .bg-navy h5, .bg-navy h6, .bg-navy p, .bg-navy ul {
  color: #f5f5f5; }

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1rem;
  width: calc(100vw - 2rem);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed; }
  header a {
    font-family: poynter-oldstyle-display, serif;
    color: #65b5be;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 1.15rem;
    letter-spacing: 1px;
    background: #fff;
    padding: 1.3rem  1.5rem;
    border-radius: 2rem; }
    header a:hover {
      color: #c5cfd6;
      text-shadow: none; }
    header a:hover i {
      color: #c5cfd6; }
    header a i {
      color: #f99b26;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }

#nav-bump {
  padding-top: 12rem; }

.nav-bump {
  padding-top: 12rem; }

footer {
  width: 100%;
  background: #222;
  padding: 7rem 0;
  color: #fff;
  text-align: center; }
  footer p {
    color: #c5cfd6;
    opacity: 0.5;
    font-family: poynter-oldstyle-display, serif;
    font-size: 0.7rem;
    letter-spacing: 1px;
    font-style: italic;
    text-transform: lowercase; }
  footer .links {
    margin: 1.5rem 0 2rem; }
    footer .links a {
      color: #89c6cd;
      font-family: ff-basic-gothic-pro, sans-serif;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 0.9rem;
      margin: 2rem 0.5rem;
      letter-spacing: 2px;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      footer .links a:hover {
        color: #fff; }
  footer .social a {
    color: #fff;
    margin: 2rem 0.5rem;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 0.9rem; }
    footer .social a:hover {
      color: #89c6cd; }
