@charset "UTF-8";
.materialize {
  /* ==========================================================================
   Materialize variables
   ========================================================================== */
  /**
 * Table of Contents:
 *
 *  1. Colors
 *  2. Badges
 *  3. Buttons
 *  4. Cards
 *  5. Collapsible
 *  6. Chips
 *  7. Date Picker
 *  8. Dropdown
 *  10. Forms
 *  11. Global
 *  12. Grid
 *  13. Navigation Bar
 *  14. Side Navigation
 *  15. Photo Slider
 *  16. Spinners | Loaders
 *  17. Tabs
 *  18. Tables
 *  19. Toasts
 *  20. Typography
 *  21. Footer
 *  22. Flow Text
 *  23. Collections
 *  24. Progress Bar
 */
  /* 1. Colors
   ========================================================================== */
  /* 2. Badges
   ========================================================================== */
  /* 3. Buttons
   ========================================================================== */
  /* 4. Cards
   ========================================================================== */
  /* 5. Collapsible
   ========================================================================== */
  /* 6. Chips
   ========================================================================== */
  /* 7. Date Picker
   ========================================================================== */
  /* 8. Dropdown
   ========================================================================== */
  /* 9. Fonts
   ========================================================================== */
  /* 10. Forms
   ========================================================================== */
  /* 11. Global
   ========================================================================== */
  /* 12. Grid
   ========================================================================== */
  /* 13. Navigation Bar
   ========================================================================== */
  /* 14. Side Navigation
   ========================================================================== */
  /* 15. Photo Slider
   ========================================================================== */
  /* 16. Spinners | Loaders
   ========================================================================== */
  /* 17. Tabs
   ========================================================================== */
  /* 18. Tables
   ========================================================================== */
  /* 19. Toasts
   ========================================================================== */
  /* 20. Typography
   ========================================================================== */
  /* 21. Footer
   ========================================================================== */
  /* 22. Flow Text
   ========================================================================== */
  /* 23. Collections
   ========================================================================== */
  /* 24. Progress Bar
   ========================================================================== */
  /*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
  /**************************/
  /* STYLES FOR THE SPINNER */
  /**************************/
  /*
 * Constants:
 *      STROKEWIDTH = 3px
 *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)
 *      ARCTIME     = 1333ms (time it takes to expand and contract arc)
 *      ARCSTARTROT = 216 degrees (how much the start location of the arc
 *                                should rotate each time, 216 gives us a
 *                                5 pointed star shape (it's 360/5 * 3).
 *                                For a 7 pointed star, we might do
 *                                360/7 * 3 = 154.286)
 *      CONTAINERWIDTH = 28px
 *      SHRINK_TIME = 400ms
 */
  /**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
  /**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  /**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
  /**
 * Remove default margin.
 */
  /* 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.
 */
  /**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
  /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
  /**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
  /* Links
   ========================================================================== */
  /**
 * Remove the gray background color from active links in IE 10.
 */
  /**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
  /* Text-level semantics
   ========================================================================== */
  /**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
  /**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
  /**
 * Address styling not present in Safari and Chrome.
 */
  /**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
  /**
 * Address styling not present in IE 8/9.
 */
  /**
 * Address inconsistent and variable font size in all browsers.
 */
  /**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
  /* Embedded content
   ========================================================================== */
  /**
 * Remove border when inside `a` element in IE 8/9/10.
 */
  /**
 * Correct overflow not hidden in IE 9/10/11.
 */
  /* Grouping content
   ========================================================================== */
  /**
 * Address margin not present in IE 8/9 and Safari.
 */
  /**
 * Address differences between Firefox and other browsers.
 */
  /**
 * Contain overflow in all browsers.
 */
  /**
 * Address odd `em`-unit font size rendering in all browsers.
 */
  /* 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.
 */
  /**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
  /**
 * 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.
 */
  /**
 * 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.
 */
  /**
 * Re-set default cursor for disabled elements.
 */
  /**
 * Remove inner padding and border in Firefox 4+.
 */
  /**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
  /**
 * 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.
 */
  /**
 * 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`.
 */
  /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
  /**
 * 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).
 */
  /**
 * Define consistent border, margin, and padding.
 */
  /**
 * 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.
 */
  /**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
  /**
 * 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.
 */
  /* Tables
   ========================================================================== */
  /**
 * Remove most spacing between table cells.
 */
  /*********************
  Transition Classes
**********************/
  /*********************
  Media Query Classes
**********************/
  /*******************
  Utility Classes
*******************/
  /* This is needed for some mobile phones to display the Google Icon font properly */
  /*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
  /* Firefox Bug: link not triggered */
  /* Text Inputs + Textarea
   ========================================================================== */
  /* Style Placeholders */
  /* Text inputs */
  /* Search Field */
  /* Textarea */
  /* Autocomplete */
  /* Radio Buttons
   ========================================================================== */
  /* Unchecked styles */
  /* Checked styles */
  /* Radio With gap */
  /* Focused styles */
  /* Disabled Radio With gap */
  /* Disabled style */
  /* Checkboxes
   ========================================================================== */
  /* CUSTOM CSS CHECKBOXES */
  /* Remove default checkbox */
  /* Indeterminate checkbox */
  /* Switch
   ========================================================================== */
  /* Select Field
   ========================================================================== */
  /* File Input
   ========================================================================== */
  /* Range
   ========================================================================== */
  /***************
    Nav List
***************/
  /* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
  /**
 * Note: the root picker element should *NOT* be styled more than what's here.
 */
  /**
 * The picker input element.
 */
  /**
 * When the picker is opened, the input element is "activated".
 */
  /**
 * The holder is the only "scrollable" top-level container element.
 */
  /*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
  /**
 * Note: the root picker element should *NOT* be styled more than what's here.
 */
  /**
 * Make the holder and frame fullscreen.
 */
  /**
 * The holder should overlay the entire screen.
 */
  /**
 * The frame that bounds the box contents of the picker.
 */
  /**
 * The wrapper sets the stage to vertically align the box contents.
 */
  /**
 * The box contains all the picker contents.
 */
  /**
 * When the picker opens...
 */
  /**
 * For `large` screens, transform into an inline picker.
 */
  /* ==========================================================================
   CUSTOM MATERIALIZE STYLES
   ========================================================================== */
  /* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
  /**
 * The picker box.
 */
  /**
 * The header containing the month and year stuff.
 */
  /**
 * The month and year labels.
 */
  /**
 * The month and year selectors.
 */
  /**
 * The month navigation buttons.
 */
  /**
 * The calendar table of dates
 */
  /**
 * The weekday labels
 */
  /**
 * The days on the calendar
 */
  /**
 * The footer containing the "today", "clear", and "close" buttons.
 */
  /* ==========================================================================
   CUSTOM MATERIALIZE STYLES
   ========================================================================== */
  /* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
  /**
 * The list of times.
 */
  /**
 * The times on the clock.
 */
  /* Hovered time */
  /* Highlighted and hovered/focused time */
  /* Selected and hovered/focused time */
  /* Disabled time */
  /**
 * The clear button
 */
  /* ==========================================================================
   $DEFAULT-TIME-PICKER
   ========================================================================== */
  /**
 * The frame the bounds the time picker.
 */
  /**
 * The picker box.
 */ }
  .materialize .materialize-red {
    background-color: #e51c23 !important; }
  .materialize .materialize-red-text {
    color: #e51c23 !important; }
  .materialize .materialize-red.lighten-5 {
    background-color: #fdeaeb !important; }
  .materialize .materialize-red-text.text-lighten-5 {
    color: #fdeaeb !important; }
  .materialize .materialize-red.lighten-4 {
    background-color: #f8c1c3 !important; }
  .materialize .materialize-red-text.text-lighten-4 {
    color: #f8c1c3 !important; }
  .materialize .materialize-red.lighten-3 {
    background-color: #f3989b !important; }
  .materialize .materialize-red-text.text-lighten-3 {
    color: #f3989b !important; }
  .materialize .materialize-red.lighten-2 {
    background-color: #ee6e73 !important; }
  .materialize .materialize-red-text.text-lighten-2 {
    color: #ee6e73 !important; }
  .materialize .materialize-red.lighten-1 {
    background-color: #ea454b !important; }
  .materialize .materialize-red-text.text-lighten-1 {
    color: #ea454b !important; }
  .materialize .materialize-red.darken-1 {
    background-color: #d0181e !important; }
  .materialize .materialize-red-text.text-darken-1 {
    color: #d0181e !important; }
  .materialize .materialize-red.darken-2 {
    background-color: #b9151b !important; }
  .materialize .materialize-red-text.text-darken-2 {
    color: #b9151b !important; }
  .materialize .materialize-red.darken-3 {
    background-color: #a21318 !important; }
  .materialize .materialize-red-text.text-darken-3 {
    color: #a21318 !important; }
  .materialize .materialize-red.darken-4 {
    background-color: #8b1014 !important; }
  .materialize .materialize-red-text.text-darken-4 {
    color: #8b1014 !important; }
  .materialize .red {
    background-color: #F44336 !important; }
  .materialize .red-text {
    color: #F44336 !important; }
  .materialize .red.lighten-5 {
    background-color: #FFEBEE !important; }
  .materialize .red-text.text-lighten-5 {
    color: #FFEBEE !important; }
  .materialize .red.lighten-4 {
    background-color: #FFCDD2 !important; }
  .materialize .red-text.text-lighten-4 {
    color: #FFCDD2 !important; }
  .materialize .red.lighten-3 {
    background-color: #EF9A9A !important; }
  .materialize .red-text.text-lighten-3 {
    color: #EF9A9A !important; }
  .materialize .red.lighten-2 {
    background-color: #E57373 !important; }
  .materialize .red-text.text-lighten-2 {
    color: #E57373 !important; }
  .materialize .red.lighten-1 {
    background-color: #EF5350 !important; }
  .materialize .red-text.text-lighten-1 {
    color: #EF5350 !important; }
  .materialize .red.darken-1 {
    background-color: #E53935 !important; }
  .materialize .red-text.text-darken-1 {
    color: #E53935 !important; }
  .materialize .red.darken-2 {
    background-color: #D32F2F !important; }
  .materialize .red-text.text-darken-2 {
    color: #D32F2F !important; }
  .materialize .red.darken-3 {
    background-color: #C62828 !important; }
  .materialize .red-text.text-darken-3 {
    color: #C62828 !important; }
  .materialize .red.darken-4 {
    background-color: #B71C1C !important; }
  .materialize .red-text.text-darken-4 {
    color: #B71C1C !important; }
  .materialize .red.accent-1 {
    background-color: #FF8A80 !important; }
  .materialize .red-text.text-accent-1 {
    color: #FF8A80 !important; }
  .materialize .red.accent-2 {
    background-color: #FF5252 !important; }
  .materialize .red-text.text-accent-2 {
    color: #FF5252 !important; }
  .materialize .red.accent-3 {
    background-color: #FF1744 !important; }
  .materialize .red-text.text-accent-3 {
    color: #FF1744 !important; }
  .materialize .red.accent-4 {
    background-color: #D50000 !important; }
  .materialize .red-text.text-accent-4 {
    color: #D50000 !important; }
  .materialize .pink {
    background-color: #e91e63 !important; }
  .materialize .pink-text {
    color: #e91e63 !important; }
  .materialize .pink.lighten-5 {
    background-color: #fce4ec !important; }
  .materialize .pink-text.text-lighten-5 {
    color: #fce4ec !important; }
  .materialize .pink.lighten-4 {
    background-color: #f8bbd0 !important; }
  .materialize .pink-text.text-lighten-4 {
    color: #f8bbd0 !important; }
  .materialize .pink.lighten-3 {
    background-color: #f48fb1 !important; }
  .materialize .pink-text.text-lighten-3 {
    color: #f48fb1 !important; }
  .materialize .pink.lighten-2 {
    background-color: #f06292 !important; }
  .materialize .pink-text.text-lighten-2 {
    color: #f06292 !important; }
  .materialize .pink.lighten-1 {
    background-color: #ec407a !important; }
  .materialize .pink-text.text-lighten-1 {
    color: #ec407a !important; }
  .materialize .pink.darken-1 {
    background-color: #d81b60 !important; }
  .materialize .pink-text.text-darken-1 {
    color: #d81b60 !important; }
  .materialize .pink.darken-2 {
    background-color: #c2185b !important; }
  .materialize .pink-text.text-darken-2 {
    color: #c2185b !important; }
  .materialize .pink.darken-3 {
    background-color: #ad1457 !important; }
  .materialize .pink-text.text-darken-3 {
    color: #ad1457 !important; }
  .materialize .pink.darken-4 {
    background-color: #880e4f !important; }
  .materialize .pink-text.text-darken-4 {
    color: #880e4f !important; }
  .materialize .pink.accent-1 {
    background-color: #ff80ab !important; }
  .materialize .pink-text.text-accent-1 {
    color: #ff80ab !important; }
  .materialize .pink.accent-2 {
    background-color: #ff4081 !important; }
  .materialize .pink-text.text-accent-2 {
    color: #ff4081 !important; }
  .materialize .pink.accent-3 {
    background-color: #f50057 !important; }
  .materialize .pink-text.text-accent-3 {
    color: #f50057 !important; }
  .materialize .pink.accent-4 {
    background-color: #c51162 !important; }
  .materialize .pink-text.text-accent-4 {
    color: #c51162 !important; }
  .materialize .purple {
    background-color: #9c27b0 !important; }
  .materialize .purple-text {
    color: #9c27b0 !important; }
  .materialize .purple.lighten-5 {
    background-color: #f3e5f5 !important; }
  .materialize .purple-text.text-lighten-5 {
    color: #f3e5f5 !important; }
  .materialize .purple.lighten-4 {
    background-color: #e1bee7 !important; }
  .materialize .purple-text.text-lighten-4 {
    color: #e1bee7 !important; }
  .materialize .purple.lighten-3 {
    background-color: #ce93d8 !important; }
  .materialize .purple-text.text-lighten-3 {
    color: #ce93d8 !important; }
  .materialize .purple.lighten-2 {
    background-color: #ba68c8 !important; }
  .materialize .purple-text.text-lighten-2 {
    color: #ba68c8 !important; }
  .materialize .purple.lighten-1 {
    background-color: #ab47bc !important; }
  .materialize .purple-text.text-lighten-1 {
    color: #ab47bc !important; }
  .materialize .purple.darken-1 {
    background-color: #8e24aa !important; }
  .materialize .purple-text.text-darken-1 {
    color: #8e24aa !important; }
  .materialize .purple.darken-2 {
    background-color: #7b1fa2 !important; }
  .materialize .purple-text.text-darken-2 {
    color: #7b1fa2 !important; }
  .materialize .purple.darken-3 {
    background-color: #6a1b9a !important; }
  .materialize .purple-text.text-darken-3 {
    color: #6a1b9a !important; }
  .materialize .purple.darken-4 {
    background-color: #4a148c !important; }
  .materialize .purple-text.text-darken-4 {
    color: #4a148c !important; }
  .materialize .purple.accent-1 {
    background-color: #ea80fc !important; }
  .materialize .purple-text.text-accent-1 {
    color: #ea80fc !important; }
  .materialize .purple.accent-2 {
    background-color: #e040fb !important; }
  .materialize .purple-text.text-accent-2 {
    color: #e040fb !important; }
  .materialize .purple.accent-3 {
    background-color: #d500f9 !important; }
  .materialize .purple-text.text-accent-3 {
    color: #d500f9 !important; }
  .materialize .purple.accent-4 {
    background-color: #aa00ff !important; }
  .materialize .purple-text.text-accent-4 {
    color: #aa00ff !important; }
  .materialize .deep-purple {
    background-color: #673ab7 !important; }
  .materialize .deep-purple-text {
    color: #673ab7 !important; }
  .materialize .deep-purple.lighten-5 {
    background-color: #ede7f6 !important; }
  .materialize .deep-purple-text.text-lighten-5 {
    color: #ede7f6 !important; }
  .materialize .deep-purple.lighten-4 {
    background-color: #d1c4e9 !important; }
  .materialize .deep-purple-text.text-lighten-4 {
    color: #d1c4e9 !important; }
  .materialize .deep-purple.lighten-3 {
    background-color: #b39ddb !important; }
  .materialize .deep-purple-text.text-lighten-3 {
    color: #b39ddb !important; }
  .materialize .deep-purple.lighten-2 {
    background-color: #9575cd !important; }
  .materialize .deep-purple-text.text-lighten-2 {
    color: #9575cd !important; }
  .materialize .deep-purple.lighten-1 {
    background-color: #7e57c2 !important; }
  .materialize .deep-purple-text.text-lighten-1 {
    color: #7e57c2 !important; }
  .materialize .deep-purple.darken-1 {
    background-color: #5e35b1 !important; }
  .materialize .deep-purple-text.text-darken-1 {
    color: #5e35b1 !important; }
  .materialize .deep-purple.darken-2 {
    background-color: #512da8 !important; }
  .materialize .deep-purple-text.text-darken-2 {
    color: #512da8 !important; }
  .materialize .deep-purple.darken-3 {
    background-color: #4527a0 !important; }
  .materialize .deep-purple-text.text-darken-3 {
    color: #4527a0 !important; }
  .materialize .deep-purple.darken-4 {
    background-color: #311b92 !important; }
  .materialize .deep-purple-text.text-darken-4 {
    color: #311b92 !important; }
  .materialize .deep-purple.accent-1 {
    background-color: #b388ff !important; }
  .materialize .deep-purple-text.text-accent-1 {
    color: #b388ff !important; }
  .materialize .deep-purple.accent-2 {
    background-color: #7c4dff !important; }
  .materialize .deep-purple-text.text-accent-2 {
    color: #7c4dff !important; }
  .materialize .deep-purple.accent-3 {
    background-color: #651fff !important; }
  .materialize .deep-purple-text.text-accent-3 {
    color: #651fff !important; }
  .materialize .deep-purple.accent-4 {
    background-color: #6200ea !important; }
  .materialize .deep-purple-text.text-accent-4 {
    color: #6200ea !important; }
  .materialize .indigo {
    background-color: #3f51b5 !important; }
  .materialize .indigo-text {
    color: #3f51b5 !important; }
  .materialize .indigo.lighten-5 {
    background-color: #e8eaf6 !important; }
  .materialize .indigo-text.text-lighten-5 {
    color: #e8eaf6 !important; }
  .materialize .indigo.lighten-4 {
    background-color: #c5cae9 !important; }
  .materialize .indigo-text.text-lighten-4 {
    color: #c5cae9 !important; }
  .materialize .indigo.lighten-3 {
    background-color: #9fa8da !important; }
  .materialize .indigo-text.text-lighten-3 {
    color: #9fa8da !important; }
  .materialize .indigo.lighten-2 {
    background-color: #7986cb !important; }
  .materialize .indigo-text.text-lighten-2 {
    color: #7986cb !important; }
  .materialize .indigo.lighten-1 {
    background-color: #5c6bc0 !important; }
  .materialize .indigo-text.text-lighten-1 {
    color: #5c6bc0 !important; }
  .materialize .indigo.darken-1 {
    background-color: #3949ab !important; }
  .materialize .indigo-text.text-darken-1 {
    color: #3949ab !important; }
  .materialize .indigo.darken-2 {
    background-color: #303f9f !important; }
  .materialize .indigo-text.text-darken-2 {
    color: #303f9f !important; }
  .materialize .indigo.darken-3 {
    background-color: #283593 !important; }
  .materialize .indigo-text.text-darken-3 {
    color: #283593 !important; }
  .materialize .indigo.darken-4 {
    background-color: #1a237e !important; }
  .materialize .indigo-text.text-darken-4 {
    color: #1a237e !important; }
  .materialize .indigo.accent-1 {
    background-color: #8c9eff !important; }
  .materialize .indigo-text.text-accent-1 {
    color: #8c9eff !important; }
  .materialize .indigo.accent-2 {
    background-color: #536dfe !important; }
  .materialize .indigo-text.text-accent-2 {
    color: #536dfe !important; }
  .materialize .indigo.accent-3 {
    background-color: #3d5afe !important; }
  .materialize .indigo-text.text-accent-3 {
    color: #3d5afe !important; }
  .materialize .indigo.accent-4 {
    background-color: #304ffe !important; }
  .materialize .indigo-text.text-accent-4 {
    color: #304ffe !important; }
  .materialize .blue {
    background-color: #2196F3 !important; }
  .materialize .blue-text {
    color: #2196F3 !important; }
  .materialize .blue.lighten-5 {
    background-color: #E3F2FD !important; }
  .materialize .blue-text.text-lighten-5 {
    color: #E3F2FD !important; }
  .materialize .blue.lighten-4 {
    background-color: #BBDEFB !important; }
  .materialize .blue-text.text-lighten-4 {
    color: #BBDEFB !important; }
  .materialize .blue.lighten-3 {
    background-color: #90CAF9 !important; }
  .materialize .blue-text.text-lighten-3 {
    color: #90CAF9 !important; }
  .materialize .blue.lighten-2 {
    background-color: #64B5F6 !important; }
  .materialize .blue-text.text-lighten-2 {
    color: #64B5F6 !important; }
  .materialize .blue.lighten-1 {
    background-color: #42A5F5 !important; }
  .materialize .blue-text.text-lighten-1 {
    color: #42A5F5 !important; }
  .materialize .blue.darken-1 {
    background-color: #1E88E5 !important; }
  .materialize .blue-text.text-darken-1 {
    color: #1E88E5 !important; }
  .materialize .blue.darken-2 {
    background-color: #1976D2 !important; }
  .materialize .blue-text.text-darken-2 {
    color: #1976D2 !important; }
  .materialize .blue.darken-3 {
    background-color: #1565C0 !important; }
  .materialize .blue-text.text-darken-3 {
    color: #1565C0 !important; }
  .materialize .blue.darken-4 {
    background-color: #0D47A1 !important; }
  .materialize .blue-text.text-darken-4 {
    color: #0D47A1 !important; }
  .materialize .blue.accent-1 {
    background-color: #82B1FF !important; }
  .materialize .blue-text.text-accent-1 {
    color: #82B1FF !important; }
  .materialize .blue.accent-2 {
    background-color: #448AFF !important; }
  .materialize .blue-text.text-accent-2 {
    color: #448AFF !important; }
  .materialize .blue.accent-3 {
    background-color: #2979FF !important; }
  .materialize .blue-text.text-accent-3 {
    color: #2979FF !important; }
  .materialize .blue.accent-4 {
    background-color: #2962FF !important; }
  .materialize .blue-text.text-accent-4 {
    color: #2962FF !important; }
  .materialize .light-blue {
    background-color: #03a9f4 !important; }
  .materialize .light-blue-text {
    color: #03a9f4 !important; }
  .materialize .light-blue.lighten-5 {
    background-color: #e1f5fe !important; }
  .materialize .light-blue-text.text-lighten-5 {
    color: #e1f5fe !important; }
  .materialize .light-blue.lighten-4 {
    background-color: #b3e5fc !important; }
  .materialize .light-blue-text.text-lighten-4 {
    color: #b3e5fc !important; }
  .materialize .light-blue.lighten-3 {
    background-color: #81d4fa !important; }
  .materialize .light-blue-text.text-lighten-3 {
    color: #81d4fa !important; }
  .materialize .light-blue.lighten-2 {
    background-color: #4fc3f7 !important; }
  .materialize .light-blue-text.text-lighten-2 {
    color: #4fc3f7 !important; }
  .materialize .light-blue.lighten-1 {
    background-color: #29b6f6 !important; }
  .materialize .light-blue-text.text-lighten-1 {
    color: #29b6f6 !important; }
  .materialize .light-blue.darken-1 {
    background-color: #039be5 !important; }
  .materialize .light-blue-text.text-darken-1 {
    color: #039be5 !important; }
  .materialize .light-blue.darken-2 {
    background-color: #0288d1 !important; }
  .materialize .light-blue-text.text-darken-2 {
    color: #0288d1 !important; }
  .materialize .light-blue.darken-3 {
    background-color: #0277bd !important; }
  .materialize .light-blue-text.text-darken-3 {
    color: #0277bd !important; }
  .materialize .light-blue.darken-4 {
    background-color: #01579b !important; }
  .materialize .light-blue-text.text-darken-4 {
    color: #01579b !important; }
  .materialize .light-blue.accent-1 {
    background-color: #80d8ff !important; }
  .materialize .light-blue-text.text-accent-1 {
    color: #80d8ff !important; }
  .materialize .light-blue.accent-2 {
    background-color: #40c4ff !important; }
  .materialize .light-blue-text.text-accent-2 {
    color: #40c4ff !important; }
  .materialize .light-blue.accent-3 {
    background-color: #00b0ff !important; }
  .materialize .light-blue-text.text-accent-3 {
    color: #00b0ff !important; }
  .materialize .light-blue.accent-4 {
    background-color: #0091ea !important; }
  .materialize .light-blue-text.text-accent-4 {
    color: #0091ea !important; }
  .materialize .cyan {
    background-color: #00bcd4 !important; }
  .materialize .cyan-text {
    color: #00bcd4 !important; }
  .materialize .cyan.lighten-5 {
    background-color: #e0f7fa !important; }
  .materialize .cyan-text.text-lighten-5 {
    color: #e0f7fa !important; }
  .materialize .cyan.lighten-4 {
    background-color: #b2ebf2 !important; }
  .materialize .cyan-text.text-lighten-4 {
    color: #b2ebf2 !important; }
  .materialize .cyan.lighten-3 {
    background-color: #80deea !important; }
  .materialize .cyan-text.text-lighten-3 {
    color: #80deea !important; }
  .materialize .cyan.lighten-2 {
    background-color: #4dd0e1 !important; }
  .materialize .cyan-text.text-lighten-2 {
    color: #4dd0e1 !important; }
  .materialize .cyan.lighten-1 {
    background-color: #26c6da !important; }
  .materialize .cyan-text.text-lighten-1 {
    color: #26c6da !important; }
  .materialize .cyan.darken-1 {
    background-color: #00acc1 !important; }
  .materialize .cyan-text.text-darken-1 {
    color: #00acc1 !important; }
  .materialize .cyan.darken-2 {
    background-color: #0097a7 !important; }
  .materialize .cyan-text.text-darken-2 {
    color: #0097a7 !important; }
  .materialize .cyan.darken-3 {
    background-color: #00838f !important; }
  .materialize .cyan-text.text-darken-3 {
    color: #00838f !important; }
  .materialize .cyan.darken-4 {
    background-color: #006064 !important; }
  .materialize .cyan-text.text-darken-4 {
    color: #006064 !important; }
  .materialize .cyan.accent-1 {
    background-color: #84ffff !important; }
  .materialize .cyan-text.text-accent-1 {
    color: #84ffff !important; }
  .materialize .cyan.accent-2 {
    background-color: #18ffff !important; }
  .materialize .cyan-text.text-accent-2 {
    color: #18ffff !important; }
  .materialize .cyan.accent-3 {
    background-color: #00e5ff !important; }
  .materialize .cyan-text.text-accent-3 {
    color: #00e5ff !important; }
  .materialize .cyan.accent-4 {
    background-color: #00b8d4 !important; }
  .materialize .cyan-text.text-accent-4 {
    color: #00b8d4 !important; }
  .materialize .teal {
    background-color: #009688 !important; }
  .materialize .teal-text {
    color: #009688 !important; }
  .materialize .teal.lighten-5 {
    background-color: #e0f2f1 !important; }
  .materialize .teal-text.text-lighten-5 {
    color: #e0f2f1 !important; }
  .materialize .teal.lighten-4 {
    background-color: #b2dfdb !important; }
  .materialize .teal-text.text-lighten-4 {
    color: #b2dfdb !important; }
  .materialize .teal.lighten-3 {
    background-color: #80cbc4 !important; }
  .materialize .teal-text.text-lighten-3 {
    color: #80cbc4 !important; }
  .materialize .teal.lighten-2 {
    background-color: #4db6ac !important; }
  .materialize .teal-text.text-lighten-2 {
    color: #4db6ac !important; }
  .materialize .teal.lighten-1 {
    background-color: #26a69a !important; }
  .materialize .teal-text.text-lighten-1 {
    color: #26a69a !important; }
  .materialize .teal.darken-1 {
    background-color: #00897b !important; }
  .materialize .teal-text.text-darken-1 {
    color: #00897b !important; }
  .materialize .teal.darken-2 {
    background-color: #00796b !important; }
  .materialize .teal-text.text-darken-2 {
    color: #00796b !important; }
  .materialize .teal.darken-3 {
    background-color: #00695c !important; }
  .materialize .teal-text.text-darken-3 {
    color: #00695c !important; }
  .materialize .teal.darken-4 {
    background-color: #004d40 !important; }
  .materialize .teal-text.text-darken-4 {
    color: #004d40 !important; }
  .materialize .teal.accent-1 {
    background-color: #a7ffeb !important; }
  .materialize .teal-text.text-accent-1 {
    color: #a7ffeb !important; }
  .materialize .teal.accent-2 {
    background-color: #64ffda !important; }
  .materialize .teal-text.text-accent-2 {
    color: #64ffda !important; }
  .materialize .teal.accent-3 {
    background-color: #1de9b6 !important; }
  .materialize .teal-text.text-accent-3 {
    color: #1de9b6 !important; }
  .materialize .teal.accent-4 {
    background-color: #00bfa5 !important; }
  .materialize .teal-text.text-accent-4 {
    color: #00bfa5 !important; }
  .materialize .green {
    background-color: #4CAF50 !important; }
  .materialize .green-text {
    color: #4CAF50 !important; }
  .materialize .green.lighten-5 {
    background-color: #E8F5E9 !important; }
  .materialize .green-text.text-lighten-5 {
    color: #E8F5E9 !important; }
  .materialize .green.lighten-4 {
    background-color: #C8E6C9 !important; }
  .materialize .green-text.text-lighten-4 {
    color: #C8E6C9 !important; }
  .materialize .green.lighten-3 {
    background-color: #A5D6A7 !important; }
  .materialize .green-text.text-lighten-3 {
    color: #A5D6A7 !important; }
  .materialize .green.lighten-2 {
    background-color: #81C784 !important; }
  .materialize .green-text.text-lighten-2 {
    color: #81C784 !important; }
  .materialize .green.lighten-1 {
    background-color: #66BB6A !important; }
  .materialize .green-text.text-lighten-1 {
    color: #66BB6A !important; }
  .materialize .green.darken-1 {
    background-color: #43A047 !important; }
  .materialize .green-text.text-darken-1 {
    color: #43A047 !important; }
  .materialize .green.darken-2 {
    background-color: #388E3C !important; }
  .materialize .green-text.text-darken-2 {
    color: #388E3C !important; }
  .materialize .green.darken-3 {
    background-color: #2E7D32 !important; }
  .materialize .green-text.text-darken-3 {
    color: #2E7D32 !important; }
  .materialize .green.darken-4 {
    background-color: #1B5E20 !important; }
  .materialize .green-text.text-darken-4 {
    color: #1B5E20 !important; }
  .materialize .green.accent-1 {
    background-color: #B9F6CA !important; }
  .materialize .green-text.text-accent-1 {
    color: #B9F6CA !important; }
  .materialize .green.accent-2 {
    background-color: #69F0AE !important; }
  .materialize .green-text.text-accent-2 {
    color: #69F0AE !important; }
  .materialize .green.accent-3 {
    background-color: #00E676 !important; }
  .materialize .green-text.text-accent-3 {
    color: #00E676 !important; }
  .materialize .green.accent-4 {
    background-color: #00C853 !important; }
  .materialize .green-text.text-accent-4 {
    color: #00C853 !important; }
  .materialize .light-green {
    background-color: #8bc34a !important; }
  .materialize .light-green-text {
    color: #8bc34a !important; }
  .materialize .light-green.lighten-5 {
    background-color: #f1f8e9 !important; }
  .materialize .light-green-text.text-lighten-5 {
    color: #f1f8e9 !important; }
  .materialize .light-green.lighten-4 {
    background-color: #dcedc8 !important; }
  .materialize .light-green-text.text-lighten-4 {
    color: #dcedc8 !important; }
  .materialize .light-green.lighten-3 {
    background-color: #c5e1a5 !important; }
  .materialize .light-green-text.text-lighten-3 {
    color: #c5e1a5 !important; }
  .materialize .light-green.lighten-2 {
    background-color: #aed581 !important; }
  .materialize .light-green-text.text-lighten-2 {
    color: #aed581 !important; }
  .materialize .light-green.lighten-1 {
    background-color: #9ccc65 !important; }
  .materialize .light-green-text.text-lighten-1 {
    color: #9ccc65 !important; }
  .materialize .light-green.darken-1 {
    background-color: #7cb342 !important; }
  .materialize .light-green-text.text-darken-1 {
    color: #7cb342 !important; }
  .materialize .light-green.darken-2 {
    background-color: #689f38 !important; }
  .materialize .light-green-text.text-darken-2 {
    color: #689f38 !important; }
  .materialize .light-green.darken-3 {
    background-color: #558b2f !important; }
  .materialize .light-green-text.text-darken-3 {
    color: #558b2f !important; }
  .materialize .light-green.darken-4 {
    background-color: #33691e !important; }
  .materialize .light-green-text.text-darken-4 {
    color: #33691e !important; }
  .materialize .light-green.accent-1 {
    background-color: #ccff90 !important; }
  .materialize .light-green-text.text-accent-1 {
    color: #ccff90 !important; }
  .materialize .light-green.accent-2 {
    background-color: #b2ff59 !important; }
  .materialize .light-green-text.text-accent-2 {
    color: #b2ff59 !important; }
  .materialize .light-green.accent-3 {
    background-color: #76ff03 !important; }
  .materialize .light-green-text.text-accent-3 {
    color: #76ff03 !important; }
  .materialize .light-green.accent-4 {
    background-color: #64dd17 !important; }
  .materialize .light-green-text.text-accent-4 {
    color: #64dd17 !important; }
  .materialize .lime {
    background-color: #cddc39 !important; }
  .materialize .lime-text {
    color: #cddc39 !important; }
  .materialize .lime.lighten-5 {
    background-color: #f9fbe7 !important; }
  .materialize .lime-text.text-lighten-5 {
    color: #f9fbe7 !important; }
  .materialize .lime.lighten-4 {
    background-color: #f0f4c3 !important; }
  .materialize .lime-text.text-lighten-4 {
    color: #f0f4c3 !important; }
  .materialize .lime.lighten-3 {
    background-color: #e6ee9c !important; }
  .materialize .lime-text.text-lighten-3 {
    color: #e6ee9c !important; }
  .materialize .lime.lighten-2 {
    background-color: #dce775 !important; }
  .materialize .lime-text.text-lighten-2 {
    color: #dce775 !important; }
  .materialize .lime.lighten-1 {
    background-color: #d4e157 !important; }
  .materialize .lime-text.text-lighten-1 {
    color: #d4e157 !important; }
  .materialize .lime.darken-1 {
    background-color: #c0ca33 !important; }
  .materialize .lime-text.text-darken-1 {
    color: #c0ca33 !important; }
  .materialize .lime.darken-2 {
    background-color: #afb42b !important; }
  .materialize .lime-text.text-darken-2 {
    color: #afb42b !important; }
  .materialize .lime.darken-3 {
    background-color: #9e9d24 !important; }
  .materialize .lime-text.text-darken-3 {
    color: #9e9d24 !important; }
  .materialize .lime.darken-4 {
    background-color: #827717 !important; }
  .materialize .lime-text.text-darken-4 {
    color: #827717 !important; }
  .materialize .lime.accent-1 {
    background-color: #f4ff81 !important; }
  .materialize .lime-text.text-accent-1 {
    color: #f4ff81 !important; }
  .materialize .lime.accent-2 {
    background-color: #eeff41 !important; }
  .materialize .lime-text.text-accent-2 {
    color: #eeff41 !important; }
  .materialize .lime.accent-3 {
    background-color: #c6ff00 !important; }
  .materialize .lime-text.text-accent-3 {
    color: #c6ff00 !important; }
  .materialize .lime.accent-4 {
    background-color: #aeea00 !important; }
  .materialize .lime-text.text-accent-4 {
    color: #aeea00 !important; }
  .materialize .yellow {
    background-color: #ffeb3b !important; }
  .materialize .yellow-text {
    color: #ffeb3b !important; }
  .materialize .yellow.lighten-5 {
    background-color: #fffde7 !important; }
  .materialize .yellow-text.text-lighten-5 {
    color: #fffde7 !important; }
  .materialize .yellow.lighten-4 {
    background-color: #fff9c4 !important; }
  .materialize .yellow-text.text-lighten-4 {
    color: #fff9c4 !important; }
  .materialize .yellow.lighten-3 {
    background-color: #fff59d !important; }
  .materialize .yellow-text.text-lighten-3 {
    color: #fff59d !important; }
  .materialize .yellow.lighten-2 {
    background-color: #fff176 !important; }
  .materialize .yellow-text.text-lighten-2 {
    color: #fff176 !important; }
  .materialize .yellow.lighten-1 {
    background-color: #ffee58 !important; }
  .materialize .yellow-text.text-lighten-1 {
    color: #ffee58 !important; }
  .materialize .yellow.darken-1 {
    background-color: #fdd835 !important; }
  .materialize .yellow-text.text-darken-1 {
    color: #fdd835 !important; }
  .materialize .yellow.darken-2 {
    background-color: #fbc02d !important; }
  .materialize .yellow-text.text-darken-2 {
    color: #fbc02d !important; }
  .materialize .yellow.darken-3 {
    background-color: #f9a825 !important; }
  .materialize .yellow-text.text-darken-3 {
    color: #f9a825 !important; }
  .materialize .yellow.darken-4 {
    background-color: #f57f17 !important; }
  .materialize .yellow-text.text-darken-4 {
    color: #f57f17 !important; }
  .materialize .yellow.accent-1 {
    background-color: #ffff8d !important; }
  .materialize .yellow-text.text-accent-1 {
    color: #ffff8d !important; }
  .materialize .yellow.accent-2 {
    background-color: #ffff00 !important; }
  .materialize .yellow-text.text-accent-2 {
    color: #ffff00 !important; }
  .materialize .yellow.accent-3 {
    background-color: #ffea00 !important; }
  .materialize .yellow-text.text-accent-3 {
    color: #ffea00 !important; }
  .materialize .yellow.accent-4 {
    background-color: #ffd600 !important; }
  .materialize .yellow-text.text-accent-4 {
    color: #ffd600 !important; }
  .materialize .amber {
    background-color: #ffc107 !important; }
  .materialize .amber-text {
    color: #ffc107 !important; }
  .materialize .amber.lighten-5 {
    background-color: #fff8e1 !important; }
  .materialize .amber-text.text-lighten-5 {
    color: #fff8e1 !important; }
  .materialize .amber.lighten-4 {
    background-color: #ffecb3 !important; }
  .materialize .amber-text.text-lighten-4 {
    color: #ffecb3 !important; }
  .materialize .amber.lighten-3 {
    background-color: #ffe082 !important; }
  .materialize .amber-text.text-lighten-3 {
    color: #ffe082 !important; }
  .materialize .amber.lighten-2 {
    background-color: #ffd54f !important; }
  .materialize .amber-text.text-lighten-2 {
    color: #ffd54f !important; }
  .materialize .amber.lighten-1 {
    background-color: #ffca28 !important; }
  .materialize .amber-text.text-lighten-1 {
    color: #ffca28 !important; }
  .materialize .amber.darken-1 {
    background-color: #ffb300 !important; }
  .materialize .amber-text.text-darken-1 {
    color: #ffb300 !important; }
  .materialize .amber.darken-2 {
    background-color: #ffa000 !important; }
  .materialize .amber-text.text-darken-2 {
    color: #ffa000 !important; }
  .materialize .amber.darken-3 {
    background-color: #ff8f00 !important; }
  .materialize .amber-text.text-darken-3 {
    color: #ff8f00 !important; }
  .materialize .amber.darken-4 {
    background-color: #ff6f00 !important; }
  .materialize .amber-text.text-darken-4 {
    color: #ff6f00 !important; }
  .materialize .amber.accent-1 {
    background-color: #ffe57f !important; }
  .materialize .amber-text.text-accent-1 {
    color: #ffe57f !important; }
  .materialize .amber.accent-2 {
    background-color: #ffd740 !important; }
  .materialize .amber-text.text-accent-2 {
    color: #ffd740 !important; }
  .materialize .amber.accent-3 {
    background-color: #ffc400 !important; }
  .materialize .amber-text.text-accent-3 {
    color: #ffc400 !important; }
  .materialize .amber.accent-4 {
    background-color: #ffab00 !important; }
  .materialize .amber-text.text-accent-4 {
    color: #ffab00 !important; }
  .materialize .orange {
    background-color: #ff9800 !important; }
  .materialize .orange-text {
    color: #ff9800 !important; }
  .materialize .orange.lighten-5 {
    background-color: #fff3e0 !important; }
  .materialize .orange-text.text-lighten-5 {
    color: #fff3e0 !important; }
  .materialize .orange.lighten-4 {
    background-color: #ffe0b2 !important; }
  .materialize .orange-text.text-lighten-4 {
    color: #ffe0b2 !important; }
  .materialize .orange.lighten-3 {
    background-color: #ffcc80 !important; }
  .materialize .orange-text.text-lighten-3 {
    color: #ffcc80 !important; }
  .materialize .orange.lighten-2 {
    background-color: #ffb74d !important; }
  .materialize .orange-text.text-lighten-2 {
    color: #ffb74d !important; }
  .materialize .orange.lighten-1 {
    background-color: #ffa726 !important; }
  .materialize .orange-text.text-lighten-1 {
    color: #ffa726 !important; }
  .materialize .orange.darken-1 {
    background-color: #fb8c00 !important; }
  .materialize .orange-text.text-darken-1 {
    color: #fb8c00 !important; }
  .materialize .orange.darken-2 {
    background-color: #f57c00 !important; }
  .materialize .orange-text.text-darken-2 {
    color: #f57c00 !important; }
  .materialize .orange.darken-3 {
    background-color: #ef6c00 !important; }
  .materialize .orange-text.text-darken-3 {
    color: #ef6c00 !important; }
  .materialize .orange.darken-4 {
    background-color: #e65100 !important; }
  .materialize .orange-text.text-darken-4 {
    color: #e65100 !important; }
  .materialize .orange.accent-1 {
    background-color: #ffd180 !important; }
  .materialize .orange-text.text-accent-1 {
    color: #ffd180 !important; }
  .materialize .orange.accent-2 {
    background-color: #ffab40 !important; }
  .materialize .orange-text.text-accent-2 {
    color: #ffab40 !important; }
  .materialize .orange.accent-3 {
    background-color: #ff9100 !important; }
  .materialize .orange-text.text-accent-3 {
    color: #ff9100 !important; }
  .materialize .orange.accent-4 {
    background-color: #ff6d00 !important; }
  .materialize .orange-text.text-accent-4 {
    color: #ff6d00 !important; }
  .materialize .deep-orange {
    background-color: #ff5722 !important; }
  .materialize .deep-orange-text {
    color: #ff5722 !important; }
  .materialize .deep-orange.lighten-5 {
    background-color: #fbe9e7 !important; }
  .materialize .deep-orange-text.text-lighten-5 {
    color: #fbe9e7 !important; }
  .materialize .deep-orange.lighten-4 {
    background-color: #ffccbc !important; }
  .materialize .deep-orange-text.text-lighten-4 {
    color: #ffccbc !important; }
  .materialize .deep-orange.lighten-3 {
    background-color: #ffab91 !important; }
  .materialize .deep-orange-text.text-lighten-3 {
    color: #ffab91 !important; }
  .materialize .deep-orange.lighten-2 {
    background-color: #ff8a65 !important; }
  .materialize .deep-orange-text.text-lighten-2 {
    color: #ff8a65 !important; }
  .materialize .deep-orange.lighten-1 {
    background-color: #ff7043 !important; }
  .materialize .deep-orange-text.text-lighten-1 {
    color: #ff7043 !important; }
  .materialize .deep-orange.darken-1 {
    background-color: #f4511e !important; }
  .materialize .deep-orange-text.text-darken-1 {
    color: #f4511e !important; }
  .materialize .deep-orange.darken-2 {
    background-color: #e64a19 !important; }
  .materialize .deep-orange-text.text-darken-2 {
    color: #e64a19 !important; }
  .materialize .deep-orange.darken-3 {
    background-color: #d84315 !important; }
  .materialize .deep-orange-text.text-darken-3 {
    color: #d84315 !important; }
  .materialize .deep-orange.darken-4 {
    background-color: #bf360c !important; }
  .materialize .deep-orange-text.text-darken-4 {
    color: #bf360c !important; }
  .materialize .deep-orange.accent-1 {
    background-color: #ff9e80 !important; }
  .materialize .deep-orange-text.text-accent-1 {
    color: #ff9e80 !important; }
  .materialize .deep-orange.accent-2 {
    background-color: #ff6e40 !important; }
  .materialize .deep-orange-text.text-accent-2 {
    color: #ff6e40 !important; }
  .materialize .deep-orange.accent-3 {
    background-color: #ff3d00 !important; }
  .materialize .deep-orange-text.text-accent-3 {
    color: #ff3d00 !important; }
  .materialize .deep-orange.accent-4 {
    background-color: #dd2c00 !important; }
  .materialize .deep-orange-text.text-accent-4 {
    color: #dd2c00 !important; }
  .materialize .brown {
    background-color: #795548 !important; }
  .materialize .brown-text {
    color: #795548 !important; }
  .materialize .brown.lighten-5 {
    background-color: #efebe9 !important; }
  .materialize .brown-text.text-lighten-5 {
    color: #efebe9 !important; }
  .materialize .brown.lighten-4 {
    background-color: #d7ccc8 !important; }
  .materialize .brown-text.text-lighten-4 {
    color: #d7ccc8 !important; }
  .materialize .brown.lighten-3 {
    background-color: #bcaaa4 !important; }
  .materialize .brown-text.text-lighten-3 {
    color: #bcaaa4 !important; }
  .materialize .brown.lighten-2 {
    background-color: #a1887f !important; }
  .materialize .brown-text.text-lighten-2 {
    color: #a1887f !important; }
  .materialize .brown.lighten-1 {
    background-color: #8d6e63 !important; }
  .materialize .brown-text.text-lighten-1 {
    color: #8d6e63 !important; }
  .materialize .brown.darken-1 {
    background-color: #6d4c41 !important; }
  .materialize .brown-text.text-darken-1 {
    color: #6d4c41 !important; }
  .materialize .brown.darken-2 {
    background-color: #5d4037 !important; }
  .materialize .brown-text.text-darken-2 {
    color: #5d4037 !important; }
  .materialize .brown.darken-3 {
    background-color: #4e342e !important; }
  .materialize .brown-text.text-darken-3 {
    color: #4e342e !important; }
  .materialize .brown.darken-4 {
    background-color: #3e2723 !important; }
  .materialize .brown-text.text-darken-4 {
    color: #3e2723 !important; }
  .materialize .blue-grey {
    background-color: #607d8b !important; }
  .materialize .blue-grey-text {
    color: #607d8b !important; }
  .materialize .blue-grey.lighten-5 {
    background-color: #eceff1 !important; }
  .materialize .blue-grey-text.text-lighten-5 {
    color: #eceff1 !important; }
  .materialize .blue-grey.lighten-4 {
    background-color: #cfd8dc !important; }
  .materialize .blue-grey-text.text-lighten-4 {
    color: #cfd8dc !important; }
  .materialize .blue-grey.lighten-3 {
    background-color: #b0bec5 !important; }
  .materialize .blue-grey-text.text-lighten-3 {
    color: #b0bec5 !important; }
  .materialize .blue-grey.lighten-2 {
    background-color: #90a4ae !important; }
  .materialize .blue-grey-text.text-lighten-2 {
    color: #90a4ae !important; }
  .materialize .blue-grey.lighten-1 {
    background-color: #78909c !important; }
  .materialize .blue-grey-text.text-lighten-1 {
    color: #78909c !important; }
  .materialize .blue-grey.darken-1 {
    background-color: #546e7a !important; }
  .materialize .blue-grey-text.text-darken-1 {
    color: #546e7a !important; }
  .materialize .blue-grey.darken-2 {
    background-color: #455a64 !important; }
  .materialize .blue-grey-text.text-darken-2 {
    color: #455a64 !important; }
  .materialize .blue-grey.darken-3 {
    background-color: #37474f !important; }
  .materialize .blue-grey-text.text-darken-3 {
    color: #37474f !important; }
  .materialize .blue-grey.darken-4 {
    background-color: #263238 !important; }
  .materialize .blue-grey-text.text-darken-4 {
    color: #263238 !important; }
  .materialize .grey {
    background-color: #9e9e9e !important; }
  .materialize .grey-text {
    color: #9e9e9e !important; }
  .materialize .grey.lighten-5 {
    background-color: #fafafa !important; }
  .materialize .grey-text.text-lighten-5 {
    color: #fafafa !important; }
  .materialize .grey.lighten-4 {
    background-color: #f5f5f5 !important; }
  .materialize .grey-text.text-lighten-4 {
    color: #f5f5f5 !important; }
  .materialize .grey.lighten-3 {
    background-color: #eeeeee !important; }
  .materialize .grey-text.text-lighten-3 {
    color: #eeeeee !important; }
  .materialize .grey.lighten-2 {
    background-color: #e0e0e0 !important; }
  .materialize .grey-text.text-lighten-2 {
    color: #e0e0e0 !important; }
  .materialize .grey.lighten-1 {
    background-color: #bdbdbd !important; }
  .materialize .grey-text.text-lighten-1 {
    color: #bdbdbd !important; }
  .materialize .grey.darken-1 {
    background-color: #757575 !important; }
  .materialize .grey-text.text-darken-1 {
    color: #757575 !important; }
  .materialize .grey.darken-2 {
    background-color: #616161 !important; }
  .materialize .grey-text.text-darken-2 {
    color: #616161 !important; }
  .materialize .grey.darken-3 {
    background-color: #424242 !important; }
  .materialize .grey-text.text-darken-3 {
    color: #424242 !important; }
  .materialize .grey.darken-4 {
    background-color: #212121 !important; }
  .materialize .grey-text.text-darken-4 {
    color: #212121 !important; }
  .materialize .black {
    background-color: #000000 !important; }
  .materialize .black-text {
    color: #000000 !important; }
  .materialize .white {
    background-color: #FFFFFF !important; }
  .materialize .white-text {
    color: #FFFFFF !important; }
  .materialize .transparent {
    background-color: transparent !important; }
  .materialize .transparent-text {
    color: transparent !important; }
  .materialize .preloader-wrapper {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px; }
    .materialize .preloader-wrapper.small {
      width: 36px;
      height: 36px; }
    .materialize .preloader-wrapper.big {
      width: 64px;
      height: 64px; }
    .materialize .preloader-wrapper.active {
      /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
      -webkit-animation: container-rotate 1568ms linear infinite;
      animation: container-rotate 1568ms linear infinite; }

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes container-rotate {
  to {
    transform: rotate(360deg); } }
  .materialize .spinner-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-color: #1892bf; }
  .materialize .spinner-blue,
  .materialize .spinner-blue-only {
    border-color: #4285f4; }
  .materialize .spinner-red,
  .materialize .spinner-red-only {
    border-color: #db4437; }
  .materialize .spinner-yellow,
  .materialize .spinner-yellow-only {
    border-color: #f4b400; }
  .materialize .spinner-green,
  .materialize .spinner-green-only {
    border-color: #0f9d58; }
  .materialize .active .spinner-layer.spinner-blue {
    /* durations: 4 * ARCTIME */
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
  .materialize .active .spinner-layer.spinner-red {
    /* durations: 4 * ARCTIME */
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
  .materialize .active .spinner-layer.spinner-yellow {
    /* durations: 4 * ARCTIME */
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
  .materialize .active .spinner-layer.spinner-green {
    /* durations: 4 * ARCTIME */
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
  .materialize .active .spinner-layer,
  .materialize .active .spinner-layer.spinner-blue-only,
  .materialize .active .spinner-layer.spinner-red-only,
  .materialize .active .spinner-layer.spinner-yellow-only,
  .materialize .active .spinner-layer.spinner-green-only {
    /* durations: 4 * ARCTIME */
    opacity: 1;
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg); }
  /* 0.5 * ARCSIZE */
  25% {
    -webkit-transform: rotate(270deg); }
  /* 1   * ARCSIZE */
  37.5% {
    -webkit-transform: rotate(405deg); }
  /* 1.5 * ARCSIZE */
  50% {
    -webkit-transform: rotate(540deg); }
  /* 2   * ARCSIZE */
  62.5% {
    -webkit-transform: rotate(675deg); }
  /* 2.5 * ARCSIZE */
  75% {
    -webkit-transform: rotate(810deg); }
  /* 3   * ARCSIZE */
  87.5% {
    -webkit-transform: rotate(945deg); }
  /* 3.5 * ARCSIZE */
  to {
    -webkit-transform: rotate(1080deg); }
  /* 4   * ARCSIZE */ }

@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg); }
  /* 0.5 * ARCSIZE */
  25% {
    transform: rotate(270deg); }
  /* 1   * ARCSIZE */
  37.5% {
    transform: rotate(405deg); }
  /* 1.5 * ARCSIZE */
  50% {
    transform: rotate(540deg); }
  /* 2   * ARCSIZE */
  62.5% {
    transform: rotate(675deg); }
  /* 2.5 * ARCSIZE */
  75% {
    transform: rotate(810deg); }
  /* 3   * ARCSIZE */
  87.5% {
    transform: rotate(945deg); }
  /* 3.5 * ARCSIZE */
  to {
    transform: rotate(1080deg); }
  /* 4   * ARCSIZE */ }

@-webkit-keyframes blue-fade-in-out {
  from {
    opacity: 1; }
  25% {
    opacity: 1; }
  26% {
    opacity: 0; }
  89% {
    opacity: 0; }
  90% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes blue-fade-in-out {
  from {
    opacity: 1; }
  25% {
    opacity: 1; }
  26% {
    opacity: 0; }
  89% {
    opacity: 0; }
  90% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes red-fade-in-out {
  from {
    opacity: 0; }
  15% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  51% {
    opacity: 0; } }

@keyframes red-fade-in-out {
  from {
    opacity: 0; }
  15% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  51% {
    opacity: 0; } }

@-webkit-keyframes yellow-fade-in-out {
  from {
    opacity: 0; }
  40% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  76% {
    opacity: 0; } }

@keyframes yellow-fade-in-out {
  from {
    opacity: 0; }
  40% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  76% {
    opacity: 0; } }

@-webkit-keyframes green-fade-in-out {
  from {
    opacity: 0; }
  65% {
    opacity: 0; }
  75% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes green-fade-in-out {
  from {
    opacity: 0; }
  65% {
    opacity: 0; }
  75% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .materialize .gap-patch {
    position: absolute;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    overflow: hidden;
    border-color: inherit; }
  .materialize .gap-patch .circle {
    width: 1000%;
    left: -450%; }
  .materialize .circle-clipper {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-color: inherit; }
    .materialize .circle-clipper .circle {
      width: 200%;
      height: 100%;
      border-width: 3px;
      /* STROKEWIDTH */
      border-style: solid;
      border-color: inherit;
      border-bottom-color: transparent !important;
      border-radius: 50%;
      -webkit-animation: none;
      animation: none;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0; }
    .materialize .circle-clipper.left .circle {
      left: 0;
      border-right-color: transparent !important;
      -webkit-transform: rotate(129deg);
      transform: rotate(129deg); }
    .materialize .circle-clipper.right .circle {
      left: -100%;
      border-left-color: transparent !important;
      -webkit-transform: rotate(-129deg);
      transform: rotate(-129deg); }
  .materialize .active .circle-clipper.left .circle {
    /* duration: ARCTIME */
    -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
  .materialize .active .circle-clipper.right .circle {
    /* duration: ARCTIME */
    -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg); } }

@keyframes left-spin {
  from {
    transform: rotate(130deg); }
  50% {
    transform: rotate(-5deg); }
  to {
    transform: rotate(130deg); } }

@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg); } }

@keyframes right-spin {
  from {
    transform: rotate(-130deg); }
  50% {
    transform: rotate(5deg); }
  to {
    transform: rotate(-130deg); } }
  .materialize #spinnerContainer.cooldown {
    /* duration: SHRINK_TIME */
    -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
    animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1); }

@-webkit-keyframes fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
  .materialize html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }
  .materialize body {
    margin: 0; }
  .materialize article,
  .materialize aside,
  .materialize details,
  .materialize figcaption,
  .materialize figure,
  .materialize footer,
  .materialize header,
  .materialize hgroup,
  .materialize main,
  .materialize menu,
  .materialize nav,
  .materialize section,
  .materialize summary {
    display: block; }
  .materialize audio,
  .materialize canvas,
  .materialize progress,
  .materialize video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */ }
  .materialize audio:not([controls]) {
    display: none;
    height: 0; }
  .materialize [hidden],
  .materialize template {
    display: none; }
  .materialize a {
    background-color: transparent; }
  .materialize a:active,
  .materialize a:hover {
    outline: 0; }
  .materialize abbr[title] {
    border-bottom: 1px dotted; }
  .materialize b,
  .materialize strong {
    font-weight: bold; }
  .materialize dfn {
    font-style: italic; }
  .materialize h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  .materialize mark {
    background: #ff0;
    color: #000; }
  .materialize small {
    font-size: 80%; }
  .materialize sub,
  .materialize sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  .materialize sup {
    top: -0.5em; }
  .materialize sub {
    bottom: -0.25em; }
  .materialize img {
    border: 0; }
  .materialize svg:not(:root) {
    overflow: hidden; }
  .materialize figure {
    margin: 1em 40px; }
  .materialize hr {
    box-sizing: content-box;
    height: 0; }
  .materialize pre {
    overflow: auto; }
  .materialize code,
  .materialize kbd,
  .materialize pre,
  .materialize samp {
    font-family: monospace, monospace;
    font-size: 1em; }
  .materialize button,
  .materialize input,
  .materialize optgroup,
  .materialize select,
  .materialize textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */ }
  .materialize button {
    overflow: visible; }
  .materialize button,
  .materialize select {
    text-transform: none; }
  .materialize button,
  .materialize html input[type="button"],
  .materialize input[type="reset"],
  .materialize input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */ }
  .materialize button[disabled],
  .materialize html input[disabled] {
    cursor: default; }
  .materialize button::-moz-focus-inner,
  .materialize input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .materialize input {
    line-height: normal; }
  .materialize input[type="checkbox"],
  .materialize input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }
  .materialize input[type="number"]::-webkit-inner-spin-button,
  .materialize input[type="number"]::-webkit-outer-spin-button {
    height: auto; }
  .materialize input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */ }
  .materialize input[type="search"]::-webkit-search-cancel-button,
  .materialize input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  .materialize fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
  .materialize legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */ }
  .materialize textarea {
    overflow: auto; }
  .materialize optgroup {
    font-weight: bold; }
  .materialize table {
    border-collapse: collapse;
    border-spacing: 0; }
  .materialize td,
  .materialize th {
    padding: 0; }
  .materialize html {
    box-sizing: border-box; }
  .materialize *, .materialize *:before, .materialize *:after {
    box-sizing: inherit; }
  .materialize ul {
    padding: 0;
    list-style-type: none; }
    .materialize ul.browser-default,
    .materialize ul.browser-default li {
      list-style-type: initial; }
    .materialize ul li {
      list-style-type: none; }
  .materialize a {
    color: #039be5;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent; }
  .materialize .valign-wrapper {
    display: flex;
    align-items: center; }
    .materialize .valign-wrapper .valign {
      display: block; }
  .materialize .clearfix {
    clear: both; }
  .materialize .z-depth-0 {
    box-shadow: none !important; }
  .materialize .z-depth-1, .materialize nav, .materialize .card-panel, .materialize .card, .materialize .toast, .materialize .btn, .materialize .btn-large, .materialize .btn-floating, .materialize .dropdown-content, .materialize .collapsible, .materialize .side-nav {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
  .materialize .z-depth-1-half, .materialize .btn:hover, .materialize .btn-large:hover, .materialize .btn-floating:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .materialize .z-depth-2 {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
  .materialize .z-depth-3 {
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19); }
  .materialize .z-depth-4, .materialize .modal {
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21); }
  .materialize .z-depth-5 {
    box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22); }
  .materialize .hoverable {
    transition: box-shadow .25s;
    box-shadow: 0; }
  .materialize .hoverable:hover {
    transition: box-shadow .25s;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
  .materialize .divider {
    height: 1px;
    overflow: hidden;
    background-color: #e0e0e0; }
  .materialize blockquote {
    margin: 20px 0;
    padding-left: 1.5rem;
    border-left: 5px solid #ee6e73; }
  .materialize i {
    line-height: inherit; }
    .materialize i.left {
      float: left;
      margin-right: 15px; }
    .materialize i.right {
      float: right;
      margin-left: 15px; }
    .materialize i.tiny {
      font-size: 1rem; }
    .materialize i.small {
      font-size: 2rem; }
    .materialize i.medium {
      font-size: 4rem; }
    .materialize i.large {
      font-size: 6rem; }
  .materialize img.responsive-img,
  .materialize video.responsive-video {
    max-width: 100%;
    height: auto; }
  .materialize .pagination li {
    display: inline-block;
    border-radius: 2px;
    text-align: center;
    vertical-align: top;
    height: 30px; }
    .materialize .pagination li a {
      color: #444;
      display: inline-block;
      font-size: 1.2rem;
      padding: 0 10px;
      line-height: 30px; }
    .materialize .pagination li.active a {
      color: #fff; }
    .materialize .pagination li.active {
      background-color: #ee6e73; }
    .materialize .pagination li.disabled a {
      cursor: default;
      color: #999; }
    .materialize .pagination li i {
      font-size: 2rem; }
  .materialize .pagination li.pages ul li {
    display: inline-block;
    float: none; }
  @media only screen and (max-width: 992px) {
    .materialize .pagination {
      width: 100%; }
      .materialize .pagination li.prev,
      .materialize .pagination li.next {
        width: 10%; }
      .materialize .pagination li.pages {
        width: 80%;
        overflow: hidden;
        white-space: nowrap; } }
  .materialize .parallax-container {
    position: relative;
    overflow: hidden;
    height: 500px; }
  .materialize .parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
    .materialize .parallax img {
      display: none;
      position: absolute;
      left: 50%;
      bottom: 0;
      min-width: 100%;
      min-height: 100%;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      transform: translateX(-50%); }
  .materialize .pin-top, .materialize .pin-bottom {
    position: relative; }
  .materialize .pinned {
    position: fixed !important; }
  .materialize ul.staggered-list li {
    opacity: 0; }
  .materialize .fade-in {
    opacity: 0;
    transform-origin: 0 50%; }
  @media only screen and (max-width: 600px) {
    .materialize .hide-on-small-only, .materialize .hide-on-small-and-down {
      display: none !important; } }
  @media only screen and (max-width: 992px) {
    .materialize .hide-on-med-and-down {
      display: none !important; } }
  @media only screen and (min-width: 601px) {
    .materialize .hide-on-med-and-up {
      display: none !important; } }
  @media only screen and (min-width: 600px) and (max-width: 992px) {
    .materialize .hide-on-med-only {
      display: none !important; } }
  @media only screen and (min-width: 993px) {
    .materialize .hide-on-large-only {
      display: none !important; } }
  @media only screen and (min-width: 993px) {
    .materialize .show-on-large {
      display: block !important; } }
  @media only screen and (min-width: 600px) and (max-width: 992px) {
    .materialize .show-on-medium {
      display: block !important; } }
  @media only screen and (max-width: 600px) {
    .materialize .show-on-small {
      display: block !important; } }
  @media only screen and (min-width: 601px) {
    .materialize .show-on-medium-and-up {
      display: block !important; } }
  @media only screen and (max-width: 992px) {
    .materialize .show-on-medium-and-down {
      display: block !important; } }
  @media only screen and (max-width: 600px) {
    .materialize .center-on-small-only {
      text-align: center; } }
  .materialize footer.page-footer {
    margin-top: 20px;
    padding-top: 20px;
    background-color: #ee6e73; }
    .materialize footer.page-footer .footer-copyright {
      overflow: hidden;
      height: 50px;
      line-height: 50px;
      color: rgba(255, 255, 255, 0.8);
      background-color: rgba(51, 51, 51, 0.08); }
  .materialize table, .materialize th, .materialize td {
    border: none; }
  .materialize table {
    width: 100%;
    display: table; }
    .materialize table.bordered > thead > tr,
    .materialize table.bordered > tbody > tr {
      border-bottom: 1px solid #d0d0d0; }
    .materialize table.striped > tbody > tr:nth-child(odd) {
      background-color: #f2f2f2; }
    .materialize table.striped > tbody > tr > td {
      border-radius: 0; }
    .materialize table.highlight > tbody > tr {
      transition: background-color .25s ease; }
      .materialize table.highlight > tbody > tr:hover {
        background-color: #f2f2f2; }
    .materialize table.centered thead tr th, .materialize table.centered tbody tr td {
      text-align: center; }
  .materialize thead {
    border-bottom: 1px solid #d0d0d0; }
  .materialize td,
  .materialize th {
    padding: 15px 5px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px; }
  @media only screen and (max-width: 992px) {
    .materialize table.responsive-table {
      width: 100%;
      border-collapse: collapse;
      border-spacing: 0;
      display: block;
      position: relative;
      /* sort out borders */ }
      .materialize table.responsive-table td:empty:before {
        content: '\00a0'; }
      .materialize table.responsive-table th,
      .materialize table.responsive-table td {
        margin: 0;
        vertical-align: top; }
      .materialize table.responsive-table th {
        text-align: left; }
      .materialize table.responsive-table thead {
        display: block;
        float: left; }
        .materialize table.responsive-table thead tr {
          display: block;
          padding: 0 10px 0 0; }
          .materialize table.responsive-table thead tr th::before {
            content: "\00a0"; }
      .materialize table.responsive-table tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap; }
        .materialize table.responsive-table tbody tr {
          display: inline-block;
          vertical-align: top; }
      .materialize table.responsive-table th {
        display: block;
        text-align: right; }
      .materialize table.responsive-table td {
        display: block;
        min-height: 1.25em;
        text-align: left; }
      .materialize table.responsive-table tr {
        padding: 0 10px; }
      .materialize table.responsive-table thead {
        border: 0;
        border-right: 1px solid #d0d0d0; }
      .materialize table.responsive-table.bordered th {
        border-bottom: 0;
        border-left: 0; }
      .materialize table.responsive-table.bordered td {
        border-left: 0;
        border-right: 0;
        border-bottom: 0; }
      .materialize table.responsive-table.bordered tr {
        border: 0; }
      .materialize table.responsive-table.bordered tbody tr {
        border-right: 1px solid #d0d0d0; } }
  .materialize .collection {
    margin: 0.5rem 0 1rem 0;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    overflow: hidden;
    position: relative; }
    .materialize .collection .collection-item {
      background-color: #fff;
      line-height: 1.5rem;
      padding: 10px 20px;
      margin: 0;
      border-bottom: 1px solid #e0e0e0; }
      .materialize .collection .collection-item.avatar {
        min-height: 84px;
        padding-left: 72px;
        position: relative; }
        .materialize .collection .collection-item.avatar .circle {
          position: absolute;
          width: 42px;
          height: 42px;
          overflow: hidden;
          left: 15px;
          display: inline-block;
          vertical-align: middle; }
        .materialize .collection .collection-item.avatar i.circle {
          font-size: 18px;
          line-height: 42px;
          color: #fff;
          background-color: #999;
          text-align: center; }
        .materialize .collection .collection-item.avatar .title {
          font-size: 16px; }
        .materialize .collection .collection-item.avatar p {
          margin: 0; }
        .materialize .collection .collection-item.avatar .secondary-content {
          position: absolute;
          top: 16px;
          right: 16px; }
      .materialize .collection .collection-item:last-child {
        border-bottom: none; }
      .materialize .collection .collection-item.active {
        background-color: #1892bf;
        color: #f2fafd; }
        .materialize .collection .collection-item.active .secondary-content {
          color: #fff; }
    .materialize .collection a.collection-item {
      display: block;
      transition: .25s;
      color: #1892bf; }
      .materialize .collection a.collection-item:not(.active):hover {
        background-color: #ddd; }
    .materialize .collection.with-header .collection-header {
      background-color: #fff;
      border-bottom: 1px solid #e0e0e0;
      padding: 10px 20px; }
    .materialize .collection.with-header .collection-item {
      padding-left: 30px; }
    .materialize .collection.with-header .collection-item.avatar {
      padding-left: 72px; }
  .materialize .secondary-content {
    float: right;
    color: #1892bf; }
  .materialize .collapsible .collection {
    margin: 0;
    border: none; }
  .materialize span.badge {
    min-width: 3rem;
    padding: 0 6px;
    text-align: center;
    font-size: 1rem;
    line-height: inherit;
    color: #757575;
    position: absolute;
    right: 15px;
    box-sizing: border-box; }
    .materialize span.badge.new {
      font-weight: 300;
      font-size: 0.8rem;
      color: #fff;
      background-color: #1892bf;
      border-radius: 2px; }
    .materialize span.badge.new:after {
      content: " new"; }
    .materialize span.badge[data-badge-caption]::after {
      content: " " attr(data-badge-caption); }
  .materialize nav ul a span.badge {
    position: static;
    margin-left: 4px;
    line-height: 0; }
  .materialize .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden; }
    .materialize .video-container iframe, .materialize .video-container object, .materialize .video-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .materialize .progress {
    position: relative;
    height: 4px;
    display: block;
    width: 100%;
    background-color: #aee2f5;
    border-radius: 2px;
    margin: 0.5rem 0 1rem 0;
    overflow: hidden; }
    .materialize .progress .determinate {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      background-color: #1892bf;
      transition: width .3s linear; }
    .materialize .progress .indeterminate {
      background-color: #1892bf; }
      .materialize .progress .indeterminate:before {
        content: '';
        position: absolute;
        background-color: inherit;
        top: 0;
        left: 0;
        bottom: 0;
        will-change: left, right;
        animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }
      .materialize .progress .indeterminate:after {
        content: '';
        position: absolute;
        background-color: inherit;
        top: 0;
        left: 0;
        bottom: 0;
        will-change: left, right;
        animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
        animation-delay: 1.15s; }

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }
  .materialize .hide {
    display: none !important; }
  .materialize .left-align {
    text-align: left; }
  .materialize .right-align {
    text-align: right; }
  .materialize .center, .materialize .center-align {
    text-align: center; }
  .materialize .left {
    float: left !important; }
  .materialize .right {
    float: right !important; }
  .materialize .no-select, .materialize input[type=range],
  .materialize input[type=range] + .thumb {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .materialize .circle {
    border-radius: 50%; }
  .materialize .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .materialize .truncate {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .materialize .no-padding {
    padding: 0 !important; }
  .materialize .material-icons {
    text-rendering: optimizeLegibility;
    font-feature-settings: 'liga'; }
  .materialize .container {
    margin: 0 auto;
    max-width: 1280px;
    width: 90%; }
  @media only screen and (min-width: 601px) {
    .materialize .container {
      width: 85%; } }
  @media only screen and (min-width: 993px) {
    .materialize .container {
      width: 70%; } }
  .materialize .container .row {
    margin-left: -0.75rem;
    margin-right: -0.75rem; }
  .materialize .section {
    padding-top: 1rem;
    padding-bottom: 1rem; }
    .materialize .section.no-pad {
      padding: 0; }
    .materialize .section.no-pad-bot {
      padding-bottom: 0; }
    .materialize .section.no-pad-top {
      padding-top: 0; }
  .materialize .row {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }
    .materialize .row:after {
      content: "";
      display: table;
      clear: both; }
    .materialize .row .col {
      float: left;
      box-sizing: border-box;
      padding: 0 0.75rem;
      min-height: 1px; }
      .materialize .row .col[class*="push-"], .materialize .row .col[class*="pull-"] {
        position: relative; }
      .materialize .row .col.s1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .materialize .row .col.s2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .materialize .row .col.s3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .materialize .row .col.s4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .materialize .row .col.s5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .materialize .row .col.s6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .materialize .row .col.s7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .materialize .row .col.s8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .materialize .row .col.s9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .materialize .row .col.s10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .materialize .row .col.s11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .materialize .row .col.s12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .materialize .row .col.offset-s1 {
        margin-left: 8.33333%; }
      .materialize .row .col.pull-s1 {
        right: 8.33333%; }
      .materialize .row .col.push-s1 {
        left: 8.33333%; }
      .materialize .row .col.offset-s2 {
        margin-left: 16.66667%; }
      .materialize .row .col.pull-s2 {
        right: 16.66667%; }
      .materialize .row .col.push-s2 {
        left: 16.66667%; }
      .materialize .row .col.offset-s3 {
        margin-left: 25%; }
      .materialize .row .col.pull-s3 {
        right: 25%; }
      .materialize .row .col.push-s3 {
        left: 25%; }
      .materialize .row .col.offset-s4 {
        margin-left: 33.33333%; }
      .materialize .row .col.pull-s4 {
        right: 33.33333%; }
      .materialize .row .col.push-s4 {
        left: 33.33333%; }
      .materialize .row .col.offset-s5 {
        margin-left: 41.66667%; }
      .materialize .row .col.pull-s5 {
        right: 41.66667%; }
      .materialize .row .col.push-s5 {
        left: 41.66667%; }
      .materialize .row .col.offset-s6 {
        margin-left: 50%; }
      .materialize .row .col.pull-s6 {
        right: 50%; }
      .materialize .row .col.push-s6 {
        left: 50%; }
      .materialize .row .col.offset-s7 {
        margin-left: 58.33333%; }
      .materialize .row .col.pull-s7 {
        right: 58.33333%; }
      .materialize .row .col.push-s7 {
        left: 58.33333%; }
      .materialize .row .col.offset-s8 {
        margin-left: 66.66667%; }
      .materialize .row .col.pull-s8 {
        right: 66.66667%; }
      .materialize .row .col.push-s8 {
        left: 66.66667%; }
      .materialize .row .col.offset-s9 {
        margin-left: 75%; }
      .materialize .row .col.pull-s9 {
        right: 75%; }
      .materialize .row .col.push-s9 {
        left: 75%; }
      .materialize .row .col.offset-s10 {
        margin-left: 83.33333%; }
      .materialize .row .col.pull-s10 {
        right: 83.33333%; }
      .materialize .row .col.push-s10 {
        left: 83.33333%; }
      .materialize .row .col.offset-s11 {
        margin-left: 91.66667%; }
      .materialize .row .col.pull-s11 {
        right: 91.66667%; }
      .materialize .row .col.push-s11 {
        left: 91.66667%; }
      .materialize .row .col.offset-s12 {
        margin-left: 100%; }
      .materialize .row .col.pull-s12 {
        right: 100%; }
      .materialize .row .col.push-s12 {
        left: 100%; }
      @media only screen and (min-width: 601px) {
        .materialize .row .col.m1 {
          width: 8.33333%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .materialize .row .col.m2 {
          width: 16.66667%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .materialize .row .col.m3 {
          width: 25%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .materialize .row .col.m4 {
          width: 33.33333%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .materialize .row .col.m5 {
          width: 41.66667%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .materialize .row .col.m6 {
          width: 50%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .materialize .row .col.m7 {
          width: 58.33333%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .materialize .row .col.m8 {
          width: 66.66667%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .materialize .row .col.m9 {
          width: 75%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .materialize .row .col.m10 {
          width: 83.33333%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .materialize .row .col.m11 {
          width: 91.66667%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .materialize .row .col.m12 {
          width: 100%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .materialize .row .col.offset-m1 {
          margin-left: 8.33333%; }
        .materialize .row .col.pull-m1 {
          right: 8.33333%; }
        .materialize .row .col.push-m1 {
          left: 8.33333%; }
        .materialize .row .col.offset-m2 {
          margin-left: 16.66667%; }
        .materialize .row .col.pull-m2 {
          right: 16.66667%; }
        .materialize .row .col.push-m2 {
          left: 16.66667%; }
        .materialize .row .col.offset-m3 {
          margin-left: 25%; }
        .materialize .row .col.pull-m3 {
          right: 25%; }
        .materialize .row .col.push-m3 {
          left: 25%; }
        .materialize .row .col.offset-m4 {
          margin-left: 33.33333%; }
        .materialize .row .col.pull-m4 {
          right: 33.33333%; }
        .materialize .row .col.push-m4 {
          left: 33.33333%; }
        .materialize .row .col.offset-m5 {
          margin-left: 41.66667%; }
        .materialize .row .col.pull-m5 {
          right: 41.66667%; }
        .materialize .row .col.push-m5 {
          left: 41.66667%; }
        .materialize .row .col.offset-m6 {
          margin-left: 50%; }
        .materialize .row .col.pull-m6 {
          right: 50%; }
        .materialize .row .col.push-m6 {
          left: 50%; }
        .materialize .row .col.offset-m7 {
          margin-left: 58.33333%; }
        .materialize .row .col.pull-m7 {
          right: 58.33333%; }
        .materialize .row .col.push-m7 {
          left: 58.33333%; }
        .materialize .row .col.offset-m8 {
          margin-left: 66.66667%; }
        .materialize .row .col.pull-m8 {
          right: 66.66667%; }
        .materialize .row .col.push-m8 {
          left: 66.66667%; }
        .materialize .row .col.offset-m9 {
          margin-left: 75%; }
        .materialize .row .col.pull-m9 {
          right: 75%; }
        .materialize .row .col.push-m9 {
          left: 75%; }
        .materialize .row .col.offset-m10 {
          margin-left: 83.33333%; }
        .materialize .row .col.pull-m10 {
          right: 83.33333%; }
        .materialize .row .col.push-m10 {
          left: 83.33333%; }
        .materialize .row .col.offset-m11 {
          margin-left: 91.66667%; }
        .materialize .row .col.pull-m11 {
          right: 91.66667%; }
        .materialize .row .col.push-m11 {
          left: 91.66667%; }
        .materialize .row .col.offset-m12 {
          margin-left: 100%; }
        .materialize .row .col.pull-m12 {
          right: 100%; }
        .materialize .row .col.push-m12 {
          left: 100%; } }
      @media only screen and (min-width: 993px) {
        .materialize .row .col.l1 {
          width: 8.33333%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .materialize .row .col.l2 {
          width: 16.66667%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .materialize .row .col.l3 {
          width: 25%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .materialize .row .col.l4 {
          width: 33.33333%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .materialize .row .col.l5 {
          width: 41.66667%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .materialize .row .col.l6 {
          width: 50%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .materialize .row .col.l7 {
          width: 58.33333%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .materialize .row .col.l8 {
          width: 66.66667%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .materialize .row .col.l9 {
          width: 75%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .materialize .row .col.l10 {
          width: 83.33333%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .materialize .row .col.l11 {
          width: 91.66667%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .materialize .row .col.l12 {
          width: 100%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .materialize .row .col.offset-l1 {
          margin-left: 8.33333%; }
        .materialize .row .col.pull-l1 {
          right: 8.33333%; }
        .materialize .row .col.push-l1 {
          left: 8.33333%; }
        .materialize .row .col.offset-l2 {
          margin-left: 16.66667%; }
        .materialize .row .col.pull-l2 {
          right: 16.66667%; }
        .materialize .row .col.push-l2 {
          left: 16.66667%; }
        .materialize .row .col.offset-l3 {
          margin-left: 25%; }
        .materialize .row .col.pull-l3 {
          right: 25%; }
        .materialize .row .col.push-l3 {
          left: 25%; }
        .materialize .row .col.offset-l4 {
          margin-left: 33.33333%; }
        .materialize .row .col.pull-l4 {
          right: 33.33333%; }
        .materialize .row .col.push-l4 {
          left: 33.33333%; }
        .materialize .row .col.offset-l5 {
          margin-left: 41.66667%; }
        .materialize .row .col.pull-l5 {
          right: 41.66667%; }
        .materialize .row .col.push-l5 {
          left: 41.66667%; }
        .materialize .row .col.offset-l6 {
          margin-left: 50%; }
        .materialize .row .col.pull-l6 {
          right: 50%; }
        .materialize .row .col.push-l6 {
          left: 50%; }
        .materialize .row .col.offset-l7 {
          margin-left: 58.33333%; }
        .materialize .row .col.pull-l7 {
          right: 58.33333%; }
        .materialize .row .col.push-l7 {
          left: 58.33333%; }
        .materialize .row .col.offset-l8 {
          margin-left: 66.66667%; }
        .materialize .row .col.pull-l8 {
          right: 66.66667%; }
        .materialize .row .col.push-l8 {
          left: 66.66667%; }
        .materialize .row .col.offset-l9 {
          margin-left: 75%; }
        .materialize .row .col.pull-l9 {
          right: 75%; }
        .materialize .row .col.push-l9 {
          left: 75%; }
        .materialize .row .col.offset-l10 {
          margin-left: 83.33333%; }
        .materialize .row .col.pull-l10 {
          right: 83.33333%; }
        .materialize .row .col.push-l10 {
          left: 83.33333%; }
        .materialize .row .col.offset-l11 {
          margin-left: 91.66667%; }
        .materialize .row .col.pull-l11 {
          right: 91.66667%; }
        .materialize .row .col.push-l11 {
          left: 91.66667%; }
        .materialize .row .col.offset-l12 {
          margin-left: 100%; }
        .materialize .row .col.pull-l12 {
          right: 100%; }
        .materialize .row .col.push-l12 {
          left: 100%; } }
  .materialize nav {
    color: #fff;
    background-color: #ee6e73;
    width: 100%;
    height: 56px;
    line-height: 56px; }
    .materialize nav a {
      color: #fff; }
    .materialize nav i,
    .materialize nav [class^="mdi-"], .materialize nav [class*="mdi-"],
    .materialize nav i.material-icons {
      display: block;
      font-size: 2rem;
      height: 56px;
      line-height: 56px; }
    .materialize nav .nav-wrapper {
      position: relative;
      height: 100%; }
    @media only screen and (min-width: 993px) {
      .materialize nav a.button-collapse {
        display: none; } }
    .materialize nav .button-collapse {
      float: left;
      position: relative;
      z-index: 1;
      height: 56px; }
      .materialize nav .button-collapse i {
        font-size: 2.7rem;
        height: 56px;
        line-height: 56px; }
    .materialize nav .brand-logo {
      position: absolute;
      color: #fff;
      display: inline-block;
      font-size: 2.1rem;
      padding: 0;
      white-space: nowrap; }
      .materialize nav .brand-logo.center {
        left: 50%;
        transform: translateX(-50%); }
      @media only screen and (max-width: 992px) {
        .materialize nav .brand-logo {
          left: 50%;
          transform: translateX(-50%); }
          .materialize nav .brand-logo.left, .materialize nav .brand-logo.right {
            padding: 0;
            transform: none; }
          .materialize nav .brand-logo.left {
            left: 0.5rem; }
          .materialize nav .brand-logo.right {
            right: 0.5rem;
            left: auto; } }
      .materialize nav .brand-logo.right {
        right: 0.5rem;
        padding: 0; }
      .materialize nav .brand-logo i,
      .materialize nav .brand-logo [class^="mdi-"], .materialize nav .brand-logo [class*="mdi-"],
      .materialize nav .brand-logo i.material-icons {
        float: left;
        margin-right: 15px; }
    .materialize nav ul {
      margin: 0; }
      .materialize nav ul li {
        transition: background-color .3s;
        float: left;
        padding: 0; }
        .materialize nav ul li.active {
          background-color: rgba(0, 0, 0, 0.1); }
      .materialize nav ul a {
        transition: background-color .3s;
        font-size: 1rem;
        color: #fff;
        display: block;
        padding: 0 15px;
        cursor: pointer; }
        .materialize nav ul a.btn, .materialize nav ul a.btn-large, .materialize nav ul a.btn-large, .materialize nav ul a.btn-flat, .materialize nav ul a.btn-floating {
          margin-top: -2px;
          margin-left: 15px;
          margin-right: 15px; }
        .materialize nav ul a:hover {
          background-color: rgba(0, 0, 0, 0.1); }
      .materialize nav ul.left {
        float: left; }
    .materialize nav form {
      height: 100%; }
    .materialize nav .input-field {
      margin: 0;
      height: 100%; }
      .materialize nav .input-field input {
        height: 100%;
        font-size: 1.2rem;
        border: none;
        padding-left: 2rem; }
        .materialize nav .input-field input:focus, .materialize nav .input-field input[type=text]:valid, .materialize nav .input-field input[type=password]:valid, .materialize nav .input-field input[type=email]:valid, .materialize nav .input-field input[type=url]:valid, .materialize nav .input-field input[type=date]:valid {
          border: none;
          box-shadow: none; }
      .materialize nav .input-field label {
        top: 0;
        left: 0; }
        .materialize nav .input-field label i {
          color: rgba(255, 255, 255, 0.7);
          transition: color .3s; }
        .materialize nav .input-field label.active i {
          color: #fff; }
        .materialize nav .input-field label.active {
          transform: translateY(0); }
  .materialize .navbar-fixed {
    position: relative;
    height: 56px;
    z-index: 998; }
    .materialize .navbar-fixed nav {
      position: fixed; }
  @media only screen and (min-width: 601px) {
    .materialize nav, .materialize nav .nav-wrapper i, .materialize nav a.button-collapse, .materialize nav a.button-collapse i {
      height: 64px;
      line-height: 64px; }
    .materialize .navbar-fixed {
      height: 64px; } }
  .materialize a {
    text-decoration: none; }
  .materialize html {
    line-height: 1.5;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.87); }
    @media only screen and (min-width: 0) {
      .materialize html {
        font-size: 14px; } }
    @media only screen and (min-width: 992px) {
      .materialize html {
        font-size: 14.5px; } }
    @media only screen and (min-width: 1200px) {
      .materialize html {
        font-size: 15px; } }
  .materialize h1, .materialize h2, .materialize h3, .materialize h4, .materialize h5, .materialize h6 {
    font-weight: 400;
    line-height: 1.1; }
  .materialize h1 a, .materialize h2 a, .materialize h3 a, .materialize h4 a, .materialize h5 a, .materialize h6 a {
    font-weight: inherit; }
  .materialize h1 {
    font-size: 4.2rem;
    line-height: 110%;
    margin: 2.1rem 0 1.68rem 0; }
  .materialize h2 {
    font-size: 3.56rem;
    line-height: 110%;
    margin: 1.78rem 0 1.424rem 0; }
  .materialize h3 {
    font-size: 2.92rem;
    line-height: 110%;
    margin: 1.46rem 0 1.168rem 0; }
  .materialize h4 {
    font-size: 2.28rem;
    line-height: 110%;
    margin: 1.14rem 0 0.912rem 0; }
  .materialize h5 {
    font-size: 1.64rem;
    line-height: 110%;
    margin: 0.82rem 0 0.656rem 0; }
  .materialize h6 {
    font-size: 1rem;
    line-height: 110%;
    margin: 0.5rem 0 0.4rem 0; }
  .materialize em {
    font-style: italic; }
  .materialize strong {
    font-weight: 500; }
  .materialize small {
    font-size: 75%; }
  .materialize .light, .materialize footer.page-footer .footer-copyright {
    font-weight: 300; }
  .materialize .thin {
    font-weight: 200; }
  .materialize .flow-text {
    font-weight: 300; }
    @media only screen and (min-width: 360px) {
      .materialize .flow-text {
        font-size: 1.2rem; } }
    @media only screen and (min-width: 390px) {
      .materialize .flow-text {
        font-size: 1.224rem; } }
    @media only screen and (min-width: 420px) {
      .materialize .flow-text {
        font-size: 1.248rem; } }
    @media only screen and (min-width: 450px) {
      .materialize .flow-text {
        font-size: 1.272rem; } }
    @media only screen and (min-width: 480px) {
      .materialize .flow-text {
        font-size: 1.296rem; } }
    @media only screen and (min-width: 510px) {
      .materialize .flow-text {
        font-size: 1.32rem; } }
    @media only screen and (min-width: 540px) {
      .materialize .flow-text {
        font-size: 1.344rem; } }
    @media only screen and (min-width: 570px) {
      .materialize .flow-text {
        font-size: 1.368rem; } }
    @media only screen and (min-width: 600px) {
      .materialize .flow-text {
        font-size: 1.392rem; } }
    @media only screen and (min-width: 630px) {
      .materialize .flow-text {
        font-size: 1.416rem; } }
    @media only screen and (min-width: 660px) {
      .materialize .flow-text {
        font-size: 1.44rem; } }
    @media only screen and (min-width: 690px) {
      .materialize .flow-text {
        font-size: 1.464rem; } }
    @media only screen and (min-width: 720px) {
      .materialize .flow-text {
        font-size: 1.488rem; } }
    @media only screen and (min-width: 750px) {
      .materialize .flow-text {
        font-size: 1.512rem; } }
    @media only screen and (min-width: 780px) {
      .materialize .flow-text {
        font-size: 1.536rem; } }
    @media only screen and (min-width: 810px) {
      .materialize .flow-text {
        font-size: 1.56rem; } }
    @media only screen and (min-width: 840px) {
      .materialize .flow-text {
        font-size: 1.584rem; } }
    @media only screen and (min-width: 870px) {
      .materialize .flow-text {
        font-size: 1.608rem; } }
    @media only screen and (min-width: 900px) {
      .materialize .flow-text {
        font-size: 1.632rem; } }
    @media only screen and (min-width: 930px) {
      .materialize .flow-text {
        font-size: 1.656rem; } }
    @media only screen and (min-width: 960px) {
      .materialize .flow-text {
        font-size: 1.68rem; } }
    @media only screen and (max-width: 360px) {
      .materialize .flow-text {
        font-size: 1.2rem; } }
  .materialize .card-panel {
    transition: box-shadow .25s;
    padding: 20px;
    margin: 0.5rem 0 1rem 0;
    border-radius: 2px;
    background-color: #fff; }
  .materialize .card {
    position: relative;
    margin: 0.5rem 0 1rem 0;
    background-color: #fff;
    transition: box-shadow .25s;
    border-radius: 2px; }
    .materialize .card .card-title {
      font-size: 24px;
      font-weight: 300; }
      .materialize .card .card-title.activator {
        cursor: pointer; }
    .materialize .card.small, .materialize .card.medium, .materialize .card.large {
      position: relative; }
      .materialize .card.small .card-image, .materialize .card.medium .card-image, .materialize .card.large .card-image {
        max-height: 60%;
        overflow: hidden; }
      .materialize .card.small .card-image + .card-content, .materialize .card.medium .card-image + .card-content, .materialize .card.large .card-image + .card-content {
        max-height: 40%; }
      .materialize .card.small .card-content, .materialize .card.medium .card-content, .materialize .card.large .card-content {
        max-height: 100%;
        overflow: hidden; }
      .materialize .card.small .card-action, .materialize .card.medium .card-action, .materialize .card.large .card-action {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0; }
    .materialize .card.small {
      height: 300px; }
    .materialize .card.medium {
      height: 400px; }
    .materialize .card.large {
      height: 500px; }
    .materialize .card.horizontal {
      display: flex; }
      .materialize .card.horizontal.small .card-image, .materialize .card.horizontal.medium .card-image, .materialize .card.horizontal.large .card-image {
        height: 100%;
        max-height: none;
        overflow: visible; }
        .materialize .card.horizontal.small .card-image img, .materialize .card.horizontal.medium .card-image img, .materialize .card.horizontal.large .card-image img {
          height: 100%; }
      .materialize .card.horizontal .card-image {
        max-width: 50%; }
        .materialize .card.horizontal .card-image img {
          max-width: 100%;
          width: auto; }
      .materialize .card.horizontal .card-stacked {
        display: flex;
        flex-direction: column;
        flex: 1;
        position: relative; }
        .materialize .card.horizontal .card-stacked .card-content {
          flex-grow: 1; }
    .materialize .card.sticky-action .card-action {
      z-index: 2; }
    .materialize .card.sticky-action .card-reveal {
      z-index: 1;
      padding-bottom: 64px; }
    .materialize .card .card-image {
      position: relative; }
      .materialize .card .card-image img {
        display: block;
        border-radius: 2px 2px 0 0;
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%; }
      .materialize .card .card-image .card-title {
        color: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 20px; }
    .materialize .card .card-content {
      padding: 20px;
      border-radius: 0 0 2px 2px; }
      .materialize .card .card-content p {
        margin: 0;
        color: inherit; }
      .materialize .card .card-content .card-title {
        line-height: 48px; }
    .materialize .card .card-action {
      position: relative;
      background-color: inherit;
      border-top: 1px solid rgba(160, 160, 160, 0.2);
      padding: 20px; }
      .materialize .card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
        color: #ffab40;
        margin-right: 20px;
        transition: color .3s ease;
        text-transform: uppercase; }
        .materialize .card .card-action a:not(.btn):not(.btn-large):not(.btn-floating):hover {
          color: #ffd8a6; }
    .materialize .card .card-reveal {
      padding: 20px;
      position: absolute;
      background-color: #fff;
      width: 100%;
      overflow-y: auto;
      top: 100%;
      height: 100%;
      z-index: 3;
      display: none; }
      .materialize .card .card-reveal .card-title {
        cursor: pointer;
        display: block; }
  .materialize #toast-container {
    display: block;
    position: fixed;
    z-index: 10000; }
    @media only screen and (max-width: 600px) {
      .materialize #toast-container {
        min-width: 100%;
        bottom: 0%; } }
    @media only screen and (min-width: 601px) and (max-width: 992px) {
      .materialize #toast-container {
        left: 5%;
        bottom: 7%;
        max-width: 90%; } }
    @media only screen and (min-width: 993px) {
      .materialize #toast-container {
        top: 10%;
        right: 7%;
        max-width: 86%; } }
  .materialize .toast {
    border-radius: 2px;
    top: 0;
    width: auto;
    clear: both;
    margin-top: 10px;
    position: relative;
    max-width: 100%;
    height: auto;
    min-height: 48px;
    line-height: 1.5em;
    word-break: break-all;
    background-color: #323232;
    padding: 10px 25px;
    font-size: 1.1rem;
    font-weight: 300;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .materialize .toast .btn, .materialize .toast .btn-large, .materialize .toast .btn-flat {
      margin: 0;
      margin-left: 3rem; }
    .materialize .toast.rounded {
      border-radius: 24px; }
    @media only screen and (max-width: 600px) {
      .materialize .toast {
        width: 100%;
        border-radius: 0; } }
    @media only screen and (min-width: 601px) and (max-width: 992px) {
      .materialize .toast {
        float: left; } }
    @media only screen and (min-width: 993px) {
      .materialize .toast {
        float: right; } }
  .materialize .tabs {
    display: flex;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    height: 48px;
    background-color: #fff;
    margin: 0 auto;
    width: 100%;
    white-space: nowrap; }
    .materialize .tabs .tab {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      display: block;
      float: left;
      text-align: center;
      line-height: 48px;
      height: 48px;
      padding: 0;
      margin: 0;
      text-transform: uppercase;
      text-overflow: ellipsis;
      overflow: hidden;
      letter-spacing: .8px;
      width: 15%;
      min-width: 80px; }
      .materialize .tabs .tab a {
        color: #ee6e73;
        display: block;
        width: 100%;
        height: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        transition: color .28s ease; }
        .materialize .tabs .tab a:hover {
          color: #f9c9cb; }
      .materialize .tabs .tab.disabled a {
        color: #f9c9cb;
        cursor: default; }
    .materialize .tabs .indicator {
      position: absolute;
      bottom: 0;
      height: 2px;
      background-color: #f6b2b5;
      will-change: left, right; }
  .materialize .material-tooltip {
    padding: 10px 8px;
    font-size: 1rem;
    z-index: 2000;
    background-color: transparent;
    border-radius: 2px;
    color: #fff;
    min-height: 36px;
    line-height: 120%;
    opacity: 0;
    display: none;
    position: absolute;
    text-align: center;
    max-width: calc(100% - 4px);
    overflow: hidden;
    left: 0;
    top: 0;
    pointer-events: none; }
  .materialize .backdrop {
    position: absolute;
    opacity: 0;
    display: none;
    height: 7px;
    width: 14px;
    border-radius: 0 0 50% 50%;
    background-color: #323232;
    z-index: -1;
    transform-origin: 50% 0%;
    transform: translate3d(0, 0, 0); }
  .materialize .btn, .materialize .btn-large,
  .materialize .btn-flat {
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    outline: 0;
    padding: 0 2rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent; }
  .materialize .btn.disabled, .materialize .disabled.btn-large,
  .materialize .btn-floating.disabled,
  .materialize .btn-large.disabled,
  .materialize .btn:disabled,
  .materialize .btn-large:disabled,
  .materialize .btn-large:disabled,
  .materialize .btn-floating:disabled,
  .materialize .btn[disabled],
  .materialize .btn-large[disabled],
  .materialize .btn-large[disabled],
  .materialize .btn-floating[disabled] {
    background-color: #DFDFDF !important;
    box-shadow: none;
    color: #9F9F9F;
    cursor: default; }
    .materialize .btn.disabled *, .materialize .disabled.btn-large *,
    .materialize .btn-floating.disabled *,
    .materialize .btn-large.disabled *,
    .materialize .btn:disabled *,
    .materialize .btn-large:disabled *,
    .materialize .btn-large:disabled *,
    .materialize .btn-floating:disabled *,
    .materialize .btn[disabled] *,
    .materialize .btn-large[disabled] *,
    .materialize .btn-large[disabled] *,
    .materialize .btn-floating[disabled] * {
      pointer-events: none; }
    .materialize .btn.disabled:hover, .materialize .disabled.btn-large:hover,
    .materialize .btn-floating.disabled:hover,
    .materialize .btn-large.disabled:hover,
    .materialize .btn:disabled:hover,
    .materialize .btn-large:disabled:hover,
    .materialize .btn-large:disabled:hover,
    .materialize .btn-floating:disabled:hover,
    .materialize .btn[disabled]:hover,
    .materialize .btn-large[disabled]:hover,
    .materialize .btn-large[disabled]:hover,
    .materialize .btn-floating[disabled]:hover {
      background-color: #DFDFDF !important;
      color: #9F9F9F; }
  .materialize .btn i, .materialize .btn-large i,
  .materialize .btn-floating i,
  .materialize .btn-large i,
  .materialize .btn-flat i {
    font-size: 1.3rem;
    line-height: inherit; }
  .materialize .btn, .materialize .btn-large {
    text-decoration: none;
    color: #fff;
    background-color: #1892bf;
    text-align: center;
    letter-spacing: .5px;
    transition: .2s ease-out;
    cursor: pointer; }
    .materialize .btn:hover, .materialize .btn-large:hover {
      background-color: #1ba3d6; }
  .materialize .btn-floating {
    display: inline-block;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 37px;
    height: 37px;
    line-height: 37px;
    padding: 0;
    background-color: #1892bf;
    border-radius: 50%;
    transition: .3s;
    cursor: pointer;
    vertical-align: middle; }
    .materialize .btn-floating i {
      width: inherit;
      display: inline-block;
      text-align: center;
      color: #fff;
      font-size: 1.6rem;
      line-height: 37px; }
    .materialize .btn-floating:hover {
      background-color: #1892bf; }
    .materialize .btn-floating:before {
      border-radius: 0; }
    .materialize .btn-floating.btn-large {
      width: 55.5px;
      height: 55.5px; }
      .materialize .btn-floating.btn-large i {
        line-height: 55.5px; }
  .materialize button.btn-floating {
    border: none; }
  .materialize .fixed-action-btn {
    position: fixed;
    right: 23px;
    bottom: 23px;
    padding-top: 15px;
    margin-bottom: 0;
    z-index: 998; }
    .materialize .fixed-action-btn.active ul {
      visibility: visible; }
    .materialize .fixed-action-btn.horizontal {
      padding: 0 0 0 15px; }
      .materialize .fixed-action-btn.horizontal ul {
        text-align: right;
        right: 64px;
        top: 50%;
        transform: translateY(-50%);
        height: 100%;
        left: auto;
        width: 500px;
        /*width 100% only goes to width of button container */ }
        .materialize .fixed-action-btn.horizontal ul li {
          display: inline-block;
          margin: 15px 15px 0 0; }
    .materialize .fixed-action-btn ul {
      left: 0;
      right: 0;
      text-align: center;
      position: absolute;
      bottom: 64px;
      margin: 0;
      visibility: hidden; }
      .materialize .fixed-action-btn ul li {
        margin-bottom: 15px; }
      .materialize .fixed-action-btn ul a.btn-floating {
        opacity: 0; }
  .materialize .btn-flat {
    box-shadow: none;
    background-color: transparent;
    color: #343434;
    cursor: pointer;
    transition: background-color .2s; }
    .materialize .btn-flat:focus, .materialize .btn-flat:active {
      background-color: transparent; }
    .materialize .btn-flat:hover {
      background-color: rgba(0, 0, 0, 0.1);
      box-shadow: none; }
    .materialize .btn-flat.disabled {
      color: #b3b3b3;
      cursor: default; }
  .materialize .btn-large {
    height: 54px;
    line-height: 54px; }
    .materialize .btn-large i {
      font-size: 1.6rem; }
  .materialize .btn-block {
    display: block; }
  .materialize .dropdown-content {
    background-color: #fff;
    margin: 0;
    display: none;
    min-width: 100px;
    max-height: 650px;
    overflow-y: auto;
    opacity: 0;
    position: absolute;
    z-index: 999;
    will-change: width, height; }
    .materialize .dropdown-content li {
      clear: both;
      color: rgba(0, 0, 0, 0.87);
      cursor: pointer;
      min-height: 50px;
      line-height: 1.5rem;
      width: 100%;
      text-align: left;
      text-transform: none; }
      .materialize .dropdown-content li:hover, .materialize .dropdown-content li.active, .materialize .dropdown-content li.selected {
        background-color: #eee; }
      .materialize .dropdown-content li.active.selected {
        background-color: #e1e1e1; }
      .materialize .dropdown-content li.divider {
        min-height: 0;
        height: 1px; }
      .materialize .dropdown-content li > a, .materialize .dropdown-content li > span {
        font-size: 16px;
        color: #1892bf;
        display: block;
        line-height: 22px;
        padding: 14px 16px; }
      .materialize .dropdown-content li > span > label {
        top: 1px;
        left: 3px;
        height: 18px; }
      .materialize .dropdown-content li > a > i {
        height: inherit;
        line-height: inherit; }
  .materialize .waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    transition: all .3s ease-out; }
    .materialize .waves-effect .waves-ripple {
      position: absolute;
      border-radius: 50%;
      width: 20px;
      height: 20px;
      margin-top: -10px;
      margin-left: -10px;
      opacity: 0;
      background: rgba(0, 0, 0, 0.2);
      transition: all 0.7s ease-out;
      transition-property: transform, opacity;
      transform: scale(0);
      pointer-events: none; }
    .materialize .waves-effect.waves-light .waves-ripple {
      background-color: rgba(255, 255, 255, 0.45); }
    .materialize .waves-effect.waves-red .waves-ripple {
      background-color: rgba(244, 67, 54, 0.7); }
    .materialize .waves-effect.waves-yellow .waves-ripple {
      background-color: rgba(255, 235, 59, 0.7); }
    .materialize .waves-effect.waves-orange .waves-ripple {
      background-color: rgba(255, 152, 0, 0.7); }
    .materialize .waves-effect.waves-purple .waves-ripple {
      background-color: rgba(156, 39, 176, 0.7); }
    .materialize .waves-effect.waves-green .waves-ripple {
      background-color: rgba(76, 175, 80, 0.7); }
    .materialize .waves-effect.waves-teal .waves-ripple {
      background-color: rgba(0, 150, 136, 0.7); }
    .materialize .waves-effect input[type="button"], .materialize .waves-effect input[type="reset"], .materialize .waves-effect input[type="submit"] {
      border: 0;
      font-style: normal;
      font-size: inherit;
      text-transform: inherit;
      background: none; }
    .materialize .waves-effect img {
      position: relative;
      z-index: -1; }
  .materialize .waves-notransition {
    transition: none !important; }
  .materialize .waves-circle {
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); }
  .materialize .waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom; }
    .materialize .waves-input-wrapper .waves-button-input {
      position: relative;
      top: 0;
      left: 0;
      z-index: 1; }
  .materialize .waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
    -webkit-mask-image: none; }
  .materialize .waves-block {
    display: block; }
  .materialize .waves-effect .waves-ripple {
    z-index: -1; }
  .materialize .modal {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    background-color: #fafafa;
    padding: 0;
    max-height: 70%;
    width: 55%;
    margin: auto;
    overflow-y: auto;
    border-radius: 2px;
    will-change: top, opacity; }
    @media only screen and (max-width: 992px) {
      .materialize .modal {
        width: 80%; } }
    .materialize .modal h1, .materialize .modal h2, .materialize .modal h3, .materialize .modal h4 {
      margin-top: 0; }
    .materialize .modal .modal-content {
      padding: 24px; }
    .materialize .modal .modal-close {
      cursor: pointer; }
    .materialize .modal .modal-footer {
      border-radius: 0 0 2px 2px;
      background-color: #fafafa;
      padding: 4px 6px;
      height: 56px;
      width: 100%; }
      .materialize .modal .modal-footer .btn, .materialize .modal .modal-footer .btn-large, .materialize .modal .modal-footer .btn-flat {
        float: right;
        margin: 6px 0; }
  .materialize .lean-overlay {
    position: fixed;
    z-index: 999;
    top: -100px;
    left: 0;
    bottom: 0;
    right: 0;
    height: 125%;
    width: 100%;
    background: #000;
    display: none;
    will-change: opacity; }
  .materialize .modal.modal-fixed-footer {
    padding: 0;
    height: 70%; }
    .materialize .modal.modal-fixed-footer .modal-content {
      position: absolute;
      height: calc(100% - 56px);
      max-height: 100%;
      width: 100%;
      overflow-y: auto; }
    .materialize .modal.modal-fixed-footer .modal-footer {
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      position: absolute;
      bottom: 0; }
  .materialize .modal.bottom-sheet {
    top: auto;
    bottom: -100%;
    margin: 0;
    width: 100%;
    max-height: 45%;
    border-radius: 0;
    will-change: bottom, opacity; }
  .materialize .collapsible {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin: 0.5rem 0 1rem 0; }
  .materialize .collapsible-header {
    display: block;
    cursor: pointer;
    min-height: 3rem;
    line-height: 3rem;
    padding: 0 1rem;
    background-color: #fff;
    border-bottom: 1px solid #ddd; }
    .materialize .collapsible-header i {
      width: 2rem;
      font-size: 1.6rem;
      line-height: 3rem;
      display: block;
      float: left;
      text-align: center;
      margin-right: 1rem; }
  .materialize .collapsible-body {
    display: none;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box; }
    .materialize .collapsible-body p {
      margin: 0;
      padding: 2rem; }
  .materialize .side-nav .collapsible,
  .materialize .side-nav.fixed .collapsible {
    border: none;
    box-shadow: none; }
    .materialize .side-nav .collapsible li,
    .materialize .side-nav.fixed .collapsible li {
      padding: 0; }
  .materialize .side-nav .collapsible-header,
  .materialize .side-nav.fixed .collapsible-header {
    background-color: transparent;
    border: none;
    line-height: inherit;
    height: inherit;
    padding: 0 16px; }
    .materialize .side-nav .collapsible-header:hover,
    .materialize .side-nav.fixed .collapsible-header:hover {
      background-color: rgba(0, 0, 0, 0.05); }
    .materialize .side-nav .collapsible-header i,
    .materialize .side-nav.fixed .collapsible-header i {
      line-height: inherit; }
  .materialize .side-nav .collapsible-body,
  .materialize .side-nav.fixed .collapsible-body {
    border: 0;
    background-color: #fff; }
    .materialize .side-nav .collapsible-body li a,
    .materialize .side-nav.fixed .collapsible-body li a {
      padding: 0 23.5px 0 31px; }
  .materialize .collapsible.popout {
    border: none;
    box-shadow: none; }
    .materialize .collapsible.popout > li {
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
      margin: 0 24px;
      transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .materialize .collapsible.popout > li.active {
      box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
      margin: 16px 0; }
  .materialize .chip {
    display: inline-block;
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
    line-height: 32px;
    padding: 0 12px;
    border-radius: 16px;
    background-color: #e4e4e4;
    margin-bottom: 5px;
    margin-right: 5px; }
    .materialize .chip.filter {
      background-color: #1892bf;
      cursor: pointer;
      color: #FFF;
      height: 20px;
      line-height: 20px;
      padding: 0 17px 0 12px;
      position: relative; }
      .materialize .chip.filter > .material-icons {
        font-size: 12px;
        position: absolute;
        right: 4px; }
      .materialize .chip.filter:hover {
        background-color: #db6327; }
    .materialize .chip img {
      float: left;
      margin: 0 8px 0 -12px;
      height: 32px;
      width: 32px;
      border-radius: 50%; }
    .materialize .chip .close {
      cursor: pointer;
      float: right;
      font-size: 16px;
      line-height: 32px;
      padding-left: 8px; }
  .materialize .chips {
    border: none;
    border-bottom: 1px solid #9e9e9e;
    box-shadow: none;
    margin-bottom: 30px;
    min-height: 45px;
    outline: none;
    padding-bottom: 5px;
    transition: all .3s; }
    .materialize .chips.focus {
      border-bottom: 1px solid #26a69a;
      box-shadow: 0 1px 0 0 #26a69a; }
    .materialize .chips:hover {
      cursor: text; }
    .materialize .chips .chip.selected {
      background-color: #26a69a;
      color: #fff; }
    .materialize .chips .input {
      background: none;
      border: 0;
      color: rgba(0, 0, 0, 0.6);
      display: inline-block;
      font-size: 13px;
      font-weight: 500;
      height: 32px;
      margin-right: 20px;
      line-height: 32px;
      outline: 0;
      padding: 0 !important;
      width: 120px !important; }
    .materialize .chips .input:focus {
      border: 0 !important;
      box-shadow: none !important; }
  .materialize .materialboxed {
    display: block;
    cursor: zoom-in;
    position: relative;
    transition: opacity .4s; }
    .materialize .materialboxed:hover {
      will-change: left, top, width, height; }
      .materialize .materialboxed:hover:not(.active) {
        opacity: .8; }
  .materialize .materialboxed.active {
    cursor: zoom-out; }
  .materialize #materialbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #292929;
    z-index: 1000;
    will-change: opacity; }
  .materialize .materialbox-caption {
    position: fixed;
    display: none;
    color: #fff;
    line-height: 50px;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 0% 15%;
    height: 50px;
    z-index: 1000;
    -webkit-font-smoothing: antialiased; }
  .materialize select:focus {
    outline: 1px solid #ceedf9; }
  .materialize button:focus {
    outline: none;
    background-color: #1aa0d1; }
  .materialize label {
    font-size: 0.8rem;
    color: #9e9e9e; }
  .materialize ::-webkit-input-placeholder {
    color: #d1d1d1; }
  .materialize :-moz-placeholder {
    /* Firefox 18- */
    color: #d1d1d1; }
  .materialize ::-moz-placeholder {
    /* Firefox 19+ */
    color: #d1d1d1; }
  .materialize :-ms-input-placeholder {
    color: #d1d1d1; }
  .materialize input:not([type]),
  .materialize input[type=text],
  .materialize input[type=password],
  .materialize input[type=email],
  .materialize input[type=url],
  .materialize input[type=time],
  .materialize input[type=date],
  .materialize input[type=datetime],
  .materialize input[type=datetime-local],
  .materialize input[type=tel],
  .materialize input[type=number],
  .materialize input[type=search],
  .materialize textarea.materialize-textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 20px 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: all 0.3s; }
    .materialize input:not([type]):disabled, .materialize input:not([type])[readonly="readonly"],
    .materialize input[type=text]:disabled,
    .materialize input[type=text][readonly="readonly"],
    .materialize input[type=password]:disabled,
    .materialize input[type=password][readonly="readonly"],
    .materialize input[type=email]:disabled,
    .materialize input[type=email][readonly="readonly"],
    .materialize input[type=url]:disabled,
    .materialize input[type=url][readonly="readonly"],
    .materialize input[type=time]:disabled,
    .materialize input[type=time][readonly="readonly"],
    .materialize input[type=date]:disabled,
    .materialize input[type=date][readonly="readonly"],
    .materialize input[type=datetime]:disabled,
    .materialize input[type=datetime][readonly="readonly"],
    .materialize input[type=datetime-local]:disabled,
    .materialize input[type=datetime-local][readonly="readonly"],
    .materialize input[type=tel]:disabled,
    .materialize input[type=tel][readonly="readonly"],
    .materialize input[type=number]:disabled,
    .materialize input[type=number][readonly="readonly"],
    .materialize input[type=search]:disabled,
    .materialize input[type=search][readonly="readonly"],
    .materialize textarea.materialize-textarea:disabled,
    .materialize textarea.materialize-textarea[readonly="readonly"] {
      color: rgba(0, 0, 0, 0.26);
      border-bottom: 1px dotted rgba(0, 0, 0, 0.26); }
    .materialize input:not([type]):disabled + label,
    .materialize input:not([type])[readonly="readonly"] + label,
    .materialize input[type=text]:disabled + label,
    .materialize input[type=text][readonly="readonly"] + label,
    .materialize input[type=password]:disabled + label,
    .materialize input[type=password][readonly="readonly"] + label,
    .materialize input[type=email]:disabled + label,
    .materialize input[type=email][readonly="readonly"] + label,
    .materialize input[type=url]:disabled + label,
    .materialize input[type=url][readonly="readonly"] + label,
    .materialize input[type=time]:disabled + label,
    .materialize input[type=time][readonly="readonly"] + label,
    .materialize input[type=date]:disabled + label,
    .materialize input[type=date][readonly="readonly"] + label,
    .materialize input[type=datetime]:disabled + label,
    .materialize input[type=datetime][readonly="readonly"] + label,
    .materialize input[type=datetime-local]:disabled + label,
    .materialize input[type=datetime-local][readonly="readonly"] + label,
    .materialize input[type=tel]:disabled + label,
    .materialize input[type=tel][readonly="readonly"] + label,
    .materialize input[type=number]:disabled + label,
    .materialize input[type=number][readonly="readonly"] + label,
    .materialize input[type=search]:disabled + label,
    .materialize input[type=search][readonly="readonly"] + label,
    .materialize textarea.materialize-textarea:disabled + label,
    .materialize textarea.materialize-textarea[readonly="readonly"] + label {
      color: rgba(0, 0, 0, 0.26); }
    .materialize input:not([type]):focus:not([readonly]),
    .materialize input[type=text]:focus:not([readonly]),
    .materialize input[type=password]:focus:not([readonly]),
    .materialize input[type=email]:focus:not([readonly]),
    .materialize input[type=url]:focus:not([readonly]),
    .materialize input[type=time]:focus:not([readonly]),
    .materialize input[type=date]:focus:not([readonly]),
    .materialize input[type=datetime]:focus:not([readonly]),
    .materialize input[type=datetime-local]:focus:not([readonly]),
    .materialize input[type=tel]:focus:not([readonly]),
    .materialize input[type=number]:focus:not([readonly]),
    .materialize input[type=search]:focus:not([readonly]),
    .materialize textarea.materialize-textarea:focus:not([readonly]) {
      border-bottom: 1px solid #1892bf;
      box-shadow: 0 1px 0 0 #1892bf; }
    .materialize input:not([type]):focus:not([readonly]) + label,
    .materialize input[type=text]:focus:not([readonly]) + label,
    .materialize input[type=password]:focus:not([readonly]) + label,
    .materialize input[type=email]:focus:not([readonly]) + label,
    .materialize input[type=url]:focus:not([readonly]) + label,
    .materialize input[type=time]:focus:not([readonly]) + label,
    .materialize input[type=date]:focus:not([readonly]) + label,
    .materialize input[type=datetime]:focus:not([readonly]) + label,
    .materialize input[type=datetime-local]:focus:not([readonly]) + label,
    .materialize input[type=tel]:focus:not([readonly]) + label,
    .materialize input[type=number]:focus:not([readonly]) + label,
    .materialize input[type=search]:focus:not([readonly]) + label,
    .materialize textarea.materialize-textarea:focus:not([readonly]) + label {
      color: #1892bf; }
    .materialize input:not([type]).valid, .materialize input:not([type]):focus.valid,
    .materialize input[type=text].valid,
    .materialize input[type=text]:focus.valid,
    .materialize input[type=password].valid,
    .materialize input[type=password]:focus.valid,
    .materialize input[type=email].valid,
    .materialize input[type=email]:focus.valid,
    .materialize input[type=url].valid,
    .materialize input[type=url]:focus.valid,
    .materialize input[type=time].valid,
    .materialize input[type=time]:focus.valid,
    .materialize input[type=date].valid,
    .materialize input[type=date]:focus.valid,
    .materialize input[type=datetime].valid,
    .materialize input[type=datetime]:focus.valid,
    .materialize input[type=datetime-local].valid,
    .materialize input[type=datetime-local]:focus.valid,
    .materialize input[type=tel].valid,
    .materialize input[type=tel]:focus.valid,
    .materialize input[type=number].valid,
    .materialize input[type=number]:focus.valid,
    .materialize input[type=search].valid,
    .materialize input[type=search]:focus.valid,
    .materialize textarea.materialize-textarea.valid,
    .materialize textarea.materialize-textarea:focus.valid {
      border-bottom: 1px solid #4CAF50;
      box-shadow: 0 1px 0 0 #4CAF50; }
    .materialize input:not([type]).valid + label:after,
    .materialize input:not([type]):focus.valid + label:after,
    .materialize input[type=text].valid + label:after,
    .materialize input[type=text]:focus.valid + label:after,
    .materialize input[type=password].valid + label:after,
    .materialize input[type=password]:focus.valid + label:after,
    .materialize input[type=email].valid + label:after,
    .materialize input[type=email]:focus.valid + label:after,
    .materialize input[type=url].valid + label:after,
    .materialize input[type=url]:focus.valid + label:after,
    .materialize input[type=time].valid + label:after,
    .materialize input[type=time]:focus.valid + label:after,
    .materialize input[type=date].valid + label:after,
    .materialize input[type=date]:focus.valid + label:after,
    .materialize input[type=datetime].valid + label:after,
    .materialize input[type=datetime]:focus.valid + label:after,
    .materialize input[type=datetime-local].valid + label:after,
    .materialize input[type=datetime-local]:focus.valid + label:after,
    .materialize input[type=tel].valid + label:after,
    .materialize input[type=tel]:focus.valid + label:after,
    .materialize input[type=number].valid + label:after,
    .materialize input[type=number]:focus.valid + label:after,
    .materialize input[type=search].valid + label:after,
    .materialize input[type=search]:focus.valid + label:after,
    .materialize textarea.materialize-textarea.valid + label:after,
    .materialize textarea.materialize-textarea:focus.valid + label:after {
      content: attr(data-success);
      color: #4CAF50;
      opacity: 1; }
    .materialize input:not([type]).invalid, .materialize input:not([type]):focus.invalid,
    .materialize input[type=text].invalid,
    .materialize input[type=text]:focus.invalid,
    .materialize input[type=password].invalid,
    .materialize input[type=password]:focus.invalid,
    .materialize input[type=email].invalid,
    .materialize input[type=email]:focus.invalid,
    .materialize input[type=url].invalid,
    .materialize input[type=url]:focus.invalid,
    .materialize input[type=time].invalid,
    .materialize input[type=time]:focus.invalid,
    .materialize input[type=date].invalid,
    .materialize input[type=date]:focus.invalid,
    .materialize input[type=datetime].invalid,
    .materialize input[type=datetime]:focus.invalid,
    .materialize input[type=datetime-local].invalid,
    .materialize input[type=datetime-local]:focus.invalid,
    .materialize input[type=tel].invalid,
    .materialize input[type=tel]:focus.invalid,
    .materialize input[type=number].invalid,
    .materialize input[type=number]:focus.invalid,
    .materialize input[type=search].invalid,
    .materialize input[type=search]:focus.invalid,
    .materialize textarea.materialize-textarea.invalid,
    .materialize textarea.materialize-textarea:focus.invalid {
      border-bottom: 1px solid #F44336;
      box-shadow: 0 1px 0 0 #F44336; }
    .materialize input:not([type]).invalid + label:after,
    .materialize input:not([type]):focus.invalid + label:after,
    .materialize input[type=text].invalid + label:after,
    .materialize input[type=text]:focus.invalid + label:after,
    .materialize input[type=password].invalid + label:after,
    .materialize input[type=password]:focus.invalid + label:after,
    .materialize input[type=email].invalid + label:after,
    .materialize input[type=email]:focus.invalid + label:after,
    .materialize input[type=url].invalid + label:after,
    .materialize input[type=url]:focus.invalid + label:after,
    .materialize input[type=time].invalid + label:after,
    .materialize input[type=time]:focus.invalid + label:after,
    .materialize input[type=date].invalid + label:after,
    .materialize input[type=date]:focus.invalid + label:after,
    .materialize input[type=datetime].invalid + label:after,
    .materialize input[type=datetime]:focus.invalid + label:after,
    .materialize input[type=datetime-local].invalid + label:after,
    .materialize input[type=datetime-local]:focus.invalid + label:after,
    .materialize input[type=tel].invalid + label:after,
    .materialize input[type=tel]:focus.invalid + label:after,
    .materialize input[type=number].invalid + label:after,
    .materialize input[type=number]:focus.invalid + label:after,
    .materialize input[type=search].invalid + label:after,
    .materialize input[type=search]:focus.invalid + label:after,
    .materialize textarea.materialize-textarea.invalid + label:after,
    .materialize textarea.materialize-textarea:focus.invalid + label:after {
      content: attr(data-error);
      color: #F44336;
      opacity: 1; }
    .materialize input:not([type]).validate + label,
    .materialize input[type=text].validate + label,
    .materialize input[type=password].validate + label,
    .materialize input[type=email].validate + label,
    .materialize input[type=url].validate + label,
    .materialize input[type=time].validate + label,
    .materialize input[type=date].validate + label,
    .materialize input[type=datetime].validate + label,
    .materialize input[type=datetime-local].validate + label,
    .materialize input[type=tel].validate + label,
    .materialize input[type=number].validate + label,
    .materialize input[type=search].validate + label,
    .materialize textarea.materialize-textarea.validate + label {
      width: 100%;
      pointer-events: none; }
    .materialize input:not([type]) + label:after,
    .materialize input[type=text] + label:after,
    .materialize input[type=password] + label:after,
    .materialize input[type=email] + label:after,
    .materialize input[type=url] + label:after,
    .materialize input[type=time] + label:after,
    .materialize input[type=date] + label:after,
    .materialize input[type=datetime] + label:after,
    .materialize input[type=datetime-local] + label:after,
    .materialize input[type=tel] + label:after,
    .materialize input[type=number] + label:after,
    .materialize input[type=search] + label:after,
    .materialize textarea.materialize-textarea + label:after {
      display: block;
      content: "";
      position: absolute;
      top: 60px;
      opacity: 0;
      transition: .2s opacity ease-out, .2s color ease-out; }
  .materialize .input-field {
    position: relative;
    margin-top: 1rem; }
    .materialize .input-field.col label {
      left: 0.75rem; }
    .materialize .input-field.col .prefix ~ label,
    .materialize .input-field.col .prefix ~ .validate ~ label {
      width: calc(100% - 3rem - 1.5rem); }
    .materialize .input-field label {
      color: #9e9e9e;
      position: absolute;
      top: 0.8rem;
      font-size: 1rem;
      cursor: text;
      transition: .2s ease-out; }
    .materialize .input-field label.active {
      font-size: 0.8rem;
      transform: translateY(-140%); }
    .materialize .input-field .prefix {
      position: absolute;
      width: 3rem;
      font-size: 2rem;
      transition: color .2s; }
      .materialize .input-field .prefix.active {
        color: #1892bf; }
    .materialize .input-field .prefix ~ input,
    .materialize .input-field .prefix ~ textarea,
    .materialize .input-field .prefix ~ label,
    .materialize .input-field .prefix ~ .validate ~ label,
    .materialize .input-field .prefix ~ .autocomplete-content {
      margin-left: 3rem;
      width: 92%;
      width: calc(100% - 3rem); }
    .materialize .input-field .prefix ~ label {
      margin-left: 3rem; }
    @media only screen and (max-width: 992px) {
      .materialize .input-field .prefix ~ input {
        width: 86%;
        width: calc(100% - 3rem); } }
    @media only screen and (max-width: 600px) {
      .materialize .input-field .prefix ~ input {
        width: 80%;
        width: calc(100% - 3rem); } }
    .materialize .input-field input:focus + label {
      font-size: 10px;
      top: 1.2rem; }
    .materialize .input-field input {
      border-bottom: 1px solid #9e9e9e; }
      .materialize .input-field input:focus + label.active.disabled, .materialize .input-field input:focus + label.active.enabled {
        top: 0.8rem;
        font-size: 10px; }
      .materialize .input-field input + label.active.disabled {
        top: 3.2rem;
        font-size: 1rem; }
      .materialize .input-field input + label.enabled {
        font-size: 10px;
        top: -0.8rem; }
        .materialize .input-field input + label.enabled.active {
          top: 1rem; }
  .materialize .input-field input[type=search] {
    display: block;
    line-height: inherit;
    padding-left: 4rem;
    width: calc(100% - 4rem); }
    .materialize .input-field input[type=search]:focus {
      background-color: #fff;
      border: 0;
      box-shadow: none;
      color: #444; }
      .materialize .input-field input[type=search]:focus + label i,
      .materialize .input-field input[type=search]:focus ~ .mdi-navigation-close,
      .materialize .input-field input[type=search]:focus ~ .material-icons {
        color: #444; }
    .materialize .input-field input[type=search] + label {
      left: 1rem; }
    .materialize .input-field input[type=search] ~ .mdi-navigation-close,
    .materialize .input-field input[type=search] ~ .material-icons {
      position: absolute;
      top: 0;
      right: 1rem;
      color: transparent;
      cursor: pointer;
      font-size: 2rem;
      transition: .3s color; }
  .materialize textarea {
    width: 100%;
    height: 3rem;
    background-color: transparent; }
    .materialize textarea.materialize-textarea {
      overflow-y: hidden;
      /* prevents scroll bar flash */
      padding: .8rem 0 1.6rem 0;
      /* prevents text jump on Enter keypress */
      resize: none;
      min-height: 3rem; }
  .materialize .hiddendiv {
    display: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
    /* future version of deprecated 'word-wrap' */
    padding-top: 1.2rem;
    /* prevents text jump on Enter keypress */ }
  .materialize .autocomplete-content {
    margin-top: -15px;
    display: block;
    opacity: 1;
    position: static; }
    .materialize .autocomplete-content li .highlight {
      color: #444; }
    .materialize .autocomplete-content li img {
      height: 40px;
      width: 40px;
      margin: 5px 15px; }
  .materialize [type="radio"]:not(:checked),
  .materialize [type="radio"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0; }
  .materialize [type="radio"]:not(:checked) + label,
  .materialize [type="radio"]:checked + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    transition: .28s ease;
    -khtml-user-select: none;
    /* webkit (konqueror) browsers */
    user-select: none; }
  .materialize [type="radio"] + label:before,
  .materialize [type="radio"] + label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    transition: .28s ease; }
  .materialize [type="radio"]:not(:checked) + label:before,
  .materialize [type="radio"]:not(:checked) + label:after,
  .materialize [type="radio"]:checked + label:before,
  .materialize [type="radio"]:checked + label:after,
  .materialize [type="radio"].with-gap:checked + label:before,
  .materialize [type="radio"].with-gap:checked + label:after {
    border-radius: 50%; }
  .materialize [type="radio"]:not(:checked) + label:before,
  .materialize [type="radio"]:not(:checked) + label:after {
    border: 2px solid #5a5a5a; }
  .materialize [type="radio"]:not(:checked) + label:after {
    z-index: -1;
    transform: scale(0); }
  .materialize [type="radio"]:checked + label:before {
    border: 2px solid transparent; }
  .materialize [type="radio"]:checked + label:after,
  .materialize [type="radio"].with-gap:checked + label:before,
  .materialize [type="radio"].with-gap:checked + label:after {
    border: 2px solid #1892bf; }
  .materialize [type="radio"]:checked + label:after,
  .materialize [type="radio"].with-gap:checked + label:after {
    background-color: #1892bf;
    z-index: 0; }
  .materialize [type="radio"]:checked + label:after {
    transform: scale(1.02); }
  .materialize [type="radio"].with-gap:checked + label:after {
    transform: scale(0.5); }
  .materialize [type="radio"].tabbed:focus + label:before {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1); }
  .materialize [type="radio"].with-gap:disabled:checked + label:before {
    border: 2px solid rgba(0, 0, 0, 0.26); }
  .materialize [type="radio"].with-gap:disabled:checked + label:after {
    border: none;
    background-color: rgba(0, 0, 0, 0.26); }
  .materialize [type="radio"]:disabled:not(:checked) + label:before,
  .materialize [type="radio"]:disabled:checked + label:before {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.26); }
  .materialize [type="radio"]:disabled + label {
    color: rgba(0, 0, 0, 0.26); }
  .materialize [type="radio"]:disabled:not(:checked) + label:before {
    border-color: rgba(0, 0, 0, 0.26); }
  .materialize [type="radio"]:disabled:checked + label:after {
    background-color: rgba(0, 0, 0, 0.26);
    border-color: #BDBDBD; }
  .materialize form p {
    margin-bottom: 10px;
    text-align: left; }
  .materialize form p:last-child {
    margin-bottom: 0; }
  .materialize [type="checkbox"]:not(:checked),
  .materialize [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0; }
  .materialize [type="checkbox"] {
    /* checkbox aspect */ }
    .materialize [type="checkbox"] + label {
      position: relative;
      padding-left: 35px;
      cursor: pointer;
      display: inline-block;
      height: 25px;
      line-height: 25px;
      font-size: 1rem;
      -webkit-user-select: none;
      /* webkit (safari, chrome) browsers */
      -moz-user-select: none;
      /* mozilla browsers */
      -khtml-user-select: none;
      /* webkit (konqueror) browsers */
      -ms-user-select: none;
      /* IE10+ */ }
    .materialize [type="checkbox"] + label:before,
    .materialize [type="checkbox"]:not(.filled-in) + label:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 18px;
      height: 18px;
      z-index: 0;
      border: 2px solid #5a5a5a;
      border-radius: 1px;
      margin-top: 2px;
      transition: .2s; }
    .materialize [type="checkbox"]:not(.filled-in) + label:after {
      border: 0;
      transform: scale(0); }
    .materialize [type="checkbox"]:not(:checked):disabled + label:before {
      border: none;
      background-color: rgba(0, 0, 0, 0.26); }
    .materialize [type="checkbox"].tabbed:focus + label:after {
      transform: scale(1);
      border: 0;
      border-radius: 50%;
      box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
      background-color: rgba(0, 0, 0, 0.1); }
  .materialize [type="checkbox"]:checked + label:before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #1892bf;
    border-bottom: 2px solid #1892bf;
    transform: rotate(40deg);
    backface-visibility: hidden;
    transform-origin: 100% 100%; }
  .materialize [type="checkbox"]:checked:disabled + label:before {
    border-right: 2px solid rgba(0, 0, 0, 0.26);
    border-bottom: 2px solid rgba(0, 0, 0, 0.26); }
  .materialize [type="checkbox"]:indeterminate + label:before {
    top: -11px;
    left: -12px;
    width: 10px;
    height: 22px;
    border-top: none;
    border-left: none;
    border-right: 2px solid #1892bf;
    border-bottom: none;
    transform: rotate(90deg);
    backface-visibility: hidden;
    transform-origin: 100% 100%; }
  .materialize [type="checkbox"]:indeterminate:disabled + label:before {
    border-right: 2px solid rgba(0, 0, 0, 0.26);
    background-color: transparent; }
  .materialize [type="checkbox"].filled-in + label:after {
    border-radius: 2px; }
  .materialize [type="checkbox"].filled-in + label:before,
  .materialize [type="checkbox"].filled-in + label:after {
    content: '';
    left: 0;
    position: absolute;
    /* .1s delay is for check animation */
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1; }
  .materialize [type="checkbox"].filled-in:not(:checked) + label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 20% 40%;
    transform-origin: 100% 100%; }
  .materialize [type="checkbox"].filled-in:not(:checked) + label:after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #5a5a5a;
    top: 0px;
    z-index: 0; }
  .materialize [type="checkbox"].filled-in:checked + label:before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%; }
  .materialize [type="checkbox"].filled-in:checked + label:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #1892bf;
    background-color: #1892bf;
    z-index: 0; }
  .materialize [type="checkbox"].filled-in.tabbed:focus + label:after {
    border-radius: 2px;
    border-color: #5a5a5a;
    background-color: rgba(0, 0, 0, 0.1); }
  .materialize [type="checkbox"].filled-in.tabbed:checked:focus + label:after {
    border-radius: 2px;
    background-color: #1892bf;
    border-color: #1892bf; }
  .materialize [type="checkbox"].filled-in:disabled:not(:checked) + label:before {
    background-color: transparent;
    border: 2px solid transparent; }
  .materialize [type="checkbox"].filled-in:disabled:not(:checked) + label:after {
    border-color: transparent;
    background-color: #BDBDBD; }
  .materialize [type="checkbox"].filled-in:disabled:checked + label:before {
    background-color: transparent; }
  .materialize [type="checkbox"].filled-in:disabled:checked + label:after {
    background-color: #BDBDBD;
    border-color: #BDBDBD; }
  .materialize .switch,
  .materialize .switch * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none; }
  .materialize .switch label {
    cursor: pointer; }
  .materialize .switch label input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0; }
    .materialize .switch label input[type=checkbox]:checked + .lever {
      background-color: #7fc0d7; }
      .materialize .switch label input[type=checkbox]:checked + .lever:after {
        background-color: #1892bf;
        left: 24px; }
  .materialize .switch label .lever {
    content: "";
    display: inline-block;
    position: relative;
    width: 40px;
    height: 15px;
    background-color: #818181;
    border-radius: 15px;
    margin-right: 10px;
    transition: background 0.3s ease;
    vertical-align: middle;
    margin: 0 16px; }
    .materialize .switch label .lever:after {
      content: "";
      position: absolute;
      display: inline-block;
      width: 21px;
      height: 21px;
      background-color: #F1F1F1;
      border-radius: 21px;
      box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
      left: -5px;
      top: -3px;
      transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease; }
  .materialize input[type=checkbox]:checked:not(:disabled) ~ .lever:active::after,
  .materialize input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(24, 146, 191, 0.1); }
  .materialize input[type=checkbox]:not(:disabled) ~ .lever:active:after,
  .materialize input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08); }
  .materialize .switch input[type=checkbox][disabled] + .lever {
    cursor: default; }
  .materialize .switch label input[type=checkbox][disabled] + .lever:after,
  .materialize .switch label input[type=checkbox][disabled]:checked + .lever:after {
    background-color: #BDBDBD; }
  .materialize select {
    display: none; }
  .materialize select.browser-default {
    display: block; }
  .materialize select {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    padding: 5px;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    height: 3rem; }
  .materialize .select-label {
    position: absolute; }
  .materialize .select-wrapper {
    position: relative; }
    .materialize .select-wrapper input.select-dropdown {
      position: relative;
      cursor: pointer;
      background-color: transparent;
      border: none;
      border-bottom: 1px solid #9e9e9e;
      outline: none;
      height: 3rem;
      line-height: 3rem;
      width: 100%;
      font-size: 1rem;
      margin: 0 0 20px 0;
      padding: 0;
      display: block; }
    .materialize .select-wrapper span.caret {
      color: initial;
      position: absolute;
      right: 0;
      top: 16px;
      font-size: 10px; }
      .materialize .select-wrapper span.caret.disabled {
        color: rgba(0, 0, 0, 0.26); }
    .materialize .select-wrapper + label {
      position: absolute;
      top: -14px;
      font-size: 0.8rem; }
  .materialize select:disabled {
    color: rgba(0, 0, 0, 0.3); }
  .materialize .select-wrapper input.select-dropdown:disabled {
    color: rgba(0, 0, 0, 0.3);
    cursor: default;
    -webkit-user-select: none;
    /* webkit (safari, chrome) browsers */
    -moz-user-select: none;
    /* mozilla browsers */
    -ms-user-select: none;
    /* IE10+ */
    border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
  .materialize .select-wrapper i {
    color: rgba(0, 0, 0, 0.3); }
  .materialize .select-dropdown li.disabled,
  .materialize .select-dropdown li.disabled > span,
  .materialize .select-dropdown li.optgroup {
    color: rgba(0, 0, 0, 0.3);
    background-color: transparent; }
  .materialize .prefix ~ .select-wrapper {
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem); }
  .materialize .prefix ~ label {
    margin-left: 3rem; }
  .materialize .select-dropdown li img {
    height: 40px;
    width: 40px;
    margin: 5px 15px;
    float: right; }
  .materialize .select-dropdown li.optgroup {
    border-top: 1px solid #eee; }
    .materialize .select-dropdown li.optgroup.selected > span {
      color: rgba(0, 0, 0, 0.7); }
    .materialize .select-dropdown li.optgroup > span {
      color: rgba(0, 0, 0, 0.4); }
    .materialize .select-dropdown li.optgroup ~ li.optgroup-option {
      padding-left: 1rem; }
  .materialize .file-field {
    position: relative; }
    .materialize .file-field .file-path-wrapper {
      overflow: hidden;
      padding-left: 10px; }
    .materialize .file-field input.file-path {
      width: 100%; }
    .materialize .file-field .btn, .materialize .file-field .btn-large {
      float: left;
      height: 3rem;
      line-height: 3rem; }
    .materialize .file-field span {
      cursor: pointer; }
    .materialize .file-field input[type=file] {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      margin: 0;
      padding: 0;
      font-size: 20px;
      cursor: pointer;
      opacity: 0;
      filter: alpha(opacity=0); }
  .materialize .range-field {
    position: relative; }
  .materialize input[type=range],
  .materialize input[type=range] + .thumb {
    cursor: pointer; }
  .materialize input[type=range] {
    position: relative;
    background-color: transparent;
    border: none;
    outline: none;
    width: 100%;
    margin: 15px 0;
    padding: 0; }
    .materialize input[type=range]:focus {
      outline: none; }
  .materialize input[type=range] + .thumb {
    position: absolute;
    border: none;
    height: 0;
    width: 0;
    border-radius: 50%;
    background-color: #1892bf;
    top: 10px;
    margin-left: -6px;
    transform-origin: 50% 50%;
    transform: rotate(-45deg); }
    .materialize input[type=range] + .thumb .value {
      display: block;
      width: 30px;
      text-align: center;
      color: #1892bf;
      font-size: 0;
      transform: rotate(45deg); }
    .materialize input[type=range] + .thumb.active {
      border-radius: 50% 50% 50% 0; }
      .materialize input[type=range] + .thumb.active .value {
        color: #fff;
        margin-left: -1px;
        margin-top: 8px;
        font-size: 10px; }
  .materialize input[type=range] {
    -webkit-appearance: none; }
  .materialize input[type=range]::-webkit-slider-runnable-track {
    height: 3px;
    background: #c2c0c2;
    border: none; }
  .materialize input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background-color: #1892bf;
    transform-origin: 50% 50%;
    margin: -5px 0 0 0;
    transition: .3s; }
  .materialize input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc; }
  .materialize input[type=range] {
    /* fix for FF unable to apply focus style bug  */
    border: 1px solid white;
    /*required for proper track sizing in FF*/ }
  .materialize input[type=range]::-moz-range-track {
    height: 3px;
    background: #ddd;
    border: none; }
  .materialize input[type=range]::-moz-range-thumb {
    border: none;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #1892bf;
    margin-top: -5px; }
  .materialize input[type=range]:-moz-focusring {
    outline: 1px solid #fff;
    outline-offset: -1px; }
  .materialize input[type=range]:focus::-moz-range-track {
    background: #ccc; }
  .materialize input[type=range]::-ms-track {
    height: 3px;
    background: transparent;
    border-color: transparent;
    border-width: 6px 0;
    /*remove default tick marks*/
    color: transparent; }
  .materialize input[type=range]::-ms-fill-lower {
    background: #777; }
  .materialize input[type=range]::-ms-fill-upper {
    background: #ddd; }
  .materialize input[type=range]::-ms-thumb {
    border: none;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #1892bf; }
  .materialize input[type=range]:focus::-ms-fill-lower {
    background: #888; }
  .materialize input[type=range]:focus::-ms-fill-upper {
    background: #ccc; }
  .materialize .table-of-contents.fixed {
    position: fixed; }
  .materialize .table-of-contents li {
    padding: 2px 0; }
  .materialize .table-of-contents a {
    display: inline-block;
    font-weight: 300;
    color: #757575;
    padding-left: 20px;
    height: 1.5rem;
    line-height: 1.5rem;
    letter-spacing: .4;
    display: inline-block; }
    .materialize .table-of-contents a:hover {
      color: #a8a8a8;
      padding-left: 19px;
      border-left: 1px solid #ea4a4f; }
    .materialize .table-of-contents a.active {
      font-weight: 500;
      padding-left: 18px;
      border-left: 2px solid #ea4a4f; }
  .materialize .side-nav {
    position: fixed;
    width: 300px;
    left: 0;
    top: 0;
    margin: 0;
    transform: translateX(-100%);
    height: 100%;
    height: calc(100% + 60px);
    height: -moz-calc(100%);
    padding-bottom: 60px;
    background-color: #fff;
    z-index: 999;
    backface-visibility: hidden;
    overflow-y: auto;
    will-change: transform;
    backface-visibility: hidden;
    transform: translateX(-105%); }
    .materialize .side-nav.right-aligned {
      right: 0;
      transform: translateX(105%);
      left: auto;
      transform: translateX(100%); }
    .materialize .side-nav .collapsible {
      margin: 0; }
    .materialize .side-nav li {
      float: none;
      line-height: 48px; }
      .materialize .side-nav li.active {
        background-color: rgba(0, 0, 0, 0.05); }
    .materialize .side-nav a {
      color: rgba(0, 0, 0, 0.87);
      display: block;
      font-size: 14px;
      font-weight: 500;
      height: 48px;
      line-height: 48px;
      padding: 0 32px; }
      .materialize .side-nav a:hover {
        background-color: rgba(0, 0, 0, 0.05); }
      .materialize .side-nav a.btn, .materialize .side-nav a.btn-large, .materialize .side-nav a.btn-large, .materialize .side-nav a.btn-flat, .materialize .side-nav a.btn-floating {
        margin: 10px 15px; }
      .materialize .side-nav a.btn, .materialize .side-nav a.btn-large, .materialize .side-nav a.btn-large, .materialize .side-nav a.btn-floating {
        color: #fff; }
      .materialize .side-nav a.btn-flat {
        color: #343434; }
      .materialize .side-nav a.btn:hover, .materialize .side-nav a.btn-large:hover, .materialize .side-nav a.btn-large:hover {
        background-color: #1ba3d6; }
      .materialize .side-nav a.btn-floating:hover {
        background-color: #1892bf; }
    .materialize .side-nav li > a > i,
    .materialize .side-nav li > a > [class^="mdi-"], .materialize .side-nav li > a > [class*="mdi-"],
    .materialize .side-nav li > a > i.material-icons {
      float: left;
      line-height: 48px;
      margin: 0 32px 0 0;
      width: 24px;
      color: rgba(0, 0, 0, 0.54); }
    .materialize .side-nav .divider {
      margin: 8px 0 0 0; }
    .materialize .side-nav .subheader {
      cursor: initial;
      pointer-events: none;
      color: rgba(0, 0, 0, 0.54);
      font-size: 14px;
      font-weight: 500;
      line-height: 48px; }
      .materialize .side-nav .subheader:hover {
        background-color: transparent; }
    .materialize .side-nav .userView {
      overflow: hidden;
      position: relative;
      padding: 32px 32px 0;
      margin-bottom: 8px; }
      .materialize .side-nav .userView a {
        height: auto;
        padding: 0; }
        .materialize .side-nav .userView a:hover {
          background-color: transparent; }
      .materialize .side-nav .userView .background {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1; }
      .materialize .side-nav .userView .circle, .materialize .side-nav .userView .name, .materialize .side-nav .userView .email {
        display: block; }
      .materialize .side-nav .userView .circle {
        height: 64px;
        width: 64px; }
      .materialize .side-nav .userView .name,
      .materialize .side-nav .userView .email {
        font-weight: 14px;
        line-height: 24px; }
      .materialize .side-nav .userView .name {
        margin-top: 16px;
        font-weight: 500; }
      .materialize .side-nav .userView .email {
        padding-bottom: 16px;
        font-weight: 400; }
  .materialize .drag-target {
    height: 100%;
    width: 10px;
    position: fixed;
    top: 0;
    z-index: 998; }
  .materialize .side-nav.fixed a {
    display: block;
    padding: 0 16px;
    color: rgba(0, 0, 0, 0.87); }
  .materialize .side-nav.fixed {
    left: 0;
    transform: translateX(0);
    position: fixed; }
    .materialize .side-nav.fixed.right-aligned {
      right: 0;
      left: auto; }
  @media only screen and (max-width: 992px) {
    .materialize .side-nav.fixed {
      transform: translateX(-105%); }
      .materialize .side-nav.fixed.right-aligned {
        transform: translateX(105%); }
    .materialize .side-nav a {
      padding: 0 16px; }
    .materialize .side-nav .userView {
      padding: 16px 16px 0; } }
  .materialize .side-nav .collapsible-body li.active,
  .materialize .side-nav.fixed .collapsible-body li.active {
    background-color: #ee6e73; }
    .materialize .side-nav .collapsible-body li.active a,
    .materialize .side-nav.fixed .collapsible-body li.active a {
      color: #fff; }
  .materialize #sidenav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 120vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 997;
    will-change: opacity; }
  .materialize .slider {
    position: relative;
    height: 400px;
    width: 100%; }
    .materialize .slider.fullscreen {
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      .materialize .slider.fullscreen ul.slides {
        height: 100%; }
      .materialize .slider.fullscreen ul.indicators {
        z-index: 2;
        bottom: 30px; }
    .materialize .slider .slides {
      background-color: #9e9e9e;
      margin: 0;
      height: 400px; }
      .materialize .slider .slides li {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: inherit;
        overflow: hidden; }
        .materialize .slider .slides li img {
          height: 100%;
          width: 100%;
          background-size: cover;
          background-position: center; }
        .materialize .slider .slides li .caption {
          color: #fff;
          position: absolute;
          top: 15%;
          left: 15%;
          width: 70%;
          opacity: 0; }
          .materialize .slider .slides li .caption p {
            color: #e0e0e0; }
        .materialize .slider .slides li.active {
          z-index: 2; }
    .materialize .slider .indicators {
      position: absolute;
      text-align: center;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 0; }
      .materialize .slider .indicators .indicator-item {
        display: inline-block;
        position: relative;
        cursor: pointer;
        height: 16px;
        width: 16px;
        margin: 0 12px;
        background-color: #e0e0e0;
        transition: background-color .3s;
        border-radius: 50%; }
        .materialize .slider .indicators .indicator-item.active {
          background-color: #4CAF50; }
  .materialize .carousel {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 400px;
    perspective: 500px;
    transform-style: preserve-3d;
    transform-origin: 0% 50%; }
    .materialize .carousel.carousel-slider {
      top: 0;
      left: 0;
      height: 0; }
      .materialize .carousel.carousel-slider .carousel-fixed-item {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 20px;
        z-index: 1; }
        .materialize .carousel.carousel-slider .carousel-fixed-item.with-indicators {
          bottom: 68px; }
      .materialize .carousel.carousel-slider .carousel-item {
        width: 100%;
        height: 100%;
        min-height: 400px;
        position: absolute;
        top: 0;
        left: 0; }
        .materialize .carousel.carousel-slider .carousel-item h2 {
          font-size: 24px;
          font-weight: 500;
          line-height: 32px; }
        .materialize .carousel.carousel-slider .carousel-item p {
          font-size: 15px; }
    .materialize .carousel .carousel-item {
      display: none;
      width: 200px;
      height: 400px;
      position: absolute;
      top: 0;
      left: 0; }
      .materialize .carousel .carousel-item img {
        width: 100%; }
    .materialize .carousel .indicators {
      position: absolute;
      text-align: center;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 0; }
      .materialize .carousel .indicators .indicator-item {
        display: inline-block;
        position: relative;
        cursor: pointer;
        height: 8px;
        width: 8px;
        margin: 24px 4px;
        background-color: rgba(255, 255, 255, 0.5);
        transition: background-color .3s;
        border-radius: 50%; }
        .materialize .carousel .indicators .indicator-item.active {
          background-color: #fff; }
  .materialize .pulse {
    overflow: initial;
    position: relative; }
    .materialize .pulse::before {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: inherit;
      border-radius: inherit;
      transition: opacity .3s, transform .3s;
      animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
      z-index: -1; }

@keyframes pulse-animation {
  0% {
    opacity: 1;
    transform: scale(1); }
  50% {
    opacity: 0;
    transform: scale(1.5); }
  100% {
    opacity: 0;
    transform: scale(1.5); } }
  .materialize .picker {
    font-size: 16px;
    text-align: left;
    line-height: 1.2;
    color: #000000;
    position: absolute;
    z-index: 10000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .materialize .picker__input {
    cursor: default; }
  .materialize .picker__input.picker__input--active {
    border-color: #0089ec; }
  .materialize .picker__holder {
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
  .materialize .picker__holder,
  .materialize .picker__frame {
    bottom: 0;
    left: 0;
    right: 0;
    top: 100%; }
  .materialize .picker__holder {
    position: fixed;
    -webkit-transition: background 0.15s ease-out, top 0s 0.15s;
    -moz-transition: background 0.15s ease-out, top 0s 0.15s;
    transition: background 0.15s ease-out, top 0s 0.15s;
    -webkit-backface-visibility: hidden; }
  .materialize .picker__frame {
    position: absolute;
    margin: 0 auto;
    min-width: 256px;
    width: 300px;
    max-height: 350px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out; }
  @media (min-height: 28.875em) {
    .materialize .picker__frame {
      overflow: visible;
      top: auto;
      bottom: -100%;
      max-height: 80%; } }
  @media (min-height: 40.125em) {
    .materialize .picker__frame {
      margin-bottom: 7.5%; } }
  .materialize .picker__wrap {
    display: table;
    width: 100%;
    height: 100%; }
  @media (min-height: 28.875em) {
    .materialize .picker__wrap {
      display: block; } }
  .materialize .picker__box {
    background: #ffffff;
    display: table-cell;
    vertical-align: middle; }
  @media (min-height: 28.875em) {
    .materialize .picker__box {
      display: block;
      border: 1px solid #777777;
      border-top-color: #898989;
      border-bottom-width: 0;
      -webkit-border-radius: 5px 5px 0 0;
      -moz-border-radius: 5px 5px 0 0;
      border-radius: 5px 5px 0 0;
      -webkit-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
      -moz-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
      box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24); } }
  .materialize .picker--opened .picker__holder {
    top: 0;
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
    zoom: 1;
    background: rgba(0, 0, 0, 0.32);
    -webkit-transition: background 0.15s ease-out;
    -moz-transition: background 0.15s ease-out;
    transition: background 0.15s ease-out; }
  .materialize .picker--opened .picker__frame {
    top: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1; }
  @media (min-height: 35.875em) {
    .materialize .picker--opened .picker__frame {
      top: 10%;
      bottom: auto; } }
  .materialize .picker__input.picker__input--active {
    border-color: #E3F2FD; }
  .materialize .picker__frame {
    margin: 0 auto;
    max-width: 325px; }
  @media (min-height: 38.875em) {
    .materialize .picker--opened .picker__frame {
      top: 10%;
      bottom: auto; } }
  .materialize .picker__box {
    padding: 0 1em; }
  .materialize .picker__header {
    text-align: center;
    position: relative;
    margin-top: .75em; }
  .materialize .picker__month,
  .materialize .picker__year {
    display: inline-block;
    margin-left: .25em;
    margin-right: .25em; }
  .materialize .picker__select--month,
  .materialize .picker__select--year {
    height: 2em;
    padding: 0;
    margin-left: .25em;
    margin-right: .25em; }
  .materialize .picker__select--month.browser-default {
    display: inline;
    background-color: #FFFFFF;
    width: 40%; }
  .materialize .picker__select--year.browser-default {
    display: inline;
    background-color: #FFFFFF;
    width: 26%; }
  .materialize .picker__select--month:focus,
  .materialize .picker__select--year:focus {
    border-color: rgba(0, 0, 0, 0.05); }
  .materialize .picker__nav--prev,
  .materialize .picker__nav--next {
    position: absolute;
    padding: .5em 1.25em;
    width: 1em;
    height: 1em;
    box-sizing: content-box;
    top: -0.25em; }
  .materialize .picker__nav--prev {
    left: -1em;
    padding-right: 1.25em; }
  .materialize .picker__nav--next {
    right: -1em;
    padding-left: 1.25em; }
  .materialize .picker__nav--disabled,
  .materialize .picker__nav--disabled:hover,
  .materialize .picker__nav--disabled:before,
  .materialize .picker__nav--disabled:before:hover {
    cursor: default;
    background: none;
    border-right-color: #f5f5f5;
    border-left-color: #f5f5f5; }
  .materialize .picker__table {
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    font-size: 1rem;
    width: 100%;
    margin-top: .75em;
    margin-bottom: .5em; }
  .materialize .picker__table th, .materialize .picker__table td {
    text-align: center; }
  .materialize .picker__table td {
    margin: 0;
    padding: 0; }
  .materialize .picker__weekday {
    width: 14.285714286%;
    font-size: .75em;
    padding-bottom: .25em;
    color: #999999;
    font-weight: 500;
    /* Increase the spacing a tad */ }
  @media (min-height: 33.875em) {
    .materialize .picker__weekday {
      padding-bottom: .5em; } }
  .materialize .picker__day--today {
    position: relative;
    color: #595959;
    letter-spacing: -.3;
    padding: .75rem 0;
    font-weight: 400;
    border: 1px solid transparent; }
  .materialize .picker__day--disabled:before {
    border-top-color: #aaaaaa; }
  .materialize .picker__day--infocus:hover {
    cursor: pointer;
    color: #000;
    font-weight: 500; }
  .materialize .picker__day--outfocus {
    display: none;
    padding: .75rem 0;
    color: #fff; }
  .materialize .picker__day--outfocus:hover {
    cursor: pointer;
    color: #dddddd;
    font-weight: 500; }
  .materialize .picker__day--highlighted:hover,
  .materialize .picker--focused .picker__day--highlighted {
    cursor: pointer; }
  .materialize .picker__day--selected,
  .materialize .picker__day--selected:hover,
  .materialize .picker--focused .picker__day--selected {
    border-radius: 50%;
    transform: scale(0.75);
    background: #0089ec;
    color: #ffffff; }
  .materialize .picker__day--disabled,
  .materialize .picker__day--disabled:hover,
  .materialize .picker--focused .picker__day--disabled {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #dddddd;
    cursor: default; }
  .materialize .picker__day--highlighted.picker__day--disabled,
  .materialize .picker__day--highlighted.picker__day--disabled:hover {
    background: #bbbbbb; }
  .materialize .picker__footer {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .materialize .picker__button--today,
  .materialize .picker__button--clear,
  .materialize .picker__button--close {
    border: 1px solid #ffffff;
    background: #ffffff;
    font-size: .8em;
    padding: .66em 0;
    font-weight: bold;
    width: 33%;
    display: inline-block;
    vertical-align: bottom; }
  .materialize .picker__button--today:hover,
  .materialize .picker__button--clear:hover,
  .materialize .picker__button--close:hover {
    cursor: pointer;
    color: #000000;
    background: #b1dcfb;
    border-bottom-color: #b1dcfb; }
  .materialize .picker__button--today:focus,
  .materialize .picker__button--clear:focus,
  .materialize .picker__button--close:focus {
    background: #b1dcfb;
    border-color: rgba(0, 0, 0, 0.05);
    outline: none; }
  .materialize .picker__button--today:before,
  .materialize .picker__button--clear:before,
  .materialize .picker__button--close:before {
    position: relative;
    display: inline-block;
    height: 0; }
  .materialize .picker__button--today:before,
  .materialize .picker__button--clear:before {
    content: " ";
    margin-right: .45em; }
  .materialize .picker__button--today:before {
    top: -0.05em;
    width: 0;
    border-top: 0.66em solid #0059bc;
    border-left: .66em solid transparent; }
  .materialize .picker__button--clear:before {
    top: -0.25em;
    width: .66em;
    border-top: 3px solid #ee2200; }
  .materialize .picker__button--close:before {
    content: "\D7";
    top: -0.1em;
    vertical-align: top;
    font-size: 1.1em;
    margin-right: .35em;
    color: #777777; }
  .materialize .picker__button--today[disabled],
  .materialize .picker__button--today[disabled]:hover {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #dddddd;
    cursor: default; }
  .materialize .picker__button--today[disabled]:before {
    border-top-color: #aaaaaa; }
  .materialize .picker__box {
    border-radius: 2px;
    overflow: hidden; }
  .materialize .picker__date-display {
    text-align: center;
    background-color: #1892bf;
    color: #fff;
    padding-bottom: 15px;
    font-weight: 300; }
  .materialize .picker__nav--prev:hover,
  .materialize .picker__nav--next:hover {
    cursor: pointer;
    color: #000000;
    background: #a0d6e9; }
  .materialize .picker__weekday-display {
    background-color: #147a9f;
    padding: 10px;
    font-weight: 200;
    letter-spacing: .5;
    font-size: 1rem;
    margin-bottom: 15px; }
  .materialize .picker__month-display {
    text-transform: uppercase;
    font-size: 2rem; }
  .materialize .picker__day-display {
    font-size: 4.5rem;
    font-weight: 400; }
  .materialize .picker__year-display {
    font-size: 1.8rem;
    color: rgba(255, 255, 255, 0.4); }
  .materialize .picker__box {
    padding: 0; }
  .materialize .picker__calendar-container {
    padding: 0 1rem; }
    .materialize .picker__calendar-container thead {
      border: none; }
  .materialize .picker__table {
    margin-top: 0;
    margin-bottom: .5em; }
  .materialize .picker__day--infocus {
    color: #595959;
    letter-spacing: -.3;
    padding: .75rem 0;
    font-weight: 400;
    border: 1px solid transparent; }
  .materialize .picker__day.picker__day--today {
    color: #1892bf; }
  .materialize .picker__day.picker__day--today.picker__day--selected {
    color: #fff; }
  .materialize .picker__weekday {
    font-size: .9rem; }
  .materialize .picker__day--selected,
  .materialize .picker__day--selected:hover,
  .materialize .picker--focused .picker__day--selected {
    border-radius: 50%;
    transform: scale(0.9);
    background-color: #1892bf;
    color: #ffffff; }
    .materialize .picker__day--selected.picker__day--outfocus,
    .materialize .picker__day--selected:hover.picker__day--outfocus,
    .materialize .picker--focused .picker__day--selected.picker__day--outfocus {
      background-color: #a0d6e9; }
  .materialize .picker__footer {
    text-align: right;
    padding: 5px 10px; }
  .materialize .picker__close, .materialize .picker__today {
    font-size: 1.1rem;
    padding: 0 1rem;
    color: #1892bf; }
  .materialize .picker__nav--prev:before,
  .materialize .picker__nav--next:before {
    content: " ";
    border-top: .5em solid transparent;
    border-bottom: .5em solid transparent;
    border-right: 0.75em solid #676767;
    width: 0;
    height: 0;
    display: block;
    margin: 0 auto; }
  .materialize .picker__nav--next:before {
    border-right: 0;
    border-left: 0.75em solid #676767; }
  .materialize button.picker__today:focus, .materialize button.picker__clear:focus, .materialize button.picker__close:focus {
    background-color: #a0d6e9; }
  .materialize .picker__list {
    list-style: none;
    padding: 0.75em 0 4.2em;
    margin: 0; }
  .materialize .picker__list-item {
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    margin-bottom: -1px;
    position: relative;
    background: #ffffff;
    padding: .75em 1.25em; }
  @media (min-height: 46.75em) {
    .materialize .picker__list-item {
      padding: .5em 1em; } }
  .materialize .picker__list-item:hover {
    cursor: pointer;
    color: #000000;
    background: #b1dcfb;
    border-color: #0089ec;
    z-index: 10; }
  .materialize .picker__list-item--highlighted {
    border-color: #0089ec;
    z-index: 10; }
  .materialize .picker__list-item--highlighted:hover,
  .materialize .picker--focused .picker__list-item--highlighted {
    cursor: pointer;
    color: #000000;
    background: #b1dcfb; }
  .materialize .picker__list-item--selected,
  .materialize .picker__list-item--selected:hover,
  .materialize .picker--focused .picker__list-item--selected {
    background: #0089ec;
    color: #ffffff;
    z-index: 10; }
  .materialize .picker__list-item--disabled,
  .materialize .picker__list-item--disabled:hover,
  .materialize .picker--focused .picker__list-item--disabled {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #dddddd;
    cursor: default;
    border-color: #dddddd;
    z-index: auto; }
  .materialize .picker--time .picker__button--clear {
    display: block;
    width: 80%;
    margin: 1em auto 0;
    padding: 1em 1.25em;
    background: none;
    border: 0;
    font-weight: 500;
    font-size: .67em;
    text-align: center;
    text-transform: uppercase;
    color: #666; }
  .materialize .picker--time .picker__button--clear:hover,
  .materialize .picker--time .picker__button--clear:focus {
    color: #000000;
    background: #b1dcfb;
    background: #ee2200;
    border-color: #ee2200;
    cursor: pointer;
    color: #ffffff;
    outline: none; }
  .materialize .picker--time .picker__button--clear:before {
    top: -0.25em;
    color: #666;
    font-size: 1.25em;
    font-weight: bold; }
  .materialize .picker--time .picker__button--clear:hover:before,
  .materialize .picker--time .picker__button--clear:focus:before {
    color: #ffffff; }
  .materialize .picker--time .picker__frame {
    min-width: 256px;
    max-width: 320px; }
  .materialize .picker--time .picker__box {
    font-size: 1em;
    background: #f2f2f2;
    padding: 0; }
  @media (min-height: 40.125em) {
    .materialize .picker--time .picker__box {
      margin-bottom: 5em; } }

/* Vendor Prefixes */
/* Force SS-Standard Icons */
#hapyak-isdown-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-family: "Roboto", "Lato", sans-serif;
  font-weight: 100;
  z-index: 2147483647; }
  #hapyak-isdown-container .hapyak-isdown-title {
    font-size: 26px;
    text-align: left;
    color: #fff;
    background-color: #1892bf;
    padding: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  #hapyak-isdown-container .hapyak-isdown-message {
    font-size: 30px;
    padding: 20px;
    line-height: normal; }
  #hapyak-isdown-container #hapyak-isdown-countdown {
    fontSize: 24px; }
  #hapyak-isdown-container #hapyak-isdown-retry {
    text-align: center;
    margin-top: 30px;
    padding: 10px;
    background: #1892bf;
    color: #fff;
    border-radius: 3px;
    font-size: 20px; }
  #hapyak-isdown-container.dismissible {
    width: 90%;
    height: auto;
    max-width: 600px;
    max-height: 400px;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    color: #333;
    border-radius: 5px;
    text-align: left;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
    #hapyak-isdown-container.dismissible .hapyak-isdown-message {
      font-size: 16px; }
    #hapyak-isdown-container.dismissible #hapyak-isdown-retry {
      margin-top: 0;
      border-radius: 3px;
      font-size: 16px;
      float: right;
      margin: 10px;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

@font-face {
  font-family: "SSStandard";
  src: url("/css/webfonts/ss-standard.eot?v=f1");
  src: url("/css/webfonts/ss-standard.eot?v=f1#iefix") format("embedded-opentype"), url("/css/webfonts/ss-standard.woff?v=f1") format("woff"), url("/css/webfonts/ss-standard.ttf?v=f1") format("truetype"), url("/css/webfonts/ss-standard.svg?v=f1#SSStandard") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "SSSymbolicons";
  src: url("/css/webfonts/ss-symbolicons-block.eot?v=f1");
  src: url("/css/webfonts/ss-symbolicons-block.eot?v=f1#iefix") format("embedded-opentype"), url("/css/webfonts/ss-symbolicons-block.woff?v=f1") format("woff"), url("/css/webfonts/ss-symbolicons-block.ttf?v=f1") format("truetype"), url("/css/webfonts/ss-symbolicons-block.svg?v=f1#SSSymboliconsBlock") format("svg");
  font-weight: normal;
  font-style: normal; }

/* CHAPTER STYLES */
.wrapper-intrinsic-ratio.hapyak-external-chapters {
  position: relative;
  padding-top: 39.2%; }
  .wrapper-intrinsic-ratio.hapyak-external-chapters #widgetContainer {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }
    .wrapper-intrinsic-ratio.hapyak-external-chapters #widgetContainer #videoChapterContainer {
      width: 100%;
      height: 100%;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      margin: 0 auto; }
      .wrapper-intrinsic-ratio.hapyak-external-chapters #widgetContainer #videoChapterContainer #sideBarContainer {
        background: #d7d7da;
        width: 30%;
        height: 100%;
        overflow: hidden;
        position: relative;
        animation: fadeIn .5s ease-in; }
        .wrapper-intrinsic-ratio.hapyak-external-chapters #widgetContainer #videoChapterContainer #sideBarContainer #chapterMenuImage {
          height: 30%;
          width: 100%;
          padding: 0;
          background: #a2a2a2;
          background-size: cover;
          position: relative;
          text-align: center;
          animation: fadeIn .5s ease-in; }
          .wrapper-intrinsic-ratio.hapyak-external-chapters #widgetContainer #videoChapterContainer #sideBarContainer #chapterMenuImage #chapter-title {
            font-size: 2vw;
            font-family: 'Helvetica Neue', Helvetica, sans-serif;
            font-weight: bold;
            color: #FFFFFF;
            width: 65%;
            position: absolute;
            -webkit-transform: translateY(-50%) translateX(-50%);
            -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
            top: 50%;
            left: 50%;
            margin: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            display: inline;
            animation: fadeIn .5s ease-in; }
        .wrapper-intrinsic-ratio.hapyak-external-chapters #widgetContainer #videoChapterContainer #sideBarContainer #chapter-container {
          background: #d7d7da;
          -webkit-transition: 1s ease all;
          transition: 1s ease all;
          height: 70%;
          width: 100%;
          margin: 0;
          padding: 0;
          display: flex;
          flex-direction: column;
          overflow: auto;
          animation: fadeIn .5s ease-in; }
          .wrapper-intrinsic-ratio.hapyak-external-chapters #widgetContainer #videoChapterContainer #sideBarContainer #chapter-container ul {
            list-style: none; }
          .wrapper-intrinsic-ratio.hapyak-external-chapters #widgetContainer #videoChapterContainer #sideBarContainer #chapter-container .chapter {
            font-family: 'Helvetica Neue', Helvetica, sans-serif;
            font-weight: bold;
            color: #58595B;
            cursor: pointer;
            text-transform: uppercase;
            font-size: 1.7vw;
            width: 100%;
            position: relative;
            border-bottom: 1px solid #BBBCBD;
            border-top: 3px solid #E8E8EA;
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-box;
            display: flex;
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            align-items: center;
            animation: fadeIn .5s ease-in; }
            .wrapper-intrinsic-ratio.hapyak-external-chapters #widgetContainer #videoChapterContainer #sideBarContainer #chapter-container .chapter > div {
              text-align: left;
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis;
              padding: 0 10px; }
            .wrapper-intrinsic-ratio.hapyak-external-chapters #widgetContainer #videoChapterContainer #sideBarContainer #chapter-container .chapter:hover {
              color: #fff;
              background: #a2a2a2;
              border-bottom-color: #a2a2a2;
              border-top-color: #a2a2a2;
              cursor: pointer; }
            .wrapper-intrinsic-ratio.hapyak-external-chapters #widgetContainer #videoChapterContainer #sideBarContainer #chapter-container .chapter.active {
              color: #fff;
              background: #666;
              border-bottom-color: #666;
              border-top-color: #666;
              cursor: pointer; }
          .wrapper-intrinsic-ratio.hapyak-external-chapters #widgetContainer #videoChapterContainer #sideBarContainer #chapter-container .chapter-cell {
            line-height: 2em; }
      .wrapper-intrinsic-ratio.hapyak-external-chapters #widgetContainer #videoChapterContainer #videoContainer {
        width: 70%;
        position: relative;
        overflow: hidden; }
        .wrapper-intrinsic-ratio.hapyak-external-chapters #widgetContainer #videoChapterContainer #videoContainer .video-js .vjs-tech {
          width: 100%;
          height: 100%;
          margin: 0 auto; }
          .wrapper-intrinsic-ratio.hapyak-external-chapters #widgetContainer #videoChapterContainer #videoContainer .video-js .vjs-tech video.video-js {
            display: inline; }
          .wrapper-intrinsic-ratio.hapyak-external-chapters #widgetContainer #videoChapterContainer #videoContainer .video-js .vjs-tech .vjs-control-bar.hidden {
            display: none; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* HIDE ELEMENTS */
.hapyak-annotation-container .hapyak-contents-container .hidden {
  visibility: hidden; }

.wrapper-intrinsic-ratio.hapyak-external-chapters #widgetContainer #videoChapterContainer .hidden {
  visibility: hidden; }

.hideChapters #sideBarContainer {
  display: none; }

.hideChapters #videoContainer {
  width: 100% !important;
  height: 100vh; }

/* FULLSCREEN */
[data-fs="true"] body {
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center; }

[data-fs="true"] body[data-orientation="portrait"] {
  justify-content: flex-start; }

[data-fs="true"] body[data-orientation="portrait"].iframe.hideChapters {
  justify-content: center; }

/* REPSONSIVE */
@media only screen and (max-width: 600px) {
  [data-fs="true"] {
    justify-content: flex-start; }
  [data-fs="true"] body.iframe.hideChapters {
    justify-content: center; } }

body[data-orientation="portrait"] .wrapper-intrinsic-ratio.hapyak-external-chapters {
  padding-top: 56.25%; }
  body[data-orientation="portrait"] .wrapper-intrinsic-ratio.hapyak-external-chapters #widgetContainer #videoChapterContainer {
    flex-flow: row wrap; }
    body[data-orientation="portrait"] .wrapper-intrinsic-ratio.hapyak-external-chapters #widgetContainer #videoChapterContainer #sideBarContainer {
      order: 2;
      width: 100%; }
      body[data-orientation="portrait"] .wrapper-intrinsic-ratio.hapyak-external-chapters #widgetContainer #videoChapterContainer #sideBarContainer #chapterMenuImage #chapter-title {
        text-align: center;
        font-size: 4vw; }
      body[data-orientation="portrait"] .wrapper-intrinsic-ratio.hapyak-external-chapters #widgetContainer #videoChapterContainer #sideBarContainer #chapter-container .chapter {
        font-size: 3vw; }
    body[data-orientation="portrait"] .wrapper-intrinsic-ratio.hapyak-external-chapters #widgetContainer #videoChapterContainer #videoContainer {
      order: 1;
      width: 100%; }

@media only screen and (max-width: 600px) {
  body[data-mobile="false"] .wrapper-intrinsic-ratio.hapyak-external-chapters {
    padding-top: 56.25%; }
    body[data-mobile="false"] .wrapper-intrinsic-ratio.hapyak-external-chapters #widgetContainer #videoChapterContainer {
      flex-flow: row wrap; }
      body[data-mobile="false"] .wrapper-intrinsic-ratio.hapyak-external-chapters #widgetContainer #videoChapterContainer #sideBarContainer {
        order: 2;
        width: 100%; }
        body[data-mobile="false"] .wrapper-intrinsic-ratio.hapyak-external-chapters #widgetContainer #videoChapterContainer #sideBarContainer #chapterMenuImage #chapter-title {
          text-align: center;
          font-size: 4vw; }
        body[data-mobile="false"] .wrapper-intrinsic-ratio.hapyak-external-chapters #widgetContainer #videoChapterContainer #sideBarContainer #chapter-container .chapter {
          font-size: 3vw; }
      body[data-mobile="false"] .wrapper-intrinsic-ratio.hapyak-external-chapters #widgetContainer #videoChapterContainer #videoContainer {
        order: 1;
        width: 100%; } }

/* Close Button */
.vjs-big-play-button.hide {
  display: none; }

.hapyak-player {
  /* This is to prevent a 5px space under flash objects */ }
  .hapyak-player .ss-icon, .hapyak-player .ss-icon.ss-symbolicons-block,
  .hapyak-player [class^="ss-"]:before, .hapyak-player [class*=" ss-"]:before,
  .hapyak-player [class^="ss-"].ss-symbolicons-block:before, .hapyak-player [class*=" ss-"].ss-symbolicons-block:before,
  .hapyak-player [class^="ss-"].right:after, .hapyak-player [class*=" ss-"].right:after,
  .hapyak-player [class^="ss-"].ss-symbolicons-block.right:after, .hapyak-player [class*=" ss-"].ss-symbolicons-block.right:after {
    font-family: "SSSymbolicons";
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    white-space: nowrap;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased; }
  .hapyak-player [class^="ss-"].right:before, .hapyak-player [class*=" ss-"].ss-symbolicons-block.right:before {
    display: none;
    content: ''; }
  .hapyak-player .ss-crosshair:before, .hapyak-player .ss-crosshair.right:after {
    content: '⌖'; }
  .hapyak-player .ss-search:before, .hapyak-player .ss-search.right:after {
    content: '🔍'; }
  .hapyak-player .ss-zoomin:before, .hapyak-player .ss-zoomin.right:after {
    content: ''; }
  .hapyak-player .ss-zoomout:before, .hapyak-player .ss-zoomout.right:after {
    content: ''; }
  .hapyak-player .ss-binoculars:before, .hapyak-player .ss-binoculars.right:after {
    content: ''; }
  .hapyak-player .ss-raisedhand:before, .hapyak-player .ss-raisedhand.right:after {
    content: '✋'; }
  .hapyak-player .ss-link:before, .hapyak-player .ss-link.right:after {
    content: '🔗'; }
  .hapyak-player .ss-write:before, .hapyak-player .ss-write.right:after {
    content: '✎'; }
  .hapyak-player .ss-compose:before, .hapyak-player .ss-compose.right:after {
    content: '📝'; }
  .hapyak-player .ss-lock:before, .hapyak-player .ss-lock.right:after {
    content: '🔒'; }
  .hapyak-player .ss-unlock:before, .hapyak-player .ss-unlock.right:after {
    content: '🔓'; }
  .hapyak-player .ss-key:before, .hapyak-player .ss-key.right:after {
    content: '🔑'; }
  .hapyak-player .ss-backspace:before, .hapyak-player .ss-backspace.right:after {
    content: '⌫'; }
  .hapyak-player .ss-ban:before, .hapyak-player .ss-ban.right:after {
    content: '🚫'; }
  .hapyak-player .ss-nosmoking:before, .hapyak-player .ss-nosmoking.right:after {
    content: '🚭'; }
  .hapyak-player .ss-trash:before, .hapyak-player .ss-trash.right:after {
    content: ''; }
  .hapyak-player .ss-target:before, .hapyak-player .ss-target.right:after {
    content: '◎'; }
  .hapyak-player .ss-stopsign:before, .hapyak-player .ss-stopsign.right:after {
    content: ''; }
  .hapyak-player .ss-radioactive:before, .hapyak-player .ss-radioactive.right:after {
    content: '☢'; }
  .hapyak-player .ss-skull:before, .hapyak-player .ss-skull.right:after {
    content: '💀'; }
  .hapyak-player .ss-lightning:before, .hapyak-player .ss-lightning.right:after {
    content: '☇'; }
  .hapyak-player .ss-tag:before, .hapyak-player .ss-tag.right:after {
    content: ''; }
  .hapyak-player .ss-newtag:before, .hapyak-player .ss-newtag.right:after {
    content: ''; }
  .hapyak-player .ss-flag:before, .hapyak-player .ss-flag.right:after {
    content: '⚑'; }
  .hapyak-player .ss-like:before, .hapyak-player .ss-like.right:after {
    content: '👍'; }
  .hapyak-player .ss-dislike:before, .hapyak-player .ss-dislike.right:after {
    content: '👎'; }
  .hapyak-player .ss-heart:before, .hapyak-player .ss-heart.right:after {
    content: '♥'; }
  .hapyak-player .ss-addheart:before, .hapyak-player .ss-addheart.right:after {
    content: ''; }
  .hapyak-player .ss-deleteheart:before, .hapyak-player .ss-deleteheart.right:after {
    content: '💔'; }
  .hapyak-player .ss-star:before, .hapyak-player .ss-star.right:after {
    content: '⋆'; }
  .hapyak-player .ss-trophy:before, .hapyak-player .ss-trophy.right:after {
    content: '🏆'; }
  .hapyak-player .ss-award:before, .hapyak-player .ss-award.right:after {
    content: ''; }
  .hapyak-player .ss-medal:before, .hapyak-player .ss-medal.right:after {
    content: ''; }
  .hapyak-player .ss-badge:before, .hapyak-player .ss-badge.right:after {
    content: '📛'; }
  .hapyak-player .ss-crown:before, .hapyak-player .ss-crown.right:after {
    content: '👑'; }
  .hapyak-player .ss-bullseye:before, .hapyak-player .ss-bullseye.right:after {
    content: '🎯'; }
  .hapyak-player .ss-sample:before, .hapyak-player .ss-sample.right:after {
    content: ''; }
  .hapyak-player .ss-crop:before, .hapyak-player .ss-crop.right:after {
    content: ''; }
  .hapyak-player .ss-layers:before, .hapyak-player .ss-layers.right:after {
    content: ''; }
  .hapyak-player .ss-magicwand:before, .hapyak-player .ss-magicwand.right:after {
    content: ''; }
  .hapyak-player .ss-cut:before, .hapyak-player .ss-cut.right:after {
    content: '✂'; }
  .hapyak-player .ss-cutpaste:before, .hapyak-player .ss-cutpaste.right:after {
    content: ''; }
  .hapyak-player .ss-clipboard:before, .hapyak-player .ss-clipboard.right:after {
    content: '📋'; }
  .hapyak-player .ss-rules:before, .hapyak-player .ss-rules.right:after {
    content: '📏'; }
  .hapyak-player .ss-rulerpencil:before, .hapyak-player .ss-rulerpencil.right:after {
    content: ''; }
  .hapyak-player .ss-gridlines:before, .hapyak-player .ss-gridlines.right:after {
    content: ''; }
  .hapyak-player .ss-pen:before, .hapyak-player .ss-pen.right:after {
    content: '✒'; }
  .hapyak-player .ss-pencilbrush:before, .hapyak-player .ss-pencilbrush.right:after {
    content: ''; }
  .hapyak-player .ss-pencilbrushpen:before, .hapyak-player .ss-pencilbrushpen.right:after {
    content: ''; }
  .hapyak-player .ss-brush:before, .hapyak-player .ss-brush.right:after {
    content: ''; }
  .hapyak-player .ss-paintroller:before, .hapyak-player .ss-paintroller.right:after {
    content: ''; }
  .hapyak-player .ss-fill:before, .hapyak-player .ss-fill.right:after {
    content: ''; }
  .hapyak-player .ss-stroke:before, .hapyak-player .ss-stroke.right:after {
    content: ''; }
  .hapyak-player .ss-crayons:before, .hapyak-player .ss-crayons.right:after {
    content: ''; }
  .hapyak-player .ss-palette:before, .hapyak-player .ss-palette.right:after {
    content: '🎨'; }
  .hapyak-player .ss-fliphorizontally:before, .hapyak-player .ss-fliphorizontally.right:after {
    content: ''; }
  .hapyak-player .ss-flipvertically:before, .hapyak-player .ss-flipvertically.right:after {
    content: ''; }
  .hapyak-player .ss-effects:before, .hapyak-player .ss-effects.right:after {
    content: ''; }
  .hapyak-player .ss-bezier:before, .hapyak-player .ss-bezier.right:after {
    content: ''; }
  .hapyak-player .ss-pixels:before, .hapyak-player .ss-pixels.right:after {
    content: ''; }
  .hapyak-player .ss-phone:before, .hapyak-player .ss-phone.right:after {
    content: '📞'; }
  .hapyak-player .ss-rotaryphone:before, .hapyak-player .ss-rotaryphone.right:after {
    content: '☎'; }
  .hapyak-player .ss-touchtonephone:before, .hapyak-player .ss-touchtonephone.right:after {
    content: '☏'; }
  .hapyak-player .ss-phonebook:before, .hapyak-player .ss-phonebook.right:after {
    content: ''; }
  .hapyak-player .ss-voicemail:before, .hapyak-player .ss-voicemail.right:after {
    content: '⌕'; }
  .hapyak-player .ss-megaphone:before, .hapyak-player .ss-megaphone.right:after {
    content: '📢'; }
  .hapyak-player .ss-rss:before, .hapyak-player .ss-rss.right:after {
    content: ''; }
  .hapyak-player .ss-podcast:before, .hapyak-player .ss-podcast.right:after {
    content: ''; }
  .hapyak-player .ss-mailbox:before, .hapyak-player .ss-mailbox.right:after {
    content: '📫'; }
  .hapyak-player .ss-send:before, .hapyak-player .ss-send.right:after {
    content: ''; }
  .hapyak-player .ss-mail:before, .hapyak-player .ss-mail.right:after {
    content: '✉'; }
  .hapyak-player .ss-incomingmail:before, .hapyak-player .ss-incomingmail.right:after {
    content: '📩'; }
  .hapyak-player .ss-inbox:before, .hapyak-player .ss-inbox.right:after {
    content: '📥'; }
  .hapyak-player .ss-outbox:before, .hapyak-player .ss-outbox.right:after {
    content: '📤'; }
  .hapyak-player .ss-stamp:before, .hapyak-player .ss-stamp.right:after {
    content: ''; }
  .hapyak-player .ss-chat:before, .hapyak-player .ss-chat.right:after {
    content: '💬'; }
  .hapyak-player .ss-chats:before, .hapyak-player .ss-chats.right:after {
    content: ''; }
  .hapyak-player .ss-textchat:before, .hapyak-player .ss-textchat.right:after {
    content: ''; }
  .hapyak-player .ss-exclamationchat:before, .hapyak-player .ss-exclamationchat.right:after {
    content: ''; }
  .hapyak-player .ss-questionchat:before, .hapyak-player .ss-questionchat.right:after {
    content: ''; }
  .hapyak-player .ss-ellipsischat:before, .hapyak-player .ss-ellipsischat.right:after {
    content: ''; }
  .hapyak-player .ss-smile:before, .hapyak-player .ss-smile.right:after {
    content: '☻'; }
  .hapyak-player .ss-frown:before, .hapyak-player .ss-frown.right:after {
    content: '☹'; }
  .hapyak-player .ss-toothsmile:before, .hapyak-player .ss-toothsmile.right:after {
    content: '😃'; }
  .hapyak-player .ss-toothlesssmile:before, .hapyak-player .ss-toothlesssmile.right:after {
    content: '😀'; }
  .hapyak-player .ss-user:before, .hapyak-player .ss-user.right:after {
    content: '👤'; }
  .hapyak-player .ss-users:before, .hapyak-player .ss-users.right:after {
    content: '👥'; }
  .hapyak-player .ss-adduser:before, .hapyak-player .ss-adduser.right:after {
    content: ''; }
  .hapyak-player .ss-removeuser:before, .hapyak-player .ss-removeuser.right:after {
    content: ''; }
  .hapyak-player .ss-deleteuser:before, .hapyak-player .ss-deleteuser.right:after {
    content: ''; }
  .hapyak-player .ss-heartuser:before, .hapyak-player .ss-heartuser.right:after {
    content: ''; }
  .hapyak-player .ss-males:before, .hapyak-player .ss-males.right:after {
    content: '👬'; }
  .hapyak-player .ss-females:before, .hapyak-player .ss-females.right:after {
    content: '👭'; }
  .hapyak-player .ss-malefemale:before, .hapyak-player .ss-malefemale.right:after {
    content: '👫'; }
  .hapyak-player .ss-userportrait:before, .hapyak-player .ss-userportrait.right:after {
    content: ''; }
  .hapyak-player .ss-userframe:before, .hapyak-player .ss-userframe.right:after {
    content: ''; }
  .hapyak-player .ss-usersframe:before, .hapyak-player .ss-usersframe.right:after {
    content: ''; }
  .hapyak-player .ss-baby:before, .hapyak-player .ss-baby.right:after {
    content: '👶'; }
  .hapyak-player .ss-swaddledbaby:before, .hapyak-player .ss-swaddledbaby.right:after {
    content: ''; }
  .hapyak-player .ss-robot:before, .hapyak-player .ss-robot.right:after {
    content: ''; }
  .hapyak-player .ss-happyrobot:before, .hapyak-player .ss-happyrobot.right:after {
    content: ''; }
  .hapyak-player .ss-alien:before, .hapyak-player .ss-alien.right:after {
    content: '👽'; }
  .hapyak-player .ss-ghost:before, .hapyak-player .ss-ghost.right:after {
    content: '👻'; }
  .hapyak-player .ss-contacts:before, .hapyak-player .ss-contacts.right:after {
    content: '📇'; }
  .hapyak-player .ss-addressbook:before, .hapyak-player .ss-addressbook.right:after {
    content: '📑'; }
  .hapyak-player .ss-footsteps:before, .hapyak-player .ss-footsteps.right:after {
    content: '👣'; }
  .hapyak-player .ss-cart:before, .hapyak-player .ss-cart.right:after {
    content: ''; }
  .hapyak-player .ss-shoppingbag:before, .hapyak-player .ss-shoppingbag.right:after {
    content: ''; }
  .hapyak-player .ss-gift:before, .hapyak-player .ss-gift.right:after {
    content: '🎁'; }
  .hapyak-player .ss-store:before, .hapyak-player .ss-store.right:after {
    content: '🏪'; }
  .hapyak-player .ss-safe:before, .hapyak-player .ss-safe.right:after {
    content: ''; }
  .hapyak-player .ss-bill:before, .hapyak-player .ss-bill.right:after {
    content: ''; }
  .hapyak-player .ss-creditcard:before, .hapyak-player .ss-creditcard.right:after {
    content: '💳'; }
  .hapyak-player .ss-banknote:before, .hapyak-player .ss-banknote.right:after {
    content: '💵'; }
  .hapyak-player .ss-moneybag:before, .hapyak-player .ss-moneybag.right:after {
    content: '💰'; }
  .hapyak-player .ss-calculator:before, .hapyak-player .ss-calculator.right:after {
    content: ''; }
  .hapyak-player .ss-bank:before, .hapyak-player .ss-bank.right:after {
    content: '🏦'; }
  .hapyak-player .ss-gavel:before, .hapyak-player .ss-gavel.right:after {
    content: '🔨'; }
  .hapyak-player .ss-meeting:before, .hapyak-player .ss-meeting.right:after {
    content: ''; }
  .hapyak-player .ss-barchart:before, .hapyak-player .ss-barchart.right:after {
    content: '📊'; }
  .hapyak-player .ss-piechart:before, .hapyak-player .ss-piechart.right:after {
    content: ''; }
  .hapyak-player .ss-activity:before, .hapyak-player .ss-activity.right:after {
    content: '📈'; }
  .hapyak-player .ss-flowchart:before, .hapyak-player .ss-flowchart.right:after {
    content: ''; }
  .hapyak-player .ss-box:before, .hapyak-player .ss-box.right:after {
    content: '📦'; }
  .hapyak-player .ss-crate:before, .hapyak-player .ss-crate.right:after {
    content: ''; }
  .hapyak-player .ss-home:before, .hapyak-player .ss-home.right:after {
    content: '⌂'; }
  .hapyak-player .ss-fence:before, .hapyak-player .ss-fence.right:after {
    content: ''; }
  .hapyak-player .ss-buildings:before, .hapyak-player .ss-buildings.right:after {
    content: '🏢'; }
  .hapyak-player .ss-bridge:before, .hapyak-player .ss-bridge.right:after {
    content: ''; }
  .hapyak-player .ss-barn:before, .hapyak-player .ss-barn.right:after {
    content: ''; }
  .hapyak-player .ss-lodging:before, .hapyak-player .ss-lodging.right:after {
    content: '🏨'; }
  .hapyak-player .ss-earth:before, .hapyak-player .ss-earth.right:after {
    content: '🌎'; }
  .hapyak-player .ss-globe:before, .hapyak-player .ss-globe.right:after {
    content: '🌐'; }
  .hapyak-player .ss-compass:before, .hapyak-player .ss-compass.right:after {
    content: ''; }
  .hapyak-player .ss-signpost:before, .hapyak-player .ss-signpost.right:after {
    content: ''; }
  .hapyak-player .ss-map:before, .hapyak-player .ss-map.right:after {
    content: ''; }
  .hapyak-player .ss-location:before, .hapyak-player .ss-location.right:after {
    content: ''; }
  .hapyak-player .ss-pushpin:before, .hapyak-player .ss-pushpin.right:after {
    content: '📌'; }
  .hapyak-player .ss-script:before, .hapyak-player .ss-script.right:after {
    content: ''; }
  .hapyak-player .ss-playscript:before, .hapyak-player .ss-playscript.right:after {
    content: ''; }
  .hapyak-player .ss-stopscript:before, .hapyak-player .ss-stopscript.right:after {
    content: ''; }
  .hapyak-player .ss-recordscript:before, .hapyak-player .ss-recordscript.right:after {
    content: ''; }
  .hapyak-player .ss-bug:before, .hapyak-player .ss-bug.right:after {
    content: '🐛'; }
  .hapyak-player .ss-puzzle:before, .hapyak-player .ss-puzzle.right:after {
    content: ''; }
  .hapyak-player .ss-window:before, .hapyak-player .ss-window.right:after {
    content: ''; }
  .hapyak-player .ss-database:before, .hapyak-player .ss-database.right:after {
    content: ''; }
  .hapyak-player .ss-adddatabase:before, .hapyak-player .ss-adddatabase.right:after {
    content: ''; }
  .hapyak-player .ss-deletedatabase:before, .hapyak-player .ss-deletedatabase.right:after {
    content: ''; }
  .hapyak-player .ss-hdd:before, .hapyak-player .ss-hdd.right:after {
    content: ''; }
  .hapyak-player .ss-networkhdd:before, .hapyak-player .ss-networkhdd.right:after {
    content: ''; }
  .hapyak-player .ss-downloadhdd:before, .hapyak-player .ss-downloadhdd.right:after {
    content: ''; }
  .hapyak-player .ss-airplay:before, .hapyak-player .ss-airplay.right:after {
    content: ''; }
  .hapyak-player .ss-music:before, .hapyak-player .ss-music.right:after {
    content: '♫'; }
  .hapyak-player .ss-mic:before, .hapyak-player .ss-mic.right:after {
    content: '🎤'; }
  .hapyak-player .ss-headphones:before, .hapyak-player .ss-headphones.right:after {
    content: '🎧'; }
  .hapyak-player .ss-volume:before, .hapyak-player .ss-volume.right:after {
    content: '🔈'; }
  .hapyak-player .ss-radio:before, .hapyak-player .ss-radio.right:after {
    content: '📻'; }
  .hapyak-player .ss-phonograph:before, .hapyak-player .ss-phonograph.right:after {
    content: ''; }
  .hapyak-player .ss-disc:before, .hapyak-player .ss-disc.right:after {
    content: '💿'; }
  .hapyak-player .ss-discs:before, .hapyak-player .ss-discs.right:after {
    content: ''; }
  .hapyak-player .ss-playlist:before, .hapyak-player .ss-playlist.right:after {
    content: ''; }
  .hapyak-player .ss-musichome:before, .hapyak-player .ss-musichome.right:after {
    content: ''; }
  .hapyak-player .ss-itunes:before, .hapyak-player .ss-itunes.right:after {
    content: ''; }
  .hapyak-player .ss-camera:before, .hapyak-player .ss-camera.right:after {
    content: '📷'; }
  .hapyak-player .ss-picture:before, .hapyak-player .ss-picture.right:after {
    content: '🌄'; }
  .hapyak-player .ss-pictures:before, .hapyak-player .ss-pictures.right:after {
    content: ''; }
  .hapyak-player .ss-searchpicture:before, .hapyak-player .ss-searchpicture.right:after {
    content: ''; }
  .hapyak-player .ss-video:before, .hapyak-player .ss-video.right:after {
    content: '📹'; }
  .hapyak-player .ss-clapboard:before, .hapyak-player .ss-clapboard.right:after {
    content: '🎬'; }
  .hapyak-player .ss-film:before, .hapyak-player .ss-film.right:after {
    content: ''; }
  .hapyak-player .ss-playfilm:before, .hapyak-player .ss-playfilm.right:after {
    content: ''; }
  .hapyak-player .ss-tv:before, .hapyak-player .ss-tv.right:after {
    content: '📺'; }
  .hapyak-player .ss-flatscreen:before, .hapyak-player .ss-flatscreen.right:after {
    content: ''; }
  .hapyak-player .ss-projector:before, .hapyak-player .ss-projector.right:after {
    content: ''; }
  .hapyak-player .ss-videogame:before, .hapyak-player .ss-videogame.right:after {
    content: '🎮'; }
  .hapyak-player .ss-play:before, .hapyak-player .ss-play.right:after {
    content: '▶'; }
  .hapyak-player .ss-pause:before, .hapyak-player .ss-pause.right:after {
    content: ''; }
  .hapyak-player .ss-stop:before, .hapyak-player .ss-stop.right:after {
    content: '■'; }
  .hapyak-player .ss-record:before, .hapyak-player .ss-record.right:after {
    content: '●'; }
  .hapyak-player .ss-rewind:before, .hapyak-player .ss-rewind.right:after {
    content: '⏪'; }
  .hapyak-player .ss-fastforward:before, .hapyak-player .ss-fastforward.right:after {
    content: '⏩'; }
  .hapyak-player .ss-skipback:before, .hapyak-player .ss-skipback.right:after {
    content: '⏮'; }
  .hapyak-player .ss-skipforward:before, .hapyak-player .ss-skipforward.right:after {
    content: '⏭'; }
  .hapyak-player .ss-eject:before, .hapyak-player .ss-eject.right:after {
    content: '⏏'; }
  .hapyak-player .ss-shuffle:before, .hapyak-player .ss-shuffle.right:after {
    content: '🔀'; }
  .hapyak-player .ss-filecabinet:before, .hapyak-player .ss-filecabinet.right:after {
    content: ''; }
  .hapyak-player .ss-storagebox:before, .hapyak-player .ss-storagebox.right:after {
    content: ''; }
  .hapyak-player .ss-books:before, .hapyak-player .ss-books.right:after {
    content: '📚'; }
  .hapyak-player .ss-bookspencil:before, .hapyak-player .ss-bookspencil.right:after {
    content: ''; }
  .hapyak-player .ss-openbook:before, .hapyak-player .ss-openbook.right:after {
    content: '📖'; }
  .hapyak-player .ss-bookinsert:before, .hapyak-player .ss-bookinsert.right:after {
    content: ''; }
  .hapyak-player .ss-notebook:before, .hapyak-player .ss-notebook.right:after {
    content: '📓'; }
  .hapyak-player .ss-ledger:before, .hapyak-player .ss-ledger.right:after {
    content: '📒'; }
  .hapyak-player .ss-album:before, .hapyak-player .ss-album.right:after {
    content: ''; }
  .hapyak-player .ss-newspaper:before, .hapyak-player .ss-newspaper.right:after {
    content: '📰'; }
  .hapyak-player .ss-spiralbound:before, .hapyak-player .ss-spiralbound.right:after {
    content: ''; }
  .hapyak-player .ss-notepad:before, .hapyak-player .ss-notepad.right:after {
    content: ''; }
  .hapyak-player .ss-notice:before, .hapyak-player .ss-notice.right:after {
    content: ''; }
  .hapyak-player .ss-grid:before, .hapyak-player .ss-grid.right:after {
    content: ''; }
  .hapyak-player .ss-thumbnails:before, .hapyak-player .ss-thumbnails.right:after {
    content: ''; }
  .hapyak-player .ss-filter:before, .hapyak-player .ss-filter.right:after {
    content: ''; }
  .hapyak-player .ss-desktop:before, .hapyak-player .ss-desktop.right:after {
    content: '💻'; }
  .hapyak-player .ss-laptop:before, .hapyak-player .ss-laptop.right:after {
    content: ''; }
  .hapyak-player .ss-tablet:before, .hapyak-player .ss-tablet.right:after {
    content: ''; }
  .hapyak-player .ss-cell:before, .hapyak-player .ss-cell.right:after {
    content: '📱'; }
  .hapyak-player .ss-cellbars:before, .hapyak-player .ss-cellbars.right:after {
    content: '📶'; }
  .hapyak-player .ss-battery:before, .hapyak-player .ss-battery.right:after {
    content: '🔋'; }
  .hapyak-player .ss-mediumbattery:before, .hapyak-player .ss-mediumbattery.right:after {
    content: ''; }
  .hapyak-player .ss-emptybattery:before, .hapyak-player .ss-emptybattery.right:after {
    content: ''; }
  .hapyak-player .ss-chargingbattery:before, .hapyak-player .ss-chargingbattery.right:after {
    content: ''; }
  .hapyak-player .ss-screwdrivermobile:before, .hapyak-player .ss-screwdrivermobile.right:after {
    content: ''; }
  .hapyak-player .ss-brushmobile:before, .hapyak-player .ss-brushmobile.right:after {
    content: ''; }
  .hapyak-player .ss-pencilmobile:before, .hapyak-player .ss-pencilmobile.right:after {
    content: ''; }
  .hapyak-player .ss-door:before, .hapyak-player .ss-door.right:after {
    content: '🚪'; }
  .hapyak-player .ss-washer:before, .hapyak-player .ss-washer.right:after {
    content: ''; }
  .hapyak-player .ss-dryer:before, .hapyak-player .ss-dryer.right:after {
    content: ''; }
  .hapyak-player .ss-fireplace:before, .hapyak-player .ss-fireplace.right:after {
    content: ''; }
  .hapyak-player .ss-toilet:before, .hapyak-player .ss-toilet.right:after {
    content: '🚽'; }
  .hapyak-player .ss-toiletpaper:before, .hapyak-player .ss-toiletpaper.right:after {
    content: ''; }
  .hapyak-player .ss-lightbulb:before, .hapyak-player .ss-lightbulb.right:after {
    content: '💡'; }
  .hapyak-player .ss-cfl:before, .hapyak-player .ss-cfl.right:after {
    content: ''; }
  .hapyak-player .ss-flashlight:before, .hapyak-player .ss-flashlight.right:after {
    content: '🔦'; }
  .hapyak-player .ss-candle:before, .hapyak-player .ss-candle.right:after {
    content: ''; }
  .hapyak-player .ss-campfire:before, .hapyak-player .ss-campfire.right:after {
    content: '🔥'; }
  .hapyak-player .ss-picnictable:before, .hapyak-player .ss-picnictable.right:after {
    content: ''; }
  .hapyak-player .ss-frame:before, .hapyak-player .ss-frame.right:after {
    content: ''; }
  .hapyak-player .ss-heartframe:before, .hapyak-player .ss-heartframe.right:after {
    content: '💟'; }
  .hapyak-player .ss-starframe:before, .hapyak-player .ss-starframe.right:after {
    content: ''; }
  .hapyak-player .ss-treeframe:before, .hapyak-player .ss-treeframe.right:after {
    content: ''; }
  .hapyak-player .ss-flowerframe:before, .hapyak-player .ss-flowerframe.right:after {
    content: ''; }
  .hapyak-player .ss-questionframe:before, .hapyak-player .ss-questionframe.right:after {
    content: ''; }
  .hapyak-player .ss-utensilsframe:before, .hapyak-player .ss-utensilsframe.right:after {
    content: ''; }
  .hapyak-player .ss-atom:before, .hapyak-player .ss-atom.right:after {
    content: '⚛'; }
  .hapyak-player .ss-fluxcapacitor:before, .hapyak-player .ss-fluxcapacitor.right:after {
    content: ''; }
  .hapyak-player .ss-rings:before, .hapyak-player .ss-rings.right:after {
    content: '💍'; }
  .hapyak-player .ss-balloons:before, .hapyak-player .ss-balloons.right:after {
    content: '🎈'; }
  .hapyak-player .ss-easteregg:before, .hapyak-player .ss-easteregg.right:after {
    content: ''; }
  .hapyak-player .ss-jackolantern:before, .hapyak-player .ss-jackolantern.right:after {
    content: '🎃'; }
  .hapyak-player .ss-menorah:before, .hapyak-player .ss-menorah.right:after {
    content: ''; }
  .hapyak-player .ss-christmastree:before, .hapyak-player .ss-christmastree.right:after {
    content: '🎃'; }
  .hapyak-player .ss-teddy:before, .hapyak-player .ss-teddy.right:after {
    content: ''; }
  .hapyak-player .ss-blocks:before, .hapyak-player .ss-blocks.right:after {
    content: ''; }
  .hapyak-player .ss-rattle:before, .hapyak-player .ss-rattle.right:after {
    content: ''; }
  .hapyak-player .ss-diaper:before, .hapyak-player .ss-diaper.right:after {
    content: ''; }
  .hapyak-player .ss-pailshovel:before, .hapyak-player .ss-pailshovel.right:after {
    content: ''; }
  .hapyak-player .ss-sweep:before, .hapyak-player .ss-sweep.right:after {
    content: ''; }
  .hapyak-player .ss-headstone:before, .hapyak-player .ss-headstone.right:after {
    content: '⛼'; }
  .hapyak-player .ss-onedie:before, .hapyak-player .ss-onedie.right:after {
    content: '⚀'; }
  .hapyak-player .ss-twodie:before, .hapyak-player .ss-twodie.right:after {
    content: '⚁'; }
  .hapyak-player .ss-threedie:before, .hapyak-player .ss-threedie.right:after {
    content: '⚂'; }
  .hapyak-player .ss-fourdie:before, .hapyak-player .ss-fourdie.right:after {
    content: '⚃'; }
  .hapyak-player .ss-fivedie:before, .hapyak-player .ss-fivedie.right:after {
    content: '⚄'; }
  .hapyak-player .ss-sixdie:before, .hapyak-player .ss-sixdie.right:after {
    content: '⚅'; }
  .hapyak-player .ss-fuzzydice:before, .hapyak-player .ss-fuzzydice.right:after {
    content: ''; }
  .hapyak-player .ss-download:before, .hapyak-player .ss-download.right:after {
    content: ''; }
  .hapyak-player .ss-downloadbox:before, .hapyak-player .ss-downloadbox.right:after {
    content: ''; }
  .hapyak-player .ss-downloadcrate:before, .hapyak-player .ss-downloadcrate.right:after {
    content: ''; }
  .hapyak-player .ss-upload:before, .hapyak-player .ss-upload.right:after {
    content: ''; }
  .hapyak-player .ss-uploadbox:before, .hapyak-player .ss-uploadbox.right:after {
    content: ''; }
  .hapyak-player .ss-uploadcrate:before, .hapyak-player .ss-uploadcrate.right:after {
    content: ''; }
  .hapyak-player .ss-transfer:before, .hapyak-player .ss-transfer.right:after {
    content: '⇆'; }
  .hapyak-player .ss-refresh:before, .hapyak-player .ss-refresh.right:after {
    content: '↻'; }
  .hapyak-player .ss-sync:before, .hapyak-player .ss-sync.right:after {
    content: ''; }
  .hapyak-player .ss-wifi:before, .hapyak-player .ss-wifi.right:after {
    content: ''; }
  .hapyak-player .ss-connection:before, .hapyak-player .ss-connection.right:after {
    content: ''; }
  .hapyak-player .ss-usb:before, .hapyak-player .ss-usb.right:after {
    content: ''; }
  .hapyak-player .ss-files:before, .hapyak-player .ss-files.right:after {
    content: ''; }
  .hapyak-player .ss-addfile:before, .hapyak-player .ss-addfile.right:after {
    content: ''; }
  .hapyak-player .ss-removefile:before, .hapyak-player .ss-removefile.right:after {
    content: ''; }
  .hapyak-player .ss-deletefile:before, .hapyak-player .ss-deletefile.right:after {
    content: ''; }
  .hapyak-player .ss-searchfile:before, .hapyak-player .ss-searchfile.right:after {
    content: ''; }
  .hapyak-player .ss-folder:before, .hapyak-player .ss-folder.right:after {
    content: '📁'; }
  .hapyak-player .ss-addfolder:before, .hapyak-player .ss-addfolder.right:after {
    content: ''; }
  .hapyak-player .ss-removefolder:before, .hapyak-player .ss-removefolder.right:after {
    content: ''; }
  .hapyak-player .ss-deletefolder:before, .hapyak-player .ss-deletefolder.right:after {
    content: ''; }
  .hapyak-player .ss-downloadfolder:before, .hapyak-player .ss-downloadfolder.right:after {
    content: ''; }
  .hapyak-player .ss-uploadfolder:before, .hapyak-player .ss-uploadfolder.right:after {
    content: ''; }
  .hapyak-player .ss-undo:before, .hapyak-player .ss-undo.right:after {
    content: '↩'; }
  .hapyak-player .ss-redo:before, .hapyak-player .ss-redo.right:after {
    content: '↪'; }
  .hapyak-player .ss-quote:before, .hapyak-player .ss-quote.right:after {
    content: '“'; }
  .hapyak-player .ss-font:before, .hapyak-player .ss-font.right:after {
    content: ''; }
  .hapyak-player .ss-anchor:before, .hapyak-player .ss-anchor.right:after {
    content: ''; }
  .hapyak-player .ss-print:before, .hapyak-player .ss-print.right:after {
    content: '⎙'; }
  .hapyak-player .ss-fax:before, .hapyak-player .ss-fax.right:after {
    content: '📠'; }
  .hapyak-player .ss-shredder:before, .hapyak-player .ss-shredder.right:after {
    content: ''; }
  .hapyak-player .ss-typewriter:before, .hapyak-player .ss-typewriter.right:after {
    content: ''; }
  .hapyak-player .ss-list:before, .hapyak-player .ss-list.right:after {
    content: ''; }
  .hapyak-player .ss-action:before, .hapyak-player .ss-action.right:after {
    content: ''; }
  .hapyak-player .ss-redirect:before, .hapyak-player .ss-redirect.right:after {
    content: '↗'; }
  .hapyak-player .ss-expand:before, .hapyak-player .ss-expand.right:after {
    content: '⤢'; }
  .hapyak-player .ss-contract:before, .hapyak-player .ss-contract.right:after {
    content: ''; }
  .hapyak-player .ss-scaleup:before, .hapyak-player .ss-scaleup.right:after {
    content: ''; }
  .hapyak-player .ss-scaledown:before, .hapyak-player .ss-scaledown.right:after {
    content: ''; }
  .hapyak-player .ss-power:before, .hapyak-player .ss-power.right:after {
    content: ''; }
  .hapyak-player .ss-lifepreserver:before, .hapyak-player .ss-lifepreserver.right:after {
    content: ''; }
  .hapyak-player .ss-help:before, .hapyak-player .ss-help.right:after {
    content: '❓'; }
  .hapyak-player .ss-info:before, .hapyak-player .ss-info.right:after {
    content: 'ℹ'; }
  .hapyak-player .ss-alert:before, .hapyak-player .ss-alert.right:after {
    content: '⚠'; }
  .hapyak-player .ss-caution:before, .hapyak-player .ss-caution.right:after {
    content: '⛔'; }
  .hapyak-player .ss-plus:before, .hapyak-player .ss-plus.right:after {
    content: '+'; }
  .hapyak-player .ss-hyphen:before, .hapyak-player .ss-hyphen.right:after {
    content: '-'; }
  .hapyak-player .ss-check:before, .hapyak-player .ss-check.right:after {
    content: '✓'; }
  .hapyak-player .ss-delete:before, .hapyak-player .ss-delete.right:after {
    content: '␡'; }
  .hapyak-player .ss-dogface:before, .hapyak-player .ss-dogface.right:after {
    content: '🐶'; }
  .hapyak-player .ss-catface:before, .hapyak-player .ss-catface.right:after {
    content: '🐱'; }
  .hapyak-player .ss-bearface:before, .hapyak-player .ss-bearface.right:after {
    content: '🐻'; }
  .hapyak-player .ss-bird:before, .hapyak-player .ss-bird.right:after {
    content: '🐦'; }
  .hapyak-player .ss-dog:before, .hapyak-player .ss-dog.right:after {
    content: '🐕'; }
  .hapyak-player .ss-sheep:before, .hapyak-player .ss-sheep.right:after {
    content: '🐑'; }
  .hapyak-player .ss-pig:before, .hapyak-player .ss-pig.right:after {
    content: '🐖'; }
  .hapyak-player .ss-bone:before, .hapyak-player .ss-bone.right:after {
    content: ''; }
  .hapyak-player .ss-tooth:before, .hapyak-player .ss-tooth.right:after {
    content: ''; }
  .hapyak-player .ss-palmtree:before, .hapyak-player .ss-palmtree.right:after {
    content: '🌴'; }
  .hapyak-player .ss-tree:before, .hapyak-player .ss-tree.right:after {
    content: '🌲'; }
  .hapyak-player .ss-leaf:before, .hapyak-player .ss-leaf.right:after {
    content: '🍂'; }
  .hapyak-player .ss-flower:before, .hapyak-player .ss-flower.right:after {
    content: '⚘'; }
  .hapyak-player .ss-settings:before, .hapyak-player .ss-settings.right:after {
    content: '⚙'; }
  .hapyak-player .ss-dashboard:before, .hapyak-player .ss-dashboard.right:after {
    content: ''; }
  .hapyak-player .ss-notifications:before, .hapyak-player .ss-notifications.right:after {
    content: '🔔'; }
  .hapyak-player .ss-toggles:before, .hapyak-player .ss-toggles.right:after {
    content: ''; }
  .hapyak-player .ss-switch:before, .hapyak-player .ss-switch.right:after {
    content: ''; }
  .hapyak-player .ss-switchoff:before, .hapyak-player .ss-switchoff.right:after {
    content: ''; }
  .hapyak-player .ss-brightness:before, .hapyak-player .ss-brightness.right:after {
    content: '🔆'; }
  .hapyak-player .ss-flashoff:before, .hapyak-player .ss-flashoff.right:after {
    content: ''; }
  .hapyak-player .ss-toolbox:before, .hapyak-player .ss-toolbox.right:after {
    content: ''; }
  .hapyak-player .ss-tools:before, .hapyak-player .ss-tools.right:after {
    content: ''; }
  .hapyak-player .ss-wrench:before, .hapyak-player .ss-wrench.right:after {
    content: '🔧'; }
  .hapyak-player .ss-wrenches:before, .hapyak-player .ss-wrenches.right:after {
    content: ''; }
  .hapyak-player .ss-wrenchpencil:before, .hapyak-player .ss-wrenchpencil.right:after {
    content: ''; }
  .hapyak-player .ss-screwdriverpencil:before, .hapyak-player .ss-screwdriverpencil.right:after {
    content: ''; }
  .hapyak-player .ss-hammerscrewdriver:before, .hapyak-player .ss-hammerscrewdriver.right:after {
    content: ''; }
  .hapyak-player .ss-tapemeasure:before, .hapyak-player .ss-tapemeasure.right:after {
    content: ''; }
  .hapyak-player .ss-hourglass:before, .hapyak-player .ss-hourglass.right:after {
    content: '⏳'; }
  .hapyak-player .ss-clock:before, .hapyak-player .ss-clock.right:after {
    content: '⏲'; }
  .hapyak-player .ss-stopwatch:before, .hapyak-player .ss-stopwatch.right:after {
    content: '⏱'; }
  .hapyak-player .ss-alarmclock:before, .hapyak-player .ss-alarmclock.right:after {
    content: '⏰'; }
  .hapyak-player .ss-calendar:before, .hapyak-player .ss-calendar.right:after {
    content: '📅'; }
  .hapyak-player .ss-keyboardup:before, .hapyak-player .ss-keyboardup.right:after {
    content: ''; }
  .hapyak-player .ss-keyboarddown:before, .hapyak-player .ss-keyboarddown.right:after {
    content: ''; }
  .hapyak-player .ss-heavyasterisk:before, .hapyak-player .ss-heavyasterisk.right:after {
    content: '✱'; }
  .hapyak-player .ss-egg:before, .hapyak-player .ss-egg.right:after {
    content: ''; }
  .hapyak-player .ss-cheese:before, .hapyak-player .ss-cheese.right:after {
    content: ''; }
  .hapyak-player .ss-hotdog:before, .hapyak-player .ss-hotdog.right:after {
    content: ''; }
  .hapyak-player .ss-burger:before, .hapyak-player .ss-burger.right:after {
    content: '🍔'; }
  .hapyak-player .ss-birthdaycake:before, .hapyak-player .ss-birthdaycake.right:after {
    content: '🎂'; }
  .hapyak-player .ss-pancakes:before, .hapyak-player .ss-pancakes.right:after {
    content: ''; }
  .hapyak-player .ss-pizza:before, .hapyak-player .ss-pizza.right:after {
    content: '🍕'; }
  .hapyak-player .ss-frenchfries:before, .hapyak-player .ss-frenchfries.right:after {
    content: '🍟'; }
  .hapyak-player .ss-apple:before, .hapyak-player .ss-apple.right:after {
    content: '🍏'; }
  .hapyak-player .ss-mug:before, .hapyak-player .ss-mug.right:after {
    content: '☕'; }
  .hapyak-player .ss-coffee:before, .hapyak-player .ss-coffee.right:after {
    content: ''; }
  .hapyak-player .ss-growler:before, .hapyak-player .ss-growler.right:after {
    content: ''; }
  .hapyak-player .ss-beer:before, .hapyak-player .ss-beer.right:after {
    content: '🍺'; }
  .hapyak-player .ss-bottle:before, .hapyak-player .ss-bottle.right:after {
    content: ''; }
  .hapyak-player .ss-wine:before, .hapyak-player .ss-wine.right:after {
    content: ''; }
  .hapyak-player .ss-wineglass:before, .hapyak-player .ss-wineglass.right:after {
    content: '🍷'; }
  .hapyak-player .ss-cocktail:before, .hapyak-player .ss-cocktail.right:after {
    content: '🍸'; }
  .hapyak-player .ss-soda:before, .hapyak-player .ss-soda.right:after {
    content: ''; }
  .hapyak-player .ss-cup:before, .hapyak-player .ss-cup.right:after {
    content: ''; }
  .hapyak-player .ss-babybottle:before, .hapyak-player .ss-babybottle.right:after {
    content: '🍼'; }
  .hapyak-player .ss-jug:before, .hapyak-player .ss-jug.right:after {
    content: ''; }
  .hapyak-player .ss-oven:before, .hapyak-player .ss-oven.right:after {
    content: ''; }
  .hapyak-player .ss-takeout:before, .hapyak-player .ss-takeout.right:after {
    content: ''; }
  .hapyak-player .ss-paperbag:before, .hapyak-player .ss-paperbag.right:after {
    content: ''; }
  .hapyak-player .ss-utensils:before, .hapyak-player .ss-utensils.right:after {
    content: '🍴'; }
  .hapyak-player .ss-tshirt:before, .hapyak-player .ss-tshirt.right:after {
    content: '👕'; }
  .hapyak-player .ss-graduationcap:before, .hapyak-player .ss-graduationcap.right:after {
    content: '🎓'; }
  .hapyak-player .ss-fabric:before, .hapyak-player .ss-fabric.right:after {
    content: ''; }
  .hapyak-player .ss-swatch:before, .hapyak-player .ss-swatch.right:after {
    content: ''; }
  .hapyak-player .ss-weave:before, .hapyak-player .ss-weave.right:after {
    content: ''; }
  .hapyak-player .ss-thread:before, .hapyak-player .ss-thread.right:after {
    content: ''; }
  .hapyak-player .ss-yarn:before, .hapyak-player .ss-yarn.right:after {
    content: ''; }
  .hapyak-player .ss-crochet:before, .hapyak-player .ss-crochet.right:after {
    content: ''; }
  .hapyak-player .ss-needles:before, .hapyak-player .ss-needles.right:after {
    content: ''; }
  .hapyak-player .ss-scissorsneedles:before, .hapyak-player .ss-scissorsneedles.right:after {
    content: ''; }
  .hapyak-player .ss-button:before, .hapyak-player .ss-button.right:after {
    content: ''; }
  .hapyak-player .ss-zipper:before, .hapyak-player .ss-zipper.right:after {
    content: ''; }
  .hapyak-player .ss-sun:before, .hapyak-player .ss-sun.right:after {
    content: '☀'; }
  .hapyak-player .ss-partlycloudy:before, .hapyak-player .ss-partlycloudy.right:after {
    content: '⛅'; }
  .hapyak-player .ss-rainbow:before, .hapyak-player .ss-rainbow.right:after {
    content: '🌈'; }
  .hapyak-player .ss-umbrella:before, .hapyak-player .ss-umbrella.right:after {
    content: '☂'; }
  .hapyak-player .ss-crescentmoon:before, .hapyak-player .ss-crescentmoon.right:after {
    content: '🌙'; }
  .hapyak-player .ss-newmoon:before, .hapyak-player .ss-newmoon.right:after {
    content: '🌑'; }
  .hapyak-player .ss-waxingcrescentmoon:before, .hapyak-player .ss-waxingcrescentmoon.right:after {
    content: '🌒'; }
  .hapyak-player .ss-firstquartermoon:before, .hapyak-player .ss-firstquartermoon.right:after {
    content: '🌓'; }
  .hapyak-player .ss-waxinggibbousmoon:before, .hapyak-player .ss-waxinggibbousmoon.right:after {
    content: '🌔'; }
  .hapyak-player .ss-fullmoon:before, .hapyak-player .ss-fullmoon.right:after {
    content: '🌕'; }
  .hapyak-player .ss-waninggibbousmoon:before, .hapyak-player .ss-waninggibbousmoon.right:after {
    content: '🌖'; }
  .hapyak-player .ss-lastquartermoon:before, .hapyak-player .ss-lastquartermoon.right:after {
    content: '🌗'; }
  .hapyak-player .ss-waningcrescentmoon:before, .hapyak-player .ss-waningcrescentmoon.right:after {
    content: '🌘'; }
  .hapyak-player .ss-car:before, .hapyak-player .ss-car.right:after {
    content: '🚘'; }
  .hapyak-player .ss-carrepair:before, .hapyak-player .ss-carrepair.right:after {
    content: ''; }
  .hapyak-player .ss-taxi:before, .hapyak-player .ss-taxi.right:after {
    content: '🚖'; }
  .hapyak-player .ss-train:before, .hapyak-player .ss-train.right:after {
    content: '🚆'; }
  .hapyak-player .ss-bus:before, .hapyak-player .ss-bus.right:after {
    content: '🚍'; }
  .hapyak-player .ss-truck:before, .hapyak-player .ss-truck.right:after {
    content: '🚚'; }
  .hapyak-player .ss-trailer:before, .hapyak-player .ss-trailer.right:after {
    content: ''; }
  .hapyak-player .ss-trailerdump:before, .hapyak-player .ss-trailerdump.right:after {
    content: ''; }
  .hapyak-player .ss-plane:before, .hapyak-player .ss-plane.right:after {
    content: '✈'; }
  .hapyak-player .ss-bike:before, .hapyak-player .ss-bike.right:after {
    content: '🚲'; }
  .hapyak-player .ss-motorcycle:before, .hapyak-player .ss-motorcycle.right:after {
    content: ''; }
  .hapyak-player .ss-boat:before, .hapyak-player .ss-boat.right:after {
    content: '🚢'; }
  .hapyak-player .ss-rocket:before, .hapyak-player .ss-rocket.right:after {
    content: '🚀'; }
  .hapyak-player .ss-ufo:before, .hapyak-player .ss-ufo.right:after {
    content: ''; }
  .hapyak-player .ss-squarekey:before, .hapyak-player .ss-squarekey.right:after {
    content: ''; }
  .hapyak-player .ss-tire:before, .hapyak-player .ss-tire.right:after {
    content: ''; }
  .hapyak-player .ss-fuel:before, .hapyak-player .ss-fuel.right:after {
    content: '⛽'; }
  .hapyak-player .ss-parking:before, .hapyak-player .ss-parking.right:after {
    content: ''; }
  .hapyak-player .ss-wheelchair:before, .hapyak-player .ss-wheelchair.right:after {
    content: '♿'; }
  .hapyak-player .ss-restroom:before, .hapyak-player .ss-restroom.right:after {
    content: '🚻'; }
  .hapyak-player .ss-elevator:before, .hapyak-player .ss-elevator.right:after {
    content: ''; }
  .hapyak-player .ss-briefcase:before, .hapyak-player .ss-briefcase.right:after {
    content: '💼'; }
  .hapyak-player .ss-theatre:before, .hapyak-player .ss-theatre.right:after {
    content: '🎭'; }
  .hapyak-player .ss-ticket:before, .hapyak-player .ss-ticket.right:after {
    content: '🎫'; }
  .hapyak-player .ss-golf:before, .hapyak-player .ss-golf.right:after {
    content: ''; }
  .hapyak-player .ss-billiards:before, .hapyak-player .ss-billiards.right:after {
    content: '🎱'; }
  .hapyak-player .ss-baseball:before, .hapyak-player .ss-baseball.right:after {
    content: '⚾'; }
  .hapyak-player .ss-tennis:before, .hapyak-player .ss-tennis.right:after {
    content: '🎾'; }
  .hapyak-player .ss-basketball:before, .hapyak-player .ss-basketball.right:after {
    content: '🏀'; }
  .hapyak-player .ss-football:before, .hapyak-player .ss-football.right:after {
    content: '🏈'; }
  .hapyak-player .ss-soccer:before, .hapyak-player .ss-soccer.right:after {
    content: '⚽'; }
  .hapyak-player .ss-flaginhole:before, .hapyak-player .ss-flaginhole.right:after {
    content: '⛳'; }
  .hapyak-player .ss-paddles:before, .hapyak-player .ss-paddles.right:after {
    content: ''; }
  .hapyak-player .ss-skiboot:before, .hapyak-player .ss-skiboot.right:after {
    content: ''; }
  .hapyak-player .ss-skis:before, .hapyak-player .ss-skis.right:after {
    content: '🎿'; }
  .hapyak-player .ss-hiker:before, .hapyak-player .ss-hiker.right:after {
    content: ''; }
  .hapyak-player .ss-runner:before, .hapyak-player .ss-runner.right:after {
    content: '🏃'; }
  .hapyak-player .ss-hottub:before, .hapyak-player .ss-hottub.right:after {
    content: ''; }
  .hapyak-player .ss-exercise:before, .hapyak-player .ss-exercise.right:after {
    content: ''; }
  .hapyak-player .ss-hospital:before, .hapyak-player .ss-hospital.right:after {
    content: '⛨'; }
  .hapyak-player .ss-medicalcross:before, .hapyak-player .ss-medicalcross.right:after {
    content: ''; }
  .hapyak-player .ss-medicalbag:before, .hapyak-player .ss-medicalbag.right:after {
    content: ''; }
  .hapyak-player .ss-bandage:before, .hapyak-player .ss-bandage.right:after {
    content: ''; }
  .hapyak-player .ss-flask:before, .hapyak-player .ss-flask.right:after {
    content: ''; }
  .hapyak-player .ss-testtube:before, .hapyak-player .ss-testtube.right:after {
    content: ''; }
  .hapyak-player .ss-up:before, .hapyak-player .ss-up.right:after {
    content: '⬆'; }
  .hapyak-player .ss-right:before, .hapyak-player .ss-right.right:after {
    content: '➡'; }
  .hapyak-player .ss-down:before, .hapyak-player .ss-down.right:after {
    content: '⬇'; }
  .hapyak-player .ss-left:before, .hapyak-player .ss-left.right:after {
    content: '⬅'; }
  .hapyak-player .ss-navigateup:before, .hapyak-player .ss-navigateup.right:after {
    content: ''; }
  .hapyak-player .ss-navigateright:before, .hapyak-player .ss-navigateright.right:after {
    content: '▻'; }
  .hapyak-player .ss-navigatedown:before, .hapyak-player .ss-navigatedown.right:after {
    content: ''; }
  .hapyak-player .ss-navigateleft:before, .hapyak-player .ss-navigateleft.right:after {
    content: '◅'; }
  .hapyak-player .ss-share:before, .hapyak-player .ss-share.right:after {
    content: ''; }
  .hapyak-player .ss-icon, .hapyak-player .ss-icon.ss-standard,
  .hapyak-player [class^="ss-"]:before, .hapyak-player [class*=" ss-"]:before,
  .hapyak-player [class^="ss-"].ss-standard:before, .hapyak-player [class*=" ss-"].ss-standard:before,
  .hapyak-player [class^="ss-"].right:after, .hapyak-player [class*=" ss-"].right:after,
  .hapyak-player [class^="ss-"].ss-standard.right:after, .hapyak-player [class*=" ss-"].ss-standard.right:after {
    font-family: "SSStandard";
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    white-space: nowrap;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased; }
  .hapyak-player [class^="ss-"].right:before, .hapyak-player [class*=" ss-"].ss-standard.right:before {
    display: none;
    content: ''; }
  .hapyak-player .ss-cursor:before, .hapyak-player .ss-cursor.right:after {
    content: ''; }
  .hapyak-player .ss-crosshair:before, .hapyak-player .ss-crosshair.right:after {
    content: '⌖'; }
  .hapyak-player .ss-search:before, .hapyak-player .ss-search.right:after {
    content: '🔎'; }
  .hapyak-player .ss-zoomin:before, .hapyak-player .ss-zoomin.right:after {
    content: ''; }
  .hapyak-player .ss-zoomout:before, .hapyak-player .ss-zoomout.right:after {
    content: ''; }
  .hapyak-player .ss-view:before, .hapyak-player .ss-view.right:after {
    content: '👀'; }
  .hapyak-player .ss-attach:before, .hapyak-player .ss-attach.right:after {
    content: '📎'; }
  .hapyak-player .ss-link:before, .hapyak-player .ss-link.right:after {
    content: '🔗'; }
  .hapyak-player .ss-move:before, .hapyak-player .ss-move.right:after {
    content: ''; }
  .hapyak-player .ss-write:before, .hapyak-player .ss-write.right:after {
    content: '✎'; }
  .hapyak-player .ss-writingdisabled:before, .hapyak-player .ss-writingdisabled.right:after {
    content: ''; }
  .hapyak-player .ss-erase:before, .hapyak-player .ss-erase.right:after {
    content: '✐'; }
  .hapyak-player .ss-compose:before, .hapyak-player .ss-compose.right:after {
    content: '📝'; }
  .hapyak-player .ss-lock:before, .hapyak-player .ss-lock.right:after {
    content: '🔒'; }
  .hapyak-player .ss-unlock:before, .hapyak-player .ss-unlock.right:after {
    content: '🔓'; }
  .hapyak-player .ss-key:before, .hapyak-player .ss-key.right:after {
    content: '🔑'; }
  .hapyak-player .ss-backspace:before, .hapyak-player .ss-backspace.right:after {
    content: '⌫'; }
  .hapyak-player .ss-ban:before, .hapyak-player .ss-ban.right:after {
    content: '🚫'; }
  .hapyak-player .ss-trash:before, .hapyak-player .ss-trash.right:after {
    content: ''; }
  .hapyak-player .ss-target:before, .hapyak-player .ss-target.right:after {
    content: '◎'; }
  .hapyak-player .ss-tag:before, .hapyak-player .ss-tag.right:after {
    content: ''; }
  .hapyak-player .ss-bookmark:before, .hapyak-player .ss-bookmark.right:after {
    content: '🔖'; }
  .hapyak-player .ss-flag:before, .hapyak-player .ss-flag.right:after {
    content: '⚑'; }
  .hapyak-player .ss-like:before, .hapyak-player .ss-like.right:after {
    content: '👍'; }
  .hapyak-player .ss-dislike:before, .hapyak-player .ss-dislike.right:after {
    content: '👎'; }
  .hapyak-player .ss-heart:before, .hapyak-player .ss-heart.right:after {
    content: '♥'; }
  .hapyak-player .ss-halfheart:before, .hapyak-player .ss-halfheart.right:after {
    content: ''; }
  .hapyak-player .ss-star:before, .hapyak-player .ss-star.right:after {
    content: '⋆'; }
  .hapyak-player .ss-halfstar:before, .hapyak-player .ss-halfstar.right:after {
    content: ''; }
  .hapyak-player .ss-sample:before, .hapyak-player .ss-sample.right:after {
    content: ''; }
  .hapyak-player .ss-crop:before, .hapyak-player .ss-crop.right:after {
    content: ''; }
  .hapyak-player .ss-layers:before, .hapyak-player .ss-layers.right:after {
    content: ''; }
  .hapyak-player .ss-phone:before, .hapyak-player .ss-phone.right:after {
    content: '📞'; }
  .hapyak-player .ss-phonedisabled:before, .hapyak-player .ss-phonedisabled.right:after {
    content: ''; }
  .hapyak-player .ss-rss:before, .hapyak-player .ss-rss.right:after {
    content: ''; }
  .hapyak-player .ss-facetime:before, .hapyak-player .ss-facetime.right:after {
    content: ''; }
  .hapyak-player .ss-reply:before, .hapyak-player .ss-reply.right:after {
    content: '↩'; }
  .hapyak-player .ss-send:before, .hapyak-player .ss-send.right:after {
    content: ''; }
  .hapyak-player .ss-mail:before, .hapyak-player .ss-mail.right:after {
    content: '✉'; }
  .hapyak-player .ss-inbox:before, .hapyak-player .ss-inbox.right:after {
    content: '📥'; }
  .hapyak-player .ss-chat:before, .hapyak-player .ss-chat.right:after {
    content: '💬'; }
  .hapyak-player .ss-user:before, .hapyak-player .ss-user.right:after {
    content: '👤'; }
  .hapyak-player .ss-femaleuser:before, .hapyak-player .ss-femaleuser.right:after {
    content: '👧'; }
  .hapyak-player .ss-users:before, .hapyak-player .ss-users.right:after {
    content: '👥'; }
  .hapyak-player .ss-cart:before, .hapyak-player .ss-cart.right:after {
    content: ''; }
  .hapyak-player .ss-creditcard:before, .hapyak-player .ss-creditcard.right:after {
    content: '💳'; }
  .hapyak-player .ss-dollarsign:before, .hapyak-player .ss-dollarsign.right:after {
    content: '💲'; }
  .hapyak-player .ss-barchart:before, .hapyak-player .ss-barchart.right:after {
    content: '📊'; }
  .hapyak-player .ss-piechart:before, .hapyak-player .ss-piechart.right:after {
    content: ''; }
  .hapyak-player .ss-box:before, .hapyak-player .ss-box.right:after {
    content: '📦'; }
  .hapyak-player .ss-home:before, .hapyak-player .ss-home.right:after {
    content: '⌂'; }
  .hapyak-player .ss-globe:before, .hapyak-player .ss-globe.right:after {
    content: '🌎'; }
  .hapyak-player .ss-navigate:before, .hapyak-player .ss-navigate.right:after {
    content: ''; }
  .hapyak-player .ss-compass:before, .hapyak-player .ss-compass.right:after {
    content: ''; }
  .hapyak-player .ss-signpost:before, .hapyak-player .ss-signpost.right:after {
    content: ''; }
  .hapyak-player .ss-map:before, .hapyak-player .ss-map.right:after {
    content: ''; }
  .hapyak-player .ss-location:before, .hapyak-player .ss-location.right:after {
    content: ''; }
  .hapyak-player .ss-pin:before, .hapyak-player .ss-pin.right:after {
    content: '📍'; }
  .hapyak-player .ss-database:before, .hapyak-player .ss-database.right:after {
    content: ''; }
  .hapyak-player .ss-hdd:before, .hapyak-player .ss-hdd.right:after {
    content: ''; }
  .hapyak-player .ss-music:before, .hapyak-player .ss-music.right:after {
    content: '♫'; }
  .hapyak-player .ss-mic:before, .hapyak-player .ss-mic.right:after {
    content: '🎤'; }
  .hapyak-player .ss-volume:before, .hapyak-player .ss-volume.right:after {
    content: '🔈'; }
  .hapyak-player .ss-volumelow:before, .hapyak-player .ss-volumelow.right:after {
    content: '🔉'; }
  .hapyak-player .ss-volumehigh:before, .hapyak-player .ss-volumehigh.right:after {
    content: '🔊'; }
  .hapyak-player .ss-airplay:before, .hapyak-player .ss-airplay.right:after {
    content: ''; }
  .hapyak-player .ss-camera:before, .hapyak-player .ss-camera.right:after {
    content: '📷'; }
  .hapyak-player .ss-picture:before, .hapyak-player .ss-picture.right:after {
    content: '🌄'; }
  .hapyak-player .ss-video:before, .hapyak-player .ss-video.right:after {
    content: '📹'; }
  .hapyak-player .ss-play:before, .hapyak-player .ss-play.right:after {
    content: '▶'; }
  .hapyak-player .ss-pause:before, .hapyak-player .ss-pause.right:after {
    content: ''; }
  .hapyak-player .ss-stop:before, .hapyak-player .ss-stop.right:after {
    content: '■'; }
  .hapyak-player .ss-record:before, .hapyak-player .ss-record.right:after {
    content: '●'; }
  .hapyak-player .ss-rewind:before, .hapyak-player .ss-rewind.right:after {
    content: '⏪'; }
  .hapyak-player .ss-fastforward:before, .hapyak-player .ss-fastforward.right:after {
    content: '⏩'; }
  .hapyak-player .ss-skipback:before, .hapyak-player .ss-skipback.right:after {
    content: '⏮'; }
  .hapyak-player .ss-skipforward:before, .hapyak-player .ss-skipforward.right:after {
    content: '⏭'; }
  .hapyak-player .ss-eject:before, .hapyak-player .ss-eject.right:after {
    content: '⏏'; }
  .hapyak-player .ss-repeat:before, .hapyak-player .ss-repeat.right:after {
    content: '🔁'; }
  .hapyak-player .ss-replay:before, .hapyak-player .ss-replay.right:after {
    content: '↺'; }
  .hapyak-player .ss-shuffle:before, .hapyak-player .ss-shuffle.right:after {
    content: '🔀'; }
  .hapyak-player .ss-book:before, .hapyak-player .ss-book.right:after {
    content: '📕'; }
  .hapyak-player .ss-openbook:before, .hapyak-player .ss-openbook.right:after {
    content: '📖'; }
  .hapyak-player .ss-notebook:before, .hapyak-player .ss-notebook.right:after {
    content: '📓'; }
  .hapyak-player .ss-grid:before, .hapyak-player .ss-grid.right:after {
    content: ''; }
  .hapyak-player .ss-rows:before, .hapyak-player .ss-rows.right:after {
    content: ''; }
  .hapyak-player .ss-columns:before, .hapyak-player .ss-columns.right:after {
    content: ''; }
  .hapyak-player .ss-thumbnails:before, .hapyak-player .ss-thumbnails.right:after {
    content: ''; }
  .hapyak-player .ss-desktop:before, .hapyak-player .ss-desktop.right:after {
    content: '💻'; }
  .hapyak-player .ss-laptop:before, .hapyak-player .ss-laptop.right:after {
    content: ''; }
  .hapyak-player .ss-tablet:before, .hapyak-player .ss-tablet.right:after {
    content: ''; }
  .hapyak-player .ss-cell:before, .hapyak-player .ss-cell.right:after {
    content: '📱'; }
  .hapyak-player .ss-battery:before, .hapyak-player .ss-battery.right:after {
    content: '🔋'; }
  .hapyak-player .ss-batteryhigh:before, .hapyak-player .ss-batteryhigh.right:after {
    content: ''; }
  .hapyak-player .ss-batterymedium:before, .hapyak-player .ss-batterymedium.right:after {
    content: ''; }
  .hapyak-player .ss-batterylow:before, .hapyak-player .ss-batterylow.right:after {
    content: ''; }
  .hapyak-player .ss-batteryempty:before, .hapyak-player .ss-batteryempty.right:after {
    content: ''; }
  .hapyak-player .ss-clouddownload:before, .hapyak-player .ss-clouddownload.right:after {
    content: ''; }
  .hapyak-player .ss-download:before, .hapyak-player .ss-download.right:after {
    content: ''; }
  .hapyak-player .ss-cloudupload:before, .hapyak-player .ss-cloudupload.right:after {
    content: ''; }
  .hapyak-player .ss-upload:before, .hapyak-player .ss-upload.right:after {
    content: ''; }
  .hapyak-player .ss-fork:before, .hapyak-player .ss-fork.right:after {
    content: ''; }
  .hapyak-player .ss-merge:before, .hapyak-player .ss-merge.right:after {
    content: ''; }
  .hapyak-player .ss-refresh:before, .hapyak-player .ss-refresh.right:after {
    content: '↻'; }
  .hapyak-player .ss-sync:before, .hapyak-player .ss-sync.right:after {
    content: ''; }
  .hapyak-player .ss-loading:before, .hapyak-player .ss-loading.right:after {
    content: ''; }
  .hapyak-player .ss-wifi:before, .hapyak-player .ss-wifi.right:after {
    content: ''; }
  .hapyak-player .ss-connection:before, .hapyak-player .ss-connection.right:after {
    content: ''; }
  .hapyak-player .ss-file:before, .hapyak-player .ss-file.right:after {
    content: '📄'; }
  .hapyak-player .ss-folder:before, .hapyak-player .ss-folder.right:after {
    content: '📁'; }
  .hapyak-player .ss-quote:before, .hapyak-player .ss-quote.right:after {
    content: '“'; }
  .hapyak-player .ss-text:before, .hapyak-player .ss-text.right:after {
    content: ''; }
  .hapyak-player .ss-font:before, .hapyak-player .ss-font.right:after {
    content: ''; }
  .hapyak-player .ss-print:before, .hapyak-player .ss-print.right:after {
    content: '⎙'; }
  .hapyak-player .ss-fax:before, .hapyak-player .ss-fax.right:after {
    content: '📠'; }
  .hapyak-player .ss-list:before, .hapyak-player .ss-list.right:after {
    content: ''; }
  .hapyak-player .ss-layout:before, .hapyak-player .ss-layout.right:after {
    content: ''; }
  .hapyak-player .ss-action:before, .hapyak-player .ss-action.right:after {
    content: ''; }
  .hapyak-player .ss-redirect:before, .hapyak-player .ss-redirect.right:after {
    content: '↪'; }
  .hapyak-player .ss-expand:before, .hapyak-player .ss-expand.right:after {
    content: '⤢'; }
  .hapyak-player .ss-contract:before, .hapyak-player .ss-contract.right:after {
    content: ''; }
  .hapyak-player .ss-help:before, .hapyak-player .ss-help.right:after {
    content: '❓'; }
  .hapyak-player .ss-info:before, .hapyak-player .ss-info.right:after {
    content: 'ℹ'; }
  .hapyak-player .ss-alert:before, .hapyak-player .ss-alert.right:after {
    content: '⚠'; }
  .hapyak-player .ss-caution:before, .hapyak-player .ss-caution.right:after {
    content: '⛔'; }
  .hapyak-player .ss-logout:before, .hapyak-player .ss-logout.right:after {
    content: ''; }
  .hapyak-player .ss-plus:before, .hapyak-player .ss-plus.right:after {
    content: '+'; }
  .hapyak-player .ss-hyphen:before, .hapyak-player .ss-hyphen.right:after {
    content: '-'; }
  .hapyak-player .ss-check:before, .hapyak-player .ss-check.right:after {
    content: '✓'; }
  .hapyak-player .ss-delete:before, .hapyak-player .ss-delete.right:after {
    content: '␡'; }
  .hapyak-player .ss-settings:before, .hapyak-player .ss-settings.right:after {
    content: '⚙'; }
  .hapyak-player .ss-dashboard:before, .hapyak-player .ss-dashboard.right:after {
    content: ''; }
  .hapyak-player .ss-notifications:before, .hapyak-player .ss-notifications.right:after {
    content: '🔔'; }
  .hapyak-player .ss-notificationsdisabled:before, .hapyak-player .ss-notificationsdisabled.right:after {
    content: '🔕'; }
  .hapyak-player .ss-clock:before, .hapyak-player .ss-clock.right:after {
    content: '⏲'; }
  .hapyak-player .ss-stopwatch:before, .hapyak-player .ss-stopwatch.right:after {
    content: '⏱'; }
  .hapyak-player .ss-calendar:before, .hapyak-player .ss-calendar.right:after {
    content: '📅'; }
  .hapyak-player .ss-calendaradd:before, .hapyak-player .ss-calendaradd.right:after {
    content: ''; }
  .hapyak-player .ss-calendarremove:before, .hapyak-player .ss-calendarremove.right:after {
    content: ''; }
  .hapyak-player .ss-calendarcheck:before, .hapyak-player .ss-calendarcheck.right:after {
    content: ''; }
  .hapyak-player .ss-calendardelete:before, .hapyak-player .ss-calendardelete.right:after {
    content: ''; }
  .hapyak-player .ss-briefcase:before, .hapyak-player .ss-briefcase.right:after {
    content: '💼'; }
  .hapyak-player .ss-cloud:before, .hapyak-player .ss-cloud.right:after {
    content: '☁'; }
  .hapyak-player .ss-droplet:before, .hapyak-player .ss-droplet.right:after {
    content: '💧'; }
  .hapyak-player .ss-up:before, .hapyak-player .ss-up.right:after {
    content: '⬆'; }
  .hapyak-player .ss-upright:before, .hapyak-player .ss-upright.right:after {
    content: '⬈'; }
  .hapyak-player .ss-right:before, .hapyak-player .ss-right.right:after {
    content: '➡'; }
  .hapyak-player .ss-downright:before, .hapyak-player .ss-downright.right:after {
    content: '⬊'; }
  .hapyak-player .ss-down:before, .hapyak-player .ss-down.right:after {
    content: '⬇'; }
  .hapyak-player .ss-downleft:before, .hapyak-player .ss-downleft.right:after {
    content: '⬋'; }
  .hapyak-player .ss-left:before, .hapyak-player .ss-left.right:after {
    content: '⬅'; }
  .hapyak-player .ss-upleft:before, .hapyak-player .ss-upleft.right:after {
    content: '⬉'; }
  .hapyak-player .ss-navigateup:before, .hapyak-player .ss-navigateup.right:after {
    content: ''; }
  .hapyak-player .ss-navigateright:before, .hapyak-player .ss-navigateright.right:after {
    content: '▻'; }
  .hapyak-player .ss-navigatedown:before, .hapyak-player .ss-navigatedown.right:after {
    content: ''; }
  .hapyak-player .ss-navigateleft:before, .hapyak-player .ss-navigateleft.right:after {
    content: '◅'; }
  .hapyak-player .ss-directup:before, .hapyak-player .ss-directup.right:after {
    content: '▴'; }
  .hapyak-player .ss-directright:before, .hapyak-player .ss-directright.right:after {
    content: '▹'; }
  .hapyak-player .ss-dropdown:before, .hapyak-player .ss-dropdown.right:after {
    content: '▾'; }
  .hapyak-player .ss-directleft:before, .hapyak-player .ss-directleft.right:after {
    content: '◃'; }
  .hapyak-player .ss-retweet:before, .hapyak-player .ss-retweet.right:after {
    content: ''; }
  .hapyak-player:not(.hapyak-minimal-css) {
    position: relative; }
    .hapyak-player:not(.hapyak-minimal-css) .vjs-control-bar {
      z-index: 1; }
      .hapyak-player:not(.hapyak-minimal-css) .vjs-control-bar .vjs-time-divider {
        padding: 0; }
  .hapyak-player > .hapyak-root-box {
    -webkit-box-sizing: content-box !important;
    -ms-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    -o-box-sizing: content-box !important;
    box-sizing: content-box !important;
    padding: 0;
    overflow: hidden;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .hapyak-player .hapyak-annotation-container:not(.hapyak-editing) .hapyak-annotation-show-on-hover {
    opacity: 0; }
  .hapyak-player:hover .hapyak-annotation-container .active.hapyak-annotation-show-on-hover {
    opacity: 1;
    -webkit-transition: opacity 0.7s ease;
    -moz-transition: opacity 0.7s ease;
    -o-transition: opacity 0.7s ease;
    transition: opacity 0.7s ease; }
  .hapyak-player .hapyak-share,
  .hapyak-player .popcorn-bookmark-share {
    display: none; }
  .hapyak-player.hapyak-enable-sharing .hapyak-share,
  .hapyak-player.hapyak-enable-sharing .popcorn-bookmark-share {
    display: block; }
  .hapyak-player.fullscreen {
    background: black;
    -webkit-box-sizing: border-box !important;
    -ms-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -o-box-sizing: border-box !important;
    box-sizing: border-box !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000001; }
    .hapyak-player.fullscreen .hapyak-annotation-container {
      /* This is the max z-index value for browsers http://www.puidokas.com/max-z-index/ */
      z-index: 2147483647; }
  .hapyak-player > div > video {
    z-index: auto !important; }
  .hapyak-player .jwlogo {
    display: none; }
  .hapyak-player > .BrightcoveExperience {
    vertical-align: middle; }
  .hapyak-player.flowplayer > video, .hapyak-player.flowplayer > object, .hapyak-player.flowplayer > .fp-ui {
    z-index: auto; }
  .hapyak-player .hapyak-quiz-container {
    background: rgba(255, 255, 255, 0.9);
    border: solid 1px #363636;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px; }
  .hapyak-player .hapyak-annotation-shaded-background {
    -webkit-box-shadow: 0px 0px 0px 1200px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 0px 1200px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 0px 12000px rgba(0, 0, 0, 0.75); }
  .hapyak-player .answers .answer .character-counter {
    display: none; }
  .hapyak-player .quiz-viewer .answers .answer > input[type=radio] + label,
  .hapyak-player .quiz-viewer .answers .answer > input[type=checkbox] + label {
    overflow: hidden; }
  .hapyak-player .hapyak-quiz-builder {
    height: 98%;
    margin: 0;
    padding: 13.9965px 2%;
    /*
        .submit-back-buttons {
            position: relative;
            top: $quizFontSize * 1.4;
        }
    */
    /*
    This will put a correct/failure label next to each answer
    .page.failure .answers .failure-label {
        margin-left: 30px;
        display: inline;
    }
    */ }
    .hapyak-player .hapyak-quiz-builder ul, .hapyak-player .hapyak-quiz-builder ol {
      margin: 0;
      padding: 0; }
    .hapyak-player .hapyak-quiz-builder li {
      clear: both;
      list-style: none; }
    .hapyak-player .hapyak-quiz-builder button.active {
      background-color: #d4e3d4;
      color: #46a546; }
    .hapyak-player .hapyak-quiz-builder i {
      color: #000000;
      margin: 13.9965px 0 0 13.9965px; }
    .hapyak-player .hapyak-quiz-builder .icon-color {
      color: #545454; }
    .hapyak-player .hapyak-quiz-builder a {
      cursor: pointer;
      text-decoration: none; }
    .hapyak-player .hapyak-quiz-builder .btn-large {
      font-size: 27.993px; }
    .hapyak-player .hapyak-quiz-builder .btn.btn-large.btn-primary.ok, .hapyak-player .hapyak-quiz-builder .materialize .btn-large.btn-primary.ok, .materialize .hapyak-player .hapyak-quiz-builder .btn-large.btn-primary.ok {
      margin: 0 15px 10px 0; }
    .hapyak-player .hapyak-quiz-builder .dropdown-menu a {
      font-size: 27.993px;
      padding: 10px 22px 10px 10px; }
      .hapyak-player .hapyak-quiz-builder .dropdown-menu a input[type=checkbox] + label {
        font-size: 27.993px; }
    .hapyak-player .hapyak-quiz-builder .dropdown-menu p {
      text-align: left;
      position: relative;
      right: -31px; }
    .hapyak-player .hapyak-quiz-builder .radio {
      padding: 0; }
      .hapyak-player .hapyak-quiz-builder .radio input[type=radio],
      .hapyak-player .hapyak-quiz-builder .radio input[type=checkbox] {
        float: left;
        margin: 0 13.9965px 0 0;
        padding: 0;
        position: relative;
        top: 9.331px; }
      .hapyak-player .hapyak-quiz-builder .radio.inline input[type=radio],
      .hapyak-player .hapyak-quiz-builder .radio.inline input[type=checkbox] {
        top: -9.331px; }
    .hapyak-player .hapyak-quiz-builder .questions {
      max-height: 425px;
      overflow: auto; }
    .hapyak-player .hapyak-quiz-builder .question {
      margin: 13.9965px 13.9965px 41.9895px 13.9965px;
      padding: 18.662px 9.331px 27.993px 18.662px; }
    .hapyak-player .hapyak-quiz-builder .question-id {
      float: right;
      background-color: white;
      padding: 5px;
      border: 1px solid black; }
    .hapyak-player .hapyak-quiz-builder .question-text,
    .hapyak-player .hapyak-quiz-builder .answer-text,
    .hapyak-player .hapyak-quiz-builder .heading-text,
    .hapyak-player .hapyak-quiz-builder .label-text {
      font-size: 27.993px;
      height: auto;
      line-height: 39.99px;
      width: 97%; }
    .hapyak-player .hapyak-quiz-builder h4.thank-you {
      font-size: 27.993px;
      height: auto;
      line-height: 39.99px;
      width: 97%;
      text-transform: none;
      text-align: center; }
    .hapyak-player .hapyak-quiz-builder .answer > pre {
      font-family: inherit;
      margin: auto;
      display: inline;
      float: right;
      margin-top: -13px;
      width: inherit; }
    .hapyak-player .hapyak-quiz-builder .answer-text {
      resize: none; }
    .hapyak-player .hapyak-quiz-builder .answer-text,
    .hapyak-player .hapyak-quiz-builder .label-text {
      width: 86%; }
    .hapyak-player .hapyak-quiz-builder .pages {
      border-bottom: 1px solid #FFFFFF;
      height: 80%;
      margin: 0 0 13.9965px 0;
      overflow: auto; }
    .hapyak-player .hapyak-quiz-builder .pagination-small {
      margin: 0; }
      .hapyak-player .hapyak-quiz-builder .pagination-small ul > li {
        line-height: 39.99px; }
      .hapyak-player .hapyak-quiz-builder .pagination-small .next-page,
      .hapyak-player .hapyak-quiz-builder .pagination-small .previous-page {
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none; }
      .hapyak-player .hapyak-quiz-builder .pagination-small ul > li > a {
        border: 1px solid #C8C8C8;
        font-size: 27.993px;
        margin: 0;
        padding: 9.331px; }
    .hapyak-player .hapyak-quiz-builder .view-num-correct {
      float: left; }
    .hapyak-player .hapyak-quiz-builder .view-num-correct,
    .hapyak-player .hapyak-quiz-builder .page-number {
      color: #767676;
      font-weight: bold;
      font-size: 18.662px;
      margin: 6.99825px 0 0 13.9965px; }
    .hapyak-player .hapyak-quiz-builder .heading h3 {
      padding-left: 10px; }
    .hapyak-player .hapyak-quiz-builder .heading input {
      padding-top: 15px;
      border: 0; }
    .hapyak-player .hapyak-quiz-builder .answers input:focus {
      outline: none; }
    .hapyak-player .hapyak-quiz-builder .delete {
      float: right;
      margin: 9.331px 13.9965px 0 0; }
    .hapyak-player .hapyak-quiz-builder .answer .delete {
      float: none;
      margin-right: -55px; }
    .hapyak-player .hapyak-quiz-builder .close-btn {
      float: right;
      padding-top: 2px;
      padding-right: 4px; }
    .hapyak-player .hapyak-quiz-builder .close-btn:hover {
      cursor: pointer; }
    .hapyak-player .hapyak-quiz-builder.editor .question > .btn-group {
      position: relative;
      top: 5px; }
    .hapyak-player .hapyak-quiz-builder.viewer {
      padding: 18.662px; }
      .hapyak-player .hapyak-quiz-builder.viewer .pages {
        border-bottom: none;
        height: 91%; }
      .hapyak-player .hapyak-quiz-builder.viewer .thank-you {
        font-weight: 600;
        padding: 0; }
      .hapyak-player .hapyak-quiz-builder.viewer .question-text {
        font-weight: 600;
        padding: 0; }
      .hapyak-player .hapyak-quiz-builder.viewer .label-text {
        float: left; }
      .hapyak-player .hapyak-quiz-builder.viewer .questions {
        margin: 0 13.9965px;
        max-height: 525px; }
      .hapyak-player .hapyak-quiz-builder.viewer .question {
        margin: 0;
        padding: 0 0 9.331px 0; }
      .hapyak-player .hapyak-quiz-builder.viewer .incorrect {
        clear: left;
        font-size: 22.3944px; }
        .hapyak-player .hapyak-quiz-builder.viewer .incorrect a, .hapyak-player .hapyak-quiz-builder.viewer .incorrect div {
          float: left;
          font-weight: 600; }
          .hapyak-player .hapyak-quiz-builder.viewer .incorrect a.retry, .hapyak-player .hapyak-quiz-builder.viewer .incorrect div.retry {
            margin: 0 0 0 22.3944px;
            position: absolute;
            right: 164px;
            bottom: 16px;
            border: 1px solid #db6327;
            padding: 11px 18px; }
          .hapyak-player .hapyak-quiz-builder.viewer .incorrect a:hover, .hapyak-player .hapyak-quiz-builder.viewer .incorrect div:hover {
            background-color: #db6327;
            color: #FFFFFF; }
      .hapyak-player .hapyak-quiz-builder.viewer .btn, .hapyak-player .hapyak-quiz-builder.viewer .materialize .btn-large, .materialize .hapyak-player .hapyak-quiz-builder.viewer .btn-large {
        margin-left: 5px; }
      .hapyak-player .hapyak-quiz-builder.viewer .page-number.one-page,
      .hapyak-player .hapyak-quiz-builder.viewer .pagination {
        display: none; }
        .hapyak-player .hapyak-quiz-builder.viewer .page-number.one-page.review-screen,
        .hapyak-player .hapyak-quiz-builder.viewer .pagination.review-screen {
          display: block;
          padding-top: 2px;
          margin-right: 20%; }
      .hapyak-player .hapyak-quiz-builder.viewer .failure-label {
        display: none;
        float: right; }
      .hapyak-player .hapyak-quiz-builder.viewer .page > .failure-label {
        font-size: 27.993px;
        padding: 13.9965px;
        margin: 6.99825px; }
      .hapyak-player .hapyak-quiz-builder.viewer .page.failure > .failure-label {
        display: inline; }
      .hapyak-player .hapyak-quiz-builder.viewer .summary {
        height: -webkit-calc(100% - 44px);
        height: -moz-calc(100% - 44px);
        height: calc(100% - 64px);
        overflow: none; }
        .hapyak-player .hapyak-quiz-builder.viewer .summary .ss-icon {
          color: red;
          padding: 0 10px 0px 10px;
          font-size: 15px; }
        .hapyak-player .hapyak-quiz-builder.viewer .summary .answer {
          float: left;
          clear: left;
          margin-top: 15px; }
        .hapyak-player .hapyak-quiz-builder.viewer .summary .success-failure-label {
          float: right; }
        .hapyak-player .hapyak-quiz-builder.viewer .summary .hapyak-share {
          padding-top: 27.993px;
          padding-bottom: 27.993px; }
          .hapyak-player .hapyak-quiz-builder.viewer .summary .hapyak-share .zocial {
            font-size: 16px;
            margin-right: 8px; }
      .hapyak-player .hapyak-quiz-builder.viewer .hapyak-select {
        margin-top: 0.3em; }
    .hapyak-player .hapyak-quiz-builder input[type=checkbox], .hapyak-player .hapyak-quiz-builder input[type=radio] {
      display: none; }
      .hapyak-player .hapyak-quiz-builder input[type=checkbox] + label, .hapyak-player .hapyak-quiz-builder input[type=radio] + label {
        font-size: 27.993px; }
    .hapyak-player .hapyak-quiz-builder input[type=checkbox] + label > .hapyak-select,
    .hapyak-player .hapyak-quiz-builder input[type=checkbox]:checked + label > .hapyak-select {
      background: url("../../img/hapyak-select.png") no-repeat;
      background-position: 0px 0px;
      float: left;
      height: 21px;
      margin-right: 10px;
      overflow: hidden;
      width: 21px; }
    .hapyak-player .hapyak-quiz-builder input[type=checkbox]:checked + label > .hapyak-select {
      background-position: -21px 0px; }
    .hapyak-player .hapyak-quiz-builder input[type=radio] + label > .hapyak-select,
    .hapyak-player .hapyak-quiz-builder input[type=radio]:checked + label > .hapyak-select {
      background: url("../../img/hapyak-select.png") no-repeat;
      background-position: 0px -21px;
      float: left;
      height: 21px;
      margin-right: 0.5em;
      overflow: hidden;
      width: 21px; }
    .hapyak-player .hapyak-quiz-builder input[type=radio]:checked + label > .hapyak-select {
      background-position: -21px -21px; }

.ee-components-player .hapyak-player.video-js {
  position: absolute; }

.hapyak-root {
  -webkit-box-sizing: content-box !important;
  -ms-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  -o-box-sizing: content-box !important;
  box-sizing: content-box !important; }
  .hapyak-root.hapyak-play-box {
    margin: 0 auto; }
  .hapyak-root .hapyak-embed-error-outer {
    color: #FFF;
    display: table;
    height: 100%;
    width: 100%; }
  .hapyak-root .hapyak-embed-error-inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
  .hapyak-root .hapyak-embed-error-title {
    margin-top: 0; }
  .hapyak-root .hapyak-embed-error-message {
    margin-bottom: 0; }

.hapyak-editor-container .modal-onclick-container .modal-header,
.hapyak-overlay-container .modal-onclick-container .modal-header {
  display: none; }

.hapyak-editor-container .modal-onclick-container .modal-onclick input,
.hapyak-editor-container .modal-onclick-container .modal-onclick select,
.hapyak-overlay-container .modal-onclick-container .modal-onclick input,
.hapyak-overlay-container .modal-onclick-container .modal-onclick select {
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #9b9b9b; }

.hapyak-editor-container .modal-onclick-container .modal-onclick label,
.hapyak-overlay-container .modal-onclick-container .modal-onclick label {
  font-family: 'Lato';
  font-size: 14px;
  color: #4a4a4a; }

.hapyak-editor-container .modal-onclick-container .modal-onclick .materialize .tabs .tab a,
.hapyak-overlay-container .modal-onclick-container .modal-onclick .materialize .tabs .tab a {
  color: #db6327;
  font-family: 'Montserrat'; }

.hapyak-editor-container .modal-onclick-container .modal-onclick .materialize .tabs .indicator,
.hapyak-overlay-container .modal-onclick-container .modal-onclick .materialize .tabs .indicator {
  background-color: #db6327; }

.hapyak-editor-container .modal-onclick-container .modal-onclick #onclick-actions div > div,
.hapyak-overlay-container .modal-onclick-container .modal-onclick #onclick-actions div > div {
  padding-left: 0px;
  padding-top: 0px; }

.hapyak-editor-container .modal-onclick-container .modal-onclick #onclick-behaviors .nudge-right,
.hapyak-overlay-container .modal-onclick-container .modal-onclick #onclick-behaviors .nudge-right {
  padding-left: 10px; }

.hapyak-editor-container .modal-onclick-container .modal-onclick #onclick-behaviors .hapyak-release-gate,
.hapyak-overlay-container .modal-onclick-container .modal-onclick #onclick-behaviors .hapyak-release-gate {
  display: block;
  margin-top: 20px; }

.hapyak-editor-container .modal-onclick-container .modal-onclick #onclick-behaviors .hapyak-pause-input,
.hapyak-overlay-container .modal-onclick-container .modal-onclick #onclick-behaviors .hapyak-pause-input {
  margin-left: 0; }

.hapyak-editor-container .modal-onclick-container .modal-onclick #onclick-behaviors select,
.hapyak-overlay-container .modal-onclick-container .modal-onclick #onclick-behaviors select {
  margin-top: 20px;
  display: block; }

.hapyak-editor-container .modal-onclick-container .modal-onclick #onclick-advanced .hapyak-addon-command-data .addonPropertyKey,
.hapyak-editor-container .modal-onclick-container .modal-onclick #onclick-advanced .hapyak-addon-command-data .addonPropertyValue,
.hapyak-overlay-container .modal-onclick-container .modal-onclick #onclick-advanced .hapyak-addon-command-data .addonPropertyKey,
.hapyak-overlay-container .modal-onclick-container .modal-onclick #onclick-advanced .hapyak-addon-command-data .addonPropertyValue {
  width: 155px; }

.hapyak-editor-container .modal-onclick-container .modal-onclick #onclick-advanced div > div,
.hapyak-overlay-container .modal-onclick-container .modal-onclick #onclick-advanced div > div {
  padding-left: 0px;
  padding-top: 0px; }

.hapyak-editor-container .modal-onclick-container .modal-onclick #onclick-advanced .hapyak-addon-command-data > .materialize > .newPropertyButton,
.hapyak-overlay-container .modal-onclick-container .modal-onclick #onclick-advanced .hapyak-addon-command-data > .materialize > .newPropertyButton {
  width: auto;
  height: 30px;
  font-family: 'Lato';
  line-height: 2; }

.hapyak-editor-container .modal-onclick label,
.hapyak-editor-container .modal-ontime label,
.hapyak-editor-container .modal-hotlinktext label,
.hapyak-overlay-container .modal-onclick label,
.hapyak-overlay-container .modal-ontime label,
.hapyak-overlay-container .modal-hotlinktext label {
  clear: left;
  width: 30%; }

.hapyak-editor-container .modal-onclick input,
.hapyak-editor-container .modal-onclick .hapyak-time-input-select,
.hapyak-editor-container .modal-ontime input,
.hapyak-editor-container .modal-ontime .hapyak-time-input-select,
.hapyak-editor-container .modal-hotlinktext input,
.hapyak-editor-container .modal-hotlinktext .hapyak-time-input-select,
.hapyak-overlay-container .modal-onclick input,
.hapyak-overlay-container .modal-onclick .hapyak-time-input-select,
.hapyak-overlay-container .modal-ontime input,
.hapyak-overlay-container .modal-ontime .hapyak-time-input-select,
.hapyak-overlay-container .modal-hotlinktext input,
.hapyak-overlay-container .modal-hotlinktext .hapyak-time-input-select {
  margin-left: 7px;
  width: 65%; }
  .hapyak-editor-container .modal-onclick input.hide,
  .hapyak-editor-container .modal-onclick .hapyak-time-input-select.hide,
  .hapyak-editor-container .modal-ontime input.hide,
  .hapyak-editor-container .modal-ontime .hapyak-time-input-select.hide,
  .hapyak-editor-container .modal-hotlinktext input.hide,
  .hapyak-editor-container .modal-hotlinktext .hapyak-time-input-select.hide,
  .hapyak-overlay-container .modal-onclick input.hide,
  .hapyak-overlay-container .modal-onclick .hapyak-time-input-select.hide,
  .hapyak-overlay-container .modal-ontime input.hide,
  .hapyak-overlay-container .modal-ontime .hapyak-time-input-select.hide,
  .hapyak-overlay-container .modal-hotlinktext input.hide,
  .hapyak-overlay-container .modal-hotlinktext .hapyak-time-input-select.hide {
    display: none; }

.hapyak-editor-container .modal-onclick .hapyak-time-input-select,
.hapyak-editor-container .modal-ontime .hapyak-time-input-select,
.hapyak-editor-container .modal-hotlinktext .hapyak-time-input-select,
.hapyak-overlay-container .modal-onclick .hapyak-time-input-select,
.hapyak-overlay-container .modal-ontime .hapyak-time-input-select,
.hapyak-overlay-container .modal-hotlinktext .hapyak-time-input-select {
  float: left;
  width: 25%; }

.hapyak-editor-container .modal-onclick .hapyak-time-input,
.hapyak-editor-container .modal-ontime .hapyak-time-input,
.hapyak-editor-container .modal-hotlinktext .hapyak-time-input,
.hapyak-overlay-container .modal-onclick .hapyak-time-input,
.hapyak-overlay-container .modal-ontime .hapyak-time-input,
.hapyak-overlay-container .modal-hotlinktext .hapyak-time-input {
  margin: 0 0 0 2%;
  width: 25%; }

.hapyak-editor-container .modal-onclick input[type=checkbox],
.hapyak-editor-container .modal-ontime input[type=checkbox],
.hapyak-editor-container .modal-hotlinktext input[type=checkbox],
.hapyak-overlay-container .modal-onclick input[type=checkbox],
.hapyak-overlay-container .modal-ontime input[type=checkbox],
.hapyak-overlay-container .modal-hotlinktext input[type=checkbox] {
  width: auto; }
  .hapyak-editor-container .modal-onclick input[type=checkbox] + label,
  .hapyak-editor-container .modal-ontime input[type=checkbox] + label,
  .hapyak-editor-container .modal-hotlinktext input[type=checkbox] + label,
  .hapyak-overlay-container .modal-onclick input[type=checkbox] + label,
  .hapyak-overlay-container .modal-ontime input[type=checkbox] + label,
  .hapyak-overlay-container .modal-hotlinktext input[type=checkbox] + label {
    display: inline;
    padding-left: 10px; }

.hapyak-editor-container .modal-onclick select,
.hapyak-editor-container .modal-ontime select,
.hapyak-editor-container .modal-hotlinktext select,
.hapyak-overlay-container .modal-onclick select,
.hapyak-overlay-container .modal-ontime select,
.hapyak-overlay-container .modal-hotlinktext select {
  width: auto;
  margin-left: 7px; }

.hapyak-editor-container .modal-onclick .hapyak-branch-input-select,
.hapyak-editor-container .modal-ontime .hapyak-branch-input-select,
.hapyak-editor-container .modal-hotlinktext .hapyak-branch-input-select,
.hapyak-overlay-container .modal-onclick .hapyak-branch-input-select,
.hapyak-overlay-container .modal-ontime .hapyak-branch-input-select,
.hapyak-overlay-container .modal-hotlinktext .hapyak-branch-input-select {
  width: 25%;
  float: left; }

.hapyak-editor-container .modal-onclick .hapyak-branchtime-warning.quiz,
.hapyak-editor-container .modal-ontime .hapyak-branchtime-warning.quiz,
.hapyak-editor-container .modal-hotlinktext .hapyak-branchtime-warning.quiz,
.hapyak-overlay-container .modal-onclick .hapyak-branchtime-warning.quiz,
.hapyak-overlay-container .modal-ontime .hapyak-branchtime-warning.quiz,
.hapyak-overlay-container .modal-hotlinktext .hapyak-branchtime-warning.quiz {
  float: left;
  color: #DB6327;
  padding-bottom: 5px; }

.hapyak-editor-container .modal-onclick textarea,
.hapyak-editor-container .modal-ontime textarea,
.hapyak-editor-container .modal-hotlinktext textarea,
.hapyak-overlay-container .modal-onclick textarea,
.hapyak-overlay-container .modal-ontime textarea,
.hapyak-overlay-container .modal-hotlinktext textarea {
  height: 3.5em; }

.hapyak-editor-container .modal-onclick div.hapyak-onclick-pause,
.hapyak-editor-container .modal-ontime div.hapyak-onclick-pause,
.hapyak-editor-container .modal-hotlinktext div.hapyak-onclick-pause,
.hapyak-overlay-container .modal-onclick div.hapyak-onclick-pause,
.hapyak-overlay-container .modal-ontime div.hapyak-onclick-pause,
.hapyak-overlay-container .modal-hotlinktext div.hapyak-onclick-pause {
  padding-top: 0;
  padding-bottom: 8px; }

.hapyak-editor-container .modal-onclick div > div,
.hapyak-editor-container .modal-ontime div > div,
.hapyak-editor-container .modal-hotlinktext div > div,
.hapyak-overlay-container .modal-onclick div > div,
.hapyak-overlay-container .modal-ontime div > div,
.hapyak-overlay-container .modal-hotlinktext div > div {
  padding-left: 20px;
  padding-top: 10px; }
  .hapyak-editor-container .modal-onclick div > div.hapyak-branchtime-label, .hapyak-editor-container .modal-onclick div > div.branch-time-warning,
  .hapyak-editor-container .modal-ontime div > div.hapyak-branchtime-label,
  .hapyak-editor-container .modal-ontime div > div.branch-time-warning,
  .hapyak-editor-container .modal-hotlinktext div > div.hapyak-branchtime-label,
  .hapyak-editor-container .modal-hotlinktext div > div.branch-time-warning,
  .hapyak-overlay-container .modal-onclick div > div.hapyak-branchtime-label,
  .hapyak-overlay-container .modal-onclick div > div.branch-time-warning,
  .hapyak-overlay-container .modal-ontime div > div.hapyak-branchtime-label,
  .hapyak-overlay-container .modal-ontime div > div.branch-time-warning,
  .hapyak-overlay-container .modal-hotlinktext div > div.hapyak-branchtime-label,
  .hapyak-overlay-container .modal-hotlinktext div > div.branch-time-warning {
    padding-left: 0;
    padding-top: 0; }
  .hapyak-editor-container .modal-onclick div > div.branch-time-warning,
  .hapyak-editor-container .modal-ontime div > div.branch-time-warning,
  .hapyak-editor-container .modal-hotlinktext div > div.branch-time-warning,
  .hapyak-overlay-container .modal-onclick div > div.branch-time-warning,
  .hapyak-overlay-container .modal-ontime div > div.branch-time-warning,
  .hapyak-overlay-container .modal-hotlinktext div > div.branch-time-warning {
    color: #DB6327;
    float: left;
    padding-bottom: 5px; }

.hapyak-editor-container .modal-onclick p,
.hapyak-editor-container .modal-ontime p,
.hapyak-editor-container .modal-hotlinktext p,
.hapyak-overlay-container .modal-onclick p,
.hapyak-overlay-container .modal-ontime p,
.hapyak-overlay-container .modal-hotlinktext p {
  color: #999;
  font-size: 12.04px;
  padding-left: 32%;
  width: 65%; }

.hapyak-editor-container .modal-onclick .hapyak-loopback-input,
.hapyak-editor-container .modal-ontime .hapyak-loopback-input,
.hapyak-editor-container .modal-hotlinktext .hapyak-loopback-input,
.hapyak-overlay-container .modal-onclick .hapyak-loopback-input,
.hapyak-overlay-container .modal-ontime .hapyak-loopback-input,
.hapyak-overlay-container .modal-hotlinktext .hapyak-loopback-input {
  margin-bottom: 15px;
  margin-top: 11px; }

.hapyak-editor-container .modal-onclick .hapyak-addon-command-data,
.hapyak-editor-container .modal-ontime .hapyak-addon-command-data,
.hapyak-editor-container .modal-hotlinktext .hapyak-addon-command-data,
.hapyak-overlay-container .modal-onclick .hapyak-addon-command-data,
.hapyak-overlay-container .modal-ontime .hapyak-addon-command-data,
.hapyak-overlay-container .modal-hotlinktext .hapyak-addon-command-data {
  float: right;
  margin-right: 5px;
  padding-left: 0;
  padding-top: 0; }
  .hapyak-editor-container .modal-onclick .hapyak-addon-command-data .addonProperty,
  .hapyak-editor-container .modal-ontime .hapyak-addon-command-data .addonProperty,
  .hapyak-editor-container .modal-hotlinktext .hapyak-addon-command-data .addonProperty,
  .hapyak-overlay-container .modal-onclick .hapyak-addon-command-data .addonProperty,
  .hapyak-overlay-container .modal-ontime .hapyak-addon-command-data .addonProperty,
  .hapyak-overlay-container .modal-hotlinktext .hapyak-addon-command-data .addonProperty {
    padding-left: 0;
    padding-top: 0; }
  .hapyak-editor-container .modal-onclick .hapyak-addon-command-data .addonPropertyKey,
  .hapyak-editor-container .modal-onclick .hapyak-addon-command-data .addonPropertyValue,
  .hapyak-editor-container .modal-ontime .hapyak-addon-command-data .addonPropertyKey,
  .hapyak-editor-container .modal-ontime .hapyak-addon-command-data .addonPropertyValue,
  .hapyak-editor-container .modal-hotlinktext .hapyak-addon-command-data .addonPropertyKey,
  .hapyak-editor-container .modal-hotlinktext .hapyak-addon-command-data .addonPropertyValue,
  .hapyak-overlay-container .modal-onclick .hapyak-addon-command-data .addonPropertyKey,
  .hapyak-overlay-container .modal-onclick .hapyak-addon-command-data .addonPropertyValue,
  .hapyak-overlay-container .modal-ontime .hapyak-addon-command-data .addonPropertyKey,
  .hapyak-overlay-container .modal-ontime .hapyak-addon-command-data .addonPropertyValue,
  .hapyak-overlay-container .modal-hotlinktext .hapyak-addon-command-data .addonPropertyKey,
  .hapyak-overlay-container .modal-hotlinktext .hapyak-addon-command-data .addonPropertyValue {
    width: 162px; }
  .hapyak-editor-container .modal-onclick .hapyak-addon-command-data .newPropertyButton,
  .hapyak-editor-container .modal-ontime .hapyak-addon-command-data .newPropertyButton,
  .hapyak-editor-container .modal-hotlinktext .hapyak-addon-command-data .newPropertyButton,
  .hapyak-overlay-container .modal-onclick .hapyak-addon-command-data .newPropertyButton,
  .hapyak-overlay-container .modal-ontime .hapyak-addon-command-data .newPropertyButton,
  .hapyak-overlay-container .modal-hotlinktext .hapyak-addon-command-data .newPropertyButton {
    cursor: pointer;
    width: 80px;
    float: right;
    color: #333333;
    font-size: 15px;
    text-align: center;
    font-family: 'Open Sans'; }

.hapyak-root .hapyak-overlay-modal {
  margin: -20% 0 0 -250px;
  max-height: 100%; }

.hapyak-overlay-modal textarea {
  width: 97%;
  height: 4.5em;
  resize: none; }

.hapyak-root .hapyak-overlay-modal .hapyak-threshold-toggle {
  float: left;
  height: 2.145em;
  width: 49%; }

.hapyak-root .hapyak-overlay-modal .hapyak-threshold-setting {
  clear: right;
  float: right;
  text-align: right;
  width: 49%; }

.hapyak-root .hapyak-overlay-modal .hapyak-passing-mark {
  padding: 0; }
  .hapyak-root .hapyak-overlay-modal .hapyak-passing-mark label {
    display: inline;
    margin: 0;
    padding: 0; }

.hapyak-root .hapyak-overlay-modal .hapyak-passing-mark-input {
  margin: 0; }

.hapyak-root .hapyak-overlay-modal .hapyak-reset-toggle {
  clear: both; }

.hapyak-root .hapyak-overlay-duration label {
  margin-right: 2em; }

.hapyak-root .hapyak-overlay-duration .modal-checkbox-max {
  margin-left: 0.5em; }

.hapyak-root .hapyak-overlay-duration .hours-minutes-seconds-section label {
  float: left; }

.hapyak-root .hapyak-overlay-duration .hours-minutes-seconds-section .modal-input-time {
  margin-left: 0.5em;
  text-align: center;
  width: 2em; }

.hapyak-root .hapyak-overlay-duration button {
  clear: both;
  margin-top: 0.5em; }

body.hapyak-fullscreen {
  margin: 0;
  padding: 0; }
  body.hapyak-fullscreen section.comments,
  body.hapyak-fullscreen section.video_traks {
    display: none; }

.hapyak-play-box {
  position: relative;
  display: block;
  width: 100%; }
  .hapyak-play-box .hapyak-video-container {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    /*
        YouTube makes an iframe which are "display: inline" by default, but videos are inline-block
        */
    /* MediaElement.js doesn't provide a way to hide their controls so we resort to this */ }
    .hapyak-play-box .hapyak-video-container #hapyak-quickedit-click-off-image {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      display: inline-block; }
    .hapyak-play-box .hapyak-video-container > * {
      width: 100%; }
    .hapyak-play-box .hapyak-video-container > .video-wrapper-error {
      height: 100%;
      opacity: 0.8;
      position: absolute;
      background-color: black;
      color: white;
      top: 0px; }
      .hapyak-play-box .hapyak-video-container > .video-wrapper-error > p {
        padding-left: 25%;
        padding-top: 25%;
        width: 50%; }
    .hapyak-play-box .hapyak-video-container > iframe {
      display: inline-block; }
    .hapyak-play-box .hapyak-video-container > div > div > .mejs-controls {
      visibility: hidden !important; }
    .hapyak-play-box .hapyak-video-container .wistia_socialbar {
      background-color: white; }
    .hapyak-play-box .hapyak-video-container.flowplayer > video, .hapyak-play-box .hapyak-video-container.flowplayer > object {
      z-index: auto; }
  .hapyak-play-box .hapyak-track-info {
    visibility: hidden;
    position: absolute;
    width: 100%;
    -webkit-box-sizing: border-box !important;
    -ms-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -o-box-sizing: border-box !important;
    box-sizing: border-box !important;
    bottom: 30%;
    left: 0;
    padding: 20px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    opacity: 0;
    -webkit-transition: opacity 1s, visibility 0s linear 1s;
    -moz-transition: opacity 1s, visibility 0s linear 1s;
    -o-transition: opacity 1s, visibility 0s linear 1s;
    transition: opacity 1s, visibility 0s linear 1s; }
    .hapyak-play-box .hapyak-track-info.visible {
      visibility: visible;
      opacity: 1;
      -webkit-transition: none;
      -moz-transition: none;
      -o-transition: none;
      transition: none; }
    .hapyak-play-box .hapyak-track-info > div > .ss-delete {
      position: absolute;
      top: 5px;
      right: 5px;
      min-height: 50px; }
      .hapyak-play-box .hapyak-track-info > div > .ss-delete > .ss-delete {
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer; }
    .hapyak-play-box .hapyak-track-info > div > .hapyak-owner-profile-image {
      vertical-align: middle;
      position: absolute;
      max-height: 50px;
      max-width: 50px; }
    .hapyak-play-box .hapyak-track-info > div > .hapyak-track-info-details {
      padding-left: 60px;
      width: 100%;
      -webkit-box-sizing: border-box !important;
      -ms-box-sizing: border-box !important;
      -moz-box-sizing: border-box !important;
      -o-box-sizing: border-box !important;
      box-sizing: border-box !important; }
  .hapyak-play-box .hapyak-track-cap-content {
    visibility: hidden;
    position: absolute;
    width: 96%;
    height: 90%;
    border: 1px solid #CCC;
    -webkit-box-sizing: border-box !important;
    -ms-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -o-box-sizing: border-box !important;
    box-sizing: border-box !important;
    bottom: 30%;
    top: 5%;
    left: 2%;
    padding: 20px;
    z-index: 1000;
    background-color: #FFF;
    color: #000;
    opacity: 0;
    -webkit-transition: opacity 0.5s, visibility 0s linear 0.5s;
    -moz-transition: opacity 0.5s, visibility 0s linear 0.5s;
    -o-transition: opacity 0.5s, visibility 0s linear 0.5s;
    transition: opacity 0.5s, visibility 0s linear 0.5s; }
    .hapyak-play-box .hapyak-track-cap-content.visible {
      visibility: visible;
      opacity: 0.9;
      -webkit-transition: none;
      -moz-transition: none;
      -o-transition: none;
      transition: none; }
  .hapyak-play-box .hapyak-warning {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: rgba(255, 255, 0, 0.8);
    border: red solid 1px;
    padding: 4px;
    /*
        todo: re-enable this when there is an event to remove child elements after transition;
        @include transition(top 0.5s, margin-top: 0.5s);
        */ }

.hapyak-skeleton-annotation-container {
  position: absolute; }

.hapyak-annotation-container,
.hapyak-skeleton-annotation-container {
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  -moz-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
  overflow: hidden;
  /* copy font from hapyak.com styles */
  /*
    This doesn't appear to do anything anymore, but will remove it in a future patch.
    */
  /* Drawing */
  /* Pop */
  /* Drawing */
  /* User Follow and Video Preview */
  /* On Click */
  /* Editor button stack */ }
  .hapyak-annotation-container > *,
  .hapyak-skeleton-annotation-container > * {
    position: absolute;
    top: 0;
    left: 0; }
  .hapyak-annotation-container .hy-widget.popcorn-iframe.edit,
  .hapyak-skeleton-annotation-container .hy-widget.popcorn-iframe.edit {
    background-color: rgba(0, 0, 0, 0); }
  .hapyak-annotation-container .hy-widget.full-width > div > iframe,
  .hapyak-skeleton-annotation-container .hy-widget.full-width > div > iframe {
    width: 100%; }
  .hapyak-annotation-container .hapyak-annotation-full-frame,
  .hapyak-skeleton-annotation-container .hapyak-annotation-full-frame {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important; }
  .hapyak-annotation-container .hapyak-annotation-bring-to-top,
  .hapyak-skeleton-annotation-container .hapyak-annotation-bring-to-top {
    /* max allowed css zindex */
    z-index: 2147483647; }
  .hapyak-annotation-container .hapyak-annotation-send-to-back,
  .hapyak-skeleton-annotation-container .hapyak-annotation-send-to-back {
    z-index: -1; }
  .hapyak-annotation-container .hapyak-annotation-shine,
  .hapyak-skeleton-annotation-container .hapyak-annotation-shine {
    background: url("/img/shine.png") -100px no-repeat;
    background-size: 100px 100%;
    /* SHINE ANIMATION IE SUPPORT */ }
    .hapyak-annotation-container .hapyak-annotation-shine:hover,
    .hapyak-skeleton-annotation-container .hapyak-annotation-shine:hover {
      background-position: 1000px;
      -webkit-transition: all 2s ease;
      -moz-transition: all 2s ease;
      -o-transition: all 2s ease;
      transition: all 2s ease; }
    .hapyak-annotation-container .hapyak-annotation-shine img,
    .hapyak-skeleton-annotation-container .hapyak-annotation-shine img {
      background: url("/img/shine.png") -100px no-repeat;
      background-size: 100px 100%; }
      .hapyak-annotation-container .hapyak-annotation-shine img:hover,
      .hapyak-skeleton-annotation-container .hapyak-annotation-shine img:hover {
        background-position: 1000px;
        -webkit-transition: all 2s ease;
        -moz-transition: all 2s ease;
        -o-transition: all 2s ease;
        transition: all 2s ease; }
  .hapyak-annotation-container .popcorn-contents,
  .hapyak-annotation-container .popcorn-quiz,
  .hapyak-skeleton-annotation-container .popcorn-contents,
  .hapyak-skeleton-annotation-container .popcorn-quiz {
    font-family: "Raleway","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 20px; }
  .hapyak-annotation-container .popcorn-quiz.hapyak-review-screen,
  .hapyak-skeleton-annotation-container .popcorn-quiz.hapyak-review-screen {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 50px; }
    .hapyak-annotation-container .popcorn-quiz.hapyak-review-screen > .hapyak-quiz-container,
    .hapyak-skeleton-annotation-container .popcorn-quiz.hapyak-review-screen > .hapyak-quiz-container {
      position: absolute;
      height: inherit; }
  .hapyak-annotation-container.hapyak-player-overlay,
  .hapyak-skeleton-annotation-container.hapyak-player-overlay {
    background: 0 0 rgba(0, 0, 0, 0.8); }
  .hapyak-annotation-container > .popcorn-drawing,
  .hapyak-skeleton-annotation-container > .popcorn-drawing {
    pointer-events: none;
    top: 0;
    left: 0; }
  .hapyak-annotation-container > .hapyak-linked:hover:not(.hapyak-theme-pop),
  .hapyak-skeleton-annotation-container > .hapyak-linked:hover:not(.hapyak-theme-pop) {
    box-shadow: 0px 0px 8px #006A95; }
  .hapyak-annotation-container > .popcorn-pop,
  .hapyak-skeleton-annotation-container > .popcorn-pop {
    visibility: hidden;
    max-height: 100%;
    line-height: 100%;
    -webkit-box-sizing: border-box !important;
    -ms-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -o-box-sizing: border-box !important;
    box-sizing: border-box !important;
    -webkit-box-shadow: 0 0 7.5px 1.5px #ccc;
    -moz-box-shadow: 0 0 7.5px 1.5px #ccc;
    box-shadow: 0 0 7.5px 1.5px #ccc;
    border-color: #9CF;
    word-wrap: break-word;
    min-width: 2.5%;
    max-width: 675px;
    /*KM: added this because there's a flaw in the sizing logic. Many pops are simply expanding to the full size of their text and not wrapping even when the user has not set an explicit width*/
    /* scaling */
    font-size: 27px;
    border-width: 6px;
    border-radius: 12px;
    padding: 6px;
    /* links */
    /* Pop styles */ }
    .hapyak-annotation-container > .popcorn-pop.active,
    .hapyak-skeleton-annotation-container > .popcorn-pop.active {
      visibility: visible; }
      .hapyak-annotation-container > .popcorn-pop.active.hide,
      .hapyak-skeleton-annotation-container > .popcorn-pop.active.hide {
        display: none; }
    .hapyak-annotation-container > .popcorn-pop > div > div[contenteditable],
    .hapyak-annotation-container > .popcorn-pop > div > a[contenteditable],
    .hapyak-skeleton-annotation-container > .popcorn-pop > div > div[contenteditable],
    .hapyak-skeleton-annotation-container > .popcorn-pop > div > a[contenteditable] {
      outline: none; }
    .hapyak-annotation-container > .popcorn-pop > div > a,
    .hapyak-skeleton-annotation-container > .popcorn-pop > div > a {
      color: inherit;
      cursor: pointer; }
    .hapyak-annotation-container > .popcorn-pop.popcorn-pop-outline,
    .hapyak-skeleton-annotation-container > .popcorn-pop.popcorn-pop-outline {
      color: white;
      border: none;
      box-shadow: none;
      font-size: 54px;
      font-family: Impact; }
      .hapyak-annotation-container > .popcorn-pop.popcorn-pop-outline.hapyak-editing-pop,
      .hapyak-skeleton-annotation-container > .popcorn-pop.popcorn-pop-outline.hapyak-editing-pop {
        background-color: rgba(128, 128, 128, 0.4);
        border: 2px solid black; }
        .hapyak-annotation-container > .popcorn-pop.popcorn-pop-outline.hapyak-editing-pop.hapyak-linked:hover,
        .hapyak-skeleton-annotation-container > .popcorn-pop.popcorn-pop-outline.hapyak-editing-pop.hapyak-linked:hover {
          box-shadow: 0px 0px 8px #006A95; }
    .hapyak-annotation-container > .popcorn-pop.popcorn-pop-speech, .hapyak-annotation-container > .popcorn-pop.popcorn-pop-thought,
    .hapyak-skeleton-annotation-container > .popcorn-pop.popcorn-pop-speech,
    .hapyak-skeleton-annotation-container > .popcorn-pop.popcorn-pop-thought {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      /* scaling */
      min-width: 57px;
      border-width: 3px;
      border-radius: 18px;
      padding: 6px; }
  .hapyak-annotation-container.popcorn-quickedit-drawing-active canvas.pqe-drawing-editing.drawing,
  .hapyak-skeleton-annotation-container.popcorn-quickedit-drawing-active canvas.pqe-drawing-editing.drawing {
    cursor: url("../../img/pencil-draw.cur"), pointer; }
  .hapyak-annotation-container > .hapyak-userfollow:not(.noscale),
  .hapyak-annotation-container > .hapyak-videopreview:not(.noscale),
  .hapyak-skeleton-annotation-container > .hapyak-userfollow:not(.noscale),
  .hapyak-skeleton-annotation-container > .hapyak-videopreview:not(.noscale) {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: scale(1.93548);
    -ms-transform: scale(1.93548);
    -moz-transform: scale(1.93548);
    -o-transform: scale(1.93548);
    transform: scale(1.93548); }
  .hapyak-annotation-container > .hapyak-userfollow > div:first-child,
  .hapyak-annotation-container > .hapyak-videopreview > div:first-child,
  .hapyak-skeleton-annotation-container > .hapyak-userfollow > div:first-child,
  .hapyak-skeleton-annotation-container > .hapyak-videopreview > div:first-child {
    height: 100%;
    width: 100%;
    overflow: hidden; }
  .hapyak-annotation-container > .hapyak-userfollow.popcorn-iframe.edit,
  .hapyak-annotation-container > .hapyak-videopreview.popcorn-iframe.edit,
  .hapyak-skeleton-annotation-container > .hapyak-userfollow.popcorn-iframe.edit,
  .hapyak-skeleton-annotation-container > .hapyak-videopreview.popcorn-iframe.edit {
    background-color: transparent; }
  .hapyak-annotation-container > .hapyak-userfollow:not(.noscale) > .hapyak-el-close,
  .hapyak-annotation-container > .hapyak-videopreview:not(.noscale) > .hapyak-el-close,
  .hapyak-skeleton-annotation-container > .hapyak-userfollow:not(.noscale) > .hapyak-el-close,
  .hapyak-skeleton-annotation-container > .hapyak-videopreview:not(.noscale) > .hapyak-el-close {
    -webkit-transform: scale(0.51667);
    -ms-transform: scale(0.51667);
    -moz-transform: scale(0.51667);
    -o-transform: scale(0.51667);
    transform: scale(0.51667); }
  .hapyak-annotation-container .hapyak-filter-onclick,
  .hapyak-skeleton-annotation-container .hapyak-filter-onclick {
    cursor: pointer; }
  .hapyak-annotation-container > .popcorn-image,
  .hapyak-skeleton-annotation-container > .popcorn-image {
    visibility: hidden; }
    .hapyak-annotation-container > .popcorn-image.active,
    .hapyak-skeleton-annotation-container > .popcorn-image.active {
      visibility: visible; }
  .hapyak-annotation-container .hapyak-tail-section .tail-flip,
  .hapyak-skeleton-annotation-container .hapyak-tail-section .tail-flip {
    display: inline-block; }
  .hapyak-annotation-container .popcorn-quickedit-contents > .more-buttons > div,
  .hapyak-skeleton-annotation-container .popcorn-quickedit-contents > .more-buttons > div {
    height: 14px; }
  .hapyak-annotation-container .active.closed,
  .hapyak-skeleton-annotation-container .active.closed {
    display: none; }
  .hapyak-annotation-container .hapyak-el-close,
  .hapyak-skeleton-annotation-container .hapyak-el-close {
    position: absolute;
    right: -28px;
    top: -28px;
    padding: 0 0 28px 28px;
    cursor: pointer;
    visibility: hidden; }
    .hapyak-annotation-container .hapyak-el-close.hapyak-el-close-left,
    .hapyak-skeleton-annotation-container .hapyak-el-close.hapyak-el-close-left {
      right: auto;
      left: -28px;
      padding: 0 28px 28px 0; }
    .hapyak-annotation-container .hapyak-el-close.hapyak-el-close-bottom,
    .hapyak-skeleton-annotation-container .hapyak-el-close.hapyak-el-close-bottom {
      bottom: -28px;
      padding: 28px 0 0 28px;
      top: auto; }
      .hapyak-annotation-container .hapyak-el-close.hapyak-el-close-bottom.hapyak-el-close-left,
      .hapyak-skeleton-annotation-container .hapyak-el-close.hapyak-el-close-bottom.hapyak-el-close-left {
        padding: 28px 28px 0 0; }
    .hapyak-annotation-container .hapyak-el-close > div,
    .hapyak-skeleton-annotation-container .hapyak-el-close > div {
      background-color: rgba(50, 50, 50, 0.75);
      border: 2px solid rgba(255, 255, 255, 0.25);
      -webkit-border-radius: 32px;
      -moz-border-radius: 32px;
      border-radius: 32px;
      color: rgba(255, 255, 255, 0.75);
      display: block;
      font-family: Helvetica, Arial, san-serif;
      font-size: 18px;
      height: 24px;
      line-height: 22px;
      min-height: inherit;
      overflow: hidden;
      padding: 0;
      text-align: center;
      width: 24px; }
    .hapyak-annotation-container .hapyak-el-close:hover > div,
    .hapyak-skeleton-annotation-container .hapyak-el-close:hover > div {
      border-color: #9CF;
      color: #9CF; }
  .hapyak-annotation-container .active:hover .hapyak-el-close,
  .hapyak-skeleton-annotation-container .active:hover .hapyak-el-close {
    visibility: visible; }

.hapyak-annotation-container {
  opacity: 0; }
  .hapyak-annotation-container.active {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }

.hapyak-annotation-container,
.hapyak-editor-container,
.hapyak-overlay-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }
  .hapyak-annotation-container.disable-annotations,
  .hapyak-editor-container.disable-annotations,
  .hapyak-overlay-container.disable-annotations {
    display: none; }

.hapyak-annotation-container > *,
.hapyak-editor-container > *,
.hapyak-contents-container > *,
.hapyak-overlay-container > * {
  pointer-events: auto; }

.hapyak-annotation-container + .hapyak-watermark {
  font-family: "Raleway","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif; }

.hapyak-top-left-container {
  position: absolute;
  top: 0;
  left: 0;
  /* Audio Note */ }
  .hapyak-top-left-container .popcorn-quickedit-edit {
    visibility: hidden; }
    .hapyak-top-left-container .popcorn-quickedit-edit:first-of-type, .hapyak-top-left-container .popcorn-quickedit-edit.editing {
      visibility: visible; }
  .hapyak-top-left-container:hover .popcorn-quickedit-edit {
    visibility: visible; }
  .hapyak-top-left-container .hapyak-audio-note-container,
  .hapyak-top-left-container .hapyak-drawing-edit-container,
  .hapyak-top-left-container .popcorn-quickedit-remote,
  .hapyak-top-left-container .hapyak-basic360Edit-container,
  .hapyak-top-left-container .hapyak-ontime-edit-container {
    display: inline-block;
    vertical-align: top; }
  .hapyak-top-left-container .hapyak-basic360Edit-container .popcorn-quickedit-edit.popcorn-quickedit-basic360 img,
  .hapyak-top-left-container .hapyak-ontime-edit-container .popcorn-quickedit-edit.popcorn-quickedit-ontime img {
    padding: 5px 1px; }
  .hapyak-top-left-container .hapyak-audio-note-container > .popcorn-inception {
    margin: 10px; }
    .hapyak-top-left-container .hapyak-audio-note-container > .popcorn-inception .ss-mic {
      font-size: 40px;
      line-height: 40px;
      color: #9CF;
      margin-top: 10px;
      cursor: pointer;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      -o-user-select: none;
      user-select: none; }
    .hapyak-top-left-container .hapyak-audio-note-container > .popcorn-inception .hapyak-audio-note-canvas {
      background-color: rgba(128, 128, 128, 0.5); }
  .hapyak-top-left-container .popcorn-quickedit-drawing,
  .hapyak-top-left-container .popcorn-quickedit-remote,
  .hapyak-top-left-container .popcorn-quickedit-basic360,
  .hapyak-top-left-container .popcorn-quickedit-ontime {
    margin: 1px;
    position: static;
    display: inline-block; }

.hapyak-editor-container .no-bottom,
.hapyak-overlay-container .no-bottom {
  margin-bottom: 0px; }

.hapyak-editor-container .modal,
.hapyak-overlay-container .modal {
  /*
            Remove after we introduce materialize to all modals.
         */ }
  .hapyak-editor-container .modal.materialize .modal-footer,
  .hapyak-overlay-container .modal.materialize .modal-footer {
    box-shadow: none;
    border-top: 1px solid #d1d1d1;
    position: absolute;
    height: 40px;
    bottom: 0;
    padding: 10px 0;
    width: 100%;
    background: #eaeaea; }
    .hapyak-editor-container .modal.materialize .modal-footer a,
    .hapyak-overlay-container .modal.materialize .modal-footer a {
      margin: 0 1em; }
    .hapyak-editor-container .modal.materialize .modal-footer .btn.btn-flat.waves-effect.waves-light, .hapyak-editor-container .modal.materialize .modal-footer .btn-flat.waves-effect.waves-light.btn-large,
    .hapyak-overlay-container .modal.materialize .modal-footer .btn.btn-flat.waves-effect.waves-light,
    .hapyak-overlay-container .modal.materialize .modal-footer .btn-flat.waves-effect.waves-light.btn-large {
      background-color: transparent; }
      .hapyak-editor-container .modal.materialize .modal-footer .btn.btn-flat.waves-effect.waves-light:hover, .hapyak-editor-container .modal.materialize .modal-footer .btn-flat.waves-effect.waves-light.btn-large:hover,
      .hapyak-overlay-container .modal.materialize .modal-footer .btn.btn-flat.waves-effect.waves-light:hover,
      .hapyak-overlay-container .modal.materialize .modal-footer .btn-flat.waves-effect.waves-light.btn-large:hover {
        color: #4A4A4A;
        background-color: #EEEEEE; }
  .hapyak-editor-container .modal.url:not(.image), .hapyak-editor-container .modal.html, .hapyak-editor-container .modal.library,
  .hapyak-overlay-container .modal.url:not(.image),
  .hapyak-overlay-container .modal.html,
  .hapyak-overlay-container .modal.library {
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;
    border-radius: 5px;
    border: none;
    height: calc(96% - 60px);
    width: 96%;
    top: 2%;
    left: 2%;
    position: fixed;
    margin: 0;
    max-height: calc(96% - 60px); }
    .hapyak-editor-container .modal.url:not(.image).html, .hapyak-editor-container .modal.html.html, .hapyak-editor-container .modal.library.html,
    .hapyak-overlay-container .modal.url:not(.image).html,
    .hapyak-overlay-container .modal.html.html,
    .hapyak-overlay-container .modal.library.html {
      /*
                    !important tags here are only to override js functionality within the quickedit.iframe.js
                    file without having to touch main centerDialog function which is used throughout our
                    popcorn.quickedit menus.

                    !important tags for the base element and 'expanded' class below are to ensure
                    a smooth transition between normal and expanded element states.  Because we use a
                    'centerDialog' function to calculate el margins the fn overrides the desired effect
                    provided by these css margin-left properties.
                */
      overflow: hidden;
      transition: all .2s ease; }
      .hapyak-editor-container .modal.url:not(.image).html .CodeMirror.cm-s-default, .hapyak-editor-container .modal.html.html .CodeMirror.cm-s-default, .hapyak-editor-container .modal.library.html .CodeMirror.cm-s-default,
      .hapyak-overlay-container .modal.url:not(.image).html .CodeMirror.cm-s-default,
      .hapyak-overlay-container .modal.html.html .CodeMirror.cm-s-default,
      .hapyak-overlay-container .modal.library.html .CodeMirror.cm-s-default {
        height: calc(96% - 44px);
        max-height: calc(96% - 44px); }
      .hapyak-editor-container .modal.url:not(.image).html.expanded, .hapyak-editor-container .modal.html.html.expanded, .hapyak-editor-container .modal.library.html.expanded,
      .hapyak-overlay-container .modal.url:not(.image).html.expanded,
      .hapyak-overlay-container .modal.html.html.expanded,
      .hapyak-overlay-container .modal.library.html.expanded {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        transition: all .2s ease;
        max-height: calc(100% - 60px); }
        .hapyak-editor-container .modal.url:not(.image).html.expanded .modal-body, .hapyak-editor-container .modal.html.html.expanded .modal-body, .hapyak-editor-container .modal.library.html.expanded .modal-body,
        .hapyak-overlay-container .modal.url:not(.image).html.expanded .modal-body,
        .hapyak-overlay-container .modal.html.html.expanded .modal-body,
        .hapyak-overlay-container .modal.library.html.expanded .modal-body {
          height: calc(100% - 44px);
          max-height: calc(100% - 44px); }
          .hapyak-editor-container .modal.url:not(.image).html.expanded .modal-body .hapyak-expand-button, .hapyak-editor-container .modal.html.html.expanded .modal-body .hapyak-expand-button, .hapyak-editor-container .modal.library.html.expanded .modal-body .hapyak-expand-button,
          .hapyak-overlay-container .modal.url:not(.image).html.expanded .modal-body .hapyak-expand-button,
          .hapyak-overlay-container .modal.html.html.expanded .modal-body .hapyak-expand-button,
          .hapyak-overlay-container .modal.library.html.expanded .modal-body .hapyak-expand-button {
            bottom: 80px; }
        .hapyak-editor-container .modal.url:not(.image).html.expanded .CodeMirror.cm-s-default, .hapyak-editor-container .modal.html.html.expanded .CodeMirror.cm-s-default, .hapyak-editor-container .modal.library.html.expanded .CodeMirror.cm-s-default,
        .hapyak-overlay-container .modal.url:not(.image).html.expanded .CodeMirror.cm-s-default,
        .hapyak-overlay-container .modal.html.html.expanded .CodeMirror.cm-s-default,
        .hapyak-overlay-container .modal.library.html.expanded .CodeMirror.cm-s-default {
          padding: 1px;
          position: absolute;
          margin: 0px;
          left: 0px;
          right: 0px;
          top: 0px;
          bottom: 0px;
          width: auto;
          height: calc(100% - 60px);
          max-height: calc(100% - 60px); }
        .hapyak-editor-container .modal.url:not(.image).html.expanded .hapyak-expand-button, .hapyak-editor-container .modal.html.html.expanded .hapyak-expand-button, .hapyak-editor-container .modal.library.html.expanded .hapyak-expand-button,
        .hapyak-overlay-container .modal.url:not(.image).html.expanded .hapyak-expand-button,
        .hapyak-overlay-container .modal.html.html.expanded .hapyak-expand-button,
        .hapyak-overlay-container .modal.library.html.expanded .hapyak-expand-button {
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          transform: rotate(180deg);
          transition: transform .5s ease; }
      .hapyak-editor-container .modal.url:not(.image).html .modal-body, .hapyak-editor-container .modal.html.html .modal-body, .hapyak-editor-container .modal.library.html .modal-body,
      .hapyak-overlay-container .modal.url:not(.image).html .modal-body,
      .hapyak-overlay-container .modal.html.html .modal-body,
      .hapyak-overlay-container .modal.library.html .modal-body {
        overflow-x: hidden;
        overflow-y: scroll;
        border-top: none;
        max-height: calc(96% - 88px); }
        .hapyak-editor-container .modal.url:not(.image).html .modal-body .hapyak-html-content, .hapyak-editor-container .modal.html.html .modal-body .hapyak-html-content, .hapyak-editor-container .modal.library.html .modal-body .hapyak-html-content,
        .hapyak-overlay-container .modal.url:not(.image).html .modal-body .hapyak-html-content,
        .hapyak-overlay-container .modal.html.html .modal-body .hapyak-html-content,
        .hapyak-overlay-container .modal.library.html .modal-body .hapyak-html-content {
          border: solid 1px #eaeaea;
          overflow-y: auto; }
        .hapyak-editor-container .modal.url:not(.image).html .modal-body .hapyak-expand-button, .hapyak-editor-container .modal.html.html .modal-body .hapyak-expand-button, .hapyak-editor-container .modal.library.html .modal-body .hapyak-expand-button,
        .hapyak-overlay-container .modal.url:not(.image).html .modal-body .hapyak-expand-button,
        .hapyak-overlay-container .modal.html.html .modal-body .hapyak-expand-button,
        .hapyak-overlay-container .modal.library.html .modal-body .hapyak-expand-button {
          height: 30px;
          width: 30px;
          position: absolute;
          bottom: 14px;
          right: 19px;
          z-index: 8;
          background-image: url("/img/expand-icon-white-bg.svg");
          background-size: 30px 30px;
          background-position: 50%;
          background-repeat: no-repeat;
          -webkit-transition: all 0.4s;
          -moz-transition: all 0.4s;
          -o-transition: all 0.4s;
          transition: all 0.4s; }
          .hapyak-editor-container .modal.url:not(.image).html .modal-body .hapyak-expand-button:hover, .hapyak-editor-container .modal.html.html .modal-body .hapyak-expand-button:hover, .hapyak-editor-container .modal.library.html .modal-body .hapyak-expand-button:hover,
          .hapyak-overlay-container .modal.url:not(.image).html .modal-body .hapyak-expand-button:hover,
          .hapyak-overlay-container .modal.html.html .modal-body .hapyak-expand-button:hover,
          .hapyak-overlay-container .modal.library.html .modal-body .hapyak-expand-button:hover {
            cursor: pointer; }
          .hapyak-editor-container .modal.url:not(.image).html .modal-body .hapyak-expand-button:active, .hapyak-editor-container .modal.html.html .modal-body .hapyak-expand-button:active, .hapyak-editor-container .modal.library.html .modal-body .hapyak-expand-button:active,
          .hapyak-overlay-container .modal.url:not(.image).html .modal-body .hapyak-expand-button:active,
          .hapyak-overlay-container .modal.html.html .modal-body .hapyak-expand-button:active,
          .hapyak-overlay-container .modal.library.html .modal-body .hapyak-expand-button:active {
            background-color: #db6327; }
    .hapyak-editor-container .modal.url:not(.image).url .modal-body .hapyak-url, .hapyak-editor-container .modal.html.url .modal-body .hapyak-url, .hapyak-editor-container .modal.library.url .modal-body .hapyak-url,
    .hapyak-overlay-container .modal.url:not(.image).url .modal-body .hapyak-url,
    .hapyak-overlay-container .modal.html.url .modal-body .hapyak-url,
    .hapyak-overlay-container .modal.library.url .modal-body .hapyak-url {
      padding: 20px 20px 0px 20px; }
    .hapyak-editor-container .modal.url:not(.image).url .modal-body .row, .hapyak-editor-container .modal.html.url .modal-body .row, .hapyak-editor-container .modal.library.url .modal-body .row,
    .hapyak-overlay-container .modal.url:not(.image).url .modal-body .row,
    .hapyak-overlay-container .modal.html.url .modal-body .row,
    .hapyak-overlay-container .modal.library.url .modal-body .row {
      margin-bottom: 0px; }
    .hapyak-editor-container .modal.url:not(.image).url .modal-body input[type=text], .hapyak-editor-container .modal.html.url .modal-body input[type=text], .hapyak-editor-container .modal.library.url .modal-body input[type=text],
    .hapyak-overlay-container .modal.url:not(.image).url .modal-body input[type=text],
    .hapyak-overlay-container .modal.html.url .modal-body input[type=text],
    .hapyak-overlay-container .modal.library.url .modal-body input[type=text] {
      height: 2.4rem;
      margin: 0 0 24px 0;
      font-size: 14px; }
      .hapyak-editor-container .modal.url:not(.image).url .modal-body input[type=text].valid, .hapyak-editor-container .modal.url:not(.image).url .modal-body input[type=text].active, .hapyak-editor-container .modal.url:not(.image).url .modal-body input[type=text]:focus, .hapyak-editor-container .modal.html.url .modal-body input[type=text].valid, .hapyak-editor-container .modal.html.url .modal-body input[type=text].active, .hapyak-editor-container .modal.html.url .modal-body input[type=text]:focus, .hapyak-editor-container .modal.library.url .modal-body input[type=text].valid, .hapyak-editor-container .modal.library.url .modal-body input[type=text].active, .hapyak-editor-container .modal.library.url .modal-body input[type=text]:focus,
      .hapyak-overlay-container .modal.url:not(.image).url .modal-body input[type=text].valid,
      .hapyak-overlay-container .modal.url:not(.image).url .modal-body input[type=text].active,
      .hapyak-overlay-container .modal.url:not(.image).url .modal-body input[type=text]:focus,
      .hapyak-overlay-container .modal.html.url .modal-body input[type=text].valid,
      .hapyak-overlay-container .modal.html.url .modal-body input[type=text].active,
      .hapyak-overlay-container .modal.html.url .modal-body input[type=text]:focus,
      .hapyak-overlay-container .modal.library.url .modal-body input[type=text].valid,
      .hapyak-overlay-container .modal.library.url .modal-body input[type=text].active,
      .hapyak-overlay-container .modal.library.url .modal-body input[type=text]:focus {
        border-bottom: 1px solid #eaeaea;
        box-shadow: 0 1px 0 0 #eaeaea; }
      .hapyak-editor-container .modal.url:not(.image).url .modal-body input[type=text].invalid, .hapyak-editor-container .modal.html.url .modal-body input[type=text].invalid, .hapyak-editor-container .modal.library.url .modal-body input[type=text].invalid,
      .hapyak-overlay-container .modal.url:not(.image).url .modal-body input[type=text].invalid,
      .hapyak-overlay-container .modal.html.url .modal-body input[type=text].invalid,
      .hapyak-overlay-container .modal.library.url .modal-body input[type=text].invalid {
        border-bottom: 1px solid #F44336;
        box-shadow: 0 1px 0 0 #F44336; }
    .hapyak-editor-container .modal.url:not(.image).url .modal-body label, .hapyak-editor-container .modal.html.url .modal-body label, .hapyak-editor-container .modal.library.url .modal-body label,
    .hapyak-overlay-container .modal.url:not(.image).url .modal-body label,
    .hapyak-overlay-container .modal.html.url .modal-body label,
    .hapyak-overlay-container .modal.library.url .modal-body label {
      top: 0.4rem;
      font-size: 14px; }
      .hapyak-editor-container .modal.url:not(.image).url .modal-body label:after, .hapyak-editor-container .modal.html.url .modal-body label:after, .hapyak-editor-container .modal.library.url .modal-body label:after,
      .hapyak-overlay-container .modal.url:not(.image).url .modal-body label:after,
      .hapyak-overlay-container .modal.html.url .modal-body label:after,
      .hapyak-overlay-container .modal.library.url .modal-body label:after {
        font-family: Roboto;
        font-weight: 400;
        top: 62px;
        font-size: 12px; }
      .hapyak-editor-container .modal.url:not(.image).url .modal-body label.active, .hapyak-editor-container .modal.html.url .modal-body label.active, .hapyak-editor-container .modal.library.url .modal-body label.active,
      .hapyak-overlay-container .modal.url:not(.image).url .modal-body label.active,
      .hapyak-overlay-container .modal.html.url .modal-body label.active,
      .hapyak-overlay-container .modal.library.url .modal-body label.active {
        color: #db6327;
        transform: translateY(-100%); }
    .hapyak-editor-container .modal.url:not(.image).url .modal-footer, .hapyak-editor-container .modal.html.url .modal-footer, .hapyak-editor-container .modal.library.url .modal-footer,
    .hapyak-overlay-container .modal.url:not(.image).url .modal-footer,
    .hapyak-overlay-container .modal.html.url .modal-footer,
    .hapyak-overlay-container .modal.library.url .modal-footer {
      background: none;
      padding-top: 32px;
      border-radius: 2px; }
    .hapyak-editor-container .modal.url:not(.image).library, .hapyak-editor-container .modal.html.library, .hapyak-editor-container .modal.library.library,
    .hapyak-overlay-container .modal.url:not(.image).library,
    .hapyak-overlay-container .modal.html.library,
    .hapyak-overlay-container .modal.library.library {
      background: #eaeaea; }
      .hapyak-editor-container .modal.url:not(.image).library .row, .hapyak-editor-container .modal.html.library .row, .hapyak-editor-container .modal.library.library .row,
      .hapyak-overlay-container .modal.url:not(.image).library .row,
      .hapyak-overlay-container .modal.html.library .row,
      .hapyak-overlay-container .modal.library.library .row {
        margin-bottom: 0; }
      .hapyak-editor-container .modal.url:not(.image).library .modal-body, .hapyak-editor-container .modal.html.library .modal-body, .hapyak-editor-container .modal.library.library .modal-body,
      .hapyak-overlay-container .modal.url:not(.image).library .modal-body,
      .hapyak-overlay-container .modal.html.library .modal-body,
      .hapyak-overlay-container .modal.library.library .modal-body {
        overflow-x: hidden;
        overflow-y: scroll;
        max-height: calc(90% - 60px); }
        .hapyak-editor-container .modal.url:not(.image).library .modal-body section, .hapyak-editor-container .modal.html.library .modal-body section, .hapyak-editor-container .modal.library.library .modal-body section,
        .hapyak-overlay-container .modal.url:not(.image).library .modal-body section,
        .hapyak-overlay-container .modal.html.library .modal-body section,
        .hapyak-overlay-container .modal.library.library .modal-body section {
          margin-top: 50px; }
        .hapyak-editor-container .modal.url:not(.image).library .modal-body .nav, .hapyak-editor-container .modal.html.library .modal-body .nav, .hapyak-editor-container .modal.library.library .modal-body .nav,
        .hapyak-overlay-container .modal.url:not(.image).library .modal-body .nav,
        .hapyak-overlay-container .modal.html.library .modal-body .nav,
        .hapyak-overlay-container .modal.library.library .modal-body .nav {
          background-color: #db6327;
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.5);
          color: #FFF;
          border-bottom: 0;
          z-index: 1000; }
          .hapyak-editor-container .modal.url:not(.image).library .modal-body .nav.nav-tabs, .hapyak-editor-container .modal.html.library .modal-body .nav.nav-tabs, .hapyak-editor-container .modal.library.library .modal-body .nav.nav-tabs,
          .hapyak-overlay-container .modal.url:not(.image).library .modal-body .nav.nav-tabs,
          .hapyak-overlay-container .modal.html.library .modal-body .nav.nav-tabs,
          .hapyak-overlay-container .modal.library.library .modal-body .nav.nav-tabs {
            border-top: 0; }
            .hapyak-editor-container .modal.url:not(.image).library .modal-body .nav.nav-tabs.row, .hapyak-editor-container .modal.html.library .modal-body .nav.nav-tabs.row, .hapyak-editor-container .modal.library.library .modal-body .nav.nav-tabs.row,
            .hapyak-overlay-container .modal.url:not(.image).library .modal-body .nav.nav-tabs.row,
            .hapyak-overlay-container .modal.html.library .modal-body .nav.nav-tabs.row,
            .hapyak-overlay-container .modal.library.library .modal-body .nav.nav-tabs.row {
              margin-bottom: 0;
              position: fixed;
              width: 96%; }
    .hapyak-editor-container .modal.url:not(.image) .hapyak-library #widget-library-index,
    .hapyak-editor-container .modal.url:not(.image) .hapyak-library #widget-detail-view,
    .hapyak-editor-container .modal.url:not(.image) .hapyak-library #widgetInfoImg, .hapyak-editor-container .modal.html .hapyak-library #widget-library-index,
    .hapyak-editor-container .modal.html .hapyak-library #widget-detail-view,
    .hapyak-editor-container .modal.html .hapyak-library #widgetInfoImg, .hapyak-editor-container .modal.library .hapyak-library #widget-library-index,
    .hapyak-editor-container .modal.library .hapyak-library #widget-detail-view,
    .hapyak-editor-container .modal.library .hapyak-library #widgetInfoImg,
    .hapyak-overlay-container .modal.url:not(.image) .hapyak-library #widget-library-index,
    .hapyak-overlay-container .modal.url:not(.image) .hapyak-library #widget-detail-view,
    .hapyak-overlay-container .modal.url:not(.image) .hapyak-library #widgetInfoImg,
    .hapyak-overlay-container .modal.html .hapyak-library #widget-library-index,
    .hapyak-overlay-container .modal.html .hapyak-library #widget-detail-view,
    .hapyak-overlay-container .modal.html .hapyak-library #widgetInfoImg,
    .hapyak-overlay-container .modal.library .hapyak-library #widget-library-index,
    .hapyak-overlay-container .modal.library .hapyak-library #widget-detail-view,
    .hapyak-overlay-container .modal.library .hapyak-library #widgetInfoImg {
      transition: opacity 0.6s ease;
      opacity: 1; }
      .hapyak-editor-container .modal.url:not(.image) .hapyak-library #widget-library-index.inactive,
      .hapyak-editor-container .modal.url:not(.image) .hapyak-library #widget-detail-view.inactive,
      .hapyak-editor-container .modal.url:not(.image) .hapyak-library #widgetInfoImg.inactive, .hapyak-editor-container .modal.html .hapyak-library #widget-library-index.inactive,
      .hapyak-editor-container .modal.html .hapyak-library #widget-detail-view.inactive,
      .hapyak-editor-container .modal.html .hapyak-library #widgetInfoImg.inactive, .hapyak-editor-container .modal.library .hapyak-library #widget-library-index.inactive,
      .hapyak-editor-container .modal.library .hapyak-library #widget-detail-view.inactive,
      .hapyak-editor-container .modal.library .hapyak-library #widgetInfoImg.inactive,
      .hapyak-overlay-container .modal.url:not(.image) .hapyak-library #widget-library-index.inactive,
      .hapyak-overlay-container .modal.url:not(.image) .hapyak-library #widget-detail-view.inactive,
      .hapyak-overlay-container .modal.url:not(.image) .hapyak-library #widgetInfoImg.inactive,
      .hapyak-overlay-container .modal.html .hapyak-library #widget-library-index.inactive,
      .hapyak-overlay-container .modal.html .hapyak-library #widget-detail-view.inactive,
      .hapyak-overlay-container .modal.html .hapyak-library #widgetInfoImg.inactive,
      .hapyak-overlay-container .modal.library .hapyak-library #widget-library-index.inactive,
      .hapyak-overlay-container .modal.library .hapyak-library #widget-detail-view.inactive,
      .hapyak-overlay-container .modal.library .hapyak-library #widgetInfoImg.inactive {
        opacity: 0; }
    .hapyak-editor-container .modal.url:not(.image) .hapyak-library #widget-library-index, .hapyak-editor-container .modal.html .hapyak-library #widget-library-index, .hapyak-editor-container .modal.library .hapyak-library #widget-library-index,
    .hapyak-overlay-container .modal.url:not(.image) .hapyak-library #widget-library-index,
    .hapyak-overlay-container .modal.html .hapyak-library #widget-library-index,
    .hapyak-overlay-container .modal.library .hapyak-library #widget-library-index {
      overflow-y: auto;
      padding-top: 15px;
      height: 90%; }
    .hapyak-editor-container .modal.url:not(.image) .hapyak-library #widget-detail-view, .hapyak-editor-container .modal.html .hapyak-library #widget-detail-view, .hapyak-editor-container .modal.library .hapyak-library #widget-detail-view,
    .hapyak-overlay-container .modal.url:not(.image) .hapyak-library #widget-detail-view,
    .hapyak-overlay-container .modal.html .hapyak-library #widget-detail-view,
    .hapyak-overlay-container .modal.library .hapyak-library #widget-detail-view {
      color: #4a4a4a;
      overflow: hidden; }
      .hapyak-editor-container .modal.url:not(.image) .hapyak-library #widget-detail-view .widget-return-row, .hapyak-editor-container .modal.html .hapyak-library #widget-detail-view .widget-return-row, .hapyak-editor-container .modal.library .hapyak-library #widget-detail-view .widget-return-row,
      .hapyak-overlay-container .modal.url:not(.image) .hapyak-library #widget-detail-view .widget-return-row,
      .hapyak-overlay-container .modal.html .hapyak-library #widget-detail-view .widget-return-row,
      .hapyak-overlay-container .modal.library .hapyak-library #widget-detail-view .widget-return-row {
        height: 48px;
        line-height: 46px;
        background: #db6327;
        color: #FFF;
        font-weight: 100;
        background-image: url(/img/back-icon-white.svg);
        background-repeat: no-repeat;
        background-position: 16px 50%;
        padding-left: 55px;
        transition: background-color 0.3s ease;
        position: absolute;
        width: 100%;
        top: 0; }
        .hapyak-editor-container .modal.url:not(.image) .hapyak-library #widget-detail-view .widget-return-row:hover, .hapyak-editor-container .modal.html .hapyak-library #widget-detail-view .widget-return-row:hover, .hapyak-editor-container .modal.library .hapyak-library #widget-detail-view .widget-return-row:hover,
        .hapyak-overlay-container .modal.url:not(.image) .hapyak-library #widget-detail-view .widget-return-row:hover,
        .hapyak-overlay-container .modal.html .hapyak-library #widget-detail-view .widget-return-row:hover,
        .hapyak-overlay-container .modal.library .hapyak-library #widget-detail-view .widget-return-row:hover {
          cursor: pointer;
          background-color: #bb4307; }
      .hapyak-editor-container .modal.url:not(.image) .hapyak-library #widget-detail-view .widget-detail-row, .hapyak-editor-container .modal.html .hapyak-library #widget-detail-view .widget-detail-row, .hapyak-editor-container .modal.library .hapyak-library #widget-detail-view .widget-detail-row,
      .hapyak-overlay-container .modal.url:not(.image) .hapyak-library #widget-detail-view .widget-detail-row,
      .hapyak-overlay-container .modal.html .hapyak-library #widget-detail-view .widget-detail-row,
      .hapyak-overlay-container .modal.library .hapyak-library #widget-detail-view .widget-detail-row {
        padding-top: 24px; }
        .hapyak-editor-container .modal.url:not(.image) .hapyak-library #widget-detail-view .widget-detail-row .widget-detail-container .widget-title, .hapyak-editor-container .modal.html .hapyak-library #widget-detail-view .widget-detail-row .widget-detail-container .widget-title, .hapyak-editor-container .modal.library .hapyak-library #widget-detail-view .widget-detail-row .widget-detail-container .widget-title,
        .hapyak-overlay-container .modal.url:not(.image) .hapyak-library #widget-detail-view .widget-detail-row .widget-detail-container .widget-title,
        .hapyak-overlay-container .modal.html .hapyak-library #widget-detail-view .widget-detail-row .widget-detail-container .widget-title,
        .hapyak-overlay-container .modal.library .hapyak-library #widget-detail-view .widget-detail-row .widget-detail-container .widget-title {
          font-weight: bold;
          font-size: 16px;
          margin-bottom: 5px; }
        .hapyak-editor-container .modal.url:not(.image) .hapyak-library #widget-detail-view .widget-detail-row .widget-detail-container .sub-title, .hapyak-editor-container .modal.html .hapyak-library #widget-detail-view .widget-detail-row .widget-detail-container .sub-title, .hapyak-editor-container .modal.library .hapyak-library #widget-detail-view .widget-detail-row .widget-detail-container .sub-title,
        .hapyak-overlay-container .modal.url:not(.image) .hapyak-library #widget-detail-view .widget-detail-row .widget-detail-container .sub-title,
        .hapyak-overlay-container .modal.html .hapyak-library #widget-detail-view .widget-detail-row .widget-detail-container .sub-title,
        .hapyak-overlay-container .modal.library .hapyak-library #widget-detail-view .widget-detail-row .widget-detail-container .sub-title {
          font-size: 12px;
          font-weight: 100;
          margin-top: 2px; }
        .hapyak-editor-container .modal.url:not(.image) .hapyak-library #widget-detail-view .widget-detail-row .widget-detail-container .widget-price, .hapyak-editor-container .modal.html .hapyak-library #widget-detail-view .widget-detail-row .widget-detail-container .widget-price, .hapyak-editor-container .modal.library .hapyak-library #widget-detail-view .widget-detail-row .widget-detail-container .widget-price,
        .hapyak-overlay-container .modal.url:not(.image) .hapyak-library #widget-detail-view .widget-detail-row .widget-detail-container .widget-price,
        .hapyak-overlay-container .modal.html .hapyak-library #widget-detail-view .widget-detail-row .widget-detail-container .widget-price,
        .hapyak-overlay-container .modal.library .hapyak-library #widget-detail-view .widget-detail-row .widget-detail-container .widget-price {
          font-size: 12px;
          color: #fa7737;
          text-transform: uppercase;
          text-align: right;
          margin-top: 11px; }
        .hapyak-editor-container .modal.url:not(.image) .hapyak-library #widget-detail-view .widget-detail-row .widget-detail-container .description-container, .hapyak-editor-container .modal.html .hapyak-library #widget-detail-view .widget-detail-row .widget-detail-container .description-container, .hapyak-editor-container .modal.library .hapyak-library #widget-detail-view .widget-detail-row .widget-detail-container .description-container,
        .hapyak-overlay-container .modal.url:not(.image) .hapyak-library #widget-detail-view .widget-detail-row .widget-detail-container .description-container,
        .hapyak-overlay-container .modal.html .hapyak-library #widget-detail-view .widget-detail-row .widget-detail-container .description-container,
        .hapyak-overlay-container .modal.library .hapyak-library #widget-detail-view .widget-detail-row .widget-detail-container .description-container {
          padding: 0 12px; }
          .hapyak-editor-container .modal.url:not(.image) .hapyak-library #widget-detail-view .widget-detail-row .widget-detail-container .description-container .widget-description, .hapyak-editor-container .modal.html .hapyak-library #widget-detail-view .widget-detail-row .widget-detail-container .description-container .widget-description, .hapyak-editor-container .modal.library .hapyak-library #widget-detail-view .widget-detail-row .widget-detail-container .description-container .widget-description,
          .hapyak-overlay-container .modal.url:not(.image) .hapyak-library #widget-detail-view .widget-detail-row .widget-detail-container .description-container .widget-description,
          .hapyak-overlay-container .modal.html .hapyak-library #widget-detail-view .widget-detail-row .widget-detail-container .description-container .widget-description,
          .hapyak-overlay-container .modal.library .hapyak-library #widget-detail-view .widget-detail-row .widget-detail-container .description-container .widget-description {
            font-size: 14px;
            margin-top: 10px;
            text-align: justify; }
          .hapyak-editor-container .modal.url:not(.image) .hapyak-library #widget-detail-view .widget-detail-row .widget-detail-container .description-container .widget-description-title, .hapyak-editor-container .modal.html .hapyak-library #widget-detail-view .widget-detail-row .widget-detail-container .description-container .widget-description-title, .hapyak-editor-container .modal.library .hapyak-library #widget-detail-view .widget-detail-row .widget-detail-container .description-container .widget-description-title,
          .hapyak-overlay-container .modal.url:not(.image) .hapyak-library #widget-detail-view .widget-detail-row .widget-detail-container .description-container .widget-description-title,
          .hapyak-overlay-container .modal.html .hapyak-library #widget-detail-view .widget-detail-row .widget-detail-container .description-container .widget-description-title,
          .hapyak-overlay-container .modal.library .hapyak-library #widget-detail-view .widget-detail-row .widget-detail-container .description-container .widget-description-title {
            font-size: 10px;
            font-weight: bold;
            color: #444;
            margin-top: 10px; }
    .hapyak-editor-container .modal.url:not(.image) .hapyak-library .prev-container, .hapyak-editor-container .modal.html .hapyak-library .prev-container, .hapyak-editor-container .modal.library .hapyak-library .prev-container,
    .hapyak-overlay-container .modal.url:not(.image) .hapyak-library .prev-container,
    .hapyak-overlay-container .modal.html .hapyak-library .prev-container,
    .hapyak-overlay-container .modal.library .hapyak-library .prev-container {
      border-radius: 2px;
      background-color: #FFF;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
      border: solid 1px #dbdbdb;
      padding: 10px;
      margin: 0 auto;
      margin-bottom: 8px; }
      .hapyak-editor-container .modal.url:not(.image) .hapyak-library .prev-container .row, .hapyak-editor-container .modal.html .hapyak-library .prev-container .row, .hapyak-editor-container .modal.library .hapyak-library .prev-container .row,
      .hapyak-overlay-container .modal.url:not(.image) .hapyak-library .prev-container .row,
      .hapyak-overlay-container .modal.html .hapyak-library .prev-container .row,
      .hapyak-overlay-container .modal.library .hapyak-library .prev-container .row {
        margin-bottom: 10px; }
      .hapyak-editor-container .modal.url:not(.image) .hapyak-library .prev-container:hover, .hapyak-editor-container .modal.html .hapyak-library .prev-container:hover, .hapyak-editor-container .modal.library .hapyak-library .prev-container:hover,
      .hapyak-overlay-container .modal.url:not(.image) .hapyak-library .prev-container:hover,
      .hapyak-overlay-container .modal.html .hapyak-library .prev-container:hover,
      .hapyak-overlay-container .modal.library .hapyak-library .prev-container:hover {
        cursor: pointer;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
        transition: box-shadow .3s ease; }
      .hapyak-editor-container .modal.url:not(.image) .hapyak-library .prev-container.active, .hapyak-editor-container .modal.html .hapyak-library .prev-container.active, .hapyak-editor-container .modal.library .hapyak-library .prev-container.active,
      .hapyak-overlay-container .modal.url:not(.image) .hapyak-library .prev-container.active,
      .hapyak-overlay-container .modal.html .hapyak-library .prev-container.active,
      .hapyak-overlay-container .modal.library .hapyak-library .prev-container.active {
        background-color: #f9f9f9;
        font-weight: bold; }
      .hapyak-editor-container .modal.url:not(.image) .hapyak-library .prev-container .img-container, .hapyak-editor-container .modal.url:not(.image) .hapyak-library .prev-container .title-container, .hapyak-editor-container .modal.html .hapyak-library .prev-container .img-container, .hapyak-editor-container .modal.html .hapyak-library .prev-container .title-container, .hapyak-editor-container .modal.library .hapyak-library .prev-container .img-container, .hapyak-editor-container .modal.library .hapyak-library .prev-container .title-container,
      .hapyak-overlay-container .modal.url:not(.image) .hapyak-library .prev-container .img-container,
      .hapyak-overlay-container .modal.url:not(.image) .hapyak-library .prev-container .title-container,
      .hapyak-overlay-container .modal.html .hapyak-library .prev-container .img-container,
      .hapyak-overlay-container .modal.html .hapyak-library .prev-container .title-container,
      .hapyak-overlay-container .modal.library .hapyak-library .prev-container .img-container,
      .hapyak-overlay-container .modal.library .hapyak-library .prev-container .title-container {
        text-align: center; }
      .hapyak-editor-container .modal.url:not(.image) .hapyak-library .prev-container .title-container, .hapyak-editor-container .modal.html .hapyak-library .prev-container .title-container, .hapyak-editor-container .modal.library .hapyak-library .prev-container .title-container,
      .hapyak-overlay-container .modal.url:not(.image) .hapyak-library .prev-container .title-container,
      .hapyak-overlay-container .modal.html .hapyak-library .prev-container .title-container,
      .hapyak-overlay-container .modal.library .hapyak-library .prev-container .title-container {
        font-size: .9em;
        margin-bottom: 15px; }
      .hapyak-editor-container .modal.url:not(.image) .hapyak-library .prev-container .info-container, .hapyak-editor-container .modal.html .hapyak-library .prev-container .info-container, .hapyak-editor-container .modal.library .hapyak-library .prev-container .info-container,
      .hapyak-overlay-container .modal.url:not(.image) .hapyak-library .prev-container .info-container,
      .hapyak-overlay-container .modal.html .hapyak-library .prev-container .info-container,
      .hapyak-overlay-container .modal.library .hapyak-library .prev-container .info-container {
        text-align: left;
        margin-top: 20px;
        padding-left: 0px;
        margin-bottom: 0px;
        font-size: 10px;
        line-height: 10px;
        color: #db6327; }
      .hapyak-editor-container .modal.url:not(.image) .hapyak-library .prev-container .widget-preview, .hapyak-editor-container .modal.html .hapyak-library .prev-container .widget-preview, .hapyak-editor-container .modal.library .hapyak-library .prev-container .widget-preview,
      .hapyak-overlay-container .modal.url:not(.image) .hapyak-library .prev-container .widget-preview,
      .hapyak-overlay-container .modal.html .hapyak-library .prev-container .widget-preview,
      .hapyak-overlay-container .modal.library .hapyak-library .prev-container .widget-preview {
        width: 70px;
        height: 70px;
        -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
        filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5)); }
    .hapyak-editor-container .modal.url:not(.image) .modal-header, .hapyak-editor-container .modal.html .modal-header, .hapyak-editor-container .modal.library .modal-header,
    .hapyak-overlay-container .modal.url:not(.image) .modal-header,
    .hapyak-overlay-container .modal.html .modal-header,
    .hapyak-overlay-container .modal.library .modal-header {
      background-color: #db6327;
      color: #FFF;
      border-bottom: none;
      border-radius: 5px 5px 0 0; }
      .hapyak-editor-container .modal.url:not(.image) .modal-header h1, .hapyak-editor-container .modal.html .modal-header h1, .hapyak-editor-container .modal.library .modal-header h1,
      .hapyak-overlay-container .modal.url:not(.image) .modal-header h1,
      .hapyak-overlay-container .modal.html .modal-header h1,
      .hapyak-overlay-container .modal.library .modal-header h1 {
        font-size: 16px;
        font-family: 'Montserrat', sans-serif; }
    .hapyak-editor-container .modal.url:not(.image) .modal-body, .hapyak-editor-container .modal.html .modal-body, .hapyak-editor-container .modal.library .modal-body,
    .hapyak-overlay-container .modal.url:not(.image) .modal-body,
    .hapyak-overlay-container .modal.html .modal-body,
    .hapyak-overlay-container .modal.library .modal-body {
      padding: 0; }
      .hapyak-editor-container .modal.url:not(.image) .modal-body > .row, .hapyak-editor-container .modal.html .modal-body > .row, .hapyak-editor-container .modal.library .modal-body > .row,
      .hapyak-overlay-container .modal.url:not(.image) .modal-body > .row,
      .hapyak-overlay-container .modal.html .modal-body > .row,
      .hapyak-overlay-container .modal.library .modal-body > .row {
        margin-bottom: 0; }
      .hapyak-editor-container .modal.url:not(.image) .modal-body section, .hapyak-editor-container .modal.html .modal-body section, .hapyak-editor-container .modal.library .modal-body section,
      .hapyak-overlay-container .modal.url:not(.image) .modal-body section,
      .hapyak-overlay-container .modal.html .modal-body section,
      .hapyak-overlay-container .modal.library .modal-body section {
        margin-top: 0; }
      .hapyak-editor-container .modal.url:not(.image) .modal-body .small-label, .hapyak-editor-container .modal.html .modal-body .small-label, .hapyak-editor-container .modal.library .modal-body .small-label,
      .hapyak-overlay-container .modal.url:not(.image) .modal-body .small-label,
      .hapyak-overlay-container .modal.html .modal-body .small-label,
      .hapyak-overlay-container .modal.library .modal-body .small-label {
        font-size: 10px;
        color: #7a7a7a;
        margin-left: 9px; }
      .hapyak-editor-container .modal.url:not(.image) .modal-body .hapyak-link-input, .hapyak-editor-container .modal.html .modal-body .hapyak-link-input, .hapyak-editor-container .modal.library .modal-body .hapyak-link-input,
      .hapyak-overlay-container .modal.url:not(.image) .modal-body .hapyak-link-input,
      .hapyak-overlay-container .modal.html .modal-body .hapyak-link-input,
      .hapyak-overlay-container .modal.library .modal-body .hapyak-link-input {
        box-shadow: none;
        border: none;
        border-bottom: 1px solid #979797;
        width: 450px;
        color: #333;
        padding: 5px 0; }
      .hapyak-editor-container .modal.url:not(.image) .modal-body .nav, .hapyak-editor-container .modal.html .modal-body .nav, .hapyak-editor-container .modal.library .modal-body .nav,
      .hapyak-overlay-container .modal.url:not(.image) .modal-body .nav,
      .hapyak-overlay-container .modal.html .modal-body .nav,
      .hapyak-overlay-container .modal.library .modal-body .nav {
        background-color: #db6327;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
        color: #FFF;
        border-bottom: 0; }
        .hapyak-editor-container .modal.url:not(.image) .modal-body .nav.nav-tabs, .hapyak-editor-container .modal.html .modal-body .nav.nav-tabs, .hapyak-editor-container .modal.library .modal-body .nav.nav-tabs,
        .hapyak-overlay-container .modal.url:not(.image) .modal-body .nav.nav-tabs,
        .hapyak-overlay-container .modal.html .modal-body .nav.nav-tabs,
        .hapyak-overlay-container .modal.library .modal-body .nav.nav-tabs {
          border-top: 0; }
          .hapyak-editor-container .modal.url:not(.image) .modal-body .nav.nav-tabs.row, .hapyak-editor-container .modal.html .modal-body .nav.nav-tabs.row, .hapyak-editor-container .modal.library .modal-body .nav.nav-tabs.row,
          .hapyak-overlay-container .modal.url:not(.image) .modal-body .nav.nav-tabs.row,
          .hapyak-overlay-container .modal.html .modal-body .nav.nav-tabs.row,
          .hapyak-overlay-container .modal.library .modal-body .nav.nav-tabs.row {
            margin-bottom: 0; }
          .hapyak-editor-container .modal.url:not(.image) .modal-body .nav.nav-tabs .hapyak-tab, .hapyak-editor-container .modal.html .modal-body .nav.nav-tabs .hapyak-tab, .hapyak-editor-container .modal.library .modal-body .nav.nav-tabs .hapyak-tab,
          .hapyak-overlay-container .modal.url:not(.image) .modal-body .nav.nav-tabs .hapyak-tab,
          .hapyak-overlay-container .modal.html .modal-body .nav.nav-tabs .hapyak-tab,
          .hapyak-overlay-container .modal.library .modal-body .nav.nav-tabs .hapyak-tab {
            text-align: center;
            width: 100%; }
            .hapyak-editor-container .modal.url:not(.image) .modal-body .nav.nav-tabs .hapyak-tab a, .hapyak-editor-container .modal.html .modal-body .nav.nav-tabs .hapyak-tab a, .hapyak-editor-container .modal.library .modal-body .nav.nav-tabs .hapyak-tab a,
            .hapyak-overlay-container .modal.url:not(.image) .modal-body .nav.nav-tabs .hapyak-tab a,
            .hapyak-overlay-container .modal.html .modal-body .nav.nav-tabs .hapyak-tab a,
            .hapyak-overlay-container .modal.library .modal-body .nav.nav-tabs .hapyak-tab a {
              color: #dbdbdb;
              -webkit-transition: all 0.5s;
              -moz-transition: all 0.5s;
              -o-transition: all 0.5s;
              transition: all 0.5s;
              font-size: 12px;
              border: none; }
              .hapyak-editor-container .modal.url:not(.image) .modal-body .nav.nav-tabs .hapyak-tab a:hover, .hapyak-editor-container .modal.html .modal-body .nav.nav-tabs .hapyak-tab a:hover, .hapyak-editor-container .modal.library .modal-body .nav.nav-tabs .hapyak-tab a:hover,
              .hapyak-overlay-container .modal.url:not(.image) .modal-body .nav.nav-tabs .hapyak-tab a:hover,
              .hapyak-overlay-container .modal.html .modal-body .nav.nav-tabs .hapyak-tab a:hover,
              .hapyak-overlay-container .modal.library .modal-body .nav.nav-tabs .hapyak-tab a:hover {
                color: #FFF;
                background: none;
                border: none; }
            .hapyak-editor-container .modal.url:not(.image) .modal-body .nav.nav-tabs .hapyak-tab.active a, .hapyak-editor-container .modal.html .modal-body .nav.nav-tabs .hapyak-tab.active a, .hapyak-editor-container .modal.library .modal-body .nav.nav-tabs .hapyak-tab.active a,
            .hapyak-overlay-container .modal.url:not(.image) .modal-body .nav.nav-tabs .hapyak-tab.active a,
            .hapyak-overlay-container .modal.html .modal-body .nav.nav-tabs .hapyak-tab.active a,
            .hapyak-overlay-container .modal.library .modal-body .nav.nav-tabs .hapyak-tab.active a {
              background: none;
              border: none;
              color: #FFF;
              font-weight: 700; }
          .hapyak-editor-container .modal.url:not(.image) .modal-body .nav.nav-tabs .indicator, .hapyak-editor-container .modal.html .modal-body .nav.nav-tabs .indicator, .hapyak-editor-container .modal.library .modal-body .nav.nav-tabs .indicator,
          .hapyak-overlay-container .modal.url:not(.image) .modal-body .nav.nav-tabs .indicator,
          .hapyak-overlay-container .modal.html .modal-body .nav.nav-tabs .indicator,
          .hapyak-overlay-container .modal.library .modal-body .nav.nav-tabs .indicator {
            background-color: #FFF; }
    .hapyak-editor-container .modal.url:not(.image) .modal-footer, .hapyak-editor-container .modal.html .modal-footer, .hapyak-editor-container .modal.library .modal-footer,
    .hapyak-overlay-container .modal.url:not(.image) .modal-footer,
    .hapyak-overlay-container .modal.html .modal-footer,
    .hapyak-overlay-container .modal.library .modal-footer {
      border-top: none;
      padding-top: 10px; }
      .hapyak-editor-container .modal.url:not(.image) .modal-footer .btn, .hapyak-editor-container .modal.url:not(.image) .modal-footer .materialize .btn-large, .materialize .hapyak-editor-container .modal.url:not(.image) .modal-footer .btn-large, .hapyak-editor-container .modal.html .modal-footer .btn, .hapyak-editor-container .modal.html .modal-footer .materialize .btn-large, .materialize .hapyak-editor-container .modal.html .modal-footer .btn-large, .hapyak-editor-container .modal.library .modal-footer .btn, .hapyak-editor-container .modal.library .modal-footer .materialize .btn-large, .materialize .hapyak-editor-container .modal.library .modal-footer .btn-large,
      .hapyak-overlay-container .modal.url:not(.image) .modal-footer .btn,
      .hapyak-overlay-container .modal.url:not(.image) .modal-footer .materialize .btn-large,
      .materialize .hapyak-overlay-container .modal.url:not(.image) .modal-footer .btn-large,
      .hapyak-overlay-container .modal.html .modal-footer .btn,
      .hapyak-overlay-container .modal.html .modal-footer .materialize .btn-large,
      .materialize .hapyak-overlay-container .modal.html .modal-footer .btn-large,
      .hapyak-overlay-container .modal.library .modal-footer .btn,
      .hapyak-overlay-container .modal.library .modal-footer .materialize .btn-large,
      .materialize .hapyak-overlay-container .modal.library .modal-footer .btn-large {
        text-shadow: none;
        background-image: none;
        background-repeat: no-repeat;
        background-color: #db6327;
        margin-left: 5px;
        padding: 0 1.5rem; }
        .hapyak-editor-container .modal.url:not(.image) .modal-footer .btn:hover:not(.disabled), .hapyak-editor-container .modal.url:not(.image) .modal-footer .materialize .btn-large:hover:not(.disabled), .materialize .hapyak-editor-container .modal.url:not(.image) .modal-footer .btn-large:hover:not(.disabled), .hapyak-editor-container .modal.html .modal-footer .btn:hover:not(.disabled), .hapyak-editor-container .modal.html .modal-footer .materialize .btn-large:hover:not(.disabled), .materialize .hapyak-editor-container .modal.html .modal-footer .btn-large:hover:not(.disabled), .hapyak-editor-container .modal.library .modal-footer .btn:hover:not(.disabled), .hapyak-editor-container .modal.library .modal-footer .materialize .btn-large:hover:not(.disabled), .materialize .hapyak-editor-container .modal.library .modal-footer .btn-large:hover:not(.disabled),
        .hapyak-overlay-container .modal.url:not(.image) .modal-footer .btn:hover:not(.disabled),
        .hapyak-overlay-container .modal.url:not(.image) .modal-footer .materialize .btn-large:hover:not(.disabled),
        .materialize .hapyak-overlay-container .modal.url:not(.image) .modal-footer .btn-large:hover:not(.disabled),
        .hapyak-overlay-container .modal.html .modal-footer .btn:hover:not(.disabled),
        .hapyak-overlay-container .modal.html .modal-footer .materialize .btn-large:hover:not(.disabled),
        .materialize .hapyak-overlay-container .modal.html .modal-footer .btn-large:hover:not(.disabled),
        .hapyak-overlay-container .modal.library .modal-footer .btn:hover:not(.disabled),
        .hapyak-overlay-container .modal.library .modal-footer .materialize .btn-large:hover:not(.disabled),
        .materialize .hapyak-overlay-container .modal.library .modal-footer .btn-large:hover:not(.disabled) {
          color: #FFF; }
        .hapyak-editor-container .modal.url:not(.image) .modal-footer .btn .disabled, .hapyak-editor-container .modal.url:not(.image) .modal-footer .materialize .btn-large .disabled, .materialize .hapyak-editor-container .modal.url:not(.image) .modal-footer .btn-large .disabled, .hapyak-editor-container .modal.html .modal-footer .btn .disabled, .hapyak-editor-container .modal.html .modal-footer .materialize .btn-large .disabled, .materialize .hapyak-editor-container .modal.html .modal-footer .btn-large .disabled, .hapyak-editor-container .modal.library .modal-footer .btn .disabled, .hapyak-editor-container .modal.library .modal-footer .materialize .btn-large .disabled, .materialize .hapyak-editor-container .modal.library .modal-footer .btn-large .disabled,
        .hapyak-overlay-container .modal.url:not(.image) .modal-footer .btn .disabled,
        .hapyak-overlay-container .modal.url:not(.image) .modal-footer .materialize .btn-large .disabled,
        .materialize .hapyak-overlay-container .modal.url:not(.image) .modal-footer .btn-large .disabled,
        .hapyak-overlay-container .modal.html .modal-footer .btn .disabled,
        .hapyak-overlay-container .modal.html .modal-footer .materialize .btn-large .disabled,
        .materialize .hapyak-overlay-container .modal.html .modal-footer .btn-large .disabled,
        .hapyak-overlay-container .modal.library .modal-footer .btn .disabled,
        .hapyak-overlay-container .modal.library .modal-footer .materialize .btn-large .disabled,
        .materialize .hapyak-overlay-container .modal.library .modal-footer .btn-large .disabled {
          opacity: 1; }
      .hapyak-editor-container .modal.url:not(.image) .modal-footer .btn-flat, .hapyak-editor-container .modal.html .modal-footer .btn-flat, .hapyak-editor-container .modal.library .modal-footer .btn-flat,
      .hapyak-overlay-container .modal.url:not(.image) .modal-footer .btn-flat,
      .hapyak-overlay-container .modal.html .modal-footer .btn-flat,
      .hapyak-overlay-container .modal.library .modal-footer .btn-flat {
        padding: 0 1.5rem; }
        .hapyak-editor-container .modal.url:not(.image) .modal-footer .btn-flat:hover, .hapyak-editor-container .modal.html .modal-footer .btn-flat:hover, .hapyak-editor-container .modal.library .modal-footer .btn-flat:hover,
        .hapyak-overlay-container .modal.url:not(.image) .modal-footer .btn-flat:hover,
        .hapyak-overlay-container .modal.html .modal-footer .btn-flat:hover,
        .hapyak-overlay-container .modal.library .modal-footer .btn-flat:hover {
          color: #343434; }

.hapyak-editor-container label,
.hapyak-overlay-container label {
  padding-top: 6.22222px; }
  .hapyak-editor-container label > input,
  .hapyak-editor-container label > select,
  .hapyak-overlay-container label > input,
  .hapyak-overlay-container label > select {
    margin: 0 14px; }

.hapyak-editor-container .hapyak-url-input,
.hapyak-editor-container .hapyak-track-input,
.hapyak-editor-container .hapyak-time-input,
.hapyak-editor-container .hapyak-link-input,
.hapyak-editor-container .hapyak-css-input,
.hapyak-editor-container .hapyak-var-input,
.hapyak-overlay-container .hapyak-url-input,
.hapyak-overlay-container .hapyak-track-input,
.hapyak-overlay-container .hapyak-time-input,
.hapyak-overlay-container .hapyak-link-input,
.hapyak-overlay-container .hapyak-css-input,
.hapyak-overlay-container .hapyak-var-input {
  margin-left: 7px; }

.hapyak-editor-container .hapyak-branchtime-label,
.hapyak-overlay-container .hapyak-branchtime-label {
  margin: 0 3% 0 0;
  max-width: 50%;
  float: right; }

.hapyak-editor-container .hapyak-branch-time-input,
.hapyak-overlay-container .hapyak-branch-time-input {
  max-width: 59%; }

.hapyak-editor-container .hapyak-url-input,
.hapyak-overlay-container .hapyak-url-input {
  width: 74%; }

.hapyak-editor-container .hapyak-track-input,
.hapyak-editor-container .hapyak-time-input,
.hapyak-editor-container .hapyak-link-input,
.hapyak-editor-container .hapyak-css-input,
.hapyak-editor-container .hapyak-var-input,
.hapyak-overlay-container .hapyak-track-input,
.hapyak-overlay-container .hapyak-time-input,
.hapyak-overlay-container .hapyak-link-input,
.hapyak-overlay-container .hapyak-css-input,
.hapyak-overlay-container .hapyak-var-input {
  color: #9d261d; }

.hapyak-editor-container .hapyak-track-input.valid,
.hapyak-editor-container .hapyak-time-input.valid,
.hapyak-editor-container .hapyak-link-input.valid,
.hapyak-editor-container .hapyak-css-input.valid,
.hapyak-editor-container .hapyak-var-input.valid,
.hapyak-overlay-container .hapyak-track-input.valid,
.hapyak-overlay-container .hapyak-time-input.valid,
.hapyak-overlay-container .hapyak-link-input.valid,
.hapyak-overlay-container .hapyak-css-input.valid,
.hapyak-overlay-container .hapyak-var-input.valid {
  color: inherit; }

.hapyak-editor-container .hapyak-onclick-time .hapyak-time-input-select,
.hapyak-overlay-container .hapyak-onclick-time .hapyak-time-input-select {
  margin-left: 7px;
  margin-top: 0; }

.hapyak-editor-container .hapyak-onclick-time > input,
.hapyak-overlay-container .hapyak-onclick-time > input {
  margin-left: 32%;
  width: 61%; }

/* Audio Note */
#recorderFlashContainer {
  z-index: 99999999; }

/*
todo: find where this goes
*/
.audio-upload-notice {
  position: fixed;
  padding: 20px;
  border: white solid 2px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0 auto;
  left: 50%;
  top: 30%;
  z-index: 9999999; }

.hapyak-new-image {
  /*display: none;*/ }

.hapyak-quick-edit-dialog {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5% 0;
  -webkit-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  box-sizing: border-box !important; }

.hapyak-quick-edit-dialog button {
  padding: 2px 6px 3px !important; }

.hapyak-quick-edit-dialog .hapyak-show-button {
  float: none; }

.hapyak-quick-edit-dialog > div {
  background-color: #FFF;
  border: 2px solid #EEE;
  border-radius: 8px;
  margin: 0 auto;
  padding: 16px;
  width: 75%; }

.hapyak-quick-edit-button-container {
  overflow: hidden; }

.hapyak-quick-edit-dialog.image > .hapyak-quick-edit-main > .hapyak-quick-edit-button-container,
.hapyak-quick-edit-dialog.html > .hapyak-quick-edit-main > .hapyak-quick-edit-button-container,
.hapyak-quick-edit-dialog.css > .hapyak-quick-edit-main > .hapyak-quick-edit-button-container,
.hapyak-quick-edit-dialog.js > .hapyak-quick-edit-main > .hapyak-quick-edit-button-container {
  position: absolute;
  bottom: 5px; }

.hapyak-quick-edit-dialog.progress {
  height: auto;
  min-height: inherit;
  margin: -10px auto auto 0;
  top: 40%;
  min-width: inherit;
  font-size: 18px;
  text-align: center; }

.hapyak-quick-edit-dialog.inception {
  font-size: 18px;
  text-align: center; }

.hapyak-quick-edit-dialog.inception > div {
  width: 50%; }

.hapyak-quick-edit-dialog.inception .hapyak-progress-bar {
  width: 200px;
  height: 8px;
  background-color: gray; }

.hapyak-quick-edit-dialog.inception .hapyak-progress-bar > div {
  background-color: #9CF;
  width: 0%;
  height: 100%; }

.hapyak-quick-edit-dialog.inception .hapyak-status-message,
.hapyak-quick-edit-dialog.inception .hapyak-preview-link {
  font-size: 14px;
  text-align: right;
  padding: 6px 0;
  padding-bottom: 15px; }

.hapyak-quick-edit-dialog.inception .hapyak-preview-link {
  color: #9CF;
  display: none;
  cursor: pointer;
  font-weight: bold; }

.hapyak-quick-edit-dialog.progress > .hapyak-quick-edit-main,
.hapyak-quick-edit-dialog > .hapyak-quick-edit-progress {
  display: none; }

.hapyak-quick-edit-dialog.progress > .hapyak-quick-edit-progress {
  display: block;
  padding: 40px;
  width: 160px; }

.hapyak-quick-edit-dialog.html > .hapyak-quick-edit-main,
.hapyak-quick-edit-dialog.css > .hapyak-quick-edit-main,
.hapyak-quick-edit-dialog.js > .hapyak-quick-edit-main {
  height: 90%;
  position: relative; }

.hapyak-quick-edit-dialog > .hapyak-quick-edit-main .hapyak-html,
.hapyak-quick-edit-dialog > .hapyak-quick-edit-main .hapyak-css,
.hapyak-quick-edit-dialog > .hapyak-quick-edit-main .hapyak-js {
  height: 75%;
  width: 100%;
  background-color: #F9F9F9;
  overflow: hidden; }

@-webkit-keyframes hapyak-spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes hapyak-spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }

@keyframes hapyak-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.hapyak-quick-edit-progress > .ss-sync {
  display: inline;
  font-size: 20px;
  -webkit-transform-origin: 50% 31%;
  -ms-transform-origin: 50% 31%;
  -moz-transform-origin: 50% 31%;
  -o-transform-origin: 50% 31%;
  transform-origin: 50% 31%;
  -moz-animation: hapyak-spin 1s infinite linear;
  -webkit-animation: hapyak-spin 1s infinite linear;
  animation: hapyak-spin 1s infinite linear; }

.hapyak-quick-edit-progress-text {
  margin-left: 10px;
  display: inline; }

.hapyak-root .modal-header h1, .hapyak-root .modal-header h3 {
  font-size: 17.5px;
  font-weight: 400;
  line-height: 24.5px;
  margin: 0;
  text-transform: uppercase; }

.hapyak-editor-container .modal,
.hapyak-overlay-container .modal {
  /*
    We probably don't need this anymore, since it's from image effects
    todo: clean it out if we're sure
    */ }
  .hapyak-editor-container .modal .hide-tabs,
  .hapyak-overlay-container .modal .hide-tabs {
    display: none; }
    .hapyak-editor-container .modal .hide-tabs + section,
    .hapyak-overlay-container .modal .hide-tabs + section {
      margin-top: 0; }
  .hapyak-editor-container .modal section,
  .hapyak-overlay-container .modal section {
    display: none;
    margin-top: 16px; }
    .hapyak-editor-container .modal section.hapyak-quiz-questions-dialog,
    .hapyak-overlay-container .modal section.hapyak-quiz-questions-dialog {
      margin-top: 0px; }
    .hapyak-editor-container .modal section.active,
    .hapyak-overlay-container .modal section.active {
      display: block; }
    .hapyak-editor-container .modal section > .hapyak-on-submit label,
    .hapyak-overlay-container .modal section > .hapyak-on-submit label {
      padding-left: 20px;
      font-size: 16px;
      line-height: 20px;
      padding-top: 0; }
      .hapyak-editor-container .modal section > .hapyak-on-submit label.hapyak-message-textarea-label,
      .hapyak-overlay-container .modal section > .hapyak-on-submit label.hapyak-message-textarea-label {
        padding: 0px;
        font-weight: bold; }
    .hapyak-editor-container .modal section > .hapyak-on-submit > div > div,
    .hapyak-overlay-container .modal section > .hapyak-on-submit > div > div {
      padding-left: 20px; }
      .hapyak-editor-container .modal section > .hapyak-on-submit > div > div.alert-warning,
      .hapyak-overlay-container .modal section > .hapyak-on-submit > div > div.alert-warning {
        padding-left: 8px;
        margin-top: -16px; }
  .hapyak-editor-container .modal.image section,
  .hapyak-overlay-container .modal.image section {
    padding-bottom: 14px; }
  .hapyak-editor-container .modal .hapyak-color-picker-container .picker-wrapper,
  .hapyak-editor-container .modal .hapyak-color-picker-container .slide-wrapper,
  .hapyak-overlay-container .modal .hapyak-color-picker-container .picker-wrapper,
  .hapyak-overlay-container .modal .hapyak-color-picker-container .slide-wrapper {
    position: relative;
    float: left;
    margin-right: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none; }
  .hapyak-editor-container .modal .hapyak-color-picker-container .picker-indicator,
  .hapyak-editor-container .modal .hapyak-color-picker-container .slide-indicator,
  .hapyak-overlay-container .modal .hapyak-color-picker-container .picker-indicator,
  .hapyak-overlay-container .modal .hapyak-color-picker-container .slide-indicator {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none; }
  .hapyak-editor-container .modal .hapyak-color-picker-container .picker,
  .hapyak-editor-container .modal .hapyak-color-picker-container .slide,
  .hapyak-overlay-container .modal .hapyak-color-picker-container .picker,
  .hapyak-overlay-container .modal .hapyak-color-picker-container .slide {
    cursor: crosshair;
    float: left;
    height: 120px;
    pointer-events: visible; }
  .hapyak-editor-container .modal .hapyak-color-picker-container .picker,
  .hapyak-overlay-container .modal .hapyak-color-picker-container .picker {
    width: 120px; }
  .hapyak-editor-container .modal .hapyak-color-picker-container .slide,
  .hapyak-overlay-container .modal .hapyak-color-picker-container .slide {
    width: 30px; }
  .hapyak-editor-container .modal .hapyak-color-picker-container .picker-indicator,
  .hapyak-overlay-container .modal .hapyak-color-picker-container .picker-indicator {
    width: 5px;
    height: 5px;
    border: 2px solid darkgrey;
    border-radius: 4px;
    opacity: .5; }
  .hapyak-editor-container .modal .hapyak-color-picker-container .slide-indicator,
  .hapyak-overlay-container .modal .hapyak-color-picker-container .slide-indicator {
    width: 100%;
    height: 4px;
    left: -2px;
    opacity: .6;
    border: 2px solid darkgrey;
    border-radius: 4px; }
  .hapyak-editor-container .modal .hapyak-color-picker-container .hapyak-color-preview-container,
  .hapyak-overlay-container .modal .hapyak-color-picker-container .hapyak-color-preview-container {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAMUlEQVQ4y2P8////fwYiwIEDB4hRxsDEQGUwauCogYPBQBZic4CDg8NoGI4aOHINBADzQglmziMoqAAAAABJRU5ErkJggg==");
    width: 200px;
    height: 200px;
    float: right;
    border: darkgrey solid 1px;
    position: relative; }
    .hapyak-editor-container .modal .hapyak-color-picker-container .hapyak-color-preview-container .hapyak-color-preview,
    .hapyak-overlay-container .modal .hapyak-color-picker-container .hapyak-color-preview-container .hapyak-color-preview {
      position: absolute;
      width: 100%;
      height: 100%; }
  .hapyak-editor-container .modal .hapyak-color-picker-container input.hapyak-opacity-input,
  .hapyak-overlay-container .modal .hapyak-color-picker-container input.hapyak-opacity-input {
    margin-right: 20px; }
  .hapyak-editor-container .modal.inception,
  .hapyak-overlay-container .modal.inception {
    font-size: 18px;
    text-align: center; }
    .hapyak-editor-container .modal.inception > div,
    .hapyak-overlay-container .modal.inception > div {
      width: 50%; }
    .hapyak-editor-container .modal.inception .hapyak-progress-bar,
    .hapyak-overlay-container .modal.inception .hapyak-progress-bar {
      width: 200px;
      height: 8px;
      background-color: gray; }
    .hapyak-editor-container .modal.inception .hapyak-progress-bar > div,
    .hapyak-overlay-container .modal.inception .hapyak-progress-bar > div {
      background-color: #9CF;
      width: 0%;
      height: 100%; }
    .hapyak-editor-container .modal.inception .hapyak-status-message,
    .hapyak-editor-container .modal.inception .hapyak-preview-link,
    .hapyak-overlay-container .modal.inception .hapyak-status-message,
    .hapyak-overlay-container .modal.inception .hapyak-preview-link {
      font-size: 14px;
      text-align: right;
      padding: 6px 0;
      padding-bottom: 15px; }
    .hapyak-editor-container .modal.inception .hapyak-preview-link,
    .hapyak-overlay-container .modal.inception .hapyak-preview-link {
      color: #9CF;
      display: none;
      cursor: pointer;
      font-weight: bold; }
    .hapyak-editor-container .modal.inception > .modal-body,
    .hapyak-overlay-container .modal.inception > .modal-body {
      position: relative; }
      .hapyak-editor-container .modal.inception > .modal-body > .hapyak-quick-edit-button-container,
      .hapyak-overlay-container .modal.inception > .modal-body > .hapyak-quick-edit-button-container {
        position: absolute;
        bottom: 0px; }
  .hapyak-editor-container .modal.hapyak-progress > .modal-body,
  .hapyak-editor-container .modal .hapyak-quick-edit-progress,
  .hapyak-overlay-container .modal.hapyak-progress > .modal-body,
  .hapyak-overlay-container .modal .hapyak-quick-edit-progress {
    display: none; }
  .hapyak-editor-container .modal.hapyak-progress .hapyak-quick-edit-progress,
  .hapyak-overlay-container .modal.hapyak-progress .hapyak-quick-edit-progress {
    display: block;
    padding: 14px 0;
    text-align: center; }
  .hapyak-editor-container .modal span.disabled,
  .hapyak-overlay-container .modal span.disabled {
    color: #555; }
  .hapyak-editor-container .modal .hapyak-show-button,
  .hapyak-overlay-container .modal .hapyak-show-button {
    float: right; }
  .hapyak-editor-container .modal .hapyak-tab,
  .hapyak-overlay-container .modal .hapyak-tab {
    cursor: pointer; }
    .hapyak-editor-container .modal .hapyak-tab span:first-child,
    .hapyak-overlay-container .modal .hapyak-tab span:first-child {
      margin-right: 7px; }
  .hapyak-editor-container .modal .hapyak-web-cam-preview,
  .hapyak-overlay-container .modal .hapyak-web-cam-preview {
    position: relative;
    display: inline-block;
    max-width: 70%;
    margin-right: 10px;
    background-color: #EEE; }
    .hapyak-editor-container .modal .hapyak-web-cam-preview.active .hapyak-web-cam-canvas,
    .hapyak-overlay-container .modal .hapyak-web-cam-preview.active .hapyak-web-cam-canvas {
      opacity: 1;
      visibility: visible; }
    .hapyak-editor-container .modal .hapyak-web-cam-preview.active .hapyak-web-cam-video,
    .hapyak-editor-container .modal .hapyak-web-cam-preview.active .web-cam-effects-canvas,
    .hapyak-overlay-container .modal .hapyak-web-cam-preview.active .hapyak-web-cam-video,
    .hapyak-overlay-container .modal .hapyak-web-cam-preview.active .web-cam-effects-canvas {
      visibility: hidden; }
  .hapyak-editor-container .modal .hapyak-web-cam-video,
  .hapyak-editor-container .modal .web-cam-effects-canvas,
  .hapyak-editor-container .modal .hapyak-web-cam-canvas,
  .hapyak-overlay-container .modal .hapyak-web-cam-video,
  .hapyak-overlay-container .modal .web-cam-effects-canvas,
  .hapyak-overlay-container .modal .hapyak-web-cam-canvas {
    max-width: 100%;
    max-height: 40%; }
  .hapyak-editor-container .modal .hapyak-web-cam-canvas,
  .hapyak-overlay-container .modal .hapyak-web-cam-canvas {
    display: none;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0;
    visibility: hidden; }
  .hapyak-editor-container .modal .hapyak-onclick-link,
  .hapyak-editor-container .modal .hapyak-onclick-track,
  .hapyak-overlay-container .modal .hapyak-onclick-link,
  .hapyak-overlay-container .modal .hapyak-onclick-track {
    clear: both; }
  .hapyak-editor-container .modal .hapyak-right-panel,
  .hapyak-overlay-container .modal .hapyak-right-panel {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px; }
    .hapyak-editor-container .modal .hapyak-right-panel > div > button,
    .hapyak-overlay-container .modal .hapyak-right-panel > div > button {
      padding: 2px 6px 3px !important;
      margin: 4px !important; }
  .hapyak-editor-container .modal .hapyak-quickedit-error,
  .hapyak-overlay-container .modal .hapyak-quickedit-error {
    color: red; }
  .hapyak-editor-container .modal .hide-quickedit-error,
  .hapyak-overlay-container .modal .hide-quickedit-error {
    display: none; }
  .hapyak-editor-container .modal .show-quickedit-error,
  .hapyak-overlay-container .modal .show-quickedit-error {
    display: block; }
  .hapyak-editor-container .modal .hapyak-quick-edit-preview-container,
  .hapyak-overlay-container .modal .hapyak-quick-edit-preview-container {
    display: inline-block;
    max-width: 475px;
    max-width: -webkit-calc(100% - 105px);
    max-width: -moz-calc(100% - 105px);
    max-width: calc(100% - 105px);
    max-height: 300px;
    max-height: -webkit-calc(100% - 40px);
    max-height: -moz-calc(100% - 40px);
    max-height: calc(100% - 40px); }
  .hapyak-editor-container .modal .hapyak-quick-edit-preview-container > img,
  .hapyak-editor-container .modal .hapyak-quick-edit-preview-container > canvas.web-cam-effects-canvas,
  .hapyak-overlay-container .modal .hapyak-quick-edit-preview-container > img,
  .hapyak-overlay-container .modal .hapyak-quick-edit-preview-container > canvas.web-cam-effects-canvas {
    max-height: 80%;
    max-height: -webkit-calc(90% - 100px);
    max-height: -moz-calc(90% - 100px);
    max-height: calc(90% - 100px);
    max-width: 100%; }
  .hapyak-editor-container .modal .hapyak-quick-edit-image-preview,
  .hapyak-overlay-container .modal .hapyak-quick-edit-image-preview {
    max-width: 50%;
    max-height: 200px; }
  .hapyak-editor-container .modal .hapyak-record-play-button + div,
  .hapyak-overlay-container .modal .hapyak-record-play-button + div {
    display: inline-block;
    vertical-align: top;
    padding: 20px; }

.hapyak-annotation-container .popcorn-iframe > div {
  height: 100%;
  width: 100%; }
  .hapyak-annotation-container .popcorn-iframe > div.hapyak-el-close {
    width: auto;
    height: auto; }
  .hapyak-annotation-container .popcorn-iframe > div > iframe {
    min-width: 100%;
    min-height: 100%;
    border: none; }

.hapyak-annotation-container .popcorn-iframe.active {
  overflow: hidden; }

.hapyak-annotation-container .popcorn-iframe.edit {
  background-color: rgba(128, 128, 128, 0.4); }

.hapyak-annotation-container .popcorn-closedcaptions {
  cursor: pointer;
  display: table; }
  .hapyak-annotation-container .popcorn-closedcaptions > .closedcaptions-container {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-color: #202020;
    border: solid 1px #202020;
    border-radius: 8px;
    color: #C6C6C6;
    padding: 20px;
    font-size: 36px;
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    .hapyak-annotation-container .popcorn-closedcaptions > .closedcaptions-container:hover {
      -webkit-box-shadow: 0px 0px 8px #C6C6C6;
      -moz-box-shadow: 0px 0px 8px #C6C6C6;
      box-shadow: 0px 0px 8px #C6C6C6; }
    .hapyak-annotation-container .popcorn-closedcaptions > .closedcaptions-container.enabled {
      -webkit-box-shadow: 0px 0px 8px #C6C6C6;
      -moz-box-shadow: 0px 0px 8px #C6C6C6;
      box-shadow: 0px 0px 8px #C6C6C6;
      font-weight: bold; }
  .hapyak-annotation-container .popcorn-closedcaptions > .closedcaptions-options {
    position: absolute; }
    .hapyak-annotation-container .popcorn-closedcaptions > .closedcaptions-options > div {
      cursor: auto;
      background-color: #202020;
      border: solid 1px #202020;
      border-radius: 8px;
      color: #C6C6C6;
      border-radius: 8px;
      padding: 5px;
      width: 135px;
      font-size: 18px;
      height: 100px;
      -webkit-box-shadow: 0px 0px 8px #C6C6C6;
      -moz-box-shadow: 0px 0px 8px #C6C6C6;
      box-shadow: 0px 0px 8px #C6C6C6; }
      .hapyak-annotation-container .popcorn-closedcaptions > .closedcaptions-options > div > div {
        cursor: pointer;
        width: 100%; }
        .hapyak-annotation-container .popcorn-closedcaptions > .closedcaptions-options > div > div.selected {
          background-color: #363636; }
        .hapyak-annotation-container .popcorn-closedcaptions > .closedcaptions-options > div > div:hover:not(.selected) {
          background-color: #262626; }
    .hapyak-annotation-container .popcorn-closedcaptions > .closedcaptions-options.hide {
      display: none; }
    .hapyak-annotation-container .popcorn-closedcaptions > .closedcaptions-options.top-left {
      top: 0px;
      left: -158px;
      padding-right: 50px; }
    .hapyak-annotation-container .popcorn-closedcaptions > .closedcaptions-options.top-right {
      top: 0px;
      left: 56px;
      padding-left: 50px; }
    .hapyak-annotation-container .popcorn-closedcaptions > .closedcaptions-options.bottom-right {
      bottom: 0px;
      left: 56px;
      padding-left: 50px; }
    .hapyak-annotation-container .popcorn-closedcaptions > .closedcaptions-options.bottom-left {
      bottom: 0px;
      left: -158px;
      padding-right: 50px; }

.hapyak-mode-buttons > section > label {
  display: block; }

.active.hapyak-transition-none {
  display: block; }

.hapyak-transition-none {
  display: none; }

.hapyak-transition-fade {
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease, top 0s linear 0.5s, left 0s linear 0.5s, width 0s linear 0.5s, height 0s linear 0.5s, background-color 0s linear 0.5s;
  -moz-transition: opacity 0.5s ease, visibility 0.5s ease, top 0s linear 0.5s, left 0s linear 0.5s, width 0s linear 0.5s, height 0s linear 0.5s, background-color 0s linear 0.5s;
  -o-transition: opacity 0.5s ease, visibility 0.5s ease, top 0s linear 0.5s, left 0s linear 0.5s, width 0s linear 0.5s, height 0s linear 0.5s, background-color 0s linear 0.5s;
  transition: opacity 0.5s ease, visibility 0.5s ease, top 0s linear 0.5s, left 0s linear 0.5s, width 0s linear 0.5s, height 0s linear 0.5s, background-color 0s linear 0.5s;
  visibility: hidden;
  width: 0px;
  opacity: 0; }

.active.hapyak-transition-fade {
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  visibility: visible;
  opacity: 1; }

@-webkit-keyframes hapyak-pop {
  75% {
    -webkit-transform: scale(1.6, 1.6);
    -moz-transform: scale(1.6, 1.6);
    -o-transform: scale(1.6, 1.6);
    transform: scale(1.6, 1.6); }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-moz-keyframes hapyak-pop {
  75% {
    -webkit-transform: scale(1.6, 1.6);
    -moz-transform: scale(1.6, 1.6);
    -o-transform: scale(1.6, 1.6);
    transform: scale(1.6, 1.6); }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-o-keyframes hapyak-pop {
  75% {
    -webkit-transform: scale(1.6, 1.6);
    -moz-transform: scale(1.6, 1.6);
    -o-transform: scale(1.6, 1.6);
    transform: scale(1.6, 1.6); }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes hapyak-pop {
  75% {
    -webkit-transform: scale(1.6, 1.6);
    -moz-transform: scale(1.6, 1.6);
    -o-transform: scale(1.6, 1.6);
    transform: scale(1.6, 1.6); }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }

.hapyak-transition-pop.active {
  visibility: visible;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-animation: hapyak-pop 0.2s 1 ease-out;
  -ms-animation: hapyak-pop 0.2s 1 ease-out;
  -moz-animation: hapyak-pop 0.2s 1 ease-out;
  -o-animation: hapyak-pop 0.2s 1 ease-out;
  animation: hapyak-pop 0.2s 1 ease-out; }

.hapyak-transition-pop {
  visibility: hidden;
  -webkit-transform: none;
  -ms-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none; }

.hapyak-transition-slide-up {
  -webkit-transition: margin-top 0.4s ease, visibility 0.4s ease;
  -moz-transition: margin-top 0.4s ease, visibility 0.4s ease;
  -o-transition: margin-top 0.4s ease, visibility 0.4s ease;
  transition: margin-top 0.4s ease, visibility 0.4s ease;
  visibility: visible;
  margin-top: 0; }

.hapyak-transition-slide-up:not(.active) {
  -webkit-transition: margin-top 0.4s ease, visibility 0.4s ease, top 0s linear 0.5s, left 0s linear 0.5s, width 0s linear 0.5s, height 0s linear 0.5s, background-color 0s linear 0.5s;
  -moz-transition: margin-top 0.4s ease, visibility 0.4s ease, top 0s linear 0.5s, left 0s linear 0.5s, width 0s linear 0.5s, height 0s linear 0.5s, background-color 0s linear 0.5s;
  -o-transition: margin-top 0.4s ease, visibility 0.4s ease, top 0s linear 0.5s, left 0s linear 0.5s, width 0s linear 0.5s, height 0s linear 0.5s, background-color 0s linear 0.5s;
  transition: margin-top 0.4s ease, visibility 0.4s ease, top 0s linear 0.5s, left 0s linear 0.5s, width 0s linear 0.5s, height 0s linear 0.5s, background-color 0s linear 0.5s;
  visibility: hidden;
  margin-top: 100%; }

.vjs-loading-spinner {
  box-sizing: border-box; }

.popcorn-quickedit-draggable + .popcorn-image {
  cursor: move; }

.hapyak-annotation-container .popcorn-quickedit-edit {
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  -moz-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left; }

.popcorn-quickedit-edit > div,
.popcorn-quickedit-edit > .more-buttons > div,
.popcorn-quickedit-edit > .more-buttons > div > section,
.popcorn-quickedit-edit > .more-buttons > div > section > label,
.popcorn-quickedit-edit > .more-buttons > div > section > select {
  font-size: 10px;
  line-height: 14px;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  cursor: pointer;
  width: auto; }

.popcorn-quickedit-edit > .more-buttons > div > section > select {
  height: 24px;
  max-width: 100px; }

.popcorn-quickedit-edit > div,
.popcorn-quickedit-edit > .more-buttons > div {
  display: inline-block;
  padding: 0px 2px;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  background-color: whitesmoke;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6', GradientType=0);
  border: 1px solid #bbbbbb;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #a2a2a2;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25); }

.popcorn-quickedit-edit.editing > .more-buttons {
  display: block;
  padding: 0;
  background-color: transparent;
  background: none;
  border: none;
  border-radius: 0; }

.popcorn-quickedit-edit.more > .more-buttons > div.hapyak-mode-buttons {
  text-align: left;
  cursor: auto;
  height: auto; }

.popcorn-quickedit-edit > div:hover,
.popcorn-quickedit-edit > div:active,
.popcorn-quickedit-edit > div.active {
  color: #333333;
  background-color: #e6e6e6; }

.popcorn-quickedit-edit > div.disabled,
.popcorn-quickedit-edit > div[disabled] {
  background-color: #e6e6e6;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: 0.7;
  cursor: default; }

.popcorn-quickedit-edit > div:first-child {
  *margin-left: 0; }

.popcorn-quickedit-edit > .hapyak-quickedit-done {
  background-color: #51a351;
  color: #FFFFFF;
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF51A351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }
  .popcorn-quickedit-edit > .hapyak-quickedit-done:hover {
    background-color: #51a351;
    color: #FFFFFF; }

.popcorn-quickedit-edit > .hapyak-quickedit-delete {
  background-color: #9d261d;
  color: #FFFFFF;
  background-color: #8f231a;
  background-image: -moz-linear-gradient(top, #9d261d, #7b1e17);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9d261d), to(#7b1e17));
  background-image: -webkit-linear-gradient(top, #9d261d, #7b1e17);
  background-image: -o-linear-gradient(top, #9d261d, #7b1e17);
  background-image: linear-gradient(to bottom, #9d261d, #7b1e17);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9D261D', endColorstr='#FF7B1E17', GradientType=0);
  margin-top: 7px;
  text-shadow: none; }
  .popcorn-quickedit-edit > .hapyak-quickedit-delete:hover {
    background-color: #7b1e17;
    color: #FFFFFF; }

.popcorn-quickedit-edit .ss-icon {
  font-size: 8px;
  padding: 0 2px; }

/* LEGACY CSS (from JavaScript) - START */
.popcorn-quickedit-draggable {
  cursor: move;
  border: #333 solid 1px;
  position: absolute;
  background-color: rgba(200, 200, 200, 0.1); }

.popcorn-quickedit-draggable-inner {
  cursor: move;
  width: 100%;
  height: 100%;
  border: rgba(200, 200, 200, 0.1) solid 20px;
  box-sizing: border-box; }

.popcorn-quickedit-edit {
  cursor: pointer;
  position: absolute; }

.popcorn-quickedit-edit > div,
.popcorn-quickedit-edit > .more-buttons > div {
  display: none;
  text-align: center; }

.popcorn-quickedit-edit > .popcorn-quickedit-editbutton {
  display: block; }

.popcorn-quickedit-edit.editing > div {
  display: block; }

.popcorn-quickedit-edit.editing > .popcorn-quickedit-editbutton {
  display: none; }

.popcorn-quickedit-edit > .more-buttons {
  padding: 0; }

.popcorn-quickedit-edit > .more-buttons > div:first-child {
  display: block; }

.popcorn-quickedit-edit.more > .more-buttons > div {
  display: block; }

.popcorn-quickedit-edit.more > .more-buttons > .hapyak-quickedit-more {
  display: none; }

.hapyak-quickedit-duration > input.hapyak-edit {
  display: none; }

.hapyak-quickedit-duration.editing > .hapyak-edit {
  display: block;
  font-size: 10px;
  text-align: right;
  width: 50px;
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write; }

.hapyak-quickedit-duration.editing > .hapyak-display {
  display: none; }

.quickedit-handle {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #EFEFEF;
  border: #0E0E0E solid 2px; }

.quickedit-handle-top-left {
  top: -6px;
  left: -6px;
  cursor: nw-resize; }

.quickedit-handle-top {
  top: -6px;
  left: 50%;
  width: 20px;
  cursor: n-resize;
  margin-left: -10px; }

.quickedit-handle-top-right {
  top: -6px;
  right: -6px;
  cursor: ne-resize; }

.quickedit-handle-left {
  top: 50%;
  left: -6px;
  height: 20px;
  cursor: w-resize;
  margin-top: -10px; }

.quickedit-handle-right {
  top: 50%;
  right: -6px;
  height: 20px;
  cursor: e-resize;
  margin-top: -10px; }

.quickedit-handle-bottom-left {
  bottom: -6px;
  left: -6px;
  cursor: sw-resize; }

.quickedit-handle-bottom {
  bottom: -6px;
  left: 50%;
  width: 20px;
  cursor: s-resize;
  margin-left: -10px; }

.quickedit-handle-bottom-right {
  bottom: -6px;
  right: -6px;
  cursor: se-resize; }

.quickedit-handle-inner {
  cursor: inherit;
  width: 100%;
  height: 100%;
  border: #EFEFEF solid 4px;
  box-sizing: border-box; }

/* LEGACY CSS (from JavaScript) - END */
/* Flat UI style updates based on KyleM adjustments: http://hapyak_demos.s3.amazonaws.com/flat-edit-menu-1.css */
.popcorn-quickedit-edit.editing .disabled, .popcorn-quickedit-edit.editing :first-child.disabled {
  display: none; }

.popcorn-quickedit-edit.editing.more .more-buttons .disabled {
  display: none; }

.popcorn-quickedit-edit > div,
.popcorn-quickedit-edit > .more-buttons > div,
.popcorn-quickedit-edit > .more-buttons > div.hapyak-quickedit-more {
  background: #FFF;
  border-radius: 0px;
  border: none;
  box-shadow: none;
  color: #000;
  font-size: 12px;
  font-family: "Raleway", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 3px 6px;
  text-shadow: none; }

.popcorn-quickedit-edit > div:hover,
.popcorn-quickedit-edit > div:active,
.popcorn-quickedit-edit > div.active,
.popcorn-quickedit-edit > .more-buttons > div:hover,
.popcorn-quickedit-edit > .more-buttons > div:active,
.popcorn-quickedit-edit > .more-buttons > div.active {
  background: #EEE;
  color: #333; }

.popcorn-quickedit-edit > .more-buttons > div > section > label,
.popcorn-quickedit-edit > .more-buttons > div > section > select {
  color: #000;
  font-size: 12px;
  font-family: "Raleway", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.popcorn-quickedit-edit > .hapyak-quickedit-done,
.popcorn-quickedit-edit > .hapyak-quickedit-delete {
  border: none;
  box-shadow: none; }

.hapyak-quickedit-preview {
  margin-top: 7px; }

.modal.basic360 label#rotateOnStart {
  margin-top: 10px;
  margin-right: 10px;
  float: right;
  font-weight: 600; }
  .modal.basic360 label#rotateOnStart input {
    margin-left: 10px;
    line-height: 20px;
    height: 20px;
    width: 20px; }

.modal.basic360 .basic-360-input-content-tab {
  margin-top: 20px; }
  .modal.basic360 .basic-360-input-content-tab label {
    clear: both;
    position: relative; }
    .modal.basic360 .basic-360-input-content-tab label input {
      float: right; }
    .modal.basic360 .basic-360-input-content-tab label .thumb {
      display: block;
      background-color: transparent;
      position: static;
      transform: none; }
      .modal.basic360 .basic-360-input-content-tab label .thumb span.value {
        display: block;
        color: #333;
        font-size: 14px;
        transform: none;
        top: 0;
        position: absolute;
        right: 13px; }

.modal.basic360 .hapyak-basic360-quickedit-transform-row {
  text-align: right; }
  .modal.basic360 .hapyak-basic360-quickedit-transform-row strong {
    margin: 0;
    margin-right: 15px; }
  .modal.basic360 .hapyak-basic360-quickedit-transform-row label {
    display: inline-block; }
  .modal.basic360 .hapyak-basic360-quickedit-transform-row label input[type="number"] {
    width: 70px;
    height: 14px;
    line-height: 14px;
    margin-bottom: 0; }

.popcorn-quickedit-basic360.editing {
  width: 150px; }

.popcorn-basic360 {
  color: #000; }
  .popcorn-basic360.hapyak-filter-onclick {
    cursor: pointer; }
  .popcorn-basic360 .basic360-text-standard {
    font-size: 60px;
    line-height: 60px;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff; }
  .popcorn-basic360 .basic360-hotspot-standard {
    width: 400px;
    height: 400px;
    background-color: rgba(0, 0, 0, 0.3); }
  .popcorn-basic360 .basic360-image-standard {
    max-width: none;
    max-height: none;
    width: 1000px; }

/* LEGACY CSS (from JavaScript) - START */
.popcorn-bookmark {
  display: none;
  position: absolute;
  top: -4px;
  right: 10%;
  width: 20%;
  min-height: 40%;
  padding-bottom: 1em;
  background-color: rgba(200, 200, 200, 0.8);
  color: black;
  font-size: 20px;
  text-align: center; }

.popcorn-bookmark.active {
  display: block; }

.popcorn-bookmark > div:firstChild > div {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.popcorn-bookmark > canvas {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%; }

.popcorn-bookmark-title > canvas {
  display: none; }

.popcorn-bookmark-title {
  top: 0;
  left: 0;
  right: auto;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: black; }

.popcorn-bookmark-title > div {
  color: white;
  font-size: 30px;
  margin: 18% 8% 3% 8%;
  width: auto;
  height: auto;
  text-align: center;
  word-wrap: break-word; }

.popcorn-bookmark-close {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.popcorn-bookmark-title > div > .popcorn-bookmark-close {
  display: block; }

/* LEGACY CSS (from JavaScript) - END */
.hapyak-annotation-container > .popcorn-bookmark {
  /* todo: optimize */
  /* Bookmark Style: Bookmark */
  /* Bookmark Style: Title Card */ }
  .hapyak-annotation-container > .popcorn-bookmark > div > div[contenteditable=true] {
    border: rgba(128, 128, 128, 0.5) 3px dashed; }
  .hapyak-annotation-container > .popcorn-bookmark .popcorn-bookmark-next,
  .hapyak-annotation-container > .popcorn-bookmark .popcorn-bookmark-previous {
    display: none; }
  .hapyak-annotation-container > .popcorn-bookmark .popcorn-bookmark-share {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 9px;
    margin: 0 3%;
    padding: 6px 0;
    overflow: hidden;
    font-size: 24px; }
    .hapyak-annotation-container > .popcorn-bookmark .popcorn-bookmark-share.expanded .popcorn-bookmark-share-section {
      display: inline; }
    .hapyak-annotation-container > .popcorn-bookmark .popcorn-bookmark-share > .popcorn-bookmark-share-facebook,
    .hapyak-annotation-container > .popcorn-bookmark .popcorn-bookmark-share > .popcorn-bookmark-share-twitter,
    .hapyak-annotation-container > .popcorn-bookmark .popcorn-bookmark-share > .popcorn-bookmark-share-google {
      display: inline-block;
      width: 0;
      height: 36px;
      padding-left: 39px;
      overflow: hidden;
      margin: 0 1.5px;
      background: url("../../img/social-share.png") 0 0 no-repeat;
      background-size: 121.5px; }
    .hapyak-annotation-container > .popcorn-bookmark .popcorn-bookmark-share .popcorn-bookmark-share-section > .btn, .hapyak-annotation-container > .popcorn-bookmark .popcorn-bookmark-share .materialize .popcorn-bookmark-share-section > .btn-large, .materialize .hapyak-annotation-container > .popcorn-bookmark .popcorn-bookmark-share .popcorn-bookmark-share-section > .btn-large {
      float: none;
      margin: 0 0 0 18px; }
    .hapyak-annotation-container > .popcorn-bookmark .popcorn-bookmark-share .popcorn-bookmark-share-twitter {
      background-position: -42px 0; }
    .hapyak-annotation-container > .popcorn-bookmark .popcorn-bookmark-share .popcorn-bookmark-share-google {
      background-position: -82.5px 0; }
    .hapyak-annotation-container > .popcorn-bookmark .popcorn-bookmark-share .popcorn-bookmark-share-link {
      color: black;
      margin: 0 0 0 18px;
      font-size: 30px;
      vertical-align: -6px;
      cursor: pointer;
      font-family: "SSStandard";
      font-style: normal;
      font-weight: normal;
      text-decoration: none;
      text-rendering: optimizeLegibility;
      white-space: nowrap;
      -webkit-font-feature-settings: "liga";
      -moz-font-feature-settings: "liga=1";
      -moz-font-feature-settings: "liga";
      -ms-font-feature-settings: "liga" 1;
      -o-font-feature-settings: "liga";
      font-feature-settings: "liga";
      -webkit-font-smoothing: antialiased; }
  .hapyak-annotation-container > .popcorn-bookmark.popcorn-bookmark-bookmark {
    left: auto;
    line-height: 100%;
    width: 187.5px;
    min-height: 150px;
    background-color: rgba(153, 204, 255, 0.8);
    font-size: 25.0px;
    /* todo: optimize selector */
    /* todo: optimize selector */ }
    .hapyak-annotation-container > .popcorn-bookmark.popcorn-bookmark-bookmark > div:first-child > div:first-child {
      width: 85% !important;
      word-wrap: break-word;
      padding: 0;
      margin: 30px 15px; }
    .hapyak-annotation-container > .popcorn-bookmark.popcorn-bookmark-bookmark > div > div[contenteditable=true] {
      margin: 28.5px 15px; }
    .hapyak-annotation-container > .popcorn-bookmark.popcorn-bookmark-bookmark .popcorn-bookmark-share {
      width: 94% !important;
      white-space: nowrap;
      padding: 6px;
      -webkit-box-sizing: border-box !important;
      -ms-box-sizing: border-box !important;
      -moz-box-sizing: border-box !important;
      -o-box-sizing: border-box !important;
      box-sizing: border-box !important; }
      .hapyak-annotation-container > .popcorn-bookmark.popcorn-bookmark-bookmark .popcorn-bookmark-share > .popcorn-bookmark-share-section > .popcorn-bookmark-share-text {
        display: block;
        width: 96%;
        margin: 10.5px 0; }
      .hapyak-annotation-container > .popcorn-bookmark.popcorn-bookmark-bookmark .popcorn-bookmark-share > span:first-child,
      .hapyak-annotation-container > .popcorn-bookmark.popcorn-bookmark-bookmark .popcorn-bookmark-share > .popcorn-bookmark-share-link {
        display: none; }
  .hapyak-annotation-container > .popcorn-bookmark.popcorn-bookmark-title {
    line-height: normal;
    width: auto;
    position: relative;
    border-radius: 7.5px;
    padding: 15px 18px;
    margin: 3%;
    cursor: auto;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-box-sizing: border-box !important;
    -ms-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -o-box-sizing: border-box !important;
    box-sizing: border-box !important;
    height: 90%; }
    .hapyak-annotation-container > .popcorn-bookmark.popcorn-bookmark-title > div > .popcorn-bookmark-close {
      background-color: black;
      padding: 10.5px;
      border-radius: 33px;
      right: -28.5px;
      top: -31.5px;
      text-align: center;
      cursor: pointer; }
      .hapyak-annotation-container > .popcorn-bookmark.popcorn-bookmark-title > div > .popcorn-bookmark-close > span {
        font-size: 21px;
        width: 30px;
        height: 30px;
        padding: 4.5px;
        text-align: center;
        display: block;
        background-color: #484848;
        border-radius: 21px;
        line-height: 24px; }
    .hapyak-annotation-container > .popcorn-bookmark.popcorn-bookmark-title > div:first-child {
      border-radius: 7.5px;
      background-color: transparent;
      background-color: rgba(0, 0, 0, 0.8);
      padding: 18% 8% 3% 8%;
      height: 100%;
      margin: 0;
      -webkit-box-sizing: border-box !important;
      -ms-box-sizing: border-box !important;
      -moz-box-sizing: border-box !important;
      -o-box-sizing: border-box !important;
      box-sizing: border-box !important;
      position: relative; }
    .hapyak-annotation-container > .popcorn-bookmark.popcorn-bookmark-title .popcorn-bookmark-share {
      margin: 8% auto 0;
      display: inline-block;
      white-space: nowrap;
      padding: 30px; }
      .hapyak-annotation-container > .popcorn-bookmark.popcorn-bookmark-title .popcorn-bookmark-share > span:first-child {
        text-transform: uppercase;
        margin-right: 15px; }
      .hapyak-annotation-container > .popcorn-bookmark.popcorn-bookmark-title .popcorn-bookmark-share .popcorn-bookmark-share-section {
        display: none;
        padding-left: 18px; }
    .hapyak-annotation-container > .popcorn-bookmark.popcorn-bookmark-title .popcorn-bookmark-next,
    .hapyak-annotation-container > .popcorn-bookmark.popcorn-bookmark-title .popcorn-bookmark-previous {
      display: block;
      position: absolute;
      top: 18%;
      font-size: 21px;
      cursor: pointer;
      text-transform: uppercase;
      vertical-align: top; }
    .hapyak-annotation-container > .popcorn-bookmark.popcorn-bookmark-title .popcorn-bookmark-previous:before,
    .hapyak-annotation-container > .popcorn-bookmark.popcorn-bookmark-title .popcorn-bookmark-next:after {
      color: #9CF;
      font-family: "SSStandard";
      font-style: normal;
      font-weight: normal;
      text-decoration: none;
      text-rendering: optimizeLegibility;
      white-space: nowrap;
      -webkit-font-feature-settings: "liga";
      -moz-font-feature-settings: "liga=1";
      -moz-font-feature-settings: "liga";
      -ms-font-feature-settings: "liga" 1;
      -o-font-feature-settings: "liga";
      font-feature-settings: "liga";
      -webkit-font-smoothing: antialiased; }
    .hapyak-annotation-container > .popcorn-bookmark.popcorn-bookmark-title .popcorn-bookmark-previous {
      left: 10%; }
    .hapyak-annotation-container > .popcorn-bookmark.popcorn-bookmark-title .popcorn-bookmark-previous:before {
      content: '◅'; }
    .hapyak-annotation-container > .popcorn-bookmark.popcorn-bookmark-title .popcorn-bookmark-next {
      right: 10%; }
    .hapyak-annotation-container > .popcorn-bookmark.popcorn-bookmark-title .popcorn-bookmark-next:after {
      content: '▻'; }
  .hapyak-annotation-container > .popcorn-bookmark.popcorn-bookmark-invisible, .hapyak-annotation-container > .popcorn-bookmark.popcorn-bookmark-minimal {
    left: auto;
    line-height: 1em;
    min-height: 0;
    right: 146px;
    top: 0; }
    .hapyak-annotation-container > .popcorn-bookmark.popcorn-bookmark-invisible > div > div, .hapyak-annotation-container > .popcorn-bookmark.popcorn-bookmark-minimal > div > div {
      display: none; }
    .hapyak-annotation-container > .popcorn-bookmark.popcorn-bookmark-invisible > div > div:first-child,
    .hapyak-annotation-container > .popcorn-bookmark.popcorn-bookmark-invisible > div > div[contenteditable], .hapyak-annotation-container > .popcorn-bookmark.popcorn-bookmark-minimal > div > div:first-child,
    .hapyak-annotation-container > .popcorn-bookmark.popcorn-bookmark-minimal > div > div[contenteditable] {
      display: block; }
  .hapyak-annotation-container > .popcorn-bookmark.popcorn-bookmark-invisible {
    background-color: rgba(255, 255, 255, 0.666);
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-left-radius: 8px;
    color: #444;
    font-size: 24px;
    padding: 0.5em 1em;
    width: 270px;
    visibility: hidden; }
  .hapyak-annotation-container > .popcorn-bookmark.popcorn-bookmark-minimal {
    background-color: transparent;
    color: #FFF;
    font-size: 30px;
    padding: 0;
    text-align: right;
    text-shadow: 2px 0 1px #146, 0 2px 1px #146, 2px 0 1px #146, 0 2px 1px #146;
    width: 64%; }
    .hapyak-annotation-container > .popcorn-bookmark.popcorn-bookmark-minimal > div > div:first-child,
    .hapyak-annotation-container > .popcorn-bookmark.popcorn-bookmark-minimal > div > div[contenteditable] {
      background: url("../images/hapyak-bookmark-minimal.png") top right no-repeat;
      min-height: 80px;
      padding-right: 88px;
      padding-top: 18px;
      word-wrap: break-word; }

.hapyak-annotation-container.hapyak-editing > .popcorn-bookmark-invisible.active {
  visibility: visible; }

.hapyak-annotation-container .popcorn-contents {
  font-family: "Roboto", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300; }

.hapyak-contents-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  pointer-events: none; }

.popcorn-contents {
  color: #FFF;
  display: none;
  position: absolute; }
  .popcorn-contents .popcorn-contents-title {
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    font-size: 27px;
    font-weight: normal;
    line-height: 1em;
    margin: 0;
    padding: 15px;
    text-transform: uppercase; }
  .popcorn-contents .popcorn-contents-help {
    display: none; }
  .popcorn-contents.active {
    display: block; }
  .popcorn-contents.top-left {
    left: 0;
    top: 0; }
    .popcorn-contents.top-left .popcorn-contents-title {
      -webkit-border-bottom-right-radius: 12px;
      -moz-border-radius-bottomright: 12px;
      border-bottom-right-radius: 12px; }
  .popcorn-contents.top-right {
    right: 0;
    top: 0; }
    .popcorn-contents.top-right .popcorn-contents-title {
      -webkit-border-bottom-left-radius: 12px;
      -moz-border-radius-bottomleft: 12px;
      border-bottom-left-radius: 12px; }
  .popcorn-contents.bottom-right {
    right: 0;
    bottom: 0; }
    .popcorn-contents.bottom-right .popcorn-contents-title {
      -webkit-border-top-left-radius: 12px;
      -moz-border-radius-topleft: 12px;
      border-top-left-radius: 12px; }
  .popcorn-contents.bottom-left {
    left: 0;
    bottom: 0; }
    .popcorn-contents.bottom-left .popcorn-contents-title {
      -webkit-border-top-right-radius: 12px;
      -moz-border-radius-topright: 12px;
      border-top-right-radius: 12px; }
  .popcorn-contents.collapsed .popcorn-contents-title.show-icon:before {
    font-family: "SSStandard";
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    white-space: nowrap;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    content: "\ED50";
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
    line-height: 1em; }

.popcorn-contents-hidden {
  border: none;
  position: absolute;
  visibility: hidden; }

.hapyak-contents-legacy .popcorn-contents-time {
  float: right; }

.hapyak-contents-legacy .popcorn-contents-previous,
.hapyak-contents-legacy .popcorn-contents-next {
  display: none;
  cursor: pointer;
  float: right;
  margin-top: -1.65em; }

.hapyak-contents-legacy .popcorn-contents-previous {
  margin-right: 6em; }

.hapyak-contents-legacy .popcorn-contents-next {
  margin-right: 2.5em; }

.hapyak-contents-legacy .popcorn-contents-next.inactive, .hapyak-contents-legacy .popcorn-contents-previous.inactive {
  color: #333;
  cursor: default; }

.hapyak-contents-legacy .popcorn-contents-inner > .popcorn-contents-close {
  display: none;
  position: absolute;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.hapyak-contents-legacy > div {
  position: relative; }
  .hapyak-contents-legacy > div > ul {
    display: none;
    width: 50%;
    float: left;
    margin-left: 0;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    word-wrap: break-word; }
  .hapyak-contents-legacy > div > ul:firstChild + ul {
    margin-left: 1%; }

.hapyak-contents-legacy.expanded {
  font-size: 33px;
  cursor: pointer;
  padding: 24px;
  -webkit-border-radius: 7.5px;
  -moz-border-radius: 7.5px;
  border-radius: 7.5px;
  background-color: #333333;
  background-color: rgba(0, 0, 0, 0.6);
  position: static;
  position: static;
  padding: 15px 18px;
  margin: 3%;
  cursor: auto;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  box-sizing: border-box !important;
  height: 90%; }
  .hapyak-contents-legacy.expanded > div > ul {
    display: block; }
  .hapyak-contents-legacy.expanded > div > .popcorn-contents-close {
    display: block; }
  .hapyak-contents-legacy.expanded .popcorn-contents-next,
  .hapyak-contents-legacy.expanded .popcorn-contents-previous {
    display: inline; }
  .hapyak-contents-legacy.expanded .popcorn-contents-next.hidden,
  .hapyak-contents-legacy.expanded .popcorn-contents-previous.hidden {
    display: none;
    visibility: hidden; }
  .hapyak-contents-legacy.expanded > div {
    border-radius: 7.5px;
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 48px;
    height: 100%;
    -webkit-box-sizing: border-box !important;
    -ms-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -o-box-sizing: border-box !important;
    box-sizing: border-box !important; }
    .hapyak-contents-legacy.expanded > div > .popcorn-contents-title {
      background: none;
      border-bottom: 4.5px solid rgba(255, 255, 255, 0.3);
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
      font-size: 30px;
      line-height: inherit;
      margin: inherit;
      padding: 0 0 14px 0; }
      .hapyak-contents-legacy.expanded > div > .popcorn-contents-title:after {
        margin: 0;
        margin-left: 16.5px;
        border: none; }
    .hapyak-contents-legacy.expanded > div > ul {
      display: block;
      list-style: none; }
  .hapyak-contents-legacy.expanded .popcorn-contents-title.show-icon:before {
    font-family: "SSStandard";
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    white-space: nowrap;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    content: "\ED50";
    font-size: 27px;
    margin-left: 16.5px;
    vertical-align: middle;
    color: #9CF; }

.hapyak-contents-legacy > div .popcorn-contents-close {
  background-color: black;
  padding: 10.5px;
  border-radius: 33px;
  right: -28.5px;
  top: -31.5px;
  text-align: center;
  cursor: pointer; }
  .hapyak-contents-legacy > div .popcorn-contents-close > span {
    font-size: 21px;
    width: 30px;
    height: 30px;
    padding: 4.5px;
    text-align: center;
    display: block;
    background-color: #484848;
    border-radius: 21px;
    line-height: 24px; }

.hapyak-contents-legacy > div > h3 {
  margin: 0;
  display: block;
  font-size: 27px; }
  .hapyak-contents-legacy > div > h3[contenteditable="true"]:active, .hapyak-contents-legacy > div > h3[contenteditable="true"]:focus {
    border-color: #9CF;
    outline-color: #9CF;
    max-width: 70%;
    display: inline; }

.hapyak-contents-legacy > div > ul {
  margin-top: 24px;
  padding-right: 28.5px; }
  .hapyak-contents-legacy > div > ul + ul {
    padding-right: 0px;
    padding-left: 27px;
    border-left: 4.5px solid rgba(255, 255, 255, 0.3); }
  .hapyak-contents-legacy > div > ul > li {
    font-size: 25.5px;
    cursor: pointer;
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.3);
    line-height: 30.6px;
    max-height: 14.75em;
    overflow: hidden;
    padding: 18px 0;
    /* no lines if there is only one item, because the line will wrap */ }
    .hapyak-contents-legacy > div > ul > li:hover, .hapyak-contents-legacy > div > ul > li.active {
      color: white; }
    .hapyak-contents-legacy > div > ul > li.no-hover:hover {
      color: inherit;
      cursor: default; }
    .hapyak-contents-legacy > div > ul > li:last-child {
      border: none; }
    .hapyak-contents-legacy > div > ul > li:first-child:last-child {
      border: none; }

.hapyak-contents-legacy .popcorn-contents-label {
  float: left;
  width: 74%; }

.hapyak-contents-legacy .popcorn-contents-time {
  float: right;
  font-size: 21px;
  text-align: right;
  width: 25%; }

.hapyak-contents-legacy.editing .popcorn-contents-help {
  display: list-item; }

.hapyak-contents-column1 .popcorn-contents-inner, .hapyak-contents-column1 .popcorn-contents-more, .hapyak-contents-column1 .popcorn-contents-close {
  display: none; }

.hapyak-contents-column1 .popcorn-contents-inner {
  height: 83%;
  overflow: hidden;
  position: relative; }

.hapyak-contents-column1 .popcorn-contents-list {
  height: 100%;
  list-style: none;
  text-align: left;
  margin: 0 24px 24px 24px; }
  .hapyak-contents-column1 .popcorn-contents-list > li {
    cursor: pointer;
    font-size: 24.15px;
    line-height: 27.3px;
    margin-bottom: 24px;
    overflow: hidden; }
    .hapyak-contents-column1 .popcorn-contents-list > li:hover, .hapyak-contents-column1 .popcorn-contents-list > li.active {
      color: white; }

.hapyak-contents-column1 .popcorn-contents-label {
  float: left;
  width: 74%; }

.hapyak-contents-column1 .popcorn-contents-time {
  float: right;
  text-align: right;
  width: 25%; }

.hapyak-contents-column1 .popcorn-contents-help > p {
  font-size: 24.15px;
  line-height: 27.3px;
  margin: 0;
  padding: 24px;
  padding-top: 0; }

.hapyak-contents-column1 .popcorn-contents-more {
  cursor: pointer;
  height: 5%;
  width: 100%; }
  .hapyak-contents-column1 .popcorn-contents-more > .arrow-wide-down {
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    border-top: 12px solid #FFF;
    height: 0;
    left: 44%;
    position: relative;
    top: 12px;
    width: 0; }
    .hapyak-contents-column1 .popcorn-contents-more > .arrow-wide-down:hover {
      border-top: 12px solid #9CF; }

.hapyak-contents-column1 .popcorn-contents-close {
  background-color: rgba(255, 255, 255, 0);
  border: rgba(255, 255, 255, 0);
  cursor: pointer;
  font-size: 50px;
  height: 16px;
  line-height: 18px;
  overflow: hidden;
  padding: 8px 16px 16px 8px;
  position: absolute;
  right: 10px;
  text-align: right;
  top: 10px;
  width: 16px; }
  .hapyak-contents-column1 .popcorn-contents-close:hover {
    color: white; }

.hapyak-contents-column1.expanded {
  background: rgba(0, 0, 0, 0.4);
  border-right: 2px solid rgba(0, 0, 0, 0.1);
  height: 100%;
  width: 33%; }
  .hapyak-contents-column1.expanded.top-left, .hapyak-contents-column1.expanded.bottom-left {
    left: 0;
    top: 0; }
  .hapyak-contents-column1.expanded.top-right, .hapyak-contents-column1.expanded.bottom-right {
    right: 0;
    top: 0; }
    .hapyak-contents-column1.expanded.top-right .popcorn-contents-close, .hapyak-contents-column1.expanded.bottom-right .popcorn-contents-close {
      left: -56px; }
  .hapyak-contents-column1.expanded .popcorn-contents-inner, .hapyak-contents-column1.expanded .popcorn-contents-close {
    display: block; }
  .hapyak-contents-column1.expanded .popcorn-contents-title {
    background: rgba(0, 0, 0, 0.4);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33ffffff',GradientType=0 );
    /* IE6-9 */
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    cursor: default;
    margin-bottom: 27px; }
    .hapyak-contents-column1.expanded .popcorn-contents-title.show-icon:before {
      font-family: "SSStandard";
      font-style: normal;
      font-weight: normal;
      text-decoration: none;
      text-rendering: optimizeLegibility;
      white-space: nowrap;
      -webkit-font-feature-settings: "liga";
      -moz-font-feature-settings: "liga=1";
      -moz-font-feature-settings: "liga";
      -ms-font-feature-settings: "liga" 1;
      -o-font-feature-settings: "liga";
      font-feature-settings: "liga";
      -webkit-font-smoothing: antialiased;
      content: "\ED50";
      color: #FFF;
      font-size: 24px;
      font-weight: bold;
      line-height: 1em; }
  .hapyak-contents-column1.expanded.show-more .popcorn-contents-inner {
    height: 78%; }
  .hapyak-contents-column1.expanded.show-more .popcorn-contents-list {
    margin-right: 0;
    overflow-y: auto;
    padding-right: 70px;
    width: 92%; }
  .hapyak-contents-column1.expanded.show-more .popcorn-contents-more {
    display: block; }

.hapyak-contents-column1.editing .popcorn-contents-help {
  display: block; }

div.expanded.hapyak-contents-column1[style] {
  column-count: 1 !important; }

div.collapsed.hapyak-contents-column1[style] {
  column-count: 1 !important; }

div.expanded.hapyak-contents-legacy[style] {
  column-count: 1 !important; }

div.collapsed.hapyak-contents-legacy[style] {
  column-count: 1 !important; }

/* LEGACY CSS (from JavaScript) - START */
.popcorn-drawing {
  display: none;
  pointer-events: none; }

.popcorn-drawing.active {
  display: block; }

/* LEGACY CSS (from JavaScript) - END */
/* LEGACY CSS (from JavaScript) - START */
.popcorn-quickedit-drawing .popcorn-quickedit-editbutton {
  text-align: center; }

.popcorn-quickedit-drawing > div > canvas {
  display: block;
  border: #888 solid 1px;
  background-color: #444; }

.popcorn-quickedit-drawing-active .popcorn-quickedit-edit {
  opacity: 0.4; }

.popcorn-quickedit-drawing-active .popcorn-drawing {
  opacity: 0.4; }

.popcorn-quickedit-drawing-active .pqe-drawing-editing {
  opacity: 1; }

canvas.pqe-drawing-editing {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

canvas.pqe-drawing-editing.drawing {
  cursor: crosshair; }

.popcorn-quickedit-drawing-colorbutton {
  max-width: 75px; }

.popcorn-quickedit-drawing-colorbutton > span {
  display: inline-block;
  height: 13px;
  width: 13px;
  margin: 1px;
  border-radius: 13px;
  border: white 1px solid; }

.popcorn-quickedit-drawing-colorbutton > span.selected {
  display: inline-block;
  height: 13px;
  width: 13px;
  margin: 1px;
  border-radius: 13px;
  border: black 1px solid; }

.popcorn-quickedit-drawing-penbutton > span {
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 1px; }

.popcorn-quickedit-drawing-penbutton > span > img.selected {
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 1px;
  filter: invert(1); }

/* LEGACY CSS (from JavaScript) - END */
/* LEGACY CSS (from JavaScript) - START */
.popcorn-hotlink {
  display: none;
  position: absolute; }

.popcorn-hotlink.active {
  display: block; }

/* LEGACY CSS (from JavaScript) - END */
.popcorn-hotlink {
  background-color: rgba(128, 128, 128, 0.4); }
  .popcorn-hotlink > .popcorn-hotlink-text {
    position: absolute;
    text-align: center;
    color: black;
    font-size: 27px;
    line-height: 30px;
    width: 100%;
    padding: 8px;
    box-sizing: border-box; }
    .popcorn-hotlink > .popcorn-hotlink-text.bottom {
      top: 100%; }
    .popcorn-hotlink > .popcorn-hotlink-text.top {
      bottom: 100%; }
    .popcorn-hotlink > .popcorn-hotlink-text.middle {
      top: -webkit-calc(50% - 13.5px - 8px);
      top: -moz-calc(50% - 13.5px - 8px);
      top: calc(50% - 13.5px - 8px); }
  .popcorn-hotlink.hapyak-editing-hotlink > .popcorn-hotlink-text {
    pointer-events: none; }

.hapyak-editing > .popcorn-hotlink {
  -webkit-box-shadow: 0 0 2px 4px rgba(200, 200, 200, 0.4);
  -moz-box-shadow: 0 0 2px 4px rgba(200, 200, 200, 0.4);
  box-shadow: 0 0 2px 4px rgba(200, 200, 200, 0.4); }

/* LEGACY CSS (from JavaScript) - START */
.popcorn-html {
  display: none; }

.popcorn-html.active {
  display: block; }

/* LEGACY CSS (from JavaScript) - END */
/* LEGACY CSS (from JavaScript) - START */
.popcorn-iframe {
  display: none; }

.popcorn-iframe.active {
  display: block; }

/* LEGACY CSS (from JavaScript) - END */
/* LEGACY CSS (from JavaScript) - START */
.popcorn-image > img, .popcorn-image > a > img {
  max-width: initial;
  max-height: 100%; }

.popcorn-image.active {
  display: inline-block; }

/* LEGACY CSS (from JavaScript) - END */
.hapyak-annotation-container .popcorn-image.hapyak-theme-silver {
  background: #EEE;
  background-color: #333;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(135deg, #EEE, #333);
  background-image: -webkit-linear-gradient(135deg, #EEE, #333);
  background-image: -o-linear-gradient(135deg, #EEE, #333);
  background-image: linear-gradient(135deg, #EEE, #333);
  border-radius: 50%;
  -webkit-box-shadow: 8px 6px 6px 0px rgba(34, 34, 34, 0.2);
  -moz-box-shadow: 8px 6px 6px 0px rgba(34, 34, 34, 0.2);
  box-shadow: 8px 6px 6px 0px rgba(34, 34, 34, 0.2);
  padding: 6px;
  overflow: hidden;
  position: relative; }
  .hapyak-annotation-container .popcorn-image.hapyak-theme-silver > img {
    border-radius: 50%;
    display: block; }
  .hapyak-annotation-container .popcorn-image.hapyak-theme-silver::after {
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 16px 8px rgba(255, 255, 255, 0.75) inset;
    -moz-box-shadow: 0px 0px 16px 8px rgba(255, 255, 255, 0.75) inset;
    box-shadow: 0px 0px 16px 8px rgba(255, 255, 255, 0.75) inset;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

/* LEGACY CSS (from JavaScript) - START */
.popcorn-inception {
  display: none; }

.popcorn-inception > div.popcorn-inception-container {
  position: relative; }

.popcorn-inception > div.popcorn-inception-container > * {
  max-width: 100%; }

.popcorn-inception.active {
  display: inline-block; }

/* LEGACY CSS (from JavaScript) - END */
/* LEGACY CSS (from JavaScript) - START */
.popcorn-pop {
  background-color: white;
  border: black solid 4px;
  border-radius: 8px;
  color: black;
  padding: 4px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px; }

.popcorn-pop > div {
  position: relative;
  min-height: 25px; }

.popcorn-pop > div > a {
  display: block; }

.popcorn-pop .image {
  clip-path: url("#popcorn-pop-clip-path"); }

.popcorn-pop-outline {
  background-color: transparent;
  border: none;
  color: white; }

.popcorn-pop-outline-stroke > div {
  -webkit-text-stroke: 1px black; }

.popcorn-pop-outline-shadow > div {
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; }

.popcorn-pop-outline-fallback > div {
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=-2, OffY=-2, Color=#000000)"; }

.popcorn-pop.popcorn-pop-speech, .popcorn-pop.popcorn-pop-thought {
  min-width: 38px;
  border: black solid 2px;
  border-radius: 12px;
  padding: 4px;
  background-color: white; }

.popcorn-pop canvas {
  position: absolute;
  left: 10%;
  bottom: -63px;
  margin-top: 100%; }

.popcorn-pop .flip canvas {
  left: 5%;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.popcorn-pop-speech canvas {
  bottom: -66px; }

.popcorn-pop.popcorn-pop-speech canvas.top {
  top: -66px; }

.popcorn-pop .right canvas {
  right: 10%;
  left: auto;
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.popcorn-pop .right.flip canvas {
  right: 5%;
  left: auto;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1); }

.popcorn-pop .top canvas {
  top: -63px;
  bottom: auto;
  margin-top: 0;
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

.popcorn-pop .top.flip canvas {
  top: -66px;
  bottom: auto;
  margin-top: 0;
  -webkit-transform: scale(-1, -1);
  -moz-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1); }

.popcorn-pop .top.right canvas {
  top: -66px;
  -webkit-transform: scale(-1, -1);
  -moz-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1); }

.popcorn-pop .top.right.flip canvas {
  top: -66px;
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

/* LEGACY CSS (from JavaScript) - END */
.hapyak-annotation-container .popcorn-pop {
  font-family: 'Open Sans', sans-serif; }
  .hapyak-annotation-container .popcorn-pop.hapyak-align-center {
    text-align: center; }
  .hapyak-annotation-container .popcorn-pop.hapyak-theme-silver {
    background: #FFF;
    border: 3px solid #9c9c9c;
    border-left-color: white;
    border-top-color: #f0f0f0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #e4e4e4;
    background-image: -moz-linear-gradient(top, #FFF, #BBB);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFF), to(#BBB));
    background-image: -webkit-linear-gradient(top, #FFF, #BBB);
    background-image: -o-linear-gradient(top, #FFF, #BBB);
    background-image: linear-gradient(to bottom, #FFF, #BBB);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFBBBBBB', GradientType=0);
    -webkit-box-shadow: 8px 6px 6px 0px rgba(162, 162, 162, 0.2);
    -moz-box-shadow: 8px 6px 6px 0px rgba(162, 162, 162, 0.2);
    box-shadow: 8px 6px 6px 0px rgba(162, 162, 162, 0.2);
    color: #555;
    font-family: "Raleway", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 14px 21px;
    text-shadow: 2px 2px #AAA; }
  .hapyak-annotation-container .popcorn-pop.hapyak-theme-metal {
    background: #FFF;
    border: 3px solid #a3a3a7;
    border-left-color: white;
    border-top-color: #f0f0f0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #e4e4eb;
    background-image: -moz-linear-gradient(top, #FFF, #BBC);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFF), to(#BBC));
    background-image: -webkit-linear-gradient(top, #FFF, #BBC);
    background-image: -o-linear-gradient(top, #FFF, #BBC);
    background-image: linear-gradient(to bottom, #FFF, #BBC);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFBBBBCC', GradientType=0);
    -webkit-box-shadow: 8px 6px 6px 0px rgba(158, 158, 182, 0.2);
    -moz-box-shadow: 8px 6px 6px 0px rgba(158, 158, 182, 0.2);
    box-shadow: 8px 6px 6px 0px rgba(158, 158, 182, 0.2);
    color: #778;
    font-family: "Raleway", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 14px 21px;
    text-shadow: 2px 2px #BBC; }
  .hapyak-annotation-container .popcorn-pop.hapyak-theme-orange {
    background: #f37e5f;
    border: 3px solid #d64516;
    border-left-color: #f1b09f;
    border-top-color: #e56e4f;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f86231;
    background-image: -moz-linear-gradient(left, #f37e5f, #f86231);
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#f37e5f), to(#f86231));
    background-image: -webkit-linear-gradient(left, #f37e5f, #f86231);
    background-image: -o-linear-gradient(left, #f37e5f, #f86231);
    background-image: linear-gradient(to right, #f37e5f, #f86231);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF37E5F', endColorstr='#FFF86231', GradientType=1);
    -webkit-box-shadow: 8px 6px 6px 0px rgba(238, 65, 8, 0.2);
    -moz-box-shadow: 8px 6px 6px 0px rgba(238, 65, 8, 0.2);
    box-shadow: 8px 6px 6px 0px rgba(238, 65, 8, 0.2);
    color: #FFF;
    font-family: "Raleway", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 14px 21px;
    text-shadow: 2px 2px #bd3306; }
  .hapyak-annotation-container .popcorn-pop.hapyak-theme-magenta {
    background: #d35fa6;
    border: 3px solid #a91972;
    border-left-color: #d798bf;
    border-top-color: #be5596;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #E19;
    background-image: -moz-linear-gradient(left, #d35fa6, #E19);
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#d35fa6), to(#E19));
    background-image: -webkit-linear-gradient(left, #d35fa6, #E19);
    background-image: -o-linear-gradient(left, #d35fa6, #E19);
    background-image: linear-gradient(to right, #d35fa6, #E19);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD35FA6', endColorstr='#FFEE1199', GradientType=1);
    -webkit-box-shadow: 8px 6px 6px 0px rgba(190, 14, 122, 0.2);
    -moz-box-shadow: 8px 6px 6px 0px rgba(190, 14, 122, 0.2);
    box-shadow: 8px 6px 6px 0px rgba(190, 14, 122, 0.2);
    color: #FFF;
    font-family: "Raleway", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 14px 21px;
    text-shadow: 2px 2px #8f0a5c; }
  .hapyak-annotation-container .popcorn-pop.hapyak-theme-currency {
    background: inherit;
    border: none;
    box-shadow: none;
    color: #FC0;
    font-size: 56px;
    font-weight: 600;
    text-shadow: 2px 2px #F70; }
  .hapyak-annotation-container .popcorn-pop.hapyak-theme-black {
    background: rgba(68, 68, 68, 0.4);
    color: white;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    line-height: 1.25em;
    padding: 9px 12px;
    text-align: center; }
  .hapyak-annotation-container .popcorn-pop.hapyak-theme-white {
    /* KyleM reference: http://hapyak-partners.s3.amazonaws.com/slick.css */
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.5);
    line-height: 1.25em;
    padding: 9px 12px;
    text-align: center;
    color: #000; }
    .hapyak-annotation-container .popcorn-pop.hapyak-theme-white .popcorn-pop-link {
      color: #048; }
  .hapyak-annotation-container .popcorn-pop.hapyak-theme-pop.hapyak-linked:hover {
    color: #00E;
    text-decoration: underline; }

.hapyak-annotation-container .popcorn-pop-speech {
  font-family: 'Open Sans', sans-serif; }
  .hapyak-annotation-container .popcorn-pop-speech.hapyak-theme-silver {
    background: #FFF;
    background-color: #e0e0e0;
    background-image: -moz-linear-gradient(top, #CCC, #FFF);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#CCC), to(#FFF));
    background-image: -webkit-linear-gradient(top, #CCC, #FFF);
    background-image: -o-linear-gradient(top, #CCC, #FFF);
    background-image: linear-gradient(to bottom, #CCC, #FFF);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCCCCCC', endColorstr='#FFFFFFFF', GradientType=0);
    border-color: #000;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    -webkit-box-shadow: 8px 6px 6px 0px rgba(68, 68, 68, 0.2);
    -moz-box-shadow: 8px 6px 6px 0px rgba(68, 68, 68, 0.2);
    box-shadow: 8px 6px 6px 0px rgba(68, 68, 68, 0.2);
    color: #222;
    padding: 14px 28px 7px 28px;
    text-shadow: none; }
    .hapyak-annotation-container .popcorn-pop-speech.hapyak-theme-silver > div {
      padding-bottom: 7px; }

/* LEGACY CSS (from JavaScript) - START */
.popcorn-quiz {
  display: none;
  max-height: 675px;
  min-width: 100px;
  position: absolute; }

.popcorn-quiz.active {
  display: block; }

.hapyak-quiz-container {
  width: 100%;
  height: 100%; }

/* LEGACY CSS (from JavaScript) - END */
.hapyak-quiz-container {
  background: rgba(255, 255, 255, 0.7);
  border: 3px solid #444444;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  overflow: hidden; }

.hapyak-quiz-builder {
  padding: 0; }
  .hapyak-quiz-builder.viewer {
    padding: 0;
    margin-bottom: 5px; }
    .hapyak-quiz-builder.viewer .questions {
      margin: 0; }
    .hapyak-quiz-builder.viewer .question-text {
      margin-top: -10px;
      padding-top: 30px;
      padding-bottom: 10px;
      background: rgba(68, 68, 68, 0.7);
      font-weight: 300;
      color: white;
      text-align: center;
      width: auto;
      margin-bottom: 20px; }
    .hapyak-quiz-builder.viewer .label-text {
      color: #444444; }
    .hapyak-quiz-builder.viewer .thank-you {
      color: #444444;
      font-family: "Roboto", "Helvetica", sans-serif;
      font-weight: 400;
      padding-left: 10px;
      padding-right: 10px;
      margin-top: 0px;
      padding-top: 10px;
      padding-bottom: 10px; }
    .hapyak-quiz-builder.viewer .incorrect {
      margin: 20px; }
  .hapyak-quiz-builder .answer > pre {
    color: #444444; }
  .hapyak-quiz-builder.viewer .summary .answer {
    margin-left: 15px; }

/* QUIZ REVIEW BOX POSITION */
.hapyak-annotation-container .popcorn-quiz.hapyak-review-screen > .hapyak-quiz-container,
.hapyak-skeleton-annotation-container .popcorn-quiz.hapyak-review-screen > .hapyak-quiz-container {
  top: 100px; }
  .hapyak-annotation-container .popcorn-quiz.hapyak-review-screen > .hapyak-quiz-container div .correct-answer ul, .hapyak-skeleton-annotation-container .popcorn-quiz.hapyak-review-screen > .hapyak-quiz-container div .correct-answer ul {
    padding-top: 5px; }
  .hapyak-annotation-container .popcorn-quiz.hapyak-review-screen > .hapyak-quiz-container li .correct-answer, .hapyak-skeleton-annotation-container .popcorn-quiz.hapyak-review-screen > .hapyak-quiz-container li .correct-answer {
    padding-top: 3px;
    padding-bottom: 3px; }

/* QUESTION ALIGNMENT */
.hapyak-quiz-builder.viewer .questions {
  overflow: hidden; }

button.btn.btn-large.submit-answers.btn-success, .materialize button.btn-large.submit-answers.btn-success {
  background: #444444;
  color: white;
  border: 3px solid #444444;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0px; }

button.btn.btn-large.btn-primary.submit-answers, .materialize button.btn-large.btn-primary.submit-answers {
  background: #444444;
  color: white;
  border: 3px solid #444444;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0px; }

button.btn.btn-large.btn-primary.ok, .materialize button.btn-large.btn-primary.ok {
  background: #444444;
  color: white;
  border: 3px solid #444444; }

button.btn.btn-large.skip.hide, .materialize button.btn-large.skip.hide {
  border: 3px solid lightgray;
  border-radius: 0px;
  color: #444444;
  background: white;
  text-shadow: none;
  box-shadow: none; }
  button.btn.btn-large.skip.hide:hover, .materialize button.btn-large.skip.hide:hover {
    border-color: gray;
    color: gray; }

button.btn.btn-large.go-back, .materialize button.btn-large.go-back {
  color: white;
  background: gray;
  border: 3px solid gray;
  box-shadow: none;
  text-shadow: none; }
  button.btn.btn-large.go-back:hover, .materialize button.btn-large.go-back:hover {
    background-color: #d3d3d3;
    border-color: #d3d3d3; }

/* QUIZ ANSWER FONT */
.hapyak-annotation-container .popcorn-contents, .hapyak-annotation-container .popcorn-quiz {
  font-family: "Roboto", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300; }

.hapyak-skeleton-annotation-container .popcorn-contents, .hapyak-skeleton-annotation-container .popcorn-quiz {
  font-family: "Roboto", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300; }

/* QUIZ SHORT ANSWER FONT */
.hapyak-root input, .hapyak-root button, .hapyak-root select, .hapyak-root textarea {
  font-family: "Roboto", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300; }

/* ANSWER PADDING */
.popcorn-quiz:not(.hapyak-editing-quiz) .hapyak-quiz-builder input[type=checkbox] + label > .hapyak-select {
  margin-left: 40px; }

.hapyak-player .hapyak-quiz-builder:not(.editor) input[type=checkbox]:checked + label > .hapyak-select {
  margin-left: 40px; }

.hapyak-player .quiz-viewer .answers .answer > input[type=radio] + label,
.hapyak-player .quiz-viewer .answers .answer > input[type=checkbox] + label {
  margin-left: 40px; }

.hapyak-player .hapyak-quiz-builder.viewer .label-text {
  color: #63666a; }

.hapyak-player .hapyak-quiz-builder.viewer .btn, .hapyak-player .hapyak-quiz-builder.viewer .materialize .btn-large, .materialize .hapyak-player .hapyak-quiz-builder.viewer .btn-large {
  margin: -40px 15px 15px 5px; }

.hapyak-player .hapyak-quiz-builder i {
  color: white; }

/* QUIZ BUTTON FORMATING */
.popcorn-quiz:not(.hapyak-editing-quiz) .hapyak-review-screen .hapyak-quiz-builder.viewer .question-text {
  color: #444444;
  background: rgba(255, 255, 255, 0); }

.popcorn-quiz:not(.hapyak-editing-quiz) .hapyak-review-screen .hapyak-quiz-builder.viewer .thank-you {
  background: rgba(68, 68, 68, 0.7);
  color: white;
  width: 100%; }

.popcorn-hotlink.active {
  background-color: rgba(68, 68, 68, 0.6); }

/* CORRECT ANSWER LIST */
.modal.social input[type=text] {
  display: block;
  width: 98%; }

.modal.social .hapyak-social-settings-container textarea {
  width: 96%;
  height: 100px;
  resize: vertical;
  border: 1px solid #C8C8C8;
  padding: 6px 12px; }

.modal.social .hapyak-social-settings-container small {
  color: #C8C8C8;
  display: block; }

.modal.social .hapyak-more-settings-container .draggable {
  display: inline-block;
  padding: 10px;
  opacity: 1; }
  .modal.social .hapyak-more-settings-container .draggable > input[type=checkbox] {
    display: block;
    margin: 0px auto; }
  .modal.social .hapyak-more-settings-container .draggable > [draggable=true] {
    cursor: move;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -khtml-user-drag: element;
    -webkit-user-drag: element; }
  .modal.social .hapyak-more-settings-container .draggable.dragging {
    transition: all 0.3s ease;
    opacity: 0.4; }
  .modal.social .hapyak-more-settings-container .draggable.dragover {
    border: 2px dashed #000; }
    .modal.social .hapyak-more-settings-container .draggable.dragover > * {
      pointer-events: none; }

.modal.social.fa-facebook {
  font-size: 30px; }

.popcorn-social {
  display: none; }
  .popcorn-social.active {
    display: block; }
  .popcorn-social > div {
    text-align: center;
    display: inline-block;
    margin-right: 10px; }
    .popcorn-social > div:last-of-type {
      margin-right: 0px; }
  .popcorn-social.vertical > div {
    display: block;
    margin-right: 0px;
    margin-bottom: 10px; }
    .popcorn-social.vertical > div:last-of-type {
      margin-bottom: 0px; }

.modal.social.small > div, .popcorn-social.small > div {
  font-size: 15px;
  height: 16px;
  width: 30px; }
  .modal.social.small > div.fa-facebook, .popcorn-social.small > div.fa-facebook {
    font-size: 14px; }

.modal.social.large > div, .popcorn-social.large > div {
  font-size: 60px;
  height: 64px;
  width: 120px; }
  .modal.social.large > div.fa-facebook, .popcorn-social.large > div.fa-facebook {
    font-size: 59px; }

.modal.social .fa, .popcorn-social .fa {
  width: 60px;
  height: 32px;
  font-size: 30px;
  text-align: center;
  padding: 5px;
  padding-top: 7px;
  border-radius: 4px;
  color: #FFF;
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease; }
  .modal.social .fa:hover, .popcorn-social .fa:hover {
    cursor: pointer; }
  .modal.social .fa.fa-twitter, .popcorn-social .fa.fa-twitter {
    background: #049fcf; }
  .modal.social .fa.fa-facebook, .popcorn-social .fa.fa-facebook {
    background: #3c5a95;
    font-size: 29px; }
  .modal.social .fa.fa-linkedin, .popcorn-social .fa.fa-linkedin {
    background: #0d6797; }

.hapyak-controls-track-modal-edit input, .hapyak-controls-track-modal-edit textarea {
  width: 95%; }

.hapyak-controls-track-modal-edit textarea {
  height: 8em; }

.hapyak-annotation-list-hide {
  visibility: hidden !important; }
