@import url(https://s3.amazonaws.com/www.highlightskids.com/webfonts/font-awesome/css/font-awesome.min.css);
@import url(https://s3.amazonaws.com/www.highlightskids.com/webfonts/font-awesome/css/font-awesome.min.css);
.homepage-grid-container {
  overflow: hidden;
}

.homepage-content-large {
  height: 520px;
  margin-bottom: 5em;
}

@media only screen and (max-width: 767px) {
  .homepage-content-large {
    height: 380px;
    margin-bottom: 1em;
    padding: 0;
  }
  .homepage-content-large .content-container .img-container {
    height: 65%;
  }
}

.homepage-content-medium {
  height: 520px;
  padding-left: 0.5em;
}

.homepage-content-medium .content-container-medium {
  height: 50%;
  padding-top: 0.75em;
}

.homepage-content-medium .content-container-medium.first {
  padding-top: 0;
  padding-bottom: 0.75em;
}

@media only screen and (max-width: 767px) {
  .homepage-content-medium {
    height: 190px;
    padding: 0;
    margin-bottom: 1em;
  }
  .homepage-content-medium .content-container-medium {
    float: left;
    width: 50%;
    height: 100%;
    padding-top: 0;
    padding-left: 0.5em;
  }
  .homepage-content-medium .content-container-medium.first {
    padding-bottom: 0;
    padding-right: 0.5em;
    padding-left: 0;
  }
  .homepage-content-medium .content-container-medium .content-container .img-container {
    height: 55%;
  }
}

.homepage-content-hidden {
  height: 200px;
  margin-bottom: 5em;
  display: none;
}

.homepage-content-hidden .content-container-small {
  float: left;
  width: 25%;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

@media only screen and (max-width: 767px) {
  .homepage-content-hidden {
    height: 380px;
    padding-left: 0;
    padding-right: 0;
  }
  .homepage-content-hidden .content-container-small {
    width: 50%;
    height: 50%;
    padding: 0;
    margin-bottom: 1em;
  }
  .homepage-content-hidden .content-container-small.even {
    padding-left: 0.5em;
  }
  .homepage-content-hidden .content-container-small.odd {
    padding-right: 0.5em;
  }
  .homepage-content-hidden .content-container-small .content-container .img-container {
    height: 55%;
  }
}

.game-content, .joke-content, .activity-content, .explore-content, .asks-content {
  padding: 1em;
  margin-top: .5em;
}

@media only screen and (max-width: 767px) {
  .game-content, .joke-content, .activity-content, .explore-content, .asks-content {
    padding-left: 0;
    padding-right: 0;
  }
}

.game-content {
  background: url("/image-files/backgrounds/BackgroundGAMES.jpg");
}

.joke-content {
  background: url("/image-files/backgrounds/BackgroundJOKES.jpg");
}

.activity-content {
  background: url("/image-files/backgrounds/BackgroundCRAFTS.jpg");
}

.explore-content {
  background: url("/image-files/backgrounds/BackgroundSCIENCE.jpg");
}

.asks-content {
  background: url("/image-files/backgrounds/BackgroundASK.jpg");
}

.load-more-container {
  display: block;
  float: none;
  margin: 4em auto 0;
  padding: 0;
  overflow: hidden;
  clear: both;
  width: 65%;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .load-more-container {
    width: 100%;
  }
}

.load-more-container .load-more {
  z-index: 100;
  margin: 0 auto;
  font-size: 1.75em;
  padding: 0.5em 0 0.25em 0;
  width: 50%;
  background-color: #E02619;
  font-family: "GrilledCheeseBtn";
  color: #fff;
  border: none;
  border-bottom: 5px solid #187BB5;
  position: absolute;
  top: 0;
  border-radius: 2px;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 991px) {
  .load-more-container .load-more {
    margin: auto;
    width: 98%;
    display: block;
    float: none;
    position: relative;
  }
}

.load-more-container .load-more:focus {
  outline: 0;
}

.load-more-container .load-more:focus, .load-more-container .load-more:hover {
  background-color: #EC008C;
  transition: .3s ease;
}

@media only screen and (max-width: 991px) {
  .load-more-container .load-more:focus, .load-more-container .load-more:hover {
    background-color: #E02619;
  }
}

.load-more-container .load-more-image {
  width: 137px;
  height: 150px;
  margin-right: 20px;
}

@media only screen and (max-width: 991px) {
  .load-more-container .load-more-image {
    width: 182px;
    height: 199px;
    display: block;
    float: none;
    position: relative;
    margin: 0 auto;
  }
}

.load-more-container svg {
  z-index: -1;
  stroke: #EC008C;
  fill: #EC008C;
  width: 50%;
  top: 4.5em;
  transform: scaleX(-1);
  position: absolute;
}

@media screen\0 {
  .load-more-container svg {
    top: 1.5em;
  }
}

@media only screen and (max-width: 991px) {
  .load-more-container svg {
    margin: 0 auto;
    position: relative;
    display: block;
    top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .load-more-container svg {
    margin-bottom: 1em;
  }
}

.add-on-block {
  opacity: 0;
  transition: opacity 1s ease-in;
  height: 0;
  overflow: hidden;
}

.add-on-block.add-on-block-show {
  opacity: 1;
  height: auto;
}

.path-2 {
  box-sizing: border-box;
  height: 86.16px;
  width: 121.42px;
  border: 1.7px solid #EC008C;
  transform: scaleY(-1) rotate(360deg);
}

h1 {
  color: white;
  padding: 1.125em 0 0;
  font-size: 60px;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
}

div.frontpg-banner {
  height: 440px;
  background-color: #5B4D4E;
  background-image: url("/image-files/general/hKidsFPObg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 0;
  margin-right: 0;
  background-position: center;
  position: relative;
}

@media only screen and (max-width: 991px) {
  div.frontpg-banner {
    height: 220px;
  }
}

div.frontpg-banner div.banner-svg {
  display: block;
  float: right;
  overflow: hidden;
  height: 20em;
  margin-top: 5em;
}

@media only screen and (max-width: 991px) {
  div.frontpg-banner div.banner-svg {
    height: auto;
    float: none;
    margin-top: 2em;
  }
}

div.frontpg-banner div.banner-svg svg {
  height: 150px;
  width: 150px;
}

@media only screen and (max-width: 991px) {
  div.frontpg-banner div.banner-svg svg {
    float: right;
    margin-right: 2em;
    height: 125px;
    width: 125px;
  }
}

div.frontpg-banner div.banner-description {
  background: linear-gradient(rgba(0, 0, 0, 0), #000000);
  position: absolute;
  padding-top: 4.5em;
  padding-bottom: 1.25em;
  bottom: 0;
}

@media only screen and (max-width: 991px) {
  div.frontpg-banner div.banner-description {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
  div.frontpg-banner div.banner-description {
    top: unset;
    bottom: 0;
  }
}

div.frontpg-banner div.banner-description h2 {
  color: #fff;
  font-size: 3em;
  margin-bottom: 0.1em;
}

@media only screen and (max-width: 991px) {
  div.frontpg-banner div.banner-description h2 {
    font-size: 2.5em;
  }
}

@media only screen and (max-width: 767px) {
  div.frontpg-banner div.banner-description h2 {
    line-height: 1.125em;
    font-size: 26px;
  }
}

div.frontpg-banner div.banner-description span {
  color: #fff;
  font-size: 2em;
}

@media only screen and (max-width: 991px) {
  div.frontpg-banner div.banner-description span {
    font-size: 1.7em;
  }
}

@media only screen and (max-width: 767px) {
  div.frontpg-banner div.banner-description span {
    font-size: 16px;
  }
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

div.super-fp-theme.col-md-4.col-xs-12 {
  padding-left: 7.5px;
}

div.super-fp-theme div.fp-theme {
  position: relative;
  color: #FFF26A;
  display: block;
  height: 300px;
  text-align: center;
  width: 300px;
  margin: 14px auto;
}

@media only screen and (max-width: 991px) {
  div.super-fp-theme div.fp-theme {
    margin: 0 auto;
    float: none;
    clear: both;
  }
}

@media only screen and (max-width: 767px) {
  div.super-fp-theme div.fp-theme {
    float: left;
  }
}

div.super-fp-theme div.fp-theme svg {
  position: absolute;
  top: 6px;
  left: 0;
  transition: all ease-out 2s;
}

div.super-fp-theme div.fp-theme svg.svg-play-once {
  animation-name: spinning-circle;
  animation-duration: 10s;
  animation-iteration-count: 1;
}

div.super-fp-theme div.fp-theme:focus {
  outline: none;
  text-decoration: none;
}

div.super-fp-theme div.fp-theme svg.tt-blue-burst .ttBurst path.BG {
  transition: all .3s ease;
  fill: #00AEFF;
}

div.super-fp-theme div.fp-theme svg.tt-blue-burst .ttBurst path.BGBorder {
  transition: all .3s ease;
  fill: #AB4A9C;
}

div.super-fp-theme div.fp-theme svg.tt-green-burst .ttBurst path.BG {
  transition: all .3s ease;
  fill: #0DB14B;
}

div.super-fp-theme div.fp-theme svg.tt-green-burst .ttBurst path.BGBorder {
  transition: all .3s ease;
  fill: #F15A22;
}

div.super-fp-theme div.fp-theme svg.tt-purple-burst .ttBurst path.BG {
  transition: all .3s ease;
  fill: #7100B8;
}

div.super-fp-theme div.fp-theme svg.tt-purple-burst .ttBurst path.BGBorder {
  transition: all .3s ease;
  fill: #00AEFF;
}

div.super-fp-theme div.fp-theme svg.tt-orange-burst .ttBurst path.BG {
  transition: all .3s ease;
  fill: #F15A22;
}

div.super-fp-theme div.fp-theme svg.tt-orange-burst .ttBurst path.BGBorder {
  transition: all .3s ease;
  fill: #7100B8;
}

div.super-fp-theme div.fp-theme div.fp-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Museo Sans W03";
}

div.super-fp-theme div.fp-theme div.fp-center div.fp-top, div.super-fp-theme div.fp-theme div.fp-center div.fp-reveal {
  display: block;
  border: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  clear: both;
  transform: scale(1);
  opacity: 1;
  height: auto;
  width: auto;
  visibility: visible;
  transition: all 500ms linear;
  transition-delay: 0s;
}

div.super-fp-theme div.fp-theme div.fp-center p.fp-open-para {
  font-size: 150%;
  margin: 0;
  margin-top: 1em;
  margin-bottom: 0.1em;
}

div.super-fp-theme div.fp-theme div.fp-center div.fp-reveal p {
  font-size: 230%;
  line-height: 110%;
  word-spacing: 380px;
}

div.super-fp-theme div.fp-theme div.fp-center .hide-it-fade {
  transform: scale(0.01);
  transition: all 3s linear;
  opacity: 0;
  height: 0;
  width: 0;
  visibility: hidden;
  font-size: 0%;
  line-height: 0;
}

div.super-fp-theme div.fp-theme div.fp-center h2 {
  font-family: "GrilledCheeseBtn";
  margin: 0;
  font-size: 265%;
  line-height: 1em;
  word-spacing: 380px;
}

div.super-fp-theme div.fp-theme div.fp-center .play-icon {
  font-family: fontawesome;
  font-size: 265%;
  color: #FFF26A;
  transform: translateX(-50%);
}

@media screen\0 {
  div.super-fp-theme div.fp-theme div.fp-center .play-icon {
    transform: translateX(2%);
  }
}

div.super-fp-theme div.fp-theme div.fp-center .play-icon:before {
  margin-left: 0.6vw;
}

@keyframes spinning-circle {
  0% {
    transform: rotate(360deg);
    transition: rotate ease-in 2s;
  }
}

@keyframes tt-fade {
  0% {
    transform: scale(0.01);
    opacity: 0;
    height: 0;
    width: 0;
    visibility: hidden;
    font-size: 0;
  }
  90% {
  }
}

.homepage-poll {
  width: auto;
  height: 300px;
  overflow: hidden;
  margin: 1em auto;
  padding: 0 1em;
}

@media only screen and (max-width: 991px) {
  .homepage-poll {
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .homepage-poll {
    width: auto;
  }
}

.homepage-poll img {
  width: 50%;
  height: 300px;
  float: left;
  padding: 14px;
}

@media only screen and (max-width: 767px) {
  .homepage-poll img {
    width: 100%;
    height: auto;
  }
}

.homepage-poll .poll-right {
  float: left;
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .homepage-poll .poll-right {
    width: 100%;
  }
}

.homepage-poll .poll-right .button-primary {
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.3s ease;
  color: white;
  border-radius: 2px;
  font-size: 18px;
  padding: 1.25em;
  text-align: center;
  text-decoration: none;
  font-family: 'GrilledCheeseBtn';
  display: block;
  line-height: 1em;
  color: white;
  background-color: #7100B8;
  border: none;
  border-bottom: #A760D4 solid 5px;
  display: inline-block;
  width: 45%;
  margin: 0 5px;
  font-size: 22px;
  padding: 0.75em;
}

.homepage-poll .poll-right .button-primary:hover, .homepage-poll .poll-right .button-primary.hover {
  color: white;
  border-bottom: #7100B8 solid 5px;
  background-color: #A760D4;
  text-decoration: none;
}

.homepage-poll .poll-right .poll-result {
  display: none;
}

.homepage-poll .poll-right .poll-result .poll-labels {
  float: left;
  width: 35%;
  padding-right: 10px;
}

.homepage-poll .poll-right .poll-result .poll-labels span {
  margin-bottom: 0.5em;
  font-size: 16px;
  text-align: right;
  width: 100%;
}

.homepage-poll .poll-right .poll-result .poll-graphs {
  float: left;
  width: 65%;
}

.homepage-poll .poll-right .poll-result .poll-graphs .result-wrap {
  float: left;
  height: 20px;
  width: 75%;
  margin-bottom: 1em;
  background-color: #BFB7B7;
}

.homepage-poll .poll-right .poll-result .poll-graphs .result-wrap .result {
  background-color: #187BB5;
  height: 20px;
}

.homepage-poll .poll-right .poll-result .poll-graphs span {
  width: 20%;
  padding-left: 5px;
}

.homepage-poll .poll-right .poll-result span {
  float: left;
  color: #EC008C;
  font-family: "Museo Sans W03";
  font-weight: 700;
}

.tell-me-how {
  width: auto;
  height: 300px;
  position: relative;
  overflow: hidden;
  margin: 1em auto;
  padding: 0 1em;
}

.tell-me-how .tell-me-how-left {
  float: left;
  width: 50%;
  padding: 15px;
  height: 100%;
  position: relative;
}

.tell-me-how .tell-me-how-left button.button-primary {
  font-family: "Museo Sans W03";
  font-size: 18px;
  width: 200px;
  margin-top: 1em;
  position: absolute;
  bottom: 15px;
  left: 10px;
}

.tell-me-how .tell-me-how-left button.button-primary:after {
  font-family: fontawesome;
  content: '\f055';
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .tell-me-how .tell-me-how-left button.button-primary {
    display: block;
    position: initial;
    margin-left: 0;
  }
}

.tell-me-how .tell-me-how-left .button-primary {
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.3s ease;
  color: white;
  border-radius: 2px;
  font-size: 18px;
  padding: 1.25em;
  text-align: center;
  text-decoration: none;
  font-family: 'GrilledCheeseBtn';
  display: block;
  line-height: 1em;
  color: white;
  background-color: #7100B8;
  border: none;
  border-bottom: #A760D4 solid 5px;
  display: inline-block;
  width: 45%;
  margin: 0 5px;
  font-size: 22px;
  padding: 0.75em;
}

.tell-me-how .tell-me-how-left .button-primary:hover, .tell-me-how .tell-me-how-left .button-primary.hover {
  color: white;
  border-bottom: #7100B8 solid 5px;
  background-color: #A760D4;
  text-decoration: none;
}

.tell-me-how .tell-me-how-left .question-block {
  line-height: 34px;
}

.tell-me-how .tell-me-how-right {
  float: left;
  width: 50%;
}

.tell-me-how .tell-me-how-right .img-wrapper {
  width: 300px;
  height: 300px;
  margin: 0 auto;
}

.tell-me-how .tell-me-how-right .img-wrapper img {
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 14px;
}

.tell-me-how .answer-block {
  display: none;
  position: absolute;
  width: 93.5%;
  height: 100%;
  background-color: #EC008C;
  color: white;
  font-family: "GrilledCheeseBtn";
  font-size: 18px;
  bottom: -300px;
}

.tell-me-how .answer-block .close-answer {
  text-align: right;
  padding: 0.5em;
  font-family: "Museo Sans W03";
  cursor: pointer;
}

.tell-me-how .answer-block .close-answer:after {
  font-family: fontawesome;
  content: '\f057';
  margin-left: 10px;
}

.tell-me-how .answer-block .answer-question {
  font-size: 26px;
  padding: 0 15px 15px 15px;
}

.tell-me-how .answer-block p {
  padding: 0 15px 15px 15px;
}

@media only screen and (max-width: 767px) {
  .tell-me-how {
    max-height: 600px;
    height: auto;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .tell-me-how .tell-me-how-right {
    float: none;
    width: 100%;
  }
  .tell-me-how .tell-me-how-left {
    float: none;
    width: 100%;
    max-height: 300px;
    display: block;
    height: auto;
    overflow: hidden;
  }
  .tell-me-how .answer-block {
    bottom: -600px;
  }
}

.homepage-special-content .question-block {
  color: white;
  text-align: center;
  font-size: 24px;
  font-family: "GrilledCheeseBtn";
  line-height: 40px;
  padding: 10px;
  letter-spacing: 1px;
  position: relative;
  float: left;
  margin-bottom: 1em;
  background-color: #EC008C;
}

.homepage-special-content .question-block:after {
  content: '';
  width: 0;
  height: 0;
  bottom: -15px;
  left: 15px;
  position: absolute;
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-color: transparent #EC008C transparent transparent;
}

.homepage-special-content h2 {
  color: #187BB5;
  font-family: "GrilledCheeseBtn";
  padding-top: 0;
  font-size: 42px;
  margin-top: 0;
  margin-bottom: 10px;
}

.homepage-special-content.home-orange h2 {
  color: #0DB14B;
}

.homepage-special-content.home-orange .question-block {
  background-color: #F15A22;
}

.homepage-special-content.home-orange .question-block:after {
  border-color: transparent #F15A22 transparent transparent;
}

.homepage-special-content.home-orange .button-primary {
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.3s ease;
  color: white;
  border-radius: 2px;
  font-size: 18px;
  padding: 1.25em;
  text-align: center;
  text-decoration: none;
  font-family: 'GrilledCheeseBtn';
  display: block;
  line-height: 1em;
  color: white;
  background-color: #FA8101;
  border: none;
  border-bottom: #FFC60B solid 5px;
  display: inline-block;
  width: 45%;
  margin: 0 5px;
  font-size: 22px;
  padding: 0.75em;
}

.homepage-special-content.home-orange .button-primary:hover, .homepage-special-content.home-orange .button-primary.hover {
  color: white;
  border-bottom: #FA8101 solid 5px;
  background-color: #FFC60B;
  text-decoration: none;
}

.homepage-special-content.home-orange .poll-right .poll-result .result {
  background-color: #0DB14B;
}

.homepage-special-content.home-orange .answer-block {
  background-color: #F15A22;
}

.homepage-special-content.home-blue h2 {
  color: #7100B8;
}

.homepage-special-content.home-blue .question-block {
  background-color: #00AEFF;
}

.homepage-special-content.home-blue .question-block:after {
  border-color: transparent #00AEFF transparent transparent;
}

.homepage-special-content.home-blue .button-primary {
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.3s ease;
  color: white;
  border-radius: 2px;
  font-size: 18px;
  padding: 1.25em;
  text-align: center;
  text-decoration: none;
  font-family: 'GrilledCheeseBtn';
  display: block;
  line-height: 1em;
  color: white;
  background-color: #003B78;
  border: none;
  border-bottom: #187BB5 solid 5px;
  display: inline-block;
  width: 45%;
  margin: 0 5px;
  font-size: 22px;
  padding: 0.75em;
}

.homepage-special-content.home-blue .button-primary:hover, .homepage-special-content.home-blue .button-primary.hover {
  color: white;
  border-bottom: #003B78 solid 5px;
  background-color: #187BB5;
  text-decoration: none;
}

.homepage-special-content.home-blue .poll-right .poll-result .result {
  background-color: #7100B8;
}

.homepage-special-content.home-blue .answer-block {
  background-color: #00AEFF;
}

.homepage-special-content.home-purple .question-block {
  background-color: #7100B8;
}

.homepage-special-content.home-purple .question-block:after {
  border-color: transparent #7100B8 transparent transparent;
}

.homepage-special-content.home-purple .button-primary {
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.3s ease;
  color: white;
  border-radius: 2px;
  font-size: 18px;
  padding: 1.25em;
  text-align: center;
  text-decoration: none;
  font-family: 'GrilledCheeseBtn';
  display: block;
  line-height: 1em;
  color: white;
  background-color: #EC008C;
  border: none;
  border-bottom: #F64BB0 solid 5px;
  display: inline-block;
  width: 45%;
  margin: 0 5px;
  font-size: 22px;
  padding: 0.75em;
}

.homepage-special-content.home-purple .button-primary:hover, .homepage-special-content.home-purple .button-primary.hover {
  color: white;
  border-bottom: #EC008C solid 5px;
  background-color: #F64BB0;
  text-decoration: none;
}

.homepage-special-content.home-purple .answer-block {
  background-color: #7100B8;
}

.homepage-special-content.home-green h2 {
  color: #F15A22;
}

.homepage-special-content.home-green .question-block {
  background-color: #0DB14B;
}

.homepage-special-content.home-green .question-block:after {
  border-color: transparent #0DB14B transparent transparent;
}

.homepage-special-content.home-green .button-primary {
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.3s ease;
  color: white;
  border-radius: 2px;
  font-size: 18px;
  padding: 1.25em;
  text-align: center;
  text-decoration: none;
  font-family: 'GrilledCheeseBtn';
  display: block;
  line-height: 1em;
  color: white;
  background-color: #00741A;
  border: none;
  border-bottom: #85D200 solid 5px;
  display: inline-block;
  width: 45%;
  margin: 0 5px;
  font-size: 22px;
  padding: 0.75em;
}

.homepage-special-content.home-green .button-primary:hover, .homepage-special-content.home-green .button-primary.hover {
  color: white;
  border-bottom: #00741A solid 5px;
  background-color: #85D200;
  text-decoration: none;
}

.homepage-special-content.home-green .poll-right .poll-result .result {
  background-color: #F15A22;
}

.homepage-special-content.home-green .answer-block {
  background-color: #0DB14B;
}

svg.games-slug {
  width: 260px;
  height: 90px;
  display: block;
  clear: both;
}

svg.games-slug #Layer-1 {
  fill: #00AEFF;
}

svg.games-slug #layer-3 {
  fill: #0885A0;
}

svg.games-slug #Layer-1_2_ {
  fill: #003B78;
}

svg.games-slug text {
  font-family: GrilledCheeseBtn;
  fill: white;
}

svg.jokes-slug {
  width: 260px;
  height: 90px;
  display: block;
  clear: both;
}

svg.jokes-slug #Layer-1 {
  fill: #FFC60B;
}

svg.jokes-slug #layer-3 {
  fill: #EC008C;
}

svg.jokes-slug #Layer-1_2_ {
  fill: #E02619;
}

svg.jokes-slug text {
  font-family: GrilledCheeseBtn;
  fill: white;
}

svg.explore-slug {
  width: 260px;
  height: 90px;
  display: block;
  clear: both;
}

svg.explore-slug #Layer-1 {
  fill: #FFC60B;
}

svg.explore-slug #layer-3 {
  fill: #FFE511;
}

svg.explore-slug #Layer-1_2_ {
  fill: #FA8101;
}

