@charset "UTF-8";
/** Generated by FG **/
@font-face {
    font-family: 'Joint';
    src: url("../fonts/JOINTBYPIZZADUDE.eot");
    src: local("☺"), url("../fonts/JOINTBYPIZZADUDE.woff") format("woff"), url("../fonts/JOINTBYPIZZADUDE.ttf") format("truetype"), url("fonts/JOINTBYPIZZADUDE.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

#nav_container {
    width: 75%;
}

.nav_button_background {
    height: 90%;
}

@media (max-width: 1039px) {
    #nav_container {
        width: 100%;
    }

    .nav_button_background {
        height: 120%;
    }
}

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * apply a natural box layout model to all elements 
 */
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-size: 100%;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    height: 100%;
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
    margin: 0;
    height: 100%;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: thin dotted;
}

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

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

blockquote {
    margin: 1em 40px;
}

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

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

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
    content: '';
    content: none;
}

/**
 * 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;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
    list-style: none none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
    max-width: 100%;
}

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
    margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    *vertical-align: middle;
    /* 3 */
}

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

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    *overflow: visible;
    /* 4 */
}

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    *height: 13px;
    /* 3 */
    *width: 13px;
    /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

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

/* ==========================================================================
   Typography
========================================================================== */
/* ==========================================================================
   Variables
========================================================================== */
/* ==========================================================================
   Mixins
========================================================================== */
/* ==========================================================================
   Variables
========================================================================== */
/* Vertical centering tool */
/* Box Shadow */
/* Image Replacement, h5bp technique */
/*
  Maintain ratio mixin. Great for responsive grids, or videos.
  https://gist.github.com/brianmcallister/2932463
  
  $ratio - Ratio the element needs to maintain.
  
  Examples
  
    // A 16:9 ratio would look like this:
    .element {
      @include maintain-ratio(16 9);
    }
*/
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 1.8em;
    line-height: 1.2;
    margin: 0;
}

p {
    margin: 0;
}

.text-block {
    margin-bottom: 19.5px;
}

a, a:visited, a:active, a:hover {
    text-decoration: none;
    color: inherit;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.traditional-list {
    margin: 0 0 19.5px 19.5px;
    padding: 0 0 0 1em;
    list-style-position: inside;
    text-indent: -1em;
}

.header {
    font-family: 'Bowlby One SC', 'Roboto', Arial, sans-serif;
    color: #f23717;
    line-height: 1;
    padding-bottom: 4.875px;
    border-bottom: 2px solid #f23717;
    margin-bottom: 19.5px;
}

.subhead, legend {
    color: #f23717;
    font-size: 1em;
    font-weight: bold;
}

/* ==========================================================================
   Buttons
========================================================================== */
/* ==========================================================================
   Variables
========================================================================== */
/* ==========================================================================
   Mixins
========================================================================== */
/* ==========================================================================
   Variables
========================================================================== */
/* Vertical centering tool */
/* Box Shadow */
/* Image Replacement, h5bp technique */
/*
  Maintain ratio mixin. Great for responsive grids, or videos.
  https://gist.github.com/brianmcallister/2932463

  $ratio - Ratio the element needs to maintain.

  Examples

    // A 16:9 ratio would look like this:
    .element {
      @include maintain-ratio(16 9);
    }
*/
.btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    -webkit-appearance: none;
    cursor: pointer;
    font-family: 'Bowlby One SC', sans-serif;
    font-size: 39px;
    line-height: 58.5px;
    font-weight: normal;
    margin: 0 0 19.5px;
    padding: 0 1em 0;
    border: 0 none;
    color: #FFFFFF;
    background: #f23717;
    -webkit-font-smoothing: antialiased;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.5);
    /* Safari 4+ */
    -moz-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.5);
    /* Fx 5+ */
    -o-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.5);
    /* Opera 12+ */
    box-shadow: 0 5px 0 rgba(0, 0, 0, 0.5);
    /* IE 10+ */
}

.btn:hover {
    color: #FFFFFF;
    position: relative;
    bottom: -4px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    /* Safari 4+ */
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    /* Fx 5+ */
    -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    /* Opera 12+ */
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    /* IE 10+ */
}

.btn--block {
    display: block;
    text-align: center;
}

.btn--block:hover {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 1.8em;
    line-height: 1.2;
    margin: 0;
}

p {
    margin: 0;
}

.text-block {
    margin-bottom: 19.5px;
}

