/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Everything border-box
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

  canvas {
    width:100% !important;
    height:100% !important;
  }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: 'BubbleBoddy';
  src: url("../fonts/bobbleboddy.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/bobbleboddy.eot?#iefix") format("embedded-opentype"), url("../fonts/bobbleboddy.woff") format("woff"), url("../fonts/bobbleboddy.ttf") format("truetype"), url("../fonts/bobbleboddy.svg#bubbleboddy-fat") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: bold; }
@font-face {
  font-family: 'ShagExpert';
  src: url("../fonts/ShagExpert-Lounge.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/ShagExpert-Lounge.eot?#iefix") format("embedded-opentype"), url("../fonts/ShagExpert-Lounge.woff") format("woff"), url("../fonts/ShagExpert-Lounge.ttf") format("truetype"), url("../fonts/ShagExpert-Lounge.svg#4cb98a85215a3f6574f5f0ba3ea15497") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: 'HelveticaRounded';
  src: url("../fonts/HelveticaRoundedLTStd-Black.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/HelveticaRoundedLTStd-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaRoundedLTStd-Black.woff") format("woff"), url("../fonts/HelveticaRoundedLTStd-Black.ttf") format("truetype"), url("../fonts/HelveticaRoundedLTStd-Black.svg#101eba6fcd2b57dd88e7b115935987df") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: bold; }
body {
  background-color: #78b536;
  font: normal 100% Helvetica, sans-serif;
  outline: 0; }

a {
  text-decoration: none; }

.wrapper {
  width: 100%;
  max-width: 66em;
  padding-right: 1em;
  padding-left: 1em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  clear: both; }
  .wrapper:before, .wrapper:after {
    content: " ";
    display: table; }
  .wrapper:after {
    clear: both; }

.wrapper.small {
  max-width: 40em; }

.plug {
  transition: none !important; }

.home {
  padding-top: 0; }

.thumbnails {
  padding-bottom: 0; }

header {
  background-color: #500772;
  height: 4em;
  z-index: 5;
  position: relative; }
  header:before, header:after {
    content: " ";
    display: table; }
  header:after {
    clear: both; }

.menu {
  display: none;
  position: absolute;
  width: 1.7em;
  height: 1.4em;
  margin: 0.8em;
  border-top: 0.3em solid #d5f511;
  border-bottom: 0.3em solid #d5f511;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.menu:after {
  content: "";
  display: block;
  width: 100%;
  border-top: 0.3em solid #d5f511;
  position: relative;
  top: 50%;
  margin-top: -0.15em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.horizontal-line {
  position: relative;
  top: 4em; }

.repeater {
  height: 23px;
  width: 100%;
  background-image: url(../images/repeater-green-bar.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  position: absolute; }

.green-bar {
  margin-left: -329px;
  left: 50%;
  position: absolute;
  width: 650px; }

.logo {
  width: 130px;
  margin-top: -1em;
  margin-left: 1em;
  display: block;
  float: left;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.49, 0.25, 0.36, 2.46); }
  .logo:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }

nav {
  float: left;
  margin-left: 1.5em;
  width: 72%;
  padding-top: 1em; }
  nav ul {
    padding: 0;
    margin: 0; }
  nav li {
    list-style-type: none;
    width: 30%;
    margin-right: 3%;
    float: left;
    position: relative;
    transition: all 0.2s cubic-bezier(0.49, 0.25, 0.36, 2.46); }
    nav li:nth-child(2) .icon {
      top: -1.8em; }
    nav li:nth-child(3) a {
      line-height: 0.9;
      padding: 0.6em 0.5em 0.4em; }
    nav li:nth-child(3) .icon {
      top: -2.5em; }
    nav li:hover {
      -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
      transform: scale(1.15); }
      nav li:hover .icon {
        -webkit-transform: translateY(-0.3em);
        -ms-transform: translateY(-0.3em);
        transform: translateY(-0.3em); }
      nav li:hover .pink {
        opacity: 1; }
  nav img {
    width: 100%;
    display: block;
    position: absolute; }
  nav .icon {
    position: absolute;
    width: 3em;
    z-index: 1;
    margin-left: -1.5em;
    left: 50%;
    top: -1.3em;
    transition: all 0.2s cubic-bezier(0.49, 0.25, 0.36, 2.46);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  nav .pink {
    opacity: 0;
    transition: all 0.2s ease; }
  nav a {
    color: #fff;
    font-family: BubbleBoddy, HelveticaRounded, sans-serif;
    display: block;
    position: relative;
    text-align: center;
    padding: 0.8em 0 0.6em;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

main {
  background-image: url(../images/background-pink.png);
  background-size: 330px;
  background-position: 50% 0;
  background-color: #EC008C;
  padding-top: 6em;
  clear: both;
  padding-bottom: 3em; }

.promo:before, .promo:after {
  content: " ";
  display: table; }
.promo:after {
  clear: both; }

.promo-box {
  background-image: url(../images/box-promo.svg);
  background-repeat: no-repeat;
  background-position: 100% 0;
  width: 46%;
  margin: 0 2%;
  float: left;
  margin-top: -2em;
  position: relative;
  background-color: #78b536;
  border-radius: 1.1em 1.1em 1.1em 0.5em;
  border: solid 0.3em #69953f;
  max-width: 30em;
  display: block; }
  .promo-box:hover .button-yellow {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .promo-box:hover .promo-container img {
    -webkit-transform: scale(1.1) translateX(-45%);
    -ms-transform: scale(1.1) translateX(-45%);
    transform: scale(1.1) translateX(-45%); }

.promo-icon {
  position: absolute;
  top: -1.3em;
  left: -0.5em;
  width: 3em; }

.promo-icon-game {
  position: absolute;
  top: -1em;
  left: -0.9em;
  width: 4.1em; }

.promo-header {
  color: #fff;
  font-family: BubbleBoddy, HelveticaRounded, sans-serif;
  text-transform: uppercase;
  margin: 0.2em 0 0.2em 2.5em;
  font-size: 1.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: -1px 1px 0 #436f22; }

.promo-inset {
  border: 0.3em solid #436f22;
  margin: 0 0.7em 0.7em;
  border-radius: 1em 0.2em;
  background-color: #f2e3f7;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  /* masks elements within */ }
  .promo-inset img {
    display: block;
    width: 100%;
    height: auto;
    left: 50%;
    position: relative;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96); }

.promo-container {
  float: left;
  width: 60%;
  overflow: hidden;
  position: relative;
  border-right: 0.2em solid #b446e0; }

.promo-title {
  font-family: ShagExpert;
  color: #961bc8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  width: 40%;
  padding-left: 0.8em;
  font-size: 1.5em;
  margin-top: 1.6em;
  margin-bottom: 0;
  line-height: 1.5; }

.button-yellow {
  background-image: url(../images/button-yellow.svg);
  background-repeat: no-repeat;
  font-family: BubbleBoddy, HelveticaRounded, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ed018a;
  padding: 0.45em 1em;
  font-size: 1.2em;
  margin-right: 1em;
  margin-top: -1.3em;
  transition: all 0.2s cubic-bezier(0.49, 0.25, 0.36, 2.46);
  text-transform: uppercase;
  position: absolute;
  right: 0; }

.primary-content,
.secondary-content {
  float: left;
  position: relative;
  border: 0.2em solid #fff;
  background-color: #fff;
  border-radius: 0.3em;
  overflow: hidden; }
  .primary-content .content-title,
  .secondary-content .content-title {
    position: absolute;
    bottom: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: rgba(230, 230, 230, 0.8);
    color: #961bc8;
    padding-right: 33%; }
    .primary-content .content-title h1,
    .primary-content .content-title h2,
    .primary-content .content-title h3,
    .secondary-content .content-title h1,
    .secondary-content .content-title h2,
    .secondary-content .content-title h3 {
      margin: 0;
      padding: 0.4em 0 0.2em 0.5em;
      font-family: ShagExpert;
      transition: all 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96); }
    .primary-content .content-title img,
    .secondary-content .content-title img {
      transition: all 0.2s cubic-bezier(0.49, 0.25, 0.36, 2.46); }
  .primary-content > img,
  .secondary-content > img {
    transition: all 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96); }
  .primary-content:hover,
  .secondary-content:hover {
    cursor: pointer; }
    .primary-content:hover > img,
    .secondary-content:hover > img {
      transform: scale(1.05); }
    .primary-content:hover .content-title img,
    .secondary-content:hover .content-title img {
      transform: scale(1.15) translateY(-12%); }
    .primary-content:hover .content-title h1,
    .primary-content:hover .content-title h2,
    .primary-content:hover .content-title h3,
    .secondary-content:hover .content-title h1,
    .secondary-content:hover .content-title h2,
    .secondary-content:hover .content-title h3 {
      color: #ed018a; }

.primary-content {
  width: 66.66%; }
  .primary-content > img {
    width: 100%;
    display: block; }
  .primary-content .content-title {
    width: 100%; }

.secondary-content {
  width: 30.33%;
  margin-left: 3%; }
  .secondary-content > img {
    width: 100%;
    display: block; }
  .secondary-content .content-title {
    width: 100%; }
  .secondary-content + .secondary-content {
    margin-top: 3%; }

.single {
  width: auto;
  overflow: hidden;
  display: inline-block;
  float: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 750px; }

.single.large {
  max-width: none; }

.single.video {
  display: block; }

#playerWrapper {
  width: 100%;
  text-align: center;
  padding-top: 56.25%; }
  #playerWrapper .innerWrapper {
    position: absolute;
    top: 0;
    left: 0; }

#pollyworld-background {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 0; }

#decorate {
  position: absolute;
  top: 52%;
  left: 63%;
  width: 13%;
  display: block;
  transition: all 0.2s cubic-bezier(0.49, 0.25, 0.36, 2.46); }
  #decorate img {
    width: 100%; }
  #decorate:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

