p, a, h1, h2, h3, h4, h5, h6 {
  font-family: "bookmania", serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
}

p {
  font-size: 22px;
  line-height: 26px;
}

li {
  font-family: "bookmania", serif;
  font-size: 18px;
  line-height: 20px;
}

em {
  font-weight: 300;
  font-style: italic;
}

strong {
  font-weight: 700;
}

strong em {
  font-weight: 700;
  font-style: italic;
}

#page {
  max-width: 1920px;
  margin: 0 auto;
}

#main {
  max-width: 100vw;
  overflow: hidden;
}

h3 {
  font-size: 34px;
}

.cell a {
  color: #a72e1c;
  font-size: 26px;
  text-decoration: underline;
}

.cell a.cta {
  font-size: 32px;
  color: #000;
  text-decoration: none;
  margin-bottom: 15px;
}
.cell a.cta:hover {
  color: #f7f4e2;
}

/**
HEADER / NAV
**/
.logo img {
  max-height: 80px;
  padding: 5px 0;
}

.top-bar {
  background-color: transparent;
  position: fixed;
  top: 0;
  width: 100vw;
  max-width: 1920px;
  z-index: 999;
  background-color: #CA9180;
  transition: 0.5s ease-in-out;
}
.top-bar ul {
  background-color: transparent;
}
.top-bar ul a {
  font-family: "din-condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 22px;
}
.top-bar ul a:hover, .top-bar ul a:focus {
  text-decoration: underline;
  color: #000000;
}

#top-navbar {
  padding: 10px 50px;
}
#top-navbar a[href="#grants"] {
  background-color: #e9d1c8;
}
#top-navbar #hamburger span {
  background-color: #43312D;
}
#top-navbar.active-about {
  background-color: #8fc5c7;
}
#top-navbar.active-about a[href="#about"] {
  text-decoration: underline;
}
#top-navbar.active-about a[href="#grants"] {
  background-color: #d3e8e9;
}
#top-navbar.active-about #hamburger span {
  background-color: #284f51;
}
#top-navbar.active-history {
  background-color: #f2cd60;
}
#top-navbar.active-history a[href="#history"] {
  text-decoration: underline;
}
#top-navbar.active-history a[href="#grants"] {
  background-color: #faebbe;
}
#top-navbar.active-history #hamburger span {
  background-color: #8c6b0b;
}
#top-navbar.active-staff {
  background-color: #ffffff;
}
#top-navbar.active-staff a[href="#staff"] {
  text-decoration: underline;
}
#top-navbar.active-staff a[href="#grants"] {
  background-color: #e9d1c8;
}
#top-navbar.active-staff #hamburger span {
  background-color: #333;
}
#top-navbar.active-faq {
  background-color: #ffffff;
}
#top-navbar.active-faq a[href="#faq"] {
  text-decoration: underline;
}
#top-navbar.active-faq a[href="#grants"] {
  background-color: #e9d1c8;
}
#top-navbar.active-faq #hamburger span {
  background-color: #333;
}
#top-navbar.active-contact {
  background-color: #d4a391;
}
#top-navbar.active-contact a[href="#contact"] {
  text-decoration: underline;
}
#top-navbar.active-contact a[href="#grants"] {
  background-color: #e9d1c8;
}
#top-navbar.active-contact #hamburger span {
  background-color: #333;
}
#top-navbar.active-grants {
  background-color: #8fc5c7;
}
#top-navbar.active-grants a[href="#grants"] {
  background-color: #d3e8e9;
}
#top-navbar.active-grants #hamburger span {
  background-color: #284f51;
}
#top-navbar.active-focus {
  background-color: #FFFFFF;
}

/**
HOME
**/
#home {
  height: 100vh;
  width: 100vw;
  max-width: 1920px;
  background-color: #CA9180;
  text-align: center;
  margin-bottom: -5px;
}

#imagine {
  width: 1420px;
  position: absolute;
  left: 50%;
  top: 90px;
  margin-left: -710px;
}
#imagine img {
  position: absolute;
}
#imagine .imagine-type-top {
  top: 224px;
  left: 0;
  z-index: 20;
}
#imagine .imagine-type-bottom {
  top: 460px;
  left: 0;
  z-index: 18;
}
#imagine .imagine-character {
  top: 90px;
  left: 446px;
  height: 745px;
  z-index: 19;
}

#mission {
  min-height: 100vh;
  background-color: #CA9180;
}
#mission .grid-x {
  height: 100vh;
}
#mission p {
  font-size: 100px;
  line-height: 95px;
  color: #43312D;
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  opacity: 0;
  position: relative;
  padding: 10px 100px;
}
#mission p span {
  color: #ffffff;
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/**
 * FOCUS
 */
#focus {
  padding: 75px 50px 0;
  color: #A9D0D3;
  margin: 75px auto 0;
}

#focus h2 {
  color: #88BDC1;
  text-align: center;
  font-weight: 200;
  font-family: "din-condensed", sans-serif;
  font-size: 12rem;
  letter-spacing: -5px;
  margin-top: 75px;
}

#focus p {
  color: #88BDC1;
}

#focus p span {
  white-space: nowrap;
  color: #88BDC1;
}

#focus-faucet-wrap {
  padding-top: 100px;
}

#focus-faucet-wrap svg {
  width: 100vw;
  max-width: 800px;
  margin: 0 auto;
}

#faucet-illustration {
  isolation: isolate;
}

.faucet-title-text {
  fill: #010101;
}

#social-shape, #environment-shape, #reading-shape, #arts-shape, #language-shape {
  opacity: 0;
}