a, a:visited, a:active, a:hover {
    text-decoration: none;
    color: inherit;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.traditional-list {
    margin: 0 0 19.5px 19.5px;
    padding: 0 0 0 1em;
    list-style-position: inside;
    text-indent: -1em;
}

.header {
    font-family: 'Bowlby One SC', 'Roboto', Arial, sans-serif;
    color: #f23717;
    line-height: 1;
    padding-bottom: 4.875px;
    border-bottom: 2px solid #f23717;
    margin-bottom: 19.5px;
}

.subhead, legend {
    color: #f23717;
    font-size: 1em;
    font-weight: bold;
}

fieldset {
    border: none;
    margin: 0 0 19.5px;
    padding: 0;
}

label, .is-invalid, .form-caption, .label {
    font-size: 9.75px;
    text-transform: uppercase;
    line-height: 19.5px;
    display: block;
}

label.required:before, .required.is-invalid:before, .required.form-caption:before, .label.required:before {
    content: "*";
    display: inline-block;
    line-height: 19.5px;
    font-size: 13px;
    margin-right: 0.25em;
    position: relative;
    top: 0.25em;
    vertical-align: baseline;
}

.group-label {
    font-size: 13px;
    margin-bottom: 13.00065px;
    padding-top: 6.49935px;
}

input, select, textarea {
    display: block;
    position: relative;
    max-width: 100%;
    margin-bottom: 19.5px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    /* Safari 4+ */
    -moz-border-radius: 0;
    /* Fx 5+ */
    -o-border-radius: 0;
    /* Opera 12+ */
    border-radius: 0;
    /* IE 10+ */
    line-height: 19.5px;
    padding: 0 4.875px;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 13px;
    color: #262626;
    -webkit-font-smoothing: antialiased;
    background: #FFFFFF;
}

input:focus, select:focus, textarea:focus {
    border: 3px double #000000;
    outline: 0 none;
}

input[type="radio"], input[type="checkbox"] {
    opacity: 0;
    width: 1em;
    height: 1em;
    float: left;
    margin-top: 0.1em;
}

input[type="radio"] + label, input[type="radio"] + .is-invalid, input[type="radio"] + .form-caption, input[type="checkbox"] + label, input[type="checkbox"] + .is-invalid, input[type="checkbox"] + .form-caption {
    max-width: 100%;
    padding-left: 19.5px;
    background-size: auto 19.5px;
    background: no-repeat 0 0;
    text-transform: none;
    font-size: 13px;
    cursor: pointer;
    margin-bottom: 19.5px;
}

.group-label ~ input[type="radio"] + label, .group-label ~ input[type="radio"] + .is-invalid, .group-label ~ input[type="radio"] + .form-caption, .group-label ~ input[type="checkbox"] + label, .group-label ~ input[type="checkbox"] + .is-invalid, .group-label ~ input[type="checkbox"] + .form-caption {
    margin-left: 19.5px;
}

/* ==========================================================================
   Helper Classes
========================================================================== */
/* ==========================================================================
   Variables
========================================================================== */
/* ==========================================================================
   Mixins
========================================================================== */
/* ==========================================================================
   Variables
========================================================================== */
/* Vertical centering tool */
/* Box Shadow */
/* Image Replacement, h5bp technique */
/*
  Maintain ratio mixin. Great for responsive grids, or videos.
  https://gist.github.com/brianmcallister/2932463

  $ratio - Ratio the element needs to maintain.

  Examples

    // A 16:9 ratio would look like this:
    .element {
      @include maintain-ratio(16 9);
    }
*/
.centered {
    text-align: center;
}

/* ==========================================================================
   Homepage
========================================================================== */
/* ==========================================================================
   Variables
========================================================================== */
/* ==========================================================================
   Mixins
========================================================================== */
/* ==========================================================================
   Variables
========================================================================== */
/* Vertical centering tool */
/* Box Shadow */
/* Image Replacement, h5bp technique */
/*
  Maintain ratio mixin. Great for responsive grids, or videos.
  https://gist.github.com/brianmcallister/2932463

  $ratio - Ratio the element needs to maintain.

  Examples

    // A 16:9 ratio would look like this:
    .element {
      @include maintain-ratio(16 9);
    }
*/
.loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    font-size: 24px;
    color: #FFFFFF;
    background: #fff48b;
}

.loader:before {
    /* Pseudo element used for vertical centering */
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

/* ==========================================================================
   Javascript Disabled Message
========================================================================== */
/* ==========================================================================
   Variables
========================================================================== */
/* ==========================================================================
   Mixins
========================================================================== */
/* ==========================================================================
   Variables
========================================================================== */
/* Vertical centering tool */
/* Box Shadow */
/* Image Replacement, h5bp technique */
/*
  Maintain ratio mixin. Great for responsive grids, or videos.
  https://gist.github.com/brianmcallister/2932463

  $ratio - Ratio the element needs to maintain.

  Examples

    // A 16:9 ratio would look like this:
    .element {
      @include maintain-ratio(16 9);
    }
*/
.js-disabled {
    position: absolute;
    width: 96%;
    height: auto;
    top: 10%;
    left: 2%;
    padding: 10%;
    z-index: 9999;
    text-align: center;
    background: #FFFFFF;
    border: 4px solid #f23717;
    border-radius: 20px;
    -webkit-box-shadow: 1px 4px 0 rgba(0, 0, 0, 0.5);
    /* Safari 4+ */
    -moz-box-shadow: 1px 4px 0 rgba(0, 0, 0, 0.5);
    /* Fx 5+ */
    -o-box-shadow: 1px 4px 0 rgba(0, 0, 0, 0.5);
    /* Opera 12+ */
    box-shadow: 1px 4px 0 rgba(0, 0, 0, 0.5);
    /* IE 10+ */
}

@media (min-width: 700px) {
    .js-disabled {
        width: 50%;
        left: 25%;
    }
}

/* ==========================================================================
   Layout
========================================================================== */
div#page_content {
    padding-top: 0;
}
/* ==========================================================================
   Variables
========================================================================== */
/* ==========================================================================
   Mixins
========================================================================== */
/* ==========================================================================
   Variables
========================================================================== */
/* Vertical centering tool */
/* Box Shadow */
/* Image Replacement, h5bp technique */
/*
  Maintain ratio mixin. Great for responsive grids, or videos.
  https://gist.github.com/brianmcallister/2932463

  $ratio - Ratio the element needs to maintain.

  Examples

    // A 16:9 ratio would look like this:
    .element {
      @include maintain-ratio(16 9);
    }
*/
/* apply a natural box layout model to all elements */
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    color: #262626;
    font-size: 13px;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: normal;
    line-height: 1.4;
    background: url(../img/bg-texture-grass.png) 0 0 repeat;
}

@media (min-width: 760px) {
    body {
        font-size: 15px;
    }
}

@media (min-width: 960px) {
    body {
        font-size: 17px;
    }
}

.headband-hidden #headband-container {
    display: none;
    opacity: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}

.site-header {
    margin-top: 12px;
    width: 100%;
    padding: 0 4% 19.5px;
}

main {
    overflow: hidden;
    position: relative;
}

main.base-page-model {
    border-top: 3px solid #f23717;
    border-bottom: 3px solid #f23717;
    padding-bottom: 204.5px;
}

@media (min-width: 540px) {
    main.base-page-model {
        padding-bottom: 122px;
    }
}

@media (min-width: 760px) {
    main.base-page-model {
        padding-bottom: 0;
    }
}

.site-footer {
    width: 100%;
    background: url(../img/bg-texture-red.png) 0 0 repeat;
    overflow: hidden;
    text-align: center;
}

