/* ==========================================================================
   PBS Kids - Learn
   ========================================================================== */
@font-face {
  font-family: 'PBS_Kids_Headline';
  src: url("fonts/pbskidsheadline-regular-webfont.eot?") format("eot"), url("fonts/pbskidsheadline-regular-webfont.woff") format("woff"), url("fonts/pbskidsheadline-regular-webfont.ttf") format("truetype"); }
@font-face {
  font-family: 'PBS_Kids_Headline_Bold';
  src: url("fonts/pbskidsheadline-bold-webfont.eot?") format("eot"), url("fonts/pbskidsheadline-bold-webfont.woff") format("woff"), url("fonts/pbskidsheadline-bold-webfont.ttf") format("truetype");
  font-weight: bold; }
@font-face {
  font-family: 'PBS_Kids_Headline_Condensed';
  src: url("fonts/pbskids_headlinecondensed-reg-webfont.eot?") format("eot"), url("fonts/pbskids_headlinecondensed-reg-webfont.woff") format("woff"), url("fonts/pbskids_headlinecondensed-reg-webfont.ttf") format("truetype"); }
@font-face {
  font-family: 'PBS_Kids_Headline_Condensed_Bold';
  src: url("fonts/pbskids_headlinecondensed-bold-webfont.eot?") format("eot"), url("fonts/pbskids_headlinecondensed-bold-webfont.woff") format("woff"), url("fonts/pbskids_headlinecondensed-bold-webfont.ttf") format("truetype");
  font-weight: bold; }
/* Colors from the style guide */
/* 
   Mixins
   ========================================================================== */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: #F2F2F2;
  font-family: "Colfax-Regular", Arial, Helvetica, sans-serif; }

a {
  color: #00c3f7;
  text-decoration: none; }

a:hover, a:hover h3 {
  text-decoration: underline; }

.wrap {
  max-width: 1000px;
  margin: 0 auto 20px; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0.5em 0;
  font-family: 'PBS_Kids_Headline',sans-serif; }

h1, .h1 {
  font-size: 38px; }

h2, .h2 {
  font-size: 28px; }

h3, .h3 {
  font-size: 24px; }

/* Position content for PBSKIDS Headband */
@media only screen and (max-width: 650px) {
  .main-container {
    position: absolute;
    top: 40px;
    width: 100%; } }
/* Header */
header.head {
  margin: 0;
  background: #0079BD url("../img/header-scarythings.png") no-repeat center center;
  background-size: 750px 270px; }
  @media only screen and (min-width: 910px) {
    header.head {
      background-size: auto; } }

.header-wrap {
  position: relative;
  padding: 15px;
  background: #f41971 !important; }
  .header-wrap #logo {
    position: absolute;
    top: 70px;
    right: 33%; }
  .header-wrap h1 {
    color: #fff;
    text-align: center; }
  @media only screen and (min-width: 768px) {
    .header-wrap {
      min-height: 450px;
      margin-bottom: 30px;
      background: none !important; }
      .header-wrap .page-title {
        position: absolute;
        top: 50%;
        left: 40px;
        right: 0;
        margin: 0;
        font-weight: normal;
        letter-spacing: .05em;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #fff;
        text-align: center; }
        .header-wrap .page-title span {
          display: block;
          font-size: 51px;
          line-height: 1em; }
          .header-wrap .page-title span.first, .header-wrap .page-title span.last {
            font-size: 45px;
            text-transform: uppercase; }
          .header-wrap .page-title span.first {
            margin-left: -300px; } }
  @media only screen and (min-width: 910px) {
    .header-wrap .page-title span {
      font-size: 61px; }
      .header-wrap .page-title span.first, .header-wrap .page-title span.last {
        font-size: 51px; } }