svg.explore-slug text {
  font-family: GrilledCheeseBtn;
  fill: white;
}

svg.asks-slug {
  width: 260px;
  height: 90px;
  display: block;
  clear: both;
}

svg.asks-slug #Layer-1 {
  fill: #0885A0;
}

svg.asks-slug #layer-3 {
  fill: #85D200;
}

svg.asks-slug #Layer-1_2_ {
  fill: #00741A;
}

svg.asks-slug text {
  font-family: GrilledCheeseBtn;
  fill: white;
}

svg.activities-slug {
  width: 260px;
  height: 90px;
  display: block;
  clear: both;
}

svg.activities-slug #Layer-1 {
  fill: #00AEFF;
}

svg.activities-slug #layer-3 {
  fill: #EC008C;
}

svg.activities-slug #Layer-1_2_ {
  fill: #7100B8;
}

svg.activities-slug text {
  font-family: GrilledCheeseBtn;
  fill: white;
}

svg.podcast-slug, svg.listen-slug {
  width: 260px;
  height: 90px;
  display: block;
  clear: both;
}

svg.podcast-slug #Layer-1, svg.listen-slug #Layer-1 {
  fill: #7B0632;
}

svg.podcast-slug #layer-3, svg.listen-slug #layer-3 {
  fill: #FFC60B;
}