/* ==========================================================================
   Player Page
========================================================================== */
/* ==========================================================================
   Variables
========================================================================== */
/* ==========================================================================
   Mixins
========================================================================== */
/* ==========================================================================
   Variables
========================================================================== */
/* Vertical centering tool */
/* Box Shadow */
/* Image Replacement, h5bp technique */
/*
  Maintain ratio mixin. Great for responsive grids, or videos.
  https://gist.github.com/brianmcallister/2932463

  $ratio - Ratio the element needs to maintain.

  Examples

    // A 16:9 ratio would look like this:
    .element {
      @include maintain-ratio(16 9);
    }
*/
html {
    background-color: #df1a22;
}

body#player {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #df1a22), color-stop(1, #df1a22)) no-repeat;
    background: -ms-linear-gradient(bottom, #df1a22, #df1a22) no-repeat;
    background: -moz-linear-gradient(center bottom, #df1a22 0%, #df1a22 100%) no-repeat;
    background: -o-linear-gradient(#df1a22, #df1a22) no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df1a22', endColorstr='#df1a22', GradientType=0) no-repeat;
}

body#player:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../assets/images/videos/bg-texture-blue-wood-grain.png) 0 0 repeat;
    z-index: -1;
}

.html-game body#player {
    background: #df1a22;
}

.html-game body#player:after {
    display: none;
}

body#player main {
    border-top: 0 none;
    border-bottom: 0 none;
    text-align: center;
    padding: 0;
    height: 100%;
    overflow: visible;
}

@media (min-width: 700px) {
    body#player main {
        height: auto;
    }
}

#nav_small {
    display: none;
}

@media (max-width: 700px) {
    body#player main {
        top: 0;
    }

    #nav_small {
        width: 100%;
        position: relative;
        display: block;
    }

    #home_button {
        width: 15vw;
        min-width: 90px;
        display: block;
        position: relative;
        float: left;
        padding-right: 10px;
    }

    .nav_buttons {
        display: none;
    }
}

.header--player {
    width: 100%;
    height: 50px;
    margin: 0 auto -50px;
    position: relative;
    z-index: 1;
    padding: 0;
    text-align: center;
    background: transparent;
}

.header--player:after {
    display: none;
}

#content-container {
    color: #df1a22;
    display: inline-block;
    width: 988px;
    max-width: 100%;
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 62px;
    left: 0;
    border: 2px solid #df1a22;
    background: #fff48b;
}

#content-container > * {
    max-width: 100%;
    max-height: 100%;
}

@media (min-width: 700px) {
    #content-container {
        position: relative;
        top: auto;
        left: auto;
        margin-top: 0 !important;
        width: auto;
        max-width: 96%;
        padding: 10px;
        border-width: 4px;
        border-radius: 20px;
        -webkit-box-shadow: 0 6px 0 rgba(0, 0, 0, 0.5);
        /* Safari 4+ */
        -moz-box-shadow: 0 6px 0 rgba(0, 0, 0, 0.5);
        /* Fx 5+ */
        -o-box-shadow: 0 6px 0 rgba(0, 0, 0, 0.5);
        /* Opera 12+ */
        box-shadow: 0 6px 0 rgba(0, 0, 0, 0.5);
        /* IE 10+ */
    }

    .html-game #content-container {
        border-radius: 0;
        -webkit-box-shadow: none;
        /* Safari 4+ */
        -moz-box-shadow: none;
        /* Fx 5+ */
        -o-box-shadow: none;
        /* Opera 12+ */
        box-shadow: none;
        /* IE 10+ */
    }
}

/* ==========================================================================
   Variables
========================================================================== */
/* ==========================================================================
   Mobile Browser -- OPEN
========================================================================== */
/* ==========================================================================
   Variables
========================================================================== */
/* ==========================================================================
   Mixins
========================================================================== */
/* ==========================================================================
   Variables
========================================================================== */
/* Vertical centering tool */
/* Box Shadow */
/* Image Replacement, h5bp technique */
/*
  Maintain ratio mixin. Great for responsive grids, or videos.
  https://gist.github.com/brianmcallister/2932463

  $ratio - Ratio the element needs to maintain.

  Examples

    // A 16:9 ratio would look like this:
    .element {
      @include maintain-ratio(16 9);
    }
*/
.mobile-browsing {
    overflow: auto !important;
}

.mobile-browsing #videos {
    position: static;
}

.mobile-browsing #video-wrapper {
    top: 0;
}

.mobile-browsing #video-panel {
    bottom: auto;
    top: 41px;
    height: 74%;
    -webkit-height: calc(80% -41px);
    /* Safari 4+ */
    -moz-height: calc(80% -41px);
    /* Fx 5+ */
    -o-height: calc(80% -41px);
    /* Opera 12+ */
    height: calc(80% -41px);
    /* IE 10+ */
}

@media (min-width: 700px) {
    .mobile-browsing #video-panel {
        top: 201px;
    }

    .mobile-browsing #video-panel #video-wrapper {
        top: -8%;
    }
}

@media (max-width: 700px) {
    .mobile-browsing #video-panel {
        bottom: auto;
        top: 28px;
        height: 74%;
        -webkit-height: calc(80% -28px);
        /* Safari 4+ */
        -moz-height: calc(80% -28px);
        /* Fx 5+ */
        -o-height: calc(80% -28px);
        /* Opera 12+ */
        height: calc(80% -28px);
        /* IE 10+ */
    }

}

.mobile-browsing #playlist-wrapper {
    bottom: auto;
    right: 0;
    top: 80%;
    width: 100%;
    display: block;
    height: auto;
    padding-top: 85px;
}

@media (min-width: 440px) {
    .mobile-browsing #playlist-wrapper {
        padding-top: 50px;
    }
}

@media (min-width: 700px) {
    .mobile-browsing #playlist-wrapper {
        top: 80%;
        margin-top: 160px;
        /* equivalent to top: calc(80% + 160px); */
    }
}