.breadcrumbs {
  color: #d0cbba;
  text-align: center; }
  .breadcrumbs a {
    color: #bcb49b; }

.page-description {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  font-size: 20px;
  letter-spacing: .02em; }
  @media only screen and (min-width: 780px) {
    .page-description {
      padding-left: 20px;
      padding-right: 20px;
      margin: 60px auto;
      font-size: 33px; } }

#more-resources {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 25px;
  padding-right: 25px; }
  #more-resources h2, #more-resources h3 {
    font-size: 28px;
    color: #000;
    font-weight: normal; }
  #more-resources h3 {
    font-size: 22px; }
  #more-resources ul li {
    font-size: 19px;
    padding: 4px 0; }
  #more-resources a {
    color: #0091F4; }
  #more-resources li.sub {
    padding-left: 15px; }
  #more-resources h2.clearfix {
    margin-top: 20px; }
  #more-resources.visible {
    position: fixed;
    background: rgba(0, 0, 0, 0.5); }

.modal-holder {
  -webkit-transition: top linear .5s, opacity linear .25s;
  transition: top linear .5s, opacity linear .25s;
  opacity: 0;
  top: -20px;
  height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .with-tips .modal-holder .boxed {
    margin-bottom: 0; }

.modal-holder.visible {
  opacity: 1;
  height: auto;
  overflow: visible;
  -webkit-transition: top linear .5s, opacity linear .25s;
  transition: top linear .5s, opacity linear .25s; }
  .modal-holder.visible button#closemr {
    opacity: 1; }

.video-holder {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%; }

.video-holder iframe,
.video-holder object,
.video-holder embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

button#closemr {
  position: absolute;
  opacity: 0;
  top: -22px;
  right: -15px;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: solid 2px #fff;
  background: #ccc;
  cursor: pointer;
  z-index: 2;
  font: 37px/40px 'Arial',sans-serif;
  color: #fff;
  line-height: 38px;
  text-align: center; }