#social-shape {
  fill: #58bd7d;
  mix-blend-mode: multiply;
}

#environment-shape {
  fill: #f2a26e;
}

#reading-shape {
  fill: #46c7f4;
}

#arts-shape {
  fill: #be6cab;
}

#language-shape {
  fill: #5a6ab1;
}

/**
ABOUT
**/
#about {
  background-color: #8fc5c7;
}

#values-overview {
  height: 100vh;
  padding-top: 75px;
  background-color: #8cc6c7;
}
#values-overview h2 {
  text-align: center;
  color: #ffffff;
  font-weight: 800;
  font-size: 4rem;
  margin: 50px auto 20px;
}
#values-overview p {
  max-width: 875px;
  margin: 0 auto;
  font-size: 2.6rem;
  line-height: 2.8rem;
  text-align: center;
  padding: 0 20px;
}
#values-overview p span {
  white-space: nowrap;
}

#education-section {
  background-repeat: no-repeat;
  background-size: auto 100vh;
  background-position: top center;
  background-color: #8cc6c7;
}

#creativity-section {
  background-repeat: no-repeat;
  background-size: auto 100vh;
  background-position: top center;
  background-color: #8cc6c7;
}

#equity-section {
  background-repeat: no-repeat;
  background-size: auto 100vh;
  background-position: top center;
  background-color: #8cc6c7;
}

#sustainability-section {
  background-repeat: no-repeat;
  background-size: auto 100vh;
  background-position: top center;
  background-color: #8cc6c7;
}

#community-section {
  background-repeat: no-repeat;
  background-size: auto 100vh;
  background-position: top center;
  background-color: #8cc6c7;
}

@media only screen and (orientation: landscape) {
  #education-section {
    background-image: url("/wp-content/themes/dr-seuss-foundation/images/values/landscape-education.png");
  }
  #creativity-section {
    background-image: url("/wp-content/themes/dr-seuss-foundation/images/values/landscape-creativity.png");
  }
  #equity-section {
    background-image: url("/wp-content/themes/dr-seuss-foundation/images/values/landscape-equity.png");
  }
  #sustainability-section {
    background-image: url("/wp-content/themes/dr-seuss-foundation/images/values/landscape-environment.png");
  }
  #community-section {
    background-image: url("/wp-content/themes/dr-seuss-foundation/images/values/landscape-community.png");
  }
}
@media only screen and (orientation: portrait) {
  #education-section {
    background-image: url("/wp-content/themes/dr-seuss-foundation/images/values/portrait_education.png");
    background-position: top right;
  }
  #creativity-section {
    background-image: url("/wp-content/themes/dr-seuss-foundation/images/values/portrait_creativity.png");
    background-position: top right;
  }
  #equity-section {
    background-image: url("/wp-content/themes/dr-seuss-foundation/images/values/portrait_equity.png");
    background-position: top right;
  }
  #sustainability-section {
    background-image: url("/wp-content/themes/dr-seuss-foundation/images/values/portrait_environment.png");
    background-position: top right;
  }
  #community-section {
    background-image: url("/wp-content/themes/dr-seuss-foundation/images/values/portrait_community.png");
    background-position: top right;
  }
}
.pinned-section {
  min-height: 125vh;
}

.pinned-section svg text {
  fill: #ffffff;
  stroke: none;
  font-family: "bookmania", serif;
  font-weight: 800 !important;
}

#focus-faucet {
  max-width: 600px;
  margin: 50px auto;
  display: block;
  position: relative;
}

/**
GRANT FAQ
**/
#faq {
  min-height: 175vh;
  background-color: #ffffff;
  /* background-image: url('../images/faq-background.png'); */
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative;
}
#faq .grid-container {
  position: relative;
  z-index: 10;
}
#faq h2 {
  font-size: 68px;
  line-height: 90px;
  letter-spacing: -1px;
  font-weight: 700;
  margin-top: 75px;
}
#faq .accordion-title {
  font-size: 20px;
  color: #000000;
  border: 1px solid #000000;
  border-top: 0px;
}
#faq .accordion-title::before {
  top: -1px;
  right: -1px;
  border: 1px solid #000000;
  padding: 5px 7px 0px;
  margin-top: 0;
}
#faq .accordion-content {
  border: 1px solid #000000;
  border-top: 0;
}
#faq .accordion-item:first-child .accordion-title {
  border-top: 1px solid #000000;
}

#faq-parallax {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

#faq-back {
  position: absolute;
  bottom: -325px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/faq-back.png");
  background-repeat: no-repeat;
  background-position: left 0 bottom 0;
  background-size: 100% auto;
  z-index: 8;
}

#faq-mid {
  position: absolute;
  bottom: -225px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/faq-mid.png");
  background-repeat: no-repeat;
  background-position: left 0 bottom 0;
  background-size: 100% auto;
  z-index: 9;
}

#faq-front {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/faq-front.png");
  background-repeat: no-repeat;
  background-position: left 0 bottom 0;
  background-size: 100% auto;
  z-index: 10;
}

/**
HISTORY
**/
#history {
  background-color: #f2cd60;
  width: 100vw;
  max-width: 1920px;
  min-height: 125vh;
  padding: 150px 0 0;
}
#history h2 {
  font-size: 68px;
  line-height: 90px;
  letter-spacing: -1px;
  font-weight: 700;
  margin-bottom: 125px;
}
#history h5 {
  font-size: 26px;
}

.timeline {
  width: 50%;
  position: relative;
  left: 50%;
  border-left: 2px solid #000000;
  padding: 25px 0 75px;
}
.timeline.nudged {
  left: calc(50% + 10px);
  padding-bottom: 1150px;
}