.mobile-browsing #playlist-filters {
    top: 0;
    border-top: 0;
    -webkit-border-radius: 0;
    /* Safari 4+ */
    -moz-border-radius: 0;
    /* Fx 5+ */
    -o-border-radius: 0;
    /* Opera 12+ */
    border-radius: 0;
    /* IE 10+ */
    padding: 10px;
    height: 85px;
    -webkit-box-shadow: none;
    /* Safari 4+ */
    -moz-box-shadow: none;
    /* Fx 5+ */
    -o-box-shadow: none;
    /* Opera 12+ */
    box-shadow: none;
    /* IE 10+ */
}

@media (min-width: 440px) {
    .mobile-browsing #playlist-filters {
        height: 50px;
    }
}

.mobile-browsing #playlist-filters .btn {
    margin-bottom: 5px;
    -webkit-box-shadow: none;
    /* Safari 4+ */
    -moz-box-shadow: none;
    /* Fx 5+ */
    -o-box-shadow: none;
    /* Opera 12+ */
    box-shadow: none;
    /* IE 10+ */
    position: relative;
    -webkit-border-radius: 0;
    /* Safari 4+ */
    -moz-border-radius: 0;
    /* Fx 5+ */
    -o-border-radius: 0;
    /* Opera 12+ */
    border-radius: 0;
    /* IE 10+ */
}

@media (min-width: 10px) {
    .mobile-browsing #playlist-filters .btn {
        margin-bottom: 0;
    }

    .mobile-browsing #playlist-filters .btn.current:after {
        content: "";
        display: block;
        height: 0;
        width: 0;
        border-top: 10px solid white;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -10px;
    }
}

.mobile-browsing #now-playing-list {
    background: #45b3fc;
    padding: 10px;
}

.mobile-browsing #now-playing-list .playlistItem {
    margin: 0;
    padding: 2px 5px;
    background: none;
}

.mobile-browsing #now-playing-list .playlistItem.selected {
    background: #3ce538;
    margin-top: 1px;
    margin-bottom: 1px;
    padding: 5px;
}

@media (max-width: 539px) {
    .mobile-browsing #now-playing-list .playlistItem .thumb-container {
        height: 100px;
        float: left;
        width: auto;
        max-width: 50%;
    }

    .mobile-browsing #now-playing-list .playlistItem .thumb-container img {
        height: 100px;
    }
}

@media (min-width: 540px) {
    .mobile-browsing #now-playing-list .playlistItem {
        float: left;
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
        padding: 5px;
    }

    .mobile-browsing #now-playing-list .playlistItem.selected {
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media (min-width: 760px) {
    .mobile-browsing #now-playing-list .playlistItem {
        width: 32%;
        margin-left: 0.6666%;
        margin-right: 0.6666%;
    }
}

.mobile-browsing #now-playing-list .video-info {
    height: 100px;
    overflow: hidden;
    padding-top: 1em;
    padding-left: 0;
}

@media (min-width: 540px) {
    .mobile-browsing #now-playing-list .video-info {
        height: 3.2em;
        padding-top: 5px;
        padding-left: 8px;
    }
}

.mobile-browsing #now-playing-list .showmore-videos {
    clear: both;
    float: left;
    width: 100%;
}

/* -------------------------------------
    Playlist Wrapper
---------------------------------------- */
#playlist-wrapper {
    position: absolute;
    background: #0038a5;
    z-index: 2;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 79px;
    display: none;
    text-align: center;
}

@media (min-width: 1040px) {
    #playlist-wrapper {
        background: #0038a5;
        display: block;
        width: 240px;
        height: 78%;
        /* fallback for calc() */
        height: calc(100% -167px);
        bottom: auto;
        padding: 10px 0;
        margin-left: 19.5px;
        -webkit-border-radius: 10px 0 0 0;
        /* Safari 4+ */
        -moz-border-radius: 10px 0 0 0;
        /* Fx 5+ */
        -o-border-radius: 10px 0 0 0;
        /* Opera 12+ */
        border-radius: 10px 0 0 0;
        /* IE 10+ */
        -webkit-box-shadow: 2px 5px 0 rgba(0, 0, 0, 0.5);
        /* Safari 4+ */
        -moz-box-shadow: 2px 5px 0 rgba(0, 0, 0, 0.5);
        /* Fx 5+ */
        -o-box-shadow: 2px 5px 0 rgba(0, 0, 0, 0.5);
        /* Opera 12+ */
        box-shadow: 2px 5px 0 rgba(0, 0, 0, 0.5);
        /* IE 10+ */
    }
}

.scroll-up, .scroll-down {
    display: none;
}

@media (min-width: 1040px) {
    .scroll-up, .scroll-down {
        display: inline-block;
        background: #45b3fc;
        font-size: 13px;
        line-height: 30px;
        height: 30px;
        text-align: center;
        width: 90%;
        margin-bottom: 14px;
        margin-top: 10px;
    }
}

.scroll-up .arrow-up, .scroll-down .arrow-up {
    height: 0;
    width: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #FFFFFF;
    display: inline-block;
}

.scroll-up .arrow-down, .scroll-down .arrow-down {
    height: 0;
    width: 0;
    border-top: 12px solid #FFFFFF;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    display: inline-block;
}

.scroll-down {
    margin-top: 10px;
    margin-bottom: 0;
}

#now-playing-list-iScrollContainer {
    height: 82%;
    -webkit-height: calc(100% -90px);
    /* Safari 4+ */
    -moz-height: calc(100% -90px);
    /* Fx 5+ */
    -o-height: calc(100% -90px);
    /* Opera 12+ */
    height: calc(100% -90px);
    /* IE 10+ */
}

#now-playing-list {
    overflow: hidden;
}

#now-playing-list .playlistItem {
    cursor: pointer;
    position: relative;
    padding: 10px;
    overflow: hidden;
    font-weight: bold;
    text-align: left;
    font-size: 12px;
    line-height: 1.2;
    background: none;
}

@media (min-width: 1040px) {
    #now-playing-list .playlistItem {
        width: 100%;
    }
}