svg.podcast-slug #Layer-1_2_, svg.listen-slug #Layer-1_2_ {
  fill: #E02619;
}

svg.podcast-slug text, svg.listen-slug text {
  font-family: GrilledCheeseBtn;
  fill: white;
}

svg.blue-burst .Page-1 .Burst path.BG {
  transition: all .3s ease;
  fill: #003B78;
}

svg.blue-burst .Page-1 .Burst .Burst-Border {
  transition: all .3s ease;
  fill: #00AEFF;
}

svg.red-burst .Page-1 .Burst path.BG {
  transition: all .3s ease;
  fill: #E02619;
}

svg.red-burst .Page-1 .Burst .Burst-Border {
  transition: all .3s ease;
  fill: #FFC60B;
}

svg.purple-burst .Page-1 .Burst path.BG {
  transition: all .3s ease;
  fill: #7100B8;
}

svg.purple-burst .Page-1 .Burst .Burst-Border {
  transition: all .3s ease;
  fill: #EC008C;
}

svg.green-burst .Page-1 .Burst path.BG {
  transition: all .3s ease;
  fill: #00741A;
}

svg.green-burst .Page-1 .Burst .Burst-Border {
  transition: all .3s ease;
  fill: #85D200;
}

svg.orange-burst .Page-1 .Burst path.BG {
  transition: all .3s ease;
  fill: #FA8101;
}