.timeline-item {
  padding: 15px 75px;
  position: relative;
}
.timeline-item::before {
  content: " ";
  width: 50px;
  height: 2px;
  border-top: 2px solid #000;
  position: absolute;
  left: 0px;
  top: 25px;
}
.timeline-item h5 {
  font-size: 26px;
  line-height: 20px;
}
.timeline-item img.grow-in {
  width: 100%;
  transform-origin: top left;
}

.timeline-item-left {
  left: -100%;
}
.timeline-item-left::before {
  left: auto;
  right: 0;
}
.timeline-item-left img.grow-in {
  transform-origin: top right;
}

.starting-dot {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  background: #000000;
  border-radius: 10px;
  top: -10px;
  left: -11px;
}

.ending-dot {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  background: #000000;
  border-radius: 10px;
  bottom: -10px;
  left: -11px;
}

.fullbleed-image {
  position: relative;
}
.fullbleed-image figcaption {
  color: #ffffff;
  font-size: 22px;
  position: absolute;
  top: 25px;
  left: 25px;
  text-shadow: 2px 2px 2px #000000;
}

.giant-date {
  position: relative;
  margin-top: -1050px;
  margin-bottom: 122px;
  max-width: 1920px;
}
.giant-date span {
  display: block;
  text-align: right;
  padding-right: 50px;
  font-weight: 700;
  font-size: 24px;
}

.library {
  background-color: #f8e6af;
  padding: 50px 0;
}
.library img {
  transform-origin: top center;
  margin: 0 auto;
  display: inherit;
  position: relative;
  left: 13px;
}

.white-bg {
  background-color: #ffffff;
  padding-bottom: 150px;
}

.pulitzer {
  margin-top: 300px;
}
.pulitzer img {
  position: absolute;
  top: -375px;
}

.fact-sheet {
  background-color: #f8e6af;
  padding: 150px 25px;
  max-width: 1920px;
}
.fact-sheet .facts {
  width: calc(33.3333% - 22px);
  padding: 10px;
  border-right: 1px solid black;
}
.fact-sheet .facts:last-child {
  border-right: none;
}

.fact-sheet .cell,
.divided-lists .cell {
  border-right: 1px solid #000;
  max-width: 430px;
}

.fact-sheet .cell:last-child,
.divided-lists .cell:last-child {
  border-right: 0;
}

.divided-lists p {
  height: 60px;
}

.fact-sheet ul {
  list-style-type: none;
  margin-left: 0;
  margin-top: 20px;
}

.fact-sheet li {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 20px;
}

.fact-sheet strong {
  font-size: 22px;
  line-height: 20px;
  margin-bottom: 5px;
}

.divided-lists ul {
  margin-left: 0;
  list-style-type: none;
  line-height: 24px;
}

.fade-in {
  opacity: 0;
}

.fade-in.visible {
  opacity: 1;
}

.rotate-in {
  transform-origin: top left;
}

/**
STAFF
**/
#staff {
  background-color: #ffffff;
  width: 100vw;
  max-width: 1920px;
  padding: 0 0 150px 0;
}
#staff h2 {
  font-size: 68px;
  line-height: 90px;
  letter-spacing: -1px;
  font-weight: 700;
}
#staff h2:nth-of-type(2) {
  margin-top: 150px;
}
#staff a {
  font-size: inherit;
  color: #000;
}

.staff-member {
  padding: 0 20px;
}

.staff-member img {
  margin: 75px auto 20px;
  display: block;
}

.staff-member h6 {
  font-weight: 700;
  margin-bottom: -3px;
  font-size: 22px;
}

.staff-member span {
  font-style: italic;
  font-weight: 300;
  font-style: italic;
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}

/**
CONTACT
**/
#contact {
  background-color: #d4a391;
  width: 100vw;
  max-width: 1920px;
  min-height: 100vh;
  padding: 150px 0;
}

#contact .cell {
  position: relative;
}
#contact .cell a {
  color: #000;
  font-size: 22px;
}

#contact .creature {
  position: absolute;
  top: -75px;
  left: -475px;
  width: auto;
  height: 840px;
}

#contact h3 {
  font-size: 42px;
  line-height: 48px;
  letter-spacing: -1px;
  font-weight: 700;
  margin-bottom: 25px;
}

#contact [type=email],
#contact [type=tel],
#contact [type=text],
#contact textarea {
  background-color: #d49886;
  border: 0;
  padding: 30px 30px 25px;
  font-size: 22px;
  margin-top: 50px;
}

#contact [type=submit] {
  background-color: #dcb6a8;
  border: 0;
  padding: 30px;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
}

#contact .field-wrapper {
  position: relative;
}

#contact label {
  font-size: 22px;
  position: absolute;
  top: 10px;
  left: 30px;
  z-index: 2;
  transition: 0.3s ease-in-out;
}

.wpcf7-text:focus + label,
.wpcf7-textarea:focus + label,
.wpcf7-text:not(:placeholder-shown) + label,
.wpcf7-textarea:not(:placeholder-shown) + label {
  top: -35px !important;
  left: 0px !important;
}

.wpcf7-text::placeholder,
.wpcf7-textarea::placeholder {
  color: #d49886;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #F6AF45;
  border: 3px solid #F6AF45;
  background-color: #ffffff;
  font-size: 22px;
  line-height: 24px;
  padding: 10px 20px 8px;
  margin: 10px 0 0;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #D49785;
  background-color: #ffffff;
  border: 3px solid #D49785;
  font-size: 22px;
  line-height: 24px;
  padding: 10px 20px 8px;
  margin: 10px 0 0;
}