#now-playing-list .playlistItem.selected {
    background-color: #37E12B;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#37E12B), to(#37E12B));
    background: -webkit-linear-gradient(top, #37E12B, #37E12B);
    background: -moz-linear-gradient(top, #37E12B, #37E12B);
    background: -ms-linear-gradient(top, #37E12B, #37E12B);
    background: -o-linear-gradient(top, #37E12B, #37E12B);
}

#now-playing-list .playlistItem.episode .thumb-container:after {
    content: "Full Episode";
    display: block;
    position: absolute;
    background: #39A1FB;
    width: 100%;
    text-align: center;
    bottom: 0;
    left: 0;
    border: solid #FFFFFF;
    border-width: 0 8px 4px;
    height: 24px;
    line-height: 20px;
}

@media (min-width: 1040px) {
    #now-playing-list .playlistItem.episode .thumb-container:after {
        background: #39A1FB;
        color: white;
    }
}

#now-playing-list .playlistItem.new-video .thumb-container:before {
    display: block;
    position: absolute;
    content: "New!";
    background: #b21419;
    color: #FFFFFF;
    top: 0;
    left: 0;
    padding: 5px;
    font-weight: bold;
    font-size: 13px;
    border-radius: 0 0 5px;
    -webkit-box-shadow: 1px 3px 0 rgba(0, 0, 0, 0.25), 1px 0 0 rgba(0, 0, 0, 0.25), 0 3px 0 rgba(0, 0, 0, 0.25);
    /* Safari 4+ */
    -moz-box-shadow: 1px 3px 0 rgba(0, 0, 0, 0.25), 1px 0 0 rgba(0, 0, 0, 0.25), 0 3px 0 rgba(0, 0, 0, 0.25);
    /* Fx 5+ */
    -o-box-shadow: 1px 3px 0 rgba(0, 0, 0, 0.25), 1px 0 0 rgba(0, 0, 0, 0.25), 0 3px 0 rgba(0, 0, 0, 0.25);
    /* Opera 12+ */
    box-shadow: 1px 3px 0 rgba(0, 0, 0, 0.25), 1px 0 0 rgba(0, 0, 0, 0.25), 0 3px 0 rgba(0, 0, 0, 0.25);
    /* IE 10+ */
}

@media (min-width: 540px) {
    #now-playing-list .playlistItem.new-video .thumb-container:before {
        left: auto;
        right: 0;
        border-radius: 0 0 0 5px;
        -webkit-box-shadow: -1px 3px 0 rgba(0, 0, 0, 0.25), -1px 0 0 rgba(0, 0, 0, 0.25), 0 3px 0 rgba(0, 0, 0, 0.25);
        /* Safari 4+ */
        -moz-box-shadow: -1px 3px 0 rgba(0, 0, 0, 0.25), -1px 0 0 rgba(0, 0, 0, 0.25), 0 3px 0 rgba(0, 0, 0, 0.25);
        /* Fx 5+ */
        -o-box-shadow: -1px 3px 0 rgba(0, 0, 0, 0.25), -1px 0 0 rgba(0, 0, 0, 0.25), 0 3px 0 rgba(0, 0, 0, 0.25);
        /* Opera 12+ */
        box-shadow: -1px 3px 0 rgba(0, 0, 0, 0.25), -1px 0 0 rgba(0, 0, 0, 0.25), 0 3px 0 rgba(0, 0, 0, 0.25);
        /* IE 10+ */
    }
}

.thumb-container {
    position: relative;
    text-align: center;
    background: #FFFFFF;
}

.thumb-container img {
    border: solid #FFFFFF;
    border-width: 4px 8px;
    display: inline-block;
    vertical-align: middle;
    height: 123px;
}

.video-info {
    background: #FFFFFF;
    padding: 0 8px 8px;
}
.video-title{
    display:block;
}


.video-duration {
    color: rgba(0, 0, 0, 0.5);
    text-shadow: none;
}

.video-duration:before {
    content: "(";
    display: inline;
}

.video-duration:after {
    content: ")";
    display: inline;
}

.loading-indicator, .appending-indicator {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
}

.appendingIndicator-container {
    display: block;
    text-align: center;
    margin: 0 0 40px;
    width: 100%;
    height: 60px;
    background: url("https://www-tc.pbskids.org/video/img/arrowspin.gif") 50% 10px no-repeat;
    background-size: 50px 50px;
    list-style: none;
    text-indent: -999em;
    overflow: hidden;
}

#playlist-filters {
    background: #45b3fc;
    width: 100%;
    padding: 19.5px 12px 5px;
    position: absolute;
    right: 0;
    top: 100%;
    text-align: center;
    border-top: 5px solid rgba(0, 0, 0, 0.5);
    border-radius: 0 0 0 10px;
    -webkit-box-shadow: 2px 5px 0 rgba(0, 0, 0, 0.5);
    /* Safari 4+ */
    -moz-box-shadow: 2px 5px 0 rgba(0, 0, 0, 0.5);
    /* Fx 5+ */
    -o-box-shadow: 2px 5px 0 rgba(0, 0, 0, 0.5);
    /* Opera 12+ */
    box-shadow: 2px 5px 0 rgba(0, 0, 0, 0.5);
    /* IE 10+ */
}

#playlist-filters .btn {
    font-size: 14px;
    line-height: 30px;
    padding-right: 0.75em;
    padding-left: 0.75em;
}

@media (max-width: 1040px) {
    #playlist-filters .btn:hover {
        bottom: 0;
        -webkit-box-shadow: none;
        /* Safari 4+ */
        -moz-box-shadow: none;
        /* Fx 5+ */
        -o-box-shadow: none;
        /* Opera 12+ */
        box-shadow: none;
        /* IE 10+ */
    }
}

#playlist-filters .btn.current {
    background: white;
    color: #df1a22;
}

#playlist-filters .btn {
    background: #df1a22;
    color: white;
}

@media (min-width: 1040px) {
    #playlist-filters .btn.current {
        position: relative;
        bottom: -4px;
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
        /* Safari 4+ */
        -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
        /* Fx 5+ */
        -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
        /* Opera 12+ */
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
        /* IE 10+ */
    }
}

.showmore-videos {
    list-style: none;
    padding: 0;
    margin: 0;
}