svg.orange-burst .Page-1 .Burst .Burst-Border {
  transition: all .3s ease;
  fill: #FFE511;
}

svg.apps-burst .Page-1 .Burst path.BG {
  transition: all .3s ease;
  fill: #00AEFF;
}

svg.apps-burst .Page-1 .Burst .Burst-Border {
  transition: all .3s ease;
  fill: #003B78;
}

svg.dark-red-burst .Page-1 .Burst path.BG {
  transition: all .3s ease;
  fill: #E02619;
}

svg.dark-red-burst .Page-1 .Burst .Burst-Border {
  transition: all .3s ease;
  fill: #7B0632;
}

.museo-sans {
  font-family: "Museo Sans W03";
  font-weight: 400;
}

.grilled-cheese {
  font-family: "GrilledCheeseBtn";
  font-weight: 400;
}

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

.font-700 {
  font-weight: 700;
}

.font-500 {
  font-weight: 500;
}

.font-300 {
  font-weight: 300;
}

.font-100 {
  font-weight: 100;
}

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

.button-primary-red {
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.3s ease;
  color: white;
  border-radius: 2px;
  font-size: 18px;
  padding: 1.25em;
  text-align: center;
  text-decoration: none;
  font-family: 'GrilledCheeseBtn';
  display: block;
  line-height: 1em;
  color: white;
  background-color: #E02619;
  border: none;
  border-bottom: #FF4844 solid 5px;
}