#dressup {
  position: absolute;
  top: 17%;
  left: 51%;
  width: 13%;
  display: block;
  transition: all 0.2s cubic-bezier(0.49, 0.25, 0.36, 2.46); }
  #dressup img {
    width: 100%; }
  #dressup:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

#dressup-comingsoon {
  position: absolute;
  top: 38%;
  left: 51%;
  width: 9%; }

#rooftop {
  position: absolute;
  top: 17%;
  left: 73%;
  width: 13%;
  display: block;
  transition: all 0.2s cubic-bezier(0.49, 0.25, 0.36, 2.46); }
  #rooftop img {
    width: 100%; }
  #rooftop:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

#rooftop-comingsoon {
  position: absolute;
  top: 38%;
  left: 69%;
  width: 9%; }

.no-flash-wrapper {
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  background-image: url(../images/no-flash.jpg);
  background-repeat: no-repeat; }
  .no-flash-wrapper p {
    color: #961bc8;
    font-size: 2.3em;
    font-family: ShagExpert;
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.8);
    margin: 0;
    padding: 0.5em; }
    .no-flash-wrapper p a {
      color: #500772;
      text-decoration: underline; }

.no-flash-wrapper-pollyworld {
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
  position: absolute; }
  .no-flash-wrapper-pollyworld p {
    color: #961bc8;
    font-size: 2.3em;
    font-family: ShagExpert;
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.8);
    margin: 0;
    padding: 0.5em; }
    .no-flash-wrapper-pollyworld p a {
      color: #500772;
      text-decoration: underline; }

.content-icon {
  position: absolute;
  width: 25%;
  bottom: 0.2em;
  right: 5%;
  max-width: 7em; }

