/* Fonts (via pbs-kids.fonts)
************************************/
@font-face {
  font-family: 'Colfax-Regular';
  src: url('../../fonts/ColfaxWebRegular.eot');
  src: url('../../fonts/ColfaxWebRegular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
   url('../../fonts/ColfaxWebRegular.woff') format('woff');/* IE9 Compat Modes */
  /* Modern Browsers */
}
@font-face {
  font-family: 'Colfax-Regular';
  font-style: italic;
  src: url('../../fonts/ColfaxWebRegularItalic.eot');
  src: url('../../fonts/ColfaxWebRegularItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
   url('../../fonts/ColfaxWebRegularItalic.woff') format('woff');/* IE9 Compat Modes */
  /* Modern Browsers */
}
@font-face {
  font-family: 'Colfax-Medium';
  src: url('../../fonts/ColfaxWebMedium.eot');
  src: url('../../fonts/ColfaxWebMedium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
   url('../../fonts/ColfaxWebMedium.woff') format('woff');/* IE9 Compat Modes */
  /* Modern Browsers */
}
@font-face {
  font-family: 'Colfax-Medium';
  font-style: italic;
  src: url('../../fonts/ColfaxWebMediumItalic.eot');
  src: url('../../fonts/ColfaxWebMediumItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
   url('../../fonts/ColfaxWebMediumItalic.woff') format('woff');/* IE9 Compat Modes */
  /* Modern Browsers */
}
@font-face {
  font-family: 'Colfax-Bold';
  src: url('../../fonts/ColfaxWebBold.eot');
  src: url('../../fonts/ColfaxWebBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
   url('../../fonts/ColfaxWebBold.woff') format('woff');/* IE9 Compat Modes */
  /* Modern Browsers */
}
@font-face {
  font-family: 'Colfax-Bold';
  font-style: italic;
  src: url('../../fonts/ColfaxWebBoldItalic.eot');
  src: url('../../fonts/ColfaxWebBoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
   url('../../fonts/ColfaxWebBoldItalic.woff') format('woff');/* IE9 Compat Modes */
  /* Modern Browsers */
}
@font-face {
  font-family: 'PBS_KIDS_Headline';
  src: url('../../fonts/pbskidsheadline-regular-webfont.eot');
  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');/* IE9 Compat Modes */
  /* Older iOS */
}
@font-face {
  font-family: 'PBS_KIDS_Headline_Bold';
  src: url('../../fonts/pbskidsheadline-bold-webfont.eot');
  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');/* IE9 Compat Modes */
  /* 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: 68%;
}
.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: 10px 0 -17px 0;
}
.brand.page-head hgroup h3{
  font-family: PBS_KIDS_Headline_Bold, Arial, Helvetica, sans-serif;
  font-size: 20px;
  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;
}

@media only screen and (max-width: 768px) {
    .brand.page-head hgroup h3{
      font-size: 110%;
    }
}
@media only screen and (max-width: 641px) {
    .brand.page-head hgroup h3{
      font-size: 110%;
    }
}
@media only screen and (max-width: 640px) {
    .brand.page-head hgroup h3{
      font-size: 105%;
    }
}
@media only screen and (max-width: 480px) {
    .brand.page-head hgroup h3{
      font-size:107%;
    }
}
@media only screen and (max-width: 400px) {
    .brand.page-head hgroup h3{
      font-size: 106%;
    }
}

/* 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: 170%;
  padding: 14px 20px 10px;
}

@media only screen and (max-width: 1025px) {
    .phat-button.show-all {
      font-size: 155%;
    }
}
@media only screen and (max-width: 941px) {
    .phat-button.show-all {
      font-size: 140%;
    }
}
@media only screen and (max-width: 898px) {
    .phat-button.show-all {
      font-size: 121%;
    }
}
@media only screen and (max-width: 870px) {
    .phat-button.show-all {
      font-size: 118%;
    }
}
@media only screen and (max-width: 768px) {
    .phat-button.show-all {
      font-size: 118%;
    }
}
@media only screen and (max-width: 766px) {
    .phat-button.show-all {
      font-size: 103%;
    }
}
@media only screen and (max-width: 763px) {
    .phat-button.show-all {
      font-size: 90%;
    }
}

.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;
  padding: 0;
  line-height: 0;
  width: 30%;
  margin: 0 12px 12px 0;
  color:#2189CE;
  font-family: Colfax-Regular, Arial, Helvetica, sans-serif;
  font-size:98%;
}
.promo-grid .grid-item:nth-child(3n+3) {
  margin-right: 0;
}
.promo-grid .one a {
  background:#933A96;
}
.promo-grid .two a {
  background:#FFE000;
}
.promo-grid .three a {
  background:#FF9100;
}
.promo-grid .four a {
  background:#9ADE16;
}
.promo-grid .five a {
  background:#FFE000;
}
.promo-grid .grid-item a {
  width: 86%;
  display: block;
  padding:7%;
  text-align:center;
}
.promo-grid .grid-item p {
    height:87px;
    padding:4%;
    margin:0px;
    background: #fff;
}
.promo-grid .grid-item img {
  width: 84%;
  height:90px;
}
.promo-grid .grid-item figcaption a {
    font-family: PBS_KIDS_Headline, Arial, Helvetica, sans-serif;
    background: #f41971;
    color:#fff;
    font-size:135%;
    text-align:center;
    padding-top: 9%;
    height: 6px;
    letter-spacing:1.5px;
}
.promo-grid .grid-item figcaption a:hover {
    background: #ce1569;
    text-decoration: none;
}
.promo-grid .grid-item figcaption a:after {
  background: #f41971;
  content: "";
  position: relative;
  display: block;
  width: 0;
  height: 0;
  top: 31%;
  left: 101%;
  border-left: .4em solid #fff;
  border-top: .4em solid transparent;
  border-bottom: .4em solid transparent;
  margin-top: -0.4em;
}

.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;
}
.parents-page .parents-grid {
  position: relative;
  top: 160px;
  margin-bottom: 140px;
  *zoom: 1;
  background: #fff;
  width:100%;
}
.parents-page .parents-grid:before,
.parents-page .parents-grid:after {
  content: "";
  display: table;
}
.parents-page .parents-grid:after {
  clear: both;
}
.parents-page .parents {
  position: relative;
  color: #2189CE;
  margin: 0;
}
.parents-page .parents.mega-feature {
  margin-bottom: 30px;
}
.parents-page .parents.mega-feature .mega-feature-graphic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60%;
  height: 0;
  float: left;
  padding: 15% 0;
  background-color: #99cf16;
}
.parents-page .parents.mega-feature .mega-feature-graphic.topic-feature {
  width: 66%;
}
.parents-page .parents.mega-feature .mega-feature-graphic img {
  width: 60%;
  height: auto;
}
.parents-page .parents.mega-feature a {
  color: #2189CE;
  text-decoration: none;
  cursor: pointer;
}
.parents-page .parents.mega-feature figcaption {
  float: left;
  width: 40%;
  padding: 0;
}
.parents-page .parents.mega-feature figcaption h3 {
  font-family: Colfax-Bold, Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  font-style: normal;
  margin: 10px 14px;
}
.parents-page .parents.mega-feature figcaption p {
  margin: 0 14px;
  height: 44px;
  overflow: hidden;
}
.parents-page .parents.mega-feature figcaption.parents-page-feature p {
  margin: 0 30px;
  height: auto;
}
.parents-page .parents.mega-feature figcaption.parents-page-feature .phat-button.show-all {
  border-bottom-width: 5px;
  top: auto;
  right: auto;
  width: 27%;
  text-align: center;
  margin: 0% 0% 0% 2%;
  position: absolute;
  line-height: 1.2em;
}
.parents-page .parents.mega-feature figcaption.parents-page-feature .phat-button.show-all:hover {
  border-bottom-width: 0;
  margin-top: 45px;
}

@media only screen and (max-width: 1280px) {
    .parents-page .parents-grid {
      margin-left:2%;
      margin-right:2%;
      width:96%;
    }
}
@media only screen and (max-width: 1160px) {
    .parents-page .parents.mega-feature figcaption.parents-page-feature .phat-button.show-all {
      margin: 0% 0% 0% 1.5%;
    }
}
@media only screen and (max-width: 1025px) {
    .parents-page .parents.mega-feature figcaption.parents-page-feature .phat-button.show-all {
      margin: 0% 0% 0% 1.4%;
    }
}
@media only screen and (max-width: 870px) {
    .parents-page .parents.mega-feature figcaption.parents-page-feature .phat-button.show-all {
      width: 26.5%;
    }
}
@media only screen and (max-width: 768px) {
    .parents-page .parents.mega-feature figcaption.parents-page-feature .phat-button.show-all {
      width: 26%;
    }
    .parents-page .parents.mega-feature figcaption.parents-page-feature .phat-button.show-all:hover {
      margin-top: 35px;
    }
}
@media only screen and (max-width: 766px) {
    .parents-page .parents.mega-feature figcaption.parents-page-feature .phat-button.show-all {
      width: 23%;
    }
    .parents-page .parents.mega-feature figcaption.parents-page-feature .phat-button.show-all {
      margin: 0% 0% 0% 2.8%;
    }
}
@media only screen and (max-width: 763px) {
    .parents-page .parents.mega-feature figcaption.parents-page-feature .phat-button.show-all {
      width: 25%;
    }
    .parents-page .parents.mega-feature figcaption.parents-page-feature .phat-button.show-all {
      margin: 0% 0% 0% 1.2%;
    }
}

.parents-page .parents.mega-feature .screen-shots {
  margin: 10px 14px;
  position: absolute;
  bottom: 10px;
}
.parents-page .parents.mega-feature .screen-shots li {
  display: inline-block;
  width: 48%;
  margin-right: 10px;
}
.parents-page .parents.mega-feature .screen-shots li:nth-child(2) {
  margin-right: 0;
}
.parents-page .parents.mega-feature .screen-shots li .screen-shot {
  width: 100%;
  display: block;
}
.parents-page .parents.mega-feature .screen-shots li .screen-shot img {
  width: 100%;
}
.parents-page.topics-page.blue .mega-feature .parents-page-feature .phat-button.show-all {
  border-color: #00a0d1;
  background-color: #00c3f7;
}
.parents-page .parents.mega-feature .mega-feature-graphic {
  width: 60%;
  float: left;
}
.parents-page .parents.mega-feature .mega-feature-graphic.topic-feature {
  width: 66%;
}
.parents-page .parents.mega-feature figcaption.parents-page-feature {
  width: 34%;
    background:#fff;
}
.parents-page .parents.mega-feature figcaption.parents-page-feature h3.mega-title {
  display: block;
  font-family: Colfax-Regular, Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
  margin:7% 7% 12% 7%;
  line-height: 1.3;
}
.parents-page .parents.mega-feature figcaption.parents-page-feature p {
  margin: 0 30px;
  height: auto;
}
.parents-page .parents.mega-feature figcaption.parents-page-feature #megaButton-container {
    background: #fff;
    width: 100%;
    color:#fff;
}

@media only screen and (max-width: 1060px) {
    .parents-page .parents.mega-feature figcaption.parents-page-feature h3.mega-title {
      font-size: 148%;
    }
}
@media only screen and (max-width: 1025px) {
    .parents-page .parents.mega-feature figcaption.parents-page-feature h3.mega-title {
      font-size: 133%;
    }
}
@media only screen and (max-width: 870px) {
    .parents-page .parents.mega-feature figcaption.parents-page-feature h3.mega-title {
      font-size: 117%;
    }
    .parents-page .parents.mega-feature figcaption.parents-page-feature h3.mega-title {
      margin:7% 7% 6% 7%;
    }
}
@media only screen and (max-width: 768px) {
    .parents-page .parents.mega-feature figcaption.parents-page-feature h3.mega-title {
      font-size: 117%;
      margin:7% 7% 1% 7%;
    }
}
@media only screen and (max-width: 766px) {
    .parents-page .parents.mega-feature figcaption.parents-page-feature h3.mega-title {
      font-size: 110%;
    }
}
@media only screen and (max-width: 763px) {
    .parents-page .parents.mega-feature figcaption.parents-page-feature h3.mega-title {
      font-size: 96%;
    }
}
@media only screen and (max-width: 640px) {
    .parents-page .parents.mega-feature figcaption.parents-page-feature {
        display:none;
    }
    .parents-page .parents.mega-feature .mega-feature-graphic.topic-feature {
        width: 100%;
    }
}

/* Variables
************************************/
.parents-page {
  /* All Shows and Topics Pages
  ************************************/
}
.parents-page .max-wrapper {
  max-width: 1268px;
}
.parents-page .brand.page-head {
  width: 725px;
}
.parents-page .brand.page-head {
  right: auto;
  top: 14px;
  left: -44px;
}
.parents-page .brand.page-head img {
  width: 90px;
  margin-right: 2%;
}
.parents-page .brand.page-head hgroup {
  float: left;
}
.parents-page .brand.page-head hgroup h2 {
  font-size: 52px; 
  white-space: nowrap;
}

@media only screen and (max-width: 1366px) {
    .parents-page .brand.page-head {
      left: 1%;
    }
}
@media only screen and (max-width: 1280px) {
    .parents-page .brand.page-head {
      left: 2%;
    }
}
@media only screen and (max-width: 768px) {
     .parents-page .brand.page-head {
      width: 600px;
    }
    .parents-page .brand.page-head hgroup h2 {
      font-size: 49px; 
    }  

}
@media only screen and (max-width: 641px) {
    .parents-page .brand.page-head hgroup h2 {
      font-size: 46px; 
    }   
}
@media only screen and (max-width: 640px) {
     .parents-page .brand.page-head {
      width: 448px;
    }
    .parents-page .brand.page-head hgroup h2 {
      font-size: 36px; 
    }    
}
@media only screen and (max-width: 480px) {
    .parents-page .brand.page-head img {
      width: 78px;
    }
    .parents-page .brand.page-head hgroup h2 {
      font-size: 29px; 
    }
    .parents-page .brand.page-head {
      width: 370px;
    }
}
@media only screen and (max-width: 400px) {
    .parents-page .brand.page-head {
      width: 369px;
    }
}

.parents-page.topics .section-panel .phat-button.show-all {
  top: 16px;
}
.parents-page .section-panel .all-grid {
  position: relative;
  top: 160px;
  margin-top: 3%;
  margin-bottom: 140px;
  width:100%;
}
.parents-page .section-panel .all-grid .promo-grid .grid-item {
  width: 49%;
  margin-right: 2%;
}
.parents-page .section-panel .all-grid .promo-grid .grid-item:nth-child(2n+2) {
    margin-right: 0;
}
.parents-page .section-panel .all-grid .topic-list .topic-list-item {
  width: 24%;
  border: none;
  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;
}
.parents-page .section-panel .all-grid .topic-list .topic-list-item:hover {
  border-bottom-color: #ce1569;
  background-color: #f41971;
}
.parents-page .section-panel .all-grid .topic-list .topic-list-item:hover a {
  color: #fff;
}
.parents-page .section-panel .all-grid .topic-list .topic-list-item a {
  color: #008791;
  display: block;
  width: 100%;
  padding: 20px 0;
  height: 45px;
}
.parents-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: #ffffff;
  width: 3em;
  height: 3em;
  border-radius: 3em;
  display: block;
  float: left;
  margin-top: -6px;
  margin-left: 14px;
}

@media only screen and (max-width: 1280px) {
    .parents-page .section-panel .all-grid {
      width:96%;
      margin-left:2%;
      margin-right:2%;
    }
}
@media only screen and (max-width: 1025px) {
    .parents-page .section-panel .all-grid .promo-grid .grid-item {
      width: 100%;
    }
    .parents-page .section-panel .all-grid .promo-grid .grid-item:nth-child(1n+1) {
      margin-right: 0;
    }
    .parents-page .section-panel .all-grid .promo-grid .grid-item:nth-child(2n+2) {
      margin-right: 0;
      margin-bottom:2%;
    }
}
@media only screen and (max-width: 640px) {
    .parents-page .section-panel .all-grid .promo-grid .grid-item {
      width: 100%;
      height:0%;
    }
    .parents-page .section-panel .all-grid .promo-grid .grid-item:nth-child(1n+1),
    .parents-page .section-panel .all-grid .promo-grid .grid-item:nth-child(2n+2) {
      margin: 0 0 3% 0;
    }
    #full-shows-list > li.grid-item > figcaption {
    display:none;
    }
}

.parents-page .section-panel .all-grid .topic-list .topic-list-item .icon.popular {
  background-position: -3em 50%;
}
.parents-page .section-panel .all-grid .topic-list .topic-list-item .icon.nature {
  background-position: -6em 50%;
}
.parents-page .section-panel .all-grid .topic-list .topic-list-item .icon.dinosaur {
  background-position: -9em 50%;
}
.parents-page .section-panel .all-grid .topic-list .topic-list-item .icon.science {
  background-position: -12em 50%;
}
.parents-page .section-panel .all-grid .topic-list .topic-list-item .icon.measurement {
  background-position: -15em 50%;
}
.parents-page .section-panel .all-grid .topic-list .topic-list-item .icon.music {
  background-position: -18em 50%;
}
.parents-page .section-panel .all-grid .topic-list .topic-list-item .icon.dress-up {
  background-position: -21em 50%;
}
.parents-page .section-panel .all-grid .topic-list .topic-list-item .icon.problem-solving {
  background-position: -24em 50%;
}
.parents-page .section-panel .all-grid .topic-list .topic-list-item .icon.engineering {
  background-position: -27em 50%;
}
.parents-page .section-panel .all-grid .topic-list .topic-list-item .icon.coloring {
  background-position: -30em 50%;
}
.parents-page .section-panel .all-grid .topic-list .topic-list-item .icon.dog {
  background-position: -33em 50%;
}
.parents-page .section-panel .all-grid .topic-list .topic-list-item .icon.rhyming {
  background-position: -36em 50%;
}
.parents-page .section-panel .all-grid .topic-list .topic-list-item .icon.abc {
  background-position: -39em 50%;
}
.parents-page .section-panel .all-grid .topic-list .topic-list-item .icon.shapes {
  background-position: -42em 50%;
}
.parents-page .section-panel .all-grid .topic-list .topic-list-item .icon.reading {
  background-position: -45em 50%;
}
.parents-page .section-panel .all-grid .topic-list .topic-list-item .icon.one-two-three {
  background-position: -48em 50%;
}
.parents-page .section-panel .all-grid .topic-list .topic-list-item .icon.story {
  background-position: -51em 50%;
}
.parents-page .section-panel .all-grid .topic-list .topic-list-item .icon.math {
  background-position: -54em 50%;
}
.parents-page .section-panel .all-grid .topic-list .topic-list-item .icon.spelling {
  background-position: -57em 50%;
}
.parents-page .section-panel .all-grid .topic-list .topic-list-item .icon.feelings {
  background-position: -60em 50%;
}
.parents-page .section-panel .all-grid .topic-list .topic-list-item .icon.vocabulary {
  background-position: -63em 50%;
}
.parents-page .section-panel .all-grid .topic-list .topic-list-item .icon.spanish {
  background-position: -66em 50%;
}
.parents-page .section-panel .all-grid .topic-list .topic-list-item .icon.healthy-habits {
  background-position: -69em 50%;
}
.parents-page .section-panel .all-grid .topic-list .topic-list-item .icon.create {
  background-position: -72em 50%;
}
.parents-page .section-panel .all-grid .topic-list .topic-list-item .icon.adventure {
  background-position: -93em 50%;
}
.parents-page .section-panel .all-grid .topic-list .topic-list-item .icon.teamwork {
  background-position: -78em 50%;
}
.parents-page .section-panel .all-grid .topic-list .topic-list-item .icon.animal {
  background-position: -81em 50%;
}
.parents-page .section-panel .all-grid .topic-list .topic-list-item .icon.social-emotional {
  background-position: -90em 50%;
}
.parents-page .section-panel .all-grid .topic-list .topic-list-item .icon.halloween {
  background-position: -96em 50%;
}
.parents-page .section-panel .all-grid .topic-list .topic-list-item .icon.emotional-growth {
  background-position: -90em 50%;
}
.parents-page .section-panel .all-grid .topic-list .topic-list-item .icon.health {
  background-position: -69em 50%;
}
.parents-page .section-panel .all-grid .topic-list .topic-list-item .icon.holiday {
  background-position: -87em 50%;
}
.parents-page .section-panel .all-grid .topic-list .topic-list-item .icon.language-and-literacy {
  background-position: -63em 50%;
}
.parents-page .section-panel .all-grid .topic-list .topic-list-item .icon.mathematics {
  background-position: -54em 50%;
}
.parents-page .section-panel .all-grid .topic-list .topic-list-item .icon.science {
  background-position: -12em 50%;
}
.parents-page .section-panel .all-grid .topic-list .topic-list-item .icon.social-skills {
  background-position: -78em 50%;
}
.parents-page .section-panel .all-grid .topic-list .topic-list-item .icon.social-studies {
  background-position: -75em 50%;
}
.parents-page .section-panel .all-grid .topic-list .topic-list-item .icon.the-arts {
  background-position: -84em 50%;
}
.parents-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;
}
.parents-page .section-panel .all-grid .topic-list .topic-list-item em span {
  display: block;
}
.parents-page .section-panel .phat-button.show-all {
  position: absolute;
  right: 5.4%;
  top: 24px;
}
.parents-page .section-panel .topics-game-grid {
  position: relative;
  top: 120px;
  margin-bottom: 140px;
  padding: 0 5%;
}
.parents-page .section-panel .footer-box {
  background-color: #60efdd;
  clear: both;
  padding: 20px 0;
  margin: 2% 0 0;
  box-sizing: border-box;
  position: relative;
  *zoom: 1;
}
.parents-page .section-panel .footer-box:before,
.parents-page .section-panel .footer-box:after {
  content: "";
  display: table;
}
.parents-page .section-panel .footer-box:after {
  clear: both;
}
.parents-page .section-panel .footer-box .footerOne,
.parents-page .section-panel .footer-box .footerTwo{
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.parents-page .section-panel .footer-box .footerOne {
  color: #fff;
  font-family: Colfax-Regular, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
  font-style: normal;
  display: block;
  text-align: center;
  margin-bottom: 4px;
}
.parents-page .section-panel .footer-box .footerTwo {
  color: #fff;
  font-family: Colfax-Regular, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  font-style: normal;
  display: block;
  text-align: center;
}
.parents-page .section-panel .footer-box .footerTwo a {
  color: #fff;
}

@media only screen and (max-width: 1025px) {
    .parents-page .section-panel .footer-box {
      margin: 2% 0 0;
    }
}
@media only screen and (max-width: 480px) {
    .parents-page .section-panel .footer-box .footerOne {
      font-size: 16px;
    }
}

.parents-page .section-panel .footer-box .footerOne .phat-button {
  display: block;
  position: static;
  width: 26%;
  font-size: 28px;
  text-align: center;
  margin-top: 2px;
  padding: 18px 20px 13px;
}

.parents-page .section-panel .footer-box .footerOne .phat-button:hover {
  margin-top: 7px;
}
.parents-page.yellow .section-panel .phat-button.show-all {
  border-color: #00a0d1;
  background-color: #00c3f7;
}
.parents-page.yellow .section-panel .all-grid .topic-list .topic-list-item {
  background-color: #fff18b;
  border-color: #ffe94d;
}
.parents-page.yellow .section-panel .all-grid .topic-list .topic-list-item a {
  color: #ff8b00;
}
.parents-page.yellow .section-panel .all-grid .topic-list .topic-list-item:hover {
  border-bottom-color: #00a0d1;
  background-color: #00c3f7;
}
.parents-page.yellow .section-panel .all-grid .topic-list .topic-list-item:hover a {
  color: #fff;
}
.parents-page.yellow .section-panel .footer-box {
  background-color: #ffe94d;
}
.parents-page.yellow .section-panel .footer-box input[type=text],
.parents-page.yellow .section-panel .footer-box label {
  color: #ff8b00;
}
.parents-page.yellow .section-panel .footer-box .phat-button {
  border-color: #00a0d1;
  background-color: #00c3f7;
}
.parents-page.green .section-panel .phat-button.show-all {
  border-color: #00a0d1;
  background-color: #00c3f7;
}
.parents-page.green .section-panel .all-grid .topic-list .topic-list-item {
  background-color: #d7f896;
  border-color: #c1f45e;
}
.parents-page.green .section-panel .all-grid .topic-list .topic-list-item a {
  color: #21ad09;
}
.parents-page.green .section-panel .all-grid .topic-list .topic-list-item:hover {
  border-bottom-color: #00a0d1;
  background-color: #00c3f7;
}
.parents-page.green .section-panel .all-grid .topic-list .topic-list-item:hover a {
  color: #fff;
}
.parents-page.green .section-panel .footer-box {
  background-color: #c1f45e;
}
.parents-page.green .section-panel .footer-box input[type=text],
.parents-page.green .section-panel .footer-box label {
  color: #21ad09;
}
.parents-page.green .section-panel .footer-box .phat-button {
  border-color: #00a0d1;
  background-color: #00c3f7;
}
.parents-page.blue .section-panel .phat-button.show-all {
  border-color: #ce1569;
  background-color: #f41971;
  color:#fff;
}
.parents-page.blue .section-panel .all-grid .topic-list .topic-list-item {
  background-color: #84e2fb;
  border-color: #4dd5f9;
}
.parents-page.blue .section-panel .all-grid .topic-list .topic-list-item a {
  color: #0869b2;
}
.parents-page.blue .section-panel .all-grid .topic-list .topic-list-item:hover {
  border-bottom-color: #ce1569;
  background-color: #f41971;
}
.parents-page.blue .section-panel .all-grid .topic-list .topic-list-item:hover a {
  color: #fff;
}
.parents-page.blue .section-panel .footer-box {
  background-color: #4dd5f9;
}
.parents-page.blue .section-panel .footer-box input[type=text],
.parents-page.blue .section-panel .footer-box label {
  color: #0869b2;
}
.parents-page.blue .section-panel .footer-box .phat-button {
  border-color: #ce1569;
  background-color: #f41971;
}
.parents-page.seafoam .section-panel .phat-button.show-all {
  border-color: #ce1569;
  background-color: #f41971;
}
.parents-page.seafoam .section-panel .all-grid .topic-list .topic-list-item {
  background-color: #8ff4e7;
  border-color: #60efdd;
}
.parents-page.seafoam .section-panel .all-grid .topic-list .topic-list-item a {
  color: #008791;
}
.parents-page.seafoam .section-panel .all-grid .topic-list .topic-list-item:hover {
  border-bottom-color: #ce1569;
  background-color: #f41971;
}
.parents-page.seafoam .section-panel .all-grid .topic-list .topic-list-item:hover a {
  color: #fff;
}
.parents-page.seafoam .section-panel .footer-box {
  background-color: #60efdd;
}
.parents-page.seafoam .section-panel .footer-box input[type=text],
.parents-page.seafoam .section-panel .footer-box label {
  color: #008791;
}
.parents-page.seafoam .section-panel .footer-box .phat-button {
  border-color: #ce1569;
  background-color: #f41971;
}
.parents-page.magenta .section-panel .phat-button.show-all {
  border-color: #efc206;
  background-color: #ffe000;
}
.parents-page.magenta .section-panel .all-grid .topic-list .topic-list-item {
  background-color: #ff58b0;
  border-color: #ff2e9c;
}
.parents-page.magenta .section-panel .all-grid .topic-list .topic-list-item a {
  color: #b20654;
}
.parents-page.magenta .section-panel .all-grid .topic-list .topic-list-item:hover {
  border-bottom-color: #efc206;
  background-color: #ffe000;
}
.parents-page.magenta .section-panel .all-grid .topic-list .topic-list-item:hover a {
  color: #fff;
}
.parents-page.magenta .section-panel .footer-box {
  background-color: #ff2e9c;
}
.parents-page.magenta .section-panel .footer-box input[type=text],
.parents-page.magenta .section-panel .footer-box label {
  color: #b20654;
}
.parents-page.magenta .section-panel .footer-box .phat-button {
  border-color: #efc206;
  background-color: #ffe000;
}
/* No SVG Image fallbacks */
.no-svg .parents-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 .parents-page.topics .phat-button .icon {
  background-image: url('../../images/present/nav-button-icons_small.png');
}
.no-svg .parents-page.topics .games .icon:before {
  background-image: url('../../images/present/spinner_small.png');
}
.no-svg .parents-page.topics .all-grid .topic-list .topic-list-item .icon.popular {
  background-position: -54px 50%;
}
.no-svg .parents-page.topics .all-grid .topic-list .topic-list-item .icon.nature {
  background-position: -108px 50%;
}
.no-svg .parents-page.topics .all-grid .topic-list .topic-list-item .icon.dinosaur {
  background-position: -162px 50%;
}
.no-svg .parents-page.topics .all-grid .topic-list .topic-list-item .icon.science {
  background-position: -216px 50%;
}
.no-svg .parents-page.topics .all-grid .topic-list .topic-list-item .icon.measurement {
  background-position: -270px 50%;
}
.no-svg .parents-page.topics .all-grid .topic-list .topic-list-item .icon.music {
  background-position: -324px 50%;
}
.no-svg .parents-page.topics .all-grid .topic-list .topic-list-item .icon.dress-up {
  background-position: -378px 50%;
}
.no-svg .parents-page.topics .all-grid .topic-list .topic-list-item .icon.problem-solving {
  background-position: -432px 50%;
}
.no-svg .parents-page.topics .all-grid .topic-list .topic-list-item .icon.engineering {
  background-position: -486px 50%;
}
.no-svg .parents-page.topics .all-grid .topic-list .topic-list-item .icon.coloring {
  background-position: -540px 50%;
}
.no-svg .parents-page.topics .all-grid .topic-list .topic-list-item .icon.dog {
  background-position: -594px 50%;
}
.no-svg .parents-page.topics .all-grid .topic-list .topic-list-item .icon.rhyming {
  background-position: -648px 50%;
}
.no-svg .parents-page.topics .all-grid .topic-list .topic-list-item .icon.abc {
  background-position: -702px 50%;
}
.no-svg .parents-page.topics .all-grid .topic-list .topic-list-item .icon.shapes {
  background-position: -756px 50%;
}
.no-svg .parents-page.topics .all-grid .topic-list .topic-list-item .icon.reading {
  background-position: -810px 50%;
}
.no-svg .parents-page.topics .all-grid .topic-list .topic-list-item .icon.one-two-three {
  background-position: -864px 50%;
}
.no-svg .parents-page.topics .all-grid .topic-list .topic-list-item .icon.story {
  background-position: -918px 50%;
}
.no-svg .parents-page.topics .all-grid .topic-list .topic-list-item .icon.math {
  background-position: -972px 50%;
}
.no-svg .parents-page.topics .all-grid .topic-list .topic-list-item .icon.spelling {
  background-position: -1026px 50%;
}
.no-svg .parents-page.topics .all-grid .topic-list .topic-list-item .icon.feelings {
  background-position: -1080px 50%;
}
.no-svg .parents-page.topics .all-grid .topic-list .topic-list-item .icon.vocabulary {
  background-position: -1134px 50%;
}
.no-svg .parents-page.topics .all-grid .topic-list .topic-list-item .icon.spanish {
  background-position: -1188px 50%;
}
.no-svg .parents-page.topics .all-grid .topic-list .topic-list-item .icon.healthy-habits {
  background-position: -1242px 50%;
}
.no-svg .parents-page.topics .all-grid .topic-list .topic-list-item .icon.create {
  background-position: -1296px 50%;
}
.no-svg .parents-page.topics .all-grid .topic-list .topic-list-item .icon.adventure {
  background-position: -1674px 50%;
}
.no-svg .parents-page.topics .all-grid .topic-list .topic-list-item .icon.halloween {
  background-position: -1728px 50%;
}
.no-svg .parents-page.topics .all-grid .topic-list .topic-list-item .icon.teamwork {
  background-position: -1404px 50%;
}
.no-svg .parents-page.topics .all-grid .topic-list .topic-list-item .icon.animal {
  background-position: -1458px 50%;
}
.no-svg .parents-page.topics .all-grid .topic-list .topic-list-item .icon.social-emotional {
  background-position: -1620px 50%;
}
.no-svg .parents-page.topics .all-grid .topic-list .topic-list-item .icon.social-studies {
  background-position: -1350px 50%;
}
/* Mobile Queries
************************************/
@media only screen and (max-device-width: 1366px) {
    .parents-page .brand.page-head {
      left: 1%;
    }
}
@media only screen and (max-device-width: 1280px) {
    .parents-page .parents-grid {
      margin-left:2%;
      margin-right:2%;
      width:96%;
    }
    .parents-page .brand.page-head {
      left: 2%;
    }
    .parents-page .section-panel .all-grid {
      width:96%;
      margin-left:2%;
      margin-right:2%;
    }
}
@media only screen and (max-device-width: 1180px) {
    .promo-grid .grid-item figcaption a {
        font-size:135%;
    }
}
@media only screen and (max-device-width: 1160px) {
    .parents-page .parents.mega-feature figcaption.parents-page-feature .phat-button.show-all {
      margin: 0% 0% 0% 1.5%;
    }
        .parents-page .parents.mega-feature figcaption.parents-page-feature h3.mega-title {
      font-size: 148%;
    }
}
@media only screen and (max-device-width: 1115px) {
    .promo-grid .grid-item figcaption a {
        font-size:135%;
    }
}
@media only screen and (max-device-width: 1025px) {
    .phat-button.show-all {
      font-size: 155%;
    }
    .promo-grid .grid-item figcaption a {
        font-size:114%;
    }
    .parents-page .parents.mega-feature figcaption.parents-page-feature .phat-button.show-all {
      margin: 0% 0% 0% 1.4%;
    }
    .parents-page .parents.mega-feature figcaption.parents-page-feature h3.mega-title {
      font-size: 133%;
    }
    .parents-page .section-panel .all-grid .promo-grid .grid-item {
      width: 49%;
    }
    .parents-page .section-panel .all-grid .promo-grid .grid-item:nth-child(1n+1) {
      margin-right: 2%;
    }
    .parents-page .section-panel .all-grid .promo-grid .grid-item:nth-child(2n+2) {
      margin-right: 0;
      margin-bottom: 2%;
    }
    .parents-page .section-panel .footer-box {
      margin: 2% 0 0;
    }
}
@media only screen and (max-device-width: 1024px) {
    .phat-button.show-all {
      font-size: 130%;
    }
    .promo-grid .grid-item figcaption a:after {
      top: 0;
    }
}
@media only screen and (max-device-width: 941px) {
    .phat-button.show-all {
      font-size: 140%;
    }
}
@media only screen and (max-device-width: 898px) {
    .phat-button.show-all {
      font-size: 121%;
    }
}
@media only screen and (max-device-width: 870px) {
    .phat-button.show-all {
      font-size: 118%;
    }
    .parents-page .parents.mega-feature figcaption.parents-page-feature .phat-button.show-all {
      width: 26.5%;
    }
    .parents-page .parents.mega-feature figcaption.parents-page-feature h3.mega-title {
      font-size: 117%;
      margin:7% 7% 6% 7%;
    }
}
@media only screen and (max-device-width: 785px) {
    .promo-grid .grid-item figcaption a {
        font-size:98%;
    }
}
@media only screen and (max-device-width: 780px) {
    .brand.page-head hgroup h3{
      font-size: 105%;
    }
    .parents-page .parents.mega-feature figcaption.parents-page-feature {
        width: 34%;
        background:#fff;
        display:block;
    }
    .parents-page .parents.mega-feature .mega-feature-graphic.topic-feature {
        width: 66%;
    }
    .parents-page .brand.page-head {
      width: 448px;
    }
    .parents-page .brand.page-head hgroup h2 {
      font-size: 36px; 
    } 
    .parents-page .section-panel .all-grid .promo-grid .grid-item {
      width: 100%;
    }
    .parents-page .section-panel .all-grid .promo-grid .grid-item:nth-child(1n+1) {
      margin-right: 0;
    }
    .parents-page .section-panel .all-grid .promo-grid .grid-item:nth-child(2n+2) {
      margin-right: 0;
      margin-bottom:2%;
    }
    #full-shows-list > li.grid-item > figcaption {
    display:block;
    }
}
@media only screen and (max-device-width: 766px) {
    .phat-button.show-all {
      font-size: 103%;
    }
    .parents-page .parents.mega-feature figcaption.parents-page-feature .phat-button.show-all {
      width: 23%;
      margin: 0% 0% 0% 2.8%;
    }
    .parents-page .parents.mega-feature figcaption.parents-page-feature h3.mega-title {
      font-size: 110%;
    }
}
@media only screen and (max-device-width: 763px) {
    .phat-button.show-all {
      font-size: 90%;
    }
    .promo-grid .grid-item figcaption a {
        font-size:135%;
    }
    .parents-page .parents.mega-feature figcaption.parents-page-feature .phat-button.show-all {
      width: 25%;
      margin: 0% 0% 0% 1.2%;
    }
    .parents-page .parents.mega-feature figcaption.parents-page-feature h3.mega-title {
      font-size: 96%;
    }
}
@media only screen and (max-device-width: 641px) {
    .brand.page-head hgroup h3{
      font-size: 110%;
    }
    .parents-page .brand.page-head hgroup h2 {
      font-size: 46px; 
    }  
}
@media only screen and (max-device-width: 640px) and (orientation: portrait) {
    .parents-page .parents.mega-feature figcaption.parents-page-feature h3.mega-title {
      font-size: 13px;
    }
    .brand.page-head hgroup h3{
      font-size: 105%;
    }
    .parents-page .parents.mega-feature figcaption.parents-page-feature {
        width: 34%;
        background:#fff;
        display:block;
    }
    .parents-page .parents.mega-feature .mega-feature-graphic.topic-feature {
        width: 66%;
    }
    .parents-page .brand.page-head {
      width: 448px;
    }
    .parents-page .brand.page-head hgroup h2 {
      font-size: 36px; 
    } 
    .parents-page .section-panel .all-grid .promo-grid .grid-item {
      width: 100%;
    }
    .parents-page .section-panel .all-grid .promo-grid .grid-item:nth-child(1n+1) {
      margin-right: 0;
    }
    .parents-page .section-panel .all-grid .promo-grid .grid-item:nth-child(2n+2) {
      margin-right: 0;
      margin-bottom:2%;
    }
    #full-shows-list > li.grid-item > figcaption {
    display:block;
    }
}
@media only screen and (max-device-width: 640px) and (orientation: landscape) {
    .brand.page-head hgroup h3{
      font-size: 105%;
    }
    .parents-page .parents.mega-feature figcaption.parents-page-feature {
        display:none;
    }
    .parents-page .parents.mega-feature .mega-feature-graphic.topic-feature {
        width: 100%;
    }
    .parents-page .brand.page-head {
      width: 448px;
    }
    .parents-page .brand.page-head hgroup h2 {
      font-size: 36px; 
    } 
    .parents-page .section-panel .all-grid .promo-grid .grid-item {
      width: 100%;
      height:0%;
    }
    .parents-page .section-panel .all-grid .promo-grid .grid-item:nth-child(1n+1),
    .parents-page .section-panel .all-grid .promo-grid .grid-item:nth-child(2n+2) {
      margin: 0 0 3% 0;
    }
    #full-shows-list > li.grid-item > figcaption {
    display:none;
    }
}
@media only screen and (max-device-width: 540px) and (orientation: portrait) {
    .parents-page .parents.mega-feature figcaption.parents-page-feature h3.mega-title {
      font-size: 11px;
    }
    .phat-button.show-all {
      font-size: 71%;
      padding: 14px 20px 10px;
    }
    .parents-page .parents.mega-feature figcaption.parents-page-feature .phat-button.show-all {
      width: 24%;
    }
    .brand.page-head hgroup h3{
      font-size: 105%;
    }
    .parents-page .parents.mega-feature figcaption.parents-page-feature {
        width: 34%;
        background:#fff;
        display:block;
    }
    .promo-grid .grid-item figcaption a {
      font-size: 90%;
    }
    .parents-page .parents.mega-feature .mega-feature-graphic.topic-feature {
        width: 66%;
    }
    .parents-page .brand.page-head {
      width: 448px;
    }
    .parents-page .brand.page-head hgroup h2 {
      font-size: 36px; 
    } 
    .parents-page .section-panel .all-grid .promo-grid .grid-item {
      width: 100%;
    }
    .parents-page .section-panel .all-grid .promo-grid .grid-item:nth-child(1n+1) {
      margin-right: 0;
    }
    .parents-page .section-panel .all-grid .promo-grid .grid-item:nth-child(2n+2) {
      margin-right: 0;
      margin-bottom:2%;
    }
    #full-shows-list > li.grid-item > figcaption {
    display:block;
    }
    .parents-page .section-panel .footer-box .footerOne {
      font-size: 15px;
    }
}


@media only screen and (max-device-width: 520px) and (orientation: portrait) {
    .brand.page-head hgroup h3{
      font-size: 105%;
    }
    .parents-page .parents.mega-feature figcaption.parents-page-feature {
        display:none;
    }
    .parents-page .parents.mega-feature .mega-feature-graphic.topic-feature {
        width: 100%;
    }
    .parents-page .brand.page-head {
      width: 448px;
    }
    .parents-page .brand.page-head hgroup h2 {
      font-size: 36px; 
    } 
    .parents-page .section-panel .all-grid .promo-grid .grid-item {
      width: 100%;
      height:0%;
    }
    .parents-page .section-panel .all-grid .promo-grid .grid-item:nth-child(1n+1),
    .parents-page .section-panel .all-grid .promo-grid .grid-item:nth-child(2n+2) {
      margin: 0 0 3% 0;
    }
    #full-shows-list > li.grid-item > figcaption {
    display:none;
    }
}
@media only screen and (max-device-width: 520px) and (orientation: landscape) {
    .brand.page-head hgroup h3{
      font-size: 105%;
    }
    .parents-page .parents.mega-feature figcaption.parents-page-feature {
        display:none;
    }
    .parents-page .parents.mega-feature .mega-feature-graphic.topic-feature {
        width: 100%;
    }
    .parents-page .brand.page-head {
      width: 448px;
    }
    .parents-page .brand.page-head hgroup h2 {
      font-size: 36px; 
    } 
    .parents-page .section-panel .all-grid .promo-grid .grid-item {
      width: 100%;
      height:0%;
    }
    .parents-page .section-panel .all-grid .promo-grid .grid-item:nth-child(1n+1),
    .parents-page .section-panel .all-grid .promo-grid .grid-item:nth-child(2n+2) {
      margin: 0 0 3% 0;
    }
    #full-shows-list > li.grid-item > figcaption {
    display:none;
    }
}
@media (-webkit-min-device-pixel-ratio: 3.0),  
       (-o-min-device-pixel-ratio: 3/2),  
       (min--moz-device-pixel-ratio: 3.0),  
       (min-device-pixel-ratio: 3.0) {
            .brand.page-head hgroup h3{
              font-size: 105%;
            }
            .parents-page .parents.mega-feature figcaption.parents-page-feature {
                display:none;
            }
            .parents-page .parents.mega-feature .mega-feature-graphic.topic-feature {
                width: 100%;
            }
            .parents-page .brand.page-head {
              width: 448px;
            }
            .parents-page .brand.page-head hgroup h2 {
              font-size: 36px; 
            } 
            .parents-page .section-panel .all-grid .promo-grid .grid-item {
              width: 100%;
              height:0%;
            }
            .parents-page .section-panel .all-grid .promo-grid .grid-item:nth-child(1n+1),
            .parents-page .section-panel .all-grid .promo-grid .grid-item:nth-child(2n+2) {
              margin: 0 0 3% 0;
            }
            #full-shows-list > li.grid-item > figcaption {
            display:none;
            }        
        }
@media only screen and (max-device-width: 480px) {
    .brand.page-head hgroup h3{
      font-size:107%;
    }
    .parents-page .section-panel .footer-box .footerOne {
      font-size: 16px;
    }
}
@media only screen and (max-device-width: 410px) {
    .brand.page-head hgroup h3{
      font-size: 106%;
      padding-right: 2px;
    }
    .parents-page .brand.page-head img {
      width: 78px;
    }
    .parents-page .brand.page-head hgroup h2 {
      font-size: 29px; 
    }
    .parents-page .brand.page-head {
      width: 370px;
    }
} 

@media only screen and (max-device-width: 350px) {
  .parents-page .brand.page-head hgroup h2 {
    font-size: 25px; 
  }
}
