/* Fonts (via pbs-kids.fonts)
************************************/
@font-face {
  font-family: 'Colfax-Regular';
  src: url('../../fonts/ColfaxWebRegular.eot');
  /* IE9 Compat Modes */
  src: url('../../fonts/ColfaxWebRegular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../fonts/ColfaxWebRegular.woff') format('woff');
  /* Modern Browsers */
}
@font-face {
  font-family: 'Colfax-Regular';
  font-style: italic;
  src: url('../../fonts/ColfaxWebRegularItalic.eot');
  /* IE9 Compat Modes */
  src: url('../../fonts/ColfaxWebRegularItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../fonts/ColfaxWebRegularItalic.woff') format('woff');
  /* Modern Browsers */
}
@font-face {
  font-family: 'Colfax-Medium';
  src: url('../../fonts/ColfaxWebMedium.eot');
  /* IE9 Compat Modes */
  src: url('../../fonts/ColfaxWebMedium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../fonts/ColfaxWebMedium.woff') format('woff');
  /* Modern Browsers */
}
@font-face {
  font-family: 'Colfax-Medium';
  font-style: italic;
  src: url('../../fonts/ColfaxWebMediumItalic.eot');
  /* IE9 Compat Modes */
  src: url('../../fonts/ColfaxWebMediumItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../fonts/ColfaxWebMediumItalic.woff') format('woff');
  /* Modern Browsers */
}
@font-face {
  font-family: 'Colfax-Bold';
  src: url('../../fonts/ColfaxWebBold.eot');
  /* IE9 Compat Modes */
  src: url('../../fonts/ColfaxWebBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../fonts/ColfaxWebBold.woff') format('woff');
  /* Modern Browsers */
}
@font-face {
  font-family: 'Colfax-Bold';
  font-style: italic;
  src: url('../../fonts/ColfaxWebBoldItalic.eot');
  /* IE9 Compat Modes */
  src: url('../../fonts/ColfaxWebBoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../fonts/ColfaxWebBoldItalic.woff') format('woff');
  /* Modern Browsers */
}
@font-face {
  font-family: 'PBS_KIDS_Headline';
  src: url('../../fonts/pbskidsheadline-regular-webfont.eot');
  /* IE9 Compat Modes */
  src: url('../../fonts/pbskidsheadline-regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../fonts/pbskidsheadline-regular-webfont.woff') format('woff'), /* Modern Browsers */ url('../../fonts/pbskidsheadline-regular-webfont.ttf') format('truetype'), /* iOS 4.2+ */ url('../../fonts/pbskidsheadline-regular-webfont.svg#PBS_KIDS_Headline') format('svg');
  /* Older iOS */
}
@font-face {
  font-family: 'PBS_KIDS_Headline_Bold';
  src: url('../../fonts/pbskidsheadline-bold-webfont.eot');
  /* IE9 Compat Modes */
  src: url('../../fonts/pbskidsheadline-bold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../fonts/pbskidsheadline-bold-webfont.woff') format('woff'), /* Modern Browsers */ url('../../fonts/pbskidsheadline-bold-webfont.ttf') format('truetype'), /* iOS 4.2+ */ url('../../fonts/pbskidsheadline-bold-webfont.svg#PBS_KIDS_Headline_Bold') format('svg');
  /* Older iOS */
}
/* PBS KIDS Brand VarS & Mixins
************************************/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol,
ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.disabled {
  -moz-opacity: 0.5 !important;
  -khtml-opacity: 0.5 !important;
  -webkit-opacity: 0.5 !important;
  opacity: 0.5 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50) !important;
  filter: alpha(opacity=50) !important;
  pointer-events: none !important;
  cursor: auto !important;
}
.swing-animation {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation: swing 1s ease;
  -moz-animation: swing 1s ease;
  -o-animation: swing 1s ease;
  animation: swing 1s ease;
}
@-webkit-keyframes swing {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(10deg);
  }
  40% {
    -webkit-transform: rotate(-5deg);
  }
  60% {
    -webkit-transform: rotate(2.5deg);
  }
  80% {
    -webkit-transform: rotate(-2.5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(10deg);
  }
  40% {
    -moz-transform: rotate(-5deg);
  }
  60% {
    -moz-transform: rotate(2.5deg);
  }
  80% {
    -moz-transform: rotate(-2.5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes swing {
  20% {
    -o-transform: rotate(10deg);
  }
  40% {
    -o-transform: rotate(-5deg);
  }
  60% {
    -o-transform: rotate(2.5deg);
  }
  80% {
    -o-transform: rotate(-2.5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(10deg);
  }
  40% {
    transform: rotate(-5deg);
  }
  60% {
    transform: rotate(2.5deg);
  }
  80% {
    transform: rotate(-2.5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.wobble-animation {
  -webkit-animation: wobble 1s ease;
  -moz-animation: wobble 1s ease;
  -o-animation: wobble 1s ease;
  animation: wobble 1s ease;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-3%) rotate(-0.2deg);
  }
  30% {
    -webkit-transform: translateX(2.5%) rotate(0.2deg);
  }
  45% {
    -webkit-transform: translateX(-2%) rotate(-0.2deg);
  }
  60% {
    -webkit-transform: translateX(1.5%) rotate(0.2deg);
  }
  75% {
    -webkit-transform: translateX(-1%) rotate(-0.2deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%);
  }
  15% {
    -moz-transform: translateX(-3%) rotate(-0.2deg);
  }
  30% {
    -moz-transform: translateX(2.5%) rotate(0.2deg);
  }
  45% {
    -moz-transform: translateX(-2%) rotate(-0.2deg);
  }
  60% {
    -moz-transform: translateX(1.5%) rotate(0.2deg);
  }
  75% {
    -moz-transform: translateX(-1%) rotate(-0.2deg);
  }
  100% {
    -moz-transform: translateX(0%);
  }
}
@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%);
  }
  15% {
    -o-transform: translateX(-3%) rotate(-0.2deg);
  }
  30% {
    -o-transform: translateX(2.5%) rotate(0.2deg);
  }
  45% {
    -o-transform: translateX(-2%) rotate(-0.2deg);
  }
  60% {
    -o-transform: translateX(1.5%) rotate(0.2deg);
  }
  75% {
    -o-transform: translateX(-1%) rotate(-0.2deg);
  }
  100% {
    -o-transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-3%) rotate(-0.2deg);
  }
  30% {
    transform: translateX(2.5%) rotate(0.2deg);
  }
  45% {
    transform: translateX(-2%) rotate(-0.2deg);
  }
  60% {
    transform: translateX(1.5%) rotate(0.2deg);
  }
  75% {
    transform: translateX(-1%) rotate(-0.2deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.bounce-animation {
  -webkit-animation-name: bounce;
  -webkit-animation-duration: 0.75s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: bounce;
  -moz-animation-duration: 0.75s;
  -moz-animation-iteration-count: 1;
  animation-name: bounce;
  animation-duration: 0.75s;
  animation-iteration-count: 1;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-14px);
  }
  60% {
    -webkit-transform: translateY(-7px);
  }
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-14px);
  }
  60% {
    -moz-transform: translateY(-7px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-14px);
  }
  60% {
    transform: translateY(-7px);
  }
}
.border-bounce-animation {
  -webkit-animation-name: borderBounce;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: borderBounce;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  animation-name: borderBounce;
  animation-duration: 1s;
  animation-timing-function: linear;
}
@-moz-keyframes borderBounce {
  0% {
    box-shadow: 0 0 0 4px #ffffff;
    opacity: 1;
  }
  25% {
    box-shadow: 0 0 0 1px #ffffff;
    opacity: 1;
  }
  50% {
    box-shadow: 0 0 0 7px #ffffff;
    opacity: 1;
  }
  75% {
    box-shadow: 0 0 0 4px #ffffff;
    opacity: 1;
  }
  100% {
    box-shadow: 0 0 0 5px #ffffff;
    opacity: 1;
  }
}
@-webkit-keyframes borderBounce {
  0% {
    box-shadow: 0 0 0 4px #ffffff;
    opacity: 1;
  }
  25% {
    box-shadow: 0 0 0 1px #ffffff;
    opacity: 1;
  }
  50% {
    box-shadow: 0 0 0 7px #ffffff;
    opacity: 1;
  }
  75% {
    box-shadow: 0 0 0 4px #ffffff;
    opacity: 1;
  }
  100% {
    box-shadow: 0 0 0 5px #ffffff;
    opacity: 1;
  }
}
@keyframes borderBounce {
  0% {
    box-shadow: 0 0 0 4px #ffffff;
    opacity: 1;
  }
  25% {
    box-shadow: 0 0 0 1px #ffffff;
    opacity: 1;
  }
  50% {
    box-shadow: 0 0 0 7px #ffffff;
    opacity: 1;
  }
  75% {
    box-shadow: 0 0 0 4px #ffffff;
    opacity: 1;
  }
  100% {
    box-shadow: 0 0 0 5px #ffffff;
    opacity: 1;
  }
}
.badge-bounce-animation {
  -webkit-animation-name: badge-bounce;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: badge-bounce;
  -moz-animation-duration: 0.5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease-in-out;
  animation-name: badge-bounce;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes badge-bounce {
  0% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(14px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes badge-bounce {
  0% {
    -moz-transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(14px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@keyframes badge-bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(14px);
  }
  100% {
    transform: translateY(0);
  }
}
@-moz-keyframes spinner {
  0% {
    -moz-transform: rotate(0deg);
  }
  50% {
    -moz-transform: rotate(1200deg);
  }
  63% {
    -moz-transform: rotate(1500deg);
  }
  75% {
    -moz-transform: rotate(1650deg);
  }
  88% {
    -moz-transform: rotate(1750deg);
  }
  100% {
    -moz-transform: rotate(1800deg);
  }
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(1200deg);
  }
  63% {
    -webkit-transform: rotate(1500deg);
  }
  75% {
    -webkit-transform: rotate(1650deg);
  }
  88% {
    -webkit-transform: rotate(1750deg);
  }
  100% {
    -webkit-transform: rotate(1800deg);
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(1400deg);
  }
  63% {
    transform: rotate(1500deg);
  }
  75% {
    transform: rotate(1650deg);
  }
  88% {
    transform: rotate(1750deg);
  }
  100% {
    transform: rotate(1800deg);
  }
}
/* PBS KIDS UI Elements
************************************/
.topics-group {
  display: block;
}
.topics-group .parent-topic {
  font-family: PBS_KIDS_Headline, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #00DBFF;
  /* Should this blue be made a variable? It is used in other styles. */
  margin: 0;
  padding: 0 6px;
  height: 2em;
  line-height: 2.3em;
}
.topics-group .sub-topics {
  padding: 20px 24px 6px;
  margin: 0 0 18px;
  overflow: hidden;
  background-color: #FFFFFF;
}
.topics-group .sub-topics .sub-topic {
  font-family: Colfax-Regular, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4;
  font-style: normal;
  color: #00C3F7;
  letter-spacing: 0.0333em;
  float: left;
  width: 220px;
  text-decoration: underline;
  cursor: pointer;
  margin-bottom: 14px;
}
/* PBS KIDS CORE SHELL Styles
************************************/
/* Primary Styles
---------------------------------------- */
html,
body {
  position: relative;
  height: 100%;
}
body {
  line-height: 20px;
  color: #fff;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* links*/
a:link,
a:visited {
  text-decoration: none;
}
a:focus,
a:hover,
a:active {
  text-decoration: underline;
}
a:focus img,
a:hover img {
  border: none;
  outline: none;
}
/* Type
---------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  line-height: 1;
  color: inherit;
  text-rendering: optimizelegibility;
}
p {
  margin: 0 0 0 10px;
  line-height: 1.4;
}
/* Layout
---------------------------------------- */
#page {
  *zoom: 1;
}
#page:before,
#page:after {
  content: "";
  display: table;
}
#page:after {
  clear: both;
}
.wrapper-block {
  position: absolute;
  top: 120px;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.max-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  min-height: inherit;
}
/* Logo/Brand
---------------------------------------- */
.brand {
  display: block;
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 20px;
  width: 14.5%;
  max-width: 150px;
  min-width: 120px;
}
.brand hgroup {
  position: absolute;
  left: -999em;
}
.brand img {
  width: 100%;
  display: block;
}
.brand.page-head {
  max-width: none;
  width: 500px;
  top: 14px;
  left: 14px;
}
.brand.page-head hgroup {
  position: static;
  left: auto;
  float: right;
  width: 79%;
}
.brand.page-head hgroup h2 {
  font-family: PBS_KIDS_Headline_Bold, Arial, Helvetica, sans-serif;
  font-size: 58px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 22px 0;
}
.brand.page-head hgroup h1 {
  position: absolute;
  left: -999em;
}
.brand.page-head img {
  width: 18%;
  margin-right: 3%;
  float: left;
  padding-top: 6px;
}
/* UI Elements Visual Style
---------------------------------------- */
.phat-button {
  font-family: PBS_KIDS_Headline, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-size: 38px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-rendering: optimizelegibility;
  text-align: left;
  border: none;
  outline: none;
  text-decoration: none;
  display: block;
  float: left;
  position: relative;
  z-index: 100;
  width: 100%;
  padding: 24px 20px 20px;
  margin-top: 14px;
  border-bottom: 10px solid;
  background-color: #F41971;
  border-color: #CE1569;
  -moz-transition: margin-top 0.15s, margin-bottom 0.15s, border 0.15s, padding 0.15s, top 0.15s, bottom 0.15s, width 0.15s, height 0.15s;
  -webkit-transition: margin-top 0.15s, margin-bottom 0.15s, border 0.15s, padding 0.15s, top 0.15s, bottom 0.15s, width 0.15s, height 0.15s;
  transition: margin-top 0.15s, margin-bottom 0.15s, border 0.15s, padding 0.15s, top 0.15s, bottom 0.15s, width 0.15s, height 0.15s;
}
.phat-button.magenta {
  border-color: #CE1569;
}
.phat-button.green {
  border-color: #75C700;
}
.phat-button.seafoam {
  border-color: #0FBCA3;
}
.phat-button.yellow {
  border-color: #EFC206;
}
.phat-button.blue {
  border-color: #00A0D1;
}
.phat-button.orange {
  border-color: #FF8B00;
}
.phat-button.hovered,
.phat-button:hover,
.phat-button:focus {
  cursor: pointer;
  border-bottom-width: 6px;
  margin-top: 18px;
  text-decoration: none;
}
.phat-button.tapped,
.phat-button.clicked {
  border-bottom-width: 0px;
  margin-top: 24px;
  text-decoration: none;
}
.phat-button.show-all {
  width: auto;
  font-size: 26px;
  padding: 14px 20px 10px;
}
.phat-button.show-all .icon {
  width: 34px;
  height: 34px;
  background-size: 100%;
  margin-right: 0;
}
.phat-button .icon {
  background-image: url('../../images/present/nav-button-icons.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 53px;
  height: 53px;
  margin-right: 6px;
}
.phat-button.videos .icon {
  background-position: 50% -130px;
}
.phat-button.tall {
  width: 150px;
  text-align: center;
  padding: 20px 0 16px;
}
.phat-button.tall .icon {
  margin-bottom: 18px;
}
.phat-button.games .icon:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background-image: url('../../images/present/spinner.svg');
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: 50% 46%;
}
.phat-button.games:hover .icon:before,
.phat-button.games.tapped .icon:before {
  -webkit-animation-name: spinner;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -moz-name: spinner;
  -moz-duration: 2s;
  -moz-iteration-count: 1;
  -moz-timing-function: linear;
  animation-name: spinner;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}
.phat-button.scroll-arrow {
  text-indent: -999em;
  height: 68px;
  background-image: url('../../images/present/scroll-arrows.svg');
  background-position: 50% -76px;
  background-repeat: no-repeat;
}
.phat-button.scroll-arrow:hover,
.phat-button.scroll-arrow.tapped {
  background-position: 50% -72px;
}
.phat-button.scroll-arrow.up {
  background-position: 50% 10px;
}
.phat-button.scroll-arrow.up:hover,
.phat-button.scroll-arrow.up.tapped {
  background-position: 50% 14px;
}
/* Panel Colors */
.magenta {
  background-color: #F41971;
}
.green {
  background-color: #A6EF18;
}
.seafoam {
  background-color: #1AE8CF;
}
.yellow {
  background-color: #FFE000;
}
.blue {
  background-color: #00C3F7;
}
.pink {
  background-color: #F953D2;
}
.orange {
  background-color: #FFB000;
}
/* Page
---------------------------------------- */
.content-col {
  position: relative;
  *zoom: 1;
}
.content-col:before,
.content-col:after {
  content: "";
  display: table;
}
.content-col:after {
  clear: both;
}
.content-col.wide {
  width: 60%;
}
.grid-tabs {
  position: relative;
  *zoom: 1;
}
.grid-tabs:before,
.grid-tabs:after {
  content: "";
  display: table;
}
.grid-tabs:after {
  clear: both;
}
.grid-tabs .the-pusher {
  display: block;
  position: relative;
  height: 370px;
  margin-top: 95px;
  z-index: -1;
}
.grid-tabs .show-all {
  float: right;
  margin: 0 10px 0 0;
}
.grid-tabs .show-all:hover {
  margin-top: 10px;
}
.promo-grid {
  *zoom: 1;
}
.promo-grid:before,
.promo-grid:after {
  content: "";
  display: table;
}
.promo-grid:after {
  clear: both;
}
.promo-grid.tabbed {
  position: absolute;
  top: 95px;
  left: 0;
}
.promo-grid .grid-item {
  display: block;
  float: left;
  border: 5px solid #fff;
  padding: 0;
  line-height: 0;
  width: 30%;
  margin: 0 12px 12px 0;
}
.promo-grid .grid-item:nth-child(3n+3) {
  margin-right: 0;
}
.promo-grid .grid-item a {
  width: 100%;
  display: block;
}
.promo-grid .grid-item img {
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  .promo-grid .grid-item {
    width: 29%;
  }
}
.panel-head.toggle-flag {
  background-color: #CE1569;
  padding: 14px 10px;
  width: 100px;
  font-family: PBS_KIDS_Headline, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  position: absolute;
  top: 0;
}
.panel-head.toggle-flag:hover,
.panel-head.toggle-flag.tapped {
  background-color: #b7135d;
  cursor: pointer;
}
.panel-head.toggle-flag.active {
  background-color: #1AE8CF;
}
.panel-head.toggle-flag.active:after,
.panel-head.toggle-flag.active > .after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 15px solid #1AE8CF;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -20px;
}
.panel-head.toggle-flag:nth-child(1) {
  left: 0;
}
.panel-head.toggle-flag:nth-child(3) {
  left: 130px;
}
.panel-head.toggle-flag:nth-child(5) {
  left: 260px;
}
.panel-head.toggle-flag:nth-child(7) {
  left: 390px;
}
.panel-head.green {
  background-color: #A6EF18;
}
.panel-head.seafoam {
  background-color: #1AE8CF;
}
.panel-head.yellow {
  background-color: #FFE000;
}
.panel-head.blue {
  background-color: #00C3F7;
}
.panel-head.orange {
  background-color: #FFB000;
}
/* Variables
************************************/
.all-page {
  /* All Shows and Topics Pages
  ************************************/
}
.all-page .max-wrapper {
  max-width: 1268px;
}
.all-page .brand.page-head {
  width: 610px;
}
.all-page .brand.page-head {
  right: auto;
  top: 14px;
  left: -44px;
}
.all-page .brand.page-head img {
  width: 90px;
  margin-right: 2%;
}
.all-page .brand.page-head hgroup {
  float: left;
}
.all-page .brand.page-head hgroup h2 {
  font-size: 52px;
}
@media only screen and (max-width: 1350px) {
  .all-page .brand.page-head {
    left: 52px;
  }
}
@media only screen and (max-width: 1025px) {
  .all-page .brand.page-head {
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    left: 26px;
    top: 10px;
  }
}
@media only screen and (max-width: 900px) {
  .all-page .brand.page-head {
    -ms-transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    left: -2px;
  }
}
@media only screen and (max-width: 825px) {
  .all-page .brand.page-head {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    left: -24px;
  }
}
@media only screen and (max-width: 767px) {
  .all-page .brand.page-head {
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    left: -54px;
    top: 0;
  }
}
@media only screen and (max-width: 700px) {
  .all-page .brand.page-head {
    width: 480px;
    left: -38px;
  }
}
@media only screen and (max-width: 601px) {
  .all-page .brand.page-head {
    left: -50px;
  }
}
@media only screen and (max-width: 400px) {
  .all-page .brand.page-head {
    -ms-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    left: -80px;
    top: -6px;
  }
  .all-page .brand.page-head hgroup h2 {
    font-size: 48px;
    margin: 26px 0;
  }
}
@media only screen and (max-width: 775px) {
  .all-page.topics .brand.page-head h2 em {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .all-page.topics .brand.page-head h2 b {
    display: none;
  }
}
.all-page.topics .section-panel .phat-button.show-all {
  top: 16px;
}
@media only screen and (max-width: 1023px) {
  .all-page.topics .section-panel .phat-button.show-all {
    right: 3.8%;
  }
}
@media only screen and (max-width: 1000px) {
  .all-page.topics .section-panel .phat-button.show-all {
    right: 7.2%;
  }
}
@media only screen and (max-width: 900px) {
  .all-page.topics .section-panel .phat-button.show-all {
    right: 6%;
  }
}
@media only screen and (max-width: 825px) {
  .all-page.topics .section-panel .phat-button.show-all {
    right: 4.5%;
  }
}
@media only screen and (max-width: 767px) {
  .all-page.topics .section-panel .phat-button.show-all {
    right: 2.5%;
    top: 0px;
  }
}
@media only screen and (max-width: 650px) {
  .all-page.topics .section-panel .phat-button.show-all {
    right: 1.5%;
  }
}
@media only screen and (max-width: 599px) {
  .all-page.topics .section-panel .phat-button.show-all {
    right: 8%;
    display: block;
  }
  .all-page.topics .section-panel .phat-button.show-all span {
    display: none;
  }
}
@media only screen and (max-width: 510px) {
  .all-page.topics .section-panel .phat-button.show-all {
    right: 3%;
  }
}
.all-page .section-panel .all-grid {
  position: relative;
  top: 120px;
  margin-bottom: 140px;
  padding: 0 5%;
}
@media only screen and (max-width: 767px) {
  .all-page .section-panel .all-grid {
    top: 100px;
  }
}
@media only screen and (max-width: 400px) {
  .all-page .section-panel .all-grid {
    top: 88px;
  }
}
.all-page .section-panel .all-grid .promo-grid {
  display: grid;
  gap: 12px;
  padding-bottom: 12px;
  grid-template-columns: repeat(4, 1fr);
}
.all-page .section-panel .all-grid .promo-grid::before,
.all-page .section-panel .all-grid .promo-grid::after {
  content: none;
}
@media only screen and (max-width: 799px) {
  .all-page .section-panel .all-grid .promo-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 510px) {
  .all-page .section-panel .all-grid .promo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.all-page .section-panel .all-grid .promo-grid .grid-item {
  width: auto;
  margin: 0;
  float: none;
}
.all-page .section-panel .all-grid .topic-list .topic-list-item {
  width: 24%;
  border: none;
  background-color: #8ff4e7;
  border-bottom: 5px solid #60efdd;
  font-family: PBS_KIDS_Headline, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1150px) {
  .all-page .section-panel .all-grid .topic-list .topic-list-item {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1000px) {
  .all-page .section-panel .all-grid .topic-list .topic-list-item {
    width: 23%;
  }
}
@media only screen and (max-width: 799px) {
  .all-page .section-panel .all-grid .topic-list .topic-list-item:nth-child(3n+3) {
    margin-right: 12px;
  }
}
@media only screen and (max-width: 700px) {
  .all-page .section-panel .all-grid .topic-list .topic-list-item {
    width: 31%;
    font-size: 14px;
  }
  .all-page .section-panel .all-grid .topic-list .topic-list-item:nth-child(4n+4) {
    margin-right: 12px;
  }
  .all-page .section-panel .all-grid .topic-list .topic-list-item:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 599px) {
  .all-page .section-panel .all-grid .topic-list .topic-list-item {
    width: 30%;
    font-size: 12px;
  }
  .all-page .section-panel .all-grid .topic-list .topic-list-item:nth-child(2n+2) {
    margin-right: 12px;
  }
  .all-page .section-panel .all-grid .topic-list .topic-list-item:nth-child(3n+3) {
    margin-right: 0;
  }
}
.all-page .section-panel .all-grid .topic-list .topic-list-item:hover {
  border-bottom-color: #CE1569;
  background-color: #F41971;
}
.all-page .section-panel .all-grid .topic-list .topic-list-item:hover a {
  color: #fff;
}
.all-page .section-panel .all-grid .topic-list .topic-list-item a {
  color: #008791;
  display: block;
  width: 100%;
  padding: 20px 0;
  height: 45px;
}
@media only screen and (max-width: 1150px) {
  .all-page .section-panel .all-grid .topic-list .topic-list-item a {
    height: 40px;
  }
}
@media only screen and (max-width: 700px) {
  .all-page .section-panel .all-grid .topic-list .topic-list-item a {
    height: 30px;
  }
}
@media only screen and (max-width: 599px) {
  .all-page .section-panel .all-grid .topic-list .topic-list-item a {
    padding: 10px 0;
  }
}
.all-page .section-panel .all-grid .topic-list .topic-list-item .icon {
  background-image: url('../../images/present/topic-icons.svg');
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: auto 3em;
  background-color: #fff;
  width: 3em;
  height: 3em;
  border-radius: 3em;
  display: block;
  float: left;
  margin-top: -6px;
  margin-left: 14px;
}
.all-page .section-panel .all-grid .topic-list .topic-list-item .icon.popular {
  background-position: -3em 50%;
}
.all-page .section-panel .all-grid .topic-list .topic-list-item .icon.nature {
  background-position: -6em 50%;
}
.all-page .section-panel .all-grid .topic-list .topic-list-item .icon.dinosaur {
  background-position: -9em 50%;
}
.all-page .section-panel .all-grid .topic-list .topic-list-item .icon.science {
  background-position: -12em 50%;
}
.all-page .section-panel .all-grid .topic-list .topic-list-item .icon.measurement {
  background-position: -15em 50%;
}
.all-page .section-panel .all-grid .topic-list .topic-list-item .icon.music {
  background-position: -18em 50%;
}
.all-page .section-panel .all-grid .topic-list .topic-list-item .icon.dress-up {
  background-position: -21em 50%;
}
.all-page .section-panel .all-grid .topic-list .topic-list-item .icon.problem-solving {
  background-position: -24em 50%;
}
.all-page .section-panel .all-grid .topic-list .topic-list-item .icon.engineering {
  background-position: -27em 50%;
}
.all-page .section-panel .all-grid .topic-list .topic-list-item .icon.coloring {
  background-position: -30em 50%;
}
.all-page .section-panel .all-grid .topic-list .topic-list-item .icon.dog {
  background-position: -33em 50%;
}
.all-page .section-panel .all-grid .topic-list .topic-list-item .icon.rhyming {
  background-position: -36em 50%;
}
.all-page .section-panel .all-grid .topic-list .topic-list-item .icon.abc {
  background-position: -39em 50%;
}
.all-page .section-panel .all-grid .topic-list .topic-list-item .icon.shapes {
  background-position: -42em 50%;
}
.all-page .section-panel .all-grid .topic-list .topic-list-item .icon.reading {
  background-position: -45em 50%;
}
.all-page .section-panel .all-grid .topic-list .topic-list-item .icon.one-two-three {
  background-position: -48em 50%;
}
.all-page .section-panel .all-grid .topic-list .topic-list-item .icon.story {
  background-position: -51em 50%;
}
.all-page .section-panel .all-grid .topic-list .topic-list-item .icon.math {
  background-position: -54em 50%;
}
.all-page .section-panel .all-grid .topic-list .topic-list-item .icon.spelling {
  background-position: -57em 50%;
}
.all-page .section-panel .all-grid .topic-list .topic-list-item .icon.feelings {
  background-position: -60em 50%;
}
.all-page .section-panel .all-grid .topic-list .topic-list-item .icon.vocabulary {
  background-position: -63em 50%;
}
.all-page .section-panel .all-grid .topic-list .topic-list-item .icon.spanish {
  background-position: -66em 50%;
}
.all-page .section-panel .all-grid .topic-list .topic-list-item .icon.healthy-habits {
  background-position: -69em 50%;
}
.all-page .section-panel .all-grid .topic-list .topic-list-item .icon.create {
  background-position: -72em 50%;
}
.all-page .section-panel .all-grid .topic-list .topic-list-item .icon.adventure {
  background-position: -93em 50%;
}
.all-page .section-panel .all-grid .topic-list .topic-list-item .icon.teamwork {
  background-position: -78em 50%;
}
.all-page .section-panel .all-grid .topic-list .topic-list-item .icon.animal {
  background-position: -81em 50%;
}
.all-page .section-panel .all-grid .topic-list .topic-list-item .icon.social-emotional {
  background-position: -90em 50%;
}
.all-page .section-panel .all-grid .topic-list .topic-list-item .icon.halloween {
  background-position: -96em 50%;
}
.all-page .section-panel .all-grid .topic-list .topic-list-item .icon.emotional-growth {
  background-position: -90em 50%;
}
.all-page .section-panel .all-grid .topic-list .topic-list-item .icon.health {
  background-position: -69em 50%;
}
.all-page .section-panel .all-grid .topic-list .topic-list-item .icon.holiday {
  background-position: -87em 50%;
}
.all-page .section-panel .all-grid .topic-list .topic-list-item .icon.language-and-literacy {
  background-position: -63em 50%;
}
.all-page .section-panel .all-grid .topic-list .topic-list-item .icon.mathematics {
  background-position: -54em 50%;
}
.all-page .section-panel .all-grid .topic-list .topic-list-item .icon.science {
  background-position: -12em 50%;
}
.all-page .section-panel .all-grid .topic-list .topic-list-item .icon.social-skills {
  background-position: -78em 50%;
}
.all-page .section-panel .all-grid .topic-list .topic-list-item .icon.social-studies {
  background-position: -75em 50%;
}
.all-page .section-panel .all-grid .topic-list .topic-list-item .icon.the-arts {
  background-position: -84em 50%;
}
@media only screen and (max-width: 1000px) {
  .all-page .section-panel .all-grid .topic-list .topic-list-item .icon {
    float: none;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 700px) {
  .all-page .section-panel .all-grid .topic-list .topic-list-item .icon {
    float: left;
    margin: -6px 0 0 10px;
  }
}
@media only screen and (max-width: 599px) {
  .all-page .section-panel .all-grid .topic-list .topic-list-item .icon {
    float: none;
    margin: 0 auto;
  }
}
.all-page .section-panel .all-grid .topic-list .topic-list-item em {
  position: relative;
  line-height: 1.2;
  display: block;
  margin-left: 10px;
  float: left;
  width: 66%;
  height: 50px;
  overflow: hidden;
}
@media only screen and (max-width: 1150px) {
  .all-page .section-panel .all-grid .topic-list .topic-list-item em {
    height: 45px;
    width: 60%;
  }
}
@media only screen and (max-width: 1000px) {
  .all-page .section-panel .all-grid .topic-list .topic-list-item em {
    width: 88%;
    text-align: center;
    margin: 10px 0;
    padding: 0 6%;
  }
}
@media only screen and (max-width: 700px) {
  .all-page .section-panel .all-grid .topic-list .topic-list-item em {
    width: 58%;
    text-align: left;
    margin: 0 0 0 10px;
    padding: 0;
    height: 35px;
  }
}
@media only screen and (max-width: 599px) {
  .all-page .section-panel .all-grid .topic-list .topic-list-item em {
    width: 88%;
    text-align: center;
    margin: 8px 0;
    padding: 0 6%;
    height: 30px;
  }
}
.all-page .section-panel .all-grid .topic-list .topic-list-item em span {
  display: block;
}
.all-page .section-panel .phat-button.show-all {
  position: absolute;
  right: 5.4%;
  top: 24px;
}
@media only screen and (max-width: 1023px) {
  .all-page .section-panel .phat-button.show-all {
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    top: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .all-page .section-panel .phat-button.show-all {
    -ms-transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
}
@media only screen and (max-width: 825px) {
  .all-page .section-panel .phat-button.show-all {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@media only screen and (max-width: 767px) {
  .all-page .section-panel .phat-button.show-all {
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    top: 10px;
  }
}
@media only screen and (max-width: 599px) {
  .all-page .section-panel .phat-button.show-all {
    display: none;
  }
}
.all-page .section-panel .topics-game-grid {
  position: relative;
  top: 120px;
  margin-bottom: 140px;
  padding: 0 5%;
}
.all-page .section-panel .search-box {
  background-color: #60efdd;
  clear: both;
  padding: 20px 0;
  margin: 20px 0 150px;
  box-sizing: border-box;
  position: relative;
  *zoom: 1;
}
@media only screen and (max-width: 850px) {
  .all-page .section-panel .search-box {
    padding: 20px 0 6px;
  }
}
@media only screen and (max-width: 599px) {
  .all-page .section-panel .search-box {
    padding: 10px 0;
  }
}
.all-page .section-panel .search-box:before,
.all-page .section-panel .search-box:after {
  content: "";
  display: table;
}
.all-page .section-panel .search-box:after {
  clear: both;
}
.all-page .section-panel .search-box .input-group {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 850px) {
  .all-page .section-panel .search-box .input-group {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.all-page .section-panel .search-box .input-group label {
  color: #008791;
  font-family: Colfax-Regular, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4;
  font-style: normal;
  display: block;
  text-align: center;
  margin-bottom: 14px;
}
.all-page .section-panel .search-box .input-group input[type=text] {
  border: none;
  outline: none;
  background-color: #fff;
  color: #008791;
  padding: 20px;
  margin-right: 14px;
  float: left;
  width: 65%;
  font-family: Colfax-Bold, Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  font-style: normal;
}
@media only screen and (max-width: 700px) {
  .all-page .section-panel .search-box .input-group input[type=text] {
    width: 55%;
    margin-left: 6%;
  }
}
@media only screen and (max-width: 599px) {
  .all-page .section-panel .search-box .input-group input[type=text] {
    width: 94%;
    float: none;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .all-page .section-panel .search-box .input-group input[type=text] {
    width: 88%;
    min-width: 252px;
  }
}
.all-page .section-panel .search-box .input-group .phat-button {
  display: block;
  position: static;
  width: 26%;
  font-size: 28px;
  text-align: center;
  margin-top: 2px;
  padding: 18px 20px 13px;
}
@media only screen and (max-width: 700px) {
  .all-page .section-panel .search-box .input-group .phat-button {
    width: 150px;
  }
}
@media only screen and (max-width: 599px) {
  .all-page .section-panel .search-box .input-group .phat-button {
    float: none;
    margin: 0 auto;
    width: 275px;
  }
}
.all-page .section-panel .search-box .input-group .phat-button:hover {
  margin-top: 7px;
}
.all-page #privacy {
  display: block;
  clear: both;
  font-family: Colfax-Regular;
  text-align: center;
  color: #0073C1;
  margin-top: -20px;
  *zoom: 1;
}
.all-page #privacy:before,
.all-page #privacy:after {
  content: "";
  display: table;
}
.all-page #privacy:after {
  clear: both;
}
.all-page #privacy p {
  margin: 10px 0;
}
.all-page #privacy a,
.all-page #privacy a:visited {
  color: #0073C1;
}
.all-page #privacy em {
  font-family: Colfax-Bold;
  font-style: italic;
}
.all-page.yellow .section-panel .phat-button.show-all {
  border-color: #00A0D1;
  background-color: #00C3F7;
}
.all-page.yellow .section-panel .all-grid .topic-list .topic-list-item {
  background-color: #fff18b;
  border-color: #ffe94d;
}
.all-page.yellow .section-panel .all-grid .topic-list .topic-list-item a {
  color: #ff8b00;
}
.all-page.yellow .section-panel .all-grid .topic-list .topic-list-item:hover {
  border-bottom-color: #00A0D1;
  background-color: #00C3F7;
}
.all-page.yellow .section-panel .all-grid .topic-list .topic-list-item:hover a {
  color: #fff;
}
.all-page.yellow .section-panel .search-box {
  background-color: #ffe94d;
}
.all-page.yellow .section-panel .search-box input[type=text],
.all-page.yellow .section-panel .search-box label {
  color: #ff8b00;
}
.all-page.yellow .section-panel .search-box .phat-button {
  border-color: #00A0D1;
  background-color: #00C3F7;
}
.all-page.yellow #privacy {
  color: #ff8b00;
}
.all-page.yellow #privacy a,
.all-page.yellow #privacy a:visited {
  color: #ff8b00;
}
.all-page.green .section-panel .phat-button.show-all {
  border-color: #00A0D1;
  background-color: #00C3F7;
}
.all-page.green .section-panel .all-grid .topic-list .topic-list-item {
  background-color: #d7f896;
  border-color: #c1f45e;
}
.all-page.green .section-panel .all-grid .topic-list .topic-list-item a {
  color: #21ad09;
}
.all-page.green .section-panel .all-grid .topic-list .topic-list-item:hover {
  border-bottom-color: #00A0D1;
  background-color: #00C3F7;
}
.all-page.green .section-panel .all-grid .topic-list .topic-list-item:hover a {
  color: #fff;
}
.all-page.green .section-panel .search-box {
  background-color: #c1f45e;
}
.all-page.green .section-panel .search-box input[type=text],
.all-page.green .section-panel .search-box label {
  color: #21ad09;
}
.all-page.green .section-panel .search-box .phat-button {
  border-color: #00A0D1;
  background-color: #00C3F7;
}
.all-page.green #privacy {
  color: #21ad09;
}
.all-page.green #privacy a,
.all-page.green #privacy a:visited {
  color: #21ad09;
}
.all-page.blue .section-panel .phat-button.show-all {
  border-color: #CE1569;
  background-color: #F41971;
}
.all-page.blue .section-panel .all-grid .topic-list .topic-list-item {
  background-color: #84e2fb;
  border-color: #4dd5f9;
}
.all-page.blue .section-panel .all-grid .topic-list .topic-list-item a {
  color: #0869b2;
}
.all-page.blue .section-panel .all-grid .topic-list .topic-list-item:hover {
  border-bottom-color: #CE1569;
  background-color: #F41971;
}
.all-page.blue .section-panel .all-grid .topic-list .topic-list-item:hover a {
  color: #fff;
}
.all-page.blue .section-panel .search-box {
  background-color: #4dd5f9;
}
.all-page.blue .section-panel .search-box input[type=text],
.all-page.blue .section-panel .search-box label {
  color: #0869b2;
}
.all-page.blue .section-panel .search-box .phat-button {
  border-color: #CE1569;
  background-color: #F41971;
}
.all-page.blue #privacy {
  color: #0869b2;
}
.all-page.blue #privacy a,
.all-page.blue #privacy a:visited {
  color: #0869b2;
}
.all-page.seafoam .section-panel .phat-button.show-all {
  border-color: #CE1569;
  background-color: #F41971;
}
.all-page.seafoam .section-panel .all-grid .topic-list .topic-list-item {
  background-color: #8ff4e7;
  border-color: #60efdd;
}
.all-page.seafoam .section-panel .all-grid .topic-list .topic-list-item a {
  color: #008791;
}
.all-page.seafoam .section-panel .all-grid .topic-list .topic-list-item:hover {
  border-bottom-color: #CE1569;
  background-color: #F41971;
}
.all-page.seafoam .section-panel .all-grid .topic-list .topic-list-item:hover a {
  color: #fff;
}
.all-page.seafoam .section-panel .search-box {
  background-color: #60efdd;
}
.all-page.seafoam .section-panel .search-box input[type=text],
.all-page.seafoam .section-panel .search-box label {
  color: #008791;
}
.all-page.seafoam .section-panel .search-box .phat-button {
  border-color: #CE1569;
  background-color: #F41971;
}
.all-page.seafoam #privacy {
  color: #008791;
}
.all-page.seafoam #privacy a,
.all-page.seafoam #privacy a:visited {
  color: #008791;
}
.all-page.magenta .section-panel .phat-button.show-all {
  border-color: #EFC206;
  background-color: #FFE000;
}
.all-page.magenta .section-panel .all-grid .topic-list .topic-list-item {
  background-color: #ff58b0;
  border-color: #ff2e9c;
}
.all-page.magenta .section-panel .all-grid .topic-list .topic-list-item a {
  color: #b20654;
}
.all-page.magenta .section-panel .all-grid .topic-list .topic-list-item:hover {
  border-bottom-color: #EFC206;
  background-color: #FFE000;
}
.all-page.magenta .section-panel .all-grid .topic-list .topic-list-item:hover a {
  color: #fff;
}
.all-page.magenta .section-panel .search-box {
  background-color: #ff2e9c;
}
.all-page.magenta .section-panel .search-box input[type=text],
.all-page.magenta .section-panel .search-box label {
  color: #b20654;
}
.all-page.magenta .section-panel .search-box .phat-button {
  border-color: #EFC206;
  background-color: #FFE000;
}
.all-page.magenta #privacy {
  color: #b20654;
}
.all-page.magenta #privacy a,
.all-page.magenta #privacy a:visited {
  color: #b20654;
}
/* No SVG Image fallbacks */
.no-svg .all-page.topics .all-grid .topic-list .topic-list-item .icon {
  background-image: url('../../images/present/topic-icons-54x54.png');
  background-color: transparent;
  width: 54px;
  height: 54px;
}
.no-svg .all-page.topics .phat-button .icon {
  background-image: url('../../images/present/nav-button-icons_small.png');
}
.no-svg .all-page.topics .games .icon:before {
  background-image: url('../../images/present/spinner_small.png');
}
.no-svg .all-page.topics .all-grid .topic-list .topic-list-item .icon.popular {
  background-position: -54px 50%;
}
.no-svg .all-page.topics .all-grid .topic-list .topic-list-item .icon.nature {
  background-position: -108px 50%;
}
.no-svg .all-page.topics .all-grid .topic-list .topic-list-item .icon.dinosaur {
  background-position: -162px 50%;
}
.no-svg .all-page.topics .all-grid .topic-list .topic-list-item .icon.science {
  background-position: -216px 50%;
}
.no-svg .all-page.topics .all-grid .topic-list .topic-list-item .icon.measurement {
  background-position: -270px 50%;
}
.no-svg .all-page.topics .all-grid .topic-list .topic-list-item .icon.music {
  background-position: -324px 50%;
}
.no-svg .all-page.topics .all-grid .topic-list .topic-list-item .icon.dress-up {
  background-position: -378px 50%;
}
.no-svg .all-page.topics .all-grid .topic-list .topic-list-item .icon.problem-solving {
  background-position: -432px 50%;
}
.no-svg .all-page.topics .all-grid .topic-list .topic-list-item .icon.engineering {
  background-position: -486px 50%;
}
.no-svg .all-page.topics .all-grid .topic-list .topic-list-item .icon.coloring {
  background-position: -540px 50%;
}
.no-svg .all-page.topics .all-grid .topic-list .topic-list-item .icon.dog {
  background-position: -594px 50%;
}
.no-svg .all-page.topics .all-grid .topic-list .topic-list-item .icon.rhyming {
  background-position: -648px 50%;
}
.no-svg .all-page.topics .all-grid .topic-list .topic-list-item .icon.abc {
  background-position: -702px 50%;
}
.no-svg .all-page.topics .all-grid .topic-list .topic-list-item .icon.shapes {
  background-position: -756px 50%;
}
.no-svg .all-page.topics .all-grid .topic-list .topic-list-item .icon.reading {
  background-position: -810px 50%;
}
.no-svg .all-page.topics .all-grid .topic-list .topic-list-item .icon.one-two-three {
  background-position: -864px 50%;
}
.no-svg .all-page.topics .all-grid .topic-list .topic-list-item .icon.story {
  background-position: -918px 50%;
}
.no-svg .all-page.topics .all-grid .topic-list .topic-list-item .icon.math {
  background-position: -972px 50%;
}
.no-svg .all-page.topics .all-grid .topic-list .topic-list-item .icon.spelling {
  background-position: -1026px 50%;
}
.no-svg .all-page.topics .all-grid .topic-list .topic-list-item .icon.feelings {
  background-position: -1080px 50%;
}
.no-svg .all-page.topics .all-grid .topic-list .topic-list-item .icon.vocabulary {
  background-position: -1134px 50%;
}
.no-svg .all-page.topics .all-grid .topic-list .topic-list-item .icon.spanish {
  background-position: -1188px 50%;
}
.no-svg .all-page.topics .all-grid .topic-list .topic-list-item .icon.healthy-habits {
  background-position: -1242px 50%;
}
.no-svg .all-page.topics .all-grid .topic-list .topic-list-item .icon.create {
  background-position: -1296px 50%;
}
.no-svg .all-page.topics .all-grid .topic-list .topic-list-item .icon.adventure {
  background-position: -1674px 50%;
}
.no-svg .all-page.topics .all-grid .topic-list .topic-list-item .icon.halloween {
  background-position: -1728px 50%;
}
.no-svg .all-page.topics .all-grid .topic-list .topic-list-item .icon.teamwork {
  background-position: -1404px 50%;
}
.no-svg .all-page.topics .all-grid .topic-list .topic-list-item .icon.animal {
  background-position: -1458px 50%;
}
.no-svg .all-page.topics .all-grid .topic-list .topic-list-item .icon.social-emotional {
  background-position: -1620px 50%;
}
.no-svg .all-page.topics .all-grid .topic-list .topic-list-item .icon.social-studies {
  background-position: -1350px 50%;
}
/* Print Styles (via print.less)
************************************/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