.content-header {
  background: #c2d92c;
  width: 100%;
  margin: 2em 0; }
  .content-header h2 {
    margin: 0;
    font-family: ShagExpert;
    text-transform: uppercase;
    padding: 0.5em 0.8em 0.3em;
    color: #961bc8; }
    .content-header h2 a {
      color: #500772;
      transition: all 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96); }
      .content-header h2 a:hover {
        color: #ed018a; }

.game {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: none; }

.gameWrapper object {
  display: block; }

#thumb-container {
  padding-left: 0.5em;
  padding-right: 0.5em;
  top: -3em; }
  #thumb-container:before, #thumb-container:after {
    content: " ";
    display: table; }
  #thumb-container:after {
    clear: both; }
  #thumb-container ul {
    margin: 0;
    padding: 0; }
    #thumb-container ul:before, #thumb-container ul:after {
      content: " ";
      display: table; }
    #thumb-container ul:after {
      clear: both; }
  #thumb-container li {
    width: 23%;
    float: left;
    list-style-type: none;
    margin: 0 1% 1.5em 1%;
    padding: 0;
    cursor: pointer;
    position: relative; }
  #thumb-container a {
    display: block;
    height: 11em; }
    #thumb-container a.needs-flash.no-flash:after {
      content: "";
      height: 2em;
      width: 2em;
      background-image: url(../images/flash-icon.png);
      font-family: BubbleBoddy,Helvetica,sans-serif;
      display: inline-block;
      position: relative;
      width: 100%;
      color: #FB0BAC;
      font-size: 1em;
      background-repeat: no-repeat;
      background-size: 1.5em;
      position: absolute;
      top: 0;
      z-index: 1;
      left: 0;
      margin: 0.7em;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    #thumb-container a:hover img {
      border: 0.4em solid #FF55B8;
      border-radius: 0.5em; }
  #thumb-container img {
    width: 100%;
    display: block;
    transition: all 0.2s cubic-bezier(0.49, 0.25, 0.36, 2.46);
    border: 0 solid #FF55B8;
    background-color: #FF55B8;
    position: relative;
    z-index: 1; }
    #thumb-container img:hover + h4 {
      color: #FF55B8; }
  #thumb-container h4 {
    margin: 0;
    width: 100%;
    font-family: ShagExpert;
    color: #961bc8;
    height: 2.5em;
    position: absolute;
    top: 0;
    padding-top: 61%;
    transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96); }

.background {
  position: relative;
  background-color: #fff;
  margin-top: 6em; }
  .background:before {
    content: "";
    display: block;
    width: 100%;
    height: 10em;
    position: absolute;
    top: -10em;
    background: url(../images/gradient-white-transparent.png) 0 0/auto 160px repeat-x;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%); }

.slider {
  border-bottom: 0.4em solid #f2e3f7;
  margin-top: 22px;
  height: 44vw;
  overflow: hidden; }

.slick-dots {
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  bottom: 3em;
  width: 100%;
  height: 1.4em;
  z-index: 1; }

.slick-dots button {
  color: transparent;
  background-color: transparent;
  padding: 0;
  border: none;
  outline: none;
  width: 1.4em;
  height: 1.4em; }