.boxed {
  background: #fff;
  margin: 0 5px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 1px 5px 1px rgba(212, 212, 212, 0.8);
  -moz-box-shadow: 0px 1px 5px 1px rgba(212, 212, 212, 0.8);
  box-shadow: 0px 1px 5px 1px rgba(212, 212, 212, 0.8); }
  .boxed .wrapped {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden; }
  .boxed h2.has-icon {
    padding: 25px 0 25px 35px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    background: #1ae8cf; }
    .boxed h2.has-icon a {
      text-decoration: none; }
      .boxed h2.has-icon a:hover {
        text-decoration: underline; }
    .boxed h2.has-icon span {
      padding-left: 80px;
      position: relative; }
      .boxed h2.has-icon span:before {
        display: block;
        content: " ";
        background: url(../img/crayons.svg) no-repeat center center;
        background-size: cover;
        width: 65px;
        height: 64px;
        position: absolute;
        left: 0;
        top: -8px;
        bottom: 0;
        margin: auto; }
    .boxed h2.has-icon.play {
      background: #1AE8CF; }
      .boxed h2.has-icon.play span:before {
        background: url(../img/play2.svg) no-repeat center center;
        background-size: cover; }
    .boxed h2.has-icon.book {
      background: #1AE8CF; }
      .boxed h2.has-icon.book span:before {
        background: url(../img/book.svg) no-repeat center center;
        background-size: cover; }
  .boxed h3 {
    margin: 0 0 15px 0;
    font-size: 31px;
    color: #58CBF1; }
    .boxed h3.dark {
      color: #000;
      text-decoration: none !important; }
  .boxed ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .boxed ul ul {
      padding: 20px 20px 20px 25px;
      list-style-type: disc; }
      .boxed ul ul li {
        padding-bottom: 10px;
        text-align: left; }
      .boxed ul ul a,
      .boxed ul ul li a:hover {
        color: #58CBF1; }
      .boxed ul ul a:hover {
        text-decoration: underline; }
  .boxed li {
    padding: 10px 0 20px;
    font-size: 25px;
    line-height: 1.35em; }
    .boxed li:hover, .boxed li a:hover {
      text-decoration: none; }
      .boxed li:hover h3, .boxed li a:hover h3 {
        text-decoration: underline; }
    .boxed li img {
      display: block;
      width: 100%;
      margin-bottom: 15px; }
  .boxed p {
    overflow: hidden;
    text-align: left;
    margin: 0;
    color: #000; }
  @media only screen and (min-width: 780px) {
    .boxed {
      margin-bottom: 50px; }
      .boxed h2.has-icon {
        font-size: 41px; }
      .boxed li {
        clear: both;
        text-align: left; }
        .boxed li img {
          width: 250px;
          float: left;
          margin: 0 20px 20px 0; }
      .boxed p {
        overflow: hidden;
        font-size: 26px;
        line-height: 1.35em; } }

/* IE 8 and below */
.lt-ie9 .interior .heading-wrap-svg {
  display: none; }
.lt-ie9 .interior div.heading-wrap {
  display: block;
  background: transparent url(../img/h3lines.png) no-repeat center center; }
  .lt-ie9 .interior div.heading-wrap.watch {
    background-color: #a6ef18;
    color: #a6ef18; }
  .lt-ie9 .interior div.heading-wrap.play {
    background-color: #f41971;
    color: #f41971; }
  .lt-ie9 .interior div.heading-wrap.explore {
    background-color: #f953d2;
    color: #f953d2; }
  .lt-ie9 .interior div.heading-wrap.share {
    background-color: #1ae8cf;
    color: #1ae8cf; }
.lt-ie9 .interior h2.heading {
  background: transparent url(../img/h3bg.png) no-repeat center left; }
  .lt-ie9 .interior h2.heading > span {
    display: block;
    font: normal 24px/100px 'PBS_Kids_Headline_Condensed',sans-serif;
    height: 113px;
    margin: 0 auto;
    width: 1024px; }
    .lt-ie9 .interior h2.heading > span span {
      color: #FFFFFF;
      display: block;
      float: left;
      font: 700 32px/100px 'PBS_Kids_Headline',sans-serif;
      padding: 0 85px 0 115px;
      text-align: center;
      width: 390px; }

footer.foot {
  background: #1ae8cf;
  padding: 20px 20px 120px;
  margin: 50px 0 0; }
  footer.foot p.copyright {
    color: #fff;
    text-align: center;
    font: 100 16px Arial,sans-serif;
    margin: 3em 0 1em; }
  footer.foot .doe .logo {
    float: left;
    margin-right: .5em; }
  footer.foot .footer-area {
    position: relative; }
    footer.foot .footer-area img {
      float: left;
      padding-right: 10px;
      position: relative;
      z-index: 2;
      max-width: 35%;
      height: auto; }
    footer.foot .footer-area strong {
      display: block;
      float: left;
      max-width: 60%;
      color: #fff;
      font: normal 38px 'PBS_Kids_Headline_Condensed',sans-serif;
      padding-top: 40px; }
    footer.foot .footer-area a.button {
      display: block;
      position: absolute;
      height: 90px;
      width: 590px;
      background: url(../img/btn-squig.png) 0px 0px no-repeat;
      background-size: contain;
      top: 180px;
      right: 80px;
      z-index: 1; }
      footer.foot .footer-area a.button span {
        font-size: 0; }

@media only screen and (max-width: 768px) {
  h1, .h1 {
    font-size: 2em; }

  h2, .h2 {
    font-size: 1.7em; }

  h3, .h3 {
    font-size: 1.5em; }

  footer .copyright {
    color: #bcb49b;
    font-size: 11px;
    text-align: center; }
  footer .doe .logo {
    float: left;
    margin-right: .5em; }

  footer.foot .footer-area img {
    display: none; }
  footer.foot .footer-area strong {
    max-width: 100%;
    padding: 0;
    position: relative;
    top: -100px; }
  footer.foot .footer-area a.button {
    position: relative;
    top: 150px;
    right: auto;
    width: 80%;
    margin: 0 auto;
    background-size: contain;
    background-position: bottom left; }

  footer.no-desktop {
    padding: 0 1.5em; } }
/* ==========================================================================
   Helper classes
   ========================================================================== */
.no-mobile {
  display: none !important; }
  @media only screen and (min-width: 780px) {
    .no-mobile {
      display: block !important; } }

.no-desktop {
  display: block !important; }
  @media only screen and (min-width: 780px) {
    .no-desktop {
      display: none !important; } }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.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; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@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; } }
