@font-face {
  font-family: Futurastd;
  src: url('../fonts/FuturaStd-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Futurabt Condensed;
  src: url('../fonts/FuturaBT-ExtraBlackCondensed.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Futurabt;
  src: url('../fonts/FuturaBT-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Futurabt;
  src: url('../fonts/FuturaBT-ExtraBlackItalic.otf') format("opentype"), url('../fonts/FuturaBT-ExtraBlackCondItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Futurabt book;
  src: url('../fonts/FuturaBT-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Futurabt;
  src: url('../fonts/FuturaBT-Heavy.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Futurabt;
  src: url('../fonts/FuturaBT-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Futurabt;
  src: url('../fonts/FuturaBT-BookItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Gorey;
  src: url('../fonts/GOREY.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --white: white;
  --new-blue: #6598d1;
  --orchid: #bb94c3;
  --gold: #f3be00;
  --beloved-characters: #ff5153;
  --grey: #777;
  --crimson: #ed3f42;
  --yellow-green: #99cf6f;
  --black: black;
  --ready-to-read-red: #ed1a3b;
  --indigo: #461c61;
  --dark-gold: #ca9e00;
  --forest-green: #13a03b;
  --dark-grey: #999;
  --plum: #bb94c3;
  --dodger-blue: #2387eb;
}

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

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

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

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.header {
  background-image: url('../images/PL1-BlueCircleTrianglePatternTile-01.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: 150px, 125px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header.white {
  background-color: var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
}

.topbar {
  background-image: url('../images/PL1-BlueWavePatternTile-01.svg');
  background-position: 0 0;
  background-size: 125px;
  height: 20px;
}

.body {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
}

.body.pl1pattern {
  background-color: #0000;
  background-image: url('../images/PL1-BlueWavePatternTile-01.svg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 180px;
  background-attachment: scroll;
}

.body.pl1 {
  background-color: var(--new-blue);
  background-image: linear-gradient(#6598d173, #6598d173), url('../images/PL1-BlueCircleTrianglePatternTile-01.svg');
  background-position: 0 0, 50%;
  background-size: auto, 126px;
}

.body.pl1.wave {
  background-image: url('../images/PL1-BlueWavePatternTile-01.svg');
  background-position: 0 0;
  background-size: 130px;
}

.body.pl1.rtrbodybackground {
  background-image: url('../images/Graphics-bkgd-2.png');
  background-position: 50%;
  background-size: cover;
}

.body.rtg {
  background-color: var(--orchid);
  background-image: url('../images/RTG-PatternTile.svg');
  background-position: 0 0;
  background-size: 450px;
}

.body.l3 {
  background-color: var(--gold);
  background-image: linear-gradient(#facc268c, #facc268c), url('../images/L3-YellowStarsPatternTile-01.svg');
  background-position: 0 0, 0 0;
  background-size: auto, 260px;
}

.body.l1 {
  background-color: var(--beloved-characters);
  background-image: url('../images/L1-RedCirclesPatternTile-01.svg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 185px;
}

.body.white {
  background-color: var(--gold);
  background-image: linear-gradient(#facc2691, #facc2691), url('../images/L3-YellowSquarePatternTile-01.svg');
  background-position: 0 0, 0 0;
  background-size: auto, 140px;
}

.body.rtrg {
  background-image: url('../images/Graphics-bkgd-2.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: 100%, auto;
}

.body.rtrg.rtrbodybackground {
  background-image: url('../images/Graphics-bkgd-2.png');
  background-position: 50%;
  background-size: auto;
}

.headergradient {
  text-align: center;
  background-image: url('../images/Gradient.gif'), linear-gradient(#b6e4fa, #b6e4fa);
  background-position: 50%, 0 0;
  background-repeat: repeat-y, repeat;
  background-size: 1153px, auto;
  border: 2px #2083e9;
  border-bottom-style: solid;
  height: 198px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.headergradient.white-only {
  border-style: solid;
  border-color: var(--white);
  background-color: var(--white);
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  height: 135px;
  padding-top: 0;
}

.readytoreadheaderlogo {
  text-align: center;
  width: 600px;
  max-width: 650px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  transition: opacity .2s;
  display: block;
}

.readytoreadheaderlogo:hover {
  opacity: .85;
}

.toolbar {
  margin-top: -12px;
}

.toolbar:hover {
  transform: translate(0);
}

.toolbarbutton {
  border-radius: 200px;
  width: 94px;
  height: 92px;
  margin-left: 30px;
  margin-right: 30px;
  padding-right: 0;
}

.toolbarbutton:focus {
  opacity: 1;
}

.toolbarbutton.w--current {
  transition: all .2s cubic-bezier(.68, -.55, .265, 1.55);
}

.toolbarbutton.w--current:hover {
  transition: all .2s cubic-bezier(.68, -.55, .265, 1.55), all .2s cubic-bezier(.68, -.55, .265, 1.55);
  transform: rotate(17deg);
}

.toolbarbutton.levels {
  transition: all .2s cubic-bezier(.68, -.55, .265, 1.55);
  transform: translate(0);
}

.toolbarbutton.levels:hover {
  opacity: 1;
  transition: all .2s cubic-bezier(.68, -.55, .265, 1.55), opacity .2s cubic-bezier(.68, -.55, .265, 1.55);
  transform: rotate(17deg);
}

.toolbarbutton.series {
  transition: all .2s cubic-bezier(.68, -.55, .265, 1.55);
}

.toolbarbutton.series:hover {
  transition: all .2s cubic-bezier(.68, -.55, .265, 1.55);
  transform: rotate(-17deg);
}

.toolbarbutton.activities {
  transition: all .2s cubic-bezier(.68, -.55, .265, 1.55);
}

.toolbarbutton.activities:hover {
  transition: all .2s cubic-bezier(.68, -.55, .265, 1.55);
  transform: rotate(-17deg);
}

.toolbarbutton.parents {
  transition: all .2s cubic-bezier(.68, -.55, .265, 1.55);
}

.toolbarbutton.parents:hover {
  transition: all .2s cubic-bezier(.68, -.55, .265, 1.55);
  transform: rotate(17deg);
}

.toolbarbutton.educators {
  transition: all .2s cubic-bezier(.68, -.55, .265, 1.55);
}

.toolbarbutton.educators:hover {
  transition: all .2s cubic-bezier(.68, -.55, .265, 1.55);
  transform: rotate(-17deg);
}

.toolbarbutton.levelsblue.w--current {
  transition: all .2s cubic-bezier(.68, -.55, .265, 1.55);
}

.toolbarbutton.levelsblue.w--current:hover {
  transition: all .2s cubic-bezier(.68, -.55, .265, 1.55), all .2s cubic-bezier(.68, -.55, .265, 1.55);
  transform: rotate(17deg);
}

.toolbarbutton.seriesblue.w--current {
  transition: all .2s cubic-bezier(.68, -.55, .265, 1.55);
}

.toolbarbutton.seriesblue.w--current:hover {
  transition: all .2s cubic-bezier(.68, -.55, .265, 1.55);
  transform: rotate(-17deg);
}

.toolbarbutton.activitiesblue.w--current {
  transition: all .2s cubic-bezier(.68, -.55, .265, 1.55);
}

.toolbarbutton.activitiesblue.w--current:hover {
  transform: scale(1.05);
}

.toolbarbutton.rtr-graphics-icon {
  transition: all .2s cubic-bezier(.68, -.55, .265, 1.55);
}

.toolbarbutton.rtr-graphics-icon:hover {
  transform: rotate(17deg);
}

.whitecircle {
  background-image: linear-gradient(#fff, #fff);
  border-radius: 200px;
  width: 84px;
  height: 84px;
}

.image {
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.toolbarbuttonscontainer {
  justify-content: center;
  display: flex;
}

.image-2 {
  padding-left: 0;
}

.herosection {
  margin-top: 100px;
}

.image-3 {
  box-shadow: 1px 0 5px 0 var(--grey);
  border: 0 #2083e9;
  width: 100%;
  max-width: none;
}

.meetthestarssection {
  background-color: var(--beloved-characters);
  box-shadow: none;
  opacity: 1;
  background-image: linear-gradient(#0000, #0000);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  margin-top: 55px;
  margin-bottom: 0;
  padding-bottom: 5px;
  padding-left: 0;
}

.meetthestarssection.white-only {
  background-color: var(--white);
}

.meetthestarssection.hide-section {
  display: none;
}

.meetthestarsheader {
  color: var(--white);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: normal;
  margin-top: 30px;
  margin-bottom: 12px;
  font-family: Futurastd, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.meetthestarscarousel {
  float: none;
  background-color: #0000;
  border-style: none;
  border-left-width: 0;
  border-left-color: #000;
  margin-bottom: -68px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.meetmask {
  float: none;
  clear: both;
  background-image: linear-gradient(#0000, #0000);
  border-style: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.meetslide {
  float: none;
  clear: left;
  margin-left: auto;
  margin-right: auto;
  padding-left: 90px;
  display: block;
  position: static;
  overflow: visible;
}

.characterlink {
  float: left;
  clear: left;
  background-image: linear-gradient(#fff, #fff);
  border-radius: 100px;
  justify-content: flex-start;
  width: 140px;
  height: 140px;
  margin-left: 7px;
  margin-right: 7px;
  padding-left: 10px;
  padding-right: 10px;
  transition: opacity .2s;
  display: block;
  box-shadow: 0 0 2px 1px #0000003b;
}

.characterlink:hover {
  opacity: .6;
}

.charactername {
  color: #000;
  text-align: center;
  font-family: Futurastd, sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-decoration: underline;
}

.pjmasks {
  display: block;
}

.icon {
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 0;
}

.image-4 {
  margin-top: 60px;
}

.slide-nav {
  margin-top: 0;
  margin-bottom: 87px;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  font-size: 11px;
}

.slide {
  padding-left: 75px;
}

.slide-2 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  display: block;
}

.slider {
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000);
  margin-bottom: -76px;
}

.slide1div {
  float: none;
  clear: none;
  text-align: left;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  display: flex;
}

.image-5 {
  float: left;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.leftarrowicon {
  margin-top: 60px;
  margin-bottom: 0;
}

.rightarrowicon {
  margin-top: 60px;
}

.slide-nav-2 {
  background-color: #0000;
  padding-top: 1px;
  padding-bottom: 114px;
  font-size: 12px;
}

.launchastarsection {
  background-image: linear-gradient(to bottom, var(--new-blue), var(--new-blue));
  margin-top: 55px;
  box-shadow: 0 0 4px #00000087;
}

.launchastarcontainer {
  margin-bottom: 0;
  padding-bottom: 39px;
  padding-left: 0;
  display: block;
}

.launchastarheadline {
  color: var(--white);
  text-align: center;
  letter-spacing: 3px;
  margin-top: 44px;
  font-family: Futurastd, sans-serif;
  font-size: 47px;
}

.image-6 {
  float: left;
  clear: none;
  margin-top: -40px;
  margin-left: 75px;
  padding-left: 0;
}

.image-7 {
  float: right;
  margin-top: -40px;
  margin-right: 75px;
  padding-top: 0;
}

.launchastarsubhead {
  color: var(--crimson);
  text-align: center;
  max-width: 950px;
  margin: 0 auto 20px;
  padding-top: 10px;
  font-family: Futurabt, sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.launchastardesc {
  text-align: center;
  width: auto;
  max-width: 950px;
  margin: -5px auto 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Futurabt book, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.launchlevelsdiv {
  float: left;
  margin-top: 23px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.launchsinglediv {
  float: left;
  margin-left: 1px;
  margin-right: 1px;
}

.levelwhiteblock {
  background-image: linear-gradient(#fff, #fff);
  border-radius: 10px;
  width: 172px;
  height: 255px;
  box-shadow: 0 0 6px -1px #000000ab;
}

.levelheader {
  color: #b377d9;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 0;
  padding-top: 81px;
  font-family: Futurastd, sans-serif;
  font-size: 26px;
}

.bold-text {
  font-size: 27px;
}

.bold-text.blue {
  color: #4b8cdc;
}

.bold-text.red {
  color: #d9434e;
}

.bold-text.green {
  color: #bed748;
}

.bold-text.yellow {
  color: #ffc42d;
}

.leveldesc {
  text-align: center;
  margin-top: 6px;
  font-family: Futurabt book, sans-serif;
  font-size: 18px;
}

.explorelink {
  color: #2083e9;
  text-align: center;
  letter-spacing: 4px;
  text-transform: none;
  margin-top: 28px;
  padding-left: 17px;
  font-family: Futurabt, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.levelstarlink {
  background-image: linear-gradient(#fff, #fff);
  border-radius: 100px;
  width: 59px;
  height: 59px;
  margin: -13px auto -56px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  box-shadow: 0 0 3px #000000b8;
}

.bluetextlink {
  color: #2083e9;
  border-style: none;
  text-decoration: none;
}

.link-2 {
  text-decoration: none;
}

.featuressection {
  margin-top: 45px;
  margin-bottom: 45px;
}

.featurescontainer {
  margin-top: 0;
}

.feature {
  background-image: linear-gradient(#fff, #fff);
  border-radius: 15px;
  width: 290px;
  height: 368px;
}

.feature.red {
  float: left;
  background-image: linear-gradient(to bottom, var(--orchid), var(--orchid));
  border: 1px solid #0000;
  border-radius: 0;
  margin-left: 13px;
}

.feature.red.purple {
  background-image: linear-gradient(to bottom, var(--beloved-characters), var(--beloved-characters));
  border-color: #b377d9;
}

.feature.red.green {
  background-image: linear-gradient(to bottom, var(--yellow-green), var(--yellow-green));
  border-color: #89a403;
}

.featuresheading {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  padding-top: 30px;
  font-family: Futurastd, sans-serif;
  font-size: 18px;
}

.featuresheading.moveup._1-line {
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 15px;
}

.featuresheading.moveup._2-line {
  padding-top: 0;
}

.featurebook {
  width: 175px;
  height: 263px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3px;
  display: block;
}

.image-8 {
  border: 1px solid #2083e9;
  display: block;
}

.launchlevelsall5 {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.featuresdiv {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer {
  background-image: linear-gradient(#fff, #fff);
  border: 1px #000;
  margin-top: 0;
}

.footercontainer {
  border: 1px #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 16px;
  display: flex;
}

.footerleftdiv {
  float: left;
  border-right: 0 red;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 550px;
  max-width: 550px;
  display: flex;
}

.footeremail1 {
  float: left;
  color: #2083e9;
  text-align: center;
  padding-right: 21px;
  font-family: Futurabt, sans-serif;
  font-size: 16px;
  line-height: 23px;
}

.text-span {
  color: #ed1c24;
  letter-spacing: 1px;
  font-family: Futurastd, sans-serif;
  font-size: 16px;
}

.html-embed {
  margin-top: 47px;
  margin-bottom: 3px;
}

.emailsignupfineprint {
  text-align: center;
  width: 480px;
  max-width: 480px;
  margin-bottom: 0;
  font-family: Futurabt book, sans-serif;
  font-size: 10px;
}

.footerdivright {
  float: right;
  clear: none;
  justify-content: flex-start;
  width: 370px;
  max-width: 370px;
  margin: 0 auto;
  display: block;
}

.footerdivright.hide-right-footer {
  display: none;
}

.image-9 {
  float: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.copyrightline {
  text-align: center;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-family: Futurabt, sans-serif;
  font-size: 11px;
  display: block;
}

.div-block {
  float: right;
  background-image: linear-gradient(#7a2b2b80, #7a2b2b80);
  width: 2px;
  height: 75%;
}

.heroimagelink {
  transition: opacity .2s;
}

.heroimagelink:hover {
  opacity: .85;
}

.link-block {
  clear: right;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-block.w--current {
  float: none;
  clear: right;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.topbarsociallink {
  float: right;
  margin-left: 4px;
}

.bold-text-2 {
  font-size: 24px;
}

.bold-text-3, .bold-text-4 {
  font-size: 21px;
}

.mobileheader {
  display: none;
}

.mobileheader.white-only {
  background-color: var(--white);
}

.heroimagemobilelink, .slider-2, .launchastarheadlinemobile {
  display: none;
}

.div-block-2 {
  background-image: linear-gradient(#000, #000);
  width: 100px;
  height: 100px;
  margin-top: 106px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.body-2 {
  background-image: url('../images/starsBGSolid.png'), linear-gradient(#4cace9, #4cace9);
  background-position: 0 0, 0 0;
  background-size: 238px, auto;
}

.body-2.rtgpattern {
  background-image: url('../images/RTG-PatternTile.svg');
  background-position: 0 0;
  background-size: 450px;
  background-attachment: scroll;
}

.headerdivlevels {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.levelsheadingsection {
  background-image: url('../images/Gradient.gif'), linear-gradient(#b6e4fa, #b6e4fa);
  background-position: 50%, 0 0;
  background-repeat: repeat-y, repeat;
  background-size: 1153px, auto;
  margin-top: 70px;
  box-shadow: 1px 0 3px #0000005c;
}

.levelsheadingsection.white-only {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.pagetitleheader {
  color: #ed1a3b;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 33px;
  font-family: Futurastd, sans-serif;
  font-size: 34px;
}

.pagetitleheader.blue {
  color: var(--new-blue);
}

.pagetitleheader.rtr-at-home-hide {
  display: none;
}

.page-desc {
  text-align: center;
  margin: 15px auto 16px;
  font-family: Futurabt, sans-serif;
  font-size: 18px;
  line-height: 25px;
  display: block;
}

.page-desc.series {
  margin-top: 25px;
  margin-bottom: 11px;
  padding-left: 70px;
  padding-right: 70px;
}

.page-desc.activities {
  margin-top: 15px;
  padding-left: 70px;
  padding-right: 70px;
  font-weight: 400;
}

.page-desc.activities.lightfont {
  font-weight: 300;
}

.page-desc.rtrgraphics {
  margin-bottom: 0;
  padding-bottom: 26px;
  font-weight: 500;
}

.page-desc.book {
  color: var(--white);
  margin-top: 10px;
}

.page-desc.book.rtrgraphicsroundup3 {
  color: var(--black);
}

.page-desc.button-text {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
}

.levelstabscontainer {
  margin-top: 55px;
}

.tabs-content {
  background-image: linear-gradient(#fff, #fff);
  border: 3px solid #2083e9;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.tab-link-tab-1 {
  background-color: #fff;
}

.tab-link-tab-1.w--current {
  background-color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 130px;
  padding-top: 16px;
}

.tab-link-tab-1.levelstab {
  background-color: #ffffffbf;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 150px;
  padding-top: 16px;
}

.tab-link-tab-1.levelstab.w--current {
  background-color: #fff;
  width: 150px;
  margin-right: 46px;
}

.image-63 {
  opacity: 1;
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tabtext {
  opacity: 1;
  color: #b377d9;
  text-align: center;
  letter-spacing: .5px;
  margin-top: 7px;
  font-family: Futurastd, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.tabtext.red {
  color: #d9434e;
}

.tabtext.green {
  color: #bed748;
}

.tabtext.yellow {
  color: #ffc42d;
  text-transform: uppercase;
}

.levelstab {
  background-color: #ffffffbf;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 150px;
  margin-right: 46px;
  padding-top: 16px;
  padding-left: 18px;
  padding-right: 18px;
}

.levelstab.w--current {
  background-color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 150px;
  padding-top: 16px;
  padding-left: 18px;
  padding-right: 18px;
}

.image-64 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-4 {
  text-transform: uppercase;
  font-family: Futurastd, sans-serif;
}

.text-block-4.tabtext.blue {
  color: #4b8cdc;
  font-size: 16px;
}

.tab-link-tab-3 {
  background-color: #ffffffbf;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 150px;
  margin-right: 46px;
  padding-top: 16px;
}

.tab-link-tab-3.w--current {
  background-color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding-top: 16px;
}

.image-65 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tab-link-tab-4 {
  background-color: #ffffffbf;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 150px;
  padding-top: 16px;
}

.tab-link-tab-4.w--current {
  background-color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding-top: 16px;
}

.tab-link-tab-5 {
  float: right;
  background-color: #ffffffbf;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 150px;
  padding-top: 16px;
}

.tab-link-tab-5.w--current {
  background-color: #fff;
}

.image-66, .image-67 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.levelstabheading {
  color: #b377d9;
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 25px;
  font-family: Futurastd, sans-serif;
  font-size: 38px;
}

.levelstabheading.blue {
  color: #4b8cdc;
}

.levelstabheading.red {
  color: #d9434e;
}

.levelstabheading.green {
  color: #bed748;
}

.levelstabheading.yellow {
  color: #ffc42d;
}

.levelstabsintrodiv {
  margin-left: auto;
  margin-right: auto;
  padding-top: 19px;
  display: block;
}

.bluestarleft {
  float: right;
  width: 20px;
  margin-top: -56px;
  margin-right: 268px;
}

.bluestarleft.pl1 {
  margin-right: 254px;
}

.bluestarleft.l1 {
  margin-right: 292px;
}

.bluestarleft.lyw {
  margin-right: 302px;
}

.bluestarright {
  width: 20px;
  margin-top: -113px;
  margin-left: 260px;
}

.bluestarright.pl1 {
  margin-left: 246px;
}

.bluestarright.l1 {
  margin-left: 291px;
}

.bluestarright.ltw {
  margin-left: 292px;
}

.levelstableveldesc {
  direction: ltr;
  text-align: center;
  white-space: normal;
  width: auto;
  max-width: none;
  margin-top: -19px;
  margin-bottom: -7px;
  padding-left: 54px;
  padding-right: 54px;
  font-family: Futurabt, sans-serif;
  font-size: 19px;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.list-item {
  font-family: Futurastd, sans-serif;
}

.text-span-3 {
  font-family: Futurabt book, sans-serif;
}

.text-span-4 {
  color: #004c8b;
}

.bold-text-5 {
  color: #004c8b;
  font-family: Futurastd, sans-serif;
}

.list-item-2 {
  margin-top: 24px;
  padding-top: 0;
  font-family: Futurabt book, sans-serif;
  font-size: 17px;
}

.bold-text-6 {
  color: #004c8b;
  font-family: Futurastd, sans-serif;
}

.list-item-3 {
  margin-top: 24px;
  font-family: Futurabt book, sans-serif;
  font-size: 17px;
}

.bold-text-7 {
  color: #004c8b;
  font-family: Futurastd, sans-serif;
}

.list-item-4 {
  margin-top: 24px;
  font-family: Futurabt book, sans-serif;
  font-size: 17px;
}

.unordered-list {
  padding-left: 120px;
  padding-right: 120px;
  font-size: 16px;
}

.levelsrule {
  background-image: linear-gradient(#ed1a3b, #ed1a3b);
  width: 85%;
  height: 2px;
  margin: 35px auto;
  display: block;
}

.levelssubhead {
  color: #b377d9;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 23px;
  font-family: Futurastd, sans-serif;
  font-size: 26px;
}

.levelssubhead.blue {
  color: #4b8cdc;
}

.levelssubhead.red {
  color: #d9434e;
}

.levelssubhead.green {
  color: #bed748;
}

.levelssubhead.yellow {
  color: #ffc42d;
}

.levelscarouseldiv {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.slide-4 {
  background-color: #fff0;
}

.image-68 {
  padding-top: 50px;
}

.image-69 {
  padding-top: 55px;
}

.levelscarouselbookshot {
  float: left;
  border: 1px solid #000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 150px;
  height: 225px;
  margin-left: 8px;
  margin-right: 9px;
  padding-left: 0;
  transition: opacity .2s;
  display: block;
}

.levelscarouselbookshot:hover {
  opacity: .75;
}

.levelscarouselslidediv {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.left-arrow-3 {
  margin-left: 50px;
}

.right-arrow-3 {
  margin-right: 50px;
}

.slide-nav-4 {
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 11px;
}

.slide-5 {
  background-image: linear-gradient(#fff, #fff);
}

.slider-3 {
  background-color: #ddd0;
  margin-bottom: 0;
}

.pagetitle {
  color: var(--ready-to-read-red);
}

.levelscarouseldivmobile {
  display: none;
}

.body-3 {
  background-image: url('../images/starsBGSolid.png'), linear-gradient(#4cace9, #4cace9);
  background-position: 0 0, 0 0;
  background-size: 238px, auto;
}

.body-3.plpattern {
  background-image: url('../images/PL1-BlueWavePatternTile-01.svg'), url('../images/starsBGSolid.png'), linear-gradient(#4cace9, #4cace9);
  background-position: 0 0, 0 0, 0 0;
  background-size: 180px, 238px, auto;
}

.seriesheadersection {
  background-image: url('../images/Gradient.gif'), linear-gradient(#b6e4fa, #b6e4fa);
  background-position: 50%, 0 0;
  background-repeat: repeat-y, repeat;
  background-size: 1153px, auto;
  margin-top: 70px;
  padding-bottom: 10px;
  display: block;
  box-shadow: 1px 0 3px #0000005c;
}

.seriesheadersection.white-only {
  background-color: var(--white);
  background-image: none;
}

.seriesfeaturesection {
  margin-top: 7px;
}

.seriesfeaturecontainer {
  height: 350px;
  margin-top: 0;
  margin-bottom: 24px;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 154px;
  padding-top: 145px;
  font-family: Futurabt book, sans-serif;
  font-size: 18px;
}

.seriesbubblesection {
  display: none;
}

.seriesbubblecontainer {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.seriesbubblecontainer.rtrgraphicsbubblecontainer {
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.seriesbubble {
  float: left;
  text-align: center;
  background-image: linear-gradient(#fff, #fff);
  border-radius: 100px;
  width: 205px;
  height: 205px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: 30px;
  transition: opacity .2s;
  display: block;
  box-shadow: 1px 1px 3px #00000078;
}

.seriesbubble:hover {
  opacity: .75;
}

.seriesbubble.pinky {
  margin-left: auto;
}

.seriesbubble.hide {
  display: none;
}

.seriesbubble.centered {
  float: none;
  margin-right: auto;
}

.seriesbubble.smaller {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  width: 165px;
  height: 165px;
  margin-top: 10px;
  margin-right: 10px;
  display: inline-block;
  box-shadow: 1px 1px 3px #000;
}

.seriesbubble.smaller.new2025 {
  align-self: center;
  width: 175px;
  height: 175px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.seriesbubble.rtrgraphicsseriescovers {
  box-shadow: none;
  background-image: none;
  width: 150px;
}

.seriesbubbleholdingdiv {
  text-align: center;
  width: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
}

.seriesbubbleholdingdiv.rtrgraphicsseriescover {
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.belovedcharacterssection {
  background-color: #ff5153;
  border: 2px solid #b61025;
  border-left: 0 #000;
  border-right: 0 #000;
  max-height: 340px;
  margin-top: 49px;
}

.belovedcharacterssection._5bubbles {
  background-color: var(--beloved-characters);
  border: 1px solid #0000;
  height: auto;
  max-height: none;
  margin-top: 10px;
  padding-bottom: 30px;
}

.belovedcharacterssection._5bubbles.rtrgraphicsseriessection {
  background-color: var(--crimson);
}

.belovedcharacterssection._5bubbles.rtrgraphicsseriessection.rtrgraphicspage {
  display: block;
}

.belovedcharacterssection._5bubbles.rtrgraphicsseriessection.hide-section, .belovedcharacterssection._5bubbles.hide-section {
  display: none;
}

.belovedcharacterssection._5bubbles.new2025section {
  margin-top: 0;
  margin-bottom: -160px;
  padding-top: 30px;
  padding-bottom: 0;
}

.belovedcharacterssection.new2025section {
  background-color: var(--beloved-characters);
  max-height: 315px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.belovedcharacterssection.new2025section.hide-section {
  display: none;
}

.belovedcharacterscontainer {
  margin-bottom: -46px;
}

.seriescharacterheadline {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 33px;
  margin-bottom: 22px;
  font-family: Futurastd, sans-serif;
  font-size: 28px;
}

.seriescharacterheadline.padding {
  display: block;
}

.seriescharacterheadline.padding.rtrgraphicsseriesheadline {
  align-self: center;
  display: none;
}

.seriescharacterheadline.padding.findmoreseries {
  color: var(--white);
}

.seriescharacterheadline._4bubbles {
  margin-bottom: 0;
}

.slide-10 {
  background-color: #0000;
  height: 200px;
}

.slider-5 {
  background-color: #0000;
}

.image-73 {
  margin-top: 64px;
  margin-right: 35px;
  padding-left: 0;
}

.image-74 {
  margin-top: 64px;
  margin-left: 33px;
}

.image-75 {
  max-height: auto;
}

.seriescarouseldivcontain {
  justify-content: center;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.seriescarouselbookshot {
  float: left;
  max-width: 120px;
  max-height: 170px;
  margin-left: 6px;
  margin-right: 6px;
  transition: opacity .2s;
}

.seriescarouselbookshot:hover {
  opacity: .75;
}

.slide-nav-6 {
  margin-top: 1px;
  margin-bottom: 61px;
  font-size: 11px;
}

.classicstoriessection {
  background-color: #cb93ee;
  border-top: 2px solid #b377d9;
  border-bottom: 2px solid #b377d9;
  max-height: 340px;
  margin-top: 40px;
  display: block;
}

.right-arrow-5 {
  margin-bottom: 115px;
}

.slide-11 {
  height: 200px;
}

.mask {
  margin-bottom: -38px;
}

.funnonfictionsection {
  background-color: #bed748;
  max-height: 340px;
  margin-top: 40px;
  display: block;
}

.funnonfictionsection.new2025section {
  background-color: var(--yellow-green);
  max-height: 315px;
  margin-top: 0;
}

.funnonfictionsection.new2025section.hide-section, .seriesmobilesliderdiv {
  display: none;
}

.seriesfeaturediv {
  max-width: 940px;
  height: 350px;
  max-height: 350px;
  margin-top: 0;
}

.image-77 {
  width: auto;
  max-width: 93%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 39px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.image-78 {
  width: 190px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 37px;
  display: block;
}

.image-78.smaller {
  width: auto;
  max-width: 95%;
  padding-top: 25px;
}

.image-79 {
  width: 210px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 55px;
  padding-left: 7px;
  display: block;
}

.image-79.smaller {
  width: 150px;
  padding-top: 52px;
  padding-left: 0;
}

.image-80 {
  width: 170px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 45px;
  display: block;
}

.image-81 {
  width: 130px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 33px;
  padding-left: 4px;
  display: block;
}

.image-81.smaller {
  width: auto;
  max-width: 110px;
  padding-top: 20px;
  padding-left: 0;
}

.image-82 {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 38px;
  display: block;
}

.image-83 {
  width: 190px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 82px;
  display: block;
}

.image-84 {
  width: 130px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 51px;
  display: block;
}

.image-85 {
  width: 165px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 39px;
  display: block;
}

.image-86 {
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 54px;
  display: block;
}

.image-87 {
  width: auto;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 46px;
  display: block;
}

.image-87.rtrgraphicsseriescover {
  max-width: 100%;
  padding-top: 0;
  box-shadow: 1px 1px 3px #000;
}

.image-88 {
  width: 148px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 45px;
  padding-left: 0;
  padding-right: 3px;
  display: inline-block;
}

.image-89 {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-left: 11px;
  padding-right: 0;
  display: block;
}

.image-90 {
  width: 170px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 53px;
  padding-left: 4px;
  display: block;
}

.image-91 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 64px;
  display: block;
}

.image-92 {
  width: 170px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 76px;
  display: block;
}

.image-93 {
  width: 160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 39px;
  display: block;
}

.image-94 {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 38px;
  padding-left: 6px;
  display: block;
}

.image-95 {
  width: 175px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 79px;
  display: block;
}

.image-96 {
  width: 170px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 71px;
  display: block;
}

.body-4 {
  background-image: linear-gradient(#4cace9, #4cace9);
  background-position: 0 0;
  background-size: auto;
}

.body-4.l3pattern {
  background-image: url('../images/L3-YellowStarsPatternTile-01.svg'), url('../images/starsBGSolid.png'), linear-gradient(#4cace9, #4cace9);
  background-position: 0 0, 0 0, 0 0;
  background-size: 300px, 238px, auto;
}

.body-4.l2pattern {
  background-color: var(--yellow-green);
  background-image: linear-gradient(#bdd5478c, #bdd5478c), url('../images/L2-GreenTrianglePattern-01.svg');
  background-position: 0 0, 0 0;
  background-size: auto, 210px;
}

.educatorsintrosection {
  background-image: url('../images/Gradient.gif'), linear-gradient(#b6e4fa, #b6e4fa);
  background-position: 50%, 0 0;
  background-repeat: repeat-y, repeat;
  background-size: 1153px, auto;
  margin-top: 70px;
  padding-top: 25px;
  padding-bottom: 0;
  box-shadow: 1px 0 3px #0000005c;
}

.educatorsintrosection.white-only {
  background-color: var(--white);
  background-image: linear-gradient(to bottom, var(--white), var(--white));
}

.educatorsintrocontainer {
  padding-bottom: 0;
}

.educatorsintrodivleft {
  float: left;
  margin-left: 41px;
  margin-right: auto;
}

.image-97 {
  float: left;
  max-width: 150px;
  margin: -19px 6px 7px 19px;
  padding-top: 1px;
}

.educatorsintrodivright {
  float: none;
  max-width: 650px;
  margin-top: 0;
  margin-left: auto;
  margin-right: 30px;
}

.educatorparentinfo {
  float: left;
  margin-bottom: 16px;
  font-family: Futurabt book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.educatorparentinfo.top {
  margin-top: 13px;
  margin-left: 0;
}

.educatorparentinfo.top.educators {
  margin-top: 34px;
}

.educatorparentinfo.copyrightfredrogers {
  color: #888;
  font-size: 10px;
}

.bold-text-9 {
  color: #ed1a3b;
  font-family: Futurastd, sans-serif;
  font-size: 20px;
}

.bold-text-10 {
  color: #2083e9;
  font-family: Futurabt, sans-serif;
}

.reachforthestarssection {
  margin-top: 50px;
}

.reachforthestarscontainer {
  background-image: linear-gradient(#ff5153, #ff5153);
  border: 2px solid #b61025;
  border-radius: 15px;
}

.reachforthestarsheadline {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Futurastd, sans-serif;
  font-size: 29px;
  line-height: 38px;
}

.reachforthestarsheadline.stars {
  float: left;
  clear: none;
  width: 200px;
  margin-top: -5px;
  margin-left: -12px;
}

.reachfothestarsinfodivcontain {
  background-image: linear-gradient(#fff, #fff);
  border-radius: 15px;
  max-width: 860px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 45px;
  padding-bottom: 45px;
  display: block;
  box-shadow: 1px 1px 3px #00000070;
}

.reachforthestarsdivleft {
  float: left;
  padding-top: 1px;
  padding-left: 80px;
}

.numeral1 {
  max-width: 100px;
  margin-top: 24px;
  margin-left: 50px;
}

.reachforthestarsdivright {
  float: right;
  width: 700px;
  margin-right: 21px;
}

.reachforthestarstext {
  float: right;
  width: 700px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 140px;
  padding-left: 0;
  padding-right: 5px;
  font-family: Futurabt, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.bold-text-11, .bold-text-12, .text-span-5, .bold-text-13, .bold-text-14 {
  color: #b377d9;
  font-family: Futurastd, sans-serif;
}

.image-98 {
  max-width: 0;
}

.numeraltwo {
  padding-top: 35px;
}

.numeralthree {
  padding-top: 20px;
}

.numeralfour {
  padding-top: 29px;
}

.bold-text-15 {
  font-size: 31px;
  line-height: 39px;
}

.bold-text-15.stars {
  margin-top: -3px;
  margin-right: 51px;
}

.reviewssection {
  background-image: linear-gradient(to bottom, var(--new-blue), var(--new-blue));
  margin-top: 57px;
}

.reviewscontainer {
  height: auto;
  max-height: none;
}

.reviewsheadline {
  float: left;
  color: #ed1a3b;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 500px;
  margin-top: 46px;
  margin-left: 66px;
  font-family: Futurastd, sans-serif;
  font-size: 34px;
}

.text-block-6 {
  clear: both;
  text-align: center;
  height: auto;
  max-height: none;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 76px;
  padding-right: 76px;
  font-family: Futurabt book, sans-serif;
  font-size: 16px;
  line-height: 23px;
}

.text-span-6 {
  font-family: Futurabt book, sans-serif;
  font-size: 14px;
}

.text-span-7 {
  text-transform: uppercase;
  font-family: Futurabt book, sans-serif;
}

.italic-text {
  text-transform: uppercase;
  font-family: Futurabt, sans-serif;
  font-weight: 500;
}

.text-span-8 {
  font-family: Futurabt, sans-serif;
  font-size: 14px;
}

.italic-text-2 {
  text-transform: uppercase;
  font-family: Futurabt, sans-serif;
}

.text-span-9 {
  font-family: Futurabt, sans-serif;
}

.text-span-10 {
  font-family: Futurabt, sans-serif;
  font-size: 14px;
}

.italic-text-3 {
  text-transform: uppercase;
  font-family: Futurabt, sans-serif;
}

.text-span-11 {
  font-family: Futurabt, sans-serif;
  font-size: 14px;
}

.educatorbullets {
  margin-bottom: 16px;
  margin-left: 48px;
  margin-right: 46px;
  font-family: Futurabt book, sans-serif;
  font-size: 15px;
}

.list-item-5, .list-item-6, .list-item-7 {
  margin-bottom: 15px;
  font-family: Futurabt book, sans-serif;
  font-size: 15px;
}

.bold-text-16 {
  color: var(--white);
}

.educatoractivitiessection {
  margin-top: 40px;
}

.educatoractivitiescontainer {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.educatoractivitiesbox {
  border: 2px solid #2083e9;
}

.body-5 {
  background-color: #4cace9;
  background-image: url('../images/starsBGSolid.png');
  background-position: 0 0;
  background-size: 238px;
}

.body-5.l-pattern {
  background-image: url('../images/L1-RedCirclesPatternTile-01.svg'), url('../images/starsBGSolid.png');
  background-position: 0 0, 0 0;
  background-size: 300px, 238px;
}

.body-5.l3pattern {
  background-color: var(--gold);
  background-image: url('../images/L3-YellowStarsPatternTile-01.svg');
  background-position: 0 0;
  background-size: 25%;
  background-attachment: scroll;
}

.parentsintrosection {
  background-color: #b6e4fa;
  background-image: url('../images/Gradient.gif');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: 1153px;
  margin-top: 73px;
  padding-top: 33px;
  padding-bottom: 0;
  box-shadow: 1px 0 3px #0000005c;
}

.parentsintrosection.white-only {
  background-color: var(--white);
  background-image: none;
}

.clickhereintrolink {
  color: #2083e9;
  font-family: Futurastd, sans-serif;
  text-decoration: none;
}

.clickhereintrolink:hover {
  color: #000;
}

.link-3, .link-4 {
  text-decoration: none;
}

.body-6 {
  background-color: #4cace9;
  background-image: url('../images/starsBGSolid.png');
  background-position: 0 0;
  background-size: 238px;
}

.body-6.l1pattern {
  background-image: url('../images/L1-RedCirclesPatternTile-01.svg');
  background-position: 0 0;
  background-size: 240px;
}

.activitiesintrosection {
  background-color: #b6e4fa;
  background-image: url('../images/Gradient.gif');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: 1153px;
  margin: 70px 0 30px;
  padding-top: 3px;
  box-shadow: 1px 0 3px #0000005c;
}

.activitiesintrosection.white-only {
  background-color: var(--white);
  background-image: none;
}

.activitiesaccordioncontainer {
  border: 0 #2083e9;
  border-radius: 0;
}

.accordionwrapper {
  background-color: #fff;
}

.accordionwrapper.ecards-tab, .accordionwrapper.certificates-tab, .accordionwrapper.ecards-cert-tab, .accordionwrapper.ecards-cert-tab-1, .accordionwrapper.ecards-cert-educator-tab, .accordionwrapper.ecards-cert-educator-tab-1 {
  display: none;
}

.accordionitemtrigger {
  cursor: pointer;
  background-color: #deeefa;
  border-bottom: .5px solid #aaa4a4;
  padding-top: 1px;
  padding-bottom: 1px;
  transition: opacity .2s;
}

.accordionitemtrigger:hover {
  opacity: .5;
}

.heading {
  color: #4cace9;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  cursor: pointer;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-family: Futurabt book, sans-serif;
  display: block;
}

.accordionitem-content {
  background-color: #fff;
  height: 980px;
  padding-left: 37px;
  padding-right: 31px;
  display: block;
  overflow: scroll;
}

.accordionitem-content.certact {
  height: 950px;
}

.accordionitem-content.guides {
  height: 920px;
  overflow: scroll;
}

.accordionitem-content.guides.classroomguides {
  height: 330px;
}

.accordionitem-content.activity {
  height: 1000px;
}

.accordionitem-content.certificates {
  height: 900px;
}

.accordionitem-content.parentguides {
  height: 600px;
  overflow: scroll;
}

.text-block-7 {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Futurastd, sans-serif;
  display: block;
  overflow: hidden;
}

.text-block-7.bottomecards {
  padding-bottom: 0;
}

.thumbnailblock {
  background-color: #4cace9;
  width: 220px;
  height: 200px;
  margin: 0 auto 6px;
  transition: opacity .35s;
  display: block;
}

.thumbnailblock:hover {
  opacity: .7;
}

.activityblock {
  float: left;
  text-align: center;
  justify-content: center;
  width: 210px;
  height: 200px;
  margin: 41px 35px 41px 39px;
  display: inline-block;
}

.accordionitemtriggertop {
  cursor: pointer;
  background-color: #deeefa;
  border-bottom: .5px solid #aaa4a4;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding-top: 1px;
  padding-bottom: 1px;
  transition: opacity .2s;
}

.accordionitemtriggertop:hover {
  opacity: .5;
}

.accordionitemtriggertop:focus {
  background-color: #fff;
}

.accordionitemcontenttop {
  background-image: linear-gradient(#fff, #fff);
  height: 2100px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 37px;
  padding-right: 30px;
  display: block;
  overflow: scroll;
}

.activitiesaccordionfulldiv {
  background-color: #fff;
  border: 2px solid #2083e9;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.educatorsactivitiesheader {
  background-color: var(--beloved-characters);
  border: 2px solid #89a403;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.heading-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 6px;
  width: 600px;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  font-family: Futurastd, sans-serif;
  font-size: 35px;
  display: block;
}

.headerstarleft {
  float: left;
  margin-top: -60px;
  margin-left: 150px;
  padding-top: 17px;
}

.div-block-3 {
  float: right;
}

.div-block-3.headerstarright {
  clear: none;
  margin-top: -60px;
  margin-right: 150px;
  padding-top: 17px;
}

.image-99, .image-100 {
  width: 25px;
}

.accordionwrappersubtop {
  background-color: #fff;
}

.accordionitemtriggersubtop {
  cursor: pointer;
  background-color: #deeefa;
  border-bottom: .5px solid #aaa4a4;
  padding-top: 1px;
  padding-bottom: 1px;
  transition: opacity .2s;
}

.accordionitemtriggersubtop:hover {
  opacity: .5;
}

.accordionitemcontentsubtop {
  background-color: #fff;
  height: 2025px;
  padding-left: 37px;
  padding-right: 31px;
  overflow: scroll;
}

.parentsactivitiescontainer.parents {
  margin-top: 39px;
}

.activityheaderblock {
  margin-top: 4px;
}

.heading-3 {
  text-align: center;
  letter-spacing: 5px;
  width: 400px;
  margin: 34px auto -15px;
  font-family: Futurastd, sans-serif;
  font-size: 35px;
  display: block;
}

.heading-3.downloadableactivities {
  font-size: 20px;
}

.activityheaderstarleft {
  float: left;
  margin-top: 30px;
  margin-left: 150px;
  padding-top: 0;
  padding-left: 0;
}

.activityheaderstarleft.ecards {
  margin-left: 270px;
}

.activityheaderstarleft.certificates {
  margin-left: 203px;
}

.activityheaderstarleft.activities {
  margin-left: 175px;
}

.activityheaderstarleft.guides {
  margin-left: 275px;
}

.activityheaderstarleft.catalogs {
  margin-left: 253px;
}

.activityheaderstarright {
  float: right;
  margin-top: 30px;
  margin-right: 150px;
}

.activityheaderstarright.ecards {
  margin-right: 270px;
}

.activityheaderstarright.certificares {
  margin-right: 213px;
}

.activityheaderstarright.activity {
  margin-right: 179px;
}

.activityheaderstarright.guides {
  margin-right: 274px;
}

.activityheaderstarright.catalogs {
  margin-right: 253px;
}

.image-101 {
  max-width: 30px;
}

.image-102 {
  border: 1px solid #000;
  max-width: 180px;
  margin-top: 32px;
}

.image-103 {
  border: 1px solid #000;
  max-width: 180px;
  margin-top: 32px;
  padding-top: 0;
}

.image-104, .image-105 {
  border: 1px solid #000;
  max-width: 180px;
  margin-top: 32px;
}

.image-106 {
  border: 1px solid #000;
  max-width: 180px;
  margin-top: 32px;
  padding-top: 0;
}

.image-107, .image-108 {
  border: 1px solid #000;
  width: 140px;
  margin-top: 10px;
}

.image-readyjet-thumb {
  border: 1px solid #000;
  width: 140px;
  margin-top: 10px;
  display: inline-block;
}

.image-readyjet-thumb.seriespage {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  text-decoration: underline;
}

.image-readyjet-thumb.seriespage:hover {
  opacity: .7;
  text-shadow: 1px 1px 6px #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.body-7 {
  background-color: #4cace9;
  background-image: url('../images/starsBGSolid.png');
  background-position: 0 0;
  background-size: 238px;
}

.body-7.l3pattern {
  background-color: var(--gold);
  background-image: url('../images/L3-YellowStarsPatternTile-01.svg');
  background-position: 0 0;
  background-size: 400px;
}

.copyrightsection {
  margin-top: 70px;
}

.copyrightcontainer {
  background-image: linear-gradient(#fff, #fff);
  border: 2px solid #2083e9;
  border-radius: 15px;
  padding: 31px;
}

.text-span-12 {
  font-size: 12px;
  line-height: 13px;
}

.text-block-8 {
  line-height: 14px;
}

.image-110, .image-111, .image-112, .image-113, .image-114, .image-115, .image-116, .image-117, .image-118, .image-119, .image-120, .image-121, .image-122, .image-123, .image-124, .image-125, .image-126, .image-127, .image-128, .image-129, .image-130 {
  height: 100%;
}

.heading-4 {
  color: var(--crimson);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 2px;
  margin-bottom: 15px;
  font-family: Futurastd, sans-serif;
  font-size: 29px;
}

.image-131 {
  float: left;
  width: 350px;
  margin-top: 20px;
  margin-bottom: 6px;
  margin-left: -18px;
}

.downarrowactivity {
  float: right;
  clear: left;
  max-width: 20px;
  margin-top: -27px;
  margin-right: 37px;
}

.uparrowactivities {
  float: right;
  max-width: 20px;
  margin-top: -27px;
  margin-right: 37px;
}

.uparrowsub {
  float: right;
  clear: left;
  max-width: 20px;
  margin-top: -27px;
  margin-right: 37px;
}

.image-132 {
  float: left;
  width: 270px;
  margin-top: -17px;
  margin-bottom: 11px;
  margin-left: 267px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-133 {
  box-shadow: 1px 1px 3px 0 var(--grey);
  border: 2px #2083e9;
  width: 100%;
}

.featureareaserieslinkmobile {
  display: none;
}

.text-span-13 {
  color: #ed1a3b;
  font-family: Futurastd, sans-serif;
  font-size: 19px;
}

.div-block-4 {
  background-image: linear-gradient(#fff, #fff);
  border-radius: 100px;
  box-shadow: 0 0 6px -2px #000;
}

.image-135 {
  max-width: 120px;
}

.div-block-5 {
  float: left;
  border-radius: 100px;
  max-width: 300px;
  max-height: 150px;
  box-shadow: 0 0 2px #00000052;
}

.image-136 {
  max-width: 130px;
  margin-top: 44px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-136.daniel {
  max-width: 120px;
  margin-top: 39px;
  margin-left: 1px;
}

.image-137 {
  max-width: 120px;
  margin-top: 43px;
  margin-left: 0;
}

.image-138 {
  margin-top: 29px;
}

.image-139 {
  margin-top: 57px;
}

.image-140 {
  max-width: 90px;
  margin-top: 21px;
  margin-left: 17px;
}

.image-141 {
  max-width: 118px;
  margin-top: 25px;
  margin-left: 2px;
  margin-right: auto;
  padding-left: 0;
  display: block;
}

.image-141.mouse {
  margin-top: 40px;
  margin-left: 0;
}

.image-142 {
  max-width: 125px;
  margin-top: 58px;
  margin-left: -2px;
  padding-right: 0;
  display: block;
}

.image-143 {
  max-width: 100px;
  margin-top: 19px;
  margin-left: 16px;
  margin-right: auto;
  display: block;
}

.image-144 {
  max-width: 100px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-145 {
  max-width: 114px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-146 {
  max-width: 108px;
  margin-top: 43px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-147 {
  max-width: 104px;
  margin-top: 42px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-148 {
  margin-top: 21px;
}

.image-149 {
  max-width: 125px;
  margin-top: 7px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 9px;
  display: block;
}

.image-150 {
  margin-top: 50px;
}

.image-151 {
  max-width: 110px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-152 {
  max-width: 100px;
  margin-top: 22px;
  margin-left: 12px;
  margin-right: auto;
  display: block;
}

.image-153 {
  margin-top: 56px;
}

.image-154 {
  margin-top: 39px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.body-8 {
  background-image: linear-gradient(#facc2699, #facc2699), url('../images/L3-YellowSquarePatternTile-01.svg');
  background-position: 0 0, 0 0;
  background-size: auto, 150px;
}

.body-8.slj-sweeps {
  background-image: linear-gradient(#facc268c, #facc268c), url('../images/L3-YellowStarsPatternTile-01.svg');
  background-size: auto, 550px;
}

.body-8.katharine-holabird-1 {
  background-image: linear-gradient(#bb94c3bf, #bb94c3bf), url('../images/RTG-PatternTile.svg');
  background-position: 0 0, 0 0;
  background-size: auto, 700px;
}

.body-8.mpc1 {
  background-image: linear-gradient(#facc26a6, #facc26a6), url('../images/L3-YellowStarsPatternTile-01.svg');
  background-size: auto, 700px;
}

.characterinfosection {
  background-image: url('../images/Gradient.gif'), linear-gradient(#b6e4fa, #b6e4fa);
  background-position: 50%, 0 0;
  background-repeat: repeat-y, repeat;
  background-size: 1153px, auto;
  margin-top: 70px;
  box-shadow: 1px 0 3px #0000005c;
}

.characterinfosection.white-only {
  background-color: var(--white);
  background-image: linear-gradient(to bottom, var(--white), var(--white));
}

.characterlogoleft {
  float: left;
  margin-top: 42px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.characterlogoleft.olivia {
  margin-left: 10px;
}

.characterlogoleft.secretshistory {
  margin-left: 20px;
}

.characterlogoleft.pinkyrex {
  margin-left: 10px;
}

.characterlogoleft.miffy {
  margin-top: 10px;
  margin-left: 10px;
}

.characterlogoleft.myfirst {
  margin-left: 10px;
}

.characterlogoleft.mouse {
  margin-top: 10px;
  margin-left: 10px;
}

.characterlogoleft.eloise, .characterlogoleft.bugs {
  margin-top: 0;
  margin-left: 0;
}

.characterlogoleft.pjm {
  margin-top: 0;
  margin-left: 10px;
}

.characterlogoleft.sciencefun {
  margin-top: 28px;
  margin-left: 10px;
}

.characterlogoleft.peanuts {
  margin-left: 10px;
}

.characterlogoleft.robinhill {
  margin-top: -1px;
  margin-left: 10px;
}

.characterlogoleft.wondersamerica {
  margin-left: 10px;
}

.characterlogoleft.youshouldmeet {
  margin-top: 0;
  margin-left: 10px;
}

.characterlogoleft.tailshistory {
  margin-left: 10px;
}

.characterlogoleft.zip {
  margin-top: 28px;
  margin-left: 10px;
}

.characterlogoleft.henrymudge {
  margin-top: 21px;
}

.characterlogoleft.livingin {
  margin-left: 10px;
}

.characterlogoleft.angelina {
  margin-top: 4px;
  margin-left: 10px;
}

.characterlogoleft.gameday {
  margin-top: 54px;
  margin-left: 10px;
}

.characterlogoleft.otto {
  margin-left: 10px;
}

.characterlogoleft.carle {
  margin-top: 0;
  margin-left: 10px;
}

.characterlogoleft.dinotrain {
  margin-top: 26px;
  margin-left: 10px;
}

.characterlogoleft.historyfun, .characterlogoleft.ifyoulove {
  margin-left: 10px;
}

.characterlogoleft.readyjet {
  margin-top: 23px;
  margin-left: 10px;
}

.characterlogoleft.schoolfish {
  margin-top: 0;
}

.characterlogoleft.hotel {
  float: left;
  margin-top: 0;
  margin-left: 10px;
  margin-right: auto;
  padding-top: 0;
}

.characterlogoleft.boss {
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 10px;
  display: inline-block;
}

.characterlogoleft.clickclack {
  max-width: none;
  margin-top: 0;
  margin-left: 10px;
}

.characterlogoleft.voltron, .characterlogoleft.batman {
  margin-left: 10px;
}

.characterlogoleft.superfacts {
  margin-top: 0;
  margin-left: 10px;
  margin-right: auto;
}

.characterlogoleft.twinkle {
  margin-top: 0;
  margin-left: 10px;
}

.image-155 {
  max-width: 430px;
  margin-left: 66px;
}

.characterimageright {
  float: right;
  margin-top: 0;
  margin-right: 0;
  display: block;
}

.characterimageright.olivia {
  margin-right: 43px;
}

.characterimageright.miffy {
  margin-top: 0;
  margin-right: 10px;
}

.characterimageright.myfirst {
  margin-top: 0;
}

.characterimageright.mouse {
  margin-top: 0;
  margin-right: 10px;
}

.characterimageright.eloise, .characterimageright.bugs {
  margin-top: 0;
  margin-right: 0;
}

.characterimageright.pjm {
  margin-top: 0;
  margin-right: 10px;
}

.characterimageright.wondersamerica, .characterimageright.zip, .characterimageright.henrymudge, .characterimageright.livingin, .characterimageright.angelina, .characterimageright.gameday, .characterimageright.otto, .characterimageright.carle, .characterimageright.dinotrain, .characterimageright.historyfun, .characterimageright.ifyoulove {
  margin-right: 10px;
}

.characterimageright.hotel {
  float: right;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-right: 10px;
  display: block;
}

.characterimageright.boss {
  margin-top: 0;
  margin-right: 10px;
  padding-top: 0;
  display: block;
}

.characterimageright.clickclack {
  margin-top: 10px;
  margin-right: 10px;
}

.characterimageright.superfacts {
  margin-left: auto;
  margin-right: 10px;
}

.characterimageright.twinkle {
  margin-right: 10px;
}

.image-156 {
  width: auto;
  max-width: 270px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 136px;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
  overflow: visible;
}

.image-156.zip {
  max-width: 190px;
  margin-right: 136px;
}

.image-156.wonders {
  max-width: 215px;
  margin-top: -13px;
  margin-right: 98px;
}

.image-156.henry {
  margin-top: -41px;
  margin-right: 67px;
}

.image-156.ifyou {
  float: right;
  max-width: 280px;
  margin-top: 24px;
  margin-bottom: 0;
  margin-right: 130px;
  display: inline-block;
}

.image-156.pinky1 {
  max-width: 230px;
  margin-right: 67px;
}

.image-156.cocomelon-bigger {
  max-width: 300px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 139px;
}

.div-block-6 {
  border: 1px #000;
  border-bottom: 2px solid #ed1a3b;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 0;
  display: flex;
}

.div-block-6.olivia {
  padding-top: 11px;
}

.div-block-6.tails {
  padding-top: 13px;
}

.div-block-6.sofs {
  padding-top: 18px;
  padding-bottom: 0;
}

.div-block-6.voltron {
  padding-top: 0;
}

.div-block-6.sweeps {
  display: none;
}

.charactersummary {
  color: var(--black);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 55px;
  padding-right: 55px;
  font-family: Futurabt, sans-serif;
  font-size: 21px;
  line-height: 33px;
}

.charactersummary.soah {
  padding-left: 70px;
  padding-right: 70px;
}

.charactersummary.sweeps {
  padding-left: 75px;
  padding-right: 75px;
  font-size: 22px;
}

.charactersummary.sweeps.white {
  color: #fff;
}

.charactersummary.halloween2020 {
  color: var(--black);
}

.charactersummary.holiday2020 {
  color: var(--black);
  padding-left: 45px;
  padding-right: 45px;
}

.charactersummary.sljsweeps {
  color: var(--black);
  padding-left: 110px;
  padding-right: 110px;
  font-size: 18px;
  font-weight: 400;
}

.charactersummary.katharine-4 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.charactersummary.rtrgraphics2021 {
  color: var(--ready-to-read-red);
  text-decoration: none;
}

.seriesbooksection {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.seriesbooksection.slj-sweepsbooksection {
  display: block;
}

.seriesbooksection.rtrgraphicseriesbooksection {
  display: none;
}

.seriesbookcontainer {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 46px;
  display: block;
}

.seriesbookcontainer.sweeps {
  margin-top: 21px;
}

.seriesbookcontainer.holidayroundup2020-books {
  display: block;
}

.seriesbookcontainer.holiday-2 {
  display: none;
}

.seriesbookcontainer.meetkatharine1 {
  margin-left: auto;
  margin-right: auto;
}

.seriesbookcontainer.rtrgraphicsroundup2021 {
  display: block;
}

.serieslevelheader {
  background-image: linear-gradient(#fff, #fff);
  border-radius: 100px;
  width: 385px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  display: block;
  box-shadow: 0 0 1px #00000080;
}

.serieslevelheader.ryansworldlvl1 {
  display: block;
}

.image-157 {
  float: left;
  max-width: 30px;
  margin-left: 0;
  margin-right: 10px;
  display: block;
}

.text-block-9 {
  float: left;
  color: #b377d9;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 7px;
  margin-left: auto;
  margin-right: auto;
  font-family: Futurastd, sans-serif;
  font-size: 24px;
  display: block;
}

.text-block-9.prelevelone {
  color: #bed748;
}

.text-block-9.pl2 {
  color: #4b8cdc;
}

.text-block-9.pl3 {
  color: #ffc42d;
}

.text-block-9.level1 {
  color: #ed1a3b;
}

.serieslevelheaderholdingdiv {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.serieslevelheaderholdingdiv.prelevelone {
  width: 198px;
}

.seriesbookshotsholdingdiv {
  text-align: center;
  border: 1px #000;
  width: 630px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 7px;
  display: block;
}

.seriesbookshotsholdingdiv.danielrtr {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
}

.seriesbookshotsholdingdiv.snoopyrtr {
  width: 155px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
}

.seriesbookshotsholdingdiv.ortr {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.seriesbookshotsholdingdiv.tfh {
  width: 721px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.seriesbookshotsholdingdiv.eclo, .seriesbookshotsholdingdiv.eclt {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.seriesbookshotsholdingdiv.miffyrtr {
  width: 463px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
}

.seriesbookshotsholdingdiv.plo {
  width: 308px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
}

.seriesbookshotsholdingdiv.ottortr, .seriesbookshotsholdingdiv.batmanrtr {
  width: 630px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.seriesbookshotsholdingdiv.batmanplo {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.seriesbookshotsholdingdiv.gamedayrtr {
  width: 550px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.seriesbookshotsholdingdiv.gamedayrtr.sweeps {
  width: 700px;
  display: block;
  position: static;
}

.seriesbookshotsholdingdiv.katharineholabird1 {
  display: none;
}

.seriespagebookshotlink {
  float: none;
  clear: none;
  border: 1px solid #000;
  width: 150px;
  margin-top: 30px;
  margin-left: 7px;
  margin-right: 7px;
  transition: opacity .2s;
  display: inline-block;
}

.seriespagebookshotlink:hover {
  opacity: .75;
}

.seriespagebookshotlink.sweeps {
  width: 210px;
  margin-top: 23px;
  display: inline-block;
  position: static;
}

.seriespagebookshotlink.boxset {
  height: 210px;
}

.seriespagebookshotlink.redtitanboxset1, .seriespagebookshotlink.nuggetdogboxset1, .seriespagebookshotlink.angelinaboxset1, .seriespagebookshotlink.angelinaboxset2 {
  width: 180px;
}

.image-158 {
  border-style: none;
  border-color: #000;
}

.image-159 {
  width: auto;
  max-width: 400px;
  height: auto;
  margin-top: -54px;
  margin-bottom: 0;
  margin-left: 95px;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
}

.image-159.zip1 {
  max-width: 450px;
  margin-top: -34px;
  margin-left: 49px;
}

.image-159.wonders1 {
  max-width: 530px;
  margin-top: 5px;
  margin-left: 31px;
}

.image-159.henry1 {
  max-width: 410px;
  margin-top: 0;
  margin-left: 59px;
  padding-top: 0;
}

.image-159.ifyou {
  max-width: 260px;
  margin-top: 10px;
  margin-left: 164px;
}

.image-159.pinky2 {
  max-width: 460px;
  margin-top: 41px;
  margin-left: 58px;
}

.image-159.ifyoulovelogo {
  max-width: 420px;
  margin-top: 64px;
  margin-left: 59px;
}

.image-159.rhs-image {
  max-width: 250px;
  margin-top: 0;
}

.image-160 {
  max-width: 280px;
  margin-right: 57px;
}

.image-161 {
  margin-top: 17px;
  margin-left: 52px;
  padding-top: 0;
}

.html-embed-2 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-7 {
  width: 195px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-7.pl {
  width: 260px;
}

.div-block-7.pl3 {
  width: 218px;
}

.image-162 {
  max-width: 250px;
  margin-top: 15px;
  margin-bottom: 20px;
  margin-right: 133px;
}

.image-163 {
  max-width: 400px;
  max-height: 250px;
  margin-top: 13px;
  margin-left: 110px;
}

.image-164 {
  max-width: 250px;
  padding-top: 26px;
}

.image-165 {
  max-width: 550px;
  margin-top: 65px;
  margin-left: 33px;
  display: inline-block;
}

.image-166 {
  max-width: 340px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 72px;
}

.image-167 {
  max-width: 250px;
  margin-top: -15px;
  margin-bottom: 9px;
  margin-left: 138px;
  padding-top: 0;
}

.image-168 {
  max-width: 300px;
  margin-right: 27px;
}

.image-169 {
  float: none;
  max-width: 500px;
  margin-top: 34px;
  margin-left: 39px;
  display: block;
  overflow: visible;
}

.image-170 {
  max-width: 330px;
  margin-top: 13px;
  margin-right: 105px;
}

.image-171 {
  max-width: 260px;
  margin-top: -24px;
  margin-left: 100px;
  padding-top: 0;
}

.image-172 {
  max-width: 350px;
  margin-top: 11px;
  margin-right: 43px;
}

.image-173 {
  max-width: 280px;
  margin-top: -24px;
  margin-left: 98px;
}

.image-174 {
  max-width: 350px;
  margin-top: 0;
  margin-right: 12px;
}

.image-175 {
  max-width: 300px;
  margin-top: 3px;
  margin-bottom: 0;
  margin-left: 124px;
}

.ecrtr {
  width: 154px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.ericcarledivleft {
  float: left;
  margin-left: 40px;
  display: none;
}

.ericcarledivright {
  float: right;
  margin-right: 40px;
  display: none;
}

.image-176 {
  max-width: 270px;
  margin-top: 5px;
  margin-right: 100px;
}

.image-177 {
  max-width: 410px;
  margin-top: 13px;
  margin-left: 82px;
}

.image-178 {
  max-width: 350px;
  margin-right: 67px;
}

.image-179 {
  max-width: 350px;
  margin-top: 28px;
  margin-left: 78px;
}

.image-180 {
  max-width: 300px;
}

.image-181 {
  max-width: 300px;
  margin-right: 60px;
}

.image-182 {
  margin-top: 46px;
  margin-left: 63px;
}

.image-183 {
  max-width: 300px;
  margin-right: 52px;
}

.image-184 {
  max-width: 100%;
  margin-top: -55px;
  margin-bottom: -35px;
  margin-left: 35px;
  padding-top: 0;
}

.image-185 {
  max-width: 350px;
  margin-top: -14px;
  margin-right: 46px;
}

.image-186 {
  max-width: 400px;
  margin-top: -26px;
  margin-left: 35px;
  margin-right: auto;
}

.image-187 {
  max-width: 350px;
  margin-top: 20px;
  margin-right: 63px;
  padding-right: 0;
}

.image-188 {
  float: none;
  width: auto;
  min-width: auto;
  max-width: 367px;
  height: auto;
  margin: 30px auto 30px 70px;
  padding-top: 0;
  display: inline-block;
  position: static;
}

.image-189 {
  max-width: 300px;
  margin-top: -5px;
  margin-right: 31px;
}

.image-190 {
  float: none;
  clear: none;
  max-width: 500px;
  margin-top: 40px;
  margin-left: 41px;
  display: inline-block;
}

.image-191 {
  width: auto;
  max-width: 330px;
  height: auto;
  margin-top: -11px;
  margin-right: 73px;
  padding-bottom: 0;
  display: inline-block;
}

.image-192 {
  float: none;
  max-width: 302px;
  margin-top: -60px;
  margin-bottom: 0;
  margin-left: 65px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.image-192.school {
  width: auto;
  max-width: 420px;
  margin-top: 39px;
}

.image-193 {
  max-width: 380px;
  margin-top: 0;
  margin-right: 10px;
}

.image-194 {
  max-width: 300px;
  margin-top: -40px;
  margin-left: 94px;
}

.image-195 {
  max-width: 300px;
  margin-top: -12px;
  margin-right: 46px;
}

.image-196 {
  margin-top: 16px;
  margin-left: 54px;
  padding-top: 0;
}

.image-197 {
  max-width: 300px;
  margin-right: 60px;
}

.image-198 {
  margin-top: 0;
  margin-left: 26px;
}

.text-span-14 {
  font-family: Futurabt, sans-serif;
  font-style: italic;
  font-weight: 500;
}

.moredavidmilgrim {
  color: #fff;
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Futurastd, sans-serif;
  font-size: 16px;
}

.image-199 {
  padding-top: 45px;
  padding-left: 7px;
  padding-right: 7px;
}

.image-200 {
  padding-top: 70px;
  padding-left: 10px;
  padding-right: 10px;
}

.image-201 {
  padding-top: 60px;
  padding-left: 26px;
  padding-right: 25px;
}

.image-202 {
  padding-top: 23px;
  padding-left: 25px;
  padding-right: 25px;
}

.image-203 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 73px;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
}

.dropdown-section {
  padding-top: 20px;
  display: block;
}

.dropdown-section.hide-section {
  display: none;
}

.containerdropdown {
  text-align: center;
  margin-top: 30px;
  display: block;
}

.dropdown-toggle {
  background-color: var(--ready-to-read-red);
  position: relative;
}

.dropdown-toggle.beloved, .dropdown-toggle.rtrgraphicsdropdownlist {
  background-color: var(--new-blue);
}

.text-block-10 {
  letter-spacing: 1px;
  font-family: Futurastd, sans-serif;
  font-size: 18px;
}

.icon-3 {
  color: #fff;
  font-size: 16px;
}

.series-dropdown {
  letter-spacing: 1px;
  background-color: #fff;
  font-family: Futurastd, sans-serif;
  font-weight: 700;
}

.bold-text-18 {
  color: #fff;
}

.sectiontest {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
}

.image-204 {
  margin-top: 75px;
}

.image-205 {
  max-width: 95%;
  margin-top: 0;
  padding-top: 13px;
  padding-left: 0;
}

.image-206 {
  max-width: 98%;
  margin-top: 0;
  padding-top: 11px;
}

.image-206.schoolfish {
  margin-left: auto;
  margin-right: auto;
  padding-top: 75px;
}

.dropdown-link, .dropdown-link-2, .dropdown-link-3, .dropdown-link-4, .dropdown-link-5, .dropdown-link-6 {
  background-color: var(--white);
  font-family: Futurastd, sans-serif;
}

.text-block-11 {
  font-family: Gorey, sans-serif;
  font-size: 15px;
}

.image-207 {
  margin-top: 40px;
  margin-left: 41px;
  display: block;
}

.image-207.if-you {
  float: none;
  margin: 27px auto 22px;
  display: inline-block;
  position: static;
}

.image-208 {
  width: 700px;
  margin-bottom: 21px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
}

.image-208.katharine-1 {
  width: 1000px;
  margin-bottom: 0;
  padding-top: 0;
}

.image-208.maggiechangbanner {
  width: auto;
}

.wufoo-section {
  margin-top: 19px;
  margin-bottom: auto;
}

.wufoo-container {
  background-color: #fceba2;
  border-radius: 20px;
  margin-top: 14px;
  margin-bottom: auto;
  padding: 20px;
  display: block;
  overflow: auto;
}

.sweeps-rules-container {
  display: block;
}

.submit-text {
  color: #fff;
  text-align: center;
  width: auto;
  margin: 10px 0;
  padding-left: 120px;
  padding-right: 120px;
  font-family: Futurabt book, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}

.link-5 {
  color: #ff0;
}

.html-embed-3 {
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.rules-heading {
  text-align: center;
  font-size: 29px;
}

.rules {
  text-align: left;
  font-size: 14px;
}

.text-block-19 {
  padding-bottom: 56px;
  padding-left: 12px;
  padding-right: 12px;
}

.image-209 {
  max-width: 93%;
  padding-top: 39px;
  padding-left: 0;
  padding-right: 0;
}

.image-209.beloved {
  padding-top: 28px;
}

.image-209.rtrgraphicsseriescover {
  max-width: 100%;
  padding-top: 0;
  display: inline-block;
  box-shadow: 1px 1px 3px #000;
}

.image-210 {
  max-width: 85%;
  margin-top: 5px;
}

.image-211 {
  width: auto;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 38px;
  display: inline-block;
}

.image-211.boss-1 {
  max-width: 377px;
  margin-top: 13px;
  margin-left: 48px;
  padding-top: 0;
}

.image-211.beloved {
  padding-top: 40px;
}

.image-211.rtrgraphicsseriescover {
  padding-top: 0;
  box-shadow: 1px 1px 3px #000;
}

.image-212 {
  max-width: 300px;
  margin-top: 0;
  margin-right: 170px;
  padding-top: 17px;
}

.image-212.boss-2 {
  max-width: 317px;
  margin-top: 18px;
  padding-top: 0;
}

.seriestopbubblecontainer {
  height: auto;
  margin-bottom: 0;
}

.seriestopbubbleholdingdiv {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 22px;
  padding-left: 28px;
  display: block;
  position: static;
}

.seriesaimsection {
  background-image: url('../images/Gradient.gif'), linear-gradient(#b6e4fa, #b6e4fa);
  background-position: 50%, 0 0;
  background-repeat: repeat-y, repeat;
  background-size: 1153px, auto;
  padding-bottom: 26px;
}

.seriesaimsection.white-only {
  background-color: var(--white);
  background-image: none;
}

.image-213 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 38px;
}

.image-213.hamsterholmes {
  max-width: 90%;
  padding-top: 5px;
}

.image-213.hamsterholmes.beloved {
  max-width: 100%;
  padding-top: 45px;
}

.image-213.beloved {
  max-width: 90%;
  padding-top: 43px;
}

.image-213.rtrgraphicsseriescover {
  padding-top: 0;
  box-shadow: 1px 1px 3px #000;
}

.image-213.judgekimserieslogo1 {
  max-width: 95%;
  padding-top: 25px;
}

.image-214 {
  max-width: 85%;
  padding-top: 41px;
}

.mediacharacterssection {
  background-color: #ff5153;
  border: 2px solid #b61025;
  border-left: 0 #000;
  border-right: 0 #000;
  max-height: 340px;
  margin-top: 49px;
}

.mediacharacterssection._5bubbles {
  background-color: var(--gold);
  border: 1px solid #0000;
  height: auto;
  max-height: none;
  margin-top: 10px;
  padding-bottom: 30px;
}

.mediacharacterssection._5bubbles.hide-section {
  display: none;
}

.image-215 {
  width: auto;
  max-width: 90%;
  padding-top: 40px;
  padding-left: 0;
  display: inline-block;
}

.classiccharactersection {
  background-color: #ff5153;
  border: 2px solid #b61025;
  border-left: 0 #000;
  border-right: 0 #000;
  max-height: 340px;
  margin-top: 49px;
}

.classiccharactersection._5bubbles {
  background-color: var(--orchid);
  border: 1px solid #0000;
  height: auto;
  max-height: none;
  margin-top: 10px;
  padding-bottom: 30px;
}

.classiccharactersection._5bubbles.hide-section {
  display: none;
}

.image-216 {
  max-width: 94%;
  padding-top: 46px;
}

.image-217 {
  max-width: 90%;
  padding-top: 47px;
}

.image-218 {
  max-width: 90%;
  padding-top: 5px;
}

.image-219 {
  max-width: 73%;
  padding-top: 26px;
}

.image-220 {
  max-width: 87%;
  padding-top: 30px;
}

.nonfictioncharactersection {
  background-color: #ff5153;
  border: 2px solid #b61025;
  border-left: 0 #000;
  border-right: 0 #000;
  max-height: 340px;
  margin-top: 49px;
}

.nonfictioncharactersection._5bubbles {
  background-color: var(--yellow-green);
  border: 1px solid #0000;
  height: auto;
  max-height: none;
  margin-top: 10px;
  padding-bottom: 30px;
}

.nonfictioncharactersection._5bubbles.hide-section {
  display: none;
}

.image-221 {
  max-width: 93%;
  padding-top: 36px;
}

.image-222 {
  max-width: 90%;
  padding-top: 45px;
}

.image-223 {
  padding-top: 50px;
}

.image-224 {
  max-width: 85%;
  padding-top: 11px;
}

.image-225 {
  max-width: 99%;
  padding-top: 55px;
}

.bubblesdiv {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 890px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6px;
  padding-right: 6px;
  display: inline-block;
}

.div-block-8 {
  opacity: 1;
  background-image: none;
}

.div-block-8.home {
  background-color: var(--ready-to-read-red);
  opacity: 1;
  display: block;
}

.div-block-8.home.pl1 {
  background-color: var(--white);
  background-image: url('../images/PL1-BlueCircleTrianglePatternTile-01.svg');
  background-position: 0 0;
  background-size: 150px;
}

.div-block-8.home.rtg {
  background-color: var(--orchid);
  background-image: url('../images/RTG-PatternTile.svg');
  background-position: 0 0;
  background-size: 450px;
}

.div-block-8.newblue {
  background-color: var(--new-blue);
}

.div-block-8.white {
  background-color: var(--white);
}

.seriespageactivitiessection {
  background-color: var(--gold);
  height: 245px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.seriespageactivitiescontainer {
  background-color: #0000;
  border-radius: 0;
  height: 245px;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.seriespageactivitiestxtdiv {
  line-height: 49px;
}

.seriespageactivitytext {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  white-space: normal;
  background-color: #0000;
  margin-top: 13px;
  font-family: Futurastd, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
}

.seriespageactivitiesholdingdiv {
  text-align: center;
  width: auto;
  max-width: 630px;
  height: auto;
  max-height: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.seriespageactivitiesholdingdiv.rhs {
  height: 210px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.seriespageactivitiesholdingdiv.twosheet {
  width: 630px;
  max-width: none;
  height: auto;
  max-height: 200px;
  padding-left: 7px;
}

.seriespagesactivityblock {
  width: 210px;
  height: 200px;
  margin-bottom: 11px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 34px;
  display: inline-block;
}

.seriespagesactivityblock.onesheet {
  text-align: center;
  width: auto;
  max-width: 180px;
  height: auto;
  max-height: 200px;
  margin-left: 7px;
  margin-right: 7px;
  padding-left: 0;
  display: inline-block;
}

.seriespagesactivityblock.rhs {
  width: 190px;
  padding-left: 26px;
  display: inline-block;
}

.seriespagesactivityblock.twosheet {
  width: auto;
  max-width: 180px;
  height: auto;
  max-height: 200px;
  padding-left: 4px;
  padding-right: 4px;
  display: inline-block;
}

.seriespageblocksdiv {
  text-align: center;
  height: 210px;
  padding: 0 26px 0 0;
  display: block;
}

.image-226 {
  width: 410px;
  max-width: 410px;
  margin-top: 45px;
  margin-left: 37px;
}

.image-227 {
  max-width: 80%;
  margin-top: 24px;
}

.top-border {
  background-color: var(--new-blue);
  height: 20px;
  margin-top: 0;
}

.div-block-9 {
  background-color: var(--new-blue);
}

.text-span-16, .text-span-17 {
  color: var(--gold);
}

.bold-text-20 {
  color: #333;
}

.image-228 {
  max-width: 200px;
}

.email-signup-home {
  background-color: var(--orchid);
  margin-top: 55px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.email-signup-home-container {
  max-width: 800px;
  padding-left: 0;
  padding-right: 0;
}

.email-signup-home-div {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.get-author-updates-text {
  color: var(--white);
  text-align: center;
  letter-spacing: normal;
  column-count: 1;
  width: auto;
  height: auto;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Futurabt book, sans-serif;
  font-size: 16px;
  line-height: 22px;
  display: block;
}

.plus-text {
  color: var(--ready-to-read-red);
  width: auto;
  height: auto;
  font-family: Futurastd, sans-serif;
  display: inline;
}

.by-clicking-fine-print-text {
  color: #fff;
  text-align: center;
  width: auto;
  margin-top: -10px;
  margin-bottom: 10px;
  font-family: Futurabt book, sans-serif;
  font-size: 10px;
  line-height: 12px;
}

.home-footer-section {
  background-color: var(--white);
  height: 150px;
  max-height: 150px;
}

.home-footer-section.hide-footer {
  display: none;
}

.home-email-html-div {
  float: none;
  width: auto;
  max-width: none;
  margin-top: -6px;
  display: block;
}

.html-embed-4 {
  width: auto;
  display: block;
}

.bold-text-21 {
  display: block;
}

.plusgetafree-text {
  color: var(--ready-to-read-red);
  text-align: center;
  font-family: Futurastd, sans-serif;
  font-size: 16px;
  display: inline;
}

.text-block-20 {
  color: var(--white);
  margin-top: 10px;
  font-family: Futurabt book, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.text-block-21 {
  color: var(--ready-to-read-red);
  margin-top: 4px;
  font-family: Futurastd, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 17px;
}

.home-footer-div {
  text-align: center;
  max-width: 940px;
  margin-top: 20px;
  display: block;
}

.image-229 {
  max-width: 200px;
}

.link-6 {
  text-align: center;
  display: block;
}

.lexilesection {
  background-color: var(--white);
  text-align: left;
  justify-content: space-around;
  max-height: none;
  margin-top: 26px;
  display: block;
  position: static;
}

.lexilecontainerflex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  flex-flow: column;
  flex: 0 auto;
  grid-template: "Area"
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: stretch;
  max-width: none;
  height: auto;
  max-height: none;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
}

.lexilecolumns {
  background-color: var(--white);
  text-align: center;
  width: 770px;
  display: flex;
}

.text-block-22 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  font-family: Futurastd, sans-serif;
  position: static;
}

.column {
  flex: 0 auto;
  position: relative;
}

.text-span-19 {
  font-weight: 700;
}

.text-span-20, .text-span-21, .text-span-22 {
  font-family: Futurabt book, sans-serif;
}

.lexilediv {
  max-width: 780px;
  margin: -25px auto 0;
  display: block;
}

.image-230 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.lexiletextdiv {
  max-width: 850px;
  margin: 10px auto -25px;
}

.text-block-23 {
  color: var(--black);
  text-align: center;
  padding-bottom: 13px;
  font-family: Futurabt book, sans-serif;
  font-size: 10px;
  line-height: 12px;
}

.gudiedlevelheader {
  color: var(--white);
  font-size: 32px;
}

.text-block-24 {
  text-align: center;
  margin-top: 11px;
}

.lexileheadcontainer {
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-25 {
  background-color: var(--beloved-characters);
  color: #fff;
  flex-direction: row;
  padding: 2%;
  font-family: Futurastd, sans-serif;
  display: flex;
}

.div-block-10 {
  display: flex;
}

.text-block-26 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-27 {
  flex: none;
  display: flex;
}

.lexiletext-flexbox {
  background-color: var(--beloved-characters);
  color: #fff;
  text-align: center;
  flex: 0 auto;
  align-self: center;
  padding: 1% 2%;
  font-family: Futurastd, sans-serif;
  font-size: 14px;
}

.text-block-29, .text-block-30 {
  text-align: center;
  align-self: center;
  font-family: Futurastd, sans-serif;
}

.text-block-31, .text-block-32 {
  text-align: center;
}

.lexile-chart-heads {
  text-transform: uppercase;
  font-size: 20px;
}

.lexilegridcontainer {
  padding-left: 10px;
  padding-right: 10px;
}

.grid {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 0px solid var(--black);
  background-color: #0000;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
  margin-left: 0;
  margin-right: 0;
}

.lexileredcolsdiv {
  background-color: var(--beloved-characters);
  justify-content: space-around;
  height: 50px;
  max-height: 50px;
  padding: 5%;
  display: flex;
}

.lexileredcolsdiv.mobile {
  background-color: var(--ready-to-read-red);
  padding: 2%;
}

.lexileredcolsdiv.yellow {
  background-color: var(--gold);
  background-image: url('../images/L3-YellowSquarePatternTile-01.svg');
  background-position: 0 0;
  background-size: 106px;
}

.text-span-23 {
  background-color: #0000;
}

.lexheaderwht {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  white-space: break-spaces;
  object-fit: fill;
  object-position: 50% 50%;
  flex: 0 auto;
  align-self: center;
  margin: auto;
  padding-top: 0;
  font-family: Futurabt, sans-serif;
  font-size: 19px;
  font-weight: 900;
  line-height: 20px;
  display: block;
  position: static;
}

.lexheaderwht.mobile {
  font-weight: 900;
}

.guidedreading {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto;
  font-family: Futurastd, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 26px;
}

.guidedreading.mobile {
  color: var(--ready-to-read-red);
}

.lexheader-k, .text-span-24, .text-span-25 {
  color: #000;
}

.link-7 {
  color: var(--ready-to-read-red);
}

.link-7:hover {
  color: var(--gold);
}

.text-span-26 {
  font-family: Futurabt book, sans-serif;
  font-size: 14px;
}

.text-span-27 {
  text-transform: uppercase;
  font-family: Futurabt book, sans-serif;
}

.image-231 {
  max-width: 263px;
  margin-top: 22px;
  margin-bottom: 0;
  margin-left: 134px;
}

.image-232 {
  max-width: 318px;
  margin-top: 15px;
  margin-right: 124px;
}

.italic-text-4 {
  font-style: italic;
}

.text-span-28, .text-span-29, .text-span-30, .text-span-31, .text-span-32, .text-span-33, .text-span-34, .text-span-35 {
  font-family: Futurastd, sans-serif;
}

.text-span-36 {
  color: var(--ready-to-read-red);
}

.image-233 {
  clear: none;
  text-align: center;
  object-fit: contain;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 0;
  display: block;
  position: static;
}

.container {
  display: block;
}

.form-block {
  margin-left: 0;
  margin-right: 0;
  padding-left: 35px;
  padding-right: 35px;
}

.html-embed-5 {
  margin-top: 45px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.bold-text-22 {
  color: var(--ready-to-read-red);
}

.container-2 {
  display: flex;
}

.rtr-slj-column-1 {
  max-width: 1200px;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.container-3 {
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-11 {
  max-width: 45%;
}

.div-block-11.sljdiv1 {
  max-width: 55%;
}

.div-block-11.sljdivmobile.mobile1slj {
  max-width: 100%;
  display: none;
}

.div-block-12 {
  flex: 1;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-span-37, .text-span-38 {
  font-size: 20px;
}

.blasting-off-book-link {
  width: auto;
  max-width: 172px;
  height: auto;
  max-height: 260px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: static;
  overflow: visible;
}

.blasting-off-book-link:hover {
  opacity: .75;
}

.html-embed-6 {
  display: none;
}

.text-block-33 {
  text-align: center;
  margin-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Futurabt, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-block-33.rtr-sweeps-description1 {
  display: none;
}

.text-span-39 {
  color: var(--ready-to-read-red);
}

.image-234 {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-13 {
  margin-top: -35px;
  margin-bottom: -35px;
}

.heading-5 {
  font-size: 18px;
}

.text-block-34 {
  color: var(--black);
  font-family: Futurabt book, sans-serif;
  font-size: 21px;
}

.text-block-34.k2 {
  color: var(--black);
  font-family: Futurabt book, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 28px;
}

.text-block-34.k2.copyrightkh {
  text-align: center;
  font-size: 10px;
  line-height: 18px;
  display: none;
}

.text-block-34.mpc2 {
  padding-top: 15px;
  font-size: 16px;
  line-height: 26px;
}

.text-block-34.mpc2.lms-1 {
  color: var(--black);
  font-family: Futurastd, sans-serif;
}

.text-block-34.lms-1 {
  padding: 15px;
  font-size: 21px;
  line-height: 31px;
}

.text-block-34.lms-1.lms-bold {
  color: var(--black);
  padding-top: 15px;
  font-family: Futurastd, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.heading-6 {
  color: #51215f;
  font-family: Futurastd, sans-serif;
  font-size: 24px;
}

.heading-6.k1 {
  color: #2f004d;
  font-size: 21px;
  line-height: 35px;
}

.heading-6.k1._7 {
  background-color: var(--indigo);
  padding: 25px 50px;
}

.heading-6.learn-more-kh {
  color: var(--white);
  text-align: center;
  padding: 25px 50px;
  font-size: 24px;
}

.heading-6.mpc1 {
  color: var(--black);
  font-size: 18px;
  line-height: 28px;
}

.heading-6.mpc1.heading1 {
  color: var(--ready-to-read-red);
  margin-bottom: 20px;
  font-size: 26px;
}

.heading-6.learnmorempc {
  color: #ffc6c6;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 700;
}

.heading-6.lms-1 {
  color: var(--black);
  margin-bottom: 20px;
  font-family: Futurabt book, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.div-block-14 {
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-15 {
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.div-block-15.rtrauthors2022 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 50px;
  display: flex;
}

.div-block-16, .div-block-17, .div-block-18, .div-block-19, .div-block-20, .div-block-21, .div-block-22, .div-block-23 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-24 {
  margin-bottom: -25px;
  padding-top: 10px;
  padding-bottom: 0;
}

.div-block-25 {
  background-color: var(--indigo);
  margin-top: 30px;
  display: block;
}

.div-block-25.mpcfooter1 {
  background-color: var(--ready-to-read-red);
}

.bold-text-23, .bold-text-24 {
  color: #460d69;
}

.bold-text-25 {
  color: var(--orchid);
  text-decoration: underline;
}

.bold-text-25.mpclink1 {
  color: var(--white);
}

.bold-text-26 {
  color: var(--orchid);
  text-decoration: underline;
}

.image-235 {
  text-align: left;
  height: 250px;
  margin: 0 auto -65px;
  display: block;
}

.image-235.ab {
  margin-left: 0;
  margin-right: auto;
}

.image-235.angelina1 {
  cursor: auto;
  margin-bottom: -70px;
  display: inline;
}

.image-235.twinkle1 {
  cursor: auto;
  display: inline;
}

.image-235.geraldinepu1 {
  margin-top: -30px;
  margin-bottom: -75px;
}

.div-block-26 {
  cursor: pointer;
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-left: 361px;
  margin-right: auto;
  padding-right: 0;
  display: inline;
}

.div-block-26.kh1 {
  margin-left: 251px;
}

.column-2 {
  display: inline-block;
}

.link-block-2 {
  cursor: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: inline;
}

.text-block-35 {
  color: #006fb6;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 70px;
  padding-right: 70px;
  font-family: Futurabt Condensed, sans-serif;
  font-size: 29px;
  font-weight: 700;
  display: block;
}

.rtrgheadersection {
  background-image: url('../images/Gradient.gif'), linear-gradient(#b6e4fa, #b6e4fa);
  background-position: 50%, 0 0;
  background-repeat: repeat-y, repeat;
  background-size: 1153px, auto;
  margin-top: 70px;
  padding-bottom: 10px;
  display: block;
  box-shadow: 1px 0 3px #0000005c;
}

.rtrgheadersection.white-only {
  background-color: var(--white);
  background-image: none;
}

.image-236 {
  float: none;
  clear: none;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.div-block-27 {
  width: auto;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.rtrgraphicsfeaturesection {
  margin: 25px auto;
  display: block;
}

.rtrgraphicscontainer {
  height: auto;
  margin-top: 0;
  margin-bottom: 24px;
}

.seriesfeaturediv-copy {
  max-width: 940px;
  height: 350px;
  max-height: 350px;
  margin-top: 0;
}

.fatureareagraphicslinkmobile, .rtrgraphicsbubblecontainer.rtrgraphicsroundup2021 {
  display: none;
}

.rtrgraphicsbubbleholdingdiv {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.rtrgraphicsbubble {
  float: left;
  text-align: center;
  background-image: linear-gradient(#fff, #fff);
  border-radius: 100px;
  width: 205px;
  height: 205px;
  margin-top: 32px;
  margin-left: 30px;
  margin-right: 30px;
  transition: opacity .2s;
  display: inline-block;
  box-shadow: 1px 1px 3px #00000078;
}

.rtrgraphicsbubble:hover {
  opacity: .75;
}

.rtrgraphicsbubble.pinky {
  margin-left: auto;
}

.rtrgraphicsbubble.hide {
  display: none;
}

.rtrgraphicsbubble.centered {
  float: none;
  margin-right: auto;
}

.rtrgraphicsbubble.smaller {
  width: 165px;
  height: 165px;
  margin-top: 10px;
  margin-right: 10px;
  display: inline-block;
}

.rtrgraphicsbubblesdiv {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-36 {
  color: #000;
  text-align: center;
  font-family: Futurabt, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.container-4 {
  padding-bottom: 28px;
}

.bold-text-27 {
  color: var(--ready-to-read-red);
}

.text-span-40 {
  font-weight: 900;
}

.text-span-41 {
  font-family: Futurastd, sans-serif;
}

.image-237 {
  max-width: 90%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 66px;
}

.image-238 {
  max-width: 90%;
  margin-top: 0;
  padding-top: 47px;
}

.image-239 {
  max-width: 92%;
  padding-top: 45px;
}

.rtrgraphicssection {
  background-color: #ff5153;
  border: 1px solid #0000;
  max-height: none;
  margin-top: 20px;
  margin-bottom: 21px;
  padding-top: 20px;
  padding-bottom: 40px;
  display: block;
}

.rtrgraphicssection._5bubbles {
  background-color: var(--beloved-characters);
  border: 1px solid #0000;
  height: auto;
  max-height: none;
  margin-top: 10px;
  padding-bottom: 30px;
}

.rtrgraphicssection.new2025section {
  background-color: var(--gold);
  max-height: 315px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.rtrgraphicssection.new2025section.hide-section {
  display: none;
}

.image-240 {
  width: auto;
  max-width: 940px;
  height: auto;
  display: inline-block;
}

.div-block-29 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.rtrgraphicsfeaturediv {
  margin-left: auto;
  margin-right: auto;
}

.rtrgraphicsmeetsection {
  background-image: url('../images/Gradient.gif'), linear-gradient(#b6e4fa, #b6e4fa);
  background-position: 50%, 0 0;
  background-repeat: repeat-y, repeat;
  background-size: 1153px, auto;
  padding-bottom: 26px;
}

.rtrgraphicsmeetsection.white-only {
  background-color: var(--white);
  background-image: none;
  display: block;
}

.rtrgraphicsmeetsection.white-only.exploremore {
  display: none;
}

.rtrgraphicsmeetbox {
  float: left;
  box-shadow: none;
  text-align: center;
  border-radius: 0;
  width: 30%;
  height: auto;
  margin-top: 32px;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-block;
}

.rtrgraphicsmeetbox:hover {
  opacity: .75;
}

.rtrgraphicsmeetbox.pinky {
  margin-left: auto;
}

.rtrgraphicsmeetbox.hide {
  display: none;
}

.rtrgraphicsmeetbox.centered {
  float: none;
  margin-right: auto;
}

.rtrgraphicsmeetbox.smaller {
  width: 165px;
  height: 165px;
  margin-top: 10px;
  margin-right: 10px;
  display: inline-block;
}

.level-heading {
  color: var(--white);
  letter-spacing: .05em;
  margin-bottom: 10px;
  font-family: Futurastd, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.level-heading.rtrgraphicsroundup2 {
  color: var(--black);
}

.book-shadow {
  box-shadow: 1px 1px 3px #00000078;
}

.button {
  border: 1px solid var(--white);
  background-color: var(--crimson);
  border-radius: 5px;
}

.button:hover {
  background-color: #c91e21;
}

.link-block-4 {
  text-decoration: none;
}

.slide-12 {
  background-color: var(--white);
}

.text-span-42, .text-span-43, .text-span-44, .text-span-45, .text-span-46, .text-span-47 {
  color: var(--ready-to-read-red);
}

.slide-13 {
  background-color: var(--white);
}

.div-block-31 {
  background-color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: none;
  box-shadow: 1px 1px 3px #00000059;
}

.div-block-32 {
  width: 385px;
  margin-left: auto;
  margin-right: auto;
}

.image-242 {
  height: 35px;
  display: block;
}

.text-block-37 {
  color: var(--dark-gold);
  letter-spacing: 1px;
  font-family: Futurastd, sans-serif;
  font-size: 24px;
  font-weight: 700;
  display: block;
}

.text-block-37.rtr-lvl-1 {
  color: var(--ready-to-read-red);
}

.text-block-37.rtr-lvl-2 {
  color: var(--forest-green);
}

.rtr-graphics-series-header.rtrgraphicslevel1 {
  width: 385px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.rtr-graphics-series-header.rtrgraphicslevel1.redtitanheader1, .rtr-graphics-series-header.rtrgraphicslevel1.pjmaskslevelheader1 {
  display: block;
}

.rtrgraphicsbubbles {
  align-self: center;
  display: inline-block;
}

.rtrgraphicsbubbles.rtrgraphicsseriescover {
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.text-span-48 {
  color: var(--ready-to-read-red);
}

.text-span-49 {
  font-family: Futurastd, sans-serif;
  font-weight: 700;
}

.text-span-50 {
  color: var(--ready-to-read-red);
  text-decoration: underline;
}

.bold-text-28 {
  font-family: Futurastd, sans-serif;
}

.bold-text-29 {
  color: var(--black);
  font-size: 21px;
  line-height: 31px;
}

.link-block-5 {
  text-decoration: none;
}

.image-243 {
  width: 250px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
}

.image-243.pcurry {
  width: 200px;
}

.div-block-33 {
  flex-direction: column;
  padding-left: 55px;
  padding-right: 55px;
  display: block;
}

.text-span-51 {
  font-family: Futurastd, sans-serif;
}

.link-block-6 {
  text-decoration: none;
}

.text-span-52 {
  color: var(--white);
  text-align: center;
  flex: 1;
  font-family: Futurastd, sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}

.bold-text-30 {
  font-size: 14px;
  line-height: 21px;
}

.bold-text-31, .bold-text-32, .bold-text-33 {
  color: var(--ready-to-read-red);
}

.div-block-34 {
  flex-direction: column;
  flex: none;
  align-items: center;
  display: flex;
}

.link-9 {
  color: var(--black);
  font-family: Futurabt book, sans-serif;
  font-size: 21px;
  line-height: 31px;
  text-decoration: none;
}

.button-2 {
  background-color: var(--ready-to-read-red);
  color: var(--white);
  text-align: center;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 55%;
  margin: 20px auto;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.paragraph {
  margin-bottom: 0;
  padding: 10px 25px;
  font-family: Futurabt book, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.text-span-53 {
  font-family: Futurastd, sans-serif;
}

.text-span-54 {
  color: #333;
  font-family: Futurastd, sans-serif;
}

.div-block-35 {
  flex: 0 auto;
}

.image-244 {
  text-align: center;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-36 {
  flex-direction: row;
  align-items: center;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bold-text-34, .bold-text-35, .bold-text-36, .bold-text-37, .bold-text-38, .bold-text-39, .bold-text-40, .bold-text-41 {
  color: var(--ready-to-read-red);
}

.text-block-38 {
  color: var(--dark-grey);
  text-align: center;
  margin-bottom: 30px;
  font-family: Futurabt book, sans-serif;
}

.text-block-38.copyright-text-line, .bold-text-42 {
  font-weight: 400;
}

.updated-flex-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
}

.footer-section-copyright {
  margin-top: 30px;
  margin-bottom: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.legal-links-container-kkr {
  justify-content: space-between;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.html-embed-7 {
  display: inline-block;
}

.copyright-kkr {
  color: #909090;
  font-family: Varela, sans-serif;
  font-size: 1em;
  line-height: 1em;
  display: inline-block;
}

.section-3 {
  color: #ced8dd;
  margin-bottom: 0;
  position: static;
}

.cookie-prefs-link {
  color: #565656;
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
  cursor: pointer;
  font-family: Varela, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
}

.cookie-prefs-link:hover {
  color: #646464;
}

.updated {
  color: #1644f9;
  padding-top: 3px;
  font-family: Varela, sans-serif;
  font-size: 75%;
  font-weight: 400;
  line-height: 1.2em;
}

.updated.hide {
  display: none;
}

.container-copyright-kkr {
  color: #000;
  text-align: center;
  margin-bottom: 27px;
  padding-top: 10px;
}

.legal-link-kkr {
  color: #565656;
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
  font-family: Varela, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
}

.legal-link-kkr:hover {
  color: #646464;
}

.footer-section-kkr {
  background-color: #e3e3e3;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  inset: auto 0% 0%;
}

.div-block-37 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.text-span-55 {
  color: var(--dark-grey);
  font-size: 12px;
}

.featuredvideosection {
  margin-top: 55px;
  margin-bottom: 55px;
}

.featuredvideosection.hide-section {
  display: none;
}

.div-block-38 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.video {
  box-shadow: 3px 3px 10px 5px #0003;
}

.video-container {
  justify-content: center;
  align-items: center;
  width: 720px;
  max-width: none;
  display: flex;
}

.serieslogosslider-desktop {
  background-color: #ddd0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.image-245 {
  aspect-ratio: auto;
  object-fit: fill;
  width: 50%;
  max-width: none;
  margin-top: 80px;
  position: absolute;
}

.mask-3 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.left-arrow-7 {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.left-arrow-7.hidearrow {
  display: none;
}

.right-arrow-7 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.right-arrow-7.hidearrow, .levelscarouseldiv-mobile {
  display: none;
}

.slider-mobile {
  background-color: #fff;
  border-radius: 40px;
  height: auto;
  margin-bottom: 20px;
  padding: 15px 76px;
  display: none;
}

.slider-book-image {
  height: 300px;
}

.mask-5 {
  height: auto;
  padding-bottom: 0;
}

.hide {
  display: none;
}

.arrow-left {
  height: 40px;
  max-height: 40px;
  display: block;
  position: static;
  top: 0%;
}

.left-arrow-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.slider-book-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.arrow-right {
  flex: 0 auto;
  height: 40px;
  max-height: 40px;
}

.right-arrow-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fanfavoritessection.new2025section {
  background-color: var(--plum);
  max-height: 315px;
}

.fanfavoritessection.new2025section.hide-section {
  display: none;
}

.image-250 {
  width: 90%;
  margin-top: 20px;
}

.image-251 {
  width: 90%;
  margin-top: 60px;
}

.image-252 {
  width: 75%;
  margin-top: 15px;
}

.image-253 {
  margin-top: 45px;
  padding-top: 0;
}

.image-254 {
  margin-top: 38px;
}

.image-255 {
  width: 90%;
  margin-top: 35px;
}

.image-256 {
  width: 90%;
  margin-top: 66px;
}

.image-257 {
  width: 90%;
  max-width: none;
  margin-top: 68px;
}

.image-258 {
  width: 90%;
  margin-top: 10px;
}

.image-259 {
  width: 70%;
  margin-top: 40px;
}

.image-260 {
  width: 90%;
  margin-top: 17px;
}

.image-261 {
  width: 90%;
  margin-top: 65px;
}

.image-262 {
  width: 90%;
  margin-top: 55px;
}

.image-263 {
  width: 90%;
  margin-top: 30px;
}

.image-264 {
  width: 100%;
  margin-top: 65px;
}

.image-265 {
  width: 90%;
  margin-top: 54px;
}

.image-266 {
  width: 90%;
  margin-top: 45px;
}

.image-281 {
  width: 90%;
  margin-top: 57px;
}

.image-282 {
  width: 90%;
  margin-top: 33px;
}

.image-283 {
  width: 90%;
  margin-top: 55px;
}

.image-284 {
  width: 90%;
  margin-top: 30px;
}

.image-285 {
  width: 90%;
  margin-top: 13px;
}

.image-286 {
  width: 100%;
  margin-top: 65px;
}

.image-287 {
  width: 90%;
  max-width: none;
  margin-top: 79px;
}

.image-288 {
  width: 90%;
  margin-top: 33px;
}

.image-289 {
  width: 90%;
  margin-top: 34px;
}

.image-290 {
  width: 90%;
  margin-top: 50px;
}

.image-291 {
  width: 90%;
  margin-top: 37px;
}

.image-304 {
  width: 90%;
  max-width: 100%;
  margin-top: 50px;
}

.image-305 {
  width: 90%;
  max-width: 100%;
  margin-top: 31px;
}

.image-306 {
  width: 90%;
  margin-top: 46px;
}

.image-307 {
  width: 90%;
  margin-top: 47px;
}

.image-308 {
  width: 90%;
  margin-top: 50px;
}

.image-309 {
  width: 90%;
  margin-top: 41px;
}

.image-310 {
  width: 90%;
  margin-top: 50px;
}

.image-311 {
  width: 90%;
  margin-top: 33px;
}

.image-312 {
  width: 90%;
}

.image-313 {
  width: 90%;
  margin-top: 43px;
}

.image-314 {
  width: 70%;
  margin-top: 17px;
}

.image-315 {
  width: 90%;
  margin-top: 48px;
}

.image-316 {
  width: 90%;
  margin-top: 55px;
}

.image-317 {
  width: 90%;
  margin-top: 35px;
}

.image-318, .image-319 {
  width: 90%;
  margin-top: 45px;
}

.image-320 {
  margin-top: 40px;
}

.image-321 {
  width: 90%;
  margin-top: 33px;
}

.image-322 {
  width: 90%;
  margin-top: 30px;
}

.image-323 {
  width: 90%;
  margin-top: 38px;
}

.image-342 {
  width: 90%;
  margin-top: 70px;
}

.image-343 {
  width: 80%;
  margin-top: 27px;
}

.image-344 {
  width: 70%;
  margin-top: 24px;
}

@media screen and (max-width: 991px) {
  .headergradient {
    background-image: url('../images/Gradient.gif'), linear-gradient(#b6e4fa, #b6e4fa);
    background-size: 731px, auto;
    height: 170px;
  }

  .headergradient.white-only {
    height: 115px;
  }

  .readytoreadheaderlogo {
    width: 480px;
    max-width: 480px;
    padding-top: 0;
  }

  .toolbar {
    margin-top: -14px;
  }

  .toolbarbutton.levels {
    width: 94px;
    display: block;
  }

  .toolbarbuttonscontainer {
    margin-top: 0;
  }

  .levels, .image-2 {
    width: auto;
  }

  .herosection {
    margin-top: 78px;
  }

  .image-3 {
    max-width: 736px;
  }

  .meetthestarssection {
    background-image: none;
    background-size: auto;
    height: 240px;
    margin-top: 42px;
  }

  .meetthestarssection.white-only {
    background-image: linear-gradient(to bottom, var(--white), var(--white));
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .meetthestarsheader {
    margin-top: 13px;
    margin-bottom: 4px;
    font-size: 26px;
    line-height: 26px;
  }

  .characterlink {
    width: 110px;
    height: 110px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .charactername {
    margin-left: 0;
    padding-left: 0;
    font-size: 10px;
  }

  .slide1div {
    padding-left: 0;
    padding-right: 0;
  }

  .image-5 {
    max-width: 86px;
    max-height: 103px;
  }

  .leftarrowicon, .rightarrowicon {
    margin-top: 45px;
  }

  .slide-nav-2 {
    opacity: 1;
    padding-bottom: 154px;
    font-size: 11px;
  }

  .launchastarsection {
    margin-top: 42px;
  }

  .launchastarheadline {
    font-size: 37px;
  }

  .image-6 {
    margin-left: 25px;
  }

  .image-7 {
    margin-right: 25px;
  }

  .launchastarsubhead {
    margin-top: 9px;
    font-size: 18px;
  }

  .launchastardesc {
    margin: -11px 11px 11px;
    font-size: 15px;
  }

  .levelwhiteblock {
    width: 140px;
    height: 235px;
  }

  .levelheader {
    padding-top: 62px;
    font-size: 24px;
    line-height: 27px;
  }

  .bold-text.purple, .bold-text.blue {
    font-size: 24px;
    line-height: 24px;
  }

  .bold-text.red, .bold-text.green, .bold-text.yellow {
    font-size: 24px;
  }

  .leveldesc {
    font-size: 16px;
  }

  .levelstarlink {
    width: 54px;
  }

  .bluetextlink {
    font-size: 13px;
  }

  .featuressection {
    margin-top: 21px;
    margin-bottom: 40px;
  }

  .feature.red {
    width: 245px;
    height: 315px;
  }

  .featuresheading {
    padding-top: 14px;
  }

  .featuresheading.moveup {
    padding-top: 0;
  }

  .featurebook.moveup {
    margin-top: -8px;
  }

  .image-8 {
    max-height: 222px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footerleftdiv {
    width: 450px;
  }

  .footeremail1 {
    font-size: 13px;
  }

  .text-span {
    font-size: 15px;
  }

  .emailsignupfineprint {
    width: auto;
    padding-right: 20px;
  }

  .footerdivright {
    width: 250px;
    display: block;
  }

  .image-9 {
    max-width: 130px;
  }

  .copyrightline {
    margin-left: auto;
    font-size: 9.5px;
    display: block;
  }

  .link-block.mainheaderlogo {
    padding-top: 0;
  }

  .image-10 {
    width: 75px;
  }

  .image-11 {
    max-width: 95px;
    max-height: 103px;
  }

  .image-12 {
    max-width: 80px;
    max-height: 103px;
  }

  .image-13 {
    max-width: 96px;
    max-height: 103px;
  }

  .image-14 {
    max-width: 82px;
    max-height: 103px;
  }

  .image-15 {
    max-width: 95px;
    max-height: 103px;
  }

  .left-arrow {
    margin-left: -22px;
  }

  .right-arrow {
    margin-right: -23px;
  }

  .image-16, .image-17, .image-18, .image-19 {
    max-width: 95px;
    max-height: 103px;
  }

  .image-20 {
    float: none;
    max-width: 95px;
    max-height: 103px;
  }

  .image-21, .image-22, .image-23, .image-24, .image-25, .image-26, .image-27, .image-28, .image-29, .image-30, .image-31, .image-32, .image-33, .image-34 {
    max-width: 95px;
    max-height: 103px;
  }

  .image-35 {
    max-width: 59px;
  }

  .text-span-2, .bold-text-2, .bold-text-3, .bold-text-4 {
    font-size: 23px;
  }

  .launchastarheadlinemobile {
    display: none;
  }

  .levelsheadingsection {
    background-image: url('../images/Gradient.gif'), linear-gradient(to bottom, null, null);
    background-size: 731px, auto;
  }

  .pagetitleheader {
    font-size: 31px;
  }

  .page-desc {
    margin-top: 8px;
    padding-left: 24px;
    padding-right: 24px;
    line-height: 25px;
  }

  .page-desc.series {
    margin-top: 12px;
  }

  .page-desc.rtrgraphics {
    margin-top: -24px;
  }

  .page-desc.book {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-tab-1.levelstab, .tab-link-tab-1.levelstab.w--current, .levelstab, .levelstab.w--current, .tab-link-tab-3 {
    width: 135px;
    margin-right: 13px;
  }

  .tab-link-tab-4, .tab-link-tab-5 {
    width: 135px;
  }

  .bluestarleft {
    margin-right: 168px;
  }

  .bluestarleft.pl1 {
    margin-right: 156px;
  }

  .bluestarleft.l1 {
    margin-right: 203px;
  }

  .bluestarleft.lyw {
    margin-right: 192px;
  }

  .bluestarright {
    margin-left: 166px;
  }

  .bluestarright.pl1 {
    margin-left: 156px;
  }

  .bluestarright.l1 {
    margin-left: 200px;
  }

  .bluestarright.ltw {
    margin-left: 192px;
  }

  .levelstableveldesc {
    padding-left: 65px;
    padding-right: 65px;
  }

  .unordered-list {
    padding-left: 100px;
    padding-right: 100px;
  }

  .levelscarouseldiv {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-68 {
    padding-top: 85px;
  }

  .image-69 {
    max-width: 35px;
    padding-top: 85px;
  }

  .levelscarouselbookshot {
    width: 130px;
    height: 195px;
  }

  .levelscarouselslidediv {
    box-sizing: border-box;
    clear: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
    inset: 0% auto auto 0%;
    overflow: clip;
  }

  .left-arrow-3 {
    margin-left: 5px;
  }

  .right-arrow-3 {
    margin-right: 5px;
  }

  .slide-nav-4 {
    margin-bottom: 0;
  }

  .slider-3 {
    margin-bottom: -40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .pagetitle {
    font-size: 33px;
  }

  .levelscarouseldivmobile {
    display: none;
  }

  .seriesheadersection {
    padding-bottom: 0;
  }

  .seriesfeaturesection {
    margin-top: -34px;
  }

  .seriesfeaturecontainer {
    margin-bottom: -34px;
  }

  .text-block-5 {
    padding-top: 112px;
  }

  .seriesbubble {
    width: 150px;
    height: 150px;
  }

  .seriesbubble.pinky {
    margin-left: auto;
  }

  .seriesbubble.smaller {
    float: left;
    width: 120px;
    height: 120px;
  }

  .seriesbubble.smaller.new2025 {
    align-self: auto;
    width: 150px;
    height: 150px;
    margin-top: 0;
    margin-left: 5px;
    margin-right: 5px;
  }

  .seriesbubble.rtrgraphicsseriescovers {
    margin-bottom: 58px;
    margin-right: -10px;
  }

  .seriesbubbleholdingdiv {
    margin-top: -10px;
    margin-bottom: 0;
    margin-left: auto;
    display: block;
  }

  .seriesbubbleholdingdiv.rtrgraphicsseriescover {
    flex-wrap: wrap;
  }

  .belovedcharacterssection {
    max-height: 320px;
  }

  .belovedcharacterssection._5bubbles {
    margin-top: 15px;
    padding-top: 0;
  }

  .belovedcharacterssection._5bubbles.new2025section {
    height: auto;
    margin-bottom: -200px;
  }

  .belovedcharacterssection.new2025section {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .seriescharacterheadline {
    font-size: 25px;
  }

  .seriescharacterheadline.padding {
    margin-top: 33px;
    margin-bottom: 10px;
    display: block;
  }

  .seriescharacterheadline._4bubbles {
    width: 690px;
  }

  .image-73, .image-74 {
    width: 30px;
  }

  .seriescarouseldivcontain {
    width: 700px;
  }

  .seriescarouselbookshot {
    max-width: 100px;
  }

  .slide-nav-6 {
    margin-bottom: 90px;
  }

  .classicstoriessection {
    max-height: 320px;
  }

  .right-arrow-5 {
    margin-right: -21px;
  }

  .funnonfictionsection {
    max-height: 320px;
  }

  .left-arrow-5 {
    margin-left: -21px;
  }

  .seriesfeaturediv {
    max-width: 735px;
    max-height: 270px;
    margin-top: 0;
  }

  .image-77 {
    width: auto;
    max-width: 110px;
    padding-top: 31px;
    padding-left: 0;
  }

  .image-78 {
    width: auto;
    max-width: 140px;
    padding-top: 23px;
  }

  .image-78.smaller {
    width: 110px;
  }

  .image-79 {
    width: auto;
    max-width: 145px;
    padding-top: 43px;
    padding-left: 5px;
  }

  .image-79.smaller {
    width: 120px;
    max-width: 110px;
    padding-top: 36px;
  }

  .image-80 {
    width: auto;
    max-width: 130px;
    padding-top: 30px;
  }

  .image-81 {
    width: auto;
    max-width: 100px;
    padding-top: 24px;
  }

  .image-81.smaller {
    width: auto;
    max-width: 80px;
    padding-top: 15px;
  }

  .image-82 {
    width: auto;
    max-width: 110px;
    padding-top: 23px;
  }

  .image-83 {
    width: 140px;
    padding-top: 63px;
  }

  .image-84 {
    width: auto;
    max-width: 100px;
    padding-top: 35px;
  }

  .image-85 {
    width: auto;
    max-width: 120px;
    padding-top: 32px;
  }

  .image-86 {
    width: auto;
    max-width: 134px;
    padding-top: 38px;
  }

  .image-87 {
    width: auto;
    max-width: 92%;
    padding-top: 37px;
  }

  .image-87.rtrgraphicsseriescover {
    max-width: 85%;
  }

  .image-88 {
    width: auto;
    max-width: 90%;
    padding-top: 33px;
  }

  .image-89 {
    width: auto;
    max-width: 110px;
    padding-top: 23px;
  }

  .image-90 {
    width: auto;
    max-width: 135px;
    padding-top: 38px;
  }

  .image-91 {
    max-width: 140px;
    padding-top: 47px;
  }

  .image-92 {
    width: auto;
    max-width: 120px;
    padding-top: 54px;
  }

  .image-93 {
    width: auto;
    max-width: 120px;
    padding-top: 28px;
  }

  .image-94 {
    width: auto;
    max-width: 110px;
    padding-top: 25px;
  }

  .image-95 {
    width: auto;
    max-width: 130px;
    padding-top: 60px;
  }

  .image-96 {
    width: auto;
    max-width: 130px;
    padding-top: 52px;
  }

  .educatorsintrosection {
    background-image: url('../images/Gradient.gif'), linear-gradient(#b6e4fa, #b6e4fa);
    background-size: 800px, auto;
  }

  .educatorsintrocontainer {
    display: block;
  }

  .educatorsintrodivleft {
    margin-left: 10px;
  }

  .image-97 {
    max-width: 130px;
    margin-top: -15px;
    margin-left: 6px;
  }

  .educatorsintrodivright {
    float: right;
    max-width: 550px;
    margin-left: auto;
    margin-right: 0;
  }

  .educatorparentinfo {
    width: auto;
    max-width: 550px;
    font-size: 14px;
    line-height: 26px;
  }

  .educatorparentinfo.top {
    width: auto;
    max-width: 550px;
    margin-top: -15px;
    line-height: 26px;
  }

  .educatorparentinfo.top.educators {
    margin-top: 16px;
  }

  .reachfothestarsinfodivcontain {
    max-width: 600px;
  }

  .reachforthestarsdivleft {
    max-width: 200px;
    padding-left: 40px;
  }

  .reachforthestarsdivright {
    width: 500px;
    padding-left: 1px;
    padding-right: 49px;
  }

  .reachforthestarstext {
    width: 450px;
    padding-left: 14px;
  }

  .numeraltwo {
    padding-top: 43px;
  }

  .numeralthree {
    padding-top: 39px;
  }

  .numeralfour {
    padding-top: 66px;
  }

  .bold-text-15 {
    font-size: 30px;
  }

  .reviewssection {
    margin-top: 45px;
  }

  .reviewsheadline {
    float: none;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    display: block;
  }

  .text-block-6 {
    margin-top: 16px;
  }

  .list-item-5, .list-item-6, .list-item-7 {
    font-size: 14px;
  }

  .accordionitem-content {
    height: 1180px;
    padding-left: 83px;
    padding-right: 30px;
  }

  .accordionitem-content.certact {
    height: 1425px;
  }

  .accordionitem-content.guides {
    height: 1170px;
  }

  .accordionitem-content.guides.classroomguides {
    height: 340px;
  }

  .accordionitem-content.activity {
    height: 1425px;
  }

  .accordionitem-content.certificates {
    height: 1130px;
  }

  .accordionitem-content.parentguides {
    height: 830px;
  }

  .accordionitem-content.catalogs {
    height: 360px;
  }

  .activityblock {
    height: 180px;
    margin-left: 32px;
  }

  .accordionitemcontenttop {
    height: 3000px;
    padding-left: 84px;
  }

  .headerstarleft {
    margin-left: 50px;
  }

  .div-block-3.headerstarright {
    margin-right: 50px;
  }

  .accordionitemcontentsubtop {
    height: 2950px;
    padding-left: 83px;
    padding-right: 30px;
  }

  .activityheaderblock {
    margin-left: auto;
    margin-right: auto;
    padding-right: 56px;
    display: block;
  }

  .heading-3 {
    letter-spacing: 4px;
    font-size: 30px;
  }

  .activityheaderstarleft {
    margin-top: 35px;
    margin-left: 40px;
  }

  .activityheaderstarleft.ecards {
    margin-left: 145px;
    padding-left: 0;
  }

  .activityheaderstarleft.certificates {
    margin-left: 106px;
  }

  .activityheaderstarleft.activities {
    margin-left: 56px;
  }

  .activityheaderstarleft.guides {
    margin-left: 144px;
  }

  .activityheaderstarleft.catalogs {
    margin-left: 110px;
  }

  .activityheaderstarright {
    margin-top: 35px;
    margin-right: 35px;
  }

  .activityheaderstarright.ecards {
    margin-right: 145px;
  }

  .activityheaderstarright.certificares {
    margin-right: 106px;
  }

  .activityheaderstarright.activity {
    margin-right: 55px;
  }

  .activityheaderstarright.guides {
    margin-right: 144px;
  }

  .activityheaderstarright.catalogs {
    margin-right: 110px;
  }

  .image-101 {
    max-width: 25px;
  }

  .heading-4 {
    letter-spacing: 2px;
    font-size: 23px;
  }

  .image-131 {
    float: none;
    width: 550px;
    margin: -23px auto -24px;
    display: block;
  }

  .image-132 {
    margin-left: 165px;
  }

  .image-133 {
    margin-top: 28px;
  }

  .featureareaserieslinkmobile, .image-134 {
    display: none;
  }

  .image-136.daniel {
    max-width: 100px;
    margin-top: 30px;
    margin-left: 0;
  }

  .image-137 {
    max-width: 105px;
    margin-top: 29px;
    margin-left: -1px;
    margin-right: auto;
    display: block;
  }

  .image-138 {
    max-width: 97px;
    margin-top: 20px;
    margin-left: 3px;
  }

  .image-139 {
    max-width: 90px;
    margin-top: 42px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-140 {
    max-width: 75px;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-141 {
    max-width: 90px;
    margin-top: 12px;
    margin-left: 6px;
    margin-right: auto;
    display: block;
  }

  .image-141.mouse {
    margin-top: 32px;
    margin-left: 5px;
  }

  .image-142 {
    max-width: 98px;
    margin-top: 42px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-143 {
    max-width: 75px;
    margin-top: 17px;
    margin-left: 18px;
  }

  .image-144 {
    max-width: 75px;
    margin-top: 25px;
  }

  .image-145 {
    max-width: 85px;
    margin-top: 23px;
  }

  .image-146 {
    max-width: 90px;
    margin-top: 32px;
  }

  .image-147 {
    max-width: 90px;
    margin-top: 30px;
  }

  .image-148 {
    max-width: 95px;
    margin-top: 13px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-149 {
    max-width: 110px;
    margin-top: 0;
    margin-left: -1px;
  }

  .image-150 {
    max-width: 95px;
    margin-top: 41px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-151 {
    max-width: 90px;
    margin-top: 19px;
  }

  .image-152 {
    max-width: 75px;
    margin-top: 19px;
    margin-left: 17px;
  }

  .image-153 {
    margin-top: 42px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-154 {
    max-width: 98px;
    margin-top: 26px;
  }

  .characterlogoleft {
    margin-top: 23px;
    margin-left: 15px;
  }

  .characterlogoleft.olivia {
    margin-left: 1px;
  }

  .characterlogoleft.secretshistory {
    margin-top: 12px;
  }

  .characterlogoleft.pinkyrex {
    margin-top: 4px;
  }

  .characterlogoleft.myfirst {
    margin-top: 9px;
  }

  .characterlogoleft.sciencefun {
    margin-top: 0;
  }

  .characterlogoleft.robinhill {
    margin-top: 12px;
    margin-left: 10px;
  }

  .characterlogoleft.wondersamerica {
    margin-top: 11px;
  }

  .characterlogoleft.tailshistory, .characterlogoleft.zip {
    margin-top: 17px;
  }

  .characterlogoleft.henrymudge {
    margin-top: 7px;
  }

  .characterlogoleft.livingin {
    margin-top: 11px;
  }

  .characterlogoleft.angelina {
    margin-top: 0;
  }

  .characterlogoleft.historyfun {
    margin-top: 5px;
  }

  .characterlogoleft.schoolfish {
    margin-top: 0;
  }

  .characterlogoleft.hotel {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 0;
    padding-top: 0;
  }

  .characterlogoleft.boss {
    margin-top: 0;
  }

  .characterimageright {
    margin-top: 4px;
    margin-right: 14px;
    display: block;
  }

  .characterimageright.olivia {
    margin-top: 0;
  }

  .characterimageright.secretshistory {
    margin-right: 20px;
  }

  .characterimageright.pinkyrex {
    margin-right: 10px;
  }

  .characterimageright.science-fun {
    margin-top: 4px;
  }

  .characterimageright.robinhill, .characterimageright.youshouldmeet {
    margin-right: 0;
  }

  .characterimageright.gameday, .characterimageright.ifyoulove {
    margin-top: 0;
  }

  .characterimageright.schoolfish {
    margin-bottom: 19px;
  }

  .characterimageright.hotel {
    margin-top: 4px;
  }

  .characterimageright.boss {
    margin-top: 0;
    margin-right: 10px;
  }

  .image-156 {
    max-width: 182px;
    margin-top: -3px;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .image-156.zip {
    max-width: 180px;
    margin-right: 58px;
  }

  .image-156.wonders {
    max-width: 140px;
    margin-top: 0;
    margin-right: 93px;
  }

  .image-156.henry {
    max-width: 220px;
    margin-top: 0;
    margin-right: 54px;
  }

  .image-156.ifyou {
    float: right;
    max-width: 260px;
    margin-top: 23px;
    margin-right: 60px;
  }

  .image-156.pinky1 {
    max-width: 160px;
    margin-right: 66px;
  }

  .image-156.cocomelon-bigger {
    margin-right: 0;
  }

  .div-block-6 {
    justify-content: center;
    margin-right: auto;
    padding-top: 11px;
  }

  .div-block-6.tails {
    padding-top: 20px;
  }

  .div-block-6.mousec {
    padding-top: 19px;
  }

  .div-block-6.voltron {
    width: 650px;
  }

  .charactersummary {
    padding-left: 70px;
    padding-right: 70px;
  }

  .seriesbookshotsholdingdiv, .seriesbookshotsholdingdiv.danielrtr {
    padding-left: 0;
  }

  .seriesbookshotsholdingdiv.ortr {
    width: 308px;
    padding-left: 0;
  }

  .seriesbookshotsholdingdiv.tfh {
    padding-left: 7px;
  }

  .seriesbookshotsholdingdiv.eclo {
    padding-left: 8px;
  }

  .seriesbookshotsholdingdiv.eclt {
    padding-left: 6px;
  }

  .seriesbookshotsholdingdiv.ottortr {
    width: 309px;
    padding-left: 0;
  }

  .seriesbookshotsholdingdiv.batmanplo {
    width: 310px;
    padding-left: 0;
  }

  .seriesbookshotsholdingdiv.gamedayrtr {
    width: 550px;
    padding-left: 0;
  }

  .seriesbookshotsholdingdiv.gamedayrtr.sweeps {
    width: 690px;
  }

  .image-159 {
    width: auto;
    max-width: 250px;
    height: auto;
    margin-top: -18px;
    margin-left: 0;
  }

  .image-159.zip1 {
    max-width: 400px;
    margin-top: 18px;
    margin-left: 19px;
  }

  .image-159.wonders1 {
    max-width: 400px;
    margin-top: 24px;
    margin-left: 35px;
  }

  .image-159.henry1 {
    max-width: 330px;
    margin-top: 35px;
    margin-left: 71px;
  }

  .image-159.ifyou {
    max-width: 240px;
    margin-left: 94px;
  }

  .image-159.pinky2 {
    max-width: 360px;
    margin-top: 57px;
    margin-left: 57px;
  }

  .image-160 {
    max-width: 230px;
    margin-right: 8px;
  }

  .image-161 {
    max-width: 350px;
    margin-top: 22px;
    margin-left: 53px;
  }

  .image-162 {
    max-width: 190px;
    margin-top: 0;
    margin-right: 95px;
  }

  .image-163 {
    max-width: 300px;
    max-height: 250px;
    margin-top: 17px;
    margin-left: 76px;
  }

  .image-164 {
    max-width: 180px;
    margin-right: -11px;
    padding-top: 0;
  }

  .image-165 {
    max-width: 380px;
    margin-left: 57px;
  }

  .image-166 {
    max-width: 300px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 74px;
  }

  .image-167 {
    max-width: 210px;
    margin-top: 7px;
    margin-bottom: -19px;
    margin-left: 104px;
  }

  .image-168 {
    max-width: 200px;
    margin-top: -6px;
    margin-right: 16px;
  }

  .image-169 {
    max-width: 400px;
    margin-top: 16px;
    margin-left: 32px;
  }

  .image-170 {
    max-width: 280px;
    margin-right: 72px;
  }

  .image-171 {
    max-width: 210px;
    margin-top: 20px;
    margin-left: 83px;
  }

  .image-172 {
    max-width: 280px;
    margin-top: 10px;
    margin-right: 10px;
  }

  .image-173 {
    max-width: 230px;
    margin-top: -4px;
    margin-left: 79px;
  }

  .image-174 {
    max-width: 260px;
    margin-right: 32px;
  }

  .image-175 {
    max-width: 230px;
    margin-top: 0;
    margin-left: 99px;
  }

  .ericcarledivleft {
    float: none;
    margin-left: -1px;
  }

  .ericcarledivright {
    float: none;
    margin-top: 46px;
    margin-right: 0;
  }

  .image-176 {
    max-width: 220px;
    margin-right: 40px;
  }

  .image-177 {
    max-width: 360px;
    margin-top: 22px;
    margin-left: 51px;
  }

  .image-178 {
    max-width: 260px;
    margin-right: 55px;
  }

  .image-179 {
    max-width: 280px;
    margin-top: 11px;
    margin-left: 66px;
    padding-top: 0;
  }

  .image-181 {
    max-width: 200px;
    margin-right: 63px;
  }

  .image-182 {
    max-width: 350px;
    margin-top: 31px;
    margin-left: 45px;
  }

  .image-183 {
    max-width: 230px;
    margin-right: 58px;
  }

  .image-184 {
    max-width: 260px;
    margin-top: 13px;
    margin-left: 95px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-185 {
    max-width: 234px;
    margin-right: 40px;
  }

  .image-186 {
    max-width: 280px;
    margin-top: -19px;
    margin-left: 60px;
  }

  .image-187 {
    width: auto;
    max-width: 244px;
    height: auto;
    max-height: none;
    margin-top: 0;
    margin-right: 57px;
    padding-right: 0;
  }

  .image-188 {
    min-width: auto;
    max-width: 231px;
    margin-top: 43px;
    margin-bottom: 0;
    margin-left: 50px;
  }

  .image-189 {
    max-width: 240px;
    margin-right: 25px;
  }

  .image-190 {
    max-width: 400px;
    margin-left: 40px;
  }

  .image-191 {
    max-width: 185px;
    margin-top: 13px;
    margin-bottom: 0;
    margin-right: 110px;
    padding-bottom: 0;
  }

  .image-192 {
    max-width: 200px;
    margin-top: -51px;
    margin-left: 109px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-192.school {
    max-width: 300px;
    margin-top: 35px;
    margin-left: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-193 {
    max-width: 270px;
    margin-right: 52px;
  }

  .image-194 {
    max-width: 220px;
    margin-top: -6px;
    margin-left: 83px;
  }

  .image-195 {
    max-width: 240px;
    margin-top: 0;
    margin-right: 0;
  }

  .image-196 {
    max-width: 310px;
    margin-top: 61px;
    margin-left: 78px;
  }

  .image-197 {
    max-width: 200px;
    margin-right: 68px;
  }

  .image-198 {
    max-width: 300px;
    margin-top: 35px;
    margin-left: 63px;
  }

  .image-199 {
    padding-top: 35px;
  }

  .image-200 {
    padding-top: 54px;
  }

  .image-201 {
    padding-top: 49px;
  }

  .image-203 {
    padding-top: 54px;
  }

  .dropdown-section {
    padding-top: 20px;
  }

  .image-204 {
    margin-top: 59px;
  }

  .image-205 {
    margin-top: 10px;
    padding-top: 0;
  }

  .image-206 {
    max-width: 90%;
    padding-top: 15px;
  }

  .image-206.schoolfish {
    padding-top: 58px;
  }

  .image-207 {
    display: inline-block;
  }

  .image-208 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 38px;
    padding-right: 35px;
  }

  .submit-text {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 33px;
    padding-right: 33px;
  }

  .html-embed-3 {
    padding-bottom: 20px;
  }

  .image-209 {
    width: auto;
    max-width: 110px;
    padding-top: 29px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-209.beloved {
    padding-top: 21px;
  }

  .image-209.rtrgraphicsseriescover {
    max-width: 85%;
  }

  .image-210 {
    margin-top: 3px;
  }

  .image-211 {
    width: auto;
    max-width: 90%;
    margin-top: 0;
    margin-left: auto;
    padding-top: 28px;
    display: inline-block;
  }

  .image-211.boss-1 {
    max-width: 290px;
    margin-left: 29px;
  }

  .image-211.beloved {
    padding-top: 30px;
  }

  .image-211.rtrgraphicsseriescover {
    max-width: 85%;
  }

  .image-212 {
    max-width: 157px;
    margin-top: -7px;
    margin-right: 114px;
  }

  .image-212.boss-2 {
    max-width: 185px;
    margin-top: 8px;
    margin-right: 56px;
  }

  .seriestopbubbleholdingdiv {
    width: 100%;
    margin-left: 20px;
    display: block;
    position: static;
  }

  .image-213 {
    padding-top: 27px;
  }

  .image-213.hamsterholmes {
    padding-top: 5px;
  }

  .image-213.hamsterholmes.beloved {
    padding-top: 33px;
  }

  .image-213.beloved {
    padding-top: 34px;
  }

  .image-213.rtrgraphicsseriescover {
    max-width: 85%;
  }

  .image-213.judgekimserieslogo1 {
    padding-top: 17px;
  }

  .image-214 {
    padding-top: 31px;
  }

  .mediacharacterssection {
    max-height: 320px;
  }

  .image-215 {
    max-width: 95%;
    padding-top: 28px;
  }

  .classiccharactersection {
    max-height: 320px;
  }

  .image-216, .image-217 {
    padding-top: 39px;
  }

  .image-218 {
    padding-top: 5px;
  }

  .image-219 {
    padding-top: 21px;
  }

  .image-220 {
    padding-top: 24px;
  }

  .nonfictioncharactersection {
    max-height: 320px;
  }

  .image-221 {
    padding-top: 28px;
  }

  .image-222 {
    padding-top: 32px;
  }

  .image-223 {
    padding-top: 36px;
  }

  .image-225 {
    padding-top: 41px;
  }

  .bubblesdiv {
    width: 662px;
  }

  .seriespageactivitiesholdingdiv {
    width: auto;
  }

  .seriespageactivitiesholdingdiv.rhs {
    text-align: center;
    padding-left: 0;
    padding-right: 134px;
    display: inline-block;
  }

  .seriespagesactivityblock.rhs {
    padding-left: 0;
  }

  .image-226 {
    max-width: 345px;
    margin-top: 27px;
    margin-left: 41px;
  }

  .image-227 {
    margin-top: 22px;
  }

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

  .email-signup-home {
    margin-top: 42px;
  }

  .email-signup-home-container {
    max-width: 670px;
  }

  .home-footer-section {
    height: 130px;
    max-height: 130px;
  }

  .html-embed-4 {
    display: block;
  }

  .home-footer-div {
    margin-top: 10px;
  }

  .lexilecontainerflex {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }

  .lexilecolumns {
    width: 670px;
  }

  .text-block-23 {
    padding-left: 26px;
    padding-right: 26px;
  }

  .grid {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: minmax(200px, 1fr) 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch stretch;
    display: grid;
  }

  .lexileredcolsdiv {
    flex-wrap: nowrap;
    align-items: stretch;
    height: 60px;
    max-height: 60px;
  }

  .lexheaderwht {
    flex: 0 auto;
    align-self: auto;
    display: block;
  }

  .lexheaderwht.mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .image-231 {
    max-width: 200px;
    margin-left: 90px;
  }

  .image-232 {
    max-width: 266px;
    margin-right: 53px;
  }

  .rtr-slj-column-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-3 {
    display: block;
  }

  .div-block-11 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .div-block-11.sljdiv1 {
    display: none;
  }

  .div-block-11.sljdivmobile {
    max-width: 100%;
  }

  .div-block-11.sljdivmobile.mobile1slj {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .blasting-off-book-link {
    max-width: 140px;
    max-height: 211px;
  }

  .div-block-13 {
    margin-top: -35px;
    margin-bottom: -35px;
    padding-top: 0;
  }

  .text-block-34.k2.copyrightkh {
    line-height: 18px;
  }

  .heading-6.learn-more-kh {
    font-size: 21px;
  }

  .image-235 {
    margin-top: 0;
    margin-bottom: -65px;
  }

  .image-235.ab {
    padding-left: 0;
  }

  .image-235.angelina1 {
    display: block;
  }

  .image-235.twinkle1 {
    padding-right: 0;
    display: block;
  }

  .image-235.geraldinepu1 {
    margin-bottom: -55px;
  }

  .div-block-26 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-left: auto;
    display: flex;
  }

  .div-block-26.kh1 {
    flex-wrap: nowrap;
    margin-left: 55px;
    margin-right: 91px;
  }

  .text-block-35 {
    margin-top: 21px;
    line-height: 29px;
  }

  .rtrgheadersection {
    padding-bottom: 0;
  }

  .rtrgheadersection.white-only {
    margin-top: 31px;
    padding-bottom: 15px;
  }

  .div-block-27 {
    max-width: 90%;
    margin-top: 8px;
  }

  .rtrgraphicsfeaturesection {
    height: auto;
    margin-top: 0;
  }

  .rtrgraphicscontainer {
    height: auto;
    margin-bottom: -34px;
  }

  .seriesfeaturediv-copy {
    max-width: 735px;
    max-height: 270px;
    margin-top: 29px;
  }

  .fatureareagraphicslinkmobile {
    display: none;
  }

  .rtrgraphicsbubbleholdingdiv {
    display: block;
  }

  .rtrgraphicsbubble {
    width: 170px;
    height: 170px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .rtrgraphicsbubble.pinky {
    margin-left: auto;
  }

  .rtrgraphicsbubble.smaller {
    float: left;
    width: 120px;
    height: 120px;
  }

  .rtrgraphicsbubblesdiv {
    margin-top: 0;
  }

  .text-block-36 {
    margin-left: auto;
    margin-right: auto;
  }

  .container-4 {
    padding: 23px 23px 0;
  }

  .section {
    margin-top: 53px;
  }

  .image-237 {
    padding-top: 55px;
  }

  .image-238 {
    padding-top: 41px;
  }

  .image-239 {
    padding-top: 38px;
  }

  .rtrgraphicssection {
    max-height: none;
    margin-bottom: 15px;
  }

  .rtrgraphicssection._5bubbles {
    margin-top: 15px;
    padding-top: 0;
  }

  .image-241 {
    max-width: 100%;
    margin-top: 20px;
  }

  .rtrgraphicsmeetbox {
    height: auto;
  }

  .rtrgraphicsmeetbox.pinky {
    margin-left: auto;
  }

  .rtrgraphicsmeetbox.smaller {
    float: left;
    width: 120px;
    height: 120px;
  }

  .button-2 {
    width: 80%;
  }

  .legal-links-container-kkr {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cookie-prefs-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .updated {
    padding-top: 0;
  }

  .legal-link-kkr {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .video-container {
    width: 720px;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .serieslogosslider-desktop {
    flex: 0 auto;
    width: 100%;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .image-245 {
    align-self: auto;
  }

  .mask-3 {
    width: auto;
  }

  .left-arrow-7 {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    overflow: hidden;
  }

  .right-arrow-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .slider-book-image {
    height: 180px;
  }

  .slider-book-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-251 {
    margin-top: 54px;
  }

  .image-253 {
    margin-top: 39px;
    padding-top: 0;
  }

  .image-255 {
    margin-top: 29px;
  }

  .image-256 {
    margin-top: 56px;
  }

  .image-257 {
    margin-top: 55px;
  }

  .image-258 {
    margin-top: 6px;
  }

  .image-259 {
    margin-top: 35px;
  }

  .image-260 {
    margin-top: 17px;
  }

  .image-261 {
    margin-top: 56px;
  }

  .image-262 {
    margin-top: 45px;
  }

  .image-263 {
    margin-top: 23px;
  }

  .image-264 {
    margin-top: 56px;
  }

  .image-265 {
    margin-top: 47px;
  }

  .image-266 {
    margin-top: 39px;
  }

  .image-281 {
    margin-top: 50px;
  }

  .image-282 {
    margin-top: 31px;
    padding-top: 0;
  }

  .image-283 {
    margin-top: 47px;
  }

  .image-286 {
    margin-top: 60px;
  }

  .image-287 {
    margin-top: 68px;
  }

  .image-288 {
    margin-top: 28px;
  }

  .image-289 {
    margin-top: 29px;
  }

  .image-290 {
    margin-top: 44px;
  }

  .image-291 {
    margin-top: 32px;
  }

  .image-308 {
    margin-top: 43px;
  }

  .image-315 {
    margin-top: 41px;
  }

  .image-316 {
    margin-top: 48px;
  }

  .image-317 {
    margin-top: 26px;
  }

  .image-318 {
    margin-top: 41px;
  }
}

@media screen and (max-width: 767px) {
  .header, .topbar, .headergradient, .headergradient.white-only {
    display: none;
  }

  .herosection {
    margin-top: 36px;
  }

  .heroimagecontainer {
    padding-left: 0;
    padding-right: 0;
  }

  .image-3 {
    display: none;
  }

  .meetthestarssection {
    height: 240px;
  }

  .meetthestarssection.white-only {
    height: 280px;
  }

  .meetthestarscontainer {
    margin-top: -25px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .meetthestarsheader {
    margin-top: 16px;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 23px;
    padding-right: 23px;
    font-size: 25px;
  }

  .characterlink {
    padding-left: 15px;
    padding-right: 16px;
  }

  .slider {
    display: none;
  }

  .launchastarsection {
    justify-content: center;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .launchastarcontainer {
    margin-top: -13px;
    padding-bottom: 39px;
    display: block;
  }

  .launchastarheadline {
    display: none;
  }

  .image-6 {
    margin-top: -105px;
    margin-left: 70px;
  }

  .image-7 {
    margin-top: -105px;
    margin-right: 70px;
  }

  .launchastarsubhead {
    margin-top: -20px;
    margin-bottom: 45px;
    padding-top: 0;
    padding-left: 95px;
    padding-right: 95px;
    font-size: 20px;
    line-height: 30px;
  }

  .launchastardesc {
    margin: -35px 25px 46px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .launchlevelsdiv {
    float: left;
    clear: none;
    display: block;
  }

  .launchlevelsdiv.yellowmobile {
    padding-left: 100px;
  }

  .launchsinglediv {
    float: left;
    clear: none;
    margin-left: auto;
    margin-right: auto;
    padding-right: 24px;
    display: block;
  }

  .levelwhiteblock {
    width: 175px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: block;
  }

  .levelheader, .leveldesc, .explorelink {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .featuressection {
    margin-bottom: 10px;
  }

  .featurescontainer {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .feature.red {
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .launchlevelsall5 {
    float: none;
    clear: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 450px;
    margin-top: 5px;
    padding-left: 35px;
    padding-right: 0;
    display: block;
    position: static;
    overflow: visible;
  }

  .featuresdiv {
    flex-direction: column;
  }

  .footercontainer {
    padding-left: 36px;
  }

  .footerleftdiv {
    border-bottom: 1px solid red;
    border-right-style: none;
    width: 500px;
    max-width: 500px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .emailsignupfineprint {
    max-width: 500px;
    margin-bottom: 19px;
  }

  .footerdivright {
    float: none;
    width: auto;
    max-width: 300px;
    display: block;
  }

  .image-9 {
    margin-top: 0;
    margin-bottom: -1px;
    padding-top: 0;
  }

  .copyrightline {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .mobileheader {
    background-image: url('../images/Gradient.gif');
    background-position: 50%;
    background-repeat: repeat-y;
    background-size: 100%;
    height: 140px;
    display: block;
  }

  .mobileheader.white-only {
    background-color: var(--white);
    background-image: none;
    height: 120px;
    padding-top: 0;
  }

  .navbar {
    background-color: #4cace9;
    height: 36px;
  }

  .menu-button {
    height: 36px;
  }

  .menu-button.w--open {
    background-color: #2083e9;
  }

  .icon-2 {
    color: #fff;
    margin-top: -11px;
    margin-bottom: 0;
  }

  .text-block {
    color: #fff;
    letter-spacing: 4px;
    margin-top: 8px;
    margin-bottom: 0;
    font-family: Futurabt, sans-serif;
    font-size: 15px;
  }

  .nav-menu {
    background-image: url('../images/Gradient.gif'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0, 0 0;
    background-size: 100%, 125px;
    flex-flow: wrap;
    align-content: stretch;
    height: 100vh;
    padding-top: 20px;
    padding-bottom: 0;
    display: flex;
  }

  .nav-link {
    background-image: url('../images/Series_WhiteStroke.svg');
    background-position: 0 0;
  }

  .nav-link.seriesnavmobile {
    float: none;
    clear: none;
    background-image: url('../images/RED-series.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 90px;
    width: 100px;
    height: 90px;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-bottom: 20px;
  }

  .nav-link.rtrgraphicsmobile {
    background-image: url('../images/RED-rtr-graphics.svg');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: 153px 150px;
    background-attachment: scroll;
  }

  .nav-link-2 {
    background-image: url('../images/Levels.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 100px;
  }

  .nav-link-2.levelsnavmobile {
    float: none;
    clear: none;
    background-image: url('../images/RED-levels.svg');
    background-size: auto 90px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100px;
    height: 90px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
    position: static;
  }

  .nav-link-4 {
    background-image: url('../images/Parens_WhiteStroke.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 100px;
    width: 100px;
    height: 100px;
  }

  .nav-link-4.parentsnavmobile {
    background-image: url('../images/RED-parents.svg');
    background-size: auto 90px;
    flex: 0 auto;
    height: 90px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
  }

  .nav-link-4.educatorsnavmobile {
    background-image: url('../images/RED-educators.svg');
    background-size: auto 90px;
    height: 90px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
  }

  .nav-link-4.activitiesnavmobile {
    background-image: url('../images/RED-activities.svg');
    background-size: auto 90px;
    height: 90px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
  }

  .nav-link-4.homenavmobile {
    background-image: url('../images/RED-home.svg');
    background-size: auto 90px;
    height: 90px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
  }

  .nav-link-4.homenavmobile.w--current {
    background-image: url('../images/RED-home.svg');
    background-size: auto 90px;
    height: 90px;
  }

  .nav-link-4.rtrgraphicsmobile {
    background-image: url('../images/RED-rtr-graphics.svg');
    background-size: auto 90px;
    height: 90px;
  }

  .image-36 {
    width: 390px;
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: block;
  }

  .heroimagemobilelink {
    margin-top: -37px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-37 {
    box-sizing: border-box;
    box-shadow: 1px 0 5px 0 var(--grey);
    border: 2px #2083e9;
    width: 90%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: visible;
  }

  .slider-2 {
    background-color: #0000;
    display: block;
  }

  .sliderleftarrowmobile {
    padding-top: 55px;
  }

  .sliderrightarrowmobile {
    margin-bottom: 0;
    padding-top: 55px;
  }

  .right-arrow-2, .left-arrow-2 {
    margin-bottom: 160px;
  }

  .slide-nav-3 {
    z-index: 999999;
    margin-bottom: 111px;
    padding-bottom: 32px;
    font-size: 11px;
  }

  .mobilesliderdiv {
    justify-content: center;
    display: flex;
  }

  .slide-3 {
    margin-top: -6px;
    padding-right: 0;
  }

  .launchastarheadlinemobile {
    color: #ed1a3b;
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-top: 34px;
    font-family: Futurastd, sans-serif;
    font-size: 39px;
    line-height: 50px;
    display: block;
  }

  .image-38 {
    width: 99px;
    height: 108px;
  }

  .image-39 {
    width: 86px;
    height: 108px;
  }

  .image-40 {
    height: 108px;
  }

  .image-41 {
    width: 100px;
    height: 108px;
  }

  .image-42 {
    width: 86px;
    height: 108px;
  }

  .image-43, .image-44, .image-45, .image-46, .image-47, .image-48, .image-49, .image-50, .image-51, .image-52, .image-53, .image-54, .image-55, .image-56, .image-57, .image-58, .image-59, .image-60, .image-61, .image-62 {
    width: 99px;
    height: 108px;
  }

  .headersectionlevels {
    display: none;
  }

  .levelsheadingsection {
    background-image: url('../images/Gradient.gif'), linear-gradient(to bottom, null, null);
    background-size: 400px, auto;
  }

  .levelsheadingsection.white-only {
    margin-top: 54px;
  }

  .levelscontainersection {
    margin-top: -25px;
  }

  .levelscontainersection.activities {
    padding-top: 20px;
  }

  .pagetitleheader {
    text-align: center;
    margin-top: 5px;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 28px;
    line-height: 34px;
  }

  .pagetitleheader.mobile {
    margin-bottom: 5px;
  }

  .pagetitleheader.aimmobile {
    margin-top: -8px;
  }

  .page-desc {
    margin-bottom: 12px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .page-desc.series {
    margin-top: 7px;
    margin-bottom: 16px;
  }

  .tab-link-tab-1.levelstab {
    width: 90px;
    margin-right: 7px;
  }

  .tab-link-tab-1.levelstab.w--current {
    float: left;
    width: 90px;
    margin-top: 0;
    margin-right: 7px;
    padding-top: 16px;
  }

  .tabtext {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 15px;
  }

  .tabtext.red, .tabtext.green, .tabtext.yellow, .tabtext.purple {
    margin-bottom: 0;
  }

  .levelstab {
    float: left;
    width: 90px;
    margin-right: 7px;
    padding-top: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .levelstab.w--current {
    width: 90px;
    margin-right: 7px;
  }

  .text-block-4.tabtext.blue {
    margin-bottom: 0;
    margin-left: -18px;
    margin-right: -19px;
    padding-left: 0;
    font-size: 13px;
  }

  .tab-link-tab-3 {
    float: left;
    clear: none;
    width: 90px;
    margin-bottom: 1px;
    margin-right: 7px;
    padding-top: 16px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .image-65 {
    max-width: 40px;
  }

  .tab-link-tab-4 {
    float: left;
    width: 90px;
    margin-right: 7px;
    padding-top: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-tab-5 {
    width: 90px;
    margin-bottom: 0;
    padding-top: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-66, .image-67 {
    max-width: 40px;
  }

  .levelstabheading {
    font-size: 35px;
  }

  .levelstabsintrodiv {
    padding-top: 23px;
  }

  .bluestarleft {
    margin-right: 56px;
  }

  .bluestarleft.pl1 {
    margin-right: 40px;
  }

  .bluestarleft.l1 {
    margin-top: -74px;
    margin-right: 367px;
  }

  .bluestarleft.lyw {
    margin-right: 67px;
  }

  .bluestarright {
    margin-left: 53px;
  }

  .bluestarright.pl1 {
    margin-left: 37px;
  }

  .bluestarright.l1 {
    margin-left: 361px;
  }

  .bluestarright.ltw {
    margin-left: 67px;
  }

  .levelstableveldesc {
    margin-top: -27px;
    padding-left: 48px;
    padding-right: 48px;
    font-size: 18px;
    line-height: 28px;
  }

  .unordered-list {
    margin-top: -5px;
    margin-bottom: 8px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .slide-4 {
    clear: none;
    vertical-align: baseline;
    margin-left: auto;
    margin-right: auto;
  }

  .image-68 {
    max-width: 30px;
    padding-top: 65px;
  }

  .image-69 {
    max-width: 30px;
    padding-top: 60px;
  }

  .levelscarouselbookshot {
    width: 95px;
    height: 143px;
    margin-left: -5px;
  }

  .levelscarouselslidediv {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .left-arrow-3 {
    margin-bottom: 155px;
    margin-left: -23px;
  }

  .right-arrow-3 {
    margin-bottom: 155px;
    margin-right: -22px;
    padding-bottom: 0;
  }

  .slide-nav-4 {
    margin-bottom: 101px;
  }

  .slider-3 {
    justify-content: center;
    align-items: center;
    margin-bottom: -97px;
    display: block;
  }

  .pagetitle {
    letter-spacing: 2px;
    padding-top: 0;
    font-size: 27px;
  }

  .tabs {
    width: 480px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .levelscarouseldivmobile {
    display: none;
  }

  .seriesheadersection {
    margin-top: 40px;
    padding-bottom: 0;
  }

  .seriesheadercontainer {
    padding-top: 13px;
    padding-bottom: 0;
  }

  .seriesheadercontainer.mobile {
    padding-bottom: 12px;
  }

  .seriesfeaturesection {
    height: 260px;
    margin-top: 10px;
    margin-bottom: 50px;
  }

  .seriesfeaturecontainer {
    height: auto;
    margin-bottom: 0;
  }

  .seriesbubblesection {
    margin-top: 94px;
    display: none;
  }

  .seriesbubblecontainer {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .seriesbubblecontainer.rtrgraphicsbubblecontainer {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .seriesbubble {
    width: 120px;
    height: 120px;
    margin-top: 17px;
    margin-right: 15px;
  }

  .seriesbubble.pinky {
    margin-left: auto;
  }

  .seriesbubble.smaller {
    width: 90px;
    height: 90px;
    margin-right: 6px;
  }

  .seriesbubble.smaller.new2025 {
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .seriesbubble.rtrgraphicsseriescovers {
    margin-bottom: 75px;
    margin-right: 0;
  }

  .seriesbubbleholdingdiv {
    clear: none;
    text-align: center;
    width: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .seriesbubbleholdingdiv.rtrgraphicsseriescover {
    flex-flow: column-reverse wrap;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .belovedcharacterssection {
    max-height: 265px;
  }

  .belovedcharacterssection._5bubbles {
    margin-top: 15px;
    display: block;
  }

  .belovedcharacterssection._5bubbles.new2025section {
    margin-bottom: -180px;
  }

  .belovedcharacterssection.new2025section {
    max-height: 275px;
  }

  .seriescharacterheadline {
    margin-bottom: 16px;
    font-size: 23px;
  }

  .seriescharacterheadline.padding {
    margin-top: 18px;
    display: block;
  }

  .seriescharacterheadline._4bubbles {
    width: 600px;
    margin-top: 18px;
    margin-left: 0;
    display: block;
  }

  .image-73, .image-74 {
    width: 22px;
  }

  .seriescarouseldivcontain {
    width: 520px;
  }

  .seriescarouselbookshot {
    max-width: 79px;
    margin-left: 2px;
    margin-right: 2px;
  }

  .slide-nav-6 {
    margin-bottom: 131px;
  }

  .classicstoriessection {
    max-height: 265px;
  }

  .right-arrow-5 {
    margin-right: -6px;
  }

  .funnonfictionsection {
    max-height: 265px;
  }

  .funnonfictionsection.new2025section {
    max-height: 275px;
  }

  .left-arrow-5 {
    margin-left: -6px;
  }

  .seriesfeaturediv {
    max-width: 90%;
    height: auto;
    max-height: 230px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-77 {
    width: auto;
    max-width: 83px;
    padding-top: 23px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-78 {
    max-width: 120px;
    padding-top: 27px;
  }

  .image-78.smaller {
    width: 80px;
    padding-top: 17px;
  }

  .image-79 {
    width: auto;
    max-width: 125px;
    padding-top: 42px;
    padding-left: 5px;
  }

  .image-79.smaller {
    width: 85px;
    margin-left: auto;
    padding-top: 26px;
    padding-left: 0;
  }

  .image-80 {
    width: auto;
    max-width: 110px;
    padding-top: 30px;
  }

  .image-81 {
    width: auto;
    max-width: 90px;
    padding-top: 20px;
  }

  .image-81.smaller {
    width: auto;
    max-width: 60px;
    padding-top: 10px;
    padding-left: 0;
  }

  .image-82 {
    width: auto;
    max-width: 100px;
    padding-top: 20px;
  }

  .image-83 {
    width: auto;
    max-width: 115px;
    padding-top: 56px;
  }

  .image-84 {
    width: auto;
    max-width: 90px;
    padding-top: 33px;
  }

  .image-85 {
    width: auto;
    max-width: 100px;
    padding-top: 29px;
    padding-right: 0;
  }

  .image-86 {
    width: auto;
    max-width: 120px;
    padding-top: 33px;
    padding-right: 4px;
  }

  .image-87 {
    width: auto;
    max-width: 80px;
    padding-top: 28px;
  }

  .image-88 {
    width: auto;
    max-width: 80px;
    padding-top: 25px;
  }

  .image-89 {
    width: auto;
    max-width: 100px;
    padding-top: 23px;
  }

  .image-90 {
    width: auto;
    max-width: 115px;
    padding-top: 38px;
  }

  .image-91 {
    max-width: 125px;
    padding-top: 47px;
  }

  .image-92 {
    width: auto;
    max-width: 110px;
    padding-top: 47px;
  }

  .image-93 {
    width: auto;
    max-width: 110px;
    padding-top: 22px;
  }

  .image-94 {
    width: auto;
    max-width: 100px;
    padding-top: 20px;
  }

  .image-95 {
    width: 175px;
    max-width: 120px;
    padding-top: 52px;
  }

  .image-96 {
    max-width: 120px;
    padding-top: 46px;
  }

  .educatorsintrosection {
    background-image: url('../images/Gradient.gif'), linear-gradient(#b6e4fa, #b6e4fa);
    background-size: 700px, auto;
    margin-top: 40px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .educatorsintrocontainer {
    border: 0px none var(--white);
    margin-top: 0;
    display: block;
    position: static;
  }

  .educatorsintrodivleft {
    float: none;
    margin-top: 0;
    margin-left: auto;
    display: block;
  }

  .educatorsintrodivright {
    float: none;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 12px;
  }

  .educatorparentinfo {
    width: auto;
    max-width: none;
    padding-right: 20px;
    line-height: 25px;
  }

  .educatorparentinfo.top {
    max-width: none;
    margin-top: 5px;
    padding-right: 20px;
    line-height: 25px;
  }

  .educatorparentinfo.top.educators {
    margin-top: -3px;
  }

  .reachforthestarsheadline.stars {
    margin-left: -24px;
  }

  .reachfothestarsinfodivcontain {
    max-width: 500px;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .reachforthestarsdivleft {
    padding-left: 54px;
  }

  .reachforthestarsdivright {
    width: 350px;
  }

  .reachforthestarstext {
    width: 370px;
    margin-right: -12px;
    padding-left: 38px;
    padding-right: 0;
  }

  .numeraltwo {
    padding-top: 67px;
  }

  .numeralthree {
    padding-top: 36px;
  }

  .bold-text-15 {
    font-size: 25px;
  }

  .reviewssection {
    margin-top: 33px;
  }

  .text-block-6 {
    padding-left: 39px;
    padding-right: 40px;
  }

  .bold-text-16 {
    padding-left: 25px;
    padding-right: 26px;
  }

  .educatoractivitiesbox {
    width: 480px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .parentsintrosection {
    padding-left: 50px;
    padding-right: 50px;
  }

  .parentsintrosection.white-only {
    float: none;
    border: 1px none var(--white);
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .activitiesintrosection {
    margin-top: 35px;
  }

  .accordionitem-content {
    padding-left: 18px;
    padding-right: 0;
  }

  .accordionitem-content.certact {
    height: 1400px;
  }

  .accordionitem-content.guides {
    height: 1150px;
  }

  .accordionitem-content.guides.classroomguides {
    height: 300px;
  }

  .accordionitem-content.activity {
    height: 1400px;
  }

  .accordionitem-content.catalogs {
    height: 340px;
  }

  .thumbnailblock {
    width: 190px;
    height: 180px;
  }

  .activityblock {
    height: 180px;
    margin-left: 4px;
    margin-right: 7px;
  }

  .accordionitemcontenttop {
    height: 3000px;
    padding-left: 18px;
    padding-right: 0;
  }

  .activitiesaccordionfulldiv, .educatorsactivitiesheader {
    width: 480px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .headerstarleft {
    margin-left: 15px;
    padding-top: 20px;
  }

  .div-block-3.headerstarright {
    margin-right: 15px;
    padding-top: 20px;
  }

  .image-99, .image-100 {
    width: 18px;
  }

  .accordionitemcontentsubtop {
    height: 2920px;
    padding-left: 18px;
    padding-right: 0;
  }

  .bold-text-17 {
    letter-spacing: 3px;
    width: 480px;
    font-size: 28px;
    display: block;
  }

  .activityheaderblock {
    padding-right: 17px;
  }

  .heading-3 {
    font-size: 25px;
  }

  .activityheaderstarleft {
    margin-left: 25px;
  }

  .activityheaderstarleft.ecards {
    margin-left: 111px;
  }

  .activityheaderstarleft.certificates {
    margin-left: 80px;
  }

  .activityheaderstarleft.activities {
    margin-left: 35px;
  }

  .activityheaderstarleft.guides {
    margin-left: 110px;
  }

  .activityheaderstarleft.catalogs {
    margin-left: 50px;
  }

  .activityheaderstarright {
    margin-right: 80px;
  }

  .activityheaderstarright.ecards {
    margin-right: 117px;
  }

  .activityheaderstarright.certificares {
    margin-right: 80px;
  }

  .activityheaderstarright.activity {
    margin-right: 35px;
  }

  .activityheaderstarright.guides {
    margin-right: 110px;
  }

  .activityheaderstarright.catalogs {
    margin-right: 90px;
  }

  .image-101 {
    max-width: 20px;
  }

  .image-102, .image-103, .image-104 {
    max-width: 170px;
    margin-top: 25px;
  }

  .image-107, .image-108, .image-readyjet-thumb {
    width: 120px;
    margin-top: 14px;
  }

  .image-readyjet-thumb.seriespage {
    width: 130px;
  }

  .heading-4 {
    padding-left: 110px;
    padding-right: 110px;
  }

  .image-131 {
    width: 500px;
    margin-top: -23px;
  }

  .image-132 {
    margin-top: -18px;
    margin-left: 93px;
  }

  .featureareaserieslink {
    display: none;
  }

  .image-133 {
    border-style: none;
  }

  .featureareaserieslinkmobile {
    border: 2px #2083e9;
    margin-top: -7px;
    margin-bottom: 0;
    display: block;
  }

  .image-134 {
    box-shadow: 1px 1px 5px 0 var(--grey);
    border: 1px #000;
    display: block;
    overflow: clip;
  }

  .image-136.daniel {
    max-width: 95px;
    margin-left: -8px;
    margin-right: auto;
    display: block;
  }

  .image-137 {
    margin-left: -12px;
  }

  .image-138 {
    margin-left: -7px;
  }

  .image-139 {
    margin-top: 46px;
    margin-left: -6px;
  }

  .image-140 {
    margin-left: 4px;
  }

  .image-141 {
    margin-top: 24px;
    margin-left: -4px;
  }

  .image-141.mouse {
    margin-left: -6px;
  }

  .image-142 {
    margin-left: -8px;
  }

  .image-143 {
    margin-left: 6px;
  }

  .image-145 {
    margin-left: -2px;
  }

  .image-146 {
    margin-left: -3px;
  }

  .image-147 {
    margin-top: 25px;
    margin-left: -4px;
    margin-right: 0;
    padding-right: 0;
  }

  .image-148 {
    margin-left: -7px;
  }

  .image-149 {
    margin-top: 35px;
    margin-left: -10px;
  }

  .image-150 {
    margin-left: -7px;
  }

  .image-151 {
    margin-left: -5px;
  }

  .image-152 {
    margin-left: 5px;
  }

  .image-153 {
    max-width: 95px;
    margin-left: -7px;
  }

  .image-154 {
    margin-top: 25px;
    margin-left: -9px;
    padding-left: 0;
  }

  .characterinfosection {
    margin-top: 40px;
  }

  .characterimagescontainer {
    padding-top: 14px;
    display: block;
  }

  .characterimagescontainer.peanutsseriescontainer, .characterimagescontainer.pjmaskscharacterpage {
    padding-top: 0;
  }

  .characterimagescontainer.oliv {
    padding-top: 1px;
  }

  .characterlogoleft {
    width: auto;
    max-width: 350px;
    margin-top: 19px;
    margin-left: 17px;
  }

  .characterlogoleft.secretshistory {
    margin-top: 0;
    margin-left: 0;
  }

  .characterlogoleft.pinkyrex, .characterlogoleft.myfirst {
    margin-top: 0;
  }

  .characterlogoleft.pjm {
    max-width: 370px;
    margin-top: 24px;
    margin-left: 14px;
  }

  .characterlogoleft.henrymudge {
    margin-left: 0;
  }

  .characterlogoleft.livingin, .characterlogoleft.gameday {
    margin-top: 0;
  }

  .characterlogoleft.otto {
    margin-top: 3px;
  }

  .characterlogoleft.carle, .characterlogoleft.dinotrain, .characterlogoleft.historyfun {
    margin-top: 0;
  }

  .characterlogoleft.ifyoulove {
    max-width: 300px;
  }

  .characterlogoleft.readyjet {
    margin-top: 6px;
  }

  .characterlogoleft.schoolfish {
    margin-left: 0;
  }

  .characterlogoleft.hotel {
    float: left;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    max-width: 240px;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    display: inline-block;
  }

  .characterlogoleft.boss {
    max-width: none;
    margin-top: 0;
  }

  .characterlogoleft.voltron {
    max-width: none;
  }

  .characterlogoleft.batman {
    max-width: none;
    margin-left: 10px;
  }

  .characterimageright {
    width: auto;
    margin-top: 0;
    margin-right: 10px;
    display: block;
  }

  .characterimageright.secretshistory {
    margin-top: 0;
    margin-right: 0;
  }

  .characterimageright.henrymudge {
    margin-right: -3px;
  }

  .characterimageright.gameday, .characterimageright.otto, .characterimageright.dinotrain {
    margin-top: 0;
  }

  .characterimageright.schoolfish {
    margin-top: 0;
    margin-bottom: 6px;
    margin-right: 4px;
  }

  .characterimageright.hotel {
    float: right;
    clear: none;
    min-width: auto;
    max-width: 240px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    position: static;
  }

  .characterimageright.boss {
    margin-top: 0;
    margin-right: 10px;
  }

  .image-156 {
    max-width: 140px;
    margin-top: -19px;
    margin-left: 0;
    margin-right: 9px;
    padding-right: 0;
    display: inline-block;
  }

  .image-156.zip {
    max-width: 110px;
    margin-top: -8px;
    margin-right: 8px;
  }

  .image-156.wonders {
    max-width: 100px;
    margin-top: -11px;
    margin-left: 0;
    margin-right: 3px;
  }

  .image-156.henry {
    max-width: 160px;
    margin-top: -18px;
    margin-left: 0;
    margin-right: 10px;
  }

  .image-156.ifyou {
    max-width: 200px;
    margin-top: 21px;
    margin-right: 0;
    display: block;
  }

  .image-156.pinky1 {
    max-width: 100px;
    margin-top: -10px;
    margin-right: 10px;
  }

  .div-block-6 {
    flex-direction: row;
    justify-content: center;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-6.olivia, .div-block-6.tails {
    padding-top: 0;
  }

  .div-block-6.sofs {
    padding-top: 7px;
  }

  .div-block-6.ecc {
    padding-top: 17px;
  }

  .div-block-6.miffyc, .div-block-6.mousec {
    padding-top: 0;
  }

  .div-block-6.voltron {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1px;
    display: block;
  }

  .charactersummary {
    padding-left: 65px;
    padding-right: 65px;
    font-size: 17px;
    line-height: 29px;
  }

  .charactersummary.sfs {
    padding-left: 49px;
    padding-right: 49px;
  }

  .charactersummary.sljsweeps {
    padding-left: 45px;
    padding-right: 45px;
  }

  .seriesbookcontainer.meetkatharine1 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .seriesbookshotsholdingdiv {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 9px;
    display: block;
  }

  .seriesbookshotsholdingdiv.danielrtr {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    display: block;
  }

  .seriesbookshotsholdingdiv.tfh {
    width: 560px;
  }

  .seriesbookshotsholdingdiv.batmanrtr {
    width: 465px;
    padding-left: 0;
  }

  .seriesbookshotsholdingdiv.gamedayrtr {
    width: 470px;
  }

  .seriesbookshotsholdingdiv.gamedayrtr.sweeps {
    width: 465px;
  }

  .seriespagebookshotlink.sweeps, .seriespagebookshotlink.sweeps.mobile {
    width: 125px;
  }

  .image-159 {
    float: none;
    text-align: left;
    max-width: 250px;
    margin-top: -14px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .image-159.zip1 {
    max-width: 250px;
    margin-top: -1px;
    margin-left: 0;
    margin-right: 0;
  }

  .image-159.wonders1 {
    max-width: 260px;
    margin-top: 3px;
    margin-left: 0;
    margin-right: 0;
  }

  .image-159.henry1 {
    max-width: 200px;
    margin-top: 19px;
    margin-left: 8px;
  }

  .image-159.ifyou {
    max-width: 190px;
    margin-top: 1px;
    margin-left: 2px;
  }

  .image-159.pinky2 {
    max-width: 240px;
    margin-top: 20px;
    margin-left: 0;
  }

  .image-159.ifyoulovelogo {
    margin-top: 37px;
  }

  .mask-2 {
    padding-top: 17px;
  }

  .image-160 {
    max-width: 140px;
    margin-right: 0;
  }

  .image-161 {
    max-width: 220px;
    margin-top: 9px;
    margin-left: 5px;
  }

  .image-162 {
    max-width: 120px;
    margin-top: 0;
    margin-right: 33px;
  }

  .image-163 {
    max-width: 200px;
    margin-top: 1px;
    margin-left: 0;
  }

  .image-164 {
    max-width: 150px;
    margin-right: -53px;
  }

  .image-165 {
    max-width: 250px;
    margin-left: -28px;
  }

  .image-166 {
    max-width: 200px;
    margin-top: -13px;
    margin-right: 15px;
  }

  .image-167 {
    max-width: 150px;
    margin-top: -16px;
    margin-bottom: -22px;
    margin-left: 7px;
  }

  .image-168 {
    max-width: 130px;
    margin-top: -2px;
    margin-right: -4px;
  }

  .image-169 {
    max-width: 240px;
    margin-top: 9px;
    margin-left: 0;
  }

  .image-170 {
    max-width: 190px;
    margin-top: 0;
    margin-right: -2px;
  }

  .image-171 {
    max-width: 150px;
    margin-top: 5px;
    margin-left: 5px;
  }

  .image-172 {
    max-width: 170px;
    margin-top: 0;
    margin-right: 0;
  }

  .image-173 {
    max-width: 140px;
    margin-top: -9px;
    margin-left: 28px;
  }

  .image-174 {
    max-width: 180px;
    margin-top: -18px;
    margin-right: -25px;
  }

  .image-175 {
    max-width: 160px;
    margin-top: -16px;
    margin-left: 16px;
  }

  .image-176 {
    max-width: 140px;
    margin-top: 2px;
    margin-right: -7px;
  }

  .image-177 {
    max-width: 230px;
    margin-top: 3px;
    margin-left: 1px;
  }

  .image-178 {
    max-width: 170px;
    margin-right: 0;
  }

  .image-179 {
    max-width: 180px;
    margin-top: 0;
    margin-left: 0;
  }

  .image-181 {
    max-width: 150px;
    margin-right: 0;
  }

  .image-182 {
    max-width: 210px;
    margin-top: 22px;
    margin-left: -10px;
  }

  .image-183 {
    max-width: 180px;
    margin-right: -9px;
  }

  .image-184 {
    max-width: 200px;
    margin-top: 32px;
    margin-left: -10px;
    padding-top: 0;
    padding-left: 0;
  }

  .image-185 {
    max-width: 170px;
    margin-top: -23px;
    margin-right: 3px;
  }

  .image-186 {
    max-width: 186px;
    margin-top: -18px;
    margin-left: -24px;
  }

  .image-187 {
    float: none;
    max-width: 190px;
    max-height: none;
    margin-top: -6px;
    margin-left: auto;
    margin-right: 7px;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .image-188 {
    float: none;
    max-width: 171px;
    margin: 30px auto 4px 0;
    padding: 0;
    position: static;
  }

  .image-189 {
    max-width: 150px;
    margin-top: -16px;
    margin-right: -29px;
  }

  .image-190 {
    max-width: 250px;
    margin-top: 9px;
    margin-left: 0;
  }

  .image-191 {
    max-width: 150px;
    margin-top: -16px;
    margin-bottom: 0;
    margin-right: 7px;
  }

  .image-192 {
    max-width: 140px;
    margin-top: -11px;
    margin-left: 22px;
  }

  .image-192.school {
    width: auto;
    max-width: 220px;
    margin-top: 12px;
    margin-left: 0;
    padding-right: 0;
  }

  .image-193 {
    max-width: 170px;
    margin-top: -5px;
    margin-right: 8px;
  }

  .image-194 {
    max-width: 140px;
    margin-top: -9px;
    margin-left: 20px;
  }

  .image-195 {
    max-width: 180px;
    margin-top: -17px;
    margin-right: -26px;
  }

  .image-196 {
    max-width: 200px;
    margin-top: 39px;
    margin-left: 0;
  }

  .image-197 {
    max-width: 150px;
    margin-top: -7px;
    margin-right: 0;
  }

  .image-198 {
    max-width: 240px;
    margin-top: 18px;
    margin-left: -4px;
  }

  .image-199 {
    padding-top: 18px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-200 {
    padding-top: 44px;
  }

  .image-201 {
    padding-top: 45px;
  }

  .image-203 {
    padding-top: 48px;
  }

  .image-204 {
    margin-top: 53px;
  }

  .image-205 {
    max-width: 90%;
  }

  .image-206 {
    padding-top: 12px;
  }

  .image-206.schoolfish {
    padding-top: 53px;
  }

  .image-207 {
    margin-top: 4px;
    margin-left: 0;
  }

  .image-208 {
    margin-top: 2px;
    padding-left: 0;
    padding-right: 0;
  }

  .wufoo-container {
    border-radius: 0;
  }

  .submit-text {
    float: none;
    clear: none;
    width: 465px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 31px;
    padding-right: 31px;
    display: block;
    position: static;
  }

  .text-block-19 {
    padding-left: 26px;
    padding-right: 26px;
  }

  .image-209 {
    width: auto;
    max-width: 80px;
    padding-top: 22px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-209.beloved {
    padding-top: 16px;
  }

  .image-210 {
    margin-top: 3px;
  }

  .image-211 {
    width: auto;
    max-width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 22px;
  }

  .image-211.boss-1 {
    max-width: 169px;
    margin-top: 9px;
    margin-left: 0;
  }

  .image-211.beloved {
    padding-top: 24px;
  }

  .image-212 {
    max-width: 120px;
    margin-top: -10px;
    margin-right: 35px;
    padding-top: 17px;
  }

  .image-212.boss-2 {
    max-width: 115px;
    margin-top: 0;
    margin-right: 37px;
  }

  .seriestopbubblecontainer {
    margin-top: 14px;
  }

  .seriestopbubbleholdingdiv {
    width: 560px;
    max-width: none;
    margin-top: -16px;
    margin-left: auto;
    padding-left: 20px;
    display: block;
  }

  .seriesaimsection {
    padding-bottom: 0;
  }

  .seriesaimsection.white-only {
    margin-top: 0;
  }

  .image-213 {
    padding-top: 21px;
  }

  .image-213.hamsterholmes {
    padding-top: 3px;
  }

  .image-213.hamsterholmes.beloved {
    padding-top: 25px;
  }

  .image-213.beloved {
    padding-top: 26px;
  }

  .image-213.judgekimserieslogo1 {
    padding-top: 14px;
  }

  .image-214 {
    padding-top: 23px;
  }

  .mediacharacterssection {
    max-height: 265px;
  }

  .mediacharacterssection._5bubbles {
    margin-top: 5px;
  }

  .image-215 {
    padding-top: 22px;
  }

  .classiccharactersection {
    max-height: 265px;
  }

  .classiccharactersection._5bubbles {
    margin-top: 5px;
  }

  .image-216, .image-217 {
    padding-top: 35px;
  }

  .image-218 {
    padding-top: 3px;
  }

  .image-219, .image-220 {
    padding-top: 20px;
  }

  .nonfictioncharactersection {
    max-height: 265px;
  }

  .nonfictioncharactersection._5bubbles {
    margin-top: 5px;
  }

  .image-221 {
    padding-top: 19px;
  }

  .image-222 {
    padding-top: 23px;
  }

  .image-223 {
    padding-top: 28px;
  }

  .image-224 {
    padding-top: 8px;
  }

  .image-225 {
    padding-top: 31px;
  }

  .bubblesdiv {
    width: 492px;
    padding-left: 6px;
    display: inline-block;
  }

  .seriespageactivitiessection {
    height: 230px;
  }

  .seriespageactivitiesholdingdiv {
    width: auto;
    max-width: 400px;
    padding-right: 0;
  }

  .seriespageactivitiesholdingdiv.rhs {
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .seriespageactivitiesholdingdiv.twosheet {
    width: 500px;
    padding-right: 0;
  }

  .seriespagesactivityblock {
    height: 185px;
  }

  .seriespagesactivityblock.onesheet {
    margin-bottom: 0;
    padding-left: 0;
  }

  .seriespagesactivityblock.rhs {
    padding-left: 11px;
  }

  .seriespageblocksdiv {
    padding-right: 0;
  }

  .image-226 {
    max-width: 220px;
    margin-top: 22px;
    margin-left: 0;
  }

  .image-227 {
    margin-top: 15px;
  }

  .top-border {
    display: none;
  }

  .image-228 {
    max-width: 100px;
    display: block;
  }

  .email-signup-home {
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .email-signup-home-container {
    max-width: 500px;
  }

  .home-footer-section {
    height: 120px;
    max-height: 120px;
  }

  .home-footer-div {
    margin-top: 10px;
  }

  .image-229 {
    max-width: 150px;
  }

  .lexilesection {
    margin-bottom: 13px;
  }

  .lexilecontainerflex {
    max-width: 550px;
  }

  .lexilecolumns {
    justify-content: flex-start;
    width: 550px;
    display: flex;
  }

  .text-block-22 {
    padding-left: 0;
  }

  .image-230 {
    max-width: 86%;
  }

  .lexiletextdiv {
    max-width: 500px;
  }

  .text-block-23 {
    padding: 0 0 13px;
  }

  .gudiedlevelheader {
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr;
    position: static;
  }

  .grid.mobile {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .lexileredcolsdiv.mobile {
    padding: 3%;
  }

  .lexheaderwht {
    padding-left: 5px;
    padding-right: 5px;
  }

  .lexheaderwht.mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .guidedreading {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .image-231 {
    max-width: 150px;
    margin-top: 0;
    margin-left: 0;
  }

  .image-232 {
    max-width: 168px;
    margin-top: 0;
    margin-right: 38px;
  }

  .html-embed-5 {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-3 {
    display: block;
  }

  .div-block-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-13 {
    margin-top: -35px;
    margin-bottom: -35px;
    padding-bottom: 0;
  }

  .heading-6.learn-more-kh {
    padding: 15px;
    font-size: 18px;
    line-height: 36px;
  }

  .heading-6.learnmorempc {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 21px;
    line-height: 35px;
  }

  .div-block-15.rtrauthors2022 {
    flex-direction: column;
    align-items: center;
  }

  .image-235 {
    margin-top: -15px;
    margin-bottom: -55px;
  }

  .image-235.geraldinepu1 {
    margin-bottom: -75px;
  }

  .div-block-26 {
    margin-top: 35px;
    margin-left: 49px;
    display: inline;
  }

  .div-block-26.kh1 {
    margin-left: 91px;
    margin-right: 34px;
    display: flex;
  }

  .link-block-2 {
    margin-left: -35px;
    margin-right: -115px;
  }

  .text-block-35 {
    margin-top: 9px;
    font-size: 21px;
    line-height: 21px;
  }

  .rtrgheadersection {
    margin-top: 40px;
    padding-bottom: 0;
  }

  .rtrgheadersection.white-only {
    margin-top: 18px;
    padding-top: 34px;
    padding-bottom: 6px;
  }

  .rtrgheadercontainer {
    margin-top: -27px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .rtrgheadercontainer.mobile {
    padding-bottom: 12px;
  }

  .div-block-27 {
    max-width: 77%;
    margin-top: 6px;
  }

  .rtrgraphicsfeaturesection {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .rtrgraphicscontainer {
    height: auto;
    margin-top: -17px;
    margin-bottom: 0;
  }

  .seriesfeaturediv-copy {
    max-width: 390px;
    max-height: 230px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .fatureareagraphicslinkmobile {
    border: 2px #2083e9;
    margin-top: -7px;
    margin-bottom: 0;
    display: block;
  }

  .featureareagraphicslink {
    display: none;
  }

  .link-block-3 {
    margin-left: 30px;
  }

  .rtrgraphicsbubblecontainer {
    text-align: center;
    display: block;
  }

  .rtrgraphicsbubbleholdingdiv {
    clear: none;
    text-align: center;
    display: block;
  }

  .rtrgraphicsbubble {
    width: 140px;
    height: 140px;
    margin-top: 17px;
    margin-left: 10px;
    margin-right: 15px;
  }

  .rtrgraphicsbubble.pinky {
    margin-left: auto;
  }

  .rtrgraphicsbubble.smaller {
    width: 90px;
    height: 90px;
    margin-right: 6px;
  }

  .div-block-28 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container-4 {
    padding-bottom: 6px;
    padding-left: 13px;
    padding-right: 13px;
  }

  .section {
    margin-top: 19px;
  }

  .image-237 {
    padding-top: 49px;
  }

  .image-238 {
    padding-top: 34px;
  }

  .image-239 {
    padding-top: 33px;
  }

  .rtrgraphicssection {
    max-height: none;
    margin-top: 20px;
  }

  .rtrgraphicssection._5bubbles {
    margin-top: 15px;
  }

  .rtrgraphicssection.new2025section {
    max-height: 275px;
  }

  .image-241 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .rtrgraphicsmeetsection {
    padding-bottom: 0;
  }

  .rtrgraphicsmeetsection.white-only {
    margin-top: 0;
  }

  .rtrgraphicsmeetcontainer {
    padding-top: 13px;
    padding-bottom: 0;
  }

  .rtrgraphicsmeetcontainer.mobile {
    padding-bottom: 12px;
  }

  .rtrgraphicsmeetbox {
    width: 28%;
    height: auto;
    margin-top: 17px;
  }

  .rtrgraphicsmeetbox.pinky {
    margin-left: auto;
  }

  .rtrgraphicsmeetbox.smaller {
    width: 90px;
    height: 90px;
    margin-right: 6px;
  }

  .level-heading {
    font-size: 18px;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 55px;
    padding-right: 55px;
  }

  .link-8 {
    color: var(--black);
    font-family: Futurastd, sans-serif;
    font-size: 18px;
    text-decoration: none;
    transition: all .2s;
  }

  .link-8:active {
    transform: scale(1.1);
  }

  .rtrgraphicsbubbles {
    flex-flow: wrap;
    order: 0;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .rtrgraphicsbubbles.rtrgraphicsseriescover {
    flex-direction: column;
    justify-content: center;
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .image-243 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .button-2 {
    width: 80%;
  }

  .image-244 {
    width: 100%;
  }

  .legal-links-container-kkr {
    flex-direction: column;
    align-items: center;
  }

  .cookie-prefs-link, .legal-link-kkr {
    margin-bottom: 5px;
  }

  .featuredvideosection {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .video-container {
    width: 100%;
  }

  .serieslogosslider-desktop {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 45px;
    padding-left: 65px;
    padding-right: 65px;
    display: flex;
  }

  .left-arrow-7 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .slider-mobile {
    padding-left: 38px;
    padding-right: 38px;
  }

  .slider-book-image {
    height: 130px;
  }

  .arrow-left {
    height: 30px;
  }

  .left-arrow-8 {
    width: 40px;
  }

  .slider-book-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .arrow-right {
    height: 30px;
  }

  .right-arrow-8 {
    width: 40px;
  }

  .fanfavoritessection.new2025section {
    max-height: 275px;
  }

  .image-251 {
    margin-top: 36px;
  }

  .image-252 {
    margin-top: 8px;
  }

  .image-253 {
    margin-top: 29px;
    padding-top: 0;
  }

  .image-255 {
    margin-top: 18px;
  }

  .image-256, .image-257 {
    margin-top: 38px;
  }

  .image-259 {
    margin-top: 24px;
  }

  .image-260 {
    margin-top: 13px;
  }

  .image-261 {
    margin-top: 38px;
  }

  .image-262 {
    margin-top: 30px;
  }

  .image-263 {
    margin-top: 15px;
  }

  .image-264 {
    margin-top: 39px;
  }

  .image-265 {
    margin-top: 33px;
  }

  .image-266 {
    margin-top: 28px;
  }

  .image-281 {
    margin-top: 35px;
  }

  .image-282 {
    margin-top: 22px;
  }

  .image-283 {
    margin-top: 32px;
  }

  .image-284 {
    margin-top: 20px;
  }

  .image-285 {
    margin-top: 8px;
  }

  .image-286 {
    margin-top: 42px;
  }

  .image-287 {
    margin-top: 47px;
  }

  .image-288 {
    margin-top: 20px;
  }

  .image-289 {
    margin-top: 19px;
  }

  .image-290 {
    margin-top: 31px;
  }

  .image-291 {
    margin-top: 22px;
  }

  .image-304 {
    margin-top: 32px;
  }

  .image-305 {
    margin-top: 19px;
  }

  .image-306 {
    margin-top: 32px;
  }

  .image-307 {
    margin-top: 27px;
  }

  .image-308 {
    margin-top: 30px;
  }

  .image-309 {
    margin-top: 26px;
  }

  .image-310 {
    margin-top: 33px;
  }

  .image-311 {
    margin-top: 25px;
  }

  .image-313 {
    margin-top: 27px;
  }

  .image-314 {
    margin-top: 10px;
  }

  .image-315 {
    margin-top: 29px;
  }

  .image-316 {
    margin-top: 34px;
  }

  .image-317 {
    margin-top: 19px;
  }

  .image-318 {
    margin-top: 29px;
  }

  .image-319 {
    margin-top: 31px;
  }

  .image-320 {
    margin-top: 26px;
  }

  .image-321 {
    margin-top: 24px;
  }

  .image-322 {
    margin-top: 22px;
  }

  .image-323 {
    margin-top: 24px;
  }

  .image-342 {
    margin-top: 41px;
  }

  .image-343 {
    margin-top: 16px;
  }

  .image-344 {
    margin-top: 13px;
  }
}

@media screen and (max-width: 479px) {
  .headergradient {
    display: none;
  }

  .herosection {
    margin-top: 46px;
  }

  .meetthestarssection {
    height: 200px;
    margin-top: 45px;
    margin-bottom: 1px;
    padding-bottom: 0;
  }

  .meetthestarssection.white-only {
    height: 200px;
  }

  .meetthestarscontainer {
    margin-top: -29px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .meetthestarsheader {
    margin-top: 13px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 21px;
    line-height: 21px;
  }

  .characterlink {
    width: 78px;
    height: 78px;
    max-height: 93px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-6 {
    max-width: 22px;
    margin-top: -91px;
    margin-left: 22px;
  }

  .image-7 {
    max-width: 22px;
    margin-top: -91px;
    margin-right: 22px;
  }

  .launchastarsubhead {
    margin-top: -28px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 24px;
  }

  .launchastardesc {
    margin: -39px 12px 54px;
    padding-left: 0;
    padding-right: 0;
    line-height: 23px;
  }

  .launchlevelsdiv.yellowmobile {
    padding-left: 0;
  }

  .launchsinglediv {
    float: none;
    flex-direction: row;
    justify-content: center;
    display: block;
  }

  .levelwhiteblock {
    float: none;
  }

  .featuressection {
    margin-bottom: 0;
  }

  .featurescontainer {
    margin-top: -7px;
  }

  .launchlevelsall5 {
    justify-content: flex-start;
    align-items: center;
    width: 200px;
    padding-left: 15px;
    display: flex;
  }

  .footercontainer {
    padding-top: 17px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footerleftdiv, .emailsignupfineprint {
    width: 300px;
  }

  .footerdivright {
    width: 250px;
  }

  .mobileheader {
    height: 130px;
  }

  .mobileheader.white-only {
    height: 90px;
  }

  .nav-menu {
    background-size: 100% 100%, 125px;
    flex-direction: row;
    justify-content: flex-start;
  }

  .nav-link.seriesnavmobile {
    margin-bottom: 12px;
  }

  .nav-link.seriesnavmobile.w--current {
    margin-bottom: 5px;
  }

  .nav-link-2.levelsnavmobile {
    flex-flow: row;
    margin-bottom: 10px;
  }

  .nav-link-4.parentsnavmobile, .nav-link-4.educatorsnavmobile, .nav-link-4.activitiesnavmobile {
    margin-bottom: 10px;
  }

  .nav-link-4.homenavmobile.w--current {
    margin-bottom: 11px;
  }

  .mobilelogo {
    padding-top: 0;
  }

  .image-36 {
    float: none;
    width: 290px;
    min-width: auto;
    max-width: 290px;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .heroimagemobilelink {
    margin-top: -41px;
  }

  .image-37 {
    width: 300px;
  }

  .sliderleftarrowmobile {
    margin-top: -15px;
    margin-left: -43px;
    padding-left: 0;
  }

  .sliderrightarrowmobile {
    margin-top: -16px;
    margin-bottom: 0;
    margin-right: -43px;
    padding-right: 0;
  }

  .slide-nav-3 {
    z-index: 500;
    margin-top: -1px;
    margin-bottom: 145px;
    padding-top: 0;
  }

  .mobilesliderdiv {
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
  }

  .launchastarheadlinemobile {
    letter-spacing: 3px;
    margin-top: 25px;
    font-size: 30px;
    line-height: 45px;
  }

  .image-38 {
    width: 86px;
    height: 93px;
  }

  .image-39 {
    width: 74px;
    max-width: 74px;
    height: 93px;
  }

  .image-40 {
    height: 93px;
    display: inline-block;
  }

  .image-41 {
    width: 86px;
    max-width: 86px;
    height: 93px;
    display: block;
  }

  .image-42 {
    width: 74px;
    height: 93px;
  }

  .image-43 {
    width: 86px;
    height: 93px;
    padding-right: 0;
  }

  .image-44 {
    width: 86px;
    height: 93px;
    margin-left: 0;
    padding-left: 0;
  }

  .image-45, .image-46, .image-47 {
    width: 86px;
    height: 93px;
  }

  .image-48 {
    width: 86px;
    height: 94px;
  }

  .image-49, .image-50, .image-51, .image-52, .image-53, .image-54, .image-55, .image-56, .image-57, .image-58, .image-59, .image-60, .image-61, .image-62 {
    width: 86px;
    height: 93px;
  }

  .levelscontainersection {
    margin-top: -28px;
  }

  .pagetitleheader {
    letter-spacing: 3px;
    margin-top: 7px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 21px;
    line-height: 35px;
    display: block;
  }

  .pagetitleheader.mobile {
    text-align: left;
    margin-top: 8px;
    font-size: 15px;
    font-weight: 700;
  }

  .pagetitleheader.aimmobile {
    width: auto;
    min-width: auto;
    max-width: none;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: inline;
  }

  .page-desc {
    margin-top: 4px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    line-height: 20px;
  }

  .page-desc.series {
    margin-top: 8px;
    margin-bottom: 7px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .page-desc.activities {
    padding-left: 25px;
    padding-right: 25px;
  }

  .page-desc.activities.lightfont {
    margin-top: -7px;
  }

  .page-desc.rtrgraphics {
    margin-top: 0;
    margin-bottom: 13px;
    padding-bottom: 0;
  }

  .tab-link-tab-1.levelstab {
    width: 57px;
    margin-right: 4px;
    padding-top: 11px;
  }

  .tab-link-tab-1.levelstab.w--current {
    width: 57px;
    margin-right: 4px;
    padding-top: 11px;
    padding-left: 1px;
    padding-right: 1px;
  }

  .image-63 {
    max-width: 25px;
  }

  .tabtext.red, .tabtext.green {
    letter-spacing: 0;
    margin-top: 4px;
    font-size: 10px;
    line-height: 13px;
  }

  .tabtext.yellow {
    letter-spacing: 0;
    margin-top: 4px;
    font-size: 11px;
    line-height: 13px;
  }

  .tabtext.purple {
    letter-spacing: 0;
    max-width: 100%;
    margin-top: 4px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1px;
    padding-right: 1px;
    font-size: 10px;
    line-height: 13px;
    display: block;
  }

  .levelstab, .levelstab.w--current {
    width: 57px;
    margin-right: 4px;
    padding-top: 11px;
  }

  .image-64 {
    width: 25px;
    max-width: 25px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .text-block-4.tabtext.blue {
    letter-spacing: 0;
    margin-top: 4px;
    font-size: 10px;
    line-height: 13px;
  }

  .tab-link-tab-3 {
    width: 57px;
    margin-right: 4px;
    padding-top: 11px;
  }

  .tab-link-tab-3.w--current {
    margin-bottom: 0;
    padding-top: 11px;
  }

  .image-65 {
    max-width: 25px;
  }

  .tab-link-tab-4 {
    width: 57px;
    margin-right: 0;
    padding-top: 11px;
  }

  .tab-link-tab-4.w--current {
    padding-top: 11px;
  }

  .tab-link-tab-5 {
    width: 57px;
    padding-top: 11px;
  }

  .image-66 {
    width: 25px;
    max-width: 25px;
  }

  .image-67 {
    width: 25px;
  }

  .levelstabheading {
    letter-spacing: 1px;
    font-size: 25px;
  }

  .bluestarleft {
    width: 17px;
    margin-top: -54px;
    margin-right: 16px;
  }

  .bluestarleft.pl1 {
    margin-right: 13px;
  }

  .bluestarleft.l1 {
    margin-top: -72px;
    margin-right: 235px;
  }

  .bluestarleft.lyw {
    margin-right: 40px;
  }

  .bluestarright {
    width: 17px;
    margin-left: 18px;
  }

  .bluestarright.pl1 {
    margin-left: 10px;
  }

  .bluestarright.l1 {
    margin-left: 235px;
  }

  .bluestarright.ltw {
    margin-left: 40px;
  }

  .levelstableveldesc {
    margin-top: -35px;
    padding-left: 21px;
    padding-right: 22px;
    font-size: 16px;
    line-height: 26px;
  }

  .list-item-2, .list-item-3, .list-item-4 {
    font-size: 15px;
  }

  .unordered-list {
    padding-left: 39px;
    padding-right: 39px;
  }

  .levelssubhead {
    letter-spacing: 1px;
    margin-bottom: 14px;
    font-size: 19px;
  }

  .levelscarouseldiv {
    flex-flow: column;
    display: none;
  }

  .levelscarouselbookshot {
    height: 100%;
  }

  .levelscarouselslidediv {
    flex: 1;
    align-self: auto;
    display: flex;
  }

  .pagetitle {
    letter-spacing: 1px;
    margin-top: -1px;
    font-size: 27px;
    line-height: 35px;
  }

  .tabs {
    width: 300px;
  }

  .levelscarouseldivmobile {
    display: block;
  }

  .slide-6 {
    background-image: linear-gradient(#fff, #fff);
  }

  .image-70 {
    margin-top: -42px;
    padding-top: 97px;
  }

  .left-arrow-4 {
    margin-bottom: 155px;
    margin-left: -15px;
  }

  .image-71 {
    margin-top: 55px;
  }

  .right-arrow-4 {
    margin-bottom: 155px;
    margin-right: -15px;
  }

  .levelscarouselmobilesliderdiv {
    justify-content: center;
    align-items: center;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 33px;
    display: flex;
  }

  .slide-nav-5 {
    margin-bottom: 112px;
    font-size: 10px;
  }

  .slider-4 {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    margin-bottom: -112px;
    display: flex;
  }

  .slide-7, .slide-8, .slide-9 {
    background-color: #fff;
  }

  .body-3 {
    padding-top: 0;
  }

  .seriesheadersection {
    margin-top: 17px;
    margin-bottom: -1px;
    padding-bottom: 0;
  }

  .seriesheadercontainer {
    padding-top: 9px;
    display: block;
  }

  .seriesheadercontainer.mobile {
    padding-top: 0;
    padding-bottom: 4px;
    display: block;
  }

  .seriesfeaturesection {
    height: 230px;
    margin-top: 8px;
    margin-bottom: 0;
  }

  .seriesfeaturecontainer {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 6px;
  }

  .text-block-5 {
    margin-top: 143px;
    padding-top: 77px;
    padding-bottom: 0;
  }

  .seriesbubblesection {
    display: none;
  }

  .seriesbubblecontainer {
    margin-top: -10px;
  }

  .seriesbubble {
    width: 130px;
    height: 130px;
    margin-top: 9px;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .seriesbubble.pinky {
    margin-left: 10px;
  }

  .seriesbubble.smaller {
    width: 55px;
    height: 55px;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 0;
  }

  .seriesbubble.smaller.new2025 {
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 150px;
    height: 150px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .seriesbubble.smaller.new2025.new23mobile {
    justify-content: center;
    align-items: center;
    width: 35%;
    height: 35%;
    display: flex;
  }

  .seriesbubbleholdingdiv {
    text-align: left;
    justify-content: flex-start;
    width: auto;
    max-width: 320px;
    margin-top: -1px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    display: block;
  }

  .belovedcharacterssection._5bubbles {
    height: auto;
    margin-top: 10px;
    padding-top: 10px;
  }

  .belovedcharacterssection._5bubbles.new2025section {
    margin-bottom: -35px;
  }

  .seriescharacterheadline {
    margin-bottom: 8px;
    padding-left: 0;
    padding-right: 0;
    font-size: 21px;
  }

  .seriescharacterheadline.padding {
    letter-spacing: 1px;
    flex-flow: wrap;
    width: auto;
    margin: 25px auto 0;
    padding-left: 0;
    padding-right: 0;
    text-decoration: none;
    display: block;
    overflow: visible;
  }

  .seriescharacterheadline._4bubbles {
    width: auto;
    margin-top: 11px;
    margin-left: auto;
    margin-right: auto;
  }

  .seriescarouselsliderdiv, .slider-5 {
    display: none;
  }

  .seriescarouselbookshot {
    max-width: 95px;
  }

  .seriesmobilesliderdiv {
    display: block;
  }

  .slider-6 {
    background-color: #0000;
    height: 250px;
  }

  .bold-text-8 {
    font-size: 21px;
  }

  .left-arrow-6 {
    height: 100px;
    margin-top: 50px;
    margin-left: -17px;
  }

  .right-arrow-6 {
    height: 100px;
    margin-top: 50px;
    margin-right: -17px;
  }

  .image-76 {
    width: 35px;
  }

  .slide-nav-7 {
    margin-bottom: 65px;
    font-size: 10px;
  }

  .seriesmobilecarouseldivcontain {
    justify-content: center;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .seriesfeaturediv {
    max-width: 300px;
    height: auto;
    max-height: none;
    margin-top: 0;
  }

  .image-77 {
    width: 60px;
    max-width: 130px;
    padding-top: 14px;
    padding-left: 5px;
    padding-right: 6px;
  }

  .image-78 {
    padding-top: 25px;
  }

  .image-78.smaller {
    width: 50px;
    padding-top: 11px;
  }

  .image-79 {
    padding-top: 38px;
  }

  .image-79.smaller {
    width: 53px;
    padding-top: 16px;
  }

  .image-80 {
    padding-top: 31px;
  }

  .image-81 {
    padding-top: 17px;
  }

  .image-81.smaller {
    width: 45px;
    padding-top: 6px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .image-84 {
    padding-top: 27px;
  }

  .image-85 {
    padding-top: 29px;
  }

  .image-86 {
    max-width: 120px;
    padding-top: 35px;
  }

  .image-87 {
    max-width: 50px;
    padding-top: 17px;
  }

  .image-88 {
    max-width: 50px;
    padding-top: 13px;
    padding-right: 0;
  }

  .image-89 {
    padding-top: 18px;
    padding-left: 9px;
  }

  .image-90 {
    padding-top: 35px;
  }

  .image-91 {
    padding-top: 40px;
  }

  .image-92 {
    padding-top: 48px;
  }

  .image-93 {
    padding-top: 20px;
  }

  .image-95 {
    padding-top: 49px;
  }

  .image-96 {
    padding-top: 42px;
  }

  .educatorsintrosection {
    background-image: url('../images/Gradient.gif'), linear-gradient(#b6e4fa, #b6e4fa);
    background-size: 400px, auto;
    padding-bottom: 29px;
    padding-right: 30px;
  }

  .educatorsintrosection.white-only {
    padding-top: 29px;
    padding-bottom: 16px;
  }

  .educatorsintrodivleft {
    float: none;
    margin-left: auto;
    display: block;
  }

  .educatorsintrodivright {
    float: none;
    max-width: none;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 0;
  }

  .educatorparentinfo {
    width: auto;
    max-width: 350px;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .educatorparentinfo.top {
    max-width: 350px;
  }

  .reachforthestarsheadline {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 15px;
  }

  .reachforthestarsheadline.stars {
    float: right;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 70px;
    display: block;
  }

  .reachfothestarsinfodivcontain {
    max-width: 280px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .reachforthestarsdivleft {
    max-width: 100px;
    padding-left: 19px;
  }

  .reachforthestarsdivright {
    width: 200px;
    padding-right: 16px;
  }

  .reachforthestarstext {
    width: 200px;
    margin-left: 0;
    padding-left: 12px;
    font-size: 16px;
    line-height: 23px;
  }

  .numeralone {
    max-width: 90%;
  }

  .numeraltwo {
    max-width: 90%;
    padding-top: 113px;
  }

  .numeralthree {
    max-width: 90%;
    padding-top: 62px;
  }

  .numeralfour {
    max-width: 90%;
    padding-top: 112px;
  }

  .bold-text-15 {
    font-size: 20px;
    line-height: 28px;
  }

  .reviewssection {
    margin-top: 27px;
  }

  .reviewsheadline {
    width: 290px;
    margin-top: 21px;
    line-height: 30px;
  }

  .text-block-6 {
    margin-top: 25px;
    font-size: 15px;
    line-height: 20px;
  }

  .list-item-5 {
    margin-top: 487px;
  }

  .bold-text-16 {
    letter-spacing: 1px;
    width: 290px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    display: block;
  }

  .educatoractivitiesbox {
    width: 300px;
  }

  .parentsintrosection {
    margin-top: 40px;
    padding-bottom: 54px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .parentsintrosection.white-only {
    padding-bottom: 20px;
  }

  .activitiesintrosection {
    margin-top: 38px;
  }

  .heading {
    letter-spacing: 0;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    display: block;
  }

  .accordionitem-content {
    height: 710px;
    padding-top: 0;
    padding-left: 16px;
  }

  .accordionitem-content.certact {
    height: 910px;
    padding-top: 0;
  }

  .accordionitem-content.guides {
    height: 750px;
    padding-top: 0;
  }

  .accordionitem-content.guides.classroomguides {
    height: 200px;
  }

  .accordionitem-content.activity {
    height: 930px;
    padding-top: 0;
  }

  .accordionitem-content.certificates {
    height: 750px;
  }

  .accordionitem-content.parentguides {
    height: 550px;
  }

  .accordionitem-content.ecardsparents {
    height: 720px;
  }

  .accordionitem-content.catalogs {
    height: 220px;
  }

  .text-block-7 {
    font-size: 12px;
    line-height: 16px;
  }

  .thumbnailblock {
    width: 120px;
    height: 100px;
  }

  .activityblock {
    width: 120px;
    height: 150px;
    margin-top: -24px;
  }

  .accordionitemcontenttop {
    height: 1920px;
    padding-top: 0;
    padding-left: 16px;
  }

  .activitiesaccordionfulldiv, .educatorsactivitiesheader {
    width: 300px;
  }

  .headerstarleft {
    margin-top: -70px;
    margin-left: 25px;
    padding-top: 0;
  }

  .div-block-3.headerstarright {
    margin-top: -70px;
    margin-right: 25px;
    padding-top: 0;
  }

  .accordionitemcontentsubtop {
    height: 1880px;
    padding-top: 58px;
  }

  .bold-text-17 {
    width: 300px;
    font-size: 27px;
  }

  .activityheaderblock {
    width: 280px;
    margin-top: -12px;
    margin-bottom: 49px;
    font-size: 12px;
  }

  .heading-3 {
    letter-spacing: 2px;
    width: 200px;
    font-size: 20px;
  }

  .heading-3.guides {
    width: 100px;
  }

  .heading-3.downloadableactivities {
    flex: 0 auto;
    width: auto;
    display: block;
  }

  .activityheaderstarleft {
    margin-left: 15px;
  }

  .activityheaderstarleft.ecards {
    margin-left: 40px;
    display: none;
  }

  .activityheaderstarleft.certificates {
    margin-left: 2px;
    display: none;
  }

  .activityheaderstarleft.activities {
    margin-left: 30px;
    display: none;
  }

  .activityheaderstarleft.guides {
    margin-left: 85px;
    display: none;
  }

  .activityheaderstarleft.catalogs {
    display: none;
  }

  .activityheaderstarright {
    margin-right: 15px;
  }

  .activityheaderstarright.ecards {
    margin-right: 45px;
    display: none;
  }

  .activityheaderstarright.certificares {
    margin-right: 12px;
    display: none;
  }

  .activityheaderstarright.activity {
    margin-right: -33px;
    display: none;
  }

  .activityheaderstarright.guides {
    margin-right: 10px;
    display: none;
  }

  .activityheaderstarright.catalogs {
    display: none;
  }

  .image-101 {
    max-width: 15px;
    margin-left: -50px;
  }

  .image-102, .image-103, .image-104, .image-106 {
    max-width: 100px;
    margin-top: 13px;
  }

  .image-107, .image-108, .image-readyjet-thumb {
    width: 70px;
    margin-top: 6px;
  }

  .image-readyjet-thumb.seriespage {
    width: 100px;
    margin-left: 0;
    padding-left: 0;
  }

  .ecardsdiv.educators {
    margin-top: 52px;
    padding-top: 0;
  }

  .ecardsdiv.parents {
    margin-top: 57px;
  }

  .guidesdiv {
    overflow: visible;
  }

  .guidesdiv.educators {
    margin-top: 48px;
  }

  .guidesdiv.parents {
    margin-top: 55px;
  }

  .heading-4 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .image-131 {
    width: 290px;
  }

  .downarrowactivity {
    max-width: 18px;
    margin-right: 10px;
    font-size: 14px;
  }

  .uparrowactivities {
    margin-right: 10px;
  }

  .image-132 {
    float: none;
    text-align: center;
    width: 250px;
    margin: -25px auto 0;
    display: block;
  }

  .unordered-list-2 {
    margin-top: -42px;
    padding-left: 44px;
    padding-right: 18px;
  }

  .featureareaserieslinkmobile {
    margin-top: 0;
  }

  .image-136.daniel {
    max-width: 68px;
    margin-top: 19px;
    margin-left: 1px;
    margin-right: auto;
    display: block;
  }

  .image-137 {
    max-width: 75px;
    margin-top: 20px;
    margin-left: -4px;
  }

  .image-138 {
    max-width: 74px;
    margin-top: 11px;
    margin-left: -2px;
    margin-right: auto;
    display: block;
  }

  .image-139 {
    max-width: 68px;
    margin-top: 29px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-140 {
    max-width: 55px;
    margin-top: 8px;
    margin-left: 8px;
  }

  .image-141 {
    max-width: 65px;
    margin-top: 15px;
    margin-left: 2px;
  }

  .image-141.mouse {
    margin-top: 21px;
    margin-left: 2px;
  }

  .image-142 {
    max-width: 75px;
    margin-top: 29px;
    margin-left: -3px;
    margin-right: auto;
    display: block;
  }

  .image-143 {
    max-width: 50px;
    margin-top: 14px;
    margin-left: 12px;
  }

  .image-144 {
    max-width: 55px;
    margin-top: 17px;
  }

  .image-145 {
    max-width: 62px;
    margin-top: 15px;
    margin-left: 3px;
  }

  .image-146 {
    max-width: 70px;
    margin-top: 20px;
    margin-left: -1px;
  }

  .image-147 {
    max-width: 65px;
    margin-top: 21px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-148 {
    max-width: 70px;
    margin-top: 9px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-149 {
    max-width: 82px;
    margin-top: 24px;
    margin-left: -1px;
    margin-right: auto;
    padding-left: 0;
    padding-right: 9px;
    display: block;
  }

  .image-150 {
    max-width: 70px;
    margin-top: 28px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-151 {
    max-width: 70px;
    margin-top: 11px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-152 {
    max-width: 55px;
    margin-top: 11px;
    margin-left: 9px;
  }

  .image-153 {
    max-width: 75px;
    margin-top: 28px;
    margin-left: -4px;
    margin-right: auto;
    display: block;
  }

  .image-154 {
    max-width: 70px;
    margin-top: 20px;
    margin-left: -1px;
    margin-right: auto;
    display: block;
  }

  .characterinfosection.white-only {
    margin-top: 30px;
  }

  .characterimagescontainer {
    margin-top: 0;
    padding-top: 17px;
    display: block;
  }

  .characterimagescontainer.peanutsseriescontainer {
    padding-top: 15px;
  }

  .characterimagescontainer.pjmaskscharacterpage {
    padding-top: 12px;
  }

  .characterimagescontainer.oliv {
    padding-top: 2px;
  }

  .characterimagescontainer.livingin {
    padding-top: 50px;
  }

  .characterimagescontainer.sweeps {
    display: none;
  }

  .characterlogoleft {
    margin-top: 19px;
    margin-left: 12px;
  }

  .characterlogoleft.daniel {
    margin-left: 0;
  }

  .characterlogoleft.olivia {
    max-width: 300px;
    margin-left: 16px;
  }

  .characterlogoleft.secretshistory {
    margin-top: 0;
  }

  .characterlogoleft.pinkyrex {
    margin-top: 10px;
  }

  .characterlogoleft.miffy {
    margin-top: 9px;
  }

  .characterlogoleft.myfirst {
    margin-top: 7px;
    margin-left: 7px;
  }

  .characterlogoleft.tailshistory {
    margin-top: 13px;
  }

  .characterlogoleft.carle {
    margin-top: 0;
  }

  .characterlogoleft.dinotrain {
    margin-top: -3px;
  }

  .characterlogoleft.historyfun {
    margin-top: 0;
  }

  .characterlogoleft.readyjet {
    margin-top: -7px;
  }

  .characterlogoleft.schoolfish {
    margin-top: 0;
  }

  .characterlogoleft.hotel {
    float: left;
    max-width: 114px;
    margin-top: 0;
    margin-left: 10px;
    padding-left: 0;
    display: block;
    position: static;
  }

  .characterlogoleft.boss, .characterlogoleft.voltron, .characterlogoleft.twinkle {
    max-width: none;
  }

  .characterimageright {
    margin-top: 0;
    margin-right: 0;
    display: block;
  }

  .characterimageright.olivia {
    margin-right: 25px;
  }

  .characterimageright.pinkyrex {
    margin-top: 0;
  }

  .characterimageright.myfirst {
    margin-top: 9px;
    margin-left: -28px;
    margin-right: -16px;
  }

  .characterimageright.science-fun {
    margin-top: 0;
  }

  .characterimageright.peanuts {
    margin-top: 19px;
    margin-right: 13px;
  }

  .characterimageright.robinhill, .characterimageright.youshouldmeet {
    margin-top: 0;
  }

  .characterimageright.livingin {
    margin-top: -13px;
  }

  .characterimageright.dinotrain {
    margin-top: -7px;
  }

  .characterimageright.hotel {
    float: right;
    max-width: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: 10px;
  }

  .characterimageright.boss {
    max-width: 57.585%;
    margin-top: 0;
    margin-right: 10px;
  }

  .image-156 {
    max-width: 200px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 2px;
    padding-right: 0;
    display: inline-block;
  }

  .image-156.zip {
    max-width: 90px;
    margin-top: -8px;
  }

  .image-156.wonders {
    max-width: 65px;
    margin-top: 8px;
  }

  .image-156.henry {
    max-width: 100px;
    margin-top: -14px;
    margin-right: 21px;
  }

  .image-156.ifyou {
    max-width: 130px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    display: block;
  }

  .image-156.pinky1 {
    max-width: 80px;
    margin-top: 0;
    margin-right: 10px;
  }

  .image-156.cocomelon-bigger {
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-6 {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 290px;
    margin-top: -9px;
    padding-top: 0;
  }

  .div-block-6.sofs {
    margin-top: 0;
    padding-top: 0;
  }

  .div-block-6.miffyc {
    margin-top: -9px;
  }

  .div-block-6.voltron {
    width: 290px;
    margin-top: -14px;
  }

  .charactersummary {
    margin-top: 16px;
    padding-left: 9px;
    padding-right: 9px;
    font-size: 16px;
    line-height: 28px;
  }

  .charactersummary.sfs {
    padding-left: 25px;
    padding-right: 25px;
  }

  .charactersummary.soah {
    padding-left: 35px;
    padding-right: 35px;
  }

  .charactersummary.sweeps {
    padding-left: 19px;
    padding-right: 19px;
  }

  .charactersummary.holiday2020 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .seriesbookcontainer {
    margin-top: 35px;
  }

  .seriesbookcontainer.sweeps {
    margin-top: 0;
  }

  .serieslevelheader {
    width: 290px;
  }

  .image-157 {
    max-width: 25px;
    margin-top: 3px;
  }

  .text-block-9 {
    font-size: 22px;
  }

  .serieslevelheaderholdingdiv {
    padding-left: 14px;
  }

  .seriesbookshotsholdingdiv, .seriesbookshotsholdingdiv.danielrtr {
    width: 290px;
    padding-left: 1px;
  }

  .seriesbookshotsholdingdiv.snoopyrtr {
    padding-left: 26px;
  }

  .seriesbookshotsholdingdiv.ortr {
    width: 193px;
  }

  .seriesbookshotsholdingdiv.tfh {
    width: 200px;
  }

  .seriesbookshotsholdingdiv.eclo, .seriesbookshotsholdingdiv.eclt {
    width: 192px;
    padding-left: 0;
  }

  .seriesbookshotsholdingdiv.miffyrtr {
    width: 290px;
  }

  .seriesbookshotsholdingdiv.plo {
    width: 193px;
  }

  .seriesbookshotsholdingdiv.ottortr {
    width: 195px;
  }

  .seriesbookshotsholdingdiv.batmanrtr {
    width: 290px;
  }

  .seriesbookshotsholdingdiv.batmanplo {
    width: 194px;
  }

  .seriesbookshotsholdingdiv.gamedayrtr {
    width: 300px;
  }

  .seriesbookshotsholdingdiv.gamedayrtr.sweeps {
    width: 290px;
  }

  .seriespagebookshotlink {
    width: 90px;
    margin-top: 16px;
    margin-left: 3px;
    margin-right: 3px;
  }

  .seriespagebookshotlink.sweeps.mobile {
    margin-top: 7px;
  }

  .seriespagebookshotlink.boxset {
    height: 135px;
  }

  .image-159 {
    max-width: 200px;
    margin-top: -7px;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  .image-159.zip1 {
    max-width: 150px;
    margin-top: 0;
    margin-left: 4px;
  }

  .image-159.wonders1 {
    max-width: 180px;
    margin-top: 0;
    margin-left: 0;
  }

  .image-159.henry1 {
    max-width: 120px;
    margin-top: 6px;
    margin-left: 33px;
  }

  .image-159.ifyou {
    max-width: 130px;
    margin-top: 2px;
    margin-left: 8px;
  }

  .image-159.pinky2 {
    max-width: 160px;
    margin-top: 9px;
    margin-left: 3px;
  }

  .image-159.ifyoulovelogo {
    margin-top: 19px;
  }

  .image-160 {
    max-width: 100px;
    margin-top: 0;
    margin-right: -11px;
  }

  .image-161 {
    max-width: 170px;
    margin-top: 11px;
    margin-left: 1px;
    margin-right: 0;
    display: block;
  }

  .image-162 {
    max-width: 80px;
    margin-top: 17px;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .image-163 {
    max-width: 140px;
    margin-top: 1px;
    margin-left: 12px;
  }

  .image-164 {
    max-width: 100px;
    margin-top: 0;
    margin-right: -19px;
  }

  .image-165 {
    max-width: 140px;
    margin-top: 31px;
    margin-left: 0;
  }

  .image-166 {
    max-width: 140px;
    margin-top: -7px;
    margin-right: 13px;
  }

  .image-167 {
    max-width: 90px;
    margin-top: 0;
    margin-bottom: -2px;
    margin-left: 22px;
  }

  .image-168 {
    max-width: 92px;
    margin-top: -7px;
    margin-right: 10px;
    padding-top: 0;
  }

  .image-169 {
    max-width: 170px;
    margin-top: 0;
    margin-left: 1px;
  }

  .image-170 {
    max-width: 130px;
    margin-top: -4px;
    margin-right: 0;
  }

  .image-171 {
    max-width: 100px;
    margin-top: -18px;
    margin-left: 20px;
  }

  .image-172 {
    max-width: 130px;
    margin-top: 0;
    margin-right: 0;
  }

  .image-173 {
    max-width: 100px;
    margin-top: 0;
    margin-left: 27px;
  }

  .image-174 {
    max-width: 118px;
    margin-top: -16px;
    margin-right: 0;
  }

  .image-175 {
    max-width: 110px;
    margin-top: -18px;
    margin-left: 13px;
  }

  .ecrtr {
    width: 95px;
  }

  .image-176 {
    max-width: 100px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 7px;
  }

  .image-177 {
    max-width: 150px;
    margin-top: 5px;
    margin-left: 13px;
  }

  .image-178 {
    max-width: 120px;
    margin-top: 0;
    margin-right: 2px;
  }

  .image-179 {
    max-width: 120px;
    margin-top: 0;
    margin-left: 14px;
  }

  .image-181 {
    max-width: 90px;
    margin-top: 0;
    margin-right: 10px;
  }

  .image-182 {
    max-width: 150px;
    margin-top: 0;
    margin-left: 2px;
  }

  .image-183 {
    max-width: 100px;
    margin-top: -4px;
    margin-right: 7px;
  }

  .image-184 {
    max-width: 140px;
    margin-top: 3px;
    margin-left: 15px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 11px;
  }

  .image-185 {
    max-width: 110px;
    margin-top: 0;
    margin-right: 13px;
  }

  .image-186 {
    max-width: 126px;
    margin-top: 0;
    margin-left: 0;
  }

  .image-187 {
    max-width: 139px;
    max-height: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .image-188 {
    min-width: auto;
    max-width: 125px;
    margin: 23px auto 0 0;
    display: block;
  }

  .image-189 {
    max-width: 100px;
    margin-top: -9px;
    margin-left: 0;
    margin-right: 6px;
  }

  .image-190 {
    max-width: 140px;
    margin-top: 8px;
    margin-left: 20px;
    margin-right: auto;
    display: inline-block;
  }

  .image-191 {
    max-width: 100px;
    margin-top: -6px;
    margin-right: 6px;
  }

  .image-192 {
    max-width: 100px;
    margin-top: -8px;
    margin-bottom: -7px;
    margin-left: 17px;
  }

  .image-192.school {
    max-width: 155px;
    margin-top: 6px;
    margin-left: 6px;
  }

  .image-193 {
    max-width: 130px;
    margin-top: -8px;
    margin-right: 2px;
  }

  .image-194 {
    max-width: 100px;
    margin-top: -9px;
    margin-left: 19px;
  }

  .image-195 {
    max-width: 125px;
    margin-top: -17px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-196 {
    max-width: 150px;
    margin-top: 22px;
    margin-left: 13px;
  }

  .image-197 {
    max-width: 100px;
    margin-top: 0;
    margin-right: 18px;
  }

  .image-198 {
    max-width: 150px;
    margin-top: 13px;
    margin-left: 10px;
  }

  .moredavidmilgrim {
    letter-spacing: 3px;
    font-size: 15px;
  }

  .image-199 {
    padding-top: 12px;
  }

  .dropdown-section {
    padding-top: 0;
    display: block;
  }

  .containerdropdown {
    margin-top: 0;
    display: block;
    overflow: visible;
  }

  .dropdown-toggle {
    margin-top: 6px;
  }

  .image-204 {
    margin-top: 51px;
  }

  .image-205 {
    margin-top: 0;
    padding-top: 5px;
  }

  .image-206 {
    max-width: 90%;
    padding-top: 6px;
  }

  .image-207 {
    margin-top: 4px;
    margin-bottom: 18px;
  }

  .image-208 {
    margin-top: 12px;
  }

  .wufoo-container {
    margin-top: 8px;
  }

  .submit-text {
    width: 300px;
    margin-top: -7px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
  }

  .bold-text-19 {
    padding-right: 0;
  }

  .image-209 {
    width: auto;
    max-width: 52px;
    padding-top: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-209.beloved {
    padding-top: 10px;
  }

  .image-210 {
    margin-top: 1px;
    padding-top: 0;
  }

  .image-211 {
    width: auto;
    max-width: 90%;
    margin-top: 6px;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 8px;
  }

  .image-211.boss-1 {
    max-width: 143px;
  }

  .image-211.beloved {
    padding-top: 4px;
  }

  .image-212 {
    max-width: 85px;
    margin-top: 0;
    margin-right: 17px;
    padding-top: 9px;
  }

  .image-212.boss-2 {
    max-width: 100px;
    margin-top: 3px;
    margin-right: 13px;
  }

  .seriestopbubblecontainer {
    margin-top: -13px;
  }

  .seriestopbubbleholdingdiv {
    clear: none;
    width: auto;
    max-width: 320px;
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    display: block;
  }

  .seriesaimsection {
    margin-top: -59px;
  }

  .seriesaimsection.white-only {
    margin-top: -19px;
  }

  .dropdown {
    margin-top: 0;
    padding-top: 0;
  }

  .image-213 {
    padding-top: 11px;
  }

  .image-213.hamsterholmes {
    padding-top: 3px;
  }

  .image-213.hamsterholmes.beloved, .image-213.beloved {
    padding-top: 16px;
  }

  .image-214 {
    padding-top: 15px;
  }

  .mediacharacterssection._5bubbles {
    margin-top: 5px;
    padding-top: 10px;
  }

  .image-215 {
    padding-top: 11px;
  }

  .classiccharactersection._5bubbles {
    margin-top: 5px;
    padding-top: 10px;
  }

  .image-216 {
    padding-top: 21px;
  }

  .image-217 {
    padding-top: 23px;
  }

  .image-218 {
    padding-top: 0;
  }

  .image-219 {
    padding-top: 13px;
  }

  .image-220 {
    max-width: 87%;
    padding-top: 49px;
    overflow: clip;
  }

  .nonfictioncharactersection._5bubbles {
    margin-top: 5px;
    padding-top: 10px;
  }

  .image-221 {
    padding-top: 12px;
  }

  .image-222 {
    margin-top: 16px;
    padding-top: 0;
  }

  .image-223 {
    margin-top: 17px;
    padding-top: 0;
  }

  .image-224 {
    padding-top: 5px;
  }

  .image-225 {
    padding-top: 20px;
  }

  .bubblesdiv {
    width: 312px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-15 {
    padding-top: 0;
    display: inline-block;
  }

  .seriespageactivitiessection {
    height: 200px;
  }

  .seriespageactivitiescontainer {
    padding: 5px;
  }

  .seriespageactivitytext {
    font-size: 15px;
  }

  .seriespageactivitiesholdingdiv {
    width: auto;
    max-width: 200px;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .seriespageactivitiesholdingdiv.rhs {
    height: 150px;
    padding-left: 0;
    padding-right: 0;
  }

  .seriespageactivitiesholdingdiv.twosheet {
    width: auto;
    max-width: 310px;
    padding-left: 0;
  }

  .seriespagesactivityblock {
    width: 150px;
    height: 140px;
    padding-left: 2px;
  }

  .seriespagesactivityblock.onesheet {
    padding-left: 0;
  }

  .seriespagesactivityblock.twosheet {
    margin-bottom: 0;
  }

  .image-226 {
    max-width: 150px;
    margin-top: 15px;
  }

  .image-227 {
    margin-top: 9px;
  }

  .email-signup-home {
    margin-top: 0;
    margin-bottom: 0;
  }

  .email-signup-home-container {
    max-width: 350px;
  }

  .email-signup-home-div {
    width: auto;
    padding: 0;
    display: block;
  }

  .get-author-updates-text {
    width: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: static;
  }

  .plus-text {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: visible;
  }

  .by-clicking-fine-print-text {
    margin-top: -10px;
  }

  .home-email-html-div {
    width: auto;
    max-width: none;
    margin-top: -59px;
    display: block;
  }

  .html-embed-4 {
    width: auto;
    margin-top: 51px;
    display: block;
  }

  .bold-text-21 {
    margin-left: auto;
    margin-right: auto;
  }

  .text-span-18 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .plusgetafree-text {
    width: 300px;
    max-width: 300px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .text-block-21 {
    display: block;
  }

  .image-229 {
    max-width: 150px;
    display: inline-block;
  }

  .lexilediv {
    margin-bottom: 0;
  }

  .image-230 {
    max-width: 94%;
  }

  .lexiletextdiv {
    max-width: 300px;
    margin-top: 10px;
  }

  .gudiedlevelheader {
    direction: ltr;
    letter-spacing: normal;
  }

  .lexilegridcontainer {
    height: auto;
    position: static;
  }

  .grid {
    grid-template-rows: 1fr auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    place-content: stretch;
    place-items: stretch stretch;
    display: grid;
  }

  .grid.mobile {
    grid-template-rows: 1fr minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1fr);
  }

  .lexileredcolsdiv {
    height: auto;
    max-height: 60px;
  }

  .lexileredcolsdiv.mobile {
    flex-direction: row;
    display: flex;
  }

  .lexheaderwht.mobile {
    font-size: 11px;
    line-height: 12px;
  }

  .guidedreading {
    margin-top: 14px;
    margin-right: auto;
    padding-left: 7px;
    padding-right: 7px;
  }

  .image-231 {
    max-width: 114px;
    margin-top: 6px;
    margin-left: 0;
  }

  .image-232 {
    max-width: 151px;
    margin-top: 3px;
    margin-right: 0;
  }

  .div-block-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-13 {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .heading-6.learn-more-kh {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-6.learnmorempc {
    font-size: 18px;
  }

  .image-235 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-bottom: -55px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: static;
  }

  .image-235.twinkle1 {
    padding-right: 0;
  }

  .image-235.geraldinepu1 {
    margin-bottom: -80px;
  }

  .div-block-26 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 34px;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    display: inline;
  }

  .div-block-26.kh1 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: -18px;
    margin-right: -83px;
    display: flex;
  }

  .link-block-2 {
    margin-left: 0;
    margin-right: -110px;
    display: block;
  }

  .text-block-35 {
    margin-top: 0;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 18px;
    line-height: 18px;
  }

  .rtrgheadersection {
    margin-top: 17px;
    margin-bottom: -1px;
    padding-bottom: 0;
  }

  .rtrgheadercontainer {
    margin-top: -27px;
    padding-top: 5px;
    display: block;
  }

  .rtrgheadercontainer.mobile {
    padding-top: 0;
    padding-bottom: 4px;
    display: block;
  }

  .div-block-27 {
    max-width: 85%;
    margin-top: 8px;
  }

  .rtrgraphicsfeaturesection {
    height: auto;
    margin-top: -3px;
    margin-bottom: 0;
    display: block;
  }

  .rtrgraphicscontainer {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 6px;
  }

  .seriesfeaturediv-copy {
    max-width: 300px;
    height: auto;
    max-height: none;
    margin-top: 0;
  }

  .fatureareagraphicslinkmobile {
    margin-top: -11px;
  }

  .link-block-3 {
    margin-left: 43px;
    margin-right: 75px;
  }

  .rtrgraphicsbubblecontainer {
    margin-top: 0;
  }

  .rtrgraphicsbubbleholdingdiv {
    text-align: left;
    justify-content: flex-start;
    display: block;
  }

  .rtrgraphicsbubble {
    width: 87px;
    height: 87px;
    margin-top: 9px;
    margin-left: 5px;
    margin-right: 5px;
    display: block;
  }

  .rtrgraphicsbubble.pinky {
    margin-left: 10px;
  }

  .rtrgraphicsbubble.smaller {
    width: 55px;
    height: 55px;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 0;
  }

  .rtrgraphicsbubblesdiv {
    flex-flow: wrap;
  }

  .container-4 {
    margin-top: 0;
    margin-bottom: 22px;
  }

  .section {
    margin-top: 0;
  }

  .image-237 {
    padding-top: 31px;
  }

  .image-238 {
    padding-top: 24px;
  }

  .image-239 {
    padding-top: 22px;
  }

  .rtrgraphicssection {
    margin-top: 16px;
  }

  .rtrgraphicssection._5bubbles {
    height: 121px;
    margin-top: 5px;
    padding-top: 10px;
  }

  .rtrgraphicsfeaturediv {
    display: block;
  }

  .image-241 {
    max-width: 109%;
    margin-left: -16px;
    margin-right: auto;
    padding-right: 0;
    display: block;
  }

  .rtrgraphicsmeetsection {
    margin-top: -59px;
  }

  .rtrgraphicsmeetsection.white-only {
    margin-top: 0;
  }

  .rtrgraphicsmeetcontainer {
    padding-top: 9px;
    display: block;
  }

  .rtrgraphicsmeetcontainer.mobile {
    padding-top: 0;
    padding-bottom: 4px;
    display: block;
  }

  .rtrgraphicsmeetbox {
    width: 41%;
    height: auto;
    margin-top: 9px;
    margin-bottom: 10px;
    display: block;
  }

  .rtrgraphicsmeetbox.pinky {
    margin-left: 10px;
  }

  .rtrgraphicsmeetbox.smaller {
    width: 55px;
    height: 55px;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 0;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-30 {
    flex-flow: wrap;
    place-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .div-block-34 {
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    display: flex;
  }

  .button-2 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .legal-links-container-kkr {
    padding-left: 15px;
    padding-right: 15px;
  }

  .video-container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .serieslogosslider-desktop {
    display: block;
  }

  .serieslogoslider-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #ddd0;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    place-content: flex-start center;
    align-self: auto;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .slide-14 {
    vertical-align: baseline;
    width: 310px;
  }

  .mask-4 {
    flex: 0 auto;
    align-self: auto;
  }

  .levelscarouseldiv-mobile {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .slider-mobile {
    background-color: #fff0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .slider-book-image {
    height: 180px;
  }

  .arrow-left {
    max-width: none;
    max-height: none;
  }

  .left-arrow-8 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    position: absolute;
  }

  .slider-book-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .arrow-right {
    max-width: none;
    max-height: none;
  }

  .right-arrow-8 {
    width: 60px;
    margin-left: -15px;
    margin-right: -15px;
  }

  .mobile-slider {
    background-color: #ddd0;
  }

  .mobile-slider-div {
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-logo-div {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .logo-div {
    display: block;
  }

  .slide-15 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .image-246 {
    width: 90%;
    margin-top: 40px;
  }

  .image-247 {
    width: 90%;
    max-width: none;
    margin-top: 10px;
    display: block;
  }

  .image-248 {
    width: 90%;
    margin-top: 2px;
  }

  .image-249 {
    width: 70%;
    margin-top: 8px;
  }

  .image-267 {
    width: 90%;
    margin-top: 7px;
  }

  .image-268 {
    width: 35px;
    max-width: none;
  }

  .left-arrow-9, .right-arrow-9 {
    justify-content: center;
    align-items: center;
    margin-top: -90px;
    display: flex;
  }

  .image-269 {
    width: 80%;
  }

  .image-270 {
    width: 70%;
    margin-top: 5px;
  }

  .image-271 {
    width: 90%;
    margin-top: -12px;
  }

  .image-272 {
    width: 90%;
  }

  .image-273 {
    width: 90%;
    margin-top: 3px;
  }

  .image-274 {
    width: 90%;
  }

  .image-275 {
    width: 80%;
  }

  .image-276, .image-277 {
    width: 90%;
  }

  .image-278 {
    width: 90%;
    margin-top: 15px;
  }

  .image-279 {
    width: 100%;
    margin-top: 10px;
  }

  .image-280, .image-292 {
    width: 90%;
  }

  .image-293 {
    width: 90%;
    margin-top: -12px;
  }

  .image-294 {
    width: 90%;
    margin-top: 7px;
  }

  .image-295, .image-296, .image-297 {
    width: 90%;
  }

  .image-298 {
    width: 100%;
  }

  .image-299 {
    width: 90%;
  }

  .image-300 {
    width: 90%;
    margin-top: 5px;
  }

  .image-301, .image-302, .image-303 {
    width: 90%;
  }

  .image-324 {
    width: 90%;
    margin-top: 0;
  }

  .image-325 {
    width: 90%;
  }

  .image-326 {
    width: 90%;
    margin-top: 9px;
  }

  .image-327 {
    width: 90%;
  }

  .image-328 {
    width: 90%;
    margin-top: 5px;
  }

  .image-329, .image-330 {
    width: 90%;
  }

  .image-331 {
    width: 90%;
    margin-top: -15px;
  }

  .image-332 {
    width: 90%;
    margin-top: -25px;
  }

  .image-333 {
    width: 90%;
    margin-top: 5px;
  }

  .image-334 {
    width: 70%;
    margin-top: -6px;
  }

  .image-335 {
    width: 90%;
  }

  .image-336 {
    width: 90%;
    margin-top: 7px;
  }

  .image-337, .image-338 {
    width: 90%;
  }

  .image-339 {
    width: 90%;
    margin-top: 10px;
  }

  .image-340 {
    width: 90%;
    margin-top: 5px;
  }

  .image-341, .image-345 {
    width: 90%;
  }

  .image-346 {
    width: 80%;
  }

  .image-347 {
    width: 70%;
  }
}

#w-node-a1d6d337-aee2-c5c5-c5cd-2a99d63781ee-ba6186e2 {
  order: 0;
  grid-area: 1 / 1 / 2 / 2;
  place-self: auto;
}

#w-node-c5edfa92-3257-7a34-87ff-1556445e47d0-ba6186e2 {
  order: 0;
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_1818be26-8422-c30d-0754-8e25c7541531-ba6186e2 {
  order: 0;
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-c59104ef-32f6-cf53-d35b-b08b276081ae-ba6186e2 {
  order: 0;
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-c9257e6d-4020-1383-68a5-02d8256cdf54-ba6186e2 {
  order: 0;
  grid-area: 2 / 2 / 3 / 3;
  place-self: center;
}

#w-node-_30c98f16-69d6-95de-5f44-dd55c4af0300-ba6186e2 {
  order: 0;
  grid-area: 2 / 3 / 3 / 4;
  place-self: center;
}

#w-node-cc16be70-d4f7-1d37-2cc0-c061d1e51d4e-ba6186e2 {
  order: 0;
  grid-area: 3 / 1 / 4 / 2;
  place-self: center;
}

#w-node-_65ce991f-ad0a-0f02-3389-3955cb8e90e9-ba6186e2 {
  order: 0;
  grid-area: 3 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_76e5a00d-91ea-e40e-2562-70508198ea2f-ba6186e2 {
  order: 0;
  grid-area: 3 / 3 / 4 / 4;
  place-self: center;
}

#w-node-_3d5f0aa4-5f29-661a-d935-bb0938b027b9-ba6186e2 {
  order: 0;
  grid-area: 4 / 1 / 5 / 2;
  place-self: center;
}

#w-node-_5b80db43-fa60-9460-49f9-e913811f4e07-ba6186e2 {
  order: 0;
  grid-area: 4 / 2 / 5 / 3;
  place-self: center;
}

#w-node-_434b3922-05d0-b62e-f07c-e97844d263b8-ba6186e2 {
  order: 0;
  grid-area: 6 / 3 / 7 / 4;
  place-self: center;
}

#w-node-cac1bb17-2c66-71e1-4894-f4a597fa5bd6-ba6186e2 {
  order: 0;
  grid-area: 4 / 3 / 5 / 4;
  place-self: center;
}

#w-node-_90d1d088-6b2f-c41e-26be-b55703f0edd3-ba6186e2 {
  order: 0;
  grid-area: 5 / 1 / 6 / 2;
  place-self: center;
}

#w-node-_82f6c06b-77cb-2943-8a6e-78620ec1a528-ba6186e2 {
  order: 0;
  grid-area: 5 / 3 / 6 / 4;
  place-self: center;
}

#w-node-_438996cf-d644-d2b0-9959-9cd4e0eca903-ba6186e2 {
  order: 0;
  grid-area: 6 / 1 / 7 / 2;
  place-self: center;
}

#w-node-f91e6511-5d26-24b9-06f7-5b1a52bad5a1-ba6186e2 {
  order: 0;
  grid-area: 5 / 2 / 6 / 3;
  place-self: center;
}

#w-node-_45b10796-67b3-83b5-5d8e-20b26782523b-ba6186e2 {
  order: 0;
  grid-area: 6 / 2 / 7 / 3;
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-a1d6d337-aee2-c5c5-c5cd-2a99d63781ee-ba6186e2 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6bd11957-01f0-ce5f-e952-82ea6f2bd9c2-6f2bd9b1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6bd11957-01f0-ce5f-e952-82ea6f2bd9c0-6f2bd9b1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6bd11957-01f0-ce5f-e952-82ea6f2bd9c2-6f2bd9b1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6bd11957-01f0-ce5f-e952-82ea6f2bd9c0-6f2bd9b1 {
    grid-column: span 1 / span 1;
  }

  #w-node-a1d6d337-aee2-c5c5-c5cd-2a99d63781ee-ba6186e2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c5edfa92-3257-7a34-87ff-1556445e47d0-ba6186e2 {
    place-self: auto;
  }

  #w-node-_1818be26-8422-c30d-0754-8e25c7541531-ba6186e2 {
    align-self: auto;
  }

  #w-node-c59104ef-32f6-cf53-d35b-b08b276081ae-ba6186e2 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: auto;
  }

  #w-node-c9257e6d-4020-1383-68a5-02d8256cdf54-ba6186e2, #w-node-_30c98f16-69d6-95de-5f44-dd55c4af0300-ba6186e2, #w-node-cc16be70-d4f7-1d37-2cc0-c061d1e51d4e-ba6186e2, #w-node-_65ce991f-ad0a-0f02-3389-3955cb8e90e9-ba6186e2, #w-node-_76e5a00d-91ea-e40e-2562-70508198ea2f-ba6186e2, #w-node-_3d5f0aa4-5f29-661a-d935-bb0938b027b9-ba6186e2, #w-node-_5b80db43-fa60-9460-49f9-e913811f4e07-ba6186e2, #w-node-_434b3922-05d0-b62e-f07c-e97844d263b8-ba6186e2, #w-node-cac1bb17-2c66-71e1-4894-f4a597fa5bd6-ba6186e2, #w-node-_90d1d088-6b2f-c41e-26be-b55703f0edd3-ba6186e2, #w-node-_82f6c06b-77cb-2943-8a6e-78620ec1a528-ba6186e2, #w-node-_438996cf-d644-d2b0-9959-9cd4e0eca903-ba6186e2, #w-node-f91e6511-5d26-24b9-06f7-5b1a52bad5a1-ba6186e2, #w-node-_45b10796-67b3-83b5-5d8e-20b26782523b-ba6186e2 {
    align-self: auto;
  }
}


@font-face {
  font-family: 'Futurastd';
  src: url('../fonts/FuturaStd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Futurabt Condensed';
  src: url('../fonts/FuturaBT-ExtraBlackCondensed.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Futurabt';
  src: url('../fonts/FuturaBT-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Futurabt';
  src: url('../fonts/FuturaBT-ExtraBlackItalic.otf') format('opentype'), url('../fonts/FuturaBT-ExtraBlackCondItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Futurabt book';
  src: url('../fonts/FuturaBT-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Futurabt';
  src: url('../fonts/FuturaBT-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Futurabt';
  src: url('../fonts/FuturaBT-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Futurabt';
  src: url('../fonts/FuturaBT-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gorey';
  src: url('../fonts/GOREY.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}