.slick-dots .slick-active {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.slick-dots button:before {
  content: "";
  display: block;
  position: relative;
  background-color: #fff;
  border: 0.2em solid #500772;
  width: 1em;
  height: 1em;
  border-radius: 50%; }

.slick-dots li {
  list-style-type: none;
  width: 1.4em;
  height: 1.4em;
  margin: 0 0.4em;
  display: inline-block;
  transition: all 0.2s cubic-bezier(0.49, 0.25, 0.36, 2.46); }
  .slick-dots li:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.slick-active button:before {
  border-color: #fff;
  background-color: #500772; }

.item {
  width: 100%;
  position: relative; }
  .item img {
    width: 100%;
    height: auto; }
  .item .mobile-cda {
    display: none; }

footer {
  background-image: url(../images/tile-green.png);
  background-repeat: repeat-x;
  background-size: 120px;
  padding: 1.5em 0 3em;
  background-color: #78b536; }
  footer h4 {
    text-align: center;
    font-family: BubbleBoddy, HelveticaRounded, sans-serif;
    font-weight: bold;
    font-size: 0.9em;
    margin: 0.6em 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  footer a {
    color: #000; }
    footer a:hover {
      text-decoration: underline;
      color: #ed018a; }

#quizContainer {
  font-family: ShagExpert;
  position: relative;
  width: 100%;
  height: 500px;
  border: 10px solid purple;
  overflow: hidden;
  cursor: default;
  text-shadow: -1px -1px 0 #fff,   1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; }

.quizSection {
  float: left;
  position: relative;
  width: 100%;
  height: 100%; }

.quizOptionContainer {
  position: absolute;
  height: 50%;
  bottom: 10%;
  width: 95%;
  margin: 0 2.5%; }

.quizOption {
  position: relative;
  float: left;
  width: calc(20% - 4px);
  height: calc(90% - 4px);
  margin: 2.5%;
  border: 2px solid black;
  cursor: pointer;
  background: black;
  display: block;
  transition: all 0.2s cubic-bezier(0.49, 0.25, 0.36, 1.46); }
  .quizOption:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .quizOption img {
    width: 100%;
    height: 100%;
    background-size: cover;
    display: block; }

#takeQuizButton {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 150px;
  cursor: pointer;
  height: 60px;
  top: 9%; }

.quizButton {
  cursor: pointer;
  height: 50px;
  transition: all 0.2s cubic-bezier(0.49, 0.25, 0.36, 2.46); }
  .quizButton:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .quizButton > img {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    left: 0; }
  .quizButton > p {
    position: absolute;
    text-align: center;
    width: 100%;
    line-height: 0.9em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    font-family: bubbleboddy, helvetica;
    text-shadow: none;
    color: #fff;
    font-size: 1.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.questionHeader {
  position: relative;
  top: 26%;
  width: 60%;
  text-align: center;
  margin: 0 20%;
  line-height: 1em;
  font-size: 2em; }

#quizSlider {
  float: left;
  margin-left: 0;
  transition: margin-left 0.5s ease;
  height: 100%; }

#questionsContainer {
  float: left;
  position: relative;
  height: 100%; }

#landing {
  margin-left: 0; }

#questionNumber {
  position: absolute;
  right: 1%;
  top: 1%;
  font-size: 1.3em; }

.quizHeader {
  font-size: 2.5em;
  position: absolute;
  left: 0;
  top: 2%;
  text-align: center;
  width: 100%;
  transition: left 0.5s ease;
  color: #500772; }

#introText {
  position: relative;
  text-align: center;
  width: 60%;
  margin: 13% 0 2% 20%;
  font-size: 1.3em;
  top: 9%; }

.splashImage {
  position: absolute;
  width: 100%;
  bottom: 0; }

@media (max-aspect-ratio: 8 / 9) {
  .quizOptionContainer {
    width: 60%;
    height: 70%;
    margin: 0 20%;
    bottom: 5%; }

  .quizOption {
    width: calc(40% - 4px);
    height: calc(45% - 4px);
    margin: 5px 5%; }

  .questionHeader {
    top: 13%;
    width: 70%;
    margin: 0 15%;
    font-size: 2em; }

  #takeQuizButton {
    width: 200px; }

  #introText {
    width: 80%;
    margin: 13% 10% 5% 10%;
    font-size: 3.5vw; }

  .quizHeader {
    top: 2%;
    left: 5%;
    width: 90%;
    font-size: 1.7em; }

  .splashImage {
    width: 140%;
    margin: 0 -20%; } }
@media (max-width: 660px) {
  .quizOptionContainer {
    width: 60%;
    height: 70%;
    margin: 0 20%;
    bottom: 5%; }

  .quizOption {
    width: 40%;
    margin: 5px 5%; }

  .questionHeader {
    width: 70%;
    margin: 0 15%;
    font-size: 1.5em; }

  #takeQuizButton {
    width: 140px; }

  #questionNumber {
    font-size: 4vw;
    margin-top: 0; }

  .quizHeader {
    left: 5%;
    width: 90%;
    font-size: 1.7em; }

  .splashImage {
    width: 140%;
    margin: 0 -20%; } }
@media (max-width: 580px) {
  #introText {
    font-size: 4vw; }

  #quizTitle {
    top: 0; }

  .quizHeader {
    font-size: 1.5em; }

  .questionHeader {
    font-size: 1.2em; } }
@media (max-width: 480px) {
  #quizContainer .quizHeader {
    font-size: 4vw; }

  .questionHeader {
    font-size: 1.1em;
    top: 17%; }

  #introText {
    font-size: 4.4vw; } }
@media (max-width: 400px) {
  #quizContainer .quizHeader {
    top: 0;
    font-size: 1.5em;
    line-height: 1em; }

  #introText {
    margin-top: 30%; }

  .quizOptionContainer {
    width: 48%;
    margin: 0 26%;
    bottom: 0px;
    height: 65%; }

  #quizContainer .quizHeader.smallText {
    font-size: 0.8em;
    top: 10px; } }