.showmore-videos span {
    border: 0;
    text-shadow: none;
    display: block;
    height: 30px;
    line-height: 30px;
    width: 90%;
    text-align: center;
    margin: 19.5px auto;
    -webkit-appearance: none;
    cursor: pointer;
    font-family: 'Bowlby One SC', sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #FFFFFF;
    background: #f23717;
    -webkit-font-smoothing: antialiased;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.5);
    /* Safari 4+ */
    -moz-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.5);
    /* Fx 5+ */
    -o-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.5);
    /* Opera 12+ */
    box-shadow: 0 5px 0 rgba(0, 0, 0, 0.5);
    /* IE 10+ */
}

.showmore-videos span:hover {
    position: relative;
    bottom: -4px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    /* Safari 4+ */
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    /* Fx 5+ */
    -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    /* Opera 12+ */
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    /* IE 10+ */
}

.showmore-videos span:after {
    content: "";
    height: 0;
    width: 0;
    border-top: 8px solid #FFFFFF;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5em;
    margin-right: -14px;
}

/* ==========================================================================
   Videos Page
========================================================================== */
/* ==========================================================================
   Variables
========================================================================== */
/* ==========================================================================
   Mixins
========================================================================== */
/* ==========================================================================
   Variables
========================================================================== */
/* Vertical centering tool */
/* Box Shadow */
/* Image Replacement, h5bp technique */
/*
  Maintain ratio mixin. Great for responsive grids, or videos.
  https://gist.github.com/brianmcallister/2932463

  $ratio - Ratio the element needs to maintain.

  Examples

    // A 16:9 ratio would look like this:
    .element {
      @include maintain-ratio(16 9);
    }
*/
.video-player {
    overflow: hidden;
}

#videos {
    position: absolute;
    top: 41px;
    bottom: 0;
    width: 100%;
    height: calc(100% -41px) !important;
    overflow: hidden;
    border-bottom: 0 none;
}

.ios #videos {
    top: 52px;
}

@media (min-width: 700px) {
    #videos {
        top: 141px !important;
        height: 84%;
        /* fallback for calc() */
        height: calc(100% -141px) !important;
    }
}

#video-panel {
    width: 100%;
    height: 80%;
    bottom: 0;
    background: #df1a22;
    position: absolute;
}

#video-wrapper {
    position: absolute;
    top: -25%;
    bottom: 114px;
    width: 100%;
    height: auto;
    margin: 0;
}

@media (min-width: 455px) {
    #video-wrapper {
        bottom: 64px;
    }
}

@media (min-width: 700px) {
    #video-wrapper {
        bottom: 84px;
        width: 96%;
        margin: 0 2%;
        padding: 10px 10px 0 10px;
        background: #FFFFFF;
        border-radius: 10px 10px 0 0;
        -webkit-box-shadow: 5px 0 0 rgba(0, 0, 0, 0.5);
        /* Safari 4+ */
        -moz-box-shadow: 5px 0 0 rgba(0, 0, 0, 0.5);
        /* Fx 5+ */
        -o-box-shadow: 5px 0 0 rgba(0, 0, 0, 0.5);
        /* Opera 12+ */
        box-shadow: 5px 0 0 rgba(0, 0, 0, 0.5);
        /* IE 10+ */
    }
}

@media (min-width: 1040px) {
    #video-wrapper {
        width: 74%;
        /* fallback for calc() */
        width: calc(96% -240px);
        bottom: 120px;
    }
}

#video-player {
    background: #000000;
    text-align: center;
    height: 100% !important;
    width: 100% !important;
    display: inline-block;
}

/* -------------------------------------
    Control Rack
---------------------------------------- */
#controlrack {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 114px;
    background: #df1a22;
}

@media (min-width: 455px) {
    #controlrack {
        height: 70px;
    }
}

@media (min-width: 700px) {
    #controlrack {
        height: 94px;
    }
}

@media (min-width: 825px) {
    #controlrack {
        height: 127px;
        background: #df1a22;
    }
}

/* Scrubber
----------------------------------------- */
.scrubber-wrapper {
    background: #FFFFFF;
    padding: 0 2%;
    height: 25px;
    -webkit-box-shadow: 0 1px 0 #f23717;
    /* Safari 4+ */
    -moz-box-shadow: 0 1px 0 #f23717;
    /* Fx 5+ */
    -o-box-shadow: 0 1px 0 #f23717;
    /* Opera 12+ */
    box-shadow: 0 1px 0 #f23717;
    /* IE 10+ */
}

@media (min-width: 700px) {
    .scrubber-wrapper {
        height: 30px;
        -webkit-box-shadow: 0 4px 0 #f23717;
        /* Safari 4+ */
        -moz-box-shadow: 0 4px 0 #f23717;
        /* Fx 5+ */
        -o-box-shadow: 0 4px 0 #f23717;
        /* Opera 12+ */
        box-shadow: 0 4px 0 #f23717;
        /* IE 10+ */
    }
}

@media (min-width: 1040px) {
    .scrubber-wrapper {
        padding-right: 270px;
        /* fallback for calc() */
        padding-right: calc(2% +240px);
    }
}

.timer-remaining {
    font-size: 17px;
    line-height: 25px;
    color: #3e89af;
    float: left;
    width: 58px;
    text-align: center;
    display: block;
}

@media (min-width: 700px) {
    .timer-remaining {
        line-height: 30px;
    }
}

.scrubber {
    margin-left: 68px;
    height: 100%;
    padding: 9px 0;
}

.scrubber-track {
    height: 7px;
    background: #65a09e;
    border-radius: 16px;
}

@media (min-width: 700px) {
    .scrubber-track {
        height: 12px;
    }
}

.scrubber-thumb {
    display: block;
    height: 25px;
    top: -9px;
    width: 44px;
    font-size: 0;
    background: #3ce538;
    position: relative;
    cursor: pointer;
    border: 1px solid #FFFFFF;
    border-bottom-width: 4px;
}

.scrubber-thumb.volume {
    background: white;
    border-color: #538F8C;
}

.scrubber-thumb:before {
    content: "";
    border: solid white;
    border-width: 0 2px;
    width: 6px;
    height: 60%;
    display: inline-block;
    vertical-align: middle;
    border-right: none;
    margin-top: 4px;
}