.button-primary-red:hover, .button-primary-red.hover {
  color: white;
  border-bottom: #E02619 solid 5px;
  background-color: #FF4844;
  text-decoration: none;
}

.button-primary-blue {
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.3s ease;
  color: white;
  border-radius: 2px;
  font-size: 18px;
  padding: 1.25em;
  text-align: center;
  text-decoration: none;
  font-family: 'GrilledCheeseBtn';
  display: block;
  line-height: 1em;
  color: white;
  background-color: #003B78;
  border: none;
  border-bottom: #187BB5 solid 5px;
}

.button-primary-blue:hover, .button-primary-blue.hover {
  color: white;
  border-bottom: #003B78 solid 5px;
  background-color: #187BB5;
  text-decoration: none;
}

.button-primary-orange {
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.3s ease;
  color: white;
  border-radius: 2px;
  font-size: 18px;
  padding: 1.25em;
  text-align: center;
  text-decoration: none;
  font-family: 'GrilledCheeseBtn';
  display: block;
  line-height: 1em;
  color: white;
  background-color: #FA8101;
  border: none;
  border-bottom: #FFC60B solid 5px;
}

.button-primary-orange:hover, .button-primary-orange.hover {
  color: white;
  border-bottom: #FA8101 solid 5px;
  background-color: #FFC60B;
  text-decoration: none;
}

.button-primary-magenta {
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.3s ease;
  color: white;
  border-radius: 2px;
  font-size: 18px;
  padding: 1.25em;
  text-align: center;
  text-decoration: none;
  font-family: 'GrilledCheeseBtn';
  display: block;
  line-height: 1em;
  color: white;
  background-color: #EC008C;
  border: none;
  border-bottom: #F64BB0 solid 5px;
}

.button-primary-magenta:hover, .button-primary-magenta.hover {
  color: white;
  border-bottom: #EC008C solid 5px;
  background-color: #F64BB0;
  text-decoration: none;
}

.button-primary-purple {
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.3s ease;
  color: white;
  border-radius: 2px;
  font-size: 18px;
  padding: 1.25em;
  text-align: center;
  text-decoration: none;
  font-family: 'GrilledCheeseBtn';
  display: block;
  line-height: 1em;
  color: white;
  background-color: #7100B8;
  border: none;
  border-bottom: #A760D4 solid 5px;
}

.button-primary-purple:hover, .button-primary-purple.hover {
  color: white;
  border-bottom: #7100B8 solid 5px;
  background-color: #A760D4;
  text-decoration: none;
}

.button-primary-green {
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.3s ease;
  color: white;
  border-radius: 2px;
  font-size: 18px;
  padding: 1.25em;
  text-align: center;
  text-decoration: none;
  font-family: 'GrilledCheeseBtn';
  display: block;
  line-height: 1em;
  color: white;
  background-color: #00741A;
  border: none;
  border-bottom: #85D200 solid 5px;
}

.button-primary-green:hover, .button-primary-green.hover {
  color: white;
  border-bottom: #00741A solid 5px;
  background-color: #85D200;
  text-decoration: none;
}

.button-primary-podcast, .button-primary-listen {
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.3s ease;
  color: white;
  border-radius: 2px;
  font-size: 18px;
  padding: 1.25em;
  text-align: center;
  text-decoration: none;
  font-family: 'GrilledCheeseBtn';
  display: block;
  line-height: 1em;
  color: white;
  background-color: #7B0632;
  border: none;
  border-bottom: #E02619 solid 5px;
}

.button-primary-podcast:hover, .button-primary-podcast.hover, .button-primary-listen:hover, .button-primary-listen.hover {
  color: white;
  border-bottom: #7B0632 solid 5px;
  background-color: #E02619;
  text-decoration: none;
}

.button-secondary-green {
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.3s ease;
  color: white;
  border-radius: 2px;
  font-size: 18px;
  padding: 1.25em;
  text-align: center;
  text-decoration: none;
  font-family: 'GrilledCheeseBtn';
  display: block;
  line-height: 1em;
  background-color: white;
  border: 2px solid #00741A;
  color: #00741A;
}

.button-secondary-green:hover, .button-secondary-green.hover {
  color: white;
  background-color: #00741A;
  text-decoration: none;
}

.button-secondary-red {
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.3s ease;
  color: white;
  border-radius: 2px;
  font-size: 18px;
  padding: 1.25em;
  text-align: center;
  text-decoration: none;
  font-family: 'GrilledCheeseBtn';
  display: block;
  line-height: 1em;
  background-color: white;
  border: 2px solid #E02619;
  color: #E02619;
}