#results {
  position: relative;
  top: 85%;
  left: 50%;
  width: 48%;
  text-align: center;
  padding: 2% 0;
  background: rgba(220, 220, 220, 0.88);
  border-radius: 5px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.scroll-pane {
  position: relative;
  width: 90%;
  /*height: 65%;*/
  padding: 0;
  margin: 0 5%;
  overflow-y: auto;
  overflow-x: hidden;
  top: 15%;
  outline: none; }

#resultInfo {
  font-size: 1.2em;
  line-height: 1.3em;
  margin: 0;
  padding: 5px 3px; }

#resultName {
  position: relative;
  width: 100%;
  text-align: center;
  top: 2%;
  height: 15%;
  color: hotpink;
  font-size: 1.8em;
  margin: 5px auto; }

#takeAgainButton {
  position: absolute;
  width: 30%;
  left: 60%;
  bottom: 3%; }

/* Results Scrollbar Styles */
div.jspVerticalBar {
  width: 7px;
  background: none;
  overflow: visible; }

div.jspTrack {
  width: 3px;
  margin: 0 2px;
  background: rgba(60, 60, 60, 0.3); }

div.jspDrag {
  left: -1px;
  width: 5px;
  border-radius: 2px;
  background: #808080; }

div.jspPane, div.jspScrollable {
  position: relative;
  /*overflow: visible !important;
  height: 100% !important;*/ }

div.jspContainer {
  height: auto !important; }

@media (max-aspect-ratio: 8 / 9) {
  #results {
    width: 50%;
    top: 85%; }

  #resultName {
    font-size: 4.5vw; }

  .scroll-pane {
    height: 65%;
    padding: 0;
    margin: 0 2.5%;
    width: 95%; }

  #resultInfo {
    font-size: 3vw;
    text-align: left; } }
@media (max-width: 600px) {
  #takeAgainButton {
    height: 45px;
    bottom: 2%; }

  #takeAgainButton > p {
    font-size: 0.9em; }

  #resultInfo::-webkit-scrollbar {
    /*display: none;*/ } }
@media (max-width: 400px) {
  #takeAgainButton {
    width: 50%;
    left: 25%; }

  #takeAgainButton > p {
    font-size: 0.8em; }

  #results {
    max-height: 60%;
    width: 90%;
    top: 82%;
    left: 5%; }

  #resultInfo {
    font-size: 4.1vw;
    text-align: justify; } }
.horizontal-list {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 3em;
  max-width: 1080px;
  transition: margin-left 0.3s ease; }
  .horizontal-list .category, .horizontal-list li {
    float: left;
    text-align: center;
    width: 25%;
    padding: 0;
    color: #961bc8; }
    .horizontal-list .category img, .horizontal-list li img {
      width: 90%;
      margin: 5% 5% 0 5%; }
    .horizontal-list .category h4, .horizontal-list li h4 {
      width: 100%;
      color: #961bc8;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      margin: 0;
      padding-top: 0.2em; }

.horizontal-list.header .category {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.1em;
  cursor: pointer;
  font-family: ShagExpert; }

.headerbackground {
  width: 100%;
  background: #c2d92c;
  position: relative;
  z-index: 1; }

.categories {
  position: relative;
  width: 960px;
  margin: 2em auto; }

.category {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  float: left;
  transition: all 0.2s cubic-bezier(0.49, 0.25, 0.36, 2.46); }

.horizontal-list.header .category.selectedCategory {
  -webkit-transform: scale(1.5) translateY(-30%);
  -ms-transform: scale(1.5) translateY(-30%);
  transform: scale(1.5) translateY(-30%); }

.marker {
  position: absolute;
  top: 100%;
  height: 40%;
  transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  border-top: 16px solid #c2d92c;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  width: 0 !important;
  left: 0;
  display: none; }

.show {
  display: block; }

.full {
  margin-top: 2em;
  width: 100%; }

.arrow {
  display: none;
  position: absolute;
  height: 100%;
  z-index: 1;
  cursor: pointer;
  background-color: #c2d92c; }

.right {
  right: 0;
  top: 0; }

.left {
  top: 0;
  left: 0; }

#category {
  background-color: #c2d92c;
  position: relative;
  z-index: 1; }

#category-slider {
  padding: 0;
  margin: 0;
  overflow: hidden; }
  #category-slider:before, #category-slider:after {
    content: " ";
    display: table; }
  #category-slider:after {
    clear: both; }