.scrubber-thumb.volume:before {
    content: "";
    border: solid #538F8C;
    border-width: 0 2px;
    width: 6px;
    height: 60%;
    display: inline-block;
    vertical-align: middle;
    border-right: none;
    margin-top: 4px;
}

.scrubber-thumb:after {
    content: "";
    border: solid white;
    border-width: 0 2px;
    width: 8px;
    height: 60%;
    display: inline-block;
    vertical-align: middle;
    margin-top: 4px;
}

.scrubber-thumb.volume:after {
    content: "";
    border: solid #538F8C;
    border-width: 0 2px;
    width: 8px;
    height: 60%;
    display: inline-block;
    vertical-align: middle;
    margin-top: 4px;
}

@media (min-width: 700px) {
    .scrubber-thumb {
        top: -7px;
        -webkit-border-radius: 5px;
        /* Safari 4+ */
        -moz-border-radius: 5px;
        /* Fx 5+ */
        -o-border-radius: 5px;
        /* Opera 12+ */
        border-radius: 5px;
        /* IE 10+ */
    }
}

/* Playback Buttons
---------------------------------------- */
.playback-buttons {
    margin: 0;
    float: left;
    width: 100%;
    height: 44px;
    font-size: 26px;
}

@media (min-width: 455px) {
    .playback-buttons {
        width: 75%;
    }
}

@media (min-width: 700px) {
    .playback-buttons {
        margin-top: 4px;
        height: 60px;
        width: 65%;
    }
}

@media (min-width: 825px) {
    .playback-buttons {
        float: none;
        padding: 19px 0;
        margin-right: 175px;
        /* width of browse button plus gutters */
        margin-left: 160px;
        /* width of to-games button plus gutters */
        text-align: center;
        width: auto;
        height: auto;
        font-size: 39px;
    }
}

@media (min-width: 1040px) {
    .playback-buttons {
        margin-left: calc(4% +120px);
        margin-right: calc(240px +2%);
    }
}

.control-button {
    font-family: 'Bowlby One SC', sans-serif;;
    font-weight: normal;
    margin: 0;
    padding: 0 1em 0;
    color: #032562;
    background: white;
    -webkit-font-smoothing: antialiased;
    font-size: 26px;
    height: 44px;
    line-height: 44px;
    float: left;
    border-left: 2px solid rgba(255, 255, 255, 0.25) !important;
    border-right: 2px solid rgba(0, 0, 0, 0.5) !important;
}

.control-button:hover {
}

@media (min-width: 700px) {
    .control-button {
        height: 56px;
        line-height: 56px;
        -webkit-box-shadow: 0 5px 0 #b21419 );
        /* Safari 4+ */
        -moz-box-shadow: 0 5px 0 #b21419;
        /* Fx 5+ */
        -o-box-shadow: 0 5px 0 #b21419;
        /* Opera 12+ */
        box-shadow: 0 5px 0 #b21419;
        /* IE 10+ */
    }

    .control-button.mute {
        -webkit-box-shadow: 0 5px 0 #002263 );
        /* Safari 4+ */
        -moz-box-shadow: 0 5px 0 #002263;
        /* Fx 5+ */
        -o-box-shadow: 0 5px 0 #002263;
        /* Opera 12+ */
        box-shadow: 0 5px 0 #002263;
        /* IE 10+ */
    }

    .control-button:hover {
        margin-top: 4px;
    }
}

@media (min-width: 825px) {
    .control-button {
        border: 0 none !important;
        bottom: 0;
        vertical-align: top;
        height: 54px;
        line-height: 54px;
        -webkit-border-radius: 10px;
        /* Safari 4+ */
        -moz-border-radius: 10px;
        /* Fx 5+ */
        -o-border-radius: 10px;
        /* Opera 12+ */
        border-radius: 10px;
        /* IE 10+ */
    }

    .control-button + .control-button {
        margin-left: 2%;
    }

    .control-button:hover {
        margin-top: 4px;
        bottom: -4px;
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
        /* Safari 4+ */
        -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
        /* Fx 5+ */
        -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
        /* Opera 12+ */
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
        /* IE 10+ */
    }
}

@media (min-width: 1040px) {
    .control-button {
        font-size: 39px;
        float: none;
        display: inline-block;
    }

    .control-button + .control-button {
        margin-left: 0;
    }
}

.play-pause {
    width: 50%;
    padding: 0;
}

.play-pause:before {
    content: "Pause";
    margin-right: 0.5em;
}

.play-pause.paused:before {
    content: "Play";
}

.play-pause:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 0.65em;
    border-left: 10px solid #032562;
    border-right: 10px solid #032562;
}

.play-pause.paused:after {
    border: 0 none;
    height: 0;
    width: 0;
    border-top: 0.5em solid transparent;
    border-bottom: 0.5em solid transparent;
    border-left: 0.5em solid #032562;
    display: inline-block;
}

@media (min-width: 585px) {
    .play-pause {
        padding: 0 0.5em;
    }
}

@media (min-width: 825px) {
    .play-pause {
        width: 36%;
    }
}

@media (min-width: 1040px) {
    .play-pause {
        width: auto;
    }
}

#videos .previous, #videos .next {
    width: 25%;
    font: 0/0 a;
}

#videos .previous:before, #videos .next:before {
    /* Pseudo element used for vertical centering */
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#videos .previous:after, #videos .next:after {
    content: "";
    display: inline-block;
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    display: inline-block;
    background-size: 100% auto;
    background: url("../assets/images/videos/arrows.png") no-repeat 0 100%;
    width: 44px;
    height: 34px;
    vertical-align: middle;
}

@media (min-width: 825px) {
    #videos .previous, #videos .next {
        width: 19%;
    }
}

@media (min-width: 1040px) {
    #videos .previous, #videos .next {
        width: 125px;
    }
}

#videos .next:after {
    background-position: 0 0;
}

.toggle-volume-slider {
    width: 100%;
    padding: 0;
}