/**
GRANTS
**/
#grants {
  background-color: #8cc6c7;
  width: 100vw;
  max-width: 1920px;
  padding: 150px 0 0;
}

#grants h2 {
  font-size: 68px;
  line-height: 90px;
  letter-spacing: -1px;
  font-weight: 700;
}

#grants h4 {
  font-size: 36px;
  line-height: 40px;
  margin: 75px 0 25px;
}

.spacer-75 {
  width: 100%;
  height: 75px;
  display: block;
}

.spacer-125 {
  width: 100%;
  height: 125px;
  display: block;
}

#grants .cell {
  position: relative;
}

#grants li {
  font-family: "bookmania", serif;
}

.grant-intro {
  font-size: 26px;
  line-height: 26px;
}

.grant-character {
  position: absolute;
  bottom: 0px;
  right: -275px;
  width: auto;
  height: 525px;
}

.poppins {
  font-family: "poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.chantal {
  font-family: "chantal", sans-serif;
  font-weight: 700;
  font-style: normal;
}

#grant-focus {
  background-color: #ffffff;
  background-image: url("../images/grant-focus.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% auto;
  padding-top: 150px;
  padding-bottom: 550px;
}

#grant-focus h3 {
  margin-top: 150px;
}

#grant-eligibility {
  padding-top: 150px;
  position: relative;
}

#grant-eligibility .cell {
  position: relative;
}

#grant-eligibility .birds {
  position: absolute;
  top: -125px;
  left: -300px;
  width: 250px;
  height: 300px;
}

#grant-eligibility .birds .bird:nth-child(0) {
  position: absolute;
  width: 250px;
}

#grant-eligibility .birds .bird:nth-child(1) {
  position: absolute;
  width: 75px;
  top: 70px;
  left: -30px;
}

#grant-eligibility .birds .bird:nth-child(2) {
  position: absolute;
  width: 50px;
  top: 250px;
  left: 100px;
}

#application-process {
  position: relative;
  padding-bottom: 100px;
}

#fountain {
  position: absolute;
  left: -240px;
  width: 300px;
  top: -345px;
}

#deer-wrapper {
  position: relative;
}

#deer {
  position: absolute;
  bottom: 0;
  left: -225px;
  width: 300px;
}

#tree-left {
  position: absolute;
  left: -5px;
  bottom: 200px;
  width: calc((100vw - 1100px) / 2);
  max-width: 320px;
  transform-origin: bottom left;
  animation: swayLeft 7s ease-in-out 0s infinite alternate-reverse forwards;
}

#trees-right {
  position: absolute;
  right: -5px;
  bottom: 0px;
  width: calc((100vw - 1100px) / 2);
  max-width: 320px;
  transform-origin: bottom right;
  animation: swayLeft 7s ease-in-out 0s infinite alternate-reverse forwards;
}

@keyframes swayLeft {
  0%, 50%, 100% {
    transform: rotate(0);
  }
  25%, 75% {
    transform: rotate(5deg);
  }
}
@keyframes swayRight {
  0%, 50%, 100% {
    transform: rotate(-6deg);
  }
  25%, 75% {
    transform: rotate(0);
  }
}
.bird:nth-child(1) {
  transform-origin: center;
  animation: birdSway 5500ms infinite ease-out;
}

.bird:nth-child(2) {
  transform-origin: center;
  animation: birdSway 5500ms infinite ease-out;
}

.bird:nth-child(3) {
  transform-origin: center;
  animation: birdSway 7000ms infinite ease-out;
}

@keyframes birdSway {
  0%, 50%, 100% {
    transform: rotate(5deg) skew(10deg, 0deg);
  }
  25%, 75% {
    transform: rotate(-15deg) skew(-10deg, 0deg);
  }
}
.cta {
  background-color: #f7f4e2;
  font-size: 32px;
  padding: 30px 50px 20px;
  transition: 0.3s ease-in-out;
  display: inline-block;
}

.cta:hover {
  background-color: #000;
  color: #f7f4e2;
}

.sticky .cta {
  position: absolute;
  right: -230px;
  display: none;
}

.sticky.is-stuck .cta {
  top: 90px;
}

#financials h5 {
  font-size: 30px;
  margin-top: 50px;
}
#financials ul {
  list-style-type: none;
}
#financials ul li {
  line-height: 30px;
}

/**
 * Blog Archive Page
 *
 **/
body.blog {
  background-color: #88BDC1;
}
body.blog .top-bar {
  background-color: #88BDC1;
}
body.blog .blog-link {
  background-color: #669495;
  position: relative;
}
body.blog .blog-link::before {
  content: " ";
  background-color: #669495;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 100%;
  height: 30px;
}
body.blog #content {
  margin: 150px 0;
}
body.blog #content .grid-container {
  max-width: 1080px;
}
body.blog h1 {
  font-size: 68px;
  line-height: 90px;
  letter-spacing: -1px;
  font-weight: 700;
  margin-top: 0px;
}
body.blog .article {
  margin-bottom: 25px;
  padding: 20px;
  border-radius: 20px;
}
body.blog .article:hover {
  background-color: #A0D1D3;
}
body.blog .article .cell:first-of-type {
  margin: 0;
  padding: 0;
}
body.blog .article .cell:last-of-type {
  margin: 0;
  padding: 15px 0 0 35px;
}
body.blog .article h3 {
  font-weight: 700;
  font-size: 34px;
  line-height: 34px;
  margin-bottom: 0;
}
body.blog .article p {
  margin-bottom: 0;
}
body.blog .article span.date {
  font-weight: 700;
  color: #000000;
}
body.blog .article span.read-more {
  font-family: "din-condensed", sans-serif;
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding: 7px 15px 5px;
  margin-top: 10px;
  border-radius: 15px;
}
body.blog .article span.read-more:hover {
  color: #000;
  background-color: #fff;
}