.category.slick-current h4 {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  color: #ed018a; }

.category {
  cursor: pointer;
  outline: none; }
  .category h4 {
    margin: 0;
    padding: 1em 0 0.8em;
    font-size: 1.2em;
    text-align: center;
    color: #961bc8;
    font-family: ShagExpert;
    transition: all 0.2s cubic-bezier(0.49, 0.25, 0.36, 1.46); }
    .category h4:hover {
      -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
      transform: scale(1.3);
      color: #FF55B8; }

@media all and (max-width: 66em) {
  .marker {
    display: none; }

  .category {
    transition: none; } }
@media all and (max-width: 60em) {
    /* ------------------------------------ *\
		_category
	\* ------------------------------------ */
  .marker {
    display: none; }

  .arrow {
    display: block; }

  .arrow.left {
    left: 0; }

  .arrow.right {
    right: 0; }

  .promo-title {
    margin-top: 0 !important;
    font-size: 1.5em;
    padding: 0.5em 0.5em 0.3em;
    line-height: 1.3;
    width: 100%; }

  .promo-title br {
    display: none; }

  .promo-container {
    width: 100%;
    border-right: none;
    border-bottom: 0.2em solid #961bc8; }

  .promo-inset img {
    width: 100%;
    height: auto; } }
@media all and (max-width: 840px) {
  #thumb-container li {
    width: 31%; } }
/* ------------------------------------ *\
	_break for menu button nav
\* ------------------------------------ */
@media all and (max-width: 42em) {
  /* ------------------------------------ *\
  	_header
  \* ------------------------------------ */
  header {
    height: 3em; }

  .horizontal-line {
    top: 3em; }
    .horizontal-line .wrapper {
      height: 0; }

  .green-bar {
    display: none; }

  .menu {
    display: block; }

  .logo {
    position: absolute;
    left: 50%;
    margin-left: -3em;
    top: -1.5em;
    width: 6em;
    transition: none; }
    .logo:hover {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }

  nav {
    float: none;
    width: auto;
    background-color: #961bc8;
    margin-left: auto;
    position: relative;
    top: -3em;
    opacity: 0;
    visibility: hidden;
    padding: 0.5em 0;
    border-radius: 1em 0;
    border: 0.5em solid #500772;
    transition: all 0.2s cubic-bezier(0.49, 0.25, 0.36, 2.46); }
    nav.active {
      -webkit-transform: translateY(6em);
      -ms-transform: translateY(6em);
      transform: translateY(6em);
      opacity: 1;
      visibility: visible; }
    nav li {
      float: none;
      margin-right: 0;
      width: auto;
      transition: none; }
      nav li:hover {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
      nav li:nth-child(3) {
        display: none;
        /* hide polly world nav */ }
      nav li a {
        font-size: 1.5em;
        padding: 0.5em !important;
        /* overriding a :nth selector */ }
      nav li img {
        display: none; }
      nav li br {
        display: none; }

  main {
    padding-top: 3em; }

  .primary-content {
    width: 100%; }

  .secondary-content {
    width: 48.5%;
    margin: 0;
    margin-top: 1em;
    margin-right: 1.5%; }
    .secondary-content + .secondary-content {
      margin-top: 1em;
      margin-right: 0;
      margin-left: 1.5%; }

  /* ------------------------------------ *\
  	_content
  \* ------------------------------------ */
  .promo-box {
    width: 100%;
    float: none;
    margin: 0;
    margin-top: 3em;
    margin-left: auto;
    margin-right: auto; }

  .slider {
    margin-bottom: 1em;
    height: 70vw; }

  .slick-dots {
    bottom: -2.2em; }

  .item img {
    display: none; }
  .item .mobile-cda {
    display: block; } }
@media all and (max-width: 34em) {
  #thumb-container li {
    width: 48%; } }
@media all and (max-width: 25em) {
  .primary-content .content-title h1 {
    font-size: 1.4em; }

  .secondary-content {
    width: 100%;
    margin: 1em 0 0 0; }
    .secondary-content + .secondary-content {
      margin: 1em 0 0 0; }

  #thumb-container a {
    height: 8em; } }

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