.button-secondary-red:hover, .button-secondary-red.hover {
  color: white;
  background-color: #E02619;
  text-decoration: none;
}

.button-secondary-blue {
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.3s ease;
  color: white;
  border-radius: 2px;
  font-size: 18px;
  padding: 1.25em;
  text-align: center;
  text-decoration: none;
  font-family: 'GrilledCheeseBtn';
  display: block;
  line-height: 1em;
  background-color: white;
  border: 2px solid #003B78;
  color: #003B78;
}

.button-secondary-blue:hover, .button-secondary-blue.hover {
  color: white;
  background-color: #003B78;
  text-decoration: none;
}

.button-secondary-orange {
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.3s ease;
  color: white;
  border-radius: 2px;
  font-size: 18px;
  padding: 1.25em;
  text-align: center;
  text-decoration: none;
  font-family: 'GrilledCheeseBtn';
  display: block;
  line-height: 1em;
  background-color: white;
  border: 2px solid #FA8101;
  color: #FA8101;
}

.button-secondary-orange:hover, .button-secondary-orange.hover {
  color: white;
  background-color: #FA8101;
  text-decoration: none;
}

.button-secondary-magenta {
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.3s ease;
  color: white;
  border-radius: 2px;
  font-size: 18px;
  padding: 1.25em;
  text-align: center;
  text-decoration: none;
  font-family: 'GrilledCheeseBtn';
  display: block;
  line-height: 1em;
  background-color: white;
  border: 2px solid #EC008C;
  color: #EC008C;
}

.button-secondary-magenta:hover, .button-secondary-magenta.hover {
  color: white;
  background-color: #EC008C;
  text-decoration: none;
}

.button-secondary-purple {
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.3s ease;
  color: white;
  border-radius: 2px;
  font-size: 18px;
  padding: 1.25em;
  text-align: center;
  text-decoration: none;
  font-family: 'GrilledCheeseBtn';
  display: block;
  line-height: 1em;
  background-color: white;
  border: 2px solid #7100B8;
  color: #7100B8;
}

.button-secondary-purple:hover, .button-secondary-purple.hover {
  color: white;
  background-color: #7100B8;
  text-decoration: none;
}

.button-tertiary-red {
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.3s ease;
  color: white;
  border-radius: 2px;
  font-size: 18px;
  padding: 1.25em;
  text-align: center;
  text-decoration: none;
  font-family: 'GrilledCheeseBtn';
  display: block;
  line-height: 1em;
  color: white;
  background-color: #FF4844;
  border: white 2px solid;
}

.button-tertiary-red:hover, .button-tertiary-red.hover {
  color: white;
  background-color: #E02619;
  text-decoration: none;
}

.button-tertiary-blue {
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.3s ease;
  color: white;
  border-radius: 2px;
  font-size: 18px;
  padding: 1.25em;
  text-align: center;
  text-decoration: none;
  font-family: 'GrilledCheeseBtn';
  display: block;
  line-height: 1em;
  color: white;
  background-color: #187BB5;
  border: white 2px solid;
}

.button-tertiary-blue:hover, .button-tertiary-blue.hover {
  color: white;
  background-color: #003B78;
  text-decoration: none;
}

.button-tertiary-orange {
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.3s ease;
  color: white;
  border-radius: 2px;
  font-size: 18px;
  padding: 1.25em;
  text-align: center;
  text-decoration: none;
  font-family: 'GrilledCheeseBtn';
  display: block;
  line-height: 1em;
  color: white;
  background-color: #FFC60B;
  border: white 2px solid;
}

.button-tertiary-orange:hover, .button-tertiary-orange.hover {
  color: white;
  background-color: #FA8101;
  text-decoration: none;
}

.button-tertiary-magenta {
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.3s ease;
  color: white;
  border-radius: 2px;
  font-size: 18px;
  padding: 1.25em;
  text-align: center;
  text-decoration: none;
  font-family: 'GrilledCheeseBtn';
  display: block;
  line-height: 1em;
  color: white;
  background-color: #F64BB0;
  border: white 2px solid;
}

.button-tertiary-magenta:hover, .button-tertiary-magenta.hover {
  color: white;
  background-color: #EC008C;
  text-decoration: none;
}

.button-tertiary-purple {
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.3s ease;
  color: white;
  border-radius: 2px;
  font-size: 18px;
  padding: 1.25em;
  text-align: center;
  text-decoration: none;
  font-family: 'GrilledCheeseBtn';
  display: block;
  line-height: 1em;
  color: white;
  background-color: #A760D4;
  border: white 2px solid;
}

.button-tertiary-purple:hover, .button-tertiary-purple.hover {
  color: white;
  background-color: #7100B8;
  text-decoration: none;
}

.button-tertiary-green {
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.3s ease;
  color: white;
  border-radius: 2px;
  font-size: 18px;
  padding: 1.25em;
  text-align: center;
  text-decoration: none;
  font-family: 'GrilledCheeseBtn';
  display: block;
  line-height: 1em;
  color: white;
  background-color: #85D200;
  border: white 2px solid;
}

.button-tertiary-green:hover, .button-tertiary-green.hover {
  color: white;
  background-color: #00741A;
  text-decoration: none;
}

.button-ghost-red {
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.3s ease;
  color: white;
  border-radius: 2px;
  font-size: 18px;
  padding: 1.25em;
  text-align: center;
  text-decoration: none;
  font-family: 'GrilledCheeseBtn';
  display: block;
  line-height: 1em;
  background-color: transparent;
  border: 2px solid white;
}

.button-ghost-red:hover, .button-ghost-red.hover {
  color: white;
  background-color: #E02619;
  text-decoration: none;
  border: 2px solid #E02619;
}

.button-ghost-blue {
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.3s ease;
  color: white;
  border-radius: 2px;
  font-size: 18px;
  padding: 1.25em;
  text-align: center;
  text-decoration: none;
  font-family: 'GrilledCheeseBtn';
  display: block;
  line-height: 1em;
  background-color: transparent;
  border: 2px solid white;
}

.button-ghost-blue:hover, .button-ghost-blue.hover {
  color: white;
  background-color: #187BB5;
  text-decoration: none;
  border: 2px solid #187BB5;
}

.button-ghost-green {
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.3s ease;
  color: white;
  border-radius: 2px;
  font-size: 18px;
  padding: 1.25em;
  text-align: center;
  text-decoration: none;
  font-family: 'GrilledCheeseBtn';
  display: block;
  line-height: 1em;
  background-color: transparent;
  border: 2px solid white;
}