/**
 * Blog Single Page
 *
 **/
body.single {
  background-color: #88BDC1;
}
body.single .top-bar {
  background-color: #88BDC1;
}
body.single .blog-link {
  background-color: #669495;
  position: relative;
}
body.single .blog-link::before {
  content: " ";
  background-color: #669495;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 100%;
  height: 30px;
}
body.single #content {
  margin: 150px 0;
}
body.single #content .grid-container {
  max-width: 1080px;
}
body.single #content .cell a {
  color: #000000;
  font-size: 18px;
  line-height: 20px;
}
body.single .post-header {
  position: relative;
  margin-bottom: 50px;
}
body.single h1 {
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  max-width: 720px;
  margin: 10px auto 0;
  font-weight: 700;
}
body.single h6.date {
  text-align: center;
}
body.single a.back {
  font-family: "din-condensed", sans-serif;
  color: #fff !important;
  background-color: #000;
  font-size: 14px !important;
  text-decoration: none;
  padding: 5px 15px;
  border-radius: 10px;
  position: absolute;
  bottom: 5px;
  right: 15px;
}
body.single a.back:hover {
  color: #000;
  background-color: #fff;
}
body.single .pre-article p {
  font-size: 18px;
  line-height: 20px;
}
body.single .pre-article p:empty {
  display: none;
}
body.single .pre-article blockquote, body.single .pre-article blockquote p {
  font-family: "din-condensed", sans-serif;
  text-transform: uppercase;
  color: #000;
  font-size: 46px;
  line-height: 45px;
  padding: 0;
  border-left: 0;
  margin: 25px auto;
}
body.single .featured-image {
  margin: 75px 0;
}
body.single .featured-image img {
  width: 100%;
  display: block;
  margin: 0 auto 10px;
}
body.single .wp-caption-text, body.single p.caption {
  text-align: right;
  font-family: "bookmania", serif;
  font-size: 16px;
  line-height: 18px;
  font-style: italic;
  margin-top: 10px;
}
body.single .wp-caption {
  width: 100% !important;
}
body.single .wp-caption img {
  width: 100%;
}
body.single .back-to-top {
  font-family: "din-condensed", sans-serif;
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  font-size: 14px;
  text-decoration: none;
  padding: 5px 15px;
  border-radius: 10px;
  float: right;
}
body.single .back-to-top:hover {
  color: #000;
  background-color: #fff;
  cursor: pointer;
}

/**
 * Newsletter Signup
 *
 **/
#newsletter {
  background-color: #88c7c7;
}

#ctct_form_0 {
  position: relative;
}

.ctct-form-header {
  font-family: "bookmania", serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  color: #000 !important;
  position: absolute;
  top: -15px;
  left: 80px;
  max-width: 305px;
  font-size: 42px !important;
  line-height: 42px !important;
}

.ctct-form-embed.form_0 .ctct-form-defaults {
  background-color: transparent !important;
  padding: 50px 24px;
}

.ctct-form-text,
.ctct-form-label,
#gdpr_text {
  display: none !important;
}

div.ctct-form-embed form.ctct-form-custom .ctct-form-errorMessage {
  position: absolute;
  top: 0;
  right: 0;
}

#email_address_0 {
  position: absolute;
  top: 20px;
  right: 135px;
  width: 350px !important;
  font-family: "din-condensed", sans-serif;
  font-size: 28px;
}

#email_address_0::placeholder {
  font-family: "din-condensed", sans-serif;
  font-weight: 300;
  font-size: 28px;
  text-transform: uppercase;
}

.ctct-form-button {
  position: absolute;
  top: 20px;
  width: 150px !important;
  right: 0vw;
  background-color: #000 !important;
  font-family: "din-condensed", sans-serif;
  font-size: 28px !important;
  line-height: 14px !important;
  color: #fff !important;
  border-radius: 20px !important;
  border: none !important;
}

.ctct-form-success {
  position: relative;
}

.ctct-form-success .ctct-form-header {
  top: 20px;
}

