@import url(https://fonts.googleapis.com/css?family=Poppins:400,600,700&Space+Mono);
/* ACTION COLORS */
/* GRADE COLORS */
/* CONTENT TYPE COLORS */
@keyframes jiggle {
  0% {
    transform: rotate(0); }
  20% {
    transform: rotate(10deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(10deg); }
  80% {
    transform: rotate(-10deg); }
  100% {
    transform: rotate(0); } }

@keyframes loading-propeller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(900deg); } }

.SiteHeader {
  background-color: #1f1c1a;
  color: #878481;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000; }
  .SiteHeader__content {
    max-width: 100em;
    margin: 0 auto;
    padding: 0.75em 0.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
  .SiteHeader__title {
    margin: 0 10px;
    padding: 0;
    line-height: 0; }
  .SiteHeader__title-image {
    height: 1.25em;
    width: auto; }
    @media (min-width: 32em) {
      .SiteHeader__title-image {
        height: 2em; } }

/* Move header down for flex leaderboard ad */
.flex-leaderboard-active .SiteHeader {
  position: sticky;
  top: 100px;
  margin-bottom: -80px; }
  @media screen and (max-width: 654px) {
    .flex-leaderboard-active .SiteHeader {
      top: 70px; } }

.SiteNav .Button {
  font-size: 0.875em; }
  @media (min-width: 21em) {
    .SiteNav .Button {
      font-size: 1em; } }
  @media (min-width: 64em) {
    .SiteNav .Button {
      display: none; } }

.SiteNav__list {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 4.5em;
  left: 0;
  height: 0;
  width: 100vw;
  max-height: none;
  overflow: hidden;
  transition: 200ms height;
  background: #1f1c1a;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center; }
  .SiteNav__list.is-expanded {
    height: calc(100vh - 4.5em); }
  @media (min-width: 64em) {
    .SiteNav__list {
      display: block;
      overflow: unset;
      max-height: 3em;
      height: auto;
      width: auto;
      position: static; } }

.SiteNav__item {
  list-style: none;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: 'Poppins';
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5em;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 0 1em;
  max-width: 11.5em; }
  @media (min-width: 64em) {
    .SiteNav__item {
      display: inline-block;
      padding: 0;
      font-size: 1em;
      margin: 0 1em;
      max-width: 10.5em; } }

.SiteNav__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-direction: column;
      flex-direction: column; }
  .SiteNav__link.for-games {
    color: #7ab3b2; }
  .SiteNav__link.for-videos {
    color: #ab88bf; }
  .SiteNav__link.for-books {
    color: #f48f4a; }
  .SiteNav__link.for-teachers-and-parents {
    color: #ddd64e; }
  .SiteNav__link.for-pre-k-and-k-playground {
    color: #aabe53; }
  .SiteNav__link.for-math-zone {
    color: #66a2cc; }
  .SiteNav__link.for-search {
    color: #d0d2d3; }
  .SiteNav--show-active .SiteNav__link {
    color: #979797; }
  .SiteNav__link > svg {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    margin-bottom: 0.25em;
    max-height: 1.5em; }
  .SiteNav--show-active .SiteNav__link:not(.is-active):not(:hover) .color-light {
    fill: #ddd; }
  .SiteNav--show-active .SiteNav__link:not(.is-active):not(:hover) .color-dark {
    fill: #979797; }
  .SiteNav--show-active .SiteNav__link:not(.is-active):not(:hover).for-books .color-light {
    fill: #979797; }
  .SiteNav--show-active .SiteNav__link:not(.is-active):not(:hover).for-books .color-dark {
    fill: #ddd; }
  .SiteNav__link > label,
  .SiteNav__link > svg {
    cursor: pointer; }
  .SiteNav__link:hover.for-games, .SiteNav__link.is-active.for-games {
    color: #5b9f9e; }
  .SiteNav__link:hover.for-videos, .SiteNav__link.is-active.for-videos {
    color: #9467ad; }
  .SiteNav__link:hover.for-books, .SiteNav__link.is-active.for-books {
    color: #f1711a; }
  .SiteNav__link:hover.for-teachers-and-parents, .SiteNav__link.is-active.for-teachers-and-parents {
    color: #d0c828; }
  .SiteNav__link:hover.for-pre-k-and-k-playground, .SiteNav__link.is-active.for-pre-k-and-k-playground {
    color: #8ea13d; }
  .SiteNav__link:hover.for-math-zone, .SiteNav__link.is-active.for-math-zone {
    color: #408bbf; }
  .SiteNav__link:hover.for-search, .SiteNav__link.is-active.for-search {
    color: #b6b9ba; }

/* ACTION COLORS */
/* GRADE COLORS */
/* CONTENT TYPE COLORS */
@keyframes jiggle {
  0% {
    transform: rotate(0); }
  20% {
    transform: rotate(10deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(10deg); }
  80% {
    transform: rotate(-10deg); }
  100% {
    transform: rotate(0); } }

@keyframes loading-propeller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(900deg); } }

.SiteFooter {
  position: relative;
  margin-top: 3em;
  background-color: #2a2928;
  color: rgba(240, 236, 231, 0.7);
  z-index: 100; }
  .SiteFooter a {
    color: #f0ece7; }
    .SiteFooter a:hover {
      text-decoration: underline; }
  .SiteFooter__content {
    max-width: 80em;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    padding: 2em 5%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 72em) {
      .SiteFooter__content {
        -ms-flex-direction: column;
            flex-direction: column;
        height: 24em;
        padding: 2em 0;
        -ms-flex-line-pack: start;
            align-content: flex-start; } }
  .SiteFooter__group {
    margin: 0 2% 2em;
    -ms-flex: 1 1 46%;
        flex: 1 1 46%; }
    @media (min-width: 72em) {
      .SiteFooter__group {
        margin: 0 1% 2em;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
        width: 18%; }
        .SiteFooter__group[data-group='about'] {
          margin-left: 41%; } }
  .SiteFooter__list-title {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.05em;
    font-size: 0.875em;
    line-height: 1.85714;
    margin: 0; }
    [data-group='grade'] .SiteFooter__list-title {
      color: #46ccc5; }
    [data-group='subject'] .SiteFooter__list-title {
      color: #f48f4a; }
    [data-group='type'] .SiteFooter__list-title {
      color: #ab88bf; }
    [data-group='teachers'] .SiteFooter__list-title {
      color: #ddd64e; }
    [data-group='about'] .SiteFooter__list-title {
      color: #aabe53; }
  .SiteFooter__list {
    list-style: none;
    padding: 0;
    margin: 0; }
  .SiteFooter__item {
    line-height: 1.625; }

/* ACTION COLORS */
/* GRADE COLORS */
/* CONTENT TYPE COLORS */
@keyframes jiggle {
  0% {
    transform: rotate(0); }
  20% {
    transform: rotate(10deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(10deg); }
  80% {
    transform: rotate(-10deg); }
  100% {
    transform: rotate(0); } }

@keyframes loading-propeller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(900deg); } }

.Page {
  background: #f0ece7;
  position: relative;
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .Page main {
    -ms-flex-positive: 1;
        flex-grow: 1;
    padding-top: 4.5em; }
    @media (min-width: 32em) {
      .Page main {
        padding-top: 5.5em; } }
  .Page:before {
    content: '';
    position: absolute;
    top: -1em;
    left: -10vw;
    right: 0;
    height: 50em;
    z-index: 1;
    transform: skewY(2deg); }
    .Page--homepage .Page:before,
    .Page--background-skin .Page:before,
    body.has-background-skin .Page:before {
      content: none;
      display: none; }
  .Page--playground:before {
    height: 60em; }
  .Page__container {
    padding: 0 0.5em;
    margin: 1em auto;
    position: static;
    z-index: 10; }
    .Page__container--no-padding {
      padding: 0; }
    @media (min-width: 21em) {
      .Page__container {
        padding: 0 1em; } }
  .Page__item-details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 2em; }
    @media (min-width: 49em) {
      .Page__item-details {
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .Page--books .Page__item-details {
      margin-top: 5em; }
  .Page__background-skin {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center 5em;
    background-repeat: repeat-y;
    background-size: auto; }
    .Page__background-skin.has-link:hover {
      cursor: pointer; }
    .Page__background-skin--MagicMisfits2017, .Page__background-skin--BadKitty201801 {
      background-size: auto;
      background-color: #04492b;
      background-repeat: repeat-y; }
    .Page__background-skin--ArloFinch201802 {
      background-color: #bfd3e5; }

.Page__ContentWrapper {
  display: -ms-flexbox;
  display: flex;
  width: 97%;
  max-width: 100em;
  margin: 0 auto; }

.Page__container--main {
  background: #f0ece7;
  padding: 0.5em 0.5em 2em;
  border-radius: 1em; }
  @media (min-width: 49em) {
    .Page__container--main {
      margin: 1em;
      padding: 1em; } }
  @media (min-width: 100em) {
    .Page__container--main {
      margin: 1em 0; } }

.Page__container--playground-ad {
  margin-top: 6em; }

.Page--content .Page__container--main {
  padding-top: 0; }

.Page--about .Page__container--main {
  padding-top: 3em; }

.Page--content {
  background-color: #dbd7d2; }

.Page--grade-playground {
  background-color: #f0ece7; }
  .Page--grade-playground:before {
    background-color: #dbd7d2; }

.Page--grade-1 {
  background-color: #66a2cc; }
  .Page--grade-1:before {
    background-color: #598dad; }

.Page--grade-2 {
  background-color: #66a2cc; }
  .Page--grade-2:before {
    background-color: #598dad; }

.Page--grade-3 {
  background-color: #aabe53; }
  .Page--grade-3:before {
    background-color: #9aa84a; }

.Page--grade-4 {
  background-color: #f48f4a; }
  .Page--grade-4:before {
    background-color: #c9753d; }

.Page--grade-5 {
  background-color: #ab88bf; }
  .Page--grade-5:before {
    background-color: #8a719e; }

.Page--grade-6 {
  background-color: #ddd64e; }
  .Page--grade-6:before {
    background-color: #c1b738; }

.Page--grade-7 {
  background-color: #ff6161; }
  .Page--grade-7:before {
    background-color: #db4f4f; }

.Page--grade-8 {
  background-color: #7ab3b2; }
  .Page--grade-8:before {
    background-color: #6a9997; }

.Page--landing.Page--videos {
  background-color: #462d5a; }
  .Page--landing.Page--videos:before {
    background-color: #8a719e; }

.Page--landing.Page--games {
  background-color: #4b6463; }
  .Page--landing.Page--games:before {
    background-color: #6a9997; }

.Page--landing.Page--books {
  background-color: #c9753d; }
  .Page--landing.Page--books:before {
    background-color: #f48f4a; }

.Page--landing.Page--teachers {
  background-color: #d5d28a; }
  .Page--landing.Page--teachers:before {
    background-color: #d5d28a; }

.Page--landing.Page--math {
  background-color: #66a2cc; }
  .Page--landing.Page--math:before {
    background-color: #598dad; }

.Page--landing.Page--background-skin:before {
  content: none;
  display: none; }

.Page--landing.Page--background-skin .ContentBlock__aside {
  -ms-flex-preferred-size: auto;
      flex-basis: auto; }

.Page--about,
.Page--advertise-with-us {
  background-color: #d5d28a; }
  .Page--about:before,
  .Page--advertise-with-us:before {
    background-color: #d5d28a; }

.Page__container--split-layout {
  position: relative;
  width: calc(100% - 325px - 2em); }
  @media (max-width: 55em) {
    .Page__container--split-layout {
      width: 100%; } }
  .Page__container--split-layout .ContentBlock__aside {
    position: absolute;
    right: calc(-325px - 1em);
    top: 0;
    height: 100%;
    width: 325px; }
    @media (max-width: 55em) {
      .Page__container--split-layout .ContentBlock__aside {
        position: static;
        height: auto;
        width: auto; } }

body.has-background-skin .Page {
  background: transparent; }

/* ACTION COLORS */
/* GRADE COLORS */
/* CONTENT TYPE COLORS */
@keyframes jiggle {
  0% {
    transform: rotate(0); }
  20% {
    transform: rotate(10deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(10deg); }
  80% {
    transform: rotate(-10deg); }
  100% {
    transform: rotate(0); } }

@keyframes loading-propeller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(900deg); } }

.ContentCollection .pw-in-article {
  position: relative;
  max-width: calc(23em + 1% + 1%) !important;
  margin: 0 1% !important; }
  .ContentCollection .pw-in-article img {
    border: 1px solid #ccc; }

.ContentCollection[data-display-type='module'] .pw-in-article {
  -ms-flex-order: 1;
      order: 1; }

@media (max-width: 1430px) {
  .ContentCollection[data-display-type='module'] .ContentCard[data-index='4'] {
    display: none; } }

@media (max-width: 1210px) {
  .ContentCollection[data-display-type='module'] .ContentCard[data-index='3'] {
    display: none; } }

.ContentCollection .pw-in-article:after {
  content: 'Advertisement';
  font: 0.625em/1 'Space Mono', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: rgba(42, 41, 40, 0.7);
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  text-align: center; }

.ContentCollection__header {
  font: 1.5em / normal 'Poppins';
  color: #2a2928;
  border-bottom: 1px solid #979797;
  margin-bottom: 0.75em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }
  [data-display-type='grid'] .ContentCollection__header {
    border-bottom: 0;
    -ms-flex-pack: start;
        justify-content: flex-start; }

.ContentCollection__title {
  font-weight: 700;
  margin: 0; }

.ContentCollection__more-link {
  color: inherit;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.15em;
  font-size: 0.5em; }
  .ContentCollection__more-link:hover {
    color: #46ccc5; }

.ContentCollection__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-bottom: 1.5em;
  margin-left: -1%;
  margin-right: -1%; }

.ContentCollection__grade-number .svg-group-number {
  visibility: hidden; }

.Page--books .ContentCollection .ContentCard {
  display: block !important; }

.Page--grade-1
.ContentCollection__grade-number
.svg-group-number-1 {
  visibility: visible; }

.Page--grade-1 .ContentCollection__grade-text .svg-grade-text {
  fill: #66a2cc; }

.Page--grade-1 .ContentCollection__grade-text .svg-grade-text-dark {
  fill: #598dad; }

.Page--grade-2
.ContentCollection__grade-number
.svg-group-number-2 {
  visibility: visible; }

.Page--grade-2 .ContentCollection__grade-text .svg-grade-text {
  fill: #fdbe55; }

.Page--grade-2 .ContentCollection__grade-text .svg-grade-text-dark {
  fill: #e5a951; }

.Page--grade-3
.ContentCollection__grade-number
.svg-group-number-3 {
  visibility: visible; }

.Page--grade-3 .ContentCollection__grade-text .svg-grade-text {
  fill: #aabe53; }

.Page--grade-3 .ContentCollection__grade-text .svg-grade-text-dark {
  fill: #9aa84a; }

.Page--grade-4
.ContentCollection__grade-number
.svg-group-number-4 {
  visibility: visible; }

.Page--grade-4 .ContentCollection__grade-text .svg-grade-text {
  fill: #f48f4a; }

.Page--grade-4 .ContentCollection__grade-text .svg-grade-text-dark {
  fill: #c9753d; }

.Page--grade-5
.ContentCollection__grade-number
.svg-group-number-5 {
  visibility: visible; }

.Page--grade-5 .ContentCollection__grade-text .svg-grade-text {
  fill: #ab88bf; }

.Page--grade-5 .ContentCollection__grade-text .svg-grade-text-dark {
  fill: #8a719e; }

.Page--grade-6
.ContentCollection__grade-number
.svg-group-number-6 {
  visibility: visible; }

.Page--grade-6 .ContentCollection__grade-text .svg-grade-text {
  fill: #ddd64e; }

.Page--grade-6 .ContentCollection__grade-text .svg-grade-text-dark {
  fill: #c1b738; }

.Page--grade-7
.ContentCollection__grade-number
.svg-group-number-7 {
  visibility: visible; }

.Page--grade-7 .ContentCollection__grade-text .svg-grade-text {
  fill: #ff6161; }

.Page--grade-7 .ContentCollection__grade-text .svg-grade-text-dark {
  fill: #db4f4f; }

.Page--grade-8
.ContentCollection__grade-number
.svg-group-number-8 {
  visibility: visible; }

.Page--grade-8 .ContentCollection__grade-text .svg-grade-text {
  fill: #7ab3b2; }

.Page--grade-8 .ContentCollection__grade-text .svg-grade-text-dark {
  fill: #6a9997; }

/* ACTION COLORS */
/* GRADE COLORS */
/* CONTENT TYPE COLORS */
@keyframes jiggle {
  0% {
    transform: rotate(0); }
  20% {
    transform: rotate(10deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(10deg); }
  80% {
    transform: rotate(-10deg); }
  100% {
    transform: rotate(0); } }

@keyframes loading-propeller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(900deg); } }

.ContentCard2 {
  position: relative;
  height: 14em;
  background: #fff;
  width: 11.5em;
  margin: 0.5em 1%;
  transition: 200ms background; }
  .ContentCard2--sponsored {
    border: 0.25em solid #d0d2d3;
    border-top: 0; }
  @media (max-width: 32em) {
    .ContentCard2 {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      height: auto; } }
  .ContentCard2:hover {
    background: #f7f7f7; }
  .ContentCard2__link-container {
    color: inherit;
    display: block; }
    @media (max-width: 32em) {
      .ContentCard2__link-container {
        display: -ms-flexbox;
        display: flex; } }
  .ContentCard2__image-canvas {
    position: relative;
    background: #dbd7d2;
    width: 100%;
    height: 7em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
        align-items: baseline;
    -ms-flex-pack: center;
        justify-content: center;
    overflow: hidden; }
    @media (max-width: 32em) {
      .ContentCard2__image-canvas {
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%; } }
  .ContentCard2__video-play {
    width: 3.5em;
    height: 3.5em;
    left: calc(50% - 1.75em);
    top: calc(50% - 1.75em);
    position: absolute; }
  .ContentCard2__image {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    min-height: 100%;
    max-height: 115%; }
  .ContentCard2 .GradeRangeSquare {
    position: absolute;
    left: 0;
    top: 7.66667em; }
    .ContentCard2 .GradeRangeSquare--single {
      top: 4.6em; }
    .ContentCard2 .GradeRangeSquare small {
      display: block; }
  .ContentCard2__series-title {
    display: inline-block;
    font: 0.75em/1 'Poppins';
    font-weight: 700;
    text-transform: uppercase;
    color: #2a2928;
    margin: 0.75em 0.75em 0.5em; }
  .ContentCard2__sponsored-by {
    width: 100%;
    position: absolute;
    top: 0;
    background: #d0d2d3;
    font: 0.5em/1 'Poppins';
    padding: 0.5em;
    font-weight: 600;
    text-transform: uppercase;
    text-align: right;
    z-index: 2; }
  .ContentCard2__title {
    display: inline-block;
    font: 1em/1.2 'Poppins', sans-serif;
    font-weight: 600;
    color: #2a2928;
    margin: 0.5em;
    height: 3.6em; }
    @media (max-width: 32em) {
      .ContentCard2__title {
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%; } }
    .ContentCard__series-title + .ContentCard2__title {
      margin: 0 0.5em 0.5em; }
  .ContentCard2__ButtonContainer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    @media (max-width: 32em) {
      .ContentCard2__ButtonContainer {
        position: absolute;
        bottom: 0.6em;
        right: 0;
        width: 60%; } }
  .ContentCard2 .Button {
    display: inline-block;
    margin-right: 1em; }
    .ContentCard2 .Button:hover .Button__media-icon {
      animation: 300ms ease jiggle; }

.ContentCard2[data-type='book'] .ContentCard2__image {
  max-width: 100%;
  max-height: 100%;
  min-height: none; }

/* ACTION COLORS */
/* GRADE COLORS */
/* CONTENT TYPE COLORS */
@keyframes jiggle {
  0% {
    transform: rotate(0); }
  20% {
    transform: rotate(10deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(10deg); }
  80% {
    transform: rotate(-10deg); }
  100% {
    transform: rotate(0); } }

@keyframes loading-propeller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(900deg); } }

.Button {
  outline: 0;
  border: 0;
  background-color: #46ccc5;
  color: #1f1c1a;
  font: 0.75em/1 'Poppins';
  font-weight: 700;
  padding: 0 0.25em;
  text-transform: uppercase;
  overflow: hidden;
  transition: 200ms all;
  border-radius: 1em;
  cursor: pointer; }
  .Button:hover {
    background: #41b7ae; }
  .Button--hero, .Button--buy {
    font-size: 1em;
    line-height: 3;
    border-radius: 3em;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .Button--promo {
    -ms-flex-positive: 0;
        flex-grow: 0;
    line-height: 2.5;
    font-size: 0.875em;
    background-color: #000;
    color: #fff;
    width: 24em; }
    .Button--promo:hover {
      background-color: #4a4a4a; }
    .Button--promo path {
      fill: #fff; }
  .Button--grade-hero {
    line-height: 2; }
  .Button--with-action {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
  .Button--on-canvas {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.35); }
  .Button--menu {
    font-size: 1em;
    padding: 1em;
    border-radius: 1em; }
  .Button__label {
    padding: 0 0.5em;
    transition: 200ms all;
    position: relative;
    top: 1px; }
    .Button--with-action .Button__label {
      padding: 0 1em; }
    .Button--with-action:hover .Button__label {
      padding: 0 0.5em; }
  .Button__action {
    padding: 0 0.5em;
    background: #41b7ae;
    transition: 200ms all; }
    .Button--with-action:hover .Button__action {
      padding: 0 1em; }
    .Button--promo .Button__action {
      background: #4a4a4a; }
  .Button__media-icon {
    height: 2em;
    width: 2em;
    display: inline-block;
    vertical-align: -0.625em;
    padding: 0 0.25em; }
  .Button__cta-icon {
    height: 1em;
    width: 1em;
    vertical-align: middle; }
    .Button__cta-icon--again {
      height: 1.25em;
      width: 1.25em; }

/* ACTION COLORS */
/* GRADE COLORS */
/* CONTENT TYPE COLORS */
@keyframes jiggle {
  0% {
    transform: rotate(0); }
  20% {
    transform: rotate(10deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(10deg); }
  80% {
    transform: rotate(-10deg); }
  100% {
    transform: rotate(0); } }

@keyframes loading-propeller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(900deg); } }

.GradeRangeSquare {
  font: 0.75em/1 'Poppins';
  font-weight: 700;
  width: 3.66667em;
  height: 1.666666em;
  background: #c0bbb4;
  color: #000;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-transform: uppercase; }
  .GradeRangeSquare--single {
    font-size: 1.125em;
    width: 2.44444em;
    height: 2.44444em;
    line-height: normal; }
  .GradeRangeSquare--all {
    width: 6.875em; }
  .GradeRangeSquare--large {
    font-size: 1.5em;
    height: 3.66667em; }
    @media (min-width: 49em) {
      .GradeRangeSquare--large {
        font-size: 2.125em; }
        .GradeRangeSquare--large.GradeRangeSquare--all {
          font-size: 1.5em;
          width: 4.4em;
          height: 4.4em; } }
  .GradeRangeSquare small {
    display: block; }

.GradeRangeSquare--grade-playground {
  background-color: #de89b7; }

.GradeRangeSquare--grade-pre-k {
  background-color: #de89b7; }

.GradeRangeSquare--grade-0 {
  background-color: #de89b7; }

.GradeRangeSquare--grade-1 {
  background-color: #66a2cc; }

.GradeRangeSquare--grade-2 {
  background-color: #fdbe55; }

.GradeRangeSquare--grade-3 {
  background-color: #aabe53; }

.GradeRangeSquare--grade-4 {
  background-color: #f48f4a; }

.GradeRangeSquare--grade-5 {
  background-color: #ab88bf; }

.GradeRangeSquare--grade-6 {
  background-color: #ddd64e; }

.GradeRangeSquare--grade-7 {
  background-color: #ff6161; }

.GradeRangeSquare--grade-8 {
  background-color: #7ab3b2; }

/* ACTION COLORS */
/* GRADE COLORS */
/* CONTENT TYPE COLORS */
@keyframes jiggle {
  0% {
    transform: rotate(0); }
  20% {
    transform: rotate(10deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(10deg); }
  80% {
    transform: rotate(-10deg); }
  100% {
    transform: rotate(0); } }

@keyframes loading-propeller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(900deg); } }

.LoadMore {
  outline: 0;
  border: 0;
  background-color: #f48f4a;
  color: #1f1c1a;
  font: 1em/1 'Poppins';
  letter-spacing: 0.2em;
  font-weight: 700;
  text-transform: uppercase;
  transition: 200ms all;
  box-shadow: 0.25em 0.25em 0 #f0ece7, 0.5em 0.5em 0 #f1711a;
  width: 100%;
  padding: 1em; }
  .LoadMore:hover {
    background: #f1711a;
    cursor: pointer; }
  .LoadMore__label {
    display: inline-block;
    margin: 0 1.5em; }
  .LoadMore__arrow {
    height: 0.875em;
    width: 0.875em;
    transform: rotate(90deg); }
    .LoadMore.is-loading .LoadMore__arrow {
      animation: 1s ease-in-out infinite loading-propeller; }

/* ACTION COLORS */
/* GRADE COLORS */
/* CONTENT TYPE COLORS */
@keyframes jiggle {
  0% {
    transform: rotate(0); }
  20% {
    transform: rotate(10deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(10deg); }
  80% {
    transform: rotate(-10deg); }
  100% {
    transform: rotate(0); } }

@keyframes loading-propeller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(900deg); } }

.GradePicker {
  color: #878481; }
  .GradePicker__content {
    max-width: 80em;
    margin: 0 auto; }
  .GradePicker__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
    padding: 0.5em 0;
    margin: 0; }
  .GradePicker__item {
    border-radius: 10px;
    width: 80px;
    padding: 0.4em 0.3em;
    margin: 2px;
    font-size: 1.5em;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
    background: #000;
    color: #fff;
    transition: 200ms color;
    z-index: 10; }
  .GradePicker__item--label {
    background: transparent;
    color: #2a2928;
    font-size: 1em;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
    @media (min-width: 55em) {
      .GradePicker__item--label {
        -ms-flex-preferred-size: 9%;
            flex-basis: 9%;
        max-width: 10em; } }
  .GradePicker small {
    display: block;
    font-size: 0.5em; }

.GradePicker__item--playground {
  font-size: 100%; }

.GradePicker__item--playground .GradePicker__link {
  color: #de89b7; }

.GradePicker__item--pre-k .GradePicker__link {
  color: #de89b7; }

.GradePicker__item--0 .GradePicker__link {
  color: #de89b7; }

.GradePicker__item--1 .GradePicker__link {
  color: #66a2cc; }

.GradePicker__item--2 .GradePicker__link {
  color: #fdbe55; }

.GradePicker__item--3 .GradePicker__link {
  color: #aabe53; }

.GradePicker__item--4 .GradePicker__link {
  color: #f48f4a; }

.GradePicker__item--5 .GradePicker__link {
  color: #ab88bf; }

.GradePicker__item--6 .GradePicker__link {
  color: #ddd64e; }

.GradePicker__item--7 .GradePicker__link {
  color: #ff6161; }

.GradePicker__item--8 .GradePicker__link {
  color: #7ab3b2; }

.GradePicker__link {
  transition: 200ms color;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .GradePicker__item:hover .GradePicker__link {
    color: #2a2928; }

.GradePicker__item--playground:hover {
  background-color: #de89b7; }

.GradePicker__item--pre-k:hover {
  background-color: #de89b7; }

.GradePicker__item--0:hover {
  background-color: #de89b7; }

.GradePicker__item--1:hover {
  background-color: #66a2cc; }

.GradePicker__item--2:hover {
  background-color: #fdbe55; }

.GradePicker__item--3:hover {
  background-color: #aabe53; }

.GradePicker__item--4:hover {
  background-color: #f48f4a; }

.GradePicker__item--5:hover {
  background-color: #ab88bf; }

.GradePicker__item--6:hover {
  background-color: #ddd64e; }

.GradePicker__item--7:hover {
  background-color: #ff6161; }

.GradePicker__item--8:hover {
  background-color: #7ab3b2; }

/* ACTION COLORS */
/* GRADE COLORS */
/* CONTENT TYPE COLORS */
@keyframes jiggle {
  0% {
    transform: rotate(0); }
  20% {
    transform: rotate(10deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(10deg); }
  80% {
    transform: rotate(-10deg); }
  100% {
    transform: rotate(0); } }

@keyframes loading-propeller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(900deg); } }

.GradeHero {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1em;
  position: relative;
  z-index: 10; }
  .GradeHero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 100%); }
  .GradeHero__headline {
    color: #fff;
    font-size: 1.625em;
    font-weight: 600;
    margin: 0 0 0.5em;
    z-index: 1000;
    max-width: 60%; }
  .GradeHero__description {
    color: #fff;
    margin: 0 0 1em;
    z-index: 1000;
    max-width: 60%;
    line-height: 1.25; }
  .GradeHero__button {
    position: relative;
    z-index: 1000; }

/* ACTION COLORS */
/* GRADE COLORS */
/* CONTENT TYPE COLORS */
@keyframes jiggle {
  0% {
    transform: rotate(0); }
  20% {
    transform: rotate(10deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(10deg); }
  80% {
    transform: rotate(-10deg); }
  100% {
    transform: rotate(0); } }

@keyframes loading-propeller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(900deg); } }

.HeroSplitPanes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  margin: 0 0 3em;
  border-radius: 1em;
  overflow: hidden; }
  @media (min-width: 40em) {
    .HeroSplitPanes {
      -ms-flex-direction: row;
          flex-direction: row;
      height: 20em; } }
  .HeroSplitPanes__media {
    width: 100%;
    background: #dbd7d2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    overflow: hidden; }
    @media (min-width: 40em) {
      .HeroSplitPanes__media {
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
        height: 20em;
        border-radius: 1em 0 0 1em; } }
  .HeroSplitPanes__text {
    width: 100%;
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    text-align: center;
    padding: 1em; }
    @media (min-width: 40em) {
      .HeroSplitPanes__text {
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
        max-width: 62.5%;
        border-radius: 0 1em 1em 0; } }
    @media (min-width: 80em) {
      .HeroSplitPanes__text {
        font-size: 1.125em; } }
  .HeroSplitPanes__sponsored {
    font: 0.625em/1 'Space Mono', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: rgba(42, 41, 40, 0.5);
    background: rgba(42, 41, 40, 0.1);
    padding: 0.25em 0.5em;
    border-radius: 0.25em;
    margin-bottom: 1em; }
    .HeroSplitPanes__sponsored.with-logo {
      color: rgba(42, 41, 40, 0.2);
      background: transparent;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-direction: column;
          flex-direction: column;
      padding: 1em 0.5em; }
  .HeroSplitPanes__sponsored-logo {
    max-width: 10em;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    margin-top: 0.5em; }
  .HeroSplitPanes__image {
    max-width: 100%;
    max-height: 100%;
    min-height: none;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
  .HeroSplitPanes__headline {
    font-size: 2em;
    line-height: 1;
    font-weight: 700;
    margin: 0 0 0.5em;
    max-width: 100%; }
    @media (min-width: 72em) {
      .HeroSplitPanes__headline {
        font-size: 2.666em; } }
  .HeroSplitPanes__description {
    line-height: 1.4;
    min-width: 18em;
    width: 70%;
    max-width: 100%;
    margin: 0 0 1.333em; }

.HeroSplitPanes--JudyMoody201804 .HeroSplitPanes__description {
  width: 90%; }

.HeroSplitPanes--PeppaPig201804 .HeroSplitPanes__description {
  width: 80%; }

.HeroSplitPanes--PeppaPig201804 .HeroSplitPanes__media {
  background: white; }

@media (min-width: 40em) {
  .HeroSplitPanes--TinybopSchools201809 {
    height: 26em; }
    .HeroSplitPanes--TinybopSchools201809 .HeroSplitPanes__text {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; }
    .HeroSplitPanes--TinybopSchools201809 .HeroSplitPanes__media {
      height: 26em;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; } }

.HeroSplitPanes--HarryMoonLanding {
  padding-top: 1em;
  height: auto; }

.HeroSplitPanes--HarryMoonSeries {
  height: auto; }
  .HeroSplitPanes--HarryMoonSeries .HeroSplitPanes__media {
    height: 22em; }
  .HeroSplitPanes--HarryMoonSeries .HeroSplitPanes__sponsored {
    display: none; }
  @media (max-width: 40em) {
    .HeroSplitPanes--HarryMoonSeries .HeroSplitPanes__media {
      height: 15em; }
      .HeroSplitPanes--HarryMoonSeries .HeroSplitPanes__media img {
        max-width: unset; } }

.HeroSplitPanes--MonsterMeLanding {
  padding-top: 1em;
  height: auto; }
  .HeroSplitPanes--MonsterMeLanding .HeroSplitPanes__media {
    height: auto; }

.HeroSplitPanes--PartOfMonsterMeBanner {
  height: auto;
  font-size: 90%; }
  .HeroSplitPanes--PartOfMonsterMeBanner .HeroSplitPanes__headline {
    font-size: 1.5em; }
  .HeroSplitPanes--PartOfMonsterMeBanner .HeroSplitPanes__text {
    padding: 2em 1em; }
  .HeroSplitPanes--PartOfMonsterMeBanner .HeroSplitPanes__media {
    padding: 0;
    height: auto;
    background: white; }
    .HeroSplitPanes--PartOfMonsterMeBanner .HeroSplitPanes__media img {
      position: relative;
      left: 10px;
      max-height: 200px; }
  .HeroSplitPanes--PartOfMonsterMeBanner .HeroSplitPanes__buttonWrapper:first-child a {
    filter: hue-rotate(220deg);
    margin: 0 auto;
    width: 200px; }
  .HeroSplitPanes--PartOfMonsterMeBanner .HeroSplitPanes__buttonWrapper:nth-child(2) {
    padding-top: 1em;
    margin-top: 1em;
    border-top: 1px solid #d0d2d3; }

.HeroSplitPanes--PartOfHarryMoonBanner {
  height: auto; }
  .HeroSplitPanes--PartOfHarryMoonBanner .HeroSplitPanes__media {
    background: white;
    padding-left: 1em;
    padding-right: 1em;
    height: auto; }
  .HeroSplitPanes--PartOfHarryMoonBanner .HeroSplitPanes__image {
    margin: 1em 0; }
  .HeroSplitPanes--PartOfHarryMoonBanner .HeroSplitPanes__text {
    -ms-flex-align: start;
        align-items: flex-start;
    text-align: left; }
    .HeroSplitPanes--PartOfHarryMoonBanner .HeroSplitPanes__text h2 {
      display: none; }
    .HeroSplitPanes--PartOfHarryMoonBanner .HeroSplitPanes__text .HeroSplitPanes__description {
      width: 100%;
      font-size: 0.9em; }
  .HeroSplitPanes--PartOfHarryMoonBanner .HeroSplitPanes__buttonWrapper {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
    font-size: 0.8em; }

.HeroSplitPanes--HarryMoonLanding {
  border-radius: 1em;
  overflow: hidden; }
  .HeroSplitPanes--HarryMoonLanding .HeroSplitPanes__image {
    max-width: none;
    height: 100%; }
  .HeroSplitPanes--HarryMoonLanding .HeroSplitPanes__media {
    max-height: 400px; }
  .HeroSplitPanes--HarryMoonLanding .HeroSplitPanes__text {
    position: relative;
    color: white;
    text-align: left;
    -ms-flex-align: start;
        align-items: flex-start;
    background-image: url("/assets?p=%2Fbooks%2Fharry_moon_wand_paper_scissors%2Fpages%2Fpage_000.jpg");
    background-size: 100%;
    background-position: 0 70%; }
    @media (max-width: 40em) {
      .HeroSplitPanes--HarryMoonLanding .HeroSplitPanes__text {
        background-position: 0 90%; } }
    .HeroSplitPanes--HarryMoonLanding .HeroSplitPanes__text:before {
      z-index: 0;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 100%); }
    .HeroSplitPanes--HarryMoonLanding .HeroSplitPanes__text * {
      z-index: 1; }
    .HeroSplitPanes--HarryMoonLanding .HeroSplitPanes__text h2 {
      font-size: 1.625em; }

/* ACTION COLORS */
/* GRADE COLORS */
/* CONTENT TYPE COLORS */
@keyframes jiggle {
  0% {
    transform: rotate(0); }
  20% {
    transform: rotate(10deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(10deg); }
  80% {
    transform: rotate(-10deg); }
  100% {
    transform: rotate(0); } }

@keyframes loading-propeller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(900deg); } }

.Loading {
  width: 40%;
  margin: 2em auto;
  min-height: 30vh;
  border-radius: 2em;
  background: #bfbbb5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  z-index: 10000; }
  .Loading__content {
    font-size: 2em;
    padding: 1em; }

/* ACTION COLORS */
/* GRADE COLORS */
/* CONTENT TYPE COLORS */
@keyframes jiggle {
  0% {
    transform: rotate(0); }
  20% {
    transform: rotate(10deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(10deg); }
  80% {
    transform: rotate(-10deg); }
  100% {
    transform: rotate(0); } }

@keyframes loading-propeller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(900deg); } }

.GenericText--full-screen {
  font-size: 1.5em;
  max-width: 40em;
  margin: 0 auto;
  text-align: center;
  min-height: 50vh; }

.GenericText__content {
  max-width: 42em; }

.GenericText a {
  text-decoration: underline; }

.GenericText a.Button {
  text-decoration: none; }

.GenericText h2 {
  font-size: 1.5em;
  margin: 0 0 1em; }
  @media (min-width: 49em) {
    .GenericText h2 {
      font-size: 2em; } }

.GenericText p,
.GenericText li {
  line-height: 1.5;
  margin: 0 0 1.25em; }
  @media (min-width: 49em) {
    .GenericText p,
    .GenericText li {
      font-size: 1.25em; } }

.GenericText li {
  margin: 0 0 0.5em; }

.GenericText__content-grid {
  list-style: none;
  padding: 0;
  margin: 2em 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.GenericText__content-item {
  text-align: center;
  font-size: 0.875em; }
  @media (min-width: 49em) {
    .GenericText__content-item {
      font-size: 1.25em; } }
  .GenericText__content-item svg {
    width: 5.5em;
    height: 6.25em; }
  .GenericText__content-item p {
    margin: 0.5em 0 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.875em; }
    .GenericText__content-item p.GenericText__content-item__subtitle {
      font-size: 0.5em;
      font-weight: normal; }

/* ACTION COLORS */
/* GRADE COLORS */
/* CONTENT TYPE COLORS */
@keyframes jiggle {
  0% {
    transform: rotate(0); }
  20% {
    transform: rotate(10deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(10deg); }
  80% {
    transform: rotate(-10deg); }
  100% {
    transform: rotate(0); } }

@keyframes loading-propeller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(900deg); } }

.VideoSiderailPlayer {
  max-width: 25em;
  margin: 1em auto;
  padding: 0 0.5em; }
  @media (min-width: 49em) {
    .VideoSiderailPlayer {
      max-width: 19.75em;
      margin: 2em auto;
      position: sticky;
      top: 7em; } }

/* ACTION COLORS */
/* GRADE COLORS */
/* CONTENT TYPE COLORS */
@keyframes jiggle {
  0% {
    transform: rotate(0); }
  20% {
    transform: rotate(10deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(10deg); }
  80% {
    transform: rotate(-10deg); }
  100% {
    transform: rotate(0); } }

@keyframes loading-propeller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(900deg); } }

.GradeHeader {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 2em;
  -ms-flex-align: center;
      align-items: center; }
  @media (min-width: 57em) {
    .GradeHeader {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: end;
          align-items: flex-end;
      margin-bottom: 4em; } }
  .GradeHeader__content {
    width: 100%;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    background: #fff;
    min-height: 15em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    border-radius: 1em;
    overflow: hidden;
    margin-bottom: 1em; }
    @media (min-width: 57em) {
      .GradeHeader__content {
        margin: 0;
        -ms-flex: 1 1 67%;
            flex: 1 1 67%; } }
  @media (min-width: 57em) {
    .GradeHeader__aside {
      -ms-flex: 1 1 33%;
          flex: 1 1 33%; }
      .GradeHeader__aside .AdSlot {
        margin-bottom: 0; } }
  .GradeHeader__grade {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    text-align: center; }
    .GradeHeader__grade .svg-group-number {
      visibility: hidden; }
  .GradeHeader__grade-svg {
    max-width: 100%; }
  @media (min-width: 40em) {
    .GradeHeader .GradeHero {
      max-width: 68%; } }

.Page--grade-1 .GradeHeader__grade .svg-group-number-1 {
  visibility: visible; }

.Page--grade-2 .GradeHeader__grade .svg-group-number-2 {
  visibility: visible; }

.Page--grade-3 .GradeHeader__grade .svg-group-number-3 {
  visibility: visible; }

.Page--grade-4 .GradeHeader__grade .svg-group-number-4 {
  visibility: visible; }

.Page--grade-5 .GradeHeader__grade .svg-group-number-5 {
  visibility: visible; }

.Page--grade-6 .GradeHeader__grade .svg-group-number-6 {
  visibility: visible; }

.Page--grade-7 .GradeHeader__grade .svg-group-number-7 {
  visibility: visible; }

.Page--grade-8 .GradeHeader__grade .svg-group-number-8 {
  visibility: visible; }

/* ACTION COLORS */
/* GRADE COLORS */
/* CONTENT TYPE COLORS */
@keyframes jiggle {
  0% {
    transform: rotate(0); }
  20% {
    transform: rotate(10deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(10deg); }
  80% {
    transform: rotate(-10deg); }
  100% {
    transform: rotate(0); } }

@keyframes loading-propeller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(900deg); } }

.PlaygroundHeader {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  background: #bed858;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 1em;
  margin-bottom: 2em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 68em) {
    .PlaygroundHeader {
      min-height: 32em; } }
  .PlaygroundHeader__title {
    margin: 2em 1em 0;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    height: 12em; }
    @media (min-width: 32em) {
      .PlaygroundHeader__title {
        height: 16em; } }
    @media (min-width: 68em) {
      .PlaygroundHeader__title {
        height: 20em;
        margin: 0 1em;
        margin-top: 6em; } }
  .PlaygroundHeader__characters--left, .PlaygroundHeader__characters--right {
    display: none;
    position: absolute;
    top: -2.75em;
    left: -1em;
    height: 36em;
    width: auto; }
    @media (min-width: 68em) {
      .PlaygroundHeader__characters--left, .PlaygroundHeader__characters--right {
        display: block; } }
  .PlaygroundHeader__characters--right {
    right: -1em;
    left: auto; }
  .PlaygroundHeader__characters {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }

.PlaygroundCharacter {
  position: block;
  width: 5.5em;
  height: auto;
  margin: 0.5em;
  font-size: 0.75em; }
  @media (min-width: 49em) {
    .PlaygroundCharacter {
      font-size: 1em; } }
  @media (min-width: 68em) {
    .PlaygroundCharacter {
      position: absolute;
      margin: 0; } }
  .PlaygroundCharacter:hover {
    animation: 300ms ease jiggle; }
  .PlaygroundCharacter--helipopper {
    top: -1.75em;
    left: 0; }
  .PlaygroundCharacter--rockin-rabbit {
    top: -0.5em;
    left: 8em;
    width: 6em; }
  .PlaygroundCharacter--simon-sees {
    top: 1em;
    left: 17em;
    width: 6em; }
  .PlaygroundCharacter--shape-invasion {
    top: 3em;
    left: 38%;
    width: 4.75em; }
  .PlaygroundCharacter--apple-catch {
    top: -1.5em;
    right: 30em; }
  .PlaygroundCharacter--vine-time {
    top: 0;
    right: 10em;
    width: 10em; }
  .PlaygroundCharacter--treasure-dive {
    top: -2.5em;
    right: 0;
    width: 6em; }
  .PlaygroundCharacter--star-climber {
    top: 6.5em;
    left: -0.5em; }
  .PlaygroundCharacter--double-hooked {
    top: 12em;
    left: 10em;
    width: 8em; }
  .PlaygroundCharacter--turtle-wax {
    top: 5em;
    right: 22em; }
  .PlaygroundCharacter--frost-bite {
    top: 9em;
    right: 13em; }
  .PlaygroundCharacter--when-pigs-fly {
    top: 6em;
    right: -1em;
    width: 6em; }
  .PlaygroundCharacter--croc-cannon {
    bottom: 9em;
    left: -1em;
    width: 6em; }
  .PlaygroundCharacter--burned-out {
    right: 8em;
    bottom: 10em;
    width: 3.5em; }
  .PlaygroundCharacter--swing-fling {
    bottom: -1.35em;
    left: 38%;
    width: 10em; }
  .PlaygroundCharacter--log-run {
    bottom: 3em;
    right: 33%;
    width: 7em; }
  .PlaygroundCharacter--digging-for-worms {
    bottom: -1.5em;
    right: 16em;
    width: 10em; }
  .PlaygroundCharacter--buried-memories {
    width: 3.5em;
    bottom: -0.5em;
    right: 10em; }
  .PlaygroundCharacter--pickle-pop {
    right: 1em;
    bottom: -0.5em;
    width: 4em; }
  .PlaygroundCharacter--color-creature {
    bottom: -1em;
    width: 3.5em;
    left: 20em; }
  .PlaygroundCharacter--desert-dive {
    bottom: -1em;
    width: 7em;
    left: 8em; }
  .PlaygroundCharacter--fly-trap {
    bottom: -1em;
    left: -1em;
    width: 6em; }

.PlaygroundHeader.has-active-ad .PlaygroundCharacter--helipopper {
  top: -3.75em; }

.PlaygroundHeader.has-active-ad .PlaygroundCharacter--treasure-dive {
  top: -1.5em; }

.PlaygroundHeader.has-active-ad .PlaygroundCharacter--when-pigs-fly {
  top: 8em; }

.PlaygroundHeader.has-active-ad .PlaygroundCharacter--burned-out {
  right: 5em; }

.PlaygroundHeader.has-active-ad .PlaygroundCharacter--frost-bite {
  top: 3em;
  right: 6em; }

.PlaygroundHeader.has-active-ad .PlaygroundCharacter--custom {
  width: 12em;
  bottom: 15em;
  right: 14%; }
  .PlaygroundHeader.has-active-ad .PlaygroundCharacter--custom img {
    width: 100%;
    height: auto; }
  .PlaygroundHeader.has-active-ad .PlaygroundCharacter--custom.PlaygroundCharacter--PJMasks201712, .PlaygroundHeader.has-active-ad .PlaygroundCharacter--custom.PlaygroundCharacter--PJMasks201804 {
    right: 12%; }

/* ACTION COLORS */
/* GRADE COLORS */
/* CONTENT TYPE COLORS */
@keyframes jiggle {
  0% {
    transform: rotate(0); }
  20% {
    transform: rotate(10deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(10deg); }
  80% {
    transform: rotate(-10deg); }
  100% {
    transform: rotate(0); } }

@keyframes loading-propeller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(900deg); } }

.PlaygroundCustomAd {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  background: #aabe53;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 1em;
  margin-bottom: -1.5em;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 32em) {
    .PlaygroundCustomAd {
      margin-bottom: -4.5em;
      font-size: 0.5em; } }
  @media (min-width: 49em) {
    .PlaygroundCustomAd {
      font-size: 0.75em; } }
  @media (min-width: 60em) {
    .PlaygroundCustomAd {
      font-size: 1em; } }
  .PlaygroundCustomAd__unit {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: flex-start;
    position: relative;
    z-index: 1000;
    top: -2em;
    height: 4em;
    width: auto; }
    @media (min-width: 32em) {
      .PlaygroundCustomAd__unit {
        top: -5em;
        height: 9em; } }
    .PlaygroundCustomAd:hover .PlaygroundCustomAd__unit {
      animation: 3s linear infinite plane-movement; }
  .PlaygroundCustomAd__propeller {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    height: 100%;
    position: relative;
    right: -5px; }
    .PlaygroundCustomAd:hover .PlaygroundCustomAd__propeller {
      animation: 750ms linear infinite propeller-spin; }
  .PlaygroundCustomAd__creative {
    height: 100%;
    width: auto; }
  .PlaygroundCustomAd__shadow {
    height: 1.3333em;
    position: relative;
    top: -2em;
    z-index: 999; }
    .PlaygroundCustomAd:hover .PlaygroundCustomAd__shadow {
      animation: 3s linear infinite shadow-change; }
    @media (min-width: 32em) {
      .PlaygroundCustomAd__shadow {
        top: -6em;
        height: 3em; } }

@keyframes propeller-spin {
  0% {
    transform: rotateX(0deg); }
  100% {
    transform: rotateX(900deg); } }

@keyframes plane-movement {
  0% {
    transform: translateY(0); }
  25% {
    transform: translateY(0.25em); }
  50% {
    transform: translateY(0); }
  75% {
    transform: translateY(-0.25em); }
  100% {
    transform: translateY(0); } }

@keyframes shadow-change {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(1.02); }
  50% {
    transform: scale(1); }
  75% {
    transform: scale(0.96); }
  100% {
    transform: scale(1); } }

/* ACTION COLORS */
/* GRADE COLORS */
/* CONTENT TYPE COLORS */
@keyframes jiggle {
  0% {
    transform: rotate(0); }
  20% {
    transform: rotate(10deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(10deg); }
  80% {
    transform: rotate(-10deg); }
  100% {
    transform: rotate(0); } }

@keyframes loading-propeller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(900deg); } }

.ContentCanvas {
  background-color: #c0bbb4;
  margin-bottom: 2em;
  position: relative; }
  .ContentCanvas iframe {
    position: absolute;
    height: 100%; }

/* ACTION COLORS */
/* GRADE COLORS */
/* CONTENT TYPE COLORS */
@keyframes jiggle {
  0% {
    transform: rotate(0); }
  20% {
    transform: rotate(10deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(10deg); }
  80% {
    transform: rotate(-10deg); }
  100% {
    transform: rotate(0); } }

@keyframes loading-propeller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(900deg); } }

.ContentTitleCard {
  background-position: 0 0;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 1;
      flex: 1;
  height: 40vw;
  min-height: 400px;
  max-height: 40em; }

/* ACTION COLORS */
/* GRADE COLORS */
/* CONTENT TYPE COLORS */
@keyframes jiggle {
  0% {
    transform: rotate(0); }
  20% {
    transform: rotate(10deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(10deg); }
  80% {
    transform: rotate(-10deg); }
  100% {
    transform: rotate(0); } }

@keyframes loading-propeller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(900deg); } }

.GamePlayer {
  overflow: hidden;
  height: 100%;
  width: 100%; }
  .GamePlayer::before, .GamePlayer::after {
    content: '';
    display: table;
    clear: both;
    width: 1px;
    margin-left: -1px; }
  .GamePlayer::before {
    float: left;
    padding-top: 75%; }
  .GamePlayer:before {
    margin-bottom: 20px; }
  .GamePlayer--tinybop-schools {
    border: 1px solid #bcc7b6; }
  .GamePlayer__iframe {
    height: 100%;
    width: 100%;
    border: 0; }

/* ACTION COLORS */
/* GRADE COLORS */
/* CONTENT TYPE COLORS */
@keyframes jiggle {
  0% {
    transform: rotate(0); }
  20% {
    transform: rotate(10deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(10deg); }
  80% {
    transform: rotate(-10deg); }
  100% {
    transform: rotate(0); } }

@keyframes loading-propeller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(900deg); } }

.GameEnd {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: rgba(197, 124, 27, 0);
  display: none;
  opacity: 0;
  -ms-flex-pack: center;
      justify-content: center;
  transition: opacity 250ms, background-color 250ms; }
  .GameEnd.is-visible {
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    background-color: #c57c1b; }
  .GameEnd__sign {
    position: relative;
    opacity: 0;
    transition: opacity 250ms ease-in-out 250ms; }
    .GameEnd.is-visible .GameEnd__sign {
      opacity: 1; }
  .GameEnd__content {
    position: absolute;
    top: 27.5%;
    width: 100%; }
  .GameEnd__title {
    text-align: center;
    color: #db4f4f;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em; }
    @media (min-width: 49em) {
      .GameEnd__title {
        font-size: 3.5em; } }
    .GameEnd--won .GameEnd__title {
      color: #fdbe55; }
  .GameEnd__button {
    font-size: 1.25em;
    margin: 1.5em auto; }
  .GameEnd .GameEnd__rope-base {
    fill: #fcbe55; }
  .GameEnd .GameEnd__rope-stripes {
    fill: #d3994c; }
  .GameEnd .GameEnd__board {
    fill: #2a2928; }
  .GameEnd .GameEnd__board-border {
    fill: #4f4f4f; }

.GameEnd--won {
  background-color: rgba(128, 144, 55, 0); }
  .GameEnd--won.is-visible {
    background-color: #809037; }
  .GameEnd--won .GameEnd__rope-base {
    fill: #aabe53; }
  .GameEnd--won .GameEnd__rope-stripes {
    fill: #9aa84a; }
  .GameEnd--won .GameEnd__board {
    fill: #f0ece7; }
  .GameEnd--won .GameEnd__board-border {
    fill: #dbd7d2; }

/* ACTION COLORS */
/* GRADE COLORS */
/* CONTENT TYPE COLORS */
@keyframes jiggle {
  0% {
    transform: rotate(0); }
  20% {
    transform: rotate(10deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(10deg); }
  80% {
    transform: rotate(-10deg); }
  100% {
    transform: rotate(0); } }

@keyframes loading-propeller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(900deg); } }

.ContentHeader {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  max-width: 100%; }
  .ContentHeader .GradeRangeSquare--large {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
  .ContentHeader--no-square {
    min-height: 5em;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .ContentHeader__text {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    margin: 1em 0; }
  .ContentHeader__headline {
    color: #2a2928;
    font-size: 1.5em;
    line-height: 1.1;
    padding: 0.1em 0;
    font-weight: bold;
    margin: 0 0.5em; }
    @media (min-width: 49em) {
      .ContentHeader__headline {
        font-size: 2em; } }
  .ContentHeader__sponsored {
    display: inline-block;
    font: 0.625em/1 'Space Mono', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: rgba(42, 41, 40, 0.5);
    background: rgba(42, 41, 40, 0.1);
    padding: 0.25em 0.5em;
    border-radius: 0.25em;
    margin-bottom: 0.5em;
    margin: 0 1.25em; }
    @media (min-width: 49em) {
      .ContentHeader__sponsored {
        font-size: 0.75em; } }
  .ContentHeader__description {
    color: #2a2928;
    font-size: 0.875em;
    margin: 0 1em;
    display: none; }
    @media (min-width: 32em) {
      .ContentHeader__description {
        display: block; } }
    @media (min-width: 49em) {
      .ContentHeader__description {
        font-size: 1.125em; } }
  .ContentHeader__sponsored-by {
    font: 0.625em/1 'Space Mono', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
    color: #000; }

/* ACTION COLORS */
/* GRADE COLORS */
/* CONTENT TYPE COLORS */
@keyframes jiggle {
  0% {
    transform: rotate(0); }
  20% {
    transform: rotate(10deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(10deg); }
  80% {
    transform: rotate(-10deg); }
  100% {
    transform: rotate(0); } }

@keyframes loading-propeller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(900deg); } }

.ContentInfoBox {
  background-color: #dbd7d2;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  padding: 0 1em 1em;
  color: #2a2928;
  margin: 0.5em 0; }
  @media (min-width: 49em) {
    .ContentInfoBox {
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
      margin: 0; } }
  @media (min-width: 49em) {
    .ContentInfoBox--VideoDescription {
      -ms-flex: 0 1 39%;
          flex: 0 1 39%; } }
  @media (min-width: 49em) {
    .ContentInfoBox--VideoSeries, .ContentInfoBox.BookInfoBox {
      -ms-flex: 0 1 59%;
          flex: 0 1 59%; } }
  @media (min-width: 49em) {
    .ContentInfoBox--full {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      margin: 0; } }
  .ContentInfoBox--transparent {
    background-color: transparent; }
  .ContentInfoBox__header {
    border-bottom: 1px solid #2a2928; }
  .ContentInfoBox__headline {
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    padding: 1.25em 0 0.75em;
    margin: 0 0 0.25em;
    display: inline-block; }
  .ContentInfoBox__details {
    line-height: 1.4; }

/* ACTION COLORS */
/* GRADE COLORS */
/* CONTENT TYPE COLORS */
@keyframes jiggle {
  0% {
    transform: rotate(0); }
  20% {
    transform: rotate(10deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(10deg); }
  80% {
    transform: rotate(-10deg); }
  100% {
    transform: rotate(0); } }

@keyframes loading-propeller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(900deg); } }

.GameControls {
  background-color: #dbd7d2;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  padding: 0 1em 1em;
  color: #2a2928;
  margin: 0.5em 0; }
  @media (min-width: 49em) {
    .GameControls {
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
      margin: 0; } }
  .GameControls__header {
    font-size: 0.875em;
    border-bottom: 1px solid #2a2928;
    display: -ms-flexbox;
    display: flex; }
  .GameControls__headline {
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    padding: 1.25em 0 0.75em;
    margin: 0 0 0.25em;
    display: inline-block; }
  .GameControls__icons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 3em;
    min-width: 3em;
    margin-right: 0.5em; }
  .GameControls__icon {
    display: block;
    height: 2.5em;
    width: auto; }
    .GameControls__icon path {
      fill: #c0bbb4; }
  .GameControls__icon-connector {
    color: #c0bbb4;
    padding: 0 0.125em;
    line-height: 1; }

/* ACTION COLORS */
/* GRADE COLORS */
/* CONTENT TYPE COLORS */
@keyframes jiggle {
  0% {
    transform: rotate(0); }
  20% {
    transform: rotate(10deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(10deg); }
  80% {
    transform: rotate(-10deg); }
  100% {
    transform: rotate(0); } }

@keyframes loading-propeller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(900deg); } }

.GameOverAd {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  z-index: 10000; }
  .GameOverAd__button {
    position: absolute;
    top: 2em;
    right: 2em;
    background: white;
    padding: 0 2em; }

/* ACTION COLORS */
/* GRADE COLORS */
/* CONTENT TYPE COLORS */
@keyframes jiggle {
  0% {
    transform: rotate(0); }
  20% {
    transform: rotate(10deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(10deg); }
  80% {
    transform: rotate(-10deg); }
  100% {
    transform: rotate(0); } }

@keyframes loading-propeller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(900deg); } }

.ContentTags {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  padding: 0 0 1em;
  color: #2a2928;
  margin: 0; }
  @media (min-width: 49em) {
    .ContentTags--half-size {
      -ms-flex-preferred-size: 39%;
          flex-basis: 39%;
      padding: 0 1em 1em; } }
  .ContentTags__header {
    border-bottom: 1px solid #2a2928; }
  .ContentTags__headline {
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    padding: 1.25em 0 0.75em;
    margin: 0 0 0.25em;
    display: inline-block; }
  .ContentTags__list {
    list-style: none;
    padding: 1em 0 0;
    margin: 0; }
  .ContentTags__tag {
    display: inline-block;
    background-color: #dbd7d2;
    font-size: 0.75em;
    line-height: normal;
    padding: 0.5em 1.3333em;
    margin: 0.3333em 0.6666em 0.3333em 0;
    border-radius: 2em;
    text-transform: lowercase;
    letter-spacing: 0.1em;
    font-weight: 600; }
    .ContentTags__tag[class*='grade-'] {
      text-transform: uppercase;
      color: #000; }

.ContentTags__tag--grade-playground {
  background-color: #de89b7; }
  .ContentTags__tag--grade-playground:hover {
    background-color: #d875ab; }

.ContentTags__tag--grade-pre-k {
  background-color: #de89b7; }
  .ContentTags__tag--grade-pre-k:hover {
    background-color: #d875ab; }

.ContentTags__tag--grade-0 {
  background-color: #de89b7; }
  .ContentTags__tag--grade-0:hover {
    background-color: #d875ab; }

.ContentTags__tag--grade-1 {
  background-color: #66a2cc; }
  .ContentTags__tag--grade-1:hover {
    background-color: #5396c6; }

.ContentTags__tag--grade-2 {
  background-color: #fdbe55; }
  .ContentTags__tag--grade-2:hover {
    background-color: #fdb43c; }

.ContentTags__tag--grade-3 {
  background-color: #aabe53; }
  .ContentTags__tag--grade-3:hover {
    background-color: #9fb444; }

.ContentTags__tag--grade-4 {
  background-color: #f48f4a; }
  .ContentTags__tag--grade-4:hover {
    background-color: #f38032; }

.ContentTags__tag--grade-5 {
  background-color: #ab88bf; }
  .ContentTags__tag--grade-5:hover {
    background-color: #9f77b6; }

.ContentTags__tag--grade-6 {
  background-color: #ddd64e; }
  .ContentTags__tag--grade-6:hover {
    background-color: #d9d139; }

.ContentTags__tag--grade-7 {
  background-color: #ff6161; }
  .ContentTags__tag--grade-7:hover {
    background-color: #ff4848; }

.ContentTags__tag--grade-8 {
  background-color: #7ab3b2; }
  .ContentTags__tag--grade-8:hover {
    background-color: #6aaaa9; }

/* ACTION COLORS */
/* GRADE COLORS */
/* CONTENT TYPE COLORS */
@keyframes jiggle {
  0% {
    transform: rotate(0); }
  20% {
    transform: rotate(10deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(10deg); }
  80% {
    transform: rotate(-10deg); }
  100% {
    transform: rotate(0); } }

@keyframes loading-propeller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(900deg); } }

.BookTurnButton {
  border: 0;
  width: 4em;
  height: 4em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: #fff;
  border-radius: 2em; }
  .BookTurnButton .BookTurnButton__icon {
    transition: all 0.2s; }
  .BookTurnButton:hover {
    cursor: pointer; }
  .BookTurnButton:disabled, .BookTurnButton.is-disabled {
    opacity: 0.5;
    cursor: not-allowed; }
  .BookTurnButton__icon {
    height: 60%;
    width: auto;
    position: relative; }
  .BookTurnButton[data-direction='next'] .BookTurnButton__icon {
    left: 0.27em; }
  .BookTurnButton[data-direction='next']:hover .BookTurnButton__icon {
    transform: scale(1.15); }
  .BookTurnButton[data-direction='next']:active .BookTurnButton__icon {
    transform: scale(1); }
  .BookTurnButton[data-direction='next'].is-disabled .BookTurnButton__icon {
    transform: none !important; }
  .BookTurnButton[data-direction='previous'] .BookTurnButton__icon {
    transform: rotate(180deg);
    right: 0.27em; }
  .BookTurnButton[data-direction='previous']:hover .BookTurnButton__icon {
    transform: rotate(180deg) scale(1.15); }
  .BookTurnButton[data-direction='previous']:active .BookTurnButton__icon {
    transform: rotate(180deg) scale(1); }
  .BookTurnButton[data-direction='previous'].is-disabled .BookTurnButton__icon {
    transform: rotate(180deg) !important; }
  .BookTurnButton__label {
    display: none; }

/* ACTION COLORS */
/* GRADE COLORS */
/* CONTENT TYPE COLORS */
@keyframes jiggle {
  0% {
    transform: rotate(0); }
  20% {
    transform: rotate(10deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(10deg); }
  80% {
    transform: rotate(-10deg); }
  100% {
    transform: rotate(0); } }

@keyframes loading-propeller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(900deg); } }

.BookReaderV2 {
  background-color: #c0bbb4;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }
  .BookReaderV2 .BookReaderV2__PageContainer {
    -ms-flex-positive: 1;
        flex-grow: 1;
    position: relative; }
  .BookReaderV2 .BookReaderV2__PageContainer__Page--hidden {
    visibility: hidden;
    width: 0;
    height: 0;
    overflow: hidden; }
  .BookReaderV2 .BookReaderV2__FullScreenButtonWrapper {
    position: absolute;
    bottom: 5px;
    right: 5px; }
    .BookReaderV2 .BookReaderV2__FullScreenButtonWrapper .Button {
      padding: 5px 4px;
      font-weight: normal;
      background: none;
      border-radius: 40px;
      opacity: 0.6; }
      .BookReaderV2 .BookReaderV2__FullScreenButtonWrapper .Button:hover {
        opacity: 1; }
    .BookReaderV2 .BookReaderV2__FullScreenButtonWrapper svg {
      height: 2em;
      padding-left: 5px; }
  .BookReaderV2 .BookReaderV2__PageContainer__Page {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    max-height: 900px;
    min-height: 200px;
    height: 80vh;
    padding: 2em; }
    @media (max-width: 32em) {
      .BookReaderV2 .BookReaderV2__PageContainer__Page {
        height: auto;
        padding: 1em;
        padding-bottom: 3em; } }
  .BookReaderV2 .BookReaderV2__PageContainer__Page__Image {
    max-height: 100%;
    max-width: 100%; }
  .BookReaderV2 .BookReaderV2__PageContainer__Page__Image--allow-next {
    cursor: e-resize; }
  .BookReaderV2 .BookReaderV2__ControlsWrapper {
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    @media (max-width: 32em) {
      .BookReaderV2 .BookReaderV2__ControlsWrapper {
        height: auto;
        position: absolute;
        bottom: -60px;
        width: 82%;
        left: 0;
        right: 0;
        margin: 0 auto; } }
  .BookReaderV2 .BookReaderV2__ControlsWrapper__Controls {
    background: #f0ece7;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 0.5em;
    border-radius: 4em;
    width: 22em;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); }
    .BookReaderV2 .BookReaderV2__ControlsWrapper__Controls .BookPageSlider {
      width: 80%; }
    @media (max-width: 32em) {
      .BookReaderV2 .BookReaderV2__ControlsWrapper__Controls {
        width: 100%; } }
  .BookReaderV2 .BookReaderV2__ControlsWrapper__Controls__Status {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.05em;
    -ms-flex: 1;
        flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    text-align: center; }

.BookReaderV2--FullScreen .BookReaderV2__AdContainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 !important;
  padding: 0;
  height: 100%;
  background: #f0ece7;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 315px;
      flex-basis: 315px;
  overflow: hidden; }

@media (max-width: 72em) {
  .BookReaderV2--FullScreen .BookReaderV2__AdContainer--left {
    display: none; } }

@media (max-width: 49em) {
  .BookReaderV2--FullScreen .BookReaderV2__AdContainer--right {
    display: none; } }

.BookReaderV2--FullScreen .BookReaderV2__PageContainer__Page {
  padding: 1em;
  max-height: unset;
  height: calc(100% - 80px); }

.BookReaderV2--FullScreen .BookReaderV2__PageContainer__Page__Image {
  height: calc(100% - 50px);
  width: 100%;
  min-height: 200px;
  object-fit: contain; }

@media (max-width: 32em) {
  .BookReaderV2--FullScreen .BookReaderV2__ControlsWrapper {
    height: auto;
    position: relative;
    bottom: 20px; } }

.BookReaderV2--FullScreen .BookReaderV2__ControlsWrapper__Controls {
  height: auto; }
  @media (max-width: 32em) {
    .BookReaderV2--FullScreen .BookReaderV2__ControlsWrapper__Controls {
      width: 80%; } }

/* ACTION COLORS */
/* GRADE COLORS */
/* CONTENT TYPE COLORS */
@keyframes jiggle {
  0% {
    transform: rotate(0); }
  20% {
    transform: rotate(10deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(10deg); }
  80% {
    transform: rotate(-10deg); }
  100% {
    transform: rotate(0); } }

@keyframes loading-propeller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(900deg); } }

input[type='range'].BookPageSlider {
  width: 100%;
  margin: 4.5px 0;
  background-color: transparent;
  -webkit-appearance: none; }

input[type='range'].BookPageSlider:focus {
  outline: 3px solid #41b7ae; }

input[type='range'].BookPageSlider::-webkit-slider-runnable-track {
  background: #c0bbb4;
  border: 0;
  border-radius: 5px;
  width: 100%;
  height: 7px;
  cursor: pointer; }

input[type='range'].BookPageSlider::-webkit-slider-thumb {
  margin-top: -4.5px;
  width: 18px;
  height: 18px;
  background: #46ccc5;
  border: 2.5px solid rgba(70, 204, 197, 0);
  border-radius: 20px;
  cursor: pointer;
  -webkit-appearance: none; }

input[type='range'].BookPageSlider::-webkit-slider-thumb:hover {
  background: #41b7ae; }

input[type='range'].BookPageSlider:focus::-webkit-slider-runnable-track {
  background: #e5e3e0; }

input[type='range'].BookPageSlider::-moz-range-track {
  background: #c0bbb4;
  border: 0;
  border-radius: 5px;
  width: 100%;
  height: 7px;
  cursor: pointer; }

input[type='range'].BookPageSlider::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: #46ccc5;
  border: 2.5px solid rgba(70, 204, 197, 0);
  border-radius: 20px;
  cursor: pointer; }

input[type='range'].BookPageSlider::-moz-range-thumb:hover {
  background: #41b7ae; }

input[type='range'].BookPageSlider::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 5.5px 0;
  color: transparent;
  width: 100%;
  height: 7px;
  cursor: pointer; }

input[type='range'].BookPageSlider::-ms-fill-lower {
  background: #9b9388;
  border: 0;
  border-radius: 10px; }

input[type='range'].BookPageSlider::-ms-fill-upper {
  background: #c0bbb4;
  border: 0;
  border-radius: 10px; }

input[type='range'].BookPageSlider::-ms-thumb {
  width: 18px;
  height: 18px;
  background: #46ccc5;
  border: 2.5px solid rgba(70, 204, 197, 0);
  border-radius: 20px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/ }

input[type='range'].BookPageSlider::-ms-thumb:hover {
  background: #41b7ae; }

input[type='range'].BookPageSlider:focus::-ms-fill-lower {
  background: #c0bbb4; }

input[type='range'].BookPageSlider:focus::-ms-fill-upper {
  background: #e5e3e0; }

/*TODO: Use one of the selectors from https://stackoverflow.com/a/20541859/7077589 and figure out
how to remove the virtical space around the range input in IE*/
@supports (-ms-ime-align: auto) {
  /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  input[type='range'].BookPageSlider {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/ } }

.BookInfoBox__button {
  width: 12em;
  margin: 1em 0; }

.BookAlternateLanguageBox {
  -ms-flex: 0 0 39%;
      flex: 0 0 39%; }
  .BookAlternateLanguageBox .ContentInfoBox__details {
    margin-top: 1em; }

/* ACTION COLORS */
/* GRADE COLORS */
/* CONTENT TYPE COLORS */
@keyframes jiggle {
  0% {
    transform: rotate(0); }
  20% {
    transform: rotate(10deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(10deg); }
  80% {
    transform: rotate(-10deg); }
  100% {
    transform: rotate(0); } }

@keyframes loading-propeller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(900deg); } }

.AdditionalMaterials {
  margin-bottom: 3em; }
  .AdditionalMaterials__Row {
    margin: 1em auto;
    display: -ms-flexbox;
    display: flex; }
    .AdditionalMaterials__Row h3,
    .AdditionalMaterials__Row p {
      margin: 0; }
    .AdditionalMaterials__Row__Text {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center; }
      .AdditionalMaterials__Row__Text a {
        text-decoration: underline; }
        .AdditionalMaterials__Row__Text a:hover {
          text-decoration: none;
          color: #34918a; }
    .AdditionalMaterials__Row__Link {
      display: block;
      margin-top: 1em; }
    .AdditionalMaterials__Row__Thumbnail {
      -ms-flex: 0 0 10em;
          flex: 0 0 10em;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      background-color: #dbd7d2;
      margin-right: 1em; }
      .AdditionalMaterials__Row__Thumbnail img {
        max-width: 100%;
        max-height: 130px; }

/* ACTION COLORS */
/* GRADE COLORS */
/* CONTENT TYPE COLORS */
@keyframes jiggle {
  0% {
    transform: rotate(0); }
  20% {
    transform: rotate(10deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(10deg); }
  80% {
    transform: rotate(-10deg); }
  100% {
    transform: rotate(0); } }

@keyframes loading-propeller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(900deg); } }

.VideoPlayer {
  overflow: hidden;
  height: 100%;
  width: 100%;
  margin-bottom: 2em;
  position: relative; }
  .VideoPlayer:before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 56.25%; }
  .VideoPlayer > .VideoPlayer__iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .VideoPlayer__iframe {
    height: 100%;
    width: 100%;
    border: 0; }

/* ACTION COLORS */
/* GRADE COLORS */
/* CONTENT TYPE COLORS */
@keyframes jiggle {
  0% {
    transform: rotate(0); }
  20% {
    transform: rotate(10deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(10deg); }
  80% {
    transform: rotate(-10deg); }
  100% {
    transform: rotate(0); } }

@keyframes loading-propeller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(900deg); } }

.TeachersHeader {
  display: -ms-flexbox;
  display: flex;
  background: #e8e4a0;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 1em;
  margin-bottom: 2em; }
  @media (min-width: 49em) {
    .TeachersHeader {
      min-height: 15em; } }
  .TeachersHeader__title {
    margin: 0 1em; }

/* ACTION COLORS */
/* GRADE COLORS */
/* CONTENT TYPE COLORS */
@keyframes jiggle {
  0% {
    transform: rotate(0); }
  20% {
    transform: rotate(10deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(10deg); }
  80% {
    transform: rotate(-10deg); }
  100% {
    transform: rotate(0); } }

@keyframes loading-propeller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(900deg); } }

.AdSlot {
  text-align: center;
  padding: 0 0.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center; }
  .AdSlot__label {
    font: 0.625em/1 'Space Mono', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: rgba(42, 41, 40, 0.7);
    margin-bottom: 0.5em; }
  .AdSlot--top {
    padding: 0; }
  .AdSlot--siderec {
    margin-bottom: 2em; }
    .AdSlot--siderec .AdUnit--small {
      display: block; }
  .AdSlot--sideflex {
    display: none; }
    @media (min-width: 49em) {
      .AdSlot--sideflex {
        display: block; } }
  .AdSlot--outofpage {
    position: absolute;
    top: 0; }
  .AdSlot #leaderboard_atf {
    width: 100%; }

.ContentBlock--schools-promo .AdSlot img {
  width: 250px; }

/* ACTION COLORS */
/* GRADE COLORS */
/* CONTENT TYPE COLORS */
@keyframes jiggle {
  0% {
    transform: rotate(0); }
  20% {
    transform: rotate(10deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(10deg); }
  80% {
    transform: rotate(-10deg); }
  100% {
    transform: rotate(0); } }

@keyframes loading-propeller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(900deg); } }

.PromoBox {
  background-color: #ffcb04;
  padding: 2em;
  border-radius: 0.5em;
  margin: 1em 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  @media (min-width: 40em) {
    .PromoBox {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  .PromoBox__logo {
    -ms-flex: 1 1 33%;
        flex: 1 1 33%;
    margin-bottom: 1em;
    text-align: center; }
    @media (min-width: 40em) {
      .PromoBox__logo {
        margin: 0; } }
  .PromoBox__content {
    -ms-flex: 1 1 66%;
        flex: 1 1 66%;
    text-align: center; }
    .PromoBox__content .Button {
      margin: 0 auto; }
    .PromoBox__content p {
      line-height: 1.4;
      font-size: 1.125em;
      margin: 0 0 1em; }
    @media (min-width: 40em) {
      .PromoBox__content {
        text-align: left; }
        .PromoBox__content .Button {
          margin: 0; } }

/* ACTION COLORS */
/* GRADE COLORS */
/* CONTENT TYPE COLORS */
@keyframes jiggle {
  0% {
    transform: rotate(0); }
  20% {
    transform: rotate(10deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(10deg); }
  80% {
    transform: rotate(-10deg); }
  100% {
    transform: rotate(0); } }

@keyframes loading-propeller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(900deg); } }

.TinybopSchoolsMaterials__handbook {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-bottom: 2em;
  cursor: pointer;
  color: #000; }

.TinybopSchoolsMaterials__handbook-icon {
  max-width: 7.5em;
  margin: 1em 1em 0 0; }

.TinybopSchoolsMaterials__links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.TinybopSchoolsMaterials__link {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  padding: 0 0.5em 0.5em 0;
  text-decoration: underline;
  color: #41b7ae; }
  .TinybopSchoolsMaterials__link:hover {
    text-decoration: none;
    color: #34918a; }
  @media (min-width: 40em) {
    .TinybopSchoolsMaterials__link {
      -ms-flex: 0 0 47%;
          flex: 0 0 47%; } }

/* ACTION COLORS */
/* GRADE COLORS */
/* CONTENT TYPE COLORS */
@keyframes jiggle {
  0% {
    transform: rotate(0); }
  20% {
    transform: rotate(10deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(10deg); }
  80% {
    transform: rotate(-10deg); }
  100% {
    transform: rotate(0); } }

@keyframes loading-propeller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(900deg); } }

.Page.Page--search {
  background: #fbbd5e; }

.Page--search .Page__container {
  border-radius: 1em;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  background: #f0ece7; }

.SearchPage__Results {
  background: #f0ece7;
  padding: 0 1em; }

.Page--search .SearchPage__Hero {
  border-radius: 1em;
  margin: 1em 0;
  position: relative;
  z-index: 1;
  padding: 3em;
  background: white; }

.SearchPage__Input {
  width: 100%;
  font-size: 1.6em;
  padding: 0.5em;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 1em;
  background: #f0ece7;
  border: 2px solid #c0bbb4; }

.SearchPage__Input:focus {
  outline: 1px solid #41b7ae;
  border-color: #41b7ae; }

.Page--search .ContentCollection__items {
  -ms-flex-pack: start;
      justify-content: flex-start; }

.SearhPage__NoResults {
  padding: 2em 0;
  color: #2a2928; }

.SearchPage__character-container {
  max-width: 62.5em;
  margin: 3em auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  position: relative;
  z-index: 11; }

.SearchPage__character {
  -ms-flex-positive: 1;
      flex-grow: 1;
  height: 90px; }

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
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;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

/* ACTION COLORS */
/* GRADE COLORS */
/* CONTENT TYPE COLORS */
@keyframes jiggle {
  0% {
    transform: rotate(0); }
  20% {
    transform: rotate(10deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(10deg); }
  80% {
    transform: rotate(-10deg); }
  100% {
    transform: rotate(0); } }

@keyframes loading-propeller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(900deg); } }

/* ACTION COLORS */
/* GRADE COLORS */
/* CONTENT TYPE COLORS */
@keyframes jiggle {
  0% {
    transform: rotate(0); }
  20% {
    transform: rotate(10deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(10deg); }
  80% {
    transform: rotate(-10deg); }
  100% {
    transform: rotate(0); } }

@keyframes loading-propeller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(900deg); } }

* {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale; }

a {
  text-decoration: none;
  color: #217772; }

a:focus,
button:focus {
  outline: 3px solid #46ccc5;
  outline-offset: 2px; }

body {
  font-family: 'Poppins', sans-serif; }

/*
 Since we are using position: fixed for the header,
 we need to use margin here.
 4.5em (height of header) + 1em (some padding)
 */
main {
  padding-top: 5.5em;
  z-index: 10; }

/* ACTION COLORS */
/* GRADE COLORS */
/* CONTENT TYPE COLORS */
@keyframes jiggle {
  0% {
    transform: rotate(0); }
  20% {
    transform: rotate(10deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(10deg); }
  80% {
    transform: rotate(-10deg); }
  100% {
    transform: rotate(0); } }

@keyframes loading-propeller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(900deg); } }

.Container {
  max-width: 100em;
  padding: 0 0.5em;
  margin: 1em auto; }
  .Container--no-padding {
    padding: 0; }
  @media (min-width: 21em) {
    .Container {
      padding: 0 1em; } }

.ContentBlock {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
  @media (min-width: 49em) {
    .ContentBlock {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-line-pack: start;
          align-content: flex-start;
      -ms-flex-pack: center;
          justify-content: center; } }
  @media (min-width: 49em) {
    .ContentBlock--schools-promo {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .ContentBlock--content-canvas {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column; }
    @media (min-width: 60em) {
      .ContentBlock--content-canvas {
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-line-pack: start;
            align-content: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
        -ms-flex-pack: center;
            justify-content: center; }
        .ContentBlock--content-canvas .ContentBlock__aside {
          margin-top: 3.5em; } }
  .ContentBlock--schools-promo .ContentBlock__aside {
    margin-top: 0; }
  .ContentBlock__content--full {
    width: 100%;
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 960px; }
  .ContentBlock__content {
    width: 100%; }
    @media (min-width: 49em) {
      .ContentBlock__content {
        -ms-flex: 1 1 67%;
            flex: 1 1 67%; } }
  .ContentBlock__aside {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }

/* ACTION COLORS */
/* GRADE COLORS */
/* CONTENT TYPE COLORS */
@keyframes jiggle {
  0% {
    transform: rotate(0); }
  20% {
    transform: rotate(10deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(10deg); }
  80% {
    transform: rotate(-10deg); }
  100% {
    transform: rotate(0); } }

@keyframes loading-propeller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(900deg); } }

.Page {
  background: #f0ece7;
  position: relative;
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .Page main {
    -ms-flex-positive: 1;
        flex-grow: 1;
    padding-top: 4.5em; }
    @media (min-width: 32em) {
      .Page main {
        padding-top: 5.5em; } }
  .Page:before {
    content: '';
    position: absolute;
    top: -1em;
    left: -10vw;
    right: 0;
    height: 50em;
    z-index: 1;
    transform: skewY(2deg); }
    .Page--homepage .Page:before,
    .Page--background-skin .Page:before,
    body.has-background-skin .Page:before {
      content: none;
      display: none; }
  .Page--playground:before {
    height: 60em; }
  .Page__container {
    padding: 0 0.5em;
    margin: 1em auto;
    position: static;
    z-index: 10; }
    .Page__container--no-padding {
      padding: 0; }
    @media (min-width: 21em) {
      .Page__container {
        padding: 0 1em; } }
  .Page__item-details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 2em; }
    @media (min-width: 49em) {
      .Page__item-details {
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .Page--books .Page__item-details {
      margin-top: 5em; }
  .Page__background-skin {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center 5em;
    background-repeat: repeat-y;
    background-size: auto; }
    .Page__background-skin.has-link:hover {
      cursor: pointer; }
    .Page__background-skin--MagicMisfits2017, .Page__background-skin--BadKitty201801 {
      background-size: auto;
      background-color: #04492b;
      background-repeat: repeat-y; }
    .Page__background-skin--ArloFinch201802 {
      background-color: #bfd3e5; }

.Page__ContentWrapper {
  display: -ms-flexbox;
  display: flex;
  width: 97%;
  max-width: 100em;
  margin: 0 auto; }

.Page__container--main {
  background: #f0ece7;
  padding: 0.5em 0.5em 2em;
  border-radius: 1em; }
  @media (min-width: 49em) {
    .Page__container--main {
      margin: 1em;
      padding: 1em; } }
  @media (min-width: 100em) {
    .Page__container--main {
      margin: 1em 0; } }

.Page__container--playground-ad {
  margin-top: 6em; }

.Page--content .Page__container--main {
  padding-top: 0; }

.Page--about .Page__container--main {
  padding-top: 3em; }

.Page--content {
  background-color: #dbd7d2; }

.Page--grade-playground {
  background-color: #f0ece7; }
  .Page--grade-playground:before {
    background-color: #dbd7d2; }

.Page--grade-1 {
  background-color: #66a2cc; }
  .Page--grade-1:before {
    background-color: #598dad; }

.Page--grade-2 {
  background-color: #66a2cc; }
  .Page--grade-2:before {
    background-color: #598dad; }

.Page--grade-3 {
  background-color: #aabe53; }
  .Page--grade-3:before {
    background-color: #9aa84a; }

.Page--grade-4 {
  background-color: #f48f4a; }
  .Page--grade-4:before {
    background-color: #c9753d; }

.Page--grade-5 {
  background-color: #ab88bf; }
  .Page--grade-5:before {
    background-color: #8a719e; }

.Page--grade-6 {
  background-color: #ddd64e; }
  .Page--grade-6:before {
    background-color: #c1b738; }

.Page--grade-7 {
  background-color: #ff6161; }
  .Page--grade-7:before {
    background-color: #db4f4f; }

.Page--grade-8 {
  background-color: #7ab3b2; }
  .Page--grade-8:before {
    background-color: #6a9997; }

.Page--landing.Page--videos {
  background-color: #462d5a; }
  .Page--landing.Page--videos:before {
    background-color: #8a719e; }

.Page--landing.Page--games {
  background-color: #4b6463; }
  .Page--landing.Page--games:before {
    background-color: #6a9997; }

.Page--landing.Page--books {
  background-color: #c9753d; }
  .Page--landing.Page--books:before {
    background-color: #f48f4a; }

.Page--landing.Page--teachers {
  background-color: #d5d28a; }
  .Page--landing.Page--teachers:before {
    background-color: #d5d28a; }

.Page--landing.Page--math {
  background-color: #66a2cc; }
  .Page--landing.Page--math:before {
    background-color: #598dad; }

.Page--landing.Page--background-skin:before {
  content: none;
  display: none; }

.Page--landing.Page--background-skin .ContentBlock__aside {
  -ms-flex-preferred-size: auto;
      flex-basis: auto; }

.Page--about,
.Page--advertise-with-us {
  background-color: #d5d28a; }
  .Page--about:before,
  .Page--advertise-with-us:before {
    background-color: #d5d28a; }

.Page__container--split-layout {
  position: relative;
  width: calc(100% - 325px - 2em); }
  @media (max-width: 55em) {
    .Page__container--split-layout {
      width: 100%; } }
  .Page__container--split-layout .ContentBlock__aside {
    position: absolute;
    right: calc(-325px - 1em);
    top: 0;
    height: 100%;
    width: 325px; }
    @media (max-width: 55em) {
      .Page__container--split-layout .ContentBlock__aside {
        position: static;
        height: auto;
        width: auto; } }

body.has-background-skin .Page {
  background: transparent; }


/*# sourceMappingURL=main.bundle.css.map*/