.button-ghost-green:hover, .button-ghost-green.hover {
  color: white;
  background-color: #00741A;
  text-decoration: none;
  border: 2px solid #00741A;
}

.button-ghost-purple {
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.3s ease;
  color: white;
  border-radius: 2px;
  font-size: 18px;
  padding: 1.25em;
  text-align: center;
  text-decoration: none;
  font-family: 'GrilledCheeseBtn';
  display: block;
  line-height: 1em;
  background-color: transparent;
  border: 2px solid white;
}

.button-ghost-purple:hover, .button-ghost-purple.hover {
  color: white;
  background-color: #7100B8;
  text-decoration: none;
  border: 2px solid #7100B8;
}

.button-ghost-orange {
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.3s ease;
  color: white;
  border-radius: 2px;
  font-size: 18px;
  padding: 1.25em;
  text-align: center;
  text-decoration: none;
  font-family: 'GrilledCheeseBtn';
  display: block;
  line-height: 1em;
  background-color: transparent;
  border: 2px solid white;
}

.button-ghost-orange:hover, .button-ghost-orange.hover {
  color: white;
  background-color: #FA8101;
  text-decoration: none;
  border: 2px solid #FA8101;
}

.button-small {
  font-family: 'Museo Sans W03';
  width: 25%;
  font-size: 22px;
}

.button-medium {
  width: 33%;
  font-size: 26px;
}

.button-large {
  width: 42%;
  font-size: 32px;
}

.button-huge {
  width: 58%;
  font-size: 36px;
}

.button-giant {
  width: 75%;
  font-size: 42px;
}

p {
  font-family: 'Museo Sans W03';
}

.containing-width {
  max-width: 960px;
  padding: 0 10px;
  margin: 0 auto;
}

.content-containing-width {
  max-width: 780px;
  padding: 0 10px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .content-containing-width {
    padding: 0;
  }
}

.content-container-medium .content-container .content-title {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .content-container-medium .content-container .content-title {
    font-size: 14px;
  }
}

.content-container-medium .content-container .img-container .content-subtype {
  font-size: 14px;
  font-weight: 500;
}

.content-container-medium .content-container .img-container .content-subtype .video-icon {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .content-container-medium .content-container .img-container .content-subtype .video-icon {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .content-container-medium .content-container .img-container .content-subtype {
    font-size: 10px;
  }
  .content-container-medium .content-container .img-container .content-subtype .video-icon {
    margin: 0 0.2em;
  }
}

.content-container-small {
  height: 100%;
}

.content-container-small .content-container .content-title {
  font-size: 14px;
}

.content-container-small .content-container .img-container .content-subtype {
  font-size: 12px;
}

.content-container-small .content-container .img-container .content-subtype .video-icon {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .content-container-small .content-container .img-container .content-subtype .video-icon {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .content-container-small .content-container .img-container .content-subtype {
    font-size: 10px;
  }
  .content-container-small .content-container .img-container .content-subtype .video-icon {
    margin: 0 0.2em;
  }
}

div.container {
  width: 100%;
  padding: 0;
}

.clearfix {
  clear: both;
}

html body {
  background-color: white;
  height: auto;
  min-height: 100%;
}

.top-img {
  width: 100%;
}

.content-containing-width .content-credit {
  margin-top: 5em;
}

.content-containing-width .content-credit p {
  font-size: 12px;
  line-height: 1em;
}

@media only screen and (max-width: 767px) {
  .content-containing-width .content-credit {
    margin-left: 0.5em;
  }
}

.containing-width .content-credit {
  margin-top: 5em;
}

.containing-width .content-credit p {
  font-size: 12px;
  line-height: 1em;
}

@media only screen and (max-width: 767px) {
  .containing-width .content-credit {
    margin-left: 0.5em;
  }
}

#mobile-detector {
  display: none;
  font-size: 10px;
}

@media only screen and (max-device-width: 1280px) {
  #mobile-detector {
    font-size: 30px;
  }
}

.view-all {
  margin: 2em auto;
  width: 50%;
  clear: both;
  font-size: 26px;
  padding: 1.5em 10px 1.25em 10px;
}

@media only screen and (max-width: 767px) {
  .view-all {
    width: 100%;
    font-size: 18px;
  }
}

#listingCounter {
  padding-left: 15px;
  font-size: 16px;
  color: #5B4D4E;
  margin-bottom: 2em;
}

.html_snippet {
  width: 100%;
}

.html_snippet iframe {
  margin: 0 auto;
  display: block;
}

.mfp-content .white-popup-1 {
  max-width: 960px;
  background: #fff;
  padding: 20px;
  width: auto;
  margin: auto;
}

@media only screen and (max-width: 991px) {
  .ipb-block {
    padding: 0 5px;
  }
}

.inPageBanner {
  position: relative;
  overflow: hidden;
  display: block;
  height: 30vw;
  max-height: 300px;
  width: 100%;
  max-width: 960px;
  font-family: "GrilledCheeseBtn";
  margin: 1em 0;
}

@media only screen and (max-width: 991px) {
  .inPageBanner {
    height: 38vw;
  }
}

@media only screen and (max-width: 767px) {
  .inPageBanner {
    height: 36vw;
    margin: 0.5em 0;
  }
}

.inPageBanner img {
  height: 100%;
  width: auto;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scale(1.1);
}