/**
    13" Macbook Pro Fixes
**/
@media (min-width: 1200px) and (max-height: 900px) {
  #imagine {
    top: 30px;
  }
  #mission p {
    font-size: 88px;
    line-height: 94px;
  }
  .sticky .cta {
    position: absolute;
    right: -85px;
    font-size: 20px;
    padding: 20px 25px 10px;
  }
  #focus-faucet-wrap svg {
    position: relative;
    top: -80px;
  }
}
/**
    XLARGE BREAKPOINT (laptop)
**/
@media (min-width: 1200px) and (max-width: 1439px) {
  li {
    font-size: 18px;
  }
  p {
    font-size: 20px;
    line-height: 24px;
  }
  #imagine {
    width: 1100px;
    margin-left: -550px;
  }
  #imagine .imagine-type-top {
    top: 277px;
  }
  #imagine .imagine-character {
    top: 120px;
    left: 282px;
    height: 700px;
  }
  #mission p {
    font-size: 72px;
    line-height: 74px;
    max-width: 1200px;
    margin: auto;
  }
  .value-background {
    height: 100vh;
    background-size: auto 100%;
  }
  #history h2 {
    padding-left: 75px;
  }
  .timeline.nudged {
    padding-bottom: 950px;
    margin-bottom: 185px;
  }
  .fact-sheet .cell, .divided-lists .cell {
    max-width: 374px;
  }
  #faq {
    min-height: 150vh;
  }
  #staff .grid-container {
    max-width: 1050px;
  }
  #contact .cell a {
    font-size: 20px;
  }
  .ctct-form-header {
    left: 180px;
  }
  #grants h4 {
    font-size: 32px;
    line-height: 32px;
  }
  .grant-character {
    right: -185px;
    height: 500px;
  }
  .sticky .cta {
    right: 0;
  }
  #fountain {
    left: -101px;
    width: 150px;
    top: -167px;
  }
  .divided-lists p {
    height: 75px;
  }
  #grant-eligibility .birds {
    top: -125px;
    left: -200px;
    width: 200px;
    height: 250px;
  }
  #grant-eligibility .birds .bird:nth-child(1) {
    width: 55px;
    top: 60px;
    left: 30px;
  }
  #grant-eligibility .birds .bird:nth-child(2) {
    width: 50px;
    top: 150px;
    left: 90px;
  }
  #grant-eligibility .birds .bird:nth-child(3) {
    width: 170px;
    top: -10px;
    left: 60px;
    position: absolute;
  }
  #deer-wrapper {
    margin-bottom: 350px;
  }
  #deer {
    bottom: -350px;
    left: 150px;
    width: 200px;
  }
  #tree-left {
    left: -35px;
    bottom: 0px;
    width: 150px;
  }
  #trees-right {
    width: 275px;
  }
}
/**
    LARGE BREAKPOINT (iPad Pro / Small Laptop)
**/
@media (min-width: 1024px) and (max-width: 1199px) {
  #imagine {
    width: 1020px;
    margin-left: -510px;
    top: -60px;
  }
  #imagine .imagine-type-top {
    top: 290px;
  }
  #imagine .imagine-character {
    top: 230px;
    left: 330px;
    height: 495px;
  }
  #mission p {
    font-size: 60px;
    line-height: 64px;
    width: 970px;
    margin: 0 auto;
  }
  #focus {
    width: 1000px;
    margin: 75px auto 0;
  }
  #focus h2 {
    font-size: 10.2rem;
  }
  #focus-faucet-wrap svg {
    position: relative;
    bottom: 75px;
  }
  #education-section {
    background-position: 0 0;
  }
  #education-section svg {
    top: 100px;
    right: -80px;
    position: relative;
    width: calc(100vw + 30px);
  }
  #creativity-section {
    background-position: right top;
  }
  #equity-section {
    background-position: right 0;
  }
  #equity-section svg {
    position: relative;
  }
  #sustainability-section {
    background-size: auto 100vh;
    background-position: 0 0;
  }
  #sustainability-section svg {
    position: relative;
    top: 200px;
  }
  #community-section {
    background-size: auto 100vh;
    background-position: 0 0;
  }
  #community-section svg {
    position: relative;
    left: 120px;
  }
  #history h2 {
    padding-left: 50px;
  }
  .timeline-item {
    padding: 15px 50px;
  }
  .timeline-item::before {
    width: 40px;
  }
  .timeline.nudged {
    left: calc(50% + 10px);
    padding-bottom: 800px;
    margin-bottom: 330px;
  }
  .fact-sheet {
    padding: 150px 50px;
  }
  .fact-sheet .cell, .divided-lists .cell {
    max-width: 277px;
  }
  #contact {
    min-height: 50vh;
  }
  #grant-eligibility .birds {
    top: -125px;
    left: 0;
    width: 360px;
    height: 150px;
  }
  #grant-eligibility .birds .bird:nth-child(1) {
    top: 30px;
    left: 70px;
  }
  #grant-eligibility .birds .bird:nth-child(2) {
    top: 20px;
    left: 175px;
  }
  #grant-eligibility .birds .bird:nth-child(3) {
    position: absolute;
    height: 100%;
    width: auto;
    right: 0;
  }
  .grant-character {
    right: -225px;
    height: 575px;
  }
  .cta {
    font-size: 22px;
    padding: 25px 40px 15px;
  }
  .sticky .cta {
    right: 0px;
  }
  #fountain {
    left: -82px;
    width: 130px;
    top: -144px;
  }
  .divided-lists {
    margin-bottom: 500px;
  }
  .divided-lists p {
    height: 85px;
  }
  #deer {
    bottom: 0;
    left: 100px;
    width: 300px;
  }
  #tree-left {
    left: -65px;
    bottom: -40px;
    width: 170px;
  }
  #trees-right {
    width: 350px;
  }
}
/**
    MEDIUM BREAKPOINT (iPad)
**/
@media (min-width: 640px) and (max-width: 1023px) {
  p {
    font-size: 18px;
    line-height: 22px;
  }
  li {
    font-size: 18px;
  }
  .top-bar ul a {
    font-size: 18px;
  }
  #home {
    height: 70vh;
    margin-bottom: -1px;
  }
  #imagine {
    width: 620px;
    margin-left: -310px;
    top: 100px;
  }
  #imagine .imagine-type-top {
    top: 250px;
  }
  #imagine .imagine-character {
    top: 200px;
    left: 190px;
    height: 323px;
  }
  #imagine .imagine-type-bottom {
    top: 353px;
  }
  #mission p {
    font-size: 40px;
    line-height: 44px;
  }
  #focus h2 {
    font-size: 7.5rem;
  }
  #education-section {
    background-position: 0 0;
  }
  #education-section svg {
    top: 430px;
    right: 30px;
    position: relative;
    width: calc(100vw + 30px);
  }
  #creativity-section {
    background-position: 0 0;
  }
  #equity-section {
    background-position: right 0;
  }
  #equity-section svg {
    position: absolute;
    left: 0px;
  }
  #sustainability-section {
    background-position: 0 0;
  }
  #sustainability-section svg {
    position: absolute;
    top: 200px;
  }
  #community-section {
    background-position: 0 0;
  }
  #community-section svg {
    position: absolute;
    bottom: 25vh;
  }
  #history h2 {
    padding-left: 50px;
  }
  .timeline {
    width: calc(100% - 65px);
    position: relative;
    left: 65px;
  }
  .timeline.nudged {
    left: 65px;
    padding-top: 75px;
  }
  .timeline-item {
    overflow: hidden;
    margin-bottom: 75px;
  }
  .timeline-item.pulitzer {
    overflow: inherit;
  }
  .timeline-item-left {
    left: 0;
  }
  .timeline-item-left::before {
    left: 0;
    right: auto;
  }
  .timeline-item-left img.grow-in {
    transform-origin: top left;
  }
  .library {
    position: relative;
  }
  .fact-sheet .cell {
    border-right: 0;
    margin-bottom: 50px;
  }
  #faq {
    min-height: 125vh;
  }
  #contact label {
    font-size: 18px;
    left: 20px;
  }
  #contact [type=email],
  #contact [type=tel],
  #contact [type=text],
  #contact textarea {
    padding: 25px 20px 20px;
    font-size: 18px;
  }
  #contact [type=submit] {
    padding: 25px 25px 20px;
    font-size: 20px;
    line-height: 20px;
  }
  #contact .cell a {
    font-size: 18px;
  }
  .cta.hide-for-large {
    padding: 20px 0 12px;
    display: block;
    font-size: 26px !important;
    line-height: 26px;
    width: 100vw;
    position: fixed;
    bottom: -100px;
    left: 0;
    z-index: 999;
    text-align: center;
    transition: 0.3s ease-in-out;
  }
  .cta.hide-for-large.engaged {
    bottom: 0;
  }
  #grants h2 {
    font-size: 54px;
    line-height: 80px;
  }
  #grants h4 {
    font-size: 26px;
    line-height: 30px;
  }
  .grant-character {
    right: -105px;
    height: 345px;
  }
  #grant-focus {
    padding-bottom: 250px;
  }
  #grant-focus h3 {
    margin-top: 75px;
  }
  #grant-eligibility .birds {
    top: -125px;
    left: 0;
    width: 360px;
    height: 150px;
  }
  #grant-eligibility .birds .bird:nth-child(1) {
    top: 30px;
    left: 70px;
  }
  #grant-eligibility .birds .bird:nth-child(2) {
    top: 20px;
    left: 175px;
  }
  #grant-eligibility .birds .bird:nth-child(3) {
    position: absolute;
    height: 100%;
    width: auto;
    right: 0;
  }
  #fountain {
    left: -77px;
    width: 214px;
    top: -239px;
  }
  .divided-lists p {
    height: 100px;
    padding-right: 10px;
  }
  #deer-wrapper {
    padding-bottom: 325px;
  }
  #deer {
    bottom: 0;
    left: 30px;
    width: 200px;
  }
  #tree-left {
    bottom: 0;
    width: 100px;
  }
  #trees-right {
    width: 180px;
  }
  .ctct-form-header {
    left: 60px;
  }
  .ctct-form-embed.form_0 .ctct-form-defaults {
    padding: 50px 24px 140px;
  }
  #email_address_0 {
    top: 140px;
    left: 60px;
    right: auto;
  }
  .ctct-form-button {
    top: 140px;
    left: 375px;
    right: auto;
  }
}
/** fact sheet hotfix **/
@media (max-width: 800px) {
  .fact-sheet .facts {
    width: 100%;
    border-right: none;
    margin-bottom: 50px;
  }
}
/**
    SMALL BREAKPOINT (iPhone)
**/
@media (max-width: 639px) {
  p {
    font-size: 16px;
    line-height: 22px;
  }
  li {
    font-size: 16px;
  }
  h3 {
    font-size: 26px;
  }
  .spacer-125 {
    height: 75px;
  }
  #hamburger {
    width: 60px;
    height: 45px;
    position: absolute;
    top: 25px;
    right: 50px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  #hamburger span {
    display: block;
    position: absolute;
    height: 9px;
    width: 50%;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  #hamburger span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
  }
  #hamburger span:nth-child(odd) {
    left: 0px;
    border-radius: 9px 0 0 9px;
  }
  #hamburger span:nth-child(1), #hamburger span:nth-child(2) {
    top: 0px;
  }
  #hamburger span:nth-child(3), #hamburger span:nth-child(4) {
    top: 18px;
  }
  #hamburger span:nth-child(5), #hamburger span:nth-child(6) {
    top: 36px;
  }
  #hamburger.open span:nth-child(1), #hamburger.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #hamburger.open span:nth-child(2), #hamburger.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #hamburger.open span:nth-child(1) {
    left: 5px;
    top: 7px;
  }
  #hamburger.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;
  }
  #hamburger.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
  }
  #hamburger.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }
  #hamburger.open span:nth-child(5) {
    left: 5px;
    top: 29px;
  }
  #hamburger.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 29px;
  }
  #mobile-menu {
    width: 100vw;
    height: 100vh;
    z-index: 99;
    background-color: #ffffff;
    position: fixed;
    top: -100vh;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #mobile-menu.open {
    top: 0;
  }
  #mobile-menu ul {
    margin: 175px 25px;
    list-style: none;
  }
  #mobile-menu ul li a {
    font-family: "din-condensed", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 52px;
    line-height: 80px;
  }
  #home {
    height: 50vh;
  }
  #imagine {
    width: 380px;
    margin-left: -190px;
  }
  #imagine .imagine-character {
    top: 210px;
    left: 129px;
    height: 175px;
  }
  #imagine .imagine-type-bottom {
    top: 287px;
  }
  #mission p {
    font-size: 34px;
    line-height: 34px;
    padding: 0;
  }
  #focus h2, #values-overview h2 {
    font-size: 68px;
  }
  #values-overview p {
    padding: 0 10px;
    font-size: 20px;
    line-height: 26px;
  }
  .value-background {
    height: 100vw;
    min-height: auto;
    background-attachment: inherit;
    background-size: 100% auto;
  }
  .value-description {
    padding: 75px 25px;
  }
  .value-description h6 {
    font-size: 16px;
    line-height: 16px;
  }
  .value-description h3 {
    font-size: 48px;
    line-height: 70px;
  }
  .value-description p {
    font-size: 18px;
    line-height: 22px;
  }
  .pinned-section svg text {
    font-size: 240px;
  }
  #creativity-container {
    position: absolute;
    top: 150px;
  }
  #education-container {
    position: absolute;
    top: 150px;
  }
  #community-container {
    position: absolute;
    bottom: 25vh;
  }
  #equity-container {
    position: absolute;
  }
  #sustainability-container {
    position: absolute;
    top: 25vh;
  }
  #history {
    padding-top: 75px;
  }
  #history h2 {
    font-size: 52px;
    line-height: 52px;
    margin-bottom: 75px;
  }
  #history h5 {
    font-size: 24px;
  }
  .timeline {
    width: 91%;
    left: 9%;
  }
  .timeline.nudged {
    width: 91%;
    left: 9%;
    padding-bottom: 1030px;
  }
  .timeline-item {
    padding: 15px 25px;
    margin-bottom: 75px;
    overflow: hidden;
  }
  .timeline-item::before {
    width: 20px;
  }
  .timeline-item.pulitzer {
    overflow: inherit;
  }
  .timeline-item.pulitzer img {
    top: -300px;
    width: 300px;
  }
  .timeline-item-left {
    left: 0;
  }
  .timeline-item-left::before {
    left: 0;
    right: auto;
  }
  .timeline-item-left img.grow-in {
    transform-origin: top left;
  }
  .fullbleed-image figcaption {
    color: #000000;
    font-size: 16px;
    line-height: 18px;
    text-align: right;
    text-shadow: 0 0 0;
    top: -45px;
    left: auto;
    right: 10px;
  }
  .giant-date span {
    padding-right: 10px;
    font-size: 16px;
  }
  .library {
    position: relative;
  }
  .white-bg {
    padding-bottom: 75px;
  }
  .fact-sheet {
    padding: 75px 25px 25px;
  }
  .fact-sheet strong {
    font-size: 20px;
  }
  .fact-sheet li {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 18px;
  }
  #faq {
    min-height: 100vh;
    padding-bottom: 375px;
  }
  #faq h2 {
    font-size: 48px;
    line-height: 70px;
  }
  #contact {
    padding: 75px 0;
  }
  #contact .cell a {
    font-size: 16px;
  }
  #grants {
    padding: 75px 0;
  }
  #grants h2 {
    font-size: 38px;
    line-height: 60px;
  }
  #grants h4 {
    font-size: 28px;
    line-height: 30px;
  }
  #grants .cell a {
    font-size: 20px;
  }
  .cta.hide-for-large {
    padding: 20px 0 12px;
    display: block;
    font-size: 26px !important;
    line-height: 26px;
    width: 100vw;
    position: fixed;
    bottom: -100px;
    left: 0;
    z-index: 999;
    text-align: center;
    transition: 0.3s ease-in-out;
  }
  .cta.hide-for-large.engaged {
    bottom: 0;
  }
  #grant-focus {
    padding-top: 75px;
    padding-bottom: 125px;
  }
  #grant-eligibility {
    padding-top: 75px;
  }
  #grant-eligibility .birds {
    top: -75px;
    left: 0;
    width: 300px;
    height: 110px;
  }
  #grant-eligibility .birds .bird:nth-child(1) {
    top: 10px;
    left: 105px;
    width: 60px;
  }
  #grant-eligibility .birds .bird:nth-child(2) {
    top: 10px;
    left: 15px;
  }
  #grant-eligibility .birds .bird:nth-child(3) {
    position: absolute;
    height: 95px;
    width: auto;
    right: 0;
    top: 10px;
  }
  .divided-lists .cell {
    border-right: 0;
    margin-top: 25px;
  }
  .divided-lists p {
    height: auto;
  }
  #fountain {
    display: none;
  }
  #application-process {
    padding-top: 50px;
  }
  #deer-wrapper {
    padding-bottom: 200px;
  }
  #deer {
    bottom: 0;
    left: 140px;
    width: 180px;
  }
  #tree-left {
    bottom: -75px;
    width: 100px;
  }
  #trees-right {
    bottom: -75px;
    width: 85px;
  }
  .ctct-form-header {
    left: 0px;
    width: 100%;
    font-size: 24px !important;
    line-height: 26px !important;
    text-align: center;
  }
  .ctct-form-embed.form_0 .ctct-form-defaults {
    padding: 50px 24px 140px;
  }
  #email_address_0 {
    top: 65px;
    width: 100% !important;
    left: 0px;
    right: auto;
  }
  #email_address_0::placeholder {
    font-size: 20px;
  }
  .ctct-form-button {
    top: 130px;
    left: 0px;
    right: auto;
    width: 100% !important;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}

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