.toggle-volume-slider:before {
    /* Pseudo element used for vertical centering */
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.toggle-volume-slider:after {
    content: "";
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    display: inline-block;
    background-size: auto auto;
    background: url("../assets/images/videos/icon-mute-unmute.png") no-repeat 0 100%;
    width: 36px;
    height: 34px;
    vertical-align: middle;
}

@media (min-width: 825px) {
    .toggle-volume-slider {
        height: 38px;
        line-height: 38px;
    }
}

.toggle-captions {
    display: none;
}

@media (min-width: 700px) {
    .toggle-captions {
        position: absolute;
        top: 45px;
        margin-left: 4%;
        display: inline-block;
        width: 9%;
        max-width: 44px;
        height: 38px;
        line-height: 38px;
        padding: 0;
        font-size: 16px !important;
    }
}

@media (min-width: 825px) {
    .toggle-captions {
        float: left;
        position: static;
        margin-left: 2%;
        display: inline-block;
        width: 9%;
        max-width: 44px;
        height: 38px;
        line-height: 38px;
        padding: 0;
        font-size: 16px !important;
    }
}

@media (min-width: 1040px) {
    .toggle-captions {
        float: none;
        margin-left: 0;
    }
}

#volume-controls {
    display: none;
}

@media (min-width: 825px) {
    #volume-controls {
        /*display: inline-block;*/
        position: relative;
        float: left;
        margin-left: 2%;
        width: 9%;
        max-width: 44px;
    }
}

@media (min-width: 1040px) {
    #volume-controls {
        float: none;
        margin-left: 0;
    }
}

#volume-slider-tooltip {
    color: #45b3fc;
    background-color: #45b3fc;
    width: 82px;
    position: absolute;
    font-family: 'Bowlby One SC', sans-serif;;
    font-weight: normal;
    opacity: 0;
    left: 50%;
    padding: 0;
    height: 0;
    overflow: hidden;
    top: -180px;
    margin-left: -41px;
    text-align: center;
}

#volume-slider-tooltip:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-top: 20px solid #45b3fc;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -20px;
}

#volume-controls:hover #volume-slider-tooltip {
    opacity: 1;
    padding: 5px 0;
    top: -200px;
    height: 200px;
    overflow: visible;
    -webkit-transition: top 0.5s, opacity 0.25s;
    /* Safari 4+ */
    -moz-transition: top 0.5s, opacity 0.25s;
    /* Fx 5+ */
    -o-transition: top 0.5s, opacity 0.25s;
    /* Opera 12+ */
    transition: top 0.5s, opacity 0.25s;
    /* IE 10+ */
}

@media (min-width: 700px) {
    #volume-controls:hover #volume-slider-tooltip {
        top: -204px;
    }
}

@media (min-width: 825px) {
    #volume-slider-tooltip {
        background-color: #45b3fc;
    }

    #volume-controls:hover #volume-slider-tooltip {
        top: -217px;
    }

    #volume-slider-tooltip:after {
        display: block;
        height: 0;
        width: 0;
        border-top: 20px solid #45b3fc;
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
    }
}

.volume-level {
    color: white;
    font-size: 18px;
    display: block;
}

.toggle-mute {
    display: block;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    padding: 0;
    width: 85%;
    margin: 5px auto;
    cursor: pointer;
    float: none;
}

.toggle-mute:hover {
    margin-top: 4px;
}

.toggle-mute:before {
    content: "Mute";
    display: inline-block;
}

.toggle-mute.muted:before {
    content: "Unmute";
}

.volume-slider {
    width: 12px;
    margin: 0 auto;
}

.volume-slider .scrubber-track {
    width: 100%;
    height: 118px;
}

.volume-slider .scrubber-thumb {
    left: -15px;
    top: 0;
}

.playlist-toggle, .playlist-toggle:hover, .mobile-browsing .playlist-toggle {
    width: 100%;
    clear: both;
    background: #45b3fc;
    color: white;
    cursor: pointer;
    font-size: 18px;
    border-top: 2px solid rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 5px 0 #032562 );
    /* Safari 4+ */
    -moz-box-shadow: 0 5px 0 #032562;
    /* Fx 5+ */
    -o-box-shadow: 0 5px 0 #032562;
    /* Opera 12+ */
    box-shadow: 0 5px 0 #032562;
}

.playlist-toggle:after, .playlist-toggle:hover:after, .mobile-browsing .playlist-toggle:after {
    content: "";
    height: 0;
    width: 0;
    border-top: 0.4em solid #FFFFFF;
    border-right: 0.4em solid transparent;
    border-left: 0.4em solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.25em;
}

.playlist-toggle:hover {
    margin-top: 4px;
}

.mobile-browsing .playlist-toggle {
    margin-top: 4px;
}

@media (min-width: 455px) {
    .playlist-toggle, .playlist-toggle:hover, .mobile-browsing .playlist-toggle {
        position: absolute;
        top: 26px;
        right: 0;
        width: 25%;
        border: 0 none;
    }
}

@media (min-width: 700px) {
    .playlist-toggle, .playlist-toggle:hover, .mobile-browsing .playlist-toggle {
        top: 34px;
        width: 20%;
    }
}

@media (min-width: 825px) {
    .playlist-toggle, .playlist-toggle:hover, .mobile-browsing .playlist-toggle {
        right: 20px;
        height: 38px;
        line-height: 38px;
        top: 61px;
        width: 135px;
    }
}

@media (min-width: 1040px) {
    .playlist-toggle, .playlist-toggle:hover, .mobile-browsing .playlist-toggle {
        display: none;
        visibility: hidden;
    }

    #playlist-filters .btn.current {
        background: #3ce538;
        color: white;
    }

    #playlist-filters .btn {
        background: white;
        color: #0038a5;
    }

}

@media (max-height: 650px) {
    .nav_buttons {
        display: none;
    }

    #nav_small {
        width: 100%;
        position: relative;
        left: 0;
        display: block;
    }

    #home_button {
        width: 12vw;
        min-width: 90px;
        display: block;
        position: relative;
        float: left;
        padding-right: 10px;
        padding-left: 10px;
    }

    #video-wrapper {
        position: absolute;
        top: -170px;
        width: 100%;
        height: auto;
        margin: 0;
    }

}