.inPageBanner .inPageBanner_top {
  height: 120px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.inPageBanner .inPageBanner_top .ipb_left {
  height: inherit;
  width: 50%;
  float: left;
}

.inPageBanner .inPageBanner_top .ipb_left svg {
  margin-left: 1em;
  height: 8vw;
  max-height: 120px;
  width: 40%;
}

.inPageBanner .inPageBanner_top .ipb_left svg text {
  display: block;
}

@media only screen and (max-width: 991px) {
  .inPageBanner .inPageBanner_top .ipb_left svg {
    width: 65%;
    margin-top: 4%;
  }
}

.inPageBanner .inPageBanner_top .ipb_right {
  height: inherit;
  width: 50%;
  float: left;
  position: relative;
}

.inPageBanner .inPageBanner_top .ipb_right svg {
  width: 9vw;
  height: 9vw;
  max-height: 70px;
  position: absolute;
  right: 15px;
  top: 15px;
}

@media only screen and (max-width: 991px) {
  .inPageBanner .inPageBanner_top .ipb_right svg {
    right: 10px;
    top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .inPageBanner .inPageBanner_top .ipb_right svg {
    right: 7px;
    top: 7px;
  }
}

.inPageBanner h2.inPageBanner_title {
  clear: both;
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  background-color: #ccc;
  color: white;
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  width: 100%;
  padding-left: 1em;
  transition: all 0.3s ease;
}

.inPageBanner h2.inPageBanner_title .header_text {
  text-decoration: none;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .inPageBanner h2.inPageBanner_title {
    height: 8vw;
    line-height: 8vw;
    font-size: 2.6vw;
  }
}

@media only screen and (max-width: 767px) {
  .inPageBanner h2.inPageBanner_title {
    font-size: 2.25vw;
  }
}

.inPageBanner h2.jokes_banner {
  background-color: #E02619;
}

.inPageBanner h2.games_banner {
  background-color: #187BB5;
}

.inPageBanner h2.asks_banner {
  background-color: #00741A;
}

.inPageBanner h2.activities_banner {
  background-color: #7100B8;
}

.inPageBanner h2.explores_banner {
  background-color: #FA8101;
}

.inPageBanner h2.podcasts_banner {
  background-color: #E02619;
}

.inPageBanner:hover img {
  transform: translateX(-50%) scale(1);
}

.inPageBanner:hover h2.jokes_banner {
  background-color: #FF4844;
}

.inPageBanner:hover h2.games_banner {
  background-color: #00AEFF;
}

.inPageBanner:hover h2.asks_banner {
  background-color: #85D200;
}

.inPageBanner:hover h2.activities_banner {
  background-color: #A760D4;
}

.inPageBanner:hover h2.explores_banner {
  background-color: #FFC60B;
}

.inPageBanner:hover h2.podcasts_banner {
  background-color: #FF4844;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

div.super-fp-theme.col-md-4.col-xs-12 {
  padding-left: 7.5px;
}

div.super-fp-theme div.fp-theme {
  position: relative;
  color: #FFF26A;
  display: block;
  height: 300px;
  text-align: center;
  width: 300px;
  margin: 14px auto;
}

@media only screen and (max-width: 991px) {
  div.super-fp-theme div.fp-theme {
    margin: 0 auto;
    float: none;
    clear: both;
  }
}

@media only screen and (max-width: 767px) {
  div.super-fp-theme div.fp-theme {
    float: left;
  }
}

div.super-fp-theme div.fp-theme svg {
  position: absolute;
  top: 6px;
  left: 0;
  transition: all ease-out 2s;
}

div.super-fp-theme div.fp-theme svg.svg-play-once {
  animation-name: spinning-circle;
  animation-duration: 10s;
  animation-iteration-count: 1;
}

div.super-fp-theme div.fp-theme:focus {
  outline: none;
  text-decoration: none;
}

div.super-fp-theme div.fp-theme svg.tt-blue-burst .ttBurst path.BG {
  transition: all .3s ease;
  fill: #00AEFF;
}

div.super-fp-theme div.fp-theme svg.tt-blue-burst .ttBurst path.BGBorder {
  transition: all .3s ease;
  fill: #AB4A9C;
}

div.super-fp-theme div.fp-theme svg.tt-green-burst .ttBurst path.BG {
  transition: all .3s ease;
  fill: #0DB14B;
}

div.super-fp-theme div.fp-theme svg.tt-green-burst .ttBurst path.BGBorder {
  transition: all .3s ease;
  fill: #F15A22;
}

div.super-fp-theme div.fp-theme svg.tt-purple-burst .ttBurst path.BG {
  transition: all .3s ease;
  fill: #7100B8;
}

div.super-fp-theme div.fp-theme svg.tt-purple-burst .ttBurst path.BGBorder {
  transition: all .3s ease;
  fill: #00AEFF;
}

div.super-fp-theme div.fp-theme svg.tt-orange-burst .ttBurst path.BG {
  transition: all .3s ease;
  fill: #F15A22;
}

div.super-fp-theme div.fp-theme svg.tt-orange-burst .ttBurst path.BGBorder {
  transition: all .3s ease;
  fill: #7100B8;
}

div.super-fp-theme div.fp-theme div.fp-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Museo Sans W03";
}

div.super-fp-theme div.fp-theme div.fp-center div.fp-top, div.super-fp-theme div.fp-theme div.fp-center div.fp-reveal {
  display: block;
  border: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  clear: both;
  transform: scale(1);
  opacity: 1;
  height: auto;
  width: auto;
  visibility: visible;
  transition: all 500ms linear;
  transition-delay: 0s;
}

div.super-fp-theme div.fp-theme div.fp-center p.fp-open-para {
  font-size: 150%;
  margin: 0;
  margin-top: 1em;
  margin-bottom: 0.1em;
}

div.super-fp-theme div.fp-theme div.fp-center div.fp-reveal p {
  font-size: 230%;
  line-height: 110%;
  word-spacing: 380px;
}

div.super-fp-theme div.fp-theme div.fp-center .hide-it-fade {
  transform: scale(0.01);
  transition: all 3s linear;
  opacity: 0;
  height: 0;
  width: 0;
  visibility: hidden;
  font-size: 0%;
  line-height: 0;
}

div.super-fp-theme div.fp-theme div.fp-center h2 {
  font-family: "GrilledCheeseBtn";
  margin: 0;
  font-size: 265%;
  line-height: 1em;
  word-spacing: 380px;
}

div.super-fp-theme div.fp-theme div.fp-center .play-icon {
  font-family: fontawesome;
  font-size: 265%;
  color: #FFF26A;
  transform: translateX(-50%);
}

@media screen\0 {
  div.super-fp-theme div.fp-theme div.fp-center .play-icon {
    transform: translateX(2%);
  }
}

div.super-fp-theme div.fp-theme div.fp-center .play-icon:before {
  margin-left: 0.6vw;
}

@keyframes spinning-circle {
  0% {
    transform: rotate(360deg);
    transition: rotate ease-in 2s;
  }
}

@keyframes tt-fade {
  0% {
    transform: scale(0.01);
    opacity: 0;
    height: 0;
    width: 0;
    visibility: hidden;
    font-size: 0;
  }
  90% {
  }
}

.container .flex-center .containing-width .no-height {
  height: 328px;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .container .flex-center .containing-width .no-height {
    height: auto;
  }
  .container .flex-center .containing-width .no-height img {
    height: auto;
  }
  .fp-theme {
    height: 300px;
    margin: 1em auto;
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fp-theme {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 767px) {
  a.a_banner_ad {
    overflow: hidden;
    display: block;
  }
}

.hidden-svg-container {
  display: none;
  overflow: hidden;
}

/*# sourceMappingURL=homepage.css.map */
