@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);@import url(https://fonts.googleapis.com/css?family=Open+Sans);@charset "UTF-8";

/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */

/*! 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.
   */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
   * Remove default margin.
   */

body {
  margin: 0;
}

/* HTML5 display definitions
     ========================================================================== */

/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */

audio:not([controls]) {
  display: none;
  height: 0;
}

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

[hidden],
template {
  display: none;
}

/* Links
     ========================================================================== */

/**
   * Remove the gray background color from active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
     ========================================================================== */

/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */

b,
strong {
  font-weight: bold;
}

/**
   * Address styling not present in Safari and Chrome.
   */

dfn {
  font-style: italic;
}

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
   * Address styling not present in IE 8/9.
   */

mark {
  background: #ff0;
  color: #000;
}

/**
   * Address inconsistent and variable font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove border when inside `a` element in IE 8/9/10.
   */

img {
  border: 0;
}

/**
   * Correct overflow not hidden in IE 9/10/11.
   */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
     ========================================================================== */

/**
   * Address margin not present in IE 8/9 and Safari.
   */

figure {
  margin: 1em 40px;
}

/**
   * Address differences between Firefox and other browsers.
   */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
   * Contain overflow in all browsers.
   */

pre {
  overflow: auto;
}

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
     ========================================================================== */

/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */

/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */

button {
  overflow: visible;
}

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

button,
select {
  text-transform: none;
}

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
   * Re-set default cursor for disabled elements.
   */

button[disabled],
html input[disabled] {
  cursor: not-allowed;
}

/**
   * Remove inner padding and border in Firefox 4+.
   */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

input {
  line-height: normal;
}

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */
}

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */

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

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

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */

textarea {
  overflow: auto;
}

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

optgroup {
  font-weight: bold;
}

/* Tables
     ========================================================================== */

/**
   * Remove most spacing between table cells.
   */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=100em";
}

html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.87);
  background: #222627;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  width: 100%;
  border-radius: 0;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.row::before,
.row::after {
  content: ' ';
  display: table;
}

.row::after {
  clear: both;
}

.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row .row {
  margin-left: -1rem;
  margin-right: -1rem;
}

.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

.column,
.columns {
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child,
.end.columns:last-child:last-child {
  float: left;
}

.column.row.row,
.row.row.columns {
  float: none;
}

.row .column.row.row,
.row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-1 {
  width: 8.33333333%;
}

.small-push-1 {
  position: relative;
  left: 8.33333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.33333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.66666667%;
}

.small-push-2 {
  position: relative;
  left: 16.66666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.66666667%;
}

.small-offset-1 {
  margin-left: 8.33333333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.66666667%;
}

.small-4 {
  width: 33.33333333%;
}

.small-push-4 {
  position: relative;
  left: 33.33333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.33333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.66666667%;
}

.small-push-5 {
  position: relative;
  left: 41.66666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.66666667%;
}

.small-offset-4 {
  margin-left: 33.33333333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.66666667%;
}

.small-7 {
  width: 58.33333333%;
}

.small-push-7 {
  position: relative;
  left: 58.33333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.33333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.66666667%;
}

.small-push-8 {
  position: relative;
  left: 66.66666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.66666667%;
}

.small-offset-7 {
  margin-left: 58.33333333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.66666667%;
}

.small-10 {
  width: 83.33333333%;
}

.small-push-10 {
  position: relative;
  left: 83.33333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.33333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.66666667%;
}

.small-push-11 {
  position: relative;
  left: 91.66666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.66666667%;
}

.small-offset-10 {
  margin-left: 83.33333333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.66666667%;
}

.small-up-1 > .column,
.small-up-1 > .columns {
  width: 100%;
  float: left;
}

.small-up-1 > .column:nth-of-type(1n),
.small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1),
.small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

.small-up-1 > .column:last-child,
.small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column,
.small-up-2 > .columns {
  width: 50%;
  float: left;
}

.small-up-2 > .column:nth-of-type(1n),
.small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1),
.small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

.small-up-2 > .column:last-child,
.small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column,
.small-up-3 > .columns {
  width: 33.33333333%;
  float: left;
}

.small-up-3 > .column:nth-of-type(1n),
.small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1),
.small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

.small-up-3 > .column:last-child,
.small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column,
.small-up-4 > .columns {
  width: 25%;
  float: left;
}

.small-up-4 > .column:nth-of-type(1n),
.small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1),
.small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

.small-up-4 > .column:last-child,
.small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column,
.small-up-5 > .columns {
  width: 20%;
  float: left;
}

.small-up-5 > .column:nth-of-type(1n),
.small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1),
.small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

.small-up-5 > .column:last-child,
.small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column,
.small-up-6 > .columns {
  width: 16.66666667%;
  float: left;
}

.small-up-6 > .column:nth-of-type(1n),
.small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1),
.small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

.small-up-6 > .column:last-child,
.small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column,
.small-up-7 > .columns {
  width: 14.28571429%;
  float: left;
}

.small-up-7 > .column:nth-of-type(1n),
.small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1),
.small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

.small-up-7 > .column:last-child,
.small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column,
.small-up-8 > .columns {
  width: 12.5%;
  float: left;
}

.small-up-8 > .column:nth-of-type(1n),
.small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1),
.small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

.small-up-8 > .column:last-child,
.small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column,
.small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.small-collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0;
}

.small-uncollapse > .column,
.small-uncollapse > .columns {
  padding-left: 1rem;
  padding-right: 1rem;
}

.small-centered {
  margin-left: auto;
  margin-right: auto;
}

.small-centered,
.small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333333%;
  }

  .medium-push-1 {
    position: relative;
    left: 8.33333333%;
  }

  .medium-pull-1 {
    position: relative;
    left: -8.33333333%;
  }

  .medium-offset-0 {
    margin-left: 0%;
  }

  .medium-2 {
    width: 16.66666667%;
  }

  .medium-push-2 {
    position: relative;
    left: 16.66666667%;
  }

  .medium-pull-2 {
    position: relative;
    left: -16.66666667%;
  }

  .medium-offset-1 {
    margin-left: 8.33333333%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
  }

  .medium-pull-3 {
    position: relative;
    left: -25%;
  }

  .medium-offset-2 {
    margin-left: 16.66666667%;
  }

  .medium-4 {
    width: 33.33333333%;
  }

  .medium-push-4 {
    position: relative;
    left: 33.33333333%;
  }

  .medium-pull-4 {
    position: relative;
    left: -33.33333333%;
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .medium-5 {
    width: 41.66666667%;
  }

  .medium-push-5 {
    position: relative;
    left: 41.66666667%;
  }

  .medium-pull-5 {
    position: relative;
    left: -41.66666667%;
  }

  .medium-offset-4 {
    margin-left: 33.33333333%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
  }

  .medium-pull-6 {
    position: relative;
    left: -50%;
  }

  .medium-offset-5 {
    margin-left: 41.66666667%;
  }

  .medium-7 {
    width: 58.33333333%;
  }

  .medium-push-7 {
    position: relative;
    left: 58.33333333%;
  }

  .medium-pull-7 {
    position: relative;
    left: -58.33333333%;
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .medium-8 {
    width: 66.66666667%;
  }

  .medium-push-8 {
    position: relative;
    left: 66.66666667%;
  }

  .medium-pull-8 {
    position: relative;
    left: -66.66666667%;
  }

  .medium-offset-7 {
    margin-left: 58.33333333%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
  }

  .medium-pull-9 {
    position: relative;
    left: -75%;
  }

  .medium-offset-8 {
    margin-left: 66.66666667%;
  }

  .medium-10 {
    width: 83.33333333%;
  }

  .medium-push-10 {
    position: relative;
    left: 83.33333333%;
  }

  .medium-pull-10 {
    position: relative;
    left: -83.33333333%;
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .medium-11 {
    width: 91.66666667%;
  }

  .medium-push-11 {
    position: relative;
    left: 91.66666667%;
  }

  .medium-pull-11 {
    position: relative;
    left: -91.66666667%;
  }

  .medium-offset-10 {
    margin-left: 83.33333333%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-11 {
    margin-left: 91.66666667%;
  }

  .medium-up-1 > .column,
  .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }

  .medium-up-1 > .column:nth-of-type(1n),
  .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-1 > .column:nth-of-type(1n+1),
  .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }

  .medium-up-1 > .column:last-child,
  .medium-up-1 > .columns:last-child {
    float: left;
  }

  .medium-up-2 > .column,
  .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }

  .medium-up-2 > .column:nth-of-type(1n),
  .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-2 > .column:nth-of-type(2n+1),
  .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }

  .medium-up-2 > .column:last-child,
  .medium-up-2 > .columns:last-child {
    float: left;
  }

  .medium-up-3 > .column,
  .medium-up-3 > .columns {
    width: 33.33333333%;
    float: left;
  }

  .medium-up-3 > .column:nth-of-type(1n),
  .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-3 > .column:nth-of-type(3n+1),
  .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }

  .medium-up-3 > .column:last-child,
  .medium-up-3 > .columns:last-child {
    float: left;
  }

  .medium-up-4 > .column,
  .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }

  .medium-up-4 > .column:nth-of-type(1n),
  .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-4 > .column:nth-of-type(4n+1),
  .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }

  .medium-up-4 > .column:last-child,
  .medium-up-4 > .columns:last-child {
    float: left;
  }

  .medium-up-5 > .column,
  .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }

  .medium-up-5 > .column:nth-of-type(1n),
  .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-5 > .column:nth-of-type(5n+1),
  .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }

  .medium-up-5 > .column:last-child,
  .medium-up-5 > .columns:last-child {
    float: left;
  }

  .medium-up-6 > .column,
  .medium-up-6 > .columns {
    width: 16.66666667%;
    float: left;
  }

  .medium-up-6 > .column:nth-of-type(1n),
  .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-6 > .column:nth-of-type(6n+1),
  .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }

  .medium-up-6 > .column:last-child,
  .medium-up-6 > .columns:last-child {
    float: left;
  }

  .medium-up-7 > .column,
  .medium-up-7 > .columns {
    width: 14.28571429%;
    float: left;
  }

  .medium-up-7 > .column:nth-of-type(1n),
  .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-7 > .column:nth-of-type(7n+1),
  .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }

  .medium-up-7 > .column:last-child,
  .medium-up-7 > .columns:last-child {
    float: left;
  }

  .medium-up-8 > .column,
  .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }

  .medium-up-8 > .column:nth-of-type(1n),
  .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-8 > .column:nth-of-type(8n+1),
  .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }

  .medium-up-8 > .column:last-child,
  .medium-up-8 > .columns:last-child {
    float: left;
  }

  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }

  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .medium-centered {
    margin-left: auto;
    margin-right: auto;
  }

  .medium-centered,
  .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333333%;
  }

  .large-push-1 {
    position: relative;
    left: 8.33333333%;
  }

  .large-pull-1 {
    position: relative;
    left: -8.33333333%;
  }

  .large-offset-0 {
    margin-left: 0%;
  }

  .large-2 {
    width: 16.66666667%;
  }

  .large-push-2 {
    position: relative;
    left: 16.66666667%;
  }

  .large-pull-2 {
    position: relative;
    left: -16.66666667%;
  }

  .large-offset-1 {
    margin-left: 8.33333333%;
  }

  .large-3 {
    width: 25%;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
  }

  .large-pull-3 {
    position: relative;
    left: -25%;
  }

  .large-offset-2 {
    margin-left: 16.66666667%;
  }

  .large-4 {
    width: 33.33333333%;
  }

  .large-push-4 {
    position: relative;
    left: 33.33333333%;
  }

  .large-pull-4 {
    position: relative;
    left: -33.33333333%;
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .large-5 {
    width: 41.66666667%;
  }

  .large-push-5 {
    position: relative;
    left: 41.66666667%;
  }

  .large-pull-5 {
    position: relative;
    left: -41.66666667%;
  }

  .large-offset-4 {
    margin-left: 33.33333333%;
  }

  .large-6 {
    width: 50%;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
  }

  .large-pull-6 {
    position: relative;
    left: -50%;
  }

  .large-offset-5 {
    margin-left: 41.66666667%;
  }

  .large-7 {
    width: 58.33333333%;
  }

  .large-push-7 {
    position: relative;
    left: 58.33333333%;
  }

  .large-pull-7 {
    position: relative;
    left: -58.33333333%;
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .large-8 {
    width: 66.66666667%;
  }

  .large-push-8 {
    position: relative;
    left: 66.66666667%;
  }

  .large-pull-8 {
    position: relative;
    left: -66.66666667%;
  }

  .large-offset-7 {
    margin-left: 58.33333333%;
  }

  .large-9 {
    width: 75%;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
  }

  .large-pull-9 {
    position: relative;
    left: -75%;
  }

  .large-offset-8 {
    margin-left: 66.66666667%;
  }

  .large-10 {
    width: 83.33333333%;
  }

  .large-push-10 {
    position: relative;
    left: 83.33333333%;
  }

  .large-pull-10 {
    position: relative;
    left: -83.33333333%;
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .large-11 {
    width: 91.66666667%;
  }

  .large-push-11 {
    position: relative;
    left: 91.66666667%;
  }

  .large-pull-11 {
    position: relative;
    left: -91.66666667%;
  }

  .large-offset-10 {
    margin-left: 83.33333333%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-11 {
    margin-left: 91.66666667%;
  }

  .large-up-1 > .column,
  .large-up-1 > .columns {
    width: 100%;
    float: left;
  }

  .large-up-1 > .column:nth-of-type(1n),
  .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-1 > .column:nth-of-type(1n+1),
  .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }

  .large-up-1 > .column:last-child,
  .large-up-1 > .columns:last-child {
    float: left;
  }

  .large-up-2 > .column,
  .large-up-2 > .columns {
    width: 50%;
    float: left;
  }

  .large-up-2 > .column:nth-of-type(1n),
  .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-2 > .column:nth-of-type(2n+1),
  .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }

  .large-up-2 > .column:last-child,
  .large-up-2 > .columns:last-child {
    float: left;
  }

  .large-up-3 > .column,
  .large-up-3 > .columns {
    width: 33.33333333%;
    float: left;
  }

  .large-up-3 > .column:nth-of-type(1n),
  .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-3 > .column:nth-of-type(3n+1),
  .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }

  .large-up-3 > .column:last-child,
  .large-up-3 > .columns:last-child {
    float: left;
  }

  .large-up-4 > .column,
  .large-up-4 > .columns {
    width: 25%;
    float: left;
  }

  .large-up-4 > .column:nth-of-type(1n),
  .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-4 > .column:nth-of-type(4n+1),
  .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }

  .large-up-4 > .column:last-child,
  .large-up-4 > .columns:last-child {
    float: left;
  }

  .large-up-5 > .column,
  .large-up-5 > .columns {
    width: 20%;
    float: left;
  }

  .large-up-5 > .column:nth-of-type(1n),
  .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-5 > .column:nth-of-type(5n+1),
  .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }

  .large-up-5 > .column:last-child,
  .large-up-5 > .columns:last-child {
    float: left;
  }

  .large-up-6 > .column,
  .large-up-6 > .columns {
    width: 16.66666667%;
    float: left;
  }

  .large-up-6 > .column:nth-of-type(1n),
  .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-6 > .column:nth-of-type(6n+1),
  .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }

  .large-up-6 > .column:last-child,
  .large-up-6 > .columns:last-child {
    float: left;
  }

  .large-up-7 > .column,
  .large-up-7 > .columns {
    width: 14.28571429%;
    float: left;
  }

  .large-up-7 > .column:nth-of-type(1n),
  .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-7 > .column:nth-of-type(7n+1),
  .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }

  .large-up-7 > .column:last-child,
  .large-up-7 > .columns:last-child {
    float: left;
  }

  .large-up-8 > .column,
  .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }

  .large-up-8 > .column:nth-of-type(1n),
  .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-8 > .column:nth-of-type(8n+1),
  .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }

  .large-up-8 > .column:last-child,
  .large-up-8 > .columns:last-child {
    float: left;
  }

  .large-collapse > .column,
  .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }

  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .large-centered {
    margin-left: auto;
    margin-right: auto;
  }

  .large-centered,
  .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-1 {
    width: 8.33333333%;
  }

  .xlarge-push-1 {
    position: relative;
    left: 8.33333333%;
  }

  .xlarge-pull-1 {
    position: relative;
    left: -8.33333333%;
  }

  .xlarge-offset-0 {
    margin-left: 0%;
  }

  .xlarge-2 {
    width: 16.66666667%;
  }

  .xlarge-push-2 {
    position: relative;
    left: 16.66666667%;
  }

  .xlarge-pull-2 {
    position: relative;
    left: -16.66666667%;
  }

  .xlarge-offset-1 {
    margin-left: 8.33333333%;
  }

  .xlarge-3 {
    width: 25%;
  }

  .xlarge-push-3 {
    position: relative;
    left: 25%;
  }

  .xlarge-pull-3 {
    position: relative;
    left: -25%;
  }

  .xlarge-offset-2 {
    margin-left: 16.66666667%;
  }

  .xlarge-4 {
    width: 33.33333333%;
  }

  .xlarge-push-4 {
    position: relative;
    left: 33.33333333%;
  }

  .xlarge-pull-4 {
    position: relative;
    left: -33.33333333%;
  }

  .xlarge-offset-3 {
    margin-left: 25%;
  }

  .xlarge-5 {
    width: 41.66666667%;
  }

  .xlarge-push-5 {
    position: relative;
    left: 41.66666667%;
  }

  .xlarge-pull-5 {
    position: relative;
    left: -41.66666667%;
  }

  .xlarge-offset-4 {
    margin-left: 33.33333333%;
  }

  .xlarge-6 {
    width: 50%;
  }

  .xlarge-push-6 {
    position: relative;
    left: 50%;
  }

  .xlarge-pull-6 {
    position: relative;
    left: -50%;
  }

  .xlarge-offset-5 {
    margin-left: 41.66666667%;
  }

  .xlarge-7 {
    width: 58.33333333%;
  }

  .xlarge-push-7 {
    position: relative;
    left: 58.33333333%;
  }

  .xlarge-pull-7 {
    position: relative;
    left: -58.33333333%;
  }

  .xlarge-offset-6 {
    margin-left: 50%;
  }

  .xlarge-8 {
    width: 66.66666667%;
  }

  .xlarge-push-8 {
    position: relative;
    left: 66.66666667%;
  }

  .xlarge-pull-8 {
    position: relative;
    left: -66.66666667%;
  }

  .xlarge-offset-7 {
    margin-left: 58.33333333%;
  }

  .xlarge-9 {
    width: 75%;
  }

  .xlarge-push-9 {
    position: relative;
    left: 75%;
  }

  .xlarge-pull-9 {
    position: relative;
    left: -75%;
  }

  .xlarge-offset-8 {
    margin-left: 66.66666667%;
  }

  .xlarge-10 {
    width: 83.33333333%;
  }

  .xlarge-push-10 {
    position: relative;
    left: 83.33333333%;
  }

  .xlarge-pull-10 {
    position: relative;
    left: -83.33333333%;
  }

  .xlarge-offset-9 {
    margin-left: 75%;
  }

  .xlarge-11 {
    width: 91.66666667%;
  }

  .xlarge-push-11 {
    position: relative;
    left: 91.66666667%;
  }

  .xlarge-pull-11 {
    position: relative;
    left: -91.66666667%;
  }

  .xlarge-offset-10 {
    margin-left: 83.33333333%;
  }

  .xlarge-12 {
    width: 100%;
  }

  .xlarge-offset-11 {
    margin-left: 91.66666667%;
  }

  .xlarge-up-1 > .column,
  .xlarge-up-1 > .columns {
    width: 100%;
    float: left;
  }

  .xlarge-up-1 > .column:nth-of-type(1n),
  .xlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-1 > .column:nth-of-type(1n+1),
  .xlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }

  .xlarge-up-1 > .column:last-child,
  .xlarge-up-1 > .columns:last-child {
    float: left;
  }

  .xlarge-up-2 > .column,
  .xlarge-up-2 > .columns {
    width: 50%;
    float: left;
  }

  .xlarge-up-2 > .column:nth-of-type(1n),
  .xlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-2 > .column:nth-of-type(2n+1),
  .xlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }

  .xlarge-up-2 > .column:last-child,
  .xlarge-up-2 > .columns:last-child {
    float: left;
  }

  .xlarge-up-3 > .column,
  .xlarge-up-3 > .columns {
    width: 33.33333333%;
    float: left;
  }

  .xlarge-up-3 > .column:nth-of-type(1n),
  .xlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-3 > .column:nth-of-type(3n+1),
  .xlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }

  .xlarge-up-3 > .column:last-child,
  .xlarge-up-3 > .columns:last-child {
    float: left;
  }

  .xlarge-up-4 > .column,
  .xlarge-up-4 > .columns {
    width: 25%;
    float: left;
  }

  .xlarge-up-4 > .column:nth-of-type(1n),
  .xlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-4 > .column:nth-of-type(4n+1),
  .xlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }

  .xlarge-up-4 > .column:last-child,
  .xlarge-up-4 > .columns:last-child {
    float: left;
  }

  .xlarge-up-5 > .column,
  .xlarge-up-5 > .columns {
    width: 20%;
    float: left;
  }

  .xlarge-up-5 > .column:nth-of-type(1n),
  .xlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-5 > .column:nth-of-type(5n+1),
  .xlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }

  .xlarge-up-5 > .column:last-child,
  .xlarge-up-5 > .columns:last-child {
    float: left;
  }

  .xlarge-up-6 > .column,
  .xlarge-up-6 > .columns {
    width: 16.66666667%;
    float: left;
  }

  .xlarge-up-6 > .column:nth-of-type(1n),
  .xlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-6 > .column:nth-of-type(6n+1),
  .xlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }

  .xlarge-up-6 > .column:last-child,
  .xlarge-up-6 > .columns:last-child {
    float: left;
  }

  .xlarge-up-7 > .column,
  .xlarge-up-7 > .columns {
    width: 14.28571429%;
    float: left;
  }

  .xlarge-up-7 > .column:nth-of-type(1n),
  .xlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-7 > .column:nth-of-type(7n+1),
  .xlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }

  .xlarge-up-7 > .column:last-child,
  .xlarge-up-7 > .columns:last-child {
    float: left;
  }

  .xlarge-up-8 > .column,
  .xlarge-up-8 > .columns {
    width: 12.5%;
    float: left;
  }

  .xlarge-up-8 > .column:nth-of-type(1n),
  .xlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-8 > .column:nth-of-type(8n+1),
  .xlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }

  .xlarge-up-8 > .column:last-child,
  .xlarge-up-8 > .columns:last-child {
    float: left;
  }

  .xlarge-collapse > .column,
  .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .xlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  .expanded.row .xlarge-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }

  .xlarge-uncollapse > .column,
  .xlarge-uncollapse > .columns {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xlarge-centered {
    margin-left: auto;
    margin-right: auto;
  }

  .xlarge-centered,
  .xlarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 100em) {
  .xxlarge-1 {
    width: 8.33333333%;
  }

  .xxlarge-push-1 {
    position: relative;
    left: 8.33333333%;
  }

  .xxlarge-pull-1 {
    position: relative;
    left: -8.33333333%;
  }

  .xxlarge-offset-0 {
    margin-left: 0%;
  }

  .xxlarge-2 {
    width: 16.66666667%;
  }

  .xxlarge-push-2 {
    position: relative;
    left: 16.66666667%;
  }

  .xxlarge-pull-2 {
    position: relative;
    left: -16.66666667%;
  }

  .xxlarge-offset-1 {
    margin-left: 8.33333333%;
  }

  .xxlarge-3 {
    width: 25%;
  }

  .xxlarge-push-3 {
    position: relative;
    left: 25%;
  }

  .xxlarge-pull-3 {
    position: relative;
    left: -25%;
  }

  .xxlarge-offset-2 {
    margin-left: 16.66666667%;
  }

  .xxlarge-4 {
    width: 33.33333333%;
  }

  .xxlarge-push-4 {
    position: relative;
    left: 33.33333333%;
  }

  .xxlarge-pull-4 {
    position: relative;
    left: -33.33333333%;
  }

  .xxlarge-offset-3 {
    margin-left: 25%;
  }

  .xxlarge-5 {
    width: 41.66666667%;
  }

  .xxlarge-push-5 {
    position: relative;
    left: 41.66666667%;
  }

  .xxlarge-pull-5 {
    position: relative;
    left: -41.66666667%;
  }

  .xxlarge-offset-4 {
    margin-left: 33.33333333%;
  }

  .xxlarge-6 {
    width: 50%;
  }

  .xxlarge-push-6 {
    position: relative;
    left: 50%;
  }

  .xxlarge-pull-6 {
    position: relative;
    left: -50%;
  }

  .xxlarge-offset-5 {
    margin-left: 41.66666667%;
  }

  .xxlarge-7 {
    width: 58.33333333%;
  }

  .xxlarge-push-7 {
    position: relative;
    left: 58.33333333%;
  }

  .xxlarge-pull-7 {
    position: relative;
    left: -58.33333333%;
  }

  .xxlarge-offset-6 {
    margin-left: 50%;
  }

  .xxlarge-8 {
    width: 66.66666667%;
  }

  .xxlarge-push-8 {
    position: relative;
    left: 66.66666667%;
  }

  .xxlarge-pull-8 {
    position: relative;
    left: -66.66666667%;
  }

  .xxlarge-offset-7 {
    margin-left: 58.33333333%;
  }

  .xxlarge-9 {
    width: 75%;
  }

  .xxlarge-push-9 {
    position: relative;
    left: 75%;
  }

  .xxlarge-pull-9 {
    position: relative;
    left: -75%;
  }

  .xxlarge-offset-8 {
    margin-left: 66.66666667%;
  }

  .xxlarge-10 {
    width: 83.33333333%;
  }

  .xxlarge-push-10 {
    position: relative;
    left: 83.33333333%;
  }

  .xxlarge-pull-10 {
    position: relative;
    left: -83.33333333%;
  }

  .xxlarge-offset-9 {
    margin-left: 75%;
  }

  .xxlarge-11 {
    width: 91.66666667%;
  }

  .xxlarge-push-11 {
    position: relative;
    left: 91.66666667%;
  }

  .xxlarge-pull-11 {
    position: relative;
    left: -91.66666667%;
  }

  .xxlarge-offset-10 {
    margin-left: 83.33333333%;
  }

  .xxlarge-12 {
    width: 100%;
  }

  .xxlarge-offset-11 {
    margin-left: 91.66666667%;
  }

  .xxlarge-up-1 > .column,
  .xxlarge-up-1 > .columns {
    width: 100%;
    float: left;
  }

  .xxlarge-up-1 > .column:nth-of-type(1n),
  .xxlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .xxlarge-up-1 > .column:nth-of-type(1n+1),
  .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }

  .xxlarge-up-1 > .column:last-child,
  .xxlarge-up-1 > .columns:last-child {
    float: left;
  }

  .xxlarge-up-2 > .column,
  .xxlarge-up-2 > .columns {
    width: 50%;
    float: left;
  }

  .xxlarge-up-2 > .column:nth-of-type(1n),
  .xxlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .xxlarge-up-2 > .column:nth-of-type(2n+1),
  .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }

  .xxlarge-up-2 > .column:last-child,
  .xxlarge-up-2 > .columns:last-child {
    float: left;
  }

  .xxlarge-up-3 > .column,
  .xxlarge-up-3 > .columns {
    width: 33.33333333%;
    float: left;
  }

  .xxlarge-up-3 > .column:nth-of-type(1n),
  .xxlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .xxlarge-up-3 > .column:nth-of-type(3n+1),
  .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }

  .xxlarge-up-3 > .column:last-child,
  .xxlarge-up-3 > .columns:last-child {
    float: left;
  }

  .xxlarge-up-4 > .column,
  .xxlarge-up-4 > .columns {
    width: 25%;
    float: left;
  }

  .xxlarge-up-4 > .column:nth-of-type(1n),
  .xxlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .xxlarge-up-4 > .column:nth-of-type(4n+1),
  .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }

  .xxlarge-up-4 > .column:last-child,
  .xxlarge-up-4 > .columns:last-child {
    float: left;
  }

  .xxlarge-up-5 > .column,
  .xxlarge-up-5 > .columns {
    width: 20%;
    float: left;
  }

  .xxlarge-up-5 > .column:nth-of-type(1n),
  .xxlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .xxlarge-up-5 > .column:nth-of-type(5n+1),
  .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }

  .xxlarge-up-5 > .column:last-child,
  .xxlarge-up-5 > .columns:last-child {
    float: left;
  }

  .xxlarge-up-6 > .column,
  .xxlarge-up-6 > .columns {
    width: 16.66666667%;
    float: left;
  }

  .xxlarge-up-6 > .column:nth-of-type(1n),
  .xxlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .xxlarge-up-6 > .column:nth-of-type(6n+1),
  .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }

  .xxlarge-up-6 > .column:last-child,
  .xxlarge-up-6 > .columns:last-child {
    float: left;
  }

  .xxlarge-up-7 > .column,
  .xxlarge-up-7 > .columns {
    width: 14.28571429%;
    float: left;
  }

  .xxlarge-up-7 > .column:nth-of-type(1n),
  .xxlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .xxlarge-up-7 > .column:nth-of-type(7n+1),
  .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }

  .xxlarge-up-7 > .column:last-child,
  .xxlarge-up-7 > .columns:last-child {
    float: left;
  }

  .xxlarge-up-8 > .column,
  .xxlarge-up-8 > .columns {
    width: 12.5%;
    float: left;
  }

  .xxlarge-up-8 > .column:nth-of-type(1n),
  .xxlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .xxlarge-up-8 > .column:nth-of-type(8n+1),
  .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }

  .xxlarge-up-8 > .column:last-child,
  .xxlarge-up-8 > .columns:last-child {
    float: left;
  }

  .xxlarge-collapse > .column,
  .xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .xxlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  .expanded.row .xxlarge-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }

  .xxlarge-uncollapse > .column,
  .xxlarge-uncollapse > .columns {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xxlarge-centered {
    margin-left: auto;
    margin-right: auto;
  }

  .xxlarge-centered,
  .xxlarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .xxlarge-uncentered,
  .xxlarge-push-0,
  .xxlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "BebasNeueRegular", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #cacaca;
  line-height: 0;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.1875rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.0625rem;
}

h6 {
  font-size: 1rem;
}

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.9375rem;
  }

  h4 {
    font-size: 1.5625rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1rem;
  }
}

a {
  color: #DF2B0B;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}

a:hover,
a:focus {
  color: #c02509;
}

a img {
  border: 0;
}

hr {
  max-width: 100rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside;
}

li {
  font-size: inherit;
}

ul {
  list-style-type: disc;
  margin-left: 1.25rem;
}

ol {
  margin-left: 1.25rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.44);
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: rgba(0, 0, 0, 0.44);
}

cite:before {
  content: '\2014    ';
}

abbr {
  color: rgba(0, 0, 0, 0.87);
  cursor: help;
  border-bottom: 1px dotted black;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: black;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: black;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.44);
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }

  .medium-text-right {
    text-align: right;
  }

  .medium-text-center {
    text-align: center;
  }

  .medium-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }

  .large-text-right {
    text-align: right;
  }

  .large-text-center {
    text-align: center;
  }

  .large-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left;
  }

  .xlarge-text-right {
    text-align: right;
  }

  .xlarge-text-center {
    text-align: center;
  }

  .xlarge-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 100em) {
  .xxlarge-text-left {
    text-align: left;
  }

  .xxlarge-text-right {
    text-align: right;
  }

  .xxlarge-text-center {
    text-align: center;
  }

  .xxlarge-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
  blockquote {
    border: 1px solid rgba(0, 0, 0, 0.44);
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

@page {
    margin: 0.5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: black;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.44);
  background-color: #fefefe;
  outline: none;
  -webkit-box-shadow: 0 0 5px #cacaca;
          box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cacaca;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #cacaca;
}

input::placeholder,
textarea::placeholder {
  color: #cacaca;
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: black;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: black;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}

.input-group > :first-child {
  border-radius: 0 0 0 0;
}

.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-label,
.input-group-field,
.input-group-button {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: black;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%;
}

.input-group-button a,
.input-group-button input,
.input-group-button button {
  margin: 0;
}

.input-group .input-group-button {
  display: table-cell;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  margin-bottom: 0.5rem;
  max-width: 100%;
}

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0;
}

.fieldset legend {
  background: #222627;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: black;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%280, 0, 0%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840;
}

.is-invalid-label {
  color: #ec5840;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840;
}

.form-error.is-visible {
  display: block;
}

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #DF2B0B;
  color: #fefefe;
}

[data-whatinput='mouse'] .button {
  outline: 0;
}

.button:hover,
.button:focus {
  background-color: #be2509;
  color: #fefefe;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.button.primary {
  background-color: #DF2B0B;
  color: #fefefe;
}

.button.primary:hover,
.button.primary:focus {
  background-color: #b22209;
  color: #fefefe;
}

.button.secondary {
  background-color: #777;
  color: #fefefe;
}

.button.secondary:hover,
.button.secondary:focus {
  background-color: #5f5f5f;
  color: #fefefe;
}

.button.success {
  background-color: #3adb76;
  color: #fefefe;
}

.button.success:hover,
.button.success:focus {
  background-color: #22bb5b;
  color: #fefefe;
}

.button.warning {
  background-color: #ffae00;
  color: #fefefe;
}

.button.warning:hover,
.button.warning:focus {
  background-color: #cc8b00;
  color: #fefefe;
}

.button.alert {
  background-color: #ec5840;
  color: #fefefe;
}

.button.alert:hover,
.button.alert:focus {
  background-color: #da3116;
  color: #fefefe;
}

.button.hollow {
  border: 1px solid #DF2B0B;
  color: #DF2B0B;
}

.button.hollow,
.button.hollow:hover,
.button.hollow:focus {
  background-color: transparent;
}

.button.hollow:hover,
.button.hollow:focus {
  border-color: #701606;
  color: #701606;
}

.button.hollow.primary {
  border: 1px solid #DF2B0B;
  color: #DF2B0B;
}

.button.hollow.primary:hover,
.button.hollow.primary:focus {
  border-color: #701606;
  color: #701606;
}

.button.hollow.secondary {
  border: 1px solid #777;
  color: #777;
}

.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
  border-color: #3c3b3b;
  color: #3c3b3b;
}

.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.success:hover,
.button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover,
.button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.hollow.alert {
  border: 1px solid #ec5840;
  color: #ec5840;
}

.button.hollow.alert:hover,
.button.hollow.alert:focus {
  border-color: #881f0e;
  color: #881f0e;
}

.button.disabled,
.button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: #DF2B0B;
  color: #fefefe;
}

.button.disabled.primary,
.button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.primary:hover,
.button.disabled.primary:focus,
.button[disabled].primary:hover,
.button[disabled].primary:focus {
  background-color: #DF2B0B;
  color: #fefefe;
}

.button.disabled.secondary,
.button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  background-color: #777;
  color: #fefefe;
}

.button.disabled.success,
.button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
  background-color: #3adb76;
  color: #fefefe;
}

.button.disabled.warning,
.button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
  background-color: #ffae00;
  color: #fefefe;
}

.button.disabled.alert,
.button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  background-color: #ec5840;
  color: #fefefe;
}

.button.dropdown::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  border-color: #fefefe transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: relative;
  top: 0.4em;
  float: right;
  margin-left: 1em;
  display: inline-block;
}

.button.arrow-only::after {
  margin-left: 0;
  float: none;
  top: -0.1em;
}

.accordion {
  list-style-type: none;
  background: transparent;
  margin-left: 0;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #fefefe;
  position: relative;
  border: 0px solid #e6e6e6;
  border-bottom: 0;
}

:last-child:not(.is-active) > .accordion-title {
  border-radius: 0 0 0 0;
  border-bottom: 0px solid #e6e6e6;
}

.accordion-title:hover,
.accordion-title:focus {
  background-color: transparent;
}

.accordion-title::before {
  content: '+';
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.5rem;
}

.is-active > .accordion-title::before {
  content: '\2013';
}

.accordion-content {
  padding: 0;
  display: none;
  border: 0px solid #e6e6e6;
  border-bottom: 0;
  background-color: transparent;
  color: #999999;
}

:last-child > .accordion-content:last-child {
  border-bottom: 0px solid #e6e6e6;
}

.is-accordion-submenu-parent > a {
  position: relative;
}

.is-accordion-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: #DF2B0B transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 1rem;
}

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #DF2B0B;
  color: #fefefe;
}

.badge.secondary {
  background: #777;
  color: #fefefe;
}

.badge.success {
  background: #3adb76;
  color: #fefefe;
}

.badge.warning {
  background: #ffae00;
  color: #fefefe;
}

.badge.alert {
  background: #ec5840;
  color: #fefefe;
}

.breadcrumbs {
  list-style: none;
  margin: 0 0 0 20px;
}

.breadcrumbs::before,
.breadcrumbs::after {
  content: ' ';
  display: table;
}

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  color: #999999;
  font-size: 14px;
  cursor: default;
  margin-right: 0.75rem;
}

.breadcrumbs a {
  color: #DF2B0B;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  font-size: 0;
}

.button-group::before,
.button-group::after {
  content: ' ';
  display: table;
}

.button-group::after {
  clear: both;
}

.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
}

.button-group .button:last-child {
  margin-right: 0;
}

.button-group.tiny .button {
  font-size: 0.6rem;
}

.button-group.small .button {
  font-size: 0.75rem;
}

.button-group.large .button {
  font-size: 1.25rem;
}

.button-group.expanded {
  margin-right: -1px;
}

.button-group.expanded::before,
.button-group.expanded::after {
  display: none;
}

.button-group.expanded .button:first-child:nth-last-child(2),
.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
  display: inline-block;
  width: calc(50% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(2):last-child,
.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(3),
.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
  display: inline-block;
  width: calc(33.33333333% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(3):last-child,
.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(4),
.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(4):last-child,
.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(5),
.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
  display: inline-block;
  width: calc(20% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(5):last-child,
.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(6),
.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
  display: inline-block;
  width: calc(16.66666667% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(6):last-child,
.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.primary .button {
  background-color: #DF2B0B;
  color: #fefefe;
}

.button-group.primary .button:hover,
.button-group.primary .button:focus {
  background-color: #b22209;
  color: #fefefe;
}

.button-group.secondary .button {
  background-color: #777;
  color: #fefefe;
}

.button-group.secondary .button:hover,
.button-group.secondary .button:focus {
  background-color: #5f5f5f;
  color: #fefefe;
}

.button-group.success .button {
  background-color: #3adb76;
  color: #fefefe;
}

.button-group.success .button:hover,
.button-group.success .button:focus {
  background-color: #22bb5b;
  color: #fefefe;
}

.button-group.warning .button {
  background-color: #ffae00;
  color: #fefefe;
}

.button-group.warning .button:hover,
.button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #fefefe;
}

.button-group.alert .button {
  background-color: #ec5840;
  color: #fefefe;
}

.button-group.alert .button:hover,
.button-group.alert .button:focus {
  background-color: #da3116;
  color: #fefefe;
}

.button-group.stacked .button,
.button-group.stacked-for-small .button,
.button-group.stacked-for-medium .button {
  width: 100%;
}

.button-group.stacked .button:last-child,
.button-group.stacked-for-small .button:last-child,
.button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    width: auto;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    width: auto;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }

  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
  position: relative;
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}

.callout > :first-child {
  margin-top: 0;
}

.callout > :last-child {
  margin-bottom: 0;
}

.callout.primary {
  background-color: #fdddd8;
}

.callout.secondary {
  background-color: #ebebeb;
}

.callout.success {
  background-color: #e1faea;
}

.callout.warning {
  background-color: #fff3d9;
}

.callout.alert {
  background-color: #fce6e2;
}

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.close-button {
  position: absolute;
  color: rgba(0, 0, 0, 0.44);
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer;
}

[data-whatinput='mouse'] .close-button {
  outline: 0;
}

.close-button:hover,
.close-button:focus {
  color: black;
}

.menu {
  margin: 0;
  list-style-type: none;
}

.menu > li {
  display: table-cell;
  vertical-align: middle;
}

[data-whatinput='mouse'] .menu > li {
  outline: 0;
}

.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}

.menu input,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  vertical-align: middle;
}

.menu > li > a img + span,
.menu > li > a i + span,
.menu > li > a svg + span {
  vertical-align: middle;
}

.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  margin-right: 0.25rem;
  display: inline-block;
}

.menu > li {
  display: table-cell;
}

.menu.vertical > li {
  display: block;
}

@media screen and (min-width: 40em) {
  .menu.medium-horizontal > li {
    display: table-cell;
  }

  .menu.medium-vertical > li {
    display: block;
  }
}

@media screen and (min-width: 64em) {
  .menu.large-horizontal > li {
    display: table-cell;
  }

  .menu.large-vertical > li {
    display: block;
  }
}

@media screen and (min-width: 75em) {
  .menu.xlarge-horizontal > li {
    display: table-cell;
  }

  .menu.xlarge-vertical > li {
    display: block;
  }
}

@media screen and (min-width: 100em) {
  .menu.xxlarge-horizontal > li {
    display: table-cell;
  }

  .menu.xxlarge-vertical > li {
    display: block;
  }
}

.menu.simple li {
  line-height: 1;
  display: inline-block;
  margin-right: 1rem;
}

.menu.simple a {
  padding: 0;
}

.menu.align-right::before,
.menu.align-right::after {
  content: ' ';
  display: table;
}

.menu.align-right::after {
  clear: both;
}

.menu.align-right > li {
  float: right;
}

.menu.expanded {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.menu.expanded > li:first-child:last-child {
  width: 100%;
}

.menu.icon-top > li > a {
  text-align: center;
}

.menu.icon-top > li > a img,
.menu.icon-top > li > a i,
.menu.icon-top > li > a svg {
  display: block;
  margin: 0 auto 0.25rem;
}

.menu.nested {
  margin-left: 1rem;
}

.menu .active > a {
  color: #fefefe;
  background: #DF2B0B;
}

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
}

.menu-centered {
  text-align: center;
}

.menu-centered > .menu {
  display: inline-block;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}

.menu-icon::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
          box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
}

.menu-icon:hover::after {
  background: #cacaca;
  -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
          box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}

.menu-icon.dark::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: black;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 7px 0 black, 0 14px 0 black;
          box-shadow: 0 7px 0 black, 0 14px 0 black;
}

.menu-icon.dark:hover::after {
  background: rgba(0, 0, 0, 0.44);
  -webkit-box-shadow: 0 7px 0 rgba(0, 0, 0, 0.44), 0 14px 0 rgba(0, 0, 0, 0.44);
          box-shadow: 0 7px 0 rgba(0, 0, 0, 0.44), 0 14px 0 rgba(0, 0, 0, 0.44);
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block !important;
}

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}

.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.is-drilldown-submenu-parent > a {
  position: relative;
}

.is-drilldown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent #DF2B0B;
  border-left-style: solid;
  border-right-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.js-drilldown-back > a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #DF2B0B transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown-pane {
  background-color: #222627;
  border: 1px solid #cacaca;
  border-radius: 0;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10;
}

.dropdown-pane.is-open {
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #DF2B0B transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px;
}

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}

.no-js .dropdown.menu ul {
  display: none;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px;
}

.dropdown.menu.vertical > li.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #DF2B0B transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
}

.dropdown.menu.vertical > li.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #DF2B0B;
  border-left-style: solid;
  border-right-width: 0;
}

@media screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }

  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }

  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }

  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #DF2B0B transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }

  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }

  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }

  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #DF2B0B transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }

  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #DF2B0B;
    border-left-style: solid;
    border-right-width: 0;
  }
}

@media screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }

  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }

  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }

  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #DF2B0B transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }

  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }

  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }

  .dropdown.menu.large-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #DF2B0B transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }

  .dropdown.menu.large-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #DF2B0B;
    border-left-style: solid;
    border-right-width: 0;
  }
}

@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }

  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }

  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }

  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #DF2B0B transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }

  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }

  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }

  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #DF2B0B transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }

  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #DF2B0B;
    border-left-style: solid;
    border-right-width: 0;
  }
}

@media screen and (min-width: 100em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }

  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }

  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }

  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #DF2B0B transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }

  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }

  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  .dropdown.menu.xxlarge-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }

  .dropdown.menu.xxlarge-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #DF2B0B transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }

  .dropdown.menu.xxlarge-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #DF2B0B;
    border-left-style: solid;
    border-right-width: 0;
  }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0;
}

.is-dropdown-menu.vertical {
  width: 100px;
}

.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
  margin-top: -3px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #DF2B0B transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #DF2B0B;
  border-left-style: solid;
  border-right-width: 0;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden;
}

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

.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #DF2B0B;
  color: #fefefe;
}

.label.secondary {
  background: #777;
  color: #fefefe;
}

.label.success {
  background: #3adb76;
  color: #fefefe;
}

.label.warning {
  background: #ffae00;
  color: #fefefe;
}

.label.alert {
  background: #ec5840;
  color: #fefefe;
}

.media-object {
  margin-bottom: 1rem;
  display: block;
}

.media-object img {
  max-width: none;
}

@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    display: block;
  }

  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  display: table-cell;
  vertical-align: top;
}

.media-object-section:first-child {
  padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.media-object-section > :last-child {
  margin-bottom: 0;
}

.media-object-section.middle {
  vertical-align: middle;
}

.media-object-section.bottom {
  vertical-align: bottom;
}

html,
body {
  height: 100%;
}

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-overflow-scrolling: auto;
}

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  min-height: 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.off-canvas-wrapper-inner::before,
.off-canvas-wrapper-inner::after {
  content: ' ';
  display: table;
}

.off-canvas-wrapper-inner::after {
  clear: both;
}

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #222627;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}

.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

.off-canvas.position-left {
  left: -250px;
  top: 0;
  width: 250px;
}

.is-open-left {
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
}

.off-canvas.position-right {
  right: -250px;
  top: 0;
  width: 250px;
}

.is-open-right {
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed;
  }

  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed;
  }

  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
}

@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed;
  }

  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed;
  }

  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
}

@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    left: 0;
    z-index: auto;
    position: fixed;
  }

  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-xlarge {
    right: 0;
    z-index: auto;
    position: fixed;
  }

  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
}

@media screen and (min-width: 100em) {
  .position-left.reveal-for-xxlarge {
    left: 0;
    z-index: auto;
    position: fixed;
  }

  .position-left.reveal-for-xxlarge ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-xxlarge {
    right: 0;
    z-index: auto;
    position: fixed;
  }

  .position-right.reveal-for-xxlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none;
}

.orbit-slide {
  width: 100%;
  max-height: 100%;
}

.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #fefefe;
  background-color: rgba(0, 0, 0, 0.5);
}

.orbit-previous,
.orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}

[data-whatinput='mouse'] .orbit-previous,
[data-whatinput='mouse'] .orbit-next {
  outline: 0;
}

.orbit-previous:hover,
.orbit-next:hover,
.orbit-previous:active,
.orbit-next:active,
.orbit-previous:focus,
.orbit-next:focus {
  background-color: rgba(0, 0, 0, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

[data-whatinput='mouse'] .orbit-bullets {
  outline: 0;
}

.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  background-color: #cacaca;
  border-radius: 50%;
}

.orbit-bullets button:hover {
  background-color: rgba(0, 0, 0, 0.44);
}

.orbit-bullets button.is-active {
  background-color: rgba(0, 0, 0, 0.44);
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

.pagination::before,
.pagination::after {
  content: ' ';
  display: table;
}

.pagination::after {
  clear: both;
}

.pagination li {
  font-size: 0.875rem;
  margin-right: 0.0625rem;
  border-radius: 0;
  display: none;
}

.pagination li:last-child,
.pagination li:first-child {
  display: inline-block;
}

@media screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}

.pagination a,
.pagination button {
  color: black;
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
}

.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #DF2B0B;
  color: #fefefe;
  cursor: default;
}

.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis::after {
  content: '\2026';
  padding: 0.1875rem 0.625rem;
  color: black;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '\AB';
  display: inline-block;
  margin-right: 0.5rem;
}

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '\BB';
  display: inline-block;
  margin-left: 0.5rem;
}

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
}

.progress.primary .progress-meter {
  background-color: #DF2B0B;
}

.progress.secondary .progress-meter {
  background-color: #777;
}

.progress.success .progress-meter {
  background-color: #3adb76;
}

.progress.warning .progress-meter {
  background-color: #ffae00;
}

.progress.alert .progress-meter {
  background-color: #ec5840;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #DF2B0B;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.slider-fill.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #DF2B0B;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  border-radius: 0;
}

[data-whatinput='mouse'] .slider-handle {
  outline: 0;
}

.slider-handle:hover {
  background-color: #be2509;
}

.slider-handle.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}

.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: absolute;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto;
}

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(0, 0, 0, 0.45);
  overflow-y: scroll;
}

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  border-radius: 0;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column,
.reveal .columns,
.reveal .columns {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 100rem;
  }
}

@media screen and (min-width: 40em) {
  .reveal .reveal {
    left: auto;
    right: auto;
    margin: 0 auto;
  }
}

.reveal.collapse {
  padding: 0;
}

@media screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 100rem;
  }
}

@media screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 100rem;
  }
}

@media screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 100rem;
  }
}

.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

.switch {
  height: 2rem;
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #fefefe;
  font-weight: bold;
  font-size: 0.875rem;
}

.switch-input {
  opacity: 0;
  position: absolute;
  margin-bottom: 0;
}

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit;
}

input + .switch-paddle {
  margin: 0;
}

.switch-paddle::after {
  background: #fefefe;
  content: '';
  display: block;
  position: absolute;
  height: 1.5rem;
  left: 0.25rem;
  top: 0.25rem;
  width: 1.5rem;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border-radius: 0;
}

input:checked ~ .switch-paddle {
  background: #DF2B0B;
}

input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}

[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-active,
.switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}

input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}

input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}

.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem;
}

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}

.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem;
}

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}

.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem;
}

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

caption {
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}

thead {
  background: #f8f8f8;
  color: rgba(0, 0, 0, 0.87);
}

tfoot {
  background: #f1f1f1;
  color: rgba(0, 0, 0, 0.87);
}

thead tr,
tfoot tr {
  background: transparent;
}

thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none;
  }

  table.stack tfoot {
    display: none;
  }

  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }

  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f3f3f3;
}

table.hover tfoot tr:hover {
  background-color: #ececec;
}

table.hover tbody tr:hover {
  background-color: #f9f9f9;
}

table.hover tbody tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.table-scroll {
  overflow-x: auto;
}

.table-scroll table {
  width: auto;
}

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
}

.tabs::before,
.tabs::after {
  content: ' ';
  display: table;
}

.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block;
}

.tabs.simple > li > a {
  padding: 0;
}

.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #DF2B0B;
}

.tabs.primary > li > a {
  color: #fefefe;
}

.tabs.primary > li > a:hover,
.tabs.primary > li > a:focus {
  background: #d4290a;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  line-height: 1;
  font-size: 0.75rem;
}

.tabs-title > a:hover {
  background: #fefefe;
}

.tabs-title > a:focus,
.tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
}

.tabs-content {
  background: #fefefe;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}

.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  border: solid 4px #fefefe;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem;
}

.thumbnail:hover,
.thumbnail:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(223, 43, 11, 0.5);
          box-shadow: 0 0 6px 1px rgba(223, 43, 11, 0.5);
}

.title-bar {
  background: black;
  color: #fefefe;
  padding: 0.5rem;
}

.title-bar::before,
.title-bar::after {
  content: ' ';
  display: table;
}

.title-bar::after {
  clear: both;
}

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left {
  float: left;
}

.title-bar-right {
  float: right;
  text-align: right;
}

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
}

.has-tip {
  border-bottom: dotted 1px rgba(0, 0, 0, 0.44);
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help;
}

.tooltip {
  background-color: black;
  color: #fefefe;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0;
}

.tooltip::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent black;
  border-bottom-style: solid;
  border-top-width: 0;
  bottom: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tooltip.top::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: black transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  top: 100%;
  bottom: auto;
}

.tooltip.left::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent transparent black;
  border-left-style: solid;
  border-right-width: 0;
  bottom: auto;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tooltip.right::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent black transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top-bar {
  padding: 0rem;
}

.top-bar::before,
.top-bar::after {
  content: ' ';
  display: table;
}

.top-bar::after {
  clear: both;
}

.top-bar,
.top-bar ul {
  background-color: transparent;
}

.top-bar ul ul {
  background-color: black;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%;
}

@media screen and (min-width: 40em) {
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: auto;
  }
}

@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}

@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}

@media screen and (max-width: 99.9375em) {
  .top-bar.stacked-for-xlarge .top-bar-left,
  .top-bar.stacked-for-xlarge .top-bar-right {
    width: 100%;
  }
}

.top-bar.stacked-for-xxlarge .top-bar-left,
.top-bar.stacked-for-xxlarge .top-bar-right {
  width: 100%;
}

.top-bar-title {
  float: left;
  margin-right: 1rem;
}

.top-bar-left {
  float: left;
}

.top-bar-right {
  float: right;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 74.9375em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 75em) and (max-width: 99.9375em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 74.9375em), screen and (min-width: 100em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (min-width: 100em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

@media screen and (max-width: 99.9375em) {
  .show-for-xxlarge {
    display: none !important;
  }
}

@media screen and (min-width: 100em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 99.9375em) {
  .show-for-xxlarge-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.clearfix::after {
  clear: both;
}

/* -- MIXIN FOR CUSTOM GRADIENTS
--------------------------------------*/

@font-face {
  font-family: 'BebasNeueRegular';
  src: url("/fonts/BebasNeue-Regular.woff2");
  src: url("/fonts/BebasNeue-Regular.woff") format("woff"), url("/fonts/BebasNeue-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.audioplayer {
  width: 100%;
  height: 142px;
  background: rgba(44, 44, 44, 0.64);
  margin-bottom: 24px;
  color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.44);
  position: relative;
}

.audioplayer a {
  color: transparent;
}

.audioplayer-playpause {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 1;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-transform: uppercase;
}

.audioplayer-playpause a {
  color: white;
  font-family: 'BebasNeueRegular', sans-serif;
  font-size: 40px;
  border: 4px solid white;
  padding: 4px 15px;
  line-height: 1;
  margin: auto;
  height: 56px;
  display: block;
  position: relative;
  top: 50%;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.audioplayer-playpause a:hover {
  color: #fff;
  text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

.audioplayer-playpause a:focus {
  text-decoration: none;
}

.audioplayer-time-current {
  left: 10px;
  bottom: 5px;
  z-index: 1;
  position: absolute;
  -webkit-transition: color 0.45s;
  transition: color 0.45s;
  color: white;
}

.audioplayer-playing .audioplayer-time-current {
  color: white;
}

.audioplayer-playpause.alt-style a {
  height: auto;
  margin: 0;
  display: inline-block;
  width: auto;
  border: 0;
  padding: 0;
  font-family: inherit;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -2px;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

.audioplayer-time-duration {
  position: absolute;
  bottom: 5px;
  right: 10px;
  z-index: 1;
  -webkit-transition: color 0.45s;
  transition: color 0.45s;
}

.audioplayer-playing .audioplayer-time-duration {
  color: white;
}

.audioplayer-volume {
  position: absolute;
  top: 0;
  display: none;
}

.audioplayer-volume-adjust {
  display: none;
}

.audioplayer-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 0;
  cursor: pointer;
}

.audioplayer-bar-loaded {
  background: rgba(0, 0, 0, 0.22);
  height: 100%;
}

.audioplayer-bar-played {
  height: 100%;
  background: #FD3E28;
  position: absolute;
  top: 0;
}

.audioplayer-bar-played:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #FD3E28;
  filter: brightness(85%);
  -webkit-filter: brightness(65%);
}

.audioplayer-bar-played:after {
  content: '';
  position: absolute;
  bottom: -2.5px;
  right: -7.5px;
  width: 15px;
  height: 15px;
  background: #fd3d28;
  border: 1px solid rgba(119, 119, 119, 0.25);
  border-radius: 100%;
  -webkit-box-shadow: 1px 1px 3px black;
          box-shadow: 1px 1px 3px black;
  /*  glitchy on chrome
	-webkit-transition: all 0.15s ease;
    transition: all 0.15s ease; */
  opacity: 0;
}

.audioplayer-bar:hover .audioplayer-bar-played:after {
  opacity: 1;
  bottom: -5px;
  right: -10px;
  width: 20px;
  height: 20px;
}

audioplayer-stopped .audioplayer-playpause a:before {
  content: "\E029";
  position: relative;
  top: 0px;
  display: block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  font-size: 55px;
  margin-bottom: 10px;
  display: none;
}

.audioplayer-playing .audioplayer-playpause a:before {
  content: "\E073";
  position: relative;
  top: 5px;
  left: 2px;
  display: block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  font-size: 22px;
  margin-bottom: 10px;
  border: 8px solid #FFF;
  padding: 5px 10px 11px 9px;
  border-radius: 50%;
  display: none;
}

.audioplayer-time-duration {
  color: white;
}

/* 
 * Foundation Icons v 3.0
 * Made by ZURB 2013 http://zurb.com/playground/foundation-icon-fonts-3
 * MIT License
 */

@font-face {
  font-family: "foundation-icons";
  src: url("/fonts/foundation-icons.eot");
  src: url("/fonts/foundation-icons.eot?#iefix") format("embedded-opentype"), url("/fonts/foundation-icons.woff") format("woff"), url("/fonts/foundation-icons.ttf") format("truetype"), url("/fonts/foundation-icons.svg#fontcustom") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fi-address-book:before,
.fi-alert:before,
.fi-align-center:before,
.fi-align-justify:before,
.fi-align-left:before,
.fi-align-right:before,
.fi-anchor:before,
.fi-annotate:before,
.fi-archive:before,
.fi-arrow-down:before,
.fi-arrow-left:before,
.fi-arrow-right:before,
.fi-arrow-up:before,
.fi-arrows-compress:before,
.fi-arrows-expand:before,
.fi-arrows-in:before,
.fi-arrows-out:before,
.fi-asl:before,
.fi-asterisk:before,
.fi-at-sign:before,
.fi-background-color:before,
.fi-battery-empty:before,
.fi-battery-full:before,
.fi-battery-half:before,
.fi-bitcoin-circle:before,
.fi-bitcoin:before,
.fi-blind:before,
.fi-bluetooth:before,
.fi-bold:before,
.fi-book-bookmark:before,
.fi-book:before,
.fi-bookmark:before,
.fi-braille:before,
.fi-burst-new:before,
.fi-burst-sale:before,
.fi-burst:before,
.fi-calendar:before,
.fi-camera:before,
.fi-check:before,
.fi-checkbox:before,
.fi-clipboard-notes:before,
.fi-clipboard-pencil:before,
.fi-clipboard:before,
.fi-clock:before,
.fi-closed-caption:before,
.fi-cloud:before,
.fi-comment-minus:before,
.fi-comment-quotes:before,
.fi-comment-video:before,
.fi-comment:before,
.fi-comments:before,
.fi-compass:before,
.fi-contrast:before,
.fi-credit-card:before,
.fi-crop:before,
.fi-crown:before,
.fi-css3:before,
.fi-database:before,
.fi-die-five:before,
.fi-die-four:before,
.fi-die-one:before,
.fi-die-six:before,
.fi-die-three:before,
.fi-die-two:before,
.fi-dislike:before,
.fi-dollar-bill:before,
.fi-dollar:before,
.fi-download:before,
.fi-eject:before,
.fi-elevator:before,
.fi-euro:before,
.fi-eye:before,
.fi-fast-forward:before,
.fi-female-symbol:before,
.fi-female:before,
.fi-filter:before,
.fi-first-aid:before,
.fi-flag:before,
.fi-folder-add:before,
.fi-folder-lock:before,
.fi-folder:before,
.fi-foot:before,
.fi-foundation:before,
.fi-graph-bar:before,
.fi-graph-horizontal:before,
.fi-graph-pie:before,
.fi-graph-trend:before,
.fi-guide-dog:before,
.fi-hearing-aid:before,
.fi-heart:before,
.fi-home:before,
.fi-html5:before,
.fi-indent-less:before,
.fi-indent-more:before,
.fi-info:before,
.fi-italic:before,
.fi-key:before,
.fi-laptop:before,
.fi-layout:before,
.fi-lightbulb:before,
.fi-like:before,
.fi-link:before,
.fi-list-bullet:before,
.fi-list-number:before,
.fi-list-thumbnails:before,
.fi-list:before,
.fi-lock:before,
.fi-loop:before,
.fi-magnifying-glass:before,
.fi-mail:before,
.fi-male-female:before,
.fi-male-symbol:before,
.fi-male:before,
.fi-map:before,
.fi-marker:before,
.fi-megaphone:before,
.fi-microphone:before,
.fi-minus-circle:before,
.fi-minus:before,
.fi-mobile-signal:before,
.fi-mobile:before,
.fi-monitor:before,
.fi-mountains:before,
.fi-music:before,
.fi-next:before,
.fi-no-dogs:before,
.fi-no-smoking:before,
.fi-page-add:before,
.fi-page-copy:before,
.fi-page-csv:before,
.fi-page-delete:before,
.fi-page-doc:before,
.fi-page-edit:before,
.fi-page-export-csv:before,
.fi-page-export-doc:before,
.fi-page-export-pdf:before,
.fi-page-export:before,
.fi-page-filled:before,
.fi-page-multiple:before,
.fi-page-pdf:before,
.fi-page-remove:before,
.fi-page-search:before,
.fi-page:before,
.fi-paint-bucket:before,
.fi-paperclip:before,
.fi-pause:before,
.fi-paw:before,
.fi-paypal:before,
.fi-pencil:before,
.fi-photo:before,
.fi-play-circle:before,
.fi-play-video:before,
.fi-play:before,
.fi-plus:before,
.fi-pound:before,
.fi-power:before,
.fi-previous:before,
.fi-price-tag:before,
.fi-pricetag-multiple:before,
.fi-print:before,
.fi-prohibited:before,
.fi-projection-screen:before,
.fi-puzzle:before,
.fi-quote:before,
.fi-record:before,
.fi-refresh:before,
.fi-results-demographics:before,
.fi-results:before,
.fi-rewind-ten:before,
.fi-rewind:before,
.fi-rss:before,
.fi-safety-cone:before,
.fi-save:before,
.fi-share:before,
.fi-sheriff-badge:before,
.fi-shield:before,
.fi-shopping-bag:before,
.fi-shopping-cart:before,
.fi-shuffle:before,
.fi-skull:before,
.fi-social-500px:before,
.fi-social-adobe:before,
.fi-social-amazon:before,
.fi-social-android:before,
.fi-social-apple:before,
.fi-social-behance:before,
.fi-social-bing:before,
.fi-social-blogger:before,
.fi-social-delicious:before,
.fi-social-designer-news:before,
.fi-social-deviant-art:before,
.fi-social-digg:before,
.fi-social-dribbble:before,
.fi-social-drive:before,
.fi-social-dropbox:before,
.fi-social-evernote:before,
.fi-social-facebook:before,
.fi-social-flickr:before,
.fi-social-forrst:before,
.fi-social-foursquare:before,
.fi-social-game-center:before,
.fi-social-github:before,
.fi-social-google-plus:before,
.fi-social-hacker-news:before,
.fi-social-hi5:before,
.fi-social-instagram:before,
.fi-social-joomla:before,
.fi-social-lastfm:before,
.fi-social-linkedin:before,
.fi-social-medium:before,
.fi-social-myspace:before,
.fi-social-orkut:before,
.fi-social-path:before,
.fi-social-picasa:before,
.fi-social-pinterest:before,
.fi-social-rdio:before,
.fi-social-reddit:before,
.fi-social-skillshare:before,
.fi-social-skype:before,
.fi-social-smashing-mag:before,
.fi-social-snapchat:before,
.fi-social-spotify:before,
.fi-social-squidoo:before,
.fi-social-stack-overflow:before,
.fi-social-steam:before,
.fi-social-stumbleupon:before,
.fi-social-treehouse:before,
.fi-social-tumblr:before,
.fi-social-twitter:before,
.fi-social-vimeo:before,
.fi-social-windows:before,
.fi-social-xbox:before,
.fi-social-yahoo:before,
.fi-social-yelp:before,
.fi-social-youtube:before,
.fi-social-zerply:before,
.fi-social-zurb:before,
.fi-sound:before,
.fi-star:before,
.fi-stop:before,
.fi-strikethrough:before,
.fi-subscript:before,
.fi-superscript:before,
.fi-tablet-landscape:before,
.fi-tablet-portrait:before,
.fi-target-two:before,
.fi-target:before,
.fi-telephone-accessible:before,
.fi-telephone:before,
.fi-text-color:before,
.fi-thumbnails:before,
.fi-ticket:before,
.fi-torso-business:before,
.fi-torso-female:before,
.fi-torso:before,
.fi-torsos-all-female:before,
.fi-torsos-all:before,
.fi-torsos-female-male:before,
.fi-torsos-male-female:before,
.fi-torsos:before,
.fi-trash:before,
.fi-trees:before,
.fi-trophy:before,
.fi-underline:before,
.fi-universal-access:before,
.fi-unlink:before,
.fi-unlock:before,
.fi-upload-cloud:before,
.fi-upload:before,
.fi-usb:before,
.fi-video:before,
.fi-volume-none:before,
.fi-volume-strike:before,
.fi-volume:before,
.fi-web:before,
.fi-wheelchair:before,
.fi-widget:before,
.fi-wrench:before,
.fi-x-circle:before,
.fi-x:before,
.fi-yen:before,
.fi-zoom-in:before,
.fi-zoom-out:before {
  font-family: "foundation-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}

.fi-address-book:before {
  content: "\F100";
}

.fi-alert:before {
  content: "\F101";
}

.fi-align-center:before {
  content: "\F102";
}

.fi-align-justify:before {
  content: "\F103";
}

.fi-align-left:before {
  content: "\F104";
}

.fi-align-right:before {
  content: "\F105";
}

.fi-anchor:before {
  content: "\F106";
}

.fi-annotate:before {
  content: "\F107";
}

.fi-archive:before {
  content: "\F108";
}

.fi-arrow-down:before {
  content: "\F109";
}

.fi-arrow-left:before {
  content: "\F10A";
}

.fi-arrow-right:before {
  content: "\F10B";
}

.fi-arrow-up:before {
  content: "\F10C";
}

.fi-arrows-compress:before {
  content: "\F10D";
}

.fi-arrows-expand:before {
  content: "\F10E";
}

.fi-arrows-in:before {
  content: "\F10F";
}

.fi-arrows-out:before {
  content: "\F110";
}

.fi-asl:before {
  content: "\F111";
}

.fi-asterisk:before {
  content: "\F112";
}

.fi-at-sign:before {
  content: "\F113";
}

.fi-background-color:before {
  content: "\F114";
}

.fi-battery-empty:before {
  content: "\F115";
}

.fi-battery-full:before {
  content: "\F116";
}

.fi-battery-half:before {
  content: "\F117";
}

.fi-bitcoin-circle:before {
  content: "\F118";
}

.fi-bitcoin:before {
  content: "\F119";
}

.fi-blind:before {
  content: "\F11A";
}

.fi-bluetooth:before {
  content: "\F11B";
}

.fi-bold:before {
  content: "\F11C";
}

.fi-book-bookmark:before {
  content: "\F11D";
}

.fi-book:before {
  content: "\F11E";
}

.fi-bookmark:before {
  content: "\F11F";
}

.fi-braille:before {
  content: "\F120";
}

.fi-burst-new:before {
  content: "\F121";
}

.fi-burst-sale:before {
  content: "\F122";
}

.fi-burst:before {
  content: "\F123";
}

.fi-calendar:before {
  content: "\F124";
}

.fi-camera:before {
  content: "\F125";
}

.fi-check:before {
  content: "\F126";
}

.fi-checkbox:before {
  content: "\F127";
}

.fi-clipboard-notes:before {
  content: "\F128";
}

.fi-clipboard-pencil:before {
  content: "\F129";
}

.fi-clipboard:before {
  content: "\F12A";
}

.fi-clock:before {
  content: "\F12B";
}

.fi-closed-caption:before {
  content: "\F12C";
}

.fi-cloud:before {
  content: "\F12D";
}

.fi-comment-minus:before {
  content: "\F12E";
}

.fi-comment-quotes:before {
  content: "\F12F";
}

.fi-comment-video:before {
  content: "\F130";
}

.fi-comment:before {
  content: "\F131";
}

.fi-comments:before {
  content: "\F132";
}

.fi-compass:before {
  content: "\F133";
}

.fi-contrast:before {
  content: "\F134";
}

.fi-credit-card:before {
  content: "\F135";
}

.fi-crop:before {
  content: "\F136";
}

.fi-crown:before {
  content: "\F137";
}

.fi-css3:before {
  content: "\F138";
}

.fi-database:before {
  content: "\F139";
}

.fi-die-five:before {
  content: "\F13A";
}

.fi-die-four:before {
  content: "\F13B";
}

.fi-die-one:before {
  content: "\F13C";
}

.fi-die-six:before {
  content: "\F13D";
}

.fi-die-three:before {
  content: "\F13E";
}

.fi-die-two:before {
  content: "\F13F";
}

.fi-dislike:before {
  content: "\F140";
}

.fi-dollar-bill:before {
  content: "\F141";
}

.fi-dollar:before {
  content: "\F142";
}

.fi-download:before {
  content: "\F143";
}

.fi-eject:before {
  content: "\F144";
}

.fi-elevator:before {
  content: "\F145";
}

.fi-euro:before {
  content: "\F146";
}

.fi-eye:before {
  content: "\F147";
}

.fi-fast-forward:before {
  content: "\F148";
}

.fi-female-symbol:before {
  content: "\F149";
}

.fi-female:before {
  content: "\F14A";
}

.fi-filter:before {
  content: "\F14B";
}

.fi-first-aid:before {
  content: "\F14C";
}

.fi-flag:before {
  content: "\F14D";
}

.fi-folder-add:before {
  content: "\F14E";
}

.fi-folder-lock:before {
  content: "\F14F";
}

.fi-folder:before {
  content: "\F150";
}

.fi-foot:before {
  content: "\F151";
}

.fi-foundation:before {
  content: "\F152";
}

.fi-graph-bar:before {
  content: "\F153";
}

.fi-graph-horizontal:before {
  content: "\F154";
}

.fi-graph-pie:before {
  content: "\F155";
}

.fi-graph-trend:before {
  content: "\F156";
}

.fi-guide-dog:before {
  content: "\F157";
}

.fi-hearing-aid:before {
  content: "\F158";
}

.fi-heart:before {
  content: "\F159";
}

.fi-home:before {
  content: "\F15A";
}

.fi-html5:before {
  content: "\F15B";
}

.fi-indent-less:before {
  content: "\F15C";
}

.fi-indent-more:before {
  content: "\F15D";
}

.fi-info:before {
  content: "\F15E";
}

.fi-italic:before {
  content: "\F15F";
}

.fi-key:before {
  content: "\F160";
}

.fi-laptop:before {
  content: "\F161";
}

.fi-layout:before {
  content: "\F162";
}

.fi-lightbulb:before {
  content: "\F163";
}

.fi-like:before {
  content: "\F164";
}

.fi-link:before {
  content: "\F165";
}

.fi-list-bullet:before {
  content: "\F166";
}

.fi-list-number:before {
  content: "\F167";
}

.fi-list-thumbnails:before {
  content: "\F168";
}

.fi-list:before {
  content: "\F169";
}

.fi-lock:before {
  content: "\F16A";
}

.fi-loop:before {
  content: "\F16B";
}

.fi-magnifying-glass:before {
  content: "\F16C";
}

.fi-mail:before {
  content: "\F16D";
}

.fi-male-female:before {
  content: "\F16E";
}

.fi-male-symbol:before {
  content: "\F16F";
}

.fi-male:before {
  content: "\F170";
}

.fi-map:before {
  content: "\F171";
}

.fi-marker:before {
  content: "\F172";
}

.fi-megaphone:before {
  content: "\F173";
}

.fi-microphone:before {
  content: "\F174";
}

.fi-minus-circle:before {
  content: "\F175";
}

.fi-minus:before {
  content: "\F176";
}

.fi-mobile-signal:before {
  content: "\F177";
}

.fi-mobile:before {
  content: "\F178";
}

.fi-monitor:before {
  content: "\F179";
}

.fi-mountains:before {
  content: "\F17A";
}

.fi-music:before {
  content: "\F17B";
}

.fi-next:before {
  content: "\F17C";
}

.fi-no-dogs:before {
  content: "\F17D";
}

.fi-no-smoking:before {
  content: "\F17E";
}

.fi-page-add:before {
  content: "\F17F";
}

.fi-page-copy:before {
  content: "\F180";
}

.fi-page-csv:before {
  content: "\F181";
}

.fi-page-delete:before {
  content: "\F182";
}

.fi-page-doc:before {
  content: "\F183";
}

.fi-page-edit:before {
  content: "\F184";
}

.fi-page-export-csv:before {
  content: "\F185";
}

.fi-page-export-doc:before {
  content: "\F186";
}

.fi-page-export-pdf:before {
  content: "\F187";
}

.fi-page-export:before {
  content: "\F188";
}

.fi-page-filled:before {
  content: "\F189";
}

.fi-page-multiple:before {
  content: "\F18A";
}

.fi-page-pdf:before {
  content: "\F18B";
}

.fi-page-remove:before {
  content: "\F18C";
}

.fi-page-search:before {
  content: "\F18D";
}

.fi-page:before {
  content: "\F18E";
}

.fi-paint-bucket:before {
  content: "\F18F";
}

.fi-paperclip:before {
  content: "\F190";
}

.fi-pause:before {
  content: "\F191";
}

.fi-paw:before {
  content: "\F192";
}

.fi-paypal:before {
  content: "\F193";
}

.fi-pencil:before {
  content: "\F194";
}

.fi-photo:before {
  content: "\F195";
}

.fi-play-circle:before {
  content: "\F196";
}

.fi-play-video:before {
  content: "\F197";
}

.fi-play:before {
  content: "\F198";
}

.fi-plus:before {
  content: "\F199";
}

.fi-pound:before {
  content: "\F19A";
}

.fi-power:before {
  content: "\F19B";
}

.fi-previous:before {
  content: "\F19C";
}

.fi-price-tag:before {
  content: "\F19D";
}

.fi-pricetag-multiple:before {
  content: "\F19E";
}

.fi-print:before {
  content: "\F19F";
}

.fi-prohibited:before {
  content: "\F1A0";
}

.fi-projection-screen:before {
  content: "\F1A1";
}

.fi-puzzle:before {
  content: "\F1A2";
}

.fi-quote:before {
  content: "\F1A3";
}

.fi-record:before {
  content: "\F1A4";
}

.fi-refresh:before {
  content: "\F1A5";
}

.fi-results-demographics:before {
  content: "\F1A6";
}

.fi-results:before {
  content: "\F1A7";
}

.fi-rewind-ten:before {
  content: "\F1A8";
}

.fi-rewind:before {
  content: "\F1A9";
}

.fi-rss:before {
  content: "\F1AA";
}

.fi-safety-cone:before {
  content: "\F1AB";
}

.fi-save:before {
  content: "\F1AC";
}

.fi-share:before {
  content: "\F1AD";
}

.fi-sheriff-badge:before {
  content: "\F1AE";
}

.fi-shield:before {
  content: "\F1AF";
}

.fi-shopping-bag:before {
  content: "\F1B0";
}

.fi-shopping-cart:before {
  content: "\F1B1";
}

.fi-shuffle:before {
  content: "\F1B2";
}

.fi-skull:before {
  content: "\F1B3";
}

.fi-social-500px:before {
  content: "\F1B4";
}

.fi-social-adobe:before {
  content: "\F1B5";
}

.fi-social-amazon:before {
  content: "\F1B6";
}

.fi-social-android:before {
  content: "\F1B7";
}

.fi-social-apple:before {
  content: "\F1B8";
}

.fi-social-behance:before {
  content: "\F1B9";
}

.fi-social-bing:before {
  content: "\F1BA";
}

.fi-social-blogger:before {
  content: "\F1BB";
}

.fi-social-delicious:before {
  content: "\F1BC";
}

.fi-social-designer-news:before {
  content: "\F1BD";
}

.fi-social-deviant-art:before {
  content: "\F1BE";
}

.fi-social-digg:before {
  content: "\F1BF";
}

.fi-social-dribbble:before {
  content: "\F1C0";
}

.fi-social-drive:before {
  content: "\F1C1";
}

.fi-social-dropbox:before {
  content: "\F1C2";
}

.fi-social-evernote:before {
  content: "\F1C3";
}

.fi-social-facebook:before {
  content: "\F1C4";
}

.fi-social-flickr:before {
  content: "\F1C5";
}

.fi-social-forrst:before {
  content: "\F1C6";
}

.fi-social-foursquare:before {
  content: "\F1C7";
}

.fi-social-game-center:before {
  content: "\F1C8";
}

.fi-social-github:before {
  content: "\F1C9";
}

.fi-social-google-plus:before {
  content: "\F1CA";
}

.fi-social-hacker-news:before {
  content: "\F1CB";
}

.fi-social-hi5:before {
  content: "\F1CC";
}

.fi-social-instagram:before {
  content: "\F1CD";
}

.fi-social-joomla:before {
  content: "\F1CE";
}

.fi-social-lastfm:before {
  content: "\F1CF";
}

.fi-social-linkedin:before {
  content: "\F1D0";
}

.fi-social-medium:before {
  content: "\F1D1";
}

.fi-social-myspace:before {
  content: "\F1D2";
}

.fi-social-orkut:before {
  content: "\F1D3";
}

.fi-social-path:before {
  content: "\F1D4";
}

.fi-social-picasa:before {
  content: "\F1D5";
}

.fi-social-pinterest:before {
  content: "\F1D6";
}

.fi-social-rdio:before {
  content: "\F1D7";
}

.fi-social-reddit:before {
  content: "\F1D8";
}

.fi-social-skillshare:before {
  content: "\F1D9";
}

.fi-social-skype:before {
  content: "\F1DA";
}

.fi-social-smashing-mag:before {
  content: "\F1DB";
}

.fi-social-snapchat:before {
  content: "\F1DC";
}

.fi-social-spotify:before {
  content: "\F1DD";
}

.fi-social-squidoo:before {
  content: "\F1DE";
}

.fi-social-stack-overflow:before {
  content: "\F1DF";
}

.fi-social-steam:before {
  content: "\F1E0";
}

.fi-social-stumbleupon:before {
  content: "\F1E1";
}

.fi-social-treehouse:before {
  content: "\F1E2";
}

.fi-social-tumblr:before {
  content: "\F1E3";
}

.fi-social-twitter:before {
  content: "\F1E4";
}

.fi-social-vimeo:before {
  content: "\F1E5";
}

.fi-social-windows:before {
  content: "\F1E6";
}

.fi-social-xbox:before {
  content: "\F1E7";
}

.fi-social-yahoo:before {
  content: "\F1E8";
}

.fi-social-yelp:before {
  content: "\F1E9";
}

.fi-social-youtube:before {
  content: "\F1EA";
}

.fi-social-zerply:before {
  content: "\F1EB";
}

.fi-social-zurb:before {
  content: "\F1EC";
}

.fi-sound:before {
  content: "\F1ED";
}

.fi-star:before {
  content: "\F1EE";
}

.fi-stop:before {
  content: "\F1EF";
}

.fi-strikethrough:before {
  content: "\F1F0";
}

.fi-subscript:before {
  content: "\F1F1";
}

.fi-superscript:before {
  content: "\F1F2";
}

.fi-tablet-landscape:before {
  content: "\F1F3";
}

.fi-tablet-portrait:before {
  content: "\F1F4";
}

.fi-target-two:before {
  content: "\F1F5";
}

.fi-target:before {
  content: "\F1F6";
}

.fi-telephone-accessible:before {
  content: "\F1F7";
}

.fi-telephone:before {
  content: "\F1F8";
}

.fi-text-color:before {
  content: "\F1F9";
}

.fi-thumbnails:before {
  content: "\F1FA";
}

.fi-ticket:before {
  content: "\F1FB";
}

.fi-torso-business:before {
  content: "\F1FC";
}

.fi-torso-female:before {
  content: "\F1FD";
}

.fi-torso:before {
  content: "\F1FE";
}

.fi-torsos-all-female:before {
  content: "\F1FF";
}

.fi-torsos-all:before {
  content: "\F200";
}

.fi-torsos-female-male:before {
  content: "\F201";
}

.fi-torsos-male-female:before {
  content: "\F202";
}

.fi-torsos:before {
  content: "\F203";
}

.fi-trash:before {
  content: "\F204";
}

.fi-trees:before {
  content: "\F205";
}

.fi-trophy:before {
  content: "\F206";
}

.fi-underline:before {
  content: "\F207";
}

.fi-universal-access:before {
  content: "\F208";
}

.fi-unlink:before {
  content: "\F209";
}

.fi-unlock:before {
  content: "\F20A";
}

.fi-upload-cloud:before {
  content: "\F20B";
}

.fi-upload:before {
  content: "\F20C";
}

.fi-usb:before {
  content: "\F20D";
}

.fi-video:before {
  content: "\F20E";
}

.fi-volume-none:before {
  content: "\F20F";
}

.fi-volume-strike:before {
  content: "\F210";
}

.fi-volume:before {
  content: "\F211";
}

.fi-web:before {
  content: "\F212";
}

.fi-wheelchair:before {
  content: "\F213";
}

.fi-widget:before {
  content: "\F214";
}

.fi-wrench:before {
  content: "\F215";
}

.fi-x-circle:before {
  content: "\F216";
}

.fi-x:before {
  content: "\F217";
}

.fi-yen:before {
  content: "\F218";
}

.fi-zoom-in:before {
  content: "\F219";
}

.fi-zoom-out:before {
  content: "\F21A";
}

.stream-player {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  z-index: 99;
}

.stream-player::before {
  content: '';
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(78%, rgba(0, 0, 0, 0.99)), to(rgba(0, 0, 0, 0.697917)));
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.99) 78%, rgba(0, 0, 0, 0.697917) 100%);
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  z-index: -1;
}

.stream-player .player-container {
  width: 100%;
  height: calc(100% - 110px);
  padding: 0 20px;
  opacity: 1;
  color: rgba(255, 255, 255, 0.95);
  -webkit-transform: translate3d(0, 110px, 0);
          transform: translate3d(0, 110px, 0);
  -webkit-transition: opacity .6s .45s ease, -webkit-transform 0.8s ease;
  transition: opacity .6s .45s ease, -webkit-transform 0.8s ease;
  transition: opacity .6s .45s ease, transform 0.8s ease;
  transition: opacity .6s .45s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}

@media (min-width: 768px) {
  .stream-player .player-container {
    height: calc(100% - 160px);
    padding: 10px 0 0;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translate3d(0, 160px, 0);
            transform: translate3d(0, 160px, 0);
  }
}

.stream-player .player-container .now-playing {
  width: 100%;
  max-width: 750px;
  padding: 0px 40px;
  text-align: center;
  display: block;
  position: relative;
  -webkit-transition: max-width .3s ease;
  transition: max-width .3s ease;
}

@media (min-width: 768px) {
  .stream-player .player-container .now-playing {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
}

.stream-player .player-container .now-playing .btn-container {
  position: absolute;
  top: -70px;
  right: 20px;
}

@media (min-width: 768px) {
  .stream-player .player-container .now-playing .btn-container {
    top: -50px;
    right: 0;
  }
}

.stream-player .player-container .now-playing .btn-container .btn {
  display: inline-block;
  border: 1px solid white;
  padding: 2px 14px;
  border-radius: 18px;
  font-size: 0.85rem;
}

.stream-player .player-container .now-playing .btn-container .btn:hover {
  color: rgba(0, 0, 0, 0.97);
  background: rgba(255, 255, 255, 0.967);
  cursor: pointer;
}

.stream-player .player-container .now-playing .btn-container .btn svg {
  margin-left: 6px;
}

.stream-player .player-container .now-playing .album-art {
  margin-right: 0px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .stream-player .player-container .now-playing .album-art {
    margin-right: 40px;
    margin-bottom: 0;
  }
}

.stream-player .player-container .now-playing .album-art svg {
  position: absolute;
  font-size: 2rem;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  z-index: 1;
}

.stream-player .player-container .now-playing .album-art img {
  width: 220px;
  float: left;
  -webkit-transition: width 0.8s cubic-bezier(0, 0.96, 0.4, 0.99);
  transition: width 0.8s cubic-bezier(0, 0.96, 0.4, 0.99);
}

@media (min-width: 768px) {
  .stream-player .player-container .now-playing .album-art img {
    width: 300px;
    -webkit-transition: width 0.8s cubic-bezier(0, 0.96, 0.4, 0.99), opacity 0.3s ease;
    transition: width 0.8s cubic-bezier(0, 0.96, 0.4, 0.99), opacity 0.3s ease;
  }
}

.stream-player .player-container .info-controls {
  color: white;
  position: relative;
  top: 0;
  -webkit-transition: top .3s ease;
  transition: top .3s ease;
}

.stream-player .player-container .info-controls h3 {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 40px;
  /*
                span {
                    opacity: .5;
                }
                */
}

@media (min-width: 768px) {
  .stream-player .player-container .info-controls h3 {
    font-size: 50px;
    margin-bottom: 20px;
  }
}

.stream-player .player-container .info-controls h3 a {
  color: #D93A3A;
}

.stream-player .player-container .info-controls .livetag {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  margin-bottom: 10px;
  line-height: 1;
}

.stream-player .player-container .info-controls .livetag:before {
  content: '';
  background: #D93A3A;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 4px;
  left: 0px;
  border-radius: 50%;
}

.stream-player .player-container .info-controls #audio-player-controls {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

@media (max-width: 767px) {
  .stream-player .player-container .info-controls #audio-player-controls {
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
  }
}

.stream-player .player-container .info-controls #audio-player-controls button#pause {
  width: auto;
  height: auto;
  border: 2px solid #D93A3A;
  border-radius: 50%;
  margin-bottom: 30px;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

@media (max-width: 767px) {
  .stream-player .player-container .info-controls #audio-player-controls button#pause {
    -webkit-transform: translateX(80px) scale(1.25);
            transform: translateX(80px) scale(1.25);
    margin-bottom: 60px;
  }
}

@media (max-width: 380px) {
  .stream-player .player-container .info-controls #audio-player-controls button#pause {
    -webkit-transform: translateX(46px) scale(0.95);
            transform: translateX(46px) scale(0.95);
  }
}

.stream-player .player-container .info-controls #audio-player-controls button#pause span {
  display: inline-block;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}

.stream-player .player-container .info-controls #audio-player-controls button#pause span.play {
  position: relative;
  color: transparent;
  -webkit-transform: rotate3d(0, 1, 0, 0deg);
          transform: rotate3d(0, 1, 0, 0deg);
}

.stream-player .player-container .info-controls #audio-player-controls button#pause span.play img {
  padding: 15px;
  position: relative;
  left: 4px;
}

.stream-player .player-container .info-controls #audio-player-controls button#pause span.pause,
.stream-player .player-container .info-controls #audio-player-controls button#pause span.buffering {
  position: relative;
  color: transparent;
  -webkit-transform: rotate3d(0, 1, 0, 360deg);
          transform: rotate3d(0, 1, 0, 360deg);
}

.stream-player .player-container .info-controls #audio-player-controls button#pause span.pause img,
.stream-player .player-container .info-controls #audio-player-controls button#pause span.buffering img {
  padding: 15px;
  position: relative;
}

.stream-player .player-container .info-controls #audio-player-controls button#pause span.buffering {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

.stream-player .player-container .info-controls #audio-player-controls a.song-share {
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  position: relative;
}

@media (max-width: 767px) {
  .stream-player .player-container .info-controls #audio-player-controls a.song-share {
    left: -80px;
  }
}

@media (max-width: 380) {
  .stream-player .player-container .info-controls #audio-player-controls a.song-share {
    left: -90px;
  }
}

.stream-player .player-container .info-controls #audio-player-controls a.song-share > svg {
  font-size: 2.4rem;
  color: white;
  position: relative;
  top: 6px;
  margin-left: 60px;
  -webkit-transition: color .2s 1s ease;
  transition: color .2s 1s ease;
  z-index: 1;
}

@media (max-width: 767px) {
  .stream-player .player-container .info-controls #audio-player-controls a.song-share > svg {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    margin: 0;
  }
}

@media (max-width: 380px) {
  .stream-player .player-container .info-controls #audio-player-controls a.song-share > svg {
    margin: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

.stream-player .player-container .info-controls #audio-player-controls a.song-share .share-links {
  border-radius: 30px;
  padding: 14px 14px 14px 60px;
  pointer-events: none;
  width: 260px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(18px, 12px) rotate3d(0, 0, 1, 270deg);
          transform: translate(18px, 12px) rotate3d(0, 0, 1, 270deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  z-index: 0;
}

@media (min-width: 768px) {
  .stream-player .player-container .info-controls #audio-player-controls a.song-share .share-links {
    -webkit-transform: translate(50px, -19px);
            transform: translate(50px, -19px);
  }
}

.stream-player .player-container .info-controls #audio-player-controls a.song-share .share-links:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: white;
  border-radius: 50px;
  opacity: 0;
  z-index: -1;
  width: 60px;
  -webkit-transition: width .3s 1s ease, opacity .3s 1.4s ease;
  transition: width .3s 1s ease, opacity .3s 1.4s ease;
}

.stream-player .player-container .info-controls #audio-player-controls a.song-share .share-links a {
  opacity: 0;
  vertical-align: top;
  display: inline-block;
  line-height: 0;
  -webkit-transition: opacity .2s .9s ease;
  transition: opacity .2s .9s ease;
}

.stream-player .player-container .info-controls #audio-player-controls a.song-share .share-links svg {
  opacity: 1;
  font-size: 1.7rem;
  top: 0px;
  margin-left: 30px;
  color: black;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.stream-player .player-container .info-controls #audio-player-controls a.song-share .share-links svg:hover {
  opacity: .7;
}

@media (min-width: 768px) {
  .stream-player .player-container .info-controls #audio-player-controls a.song-share .share-links svg {
    -webkit-transform: none;
            transform: none;
  }
}

.stream-player .player-container .info-controls #audio-player-controls a.song-share:hover > svg {
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}

.stream-player .player-container .info-controls #audio-player-controls a.song-share:hover .share-links {
  pointer-events: all;
}

.stream-player .player-container .info-controls #audio-player-controls a.song-share:hover .share-links::before {
  opacity: 1;
  width: 260px;
  -webkit-transition: width .3s ease, opacity .3s ease;
  transition: width .3s ease, opacity .3s ease;
}

.stream-player .player-container .info-controls #audio-player-controls a.song-share:hover .share-links a {
  opacity: 1;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.stream-player .player-container .info-controls #audio-player-controls a.song-purchase {
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.stream-player .player-container .info-controls #audio-player-controls a.song-purchase svg {
  font-size: 2.4rem;
  color: white;
  position: relative;
  top: 6px;
  margin-left: 70px;
}

@media (max-width: 767px) {
  .stream-player .player-container .info-controls #audio-player-controls a.song-purchase svg {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@media (max-width: 380px) {
  .stream-player .player-container .info-controls #audio-player-controls a.song-purchase svg {
    margin: 0;
    -webkit-transform: translateX(calc(0% + 20px)) scale(0.8);
            transform: translateX(calc(0% + 20px)) scale(0.8);
  }
}

.stream-player .player-container .info-controls #audio-player-controls .volume-bar {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.stream-player .player-container .info-controls #audio-player-controls .volume-bar label {
  display: none;
}

.stream-player .player-container .info-controls #audio-player-controls .volume-bar .fa-volume-up {
  font-size: 1.4rem;
  cursor: pointer;
}

.stream-player .player-container .info-controls #audio-player-controls .volume-bar input#volume {
  -webkit-appearance: none;
  width: calc(100% - 130px);
  margin-left: 20px;
  border-radius: 30px;
  height: 8px;
  position: relative;
  top: -4px;
  outline: none;
  background: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  cursor: pointer;
}

@media (max-width: 380px) {
  .stream-player .player-container .info-controls #audio-player-controls .volume-bar input#volume {
    width: calc(100% - 50px);
  }
}

.stream-player .player-container .info-controls #audio-player-controls .volume-bar input#volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 30px;
  -webkit-box-shadow: -245px 0 0 240px white;
          box-shadow: -245px 0 0 240px white;
  cursor: pointer;
}

.stream-player .player-container .info-controls #audio-player-controls .volume-bar input#volume::-webkit-slider-runnable-track {
  height: 8px;
  -webkit-appearance: none;
  color: red;
  margin-top: -1px;
}

.stream-player #audio-player-banner {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .stream-player #audio-player-banner {
    margin-top: 60px;
  }
}

.stream-player div#recentlyPlayed {
  border-top: 1px solid #ffffff0d;
  width: 100%;
  max-width: 750px;
  margin-top: 60px;
  overflow-y: scroll;
  -webkit-transition: opacity .6s .8s ease;
  transition: opacity .6s .8s ease;
}

@media (max-width: 767px) {
  .stream-player div#recentlyPlayed {
    margin-top: 60px;
    padding: 0 20px 100px;
  }
}

.stream-player div#recentlyPlayed::-webkit-scrollbar {
  width: 0px;
}

.stream-player div#recentlyPlayed::-webkit-scrollbar-track {
  background: #0b0b0b;
}

.stream-player div#recentlyPlayed::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 20px;
}

.stream-player div#recentlyPlayed h4 {
  margin-top: 40px;
  text-align: center;
  font-family: 'BebasNeueRegular';
  color: rgba(255, 255, 255, 0.95);
}

.stream-player div#recentlyPlayed li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.stream-player div#recentlyPlayed li .recentImage {
  width: 70px;
  margin-right: 10px;
  margin-bottom: 20px;
}

.stream-player div#recentlyPlayed li .recentDetails .song {
  font-weight: 900;
  display: block;
}

.stream-player div#recentlyPlayed li .recentDetails .artist {
  display: block;
}

.stream-player div#recentlyPlayed li .recentDetails .aired {
  display: block;
  font-size: .8rem;
  opacity: .7;
}

.stream-player div#recentlyPlayed a.moreRecents {
  border-radius: 3px;
  color: white;
  padding: 14px 48px;
  text-transform: uppercase;
  margin: 20px 0 40px;
  background-color: #e82222;
  display: inline-block;
  font-size: .9rem;
}

.stream-player.active {
  -webkit-transition: opacity 0.6s 0.3s ease, -webkit-transform 0.8s 0.4s cubic-bezier(0, 0.96, 0.4, 0.99);
  transition: opacity 0.6s 0.3s ease, -webkit-transform 0.8s 0.4s cubic-bezier(0, 0.96, 0.4, 0.99);
  transition: opacity 0.6s 0.3s ease, transform 0.8s 0.4s cubic-bezier(0, 0.96, 0.4, 0.99);
  transition: opacity 0.6s 0.3s ease, transform 0.8s 0.4s cubic-bezier(0, 0.96, 0.4, 0.99), -webkit-transform 0.8s 0.4s cubic-bezier(0, 0.96, 0.4, 0.99);
}

.stream-player.minimized,
.stream-player.inactive {
  overflow-y: hidden;
  pointer-events: none;
  z-index: 19;
}

.stream-player.minimized::before,
.stream-player.inactive::before {
  opacity: 0;
}

@media (min-width: 768px) {
  .stream-player.minimizing .player-container .album-art img {
    opacity: 0 !important;
    -webkit-transform: translateX(-300%) !important;
            transform: translateX(-300%) !important;
    -webkit-transition: opacity .3s ease, -webkit-transform .0s .4s ease-out;
    transition: opacity .3s ease, -webkit-transform .0s .4s ease-out;
    transition: opacity .3s ease, transform .0s .4s ease-out;
    transition: opacity .3s ease, transform .0s .4s ease-out, -webkit-transform .0s .4s ease-out;
  }
}

.stream-player.inactive .player-container {
  -webkit-transform: translate3d(0%, 105%, 0);
          transform: translate3d(0%, 105%, 0);
  opacity: 0;
}

.stream-player.minimized .player-container {
  -webkit-transform: translate3d(0%, 300%, 0);
          transform: translate3d(0%, 300%, 0);
  background: rgba(0, 0, 0, 0.92);
}

.stream-player.minimized .player-container .now-playing .btn {
  opacity: 0;
  pointer-events: none;
}

.stream-player.minimized .player-container #audio-player-banner {
  display: none;
}

@media (min-width: 768px) {
  .stream-player.minimized .player-container {
    -webkit-transform: translate3d(0%, calc(100% - 10px), 0);
            transform: translate3d(0%, calc(100% - 10px), 0);
    pointer-events: all;
  }

  .stream-player.minimized .player-container .now-playing {
    max-width: calc(100% - 20px);
  }

  .stream-player.minimized .player-container .now-playing:hover .album-art svg {
    opacity: 1;
  }

  .stream-player.minimized .player-container .now-playing:hover .album-art img {
    opacity: .3;
  }

  .stream-player.minimized .player-container .album-art {
    margin-right: 30px;
    height: 75px;
  }

  .stream-player.minimized .player-container .album-art img {
    width: 65px;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: width 0.8s cubic-bezier(0, 0.96, 0.4, 0.99), opacity 0s ease, -webkit-transform 0.5s 0.6s ease-out;
    transition: width 0.8s cubic-bezier(0, 0.96, 0.4, 0.99), opacity 0s ease, -webkit-transform 0.5s 0.6s ease-out;
    transition: width 0.8s cubic-bezier(0, 0.96, 0.4, 0.99), opacity 0s ease, transform 0.5s 0.6s ease-out;
    transition: width 0.8s cubic-bezier(0, 0.96, 0.4, 0.99), opacity 0s ease, transform 0.5s 0.6s ease-out, -webkit-transform 0.5s 0.6s ease-out;
  }

  .stream-player.minimized .player-container .livetag {
    font-size: .7rem;
    margin-left: -10px;
    opacity: .7;
    padding-left: 10px;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .stream-player.minimized .player-container .livetag {
    font-size: .8rem;
  }
}

@media (min-width: 768px) {
  .stream-player.minimized .player-container h3 {
    font-size: .9rem;
    letter-spacing: 0px;
    font-family: 'Open Sans';
  }

  .stream-player.minimized .player-container div#audio-player-controls {
    margin-left: 10px;
    -webkit-transform: translate3d(260px, -70px, 0);
            transform: translate3d(260px, -70px, 0);
  }

  .stream-player.minimized .player-container a.song-share,
  .stream-player.minimized .player-container a.song-purchase {
    opacity: 0 !important;
    pointer-events: none;
  }

  .stream-player.minimized .player-container .volume-bar {
    margin-left: 15px;
    -webkit-transform: translate3d(100px, -75px, 0) !important;
            transform: translate3d(100px, -75px, 0) !important;
  }

  .stream-player.minimized .player-container .info-controls {
    top: 9px;
  }

  .stream-player.minimized .player-container div#audio-player-controls button#pause {
    -webkit-transform: scale3d(0.8, 0.8, 1);
            transform: scale3d(0.8, 0.8, 1);
  }

  .stream-player.minimized .player-container #recentlyPlayed {
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
  }
}

.stream-player:not(.minimized) #audio-player-controls {
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}

.stream-player .footer-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  background: rgba(0, 0, 0, 0.85);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: all;
  z-index: 10;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.stream-player .footer-mobile .footer-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 8px;
}

.stream-player .footer-mobile .footer-item:hover,
.stream-player .footer-mobile .footer-item:focus {
  background: rgba(255, 255, 255, 0.12);
}

.stream-player .footer-mobile .footer-item a {
  color: white;
  display: block;
}

.stream-player .footer-mobile .footer-item.donate a {
  color: #DF2B0B;
}

.stream-player .footer-mobile .footer-item img,
.stream-player .footer-mobile .footer-item svg {
  display: block;
  font-size: 1.6em;
  margin: 0 auto .2em;
}

.stream-player .footer-mobile .footer-item span {
  font-family: "BebasNeueRegular", sans-serif;
}

.stream-player .footer-mobile .footer-item:not(:last-child) {
  border-right: 1px solid #313131;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

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

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

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

/* calendar styling */

.calendar-list-view {
  display: none;
}

.event-calendar {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "BebasNeueRegular", sans-serif;
  font-weight: normal;
  font-size: 1.3em;
}

.event-calendar-day {
  position: relative;
  line-height: 0;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid black;
}

.event-calendar-day > * {
  line-height: 1;
}

.event-calendar-day.no-events {
  display: none;
}

.event-calendar-day.event-calendar-head {
  display: none;
  height: inherit !important;
  padding: 0.25rem 0.5rem;
  line-height: inherit;
  text-align: center;
}

.event-calendar-date {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.25rem 0.5rem;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  font-size: 0.8em;
  z-index: 1;
  pointer-events: none;
}

.calendar-event {
  width: calc(100% / 2);
  padding-top: calc(100% / 2);
  margin-left: auto;
  display: inline-block;
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.calendar-event.past:not(:hover) {
  opacity: 0.6;
}

.calendar-event .thumbnail-stamp {
  font-size: 2.5em;
}

.calendar-event > .event-info {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.calendar-event > .event-info > span {
  display: block;
  padding: 0.25rem 0.5rem;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: left;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.calendar-event:hover .calendar-event-title,
.calendar-event:hover .calendar-event-venue {
  background: rgba(0, 0, 0, 0.9) !important;
}

.calendar-event-ongoing {
  display: inline-block;
  width: 100%;
  background: #DF2B0B;
}

.calendar-event-date {
  display: inline-block !important;
  background: #DF2B0B !important;
  font-size: 0.8em;
}

span.calendar-event-venue {
  color: rgba(255, 255, 255, 0.8);
  padding-top: 0 !important;
  font-size: 0.8em;
}

span.calendar-event-venue:before {
  content: "@ ";
}

@media (min-width: 50em) {
  .calendar-event {
    width: calc(100% / 3);
    padding-top: calc(56.25% / 3);
  }

  .event-calendar-date {
    font-size: 1em;
  }
}

@media (min-width: 75em) and (orientation: landscape), (min-width: 100em) {
  .calendar-list-view {
    display: block;
  }

  .event-calendar.no-force-list {
    max-width: 100%;
    width: 100%;
    display: table;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid black;
  }

  .no-force-list {
    max-width: 100% !important;
  }

  .no-force-list .event-calendar-week {
    width: 100%;
    display: table-row;
  }

  .no-force-list .event-calendar-week:first-child {
    background: rgba(0, 0, 0, 0.25);
  }

  .no-force-list .event-calendar-day {
    width: calc(100%/7);
    height: 7.5rem;
    display: table-cell;
    border-left: 1px solid black;
    padding-bottom: 0;
    vertical-align: top;
  }

  .no-force-list .event-calendar-day:last-child {
    border-right: 1px solid black;
  }

  .no-force-list .event-calendar-dayofweek {
    display: none;
  }

  .no-force-list .calendar-event {
    width: 100%;
    margin-left: 0;
    padding-top: 75%;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}

.thumbnail-stamp {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: "BebasNeueRegular", sans-serif;
  font-size: 3.5em;
  line-height: 1;
  color: #DF2B0B;
  text-shadow: 0 0 20px black;
  border: 4px solid;
  border-radius: 0.25em;
  margin: 0.75em auto 0 auto;
  padding: 0 0.1em;
  -webkit-transform: rotate(22.5deg);
          transform: rotate(22.5deg);
}

#homepage .backgrounds:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(/images/homebkg.png);
  background-size: cover;
  z-index: 1;
  opacity: .7;
}

#homepage .backgrounds:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  -webkit-transition: opacity 2.5s .4s ease;
  transition: opacity 2.5s .4s ease;
  opacity: 0;
  z-index: 1;
}

#homepage .backgrounds.changing:after {
  opacity: 1;
  -webkit-transition: opacity 3s 1.5s ease;
  transition: opacity 3s 1.5s ease;
}

#homepage .backgrounds .feature {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
}

#homepage .backgrounds .feature.active {
  opacity: 1;
}

#homepage .backgrounds .feature:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  opacity: .8;
  z-index: -1;
}

@media screen and (min-width: 75em) {
  #homepage .backgrounds .feature:after {
    opacity: .15;
  }
}

#homepage .backgrounds .feature:before {
  content: '';
  position: absolute;
  top: 0;
  background-size: cover;
  background-position: inherit;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 5s 1.5s ease;
  transition: opacity 5s 1.5s ease;
  z-index: 0;
}

@media screen and (min-width: 75em) {
  #homepage .backgrounds .feature:before {
    -webkit-transition: opacity 2s ease;
    transition: opacity 2s ease;
  }
}

#homepage .backgrounds .slider-text {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.97);
  font-size: 1.25em;
  padding: 4px 16px;
  opacity: 0;
  -webkit-transition: opacity .3s ease, scale .3s ease;
  transition: opacity .3s ease, scale .3s ease;
}

#homepage .backgrounds .slider-text.active {
  opacity: 1;
}

@media screen and (min-width: 40em) and (max-width: 74.9375em) {
  #homepage .backgrounds .slider-text {
    font-size: 1.75em;
  }
}

@media screen and (min-width: 75em) {
  #homepage .backgrounds .slider-text {
    background: none;
    font-size: 1.1em;
    padding: 0;
  }
}

#homepage .backgrounds .frontpage-badge {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.04);
  z-index: 2;
}

@media screen and (min-width: 64em) {
  #homepage .backgrounds .frontpage-badge {
    z-index: 1;
  }
}

#homepage .backgrounds .frontpage-badge img.mobile {
  position: fixed;
  top: 40%;
  left: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 72%;
  max-width: 360px;
}

#homepage .backgrounds .frontpage-badge img.desktop {
  position: fixed;
  bottom: 35%;
  width: 72%;
  width: 300px;
}

#homepage .backgrounds .frontpage-badge img.desktop.left {
  left: 40px;
}

#homepage .backgrounds .frontpage-badge img.desktop.right {
  right: 40px;
}

@media screen and (min-width: 75em) {
  #homepage .backgrounds .frontpage-badge img.desktop {
    top: initial;
    bottom: 40%;
    -webkit-transition: all 0.4s cubic-bezier(0.26, 0.99, 0.25, 1);
    transition: all 0.4s cubic-bezier(0.26, 0.99, 0.25, 1);
    max-width: 280px;
  }
}

@media screen and (min-width: 100em) {
  #homepage .backgrounds .frontpage-badge img.desktop {
    top: initial;
    bottom: 35%;
    -webkit-transition: all 0.4s cubic-bezier(0.26, 0.99, 0.25, 1);
    transition: all 0.4s cubic-bezier(0.26, 0.99, 0.25, 1);
    max-width: 350px;
  }
}

@media screen and (min-width: 75em) {
  #homepage .backgrounds.fullview .frontpage-badge img {
    bottom: 20%;
  }
}

@media screen and (min-width: 75em) {
  #homepage #headerBar {
    display: none;
  }
}

#homepage #homeContent {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
  -webkit-transform: translate3d(0, calc(100vh - 300px), 0);
          transform: translate3d(0, calc(100vh - 300px), 0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.26, 1.11, 0.07, 1.03);
  transition: -webkit-transform 1s cubic-bezier(0.26, 1.11, 0.07, 1.03);
  transition: transform 1s cubic-bezier(0.26, 1.11, 0.07, 1.03);
  transition: transform 1s cubic-bezier(0.26, 1.11, 0.07, 1.03), -webkit-transform 1s cubic-bezier(0.26, 1.11, 0.07, 1.03);
}

@media (max-width: 375px) {
  #homepage #homeContent {
    -webkit-transform: translate3d(0, calc(100vh - 220px), 0);
            transform: translate3d(0, calc(100vh - 220px), 0);
  }
}

#homepage #homeContent.offscreen {
  -webkit-transform: translate3d(0, 100vh, 0);
          transform: translate3d(0, 100vh, 0);
}

#homepage #homeContent .homeContent-wrapper {
  padding: 70px 0 80px;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: background .35s ease;
  transition: background .35s ease;
}

#homepage #homeContent .homeContent-wrapper.scrolled {
  background: white;
}

#homepage #homeContent .container {
  padding: 0 30px;
  margin: 0 auto;
  max-width: 1600px;
}

#homepage #homeContent #homeFeatured {
  padding: 0px 40px 0px;
  background: transparent;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  position: relative;
  margin-bottom: 60px;
}

#homepage #homeContent #homeFeatured h2 {
  font-family: "BebasNeueRegular";
  text-align: center;
  color: rgba(255, 255, 255, 0.97);
  font-size: 2.5em;
  margin-bottom: 24px;
  -webkit-transition: font-size 0.2s ease;
  transition: font-size 0.2s ease;
}

@media (max-width: 375px) {
  #homepage #homeContent #homeFeatured h2 {
    font-size: 1.6em;
  }
}

@media screen and (min-width: 75em) {
  #homepage #homeContent #homeFeatured h2 {
    font-size: 2.4em;
    text-align: left;
    max-width: 960px;
  }
}

@media screen and (min-width: 100em) {
  #homepage #homeContent #homeFeatured h2 {
    font-size: 3em;
  }
}

#homepage #homeContent #homeFeatured .featured-stories {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  margin: 0 -10px;
}

#homepage #homeContent #homeFeatured .featured-stories .featured-story {
  min-width: 250px;
  padding: 0 10px;
  margin-bottom: 20px;
}

#homepage #homeContent #homeFeatured .featured-stories .featured-story a.featured {
  display: block;
  max-width: 450px;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 75em) {
  #homepage #homeContent #homeFeatured .featured-stories .featured-story a.featured {
    max-width: none;
    margin: 0;
  }
}

#homepage #homeContent #homeFeatured .featured-stories .featured-story a.featured .featured-article-image {
  background-size: cover;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

#homepage #homeContent #homeFeatured .featured-stories .featured-story a.featured .desc-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#homepage #homeContent #homeFeatured .featured-stories .featured-story a.featured .desc-container span.article-type {
  background: #DF2B0B;
  color: white;
  padding: 4px 11px;
  font-family: "BebasNeueRegular";
  font-size: 1.12em;
}

#homepage #homeContent #homeFeatured .featured-stories .featured-story a.featured .desc-container h3 {
  background: black;
  color: white;
  padding: 4px 11px;
  font-family: "BebasNeueRegular";
  font-size: 1.12em;
  margin: 0;
}

#homepage #homeContent #homeNewsletter {
  padding: 100px 0;
  background: black;
}

#homepage #homeContent #homeNewsletter h2 {
  color: rgba(255, 255, 255, 0.97);
  text-align: center;
}

@media (max-width: 375px) {
  #homepage #homeContent #homeNewsletter h2 {
    font-size: 32px;
  }
}

#homepage #homeContent #homeNewsletter .input-group {
  max-width: 750px;
  margin: 0 auto;
}

#homepage #homeContent #homeNewsletter .input-group input {
  height: 2.55rem;
}

#homepage #homeContent #homeNewsletter .input-group .button {
  font-size: 0.9em;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}

#homepage #homeContent #homeNewsletter .input-group .button img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}

#homepage #homeContent #homeNewsletter p {
  margin: 20px auto 0;
  color: rgba(255, 255, 255, 0.97);
  text-align: center;
  max-width: 600px;
}

@media (max-width: 375px) {
  #homepage #homeContent #homeNewsletter p {
    font-size: .85rem;
  }
}

#homepage #homeContent #homeNewsletter.checking input {
  opacity: .3;
}

#homepage #homeContent #homeNewsletter.checking .button {
  color: #DF2B0B;
}

#homepage #homeContent #homeNewsletter.checking .button img {
  display: block;
}

#homepage #homeContent #homeNewsletter.results form {
  display: none;
}

#homepage #homeContent .homeContent-wrapper.scrolled #homeFeatured h2 {
  color: rgba(0, 0, 0, 0.87);
}

#homepage #homeContent #homeSlider {
  background: #fafafa;
  border-top: 1px solid #eee;
  padding: 40px 0px;
  margin: 0 auto;
}

@media screen and (min-width: 40em) {
  #homepage #homeContent #homeSlider {
    padding: 80px 30px;
  }
}

@media (max-width: 375px) {
  #homepage #homeContent #homeSlider h2 {
    font-size: 32px;
  }
}

#homepage #homeContent #homeSlider .contain {
  width: 100%;
  max-width: 1600px;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#homepage #homeContent #homeSlider .words {
  margin-bottom: 30px;
}

#homepage #homeContent #homeSlider .swiper-container.slider-module {
  padding-bottom: 40px;
}

#homepage #homeContent #homeSlider .swiper-container.slider-module .swiper-slide {
  width: 220px;
}

#homepage #homeContent #homeSlider .swiper-container.slider-module .swiper-pagination {
  bottom: 10px;
}

#homepage #homeContent #homeSlider .swiper-container.slider-module .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #DF2B0B;
  border: 2px solid white;
  width: 12px;
  height: 12px;
  position: relative;
  top: 2px;
}

#homepage #homeContent #homeSlider .story {
  background: white;
  border: 1px solid rgba(208, 208, 208, 0.25);
  position: relative;
  width: 220px;
  text-align: center;
}

#homepage #homeContent #homeSlider .story a {
  display: block;
  color: rgba(0, 0, 0, 0.87);
}

#homepage #homeContent #homeSlider .story a:hover {
  text-decoration: none;
}

#homepage #homeContent #homeSlider .story .img {
  background-color: transparent !important;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 0 !important;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

#homepage #homeContent #homeSlider .story .tag {
  color: white;
  font-weight: 600;
  font-size: 12px;
  background: #DF2B0B;
  padding: 2px 8px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  top: -14px;
}

#homepage #homeContent #homeSlider .story .details {
  padding: 0 20px 20px;
}

#homepage #homeContent #homeSlider .story .details .date {
  font-size: .7rem;
  border: 1px solid #e2e2e2;
}

#homepage #homeContent #homeSlider .story .details .title {
  background: none;
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
}

#homepage #homeContent #homeSlider .story .details .excerpt {
  font-size: 12px;
  margin: 0;
  color: rgba(0, 0, 0, 0.87);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#homepage #homeContent #homeSlider.black {
  background: black;
}

#homepage #homeContent #homeSlider.black h2,
#homepage #homeContent #homeSlider.black h3.sec-title {
  color: rgba(255, 255, 255, 0.97);
}

#homepage #homeContent #homeSlider.black .swiper-pagination-bullet {
  background-color: white;
  opacity: 1;
}

#homepage #homeContent .homeAd {
  padding: 80px 0;
  text-align: center;
}

#homepage #homeContent .homeAd a {
  display: inline-block;
}

#homepage #homeContent .homeAd a img {
  width: 100%;
  max-width: 600px;
}

#homepage #homeContent .homeAd a .desktop {
  display: none;
}

@media screen and (min-width: 75em) {
  #homepage #homeContent .homeAd a > img {
    display: none;
  }

  #homepage #homeContent .homeAd a .desktop {
    display: block;
  }
}

#homepage nav.menu-container .title-logo {
  margin-left: -141px;
  -webkit-transition: margin .3s ease;
  transition: margin .3s ease;
}

#homepage nav.menu-container .title-logo.showLogo {
  margin-left: 0;
}

@media screen and (min-width: 75em) {
  #homepage nav.menu-container .main-menu {
    background: rgba(0, 0, 0, 0.58);
    top: 0;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.26, 0.99, 0.25, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.26, 0.99, 0.25, 1);
    transition: transform 0.4s cubic-bezier(0.26, 0.99, 0.25, 1);
    transition: transform 0.4s cubic-bezier(0.26, 0.99, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.26, 0.99, 0.25, 1);
  }
}

#homepage .main-menu .listen-donate li.search.showing {
  background: rgba(0, 0, 0, 0.4) !important;
}

/* Archive Page SCSS */

body.archive {
  background: white;
  /* ARCHIVE NEWS STYLES */
  /* ARCHIVE SESSIONS STYLES */
  /* ARCHIVE EVENTS STYLES */
  /* SEARCH */
  /* User page */
}

body.archive #archive-of-stories {
  padding-bottom: 96px;
}

@media screen and (min-width: 75em) {
  body.archive #archive-of-stories {
    max-width: none;
    padding-top: 65px;
  }

  body.archive #archive-of-stories .columns > .archive-story,
  body.archive #archive-of-stories .columns > .archive-container {
    max-width: 1200px;
    margin: 0 auto 32px;
  }
}

body.archive #archive-of-stories .archive-story {
  margin-bottom: 32px;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  body.archive #archive-of-stories .archive-story {
    width: 50%;
    display: inline-block;
    padding-right: 0;
    margin: 0;
    margin-right: -5px;
    margin-bottom: 16px;
    vertical-align: top;
  }

  body.archive #archive-of-stories .archive-story:nth-child(odd) {
    margin: 0;
  }

  body.archive #archive-of-stories .archive-story.fifth-story {
    display: none;
  }
}

body.archive #archive-of-stories .archive-story .row {
  margin-bottom: 24px;
}

body.archive #archive-of-stories .archive-story .image a {
  display: block;
  margin-bottom: 8px;
  position: relative;
  overflow: hidden;
}

body.archive #archive-of-stories .archive-story img {
  width: 100%;
}

body.archive #archive-of-stories .archive-story .desc h2 {
  font-size: 32px;
}

body.archive #archive-of-stories .archive-story .inline-title {
  display: inline-block;
}

body.archive #archive-of-stories .archive-story .subtitle {
  display: inline-block;
  font-family: "BebasNeueRegular", sans-serif;
  font-size: 1.5em;
}

body.archive #archive-of-stories .featured-three .archive-story.fifth-story {
  display: none;
}

@media screen and (min-width: 75em) {
  body.archive #archive-of-stories .featured-three {
    position: relative;
    left: 37vw;
    top: 0px;
    width: 53vw;
    min-height: calc(100vh - 145px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  body.archive #archive-of-stories .featured-three .archive-story:last-child {
    margin-bottom: 0;
  }

  body.archive #archive-of-stories .featured-three .archive-story .desc {
    width: 60%;
    position: relative;
    left: -6.666666667%;
  }

  body.archive #archive-of-stories .featured-three + .archive-story,
  body.archive #archive-of-stories .featured-three + .archive-container {
    margin-top: 145px;
  }
}

@media (min-width: 1200px) and (max-height: 800px) {
  body.archive #archive-of-stories .featured-three {
    margin-top: 40px;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  body.archive #archive-of-stories .featured-three .archive-story.fifth-story {
    display: inline-block;
  }
}

body.archive #archive-of-stories .search-form {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

body.archive #archive-of-stories .search-form input[type="text"] {
  max-width: 40%;
}

body.archive #archive-of-stories .paginator {
  max-width: 1200px;
  margin: 80px auto 0;
}

body.archive #archive-of-stories .sponsor-block a {
  width: 100%;
  display: block;
  text-align: center;
}

body.archive #archive-of-stories .thumbnail-stamp {
  font-size: 4em;
}

body.archive #mobileTitlebar {
  padding: 8px 16px 8px 64px;
  font-size: 2.2em;
}

body.archive .firstStory {
  position: relative;
  height: calc(100vh - 81px);
  background-position: center;
  background-size: cover;
  margin: 0 -16px 16px;
}

@media screen and (min-width: 40em) and (max-width: 74.9375em) {
  body.archive .firstStory {
    margin-bottom: 32px;
  }
}

@media screen and (min-width: 75em) {
  body.archive .firstStory {
    position: absolute;
    left: 0;
    height: calc(100vh - 65px);
    width: 28vw;
    margin-left: 0;
    margin-right: 8vw;
  }
}

body.archive .firstStory:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}

body.archive .firstStory .content {
  position: absolute;
  bottom: 0;
  color: rgba(255, 255, 255, 0.97);
  padding: 16px 24px 8px;
  width: 100%;
}

@media screen and (min-width: 40em) and (orientation: portrait) {
  body.archive .firstStory .content {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 75em) {
  body.archive .firstStory .content {
    bottom: 10%;
    width: 120%;
  }
}

body.archive .firstStory .content h1,
body.archive .firstStory .content h2 {
  font-family: "BebasNeueRegular", sans-serif;
}

body.archive .firstStory .content h1 {
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0;
}

@media screen and (min-width: 75em) {
  body.archive .firstStory .content h1 {
    font-size: 4em;
  }
}

@media screen and (min-width: 64em) and (max-width: 99.9375em) and (orientation: landscape) and (max-height: 840px) {
  body.archive .firstStory .content h1 {
    font-size: 3.4em;
  }
}

body.archive .firstStory .content h2 {
  color: white;
  font-size: 1.4em;
  background: #DF2B0B;
  padding: 8px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

body.archive .firstStory .content h2:hover {
  background-color: white;
  color: #DF2B0B;
  border: 1px solid rgba(0, 0, 0, 0.14);
}

@media screen and (min-width: 40em) {
  body.archive .firstStory .content h2 {
    font-size: 2em;
  }
}

@media screen and (min-width: 75em) {
  body.archive .firstStory .content h2 {
    font-size: 2.4em;
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 64em) and (max-width: 99.9375em) and (orientation: landscape) and (max-height: 840px) {
  body.archive .firstStory .content h2 {
    font-size: 2em;
  }
}

body.archive .firstStory .content h2 a {
  color: inherit;
}

body.archive .firstStory .content p {
  width: 80%;
}

body.archive h1.intro-title {
  background-color: #000000;
  background-position: center;
  background-size: cover;
  padding: 80px 16px;
  text-align: center;
  margin: 0 -16px 40px;
  color: white;
  font-size: 3em;
  position: relative;
  z-index: 0;
}

body.archive h1.intro-title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: -1;
}

@media screen and (min-width: 40em) {
  body.archive h1.intro-title {
    padding: 180px 16px;
  }
}

body.archive h1.intro-title.basic {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
  text-align: left;
  padding: 80px 16px 40px;
  margin-bottom: 40px;
  font-size: 4em;
  line-height: 1.2;
}

@media screen and (min-width: 40em) and (max-width: 74.9375em) {
  body.archive h1.intro-title.basic {
    padding: 120px 32px 40px;
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 75em) {
  body.archive h1.intro-title.basic {
    padding: 120px 0px 40px;
    font-size: 5em;
    max-width: 1200px;
    margin: 0 auto 80px;
  }
}

body.archive h1.intro-title.basic:before {
  display: none;
}

body.archive h1.intro-title.basic:after {
  content: '';
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  width: 80%;
  border: 3px solid rgba(0, 0, 0, 0.87);
  margin-left: 16px;
}

@media screen and (min-width: 40em) and (max-width: 74.9375em) {
  body.archive h1.intro-title.basic:after {
    margin-left: 32px;
  }
}

@media screen and (min-width: 75em) {
  body.archive h1.intro-title.basic:after {
    margin-left: 0;
  }
}

body.archive h1.intro-title.basic span {
  font-size: 0.4em;
  position: relative;
  top: -16px;
  margin-left: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  white-space: nowrap;
}

body.archive.news #archive-of-stories small {
  font-size: 90%;
  margin-top: -4px;
  display: block;
}

@media screen and (min-width: 75em) {
  body.archive.news .featured-three .desc p {
    overflow: hidden;
    height: 3.2em;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
}

@media screen and (min-width: 75em) and (min-width: 64em) and (max-width: 99.9375em) and (orientation: landscape) and (max-height: 840px) {
  body.archive.news .featured-three .desc p {
    font-size: .9em;
  }
}

body.archive.sessions #archive-of-stories small {
  font-size: 90%;
  margin-top: -4px;
  display: block;
}

body.archive.sessions #archive-of-stories .media-includes {
  border: 1px solid #efefef;
  display: inline-block;
  padding: 4px 16px 6px;
  border-radius: 4px;
  background: rgba(241, 241, 241, 0.301961);
  margin: 12px 0;
}

body.archive.sessions #archive-of-stories .media-includes svg {
  vertical-align: middle;
  margin-right: 8px;
}

body.archive.sessions #archive-of-stories .media-includes svg:last-of-type:not(:first-of-type) {
  margin-left: 16px;
}

body.archive.sessions #archive-of-stories .media-includes .counter {
  background: #fdfdfd;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  color: #949494;
  display: inline-block;
  font-size: 0.8em;
  height: 20px;
  text-align: center;
  width: 20px;
  line-height: 1.3;
}

body.archive.sessions #archive-of-stories .firstStory .counter {
  background: #ffffff;
  border: 1px solid #a9a9a9;
  color: #5b5b5b;
}

body.archive.sessions #archive-of-stories .featured-three p {
  overflow: hidden;
  height: 3.2em;
  margin-bottom: 0;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

@media screen and (min-width: 64em) and (max-width: 99.9375em) and (orientation: landscape) and (max-height: 840px) {
  body.archive.sessions #archive-of-stories .featured-three .archive-story {
    margin-bottom: 26px;
  }

  body.archive.sessions #archive-of-stories .featured-three h2 {
    font-size: 28px;
  }

  body.archive.sessions #archive-of-stories .featured-three p {
    font-size: 0.8em;
  }
}

body.archive.concerts-events .firstStory .event-separate {
  font-family: "BebasNeueRegular", sans-serif;
}

body.archive.concerts-events .firstStory .event-location {
  font-family: "BebasNeueRegular", sans-serif;
  font-size: 1.65em;
}

body.archive.concerts-events .firstStory .event-date,
body.archive.concerts-events .firstStory .event-time {
  border-color: rgba(255, 255, 255, 0.06);
}

body.archive.concerts-events .firstStory .event-date {
  margin-top: 16px;
}

@media screen and (min-width: 64em) and (max-width: 99.9375em) and (orientation: landscape) and (max-height: 840px) {
  body.archive.concerts-events .firstStory .event-date {
    margin-top: 0px;
    margin-bottom: 24px;
    padding-left: 0;
  }
}

body.archive.concerts-events .firstStory .event-time {
  margin-bottom: 16px;
}

@media screen and (min-width: 64em) and (max-width: 99.9375em) and (orientation: landscape) and (max-height: 840px) {
  body.archive.concerts-events .firstStory .event-time {
    display: none;
  }
}

@media screen and (min-width: 64em) and (max-width: 99.9375em) and (orientation: landscape) and (max-height: 840px) {
  body.archive.concerts-events .firstStory h2 {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 75em) {
  body.archive.concerts-events .featured-three h2 a {
    display: inline-block;
  }

  body.archive.concerts-events .featured-three .event-date,
  body.archive.concerts-events .featured-three .event-time {
    padding: 2px;
  }

  body.archive.concerts-events .featured-three .archive-story .desc {
    left: -14.666667% !important;
  }

  body.archive.concerts-events .featured-three .desc p {
    font-size: .8em;
  }
}

@media screen and (min-width: 64em) and (max-width: 99.9375em) and (orientation: landscape) and (max-height: 840px) {
  body.archive.concerts-events .featured-three h2 {
    margin-bottom: 0.2rem;
  }

  body.archive.concerts-events .featured-three .archive-story h2 {
    font-size: 28px !important;
  }

  body.archive.concerts-events .featured-three .event-date {
    margin-bottom: 16px;
    border: 0;
    padding: 0;
  }
}

body.archive.concerts-events h2 {
  margin-bottom: 1rem;
}

body.archive.concerts-events h2 a {
  display: block;
}

body.archive.concerts-events .event-separate {
  font-size: 20px;
  display: inline-block;
  margin-right: 8px;
  margin-left: 4px;
  position: relative;
  bottom: 2px;
  border-width: 1px 0;
  border-style: solid;
}

body.archive.concerts-events .event-location {
  font-size: .7em;
}

body.archive.concerts-events .event-time,
body.archive.concerts-events .event-date {
  font-size: 1.1em;
  padding: 8px;
  border-color: rgba(0, 0, 0, 0.05);
  border-style: solid;
  border-width: 1px 0;
}

body.archive.concerts-events .event-time div,
body.archive.concerts-events .event-date div {
  display: inline-block;
  width: 89%;
  vertical-align: middle;
}

body.archive.concerts-events .event-time .icon,
body.archive.concerts-events .event-date .icon {
  width: 11%;
  margin-right: -5px;
}

@media screen and (min-width: 40em) {
  body.archive.concerts-events .event-time .icon,
  body.archive.concerts-events .event-date .icon {
    width: 32px;
  }
}

body.archive.concerts-events .event-time span,
body.archive.concerts-events .event-date span {
  display: block;
}

@media screen and (min-width: 64em) and (max-width: 99.9375em) and (orientation: landscape) and (max-height: 840px) {
  body.archive.concerts-events .event-time span,
  body.archive.concerts-events .event-date span {
    display: inline-block;
    margin-left: 4px;
  }
}

body.archive.concerts-events .event-time .text,
body.archive.concerts-events .event-date .text {
  font-size: .8em;
}

body.archive.concerts-events .event-date {
  border-bottom: 0;
}

body.archive.concerts-events .event-time {
  margin-bottom: 16px;
}

@media screen and (min-width: 64em) and (max-width: 99.9375em) and (orientation: landscape) and (max-height: 840px) {
  body.archive.concerts-events .event-time {
    display: none;
  }
}

@media screen and (min-width: 75em) {
  body.archive.concerts-events .event.published .image a {
    padding-top: 90%;
  }
}

body.archive[class*="search-results"] #headerBar:not(.hiding) ~ .menu-container svg {
  color: white !important;
}

body.archive[class*="search-results"] small {
  font-size: 90%;
  margin-top: -4px;
  display: block;
}

body.archive[class*="articles-by"] #headerBar:not(.hiding) ~ .menu-container svg {
  color: white !important;
}

body.archive[class*="articles-by"] .userWhois {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (min-width: 64em) {
  body.archive[class*="articles-by"] .userWhois {
    display: table;
    margin: 100px auto 130px;
    max-width: 1200px;
    width: 100%;
  }

  body.archive[class*="articles-by"] .userWhois:after {
    content: '';
    display: table;
    clear: both;
  }

  body.archive[class*="articles-by"] .userWhois > .columns {
    display: table-cell;
    vertical-align: middle;
  }

  body.archive[class*="articles-by"] .userWhois > .columns,
  body.archive[class*="articles-by"] .userWhois > [class*="column"] + [class*="column"]:last-child {
    float: none;
  }
}

body.archive[class*="articles-by"] .userWhois .image.bridge {
  display: block;
  max-width: 250px;
  margin: 40px auto 20px;
}

@media screen and (max-width: 63.9375em) {
  body.archive[class*="articles-by"] .userWhois .image {
    width: 70%;
    max-width: 300px;
    margin: 40px auto 20px;
    text-align: center;
    float: none;
  }
}

@media screen and (max-width: 63.9375em) {
  body.archive[class*="articles-by"] .userWhois .desc {
    float: none;
  }
}

@media screen and (max-width: 63.9375em) {
  body.archive[class*="articles-by"] .userWhois h1 {
    font-size: 2.4em;
  }
}

body.archive[class*="articles-by"] h2.pby {
  max-width: 1200px;
  margin: 0 auto 40px;
  position: relative;
  display: none;
}

@media screen and (min-width: 64em) {
  body.archive[class*="articles-by"] h2.pby {
    display: block;
  }
}

@media screen and (min-width: 75em) {
  body.archive[class*="articles-by"] h2.pby {
    padding-left: 16px;
  }
}

body.archive[class*="articles-by"] h2.pby:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  border-bottom: 4px solid black;
  width: 60%;
}

@media screen and (min-width: 75em) {
  body.archive[class*="articles-by"] h2.pby:after {
    left: 16px;
  }
}

body.archive[class*="articles-by"] .noposts {
  max-width: 1170px;
  margin: 0 auto;
}

body.archive.playlist #headerBar:not(.hiding) ~ .menu-container svg {
  color: white !important;
}

body.archive.playlist h1.intro-title {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
  text-align: left;
  padding: 80px 0 40px;
  margin: 0 0 24px;
  font-size: 4em;
  line-height: 1.2;
}

@media screen and (min-width: 40em) {
  body.archive.playlist h1.intro-title {
    padding: 120px 0 40px;
    margin: 0 0 32px;
  }
}

@media screen and (min-width: 75em) {
  body.archive.playlist h1.intro-title {
    font-size: 5em;
  }
}

body.archive.playlist h1.intro-title:before {
  display: none;
}

body.archive.playlist h1.intro-title:after {
  content: '';
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  width: 80%;
  border: 3px solid rgba(0, 0, 0, 0.87);
}

body.archive.playlist h2 {
  margin-bottom: 24px;
}

body.archive.playlist .content.row {
  width: 100%;
  max-width: 1200px;
  padding: 0 16px;
  margin: 0 auto;
}

@media screen and (min-width: 40em) and (max-width: 74.9375em) {
  body.archive.playlist .content.row {
    padding-left: 32px;
  }
}

@media screen and (min-width: 75em) {
  body.archive.playlist .content.row {
    padding-left: 0;
  }
}

body.single {
  background: #efefef;
  /* SESSIONS SINGLE STYLES */
  /* EVENTS SINGLE STYLES */
}

body.single h2 {
  font-size: 2em;
}

@media screen and (min-width: 75em) {
  body.single h2 {
    max-width: 62.5rem;
    margin: 0 auto .5em;
  }
}

body.single .hero-image {
  width: 100%;
  height: 0;
  background-position: center;
  background-size: cover;
  padding-top: 65.25%;
  position: relative;
}

body.single .hero-image:before {
  content: '';
  position: absolute;
  top: 0;
  background-size: cover;
  background-position: inherit;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

body.single .hero-image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}

@media (min-width: 40em) and (orientation: landscape) {
  body.single .hero-image {
    padding-top: 45.25%;
    background-position-y: 35%;
  }
}

@media screen and (min-width: 75em) {
  body.single .hero-image {
    padding: 0;
    height: 55vh;
    -webkit-transition: height 0.6s cubic-bezier(0.24, 0.99, 0.25, 1);
    transition: height 0.6s cubic-bezier(0.24, 0.99, 0.25, 1);
  }

  body.single .hero-image:after {
    cursor: pointer;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
  }

  body.single .hero-image:hover:after {
    background-color: rgba(138, 138, 138, 0.26);
    background-color: rgba(0, 0, 0, 0.05);
  }

  body.single .hero-image:hover .editBGBtn {
    opacity: 1;
  }
}

body.single .hero-image .editBGPos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: inherit;
  z-index: 1;
}

body.single .header-info {
  padding: 0 16px;
  margin: 0px -16px 32px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.15, 0.96, 0.15, 0.96);
  transition: -webkit-transform 1s cubic-bezier(0.15, 0.96, 0.15, 0.96);
  transition: transform 1s cubic-bezier(0.15, 0.96, 0.15, 0.96);
  transition: transform 1s cubic-bezier(0.15, 0.96, 0.15, 0.96), -webkit-transform 1s cubic-bezier(0.15, 0.96, 0.15, 0.96);
}

@media screen and (min-width: 100em) {
  body.single .header-info {
    max-width: 1600px;
    margin: 0 auto;
  }
}

body.single .header-info .page-type {
  font-family: 'BebasNeueRegular', sans-serif;
  font-size: 32px;
  color: rgba(255, 255, 255, 0.97);
}

@media screen and (min-width: 75em) {
  body.single .header-info .page-type {
    font-size: 3.6em;
  }
}

body.single .header-info .page-title {
  color: rgba(255, 255, 255, 0.97);
  background-color: #DF2B0B;
  padding: 8px 12px;
}

@media screen and (min-width: 40em) {
  body.single .header-info .page-title {
    font-size: 2.1em;
  }
}

body.single .header-info p {
  font-size: 0.8em;
}

body.single .breadcrumbs-container {
  margin-bottom: 16px;
}

body.single .breadcrumbs-container .breadcrumbs {
  margin: 0;
}

body.single .breadcrumbs-container .breadcrumbs li {
  margin-bottom: 4px;
}

body.single .breadcrumbs-container .breadcrumbs a {
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}

body.single .featureImage-credit {
  background-color: #e3e3e3;
  font-size: 0.8em;
  padding: 8px 16px;
  margin-bottom: 40px;
  line-height: 1.7;
}

body.single .content {
  padding: 0 16px;
  position: relative;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.15, 0.96, 0.15, 0.96);
  transition: -webkit-transform 1s cubic-bezier(0.15, 0.96, 0.15, 0.96);
  transition: transform 1s cubic-bezier(0.15, 0.96, 0.15, 0.96);
  transition: transform 1s cubic-bezier(0.15, 0.96, 0.15, 0.96), -webkit-transform 1s cubic-bezier(0.15, 0.96, 0.15, 0.96);
  z-index: 1;
}

body.single .content img {
  max-width: 100%;
  margin: 24px 0;
}

body.single .content img.alignnone {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 39.9375em) {
  body.single .content img[style*="float: left"],
  body.single .content img[style*="float:left"] {
    margin-right: 0 !important;
    width: 100% !important;
    height: auto;
  }

  body.single .content img[style*="float: right"],
  body.single .content img[style*="float:right"] {
    margin-left: 0px !important;
    width: 100% !important;
    height: auto;
  }
}

@media screen and (min-width: 40em) {
  body.single .content img[style*="float: left"],
  body.single .content img[style*="float:left"] {
    margin-right: 24px;
  }

  body.single .content img[style*="float: right"],
  body.single .content img[style*="float:right"] {
    margin-left: 24px;
  }
}

body.single .content iframe:not([id*="google"]) {
  margin: 24px 0;
  max-width: 100%;
  width: 100%;
}

body.single .content .ck.ck-reset_all.ck-widget__type-around {
  display: none;
}

body.single .content .tags {
  margin-bottom: 24px;
}

body.single .content .related-container {
  padding-bottom: 36px;
  margin-bottom: 60px;
  width: 100%;
  position: relative;
  z-index: 0;
}

@media screen and (min-width: 75em) {
  body.single .content .related-container {
    width: 62.5rem;
    margin: 0 auto 120px;
  }
}

body.single .content .related-container .related-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

body.single .content .related-container .related-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 88%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

@media screen and (min-width: 40em) and (max-width: 74.9375em) {
  body.single .content .related-container .related-slide {
    width: 56%;
  }
}

@media screen and (min-width: 75em) {
  body.single .content .related-container .related-slide {
    width: 46%;
  }
}

body.single .content .related-container a {
  display: block;
  color: white;
  height: 0;
  padding-top: 56.25%;
  background-position: center;
  background-size: cover;
  position: relative;
}

body.single .content .related-container a div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

body.single .content .related-container a strong {
  background: #DF2B0B;
  display: inline-block;
  font-family: "BebasNeueRegular", sans-serif;
  font-size: 1.2em;
  padding: 4px 16px;
  font-weight: normal;
}

body.single .content .related-container a span {
  background: black;
  display: block;
  font-family: "BebasNeueRegular", sans-serif;
  font-size: 1.2em;
  padding: 4px 16px;
}

body.single .content .related-container .swiper-pagination.swiper-pagination-bullets {
  width: 100%;
  margin-top: 16px;
}

body.single .content .related-container span.swiper-pagination-bullet {
  margin: 8px;
}

body.single .content .related-container span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #DF2B0B;
}

body.single .content .related-container .swiper-button-prev,
body.single .content .related-container .swiper-button-next {
  display: none;
  top: calc(50% - 23px);
}

body.single .content .related-container .swiper-button-prev:not(.swiper-button-disabled),
body.single .content .related-container .swiper-button-next:not(.swiper-button-disabled) {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px;
  border-radius: 50%;
  top: calc(50% - 43px);
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}

body.single .content .related-container .swiper-button-prev:not(.swiper-button-disabled):hover,
body.single .content .related-container .swiper-button-next:not(.swiper-button-disabled):hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

body.single .content .related-container .swiper-button-prev {
  left: -80px;
}

body.single .content .related-container .swiper-button-prev:not(.swiper-button-disabled) {
  left: -100px;
}

body.single .content .related-container .swiper-button-next {
  right: -80px;
}

body.single .content .related-container .swiper-button-next:not(.swiper-button-disabled) {
  right: -100px;
}

@media screen and (min-width: 75em) {
  body.single .content .related-container .swiper-button-prev,
  body.single .content .related-container .swiper-button-next {
    display: inline-block;
  }
}

body.single .content .wordsandstuff {
  margin-bottom: 32px;
}

@media screen and (min-width: 75em) {
  body.single .content .featureImage-credit,
  body.single .content .social-share,
  body.single .content .wordsandstuff,
  body.single .content .tags {
    margin-left: auto;
    margin-right: auto;
    max-width: 62.5rem;
  }
}

body.single .slider-container {
  width: 100%;
  max-width: 62.5rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  overflow: visible;
}

body.single .slider-container .wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

body.single .slider-container .slide {
  text-align: center;
  font-size: 18px;
  background: white;
  /* Center slide text vertically */
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 88%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.3);
  padding: 8px;
}

body.single .slider-container .slide a {
  background: lightgrey;
}

body.single .slider-container .pagination.swiper-pagination-bullets {
  width: 100%;
  margin: 40px auto 0;
}

body.single .slider-container span.swiper-pagination-bullet {
  margin: 8px;
}

body.single .slider-container span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #DF2B0B;
}

body.single.sessions-show h2 {
  font-size: 1.6em;
}

body.single.sessions-show .session-media {
  margin-top: 40px;
}

body.single.sessions-show .session-media audio {
  margin: 30px auto;
  max-width: 1000px;
  width: 100%;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 20px;
}

body.single.sessions-show .session-media .ytcontainer {
  margin: 32px 0;
}

body.single.sessions-show .audioplayer,
body.single.sessions-show .ytplayer {
  margin: 0 0 40px;
}

@media screen and (min-width: 75em) {
  body.single.sessions-show .session-media,
  body.single.sessions-show .audioplayer {
    margin-left: auto;
    margin-right: auto;
    max-width: 62.5rem;
  }
}

body.single.concerts-events-show .event-time {
  font-family: "BebasNeueRegular", sans-serif;
  font-size: 1.5em;
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  body.single.concerts-events-show .event-time {
    font-size: 2em;
  }
}

@media screen and (max-width: 39.9375em) {
  body.single.concerts-events-show .event-time .event-end {
    display: block;
  }
}

body.single.concerts-events-show .event-separate {
  font-size: .8em;
  display: inline-block;
  margin: 8px 8px 0px 4px;
  position: relative;
  bottom: 2px;
  border-width: 1px 0;
  border-style: solid;
}

body.single.concerts-events-show .event-location {
  font-family: "BebasNeueRegular", sans-serif;
  font-size: 1.2em;
}

@media screen and (min-width: 40em) {
  body.single.concerts-events-show .event-location {
    font-size: 1.6em;
  }
}

body.single.concerts-events-show .event-tickets {
  background: #DF2B0B;
  border-radius: 4px;
  color: white;
  display: block;
  font-family: "BebasNeueRegular", sans-serif;
  font-size: 1.6em;
  margin: 40px auto 56px;
  padding: 14px 32px !important;
  text-align: center;
  width: 75%;
}

body.single.concerts-events-show .mapTitle {
  margin-top: 80px;
  margin-bottom: 24px;
}

@media screen and (max-width: 39.9375em) {
  body.single.concerts-events-show .mapTitle span {
    display: block;
  }
}

@media screen and (min-width: 64em) {
  body.single.concerts-events-show .mapTitle {
    font-size: 2.4em;
    margin: 120px auto 24px;
    max-width: 62.5rem;
  }
}

body.single.concerts-events-show .mapTitle svg {
  width: 0.9em;
  margin-left: 24px;
  line-height: 1;
  vertical-align: middle;
}

body.single.concerts-events-show #map {
  padding-top: 65.25%;
  margin: 0 -16px 24px;
  -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.24);
}

@media (min-width: 40em) and (orientation: landscape) {
  body.single.concerts-events-show #map {
    padding-top: 45%;
  }
}

@media screen and (min-width: 64em) {
  body.single.concerts-events-show #map {
    padding: 0;
    height: 40vh;
    margin: 24px auto 120px;
    max-width: 62.5rem;
  }
}

body.single.concerts-events-show .contest-container {
  margin: 60px auto;
  max-width: 1000px;
  padding: 0 32px 32px;
  position: relative;
}

body.single.concerts-events-show .contest-container:before {
  content: 'Contest';
  font-size: 2.4em;
  font-family: BebasNeueRegular;
  display: inline-block;
  padding: 0 16px;
  margin: -1.5em 0 12px -16px;
  background: #efefef;
  top: -3px;
  position: relative;
  z-index: 1;
}

body.single.concerts-events-show .contest-container:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid black;
  border-radius: 6px;
  pointer-events: none;
  z-index: 0;
}

body.single.concerts-events-show .contest-container h3 {
  font-size: 1.5em;
  margin-bottom: 0;
}

body.single.concerts-events-show .contest-container .contest-description {
  font-size: 14px;
  margin-bottom: 32px;
}

body.single.concerts-events-show .contest-container button.button {
  margin: 0;
  padding: 16px 60px;
  border-radius: 3px;
  margin-top: 8px;
}

@media screen and (min-width: 75em) {
  body.single.concerts-events-show .event-time,
  body.single.concerts-events-show .event-separate,
  body.single.concerts-events-show .event-location,
  body.single.concerts-events-show .event-tickets {
    margin-left: auto;
    margin-right: auto;
    max-width: 62.5rem;
  }
}

.editBGBtn {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 75em) {
  .editBGBtn {
    display: block;
  }
}

.editBGBtn span {
  color: white;
  font-size: 1.3em;
  border: 2px solid white;
  padding: 8px 12px;
  margin: 8px;
  border-radius: 4px;
  cursor: pointer;
}

.editBGBtn span:hover {
  background: rgba(255, 255, 255, 0.32);
}

@media screen and (min-width: 75em) {
  .hero-image:hover .editBGBtn {
    opacity: 1;
  }
}

.hero-image .editBGPos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: inherit;
  z-index: 1;
}

.embed-card {
  margin: 1em auto;
  max-width: 40em;
  padding: 0.25em 1em 1em 1em;
  border-radius: 0.5em;
  background: #ddd;
  border-left: 0.25em solid #DF2B0B;
}

.embed-card-source {
  font-style: italic;
  font-size: smaller;
}

.embed-card-title {
  font-weight: bold;
}

.embed-card-image {
  max-height: 20em;
  margin-top: 0.5em !important;
  margin-bottom: 0 !important;
}

/*
 * CKEditor 5 (v23.1.0) content styles.
 * Generated on Thu, 29 Oct 2020 12:17:48 GMT.
 * For more information, check out https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/content-styles.html
 */

:root {
  --ck-color-mention-background: hsla(341, 100%, 30%, 0.1);
  --ck-color-mention-text: hsl(341, 100%, 30%);
  --ck-highlight-marker-blue: hsl(201, 97%, 72%);
  --ck-highlight-marker-green: hsl(120, 93%, 68%);
  --ck-highlight-marker-pink: hsl(345, 96%, 73%);
  --ck-highlight-marker-yellow: hsl(60, 97%, 73%);
  --ck-highlight-pen-green: hsl(112, 100%, 27%);
  --ck-highlight-pen-red: hsl(0, 85%, 49%);
  --ck-image-style-spacing: 1.5em;
  --ck-todo-list-checkmark-size: 16px;
}

/* ckeditor5-image/theme/imagestyle.css */

.ck-content .image-style-side {
  float: right;
  margin-left: var(--ck-image-style-spacing);
  max-width: 50%;
}

/* ckeditor5-image/theme/imagestyle.css */

.ck-content .image-style-align-left {
  float: left;
  margin-right: var(--ck-image-style-spacing);
}

/* ckeditor5-image/theme/imagestyle.css */

.ck-content .image-style-align-center {
  margin-left: auto;
  margin-right: auto;
}

/* ckeditor5-image/theme/imagestyle.css */

.ck-content .image-style-align-right {
  float: right;
  margin-left: var(--ck-image-style-spacing);
}

/* ckeditor5-image/theme/image.css */

.ck-content .image {
  display: table;
  clear: both;
  text-align: center;
  margin: 1em auto;
}

/* ckeditor5-image/theme/image.css */

.ck-content .image img {
  display: block;
  margin: 0 auto !important;
  max-width: 100%;
  min-width: 50px;
}

/* ckeditor5-image/theme/imagecaption.css */

.ck-content .image > figcaption {
  display: table-caption;
  caption-side: bottom;
  word-break: break-word;
  color: #333333;
  background-color: #f7f7f7;
  padding: .6em;
  font-size: .75em;
  outline-offset: -1px;
}

/* ckeditor5-image/theme/imageresize.css */

.ck-content .image.image_resized {
  max-width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ckeditor5-image/theme/imageresize.css */

.ck-content .image.image_resized img {
  width: 100%;
}

/* ckeditor5-image/theme/imageresize.css */

.ck-content .image.image_resized > figcaption {
  display: block;
}

/* ckeditor5-highlight/theme/highlight.css */

.ck-content .marker-yellow {
  background-color: var(--ck-highlight-marker-yellow);
}

/* ckeditor5-highlight/theme/highlight.css */

.ck-content .marker-green {
  background-color: var(--ck-highlight-marker-green);
}

/* ckeditor5-highlight/theme/highlight.css */

.ck-content .marker-pink {
  background-color: var(--ck-highlight-marker-pink);
}

/* ckeditor5-highlight/theme/highlight.css */

.ck-content .marker-blue {
  background-color: var(--ck-highlight-marker-blue);
}

/* ckeditor5-highlight/theme/highlight.css */

.ck-content .pen-red {
  color: var(--ck-highlight-pen-red);
  background-color: transparent;
}

/* ckeditor5-highlight/theme/highlight.css */

.ck-content .pen-green {
  color: var(--ck-highlight-pen-green);
  background-color: transparent;
}

/* ckeditor5-font/theme/fontsize.css */

.ck-content .text-tiny {
  font-size: .7em;
}

/* ckeditor5-font/theme/fontsize.css */

.ck-content .text-small {
  font-size: .85em;
}

/* ckeditor5-font/theme/fontsize.css */

.ck-content .text-big {
  font-size: 1.4em;
}

/* ckeditor5-font/theme/fontsize.css */

.ck-content .text-huge {
  font-size: 1.8em;
}

/* ckeditor5-block-quote/theme/blockquote.css */

.ck-content blockquote {
  overflow: hidden;
  padding-right: 1.5em;
  padding-left: 1.5em;
  margin-left: 0;
  margin-right: 0;
  font-style: italic;
  border-left: solid 5px #cccccc;
}

.ck-content blockquote h4 {
  color: rgba(0, 0, 0, 0.87);
}

/* ckeditor5-block-quote/theme/blockquote.css */

.ck-content[dir="rtl"] blockquote {
  border-left: 0;
  border-right: solid 5px #cccccc;
}

/* ckeditor5-basic-styles/theme/code.css */

.ck-content code {
  background-color: rgba(199, 199, 199, 0.3);
  padding: .15em;
  border-radius: 2px;
}

/* ckeditor5-table/theme/table.css */

.ck-content .table {
  margin: 1em auto;
  display: table;
}

/* ckeditor5-table/theme/table.css */

.ck-content .table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  border: 1px double #b3b2b2;
}

/* ckeditor5-table/theme/table.css */

.ck-content .table table td,
.ck-content .table table th {
  min-width: 2em;
  padding: .4em;
  border: 1px solid #bfbfbf;
}

/* ckeditor5-table/theme/table.css */

.ck-content .table table th {
  font-weight: bold;
  background: black;
}

/* ckeditor5-table/theme/table.css */

.ck-content[dir="rtl"] .table th {
  text-align: right;
}

/* ckeditor5-table/theme/table.css */

.ck-content[dir="ltr"] .table th {
  text-align: left;
}

/* ckeditor5-page-break/theme/pagebreak.css */

.ck-content .page-break {
  position: relative;
  clear: both;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ckeditor5-page-break/theme/pagebreak.css */

.ck-content .page-break::after {
  content: '';
  position: absolute;
  border-bottom: 2px dashed #c4c4c4;
  width: 100%;
}

/* ckeditor5-page-break/theme/pagebreak.css */

.ck-content .page-break__label {
  position: relative;
  z-index: 1;
  padding: .3em .6em;
  display: block;
  text-transform: uppercase;
  border: 1px solid #c4c4c4;
  border-radius: 2px;
  font-family: Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
  font-size: 0.75em;
  font-weight: bold;
  color: #333333;
  background: white;
  -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* ckeditor5-list/theme/todolist.css */

.ck-content .todo-list {
  list-style: none;
}

/* ckeditor5-list/theme/todolist.css */

.ck-content .todo-list li {
  margin-bottom: 5px;
}

/* ckeditor5-list/theme/todolist.css */

.ck-content .todo-list li .todo-list {
  margin-top: 5px;
}

/* ckeditor5-list/theme/todolist.css */

.ck-content .todo-list .todo-list__label > input {
  -webkit-appearance: none;
  display: inline-block;
  position: relative;
  width: var(--ck-todo-list-checkmark-size);
  height: var(--ck-todo-list-checkmark-size);
  vertical-align: middle;
  border: 0;
  left: -25px;
  margin-right: -15px;
  right: 0;
  margin-left: 0;
}

/* ckeditor5-list/theme/todolist.css */

.ck-content .todo-list .todo-list__label > input::before {
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid #333333;
  border-radius: 2px;
  -webkit-transition: 250ms ease-in-out box-shadow, 250ms ease-in-out background, 250ms ease-in-out border;
  transition: 250ms ease-in-out box-shadow, 250ms ease-in-out background, 250ms ease-in-out border;
}

/* ckeditor5-list/theme/todolist.css */

.ck-content .todo-list .todo-list__label > input::after {
  display: block;
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  pointer-events: none;
  content: '';
  left: calc( var(--ck-todo-list-checkmark-size) / 3);
  top: calc( var(--ck-todo-list-checkmark-size) / 5.3);
  width: calc( var(--ck-todo-list-checkmark-size) / 5.3);
  height: calc( var(--ck-todo-list-checkmark-size) / 2.6);
  border-style: solid;
  border-color: transparent;
  border-width: 0 calc( var(--ck-todo-list-checkmark-size) / 8) calc( var(--ck-todo-list-checkmark-size) / 8) 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* ckeditor5-list/theme/todolist.css */

.ck-content .todo-list .todo-list__label > input[checked]::before {
  background: #26ab33;
  border-color: #26ab33;
}

/* ckeditor5-list/theme/todolist.css */

.ck-content .todo-list .todo-list__label > input[checked]::after {
  border-color: white;
}

/* ckeditor5-list/theme/todolist.css */

.ck-content .todo-list .todo-list__label .todo-list__label__description {
  vertical-align: middle;
}

/* ckeditor5-media-embed/theme/mediaembed.css */

.ck-content .media {
  clear: both;
  margin: 1em 0;
  display: block;
  min-width: 15em;
}

/* ckeditor5-html-embed/theme/htmlembed.css */

.ck-content .raw-html-embed {
  margin: 1em auto;
  min-width: 15em;
}

/* ckeditor5-horizontal-line/theme/horizontalline.css */

.ck-content hr {
  margin: 15px 0;
  height: 4px;
  background: #dedede;
  border: 0;
}

/* ckeditor5-code-block/theme/codeblock.css */

.ck-content pre {
  padding: 1em;
  color: #353535;
  background: rgba(199, 199, 199, 0.3);
  border: 1px solid #c4c4c4;
  border-radius: 2px;
  text-align: left;
  direction: ltr;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  white-space: pre-wrap;
  font-style: normal;
  min-width: 200px;
}

/* ckeditor5-code-block/theme/codeblock.css */

.ck-content pre code {
  background: unset;
  padding: 0;
  border-radius: 0;
}

/* ckeditor5-mention/theme/mention.css */

.ck-content .mention {
  background: var(--ck-color-mention-background);
  color: var(--ck-color-mention-text);
}

@media print {
  /* ckeditor5-page-break/theme/pagebreak.css */

  .ck-content .page-break {
    padding: 0;
  }

  /* ckeditor5-page-break/theme/pagebreak.css */

  .ck-content .page-break::after {
    display: none;
  }
}

body.page {
  background: #efefef;
  /* EVENTS SINGLE STYLES */
  /* ERROR PAGE STYLES */
  /* DONATION PAGE */
  /* PAGE LOGIN STYLES */
  /* CONTACT US & SUBSCRIBE PAGES */
}

body.page h1.intro-title {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
  font-size: 4em;
  line-height: 1.2;
  margin: 0 auto;
  max-width: 1170px;
  padding: 80px 0 24px;
  text-align: left;
  position: relative;
}

@media (max-width: 375px) {
  body.page h1.intro-title {
    font-size: 3.2em;
  }
}

@media screen and (min-width: 40em) {
  body.page h1.intro-title {
    padding: 120px 0 24px;
  }
}

@media screen and (min-width: 75em) {
  body.page h1.intro-title {
    font-size: 5em;
  }
}

body.page h1.intro-title:after {
  content: '';
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  width: 100%;
  border: 3px solid rgba(0, 0, 0, 0.87);
}

body.page h2 {
  font-size: 2em;
}

body.page #mobileTitlebar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 14px 16px 14px 64px;
  background: rgba(0, 0, 0, 0.7);
  font-size: 1.6em;
  font-family: "BebasNeueRegular", sans-serif;
  color: rgba(255, 255, 255, 0.97);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  z-index: 1;
}

body.page #mobileTitlebar.hiding {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

body.page .breadcrumbs-container {
  margin: 0 auto 80px;
  max-width: 1170px;
}

@media screen and (max-width: 39.9375em) {
  body.page .breadcrumbs-container {
    margin: 0 auto 0;
  }
}

body.page .breadcrumbs-container .breadcrumbs {
  margin: 0;
}

body.page .breadcrumbs-container .breadcrumbs li {
  margin-bottom: 4px;
}

body.page .breadcrumbs-container .breadcrumbs a {
  font-weight: bold;
  text-transform: uppercase;
}

body.page #heroimage {
  display: block;
  width: 100%;
  max-width: 62.5rem;
  margin: -40px auto 20px;
}

body.page .content {
  padding-bottom: 120px;
}

body.page .content img {
  max-width: 100%;
  margin: 24px 0;
}

body.page .content iframe:not([id*="google"]) {
  margin: 24px 0;
  max-width: 100%;
  width: 100%;
}

body.page .content .tags {
  margin-bottom: 24px;
}

@media screen and (min-width: 75em) {
  body.page .content .social-share,
  body.page .content .wordsandstuff,
  body.page .content .tags {
    margin-left: auto;
    margin-right: auto;
    max-width: 62.5rem;
  }
}

body.page.concerts-events-show .event-time {
  font-family: "BebasNeueRegular", sans-serif;
  font-size: 1.5em;
  margin-bottom: 0;
}

body.page.concerts-events-show .event-separate {
  font-size: .8em;
  display: inline-block;
  margin: 8px 8px 0px 4px;
  position: relative;
  bottom: 2px;
  border-width: 1px 0;
  border-style: solid;
}

body.page.concerts-events-show .event-location {
  font-family: "BebasNeueRegular", sans-serif;
  font-size: 1.2em;
}

body.page.concerts-events-show .event-tickets {
  background: #DF2B0B;
  border-radius: 4px;
  color: white;
  display: block;
  font-family: "BebasNeueRegular", sans-serif;
  font-size: 1.6em;
  margin: 40px auto 56px;
  padding: 14px 32px !important;
  text-align: center;
  width: 75%;
}

body.page.concerts-events-show #map {
  padding-top: 65.25%;
  margin-left: -16px;
  margin-right: -16px;
}

body.page section.errorpage {
  position: fixed;
  top: 40%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 40px;
  margin: 0 auto;
  max-width: 640px;
  text-align: center;
}

body.page section.errorpage h1 {
  font-size: 10em;
  margin-bottom: 8px;
  line-height: 1;
}

body.page section.errorpage h2 {
  margin-bottom: 40px;
}

body.page section.errorpage input[type="text"] {
  height: 3.2rem;
}

body.page section.errorpage .button {
  padding: 1.18em 1.4em;
}

body.page .debugerror {
  max-width: 100vw;
  display: inline-block;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  text-align: left;
  color: black;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem;
  margin-left: -100%;
  margin-right: -100%;
}

body.page.donate-show #menu-toggle-buttons svg {
  color: rgba(0, 0, 0, 0.87) !important;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

body.page.donate-show #headerBar:not(.hiding) ~ .menu-container svg {
  color: white !important;
}

body.page.donate-show .intro {
  padding: 120px 0 24px;
}

@media screen and (min-width: 40em) {
  body.page.donate-show .intro {
    padding-bottom: 60px;
  }
}

body.page.donate-show .intro-title {
  background: none;
  color: rgba(0, 0, 0, 0.87);
  padding: 0;
  margin-bottom: 8px;
  height: auto;
  text-align: center;
}

body.page.donate-show .intro-title:before,
body.page.donate-show .intro-title:after {
  display: none;
}

@media screen and (min-width: 64em) {
  body.page.donate-show .intro-title {
    font-size: 4em;
  }

  body.page.donate-show .intro-title path.stroke {
    -webkit-transform: translateY(1em) scale(0.7) !important;
            transform: translateY(1em) scale(0.7) !important;
  }
}

body.page.donate-show h4 {
  text-align: center;
  margin-bottom: 0;
  font-size: 1.4em;
}

body.page.donate-show #thankyou {
  margin-bottom: 80px;
}

@media screen and (min-width: 40em) {
  body.page.donate-show #thankyou {
    padding: 16px;
  }
}

@media screen and (min-width: 64em) {
  body.page.donate-show #thankyou {
    padding: 32px;
  }
}

@media screen and (min-width: 75em) {
  body.page.donate-show #thankyou {
    margin-bottom: 30px;
    max-width: 1170px;
  }
}

body.page.donate-show #thankyou .video {
  padding: 0;
  margin-bottom: 16px;
}

body.page.donate-show #thankyou .video .splash {
  cursor: pointer;
  margin: 0;
  opacity: 1;
  position: absolute;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}

body.page.donate-show #thankyou .video .splash img {
  width: 100%;
}

body.page.donate-show #thankyou .video .splash svg {
  color: rgba(255, 255, 255, 0.6);
  font-size: 4em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

body.page.donate-show #thankyou .video .splash.hiding {
  opacity: 0;
  pointer-events: none;
}

body.page.donate-show .donate-type {
  text-align: center;
  margin-bottom: 140px;
}

@media (min-width: 40em) and (min-width: 64em) {
  body.page.donate-show .donate-type {
    padding: 32px;
  }
}

@media screen and (min-width: 75em) {
  body.page.donate-show .donate-type {
    margin-bottom: 66px;
    max-width: 1170px;
  }
}

body.page.donate-show .donate-type h2 {
  text-align: center;
  margin-bottom: 40px;
}

body.page.donate-show .donate-type .button {
  width: calc(50% - 5px);
  padding: 16px 8px;
  border-radius: 3px;
  font-family: "BebasNeueRegular", sans-serif;
  font-size: 1.3em;
}

@media screen and (min-width: 75em) {
  body.page.donate-show .donate-type .button {
    width: 400px;
    padding: 24px;
  }

  body.page.donate-show .donate-type .button.oneX {
    margin-right: 16px;
  }
}

body.page.donate-show .donate-type .button.oneX {
  color: rgba(0, 0, 0, 0.87);
  background: lightgray;
}

body.page.donate-show .donate-type .button.monthly {
  color: rgba(255, 255, 255, 0.97);
  background: #ae2209;
}

body.page.donate-show .donate-type p {
  margin-top: 16px;
  font-size: .8em;
  text-align: center;
}

body.page.donate-show.form .intro {
  padding-bottom: 56px;
  text-align: center;
}

body.page.donate-show.form .intro a {
  display: inline-block;
  background: #e5e5e5;
  padding: 16px 24px;
  border-radius: 3px;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.27);
  color: rgba(0, 0, 0, 0.87);
}

body.page.donate-show.form .intro a:hover {
  background: #d9d9d9;
}

body.page.donate-show.form .intro svg path {
  display: none;
}

body.page.donate-show.form .intro svg path.stroke {
  display: block;
  stroke: #DF2B0B;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -webkit-animation: scribbleStroke 1s ease-out forwards;
          animation: scribbleStroke 1s ease-out forwards;
}

body.page.donate-show.form h5 {
  margin-top: -12px;
  margin-bottom: 40px;
  font-size: 1.1em;
  color: black;
}

@media screen and (min-width: 64em) {
  body.page.donate-show.form h5 {
    margin-top: 24px;
    font-size: 1.2em;
  }
}

body.page.donate-show.form h5 span {
  display: block;
}

body.page.donate-show.form.onetime .intro a {
  background-color: #961d07;
  color: white;
}

body.page.donate-show.form.onetime .intro a:hover {
  background-color: #bd2409;
}

body.page.donate-show .imgPopup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(182, 182, 182, 0.87);
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  z-index: 10;
}

body.page.donate-show .imgPopup.showing {
  opacity: 1;
}

body.page.donate-show .imgPopup img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 80%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

body.page.donate-show .imgPopup.showing img {
  z-index: 10;
}

body.page.donate-show .imgPopup .cancel {
  position: absolute;
  top: 100px;
  right: 40px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  opacity: .7;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

body.page.donate-show .imgPopup .cancel:hover {
  opacity: 1;
}

body.page.donate-show .imgPopup .cancel:before,
body.page.donate-show .imgPopup .cancel:after {
  content: ' ';
  width: 2px;
  height: 33px;
  background: black;
  position: absolute;
  left: 0;
}

body.page.donate-show .imgPopup .cancel:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

body.page.donate-show .imgPopup .cancel:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

body.page.login-show {
  background: #fff;
}

body.page.login-show #menu-toggle-buttons svg {
  color: rgba(0, 0, 0, 0.87) !important;
}

body.page.login-show section.loginForm {
  position: fixed;
  top: 45%;
  left: 0;
  right: 0;
  padding: 0 40px;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

body.page.login-show section.loginForm h1 {
  text-align: center;
  font-size: 5em;
  margin-bottom: 24px;
  line-height: 1;
}

body.page.login-show section.loginForm input[type="text"],
body.page.login-show section.loginForm input[type="password"] {
  height: 3.2rem;
}

body.page.login-show section.loginForm .button {
  border-radius: 3px;
  padding: 1.18em 1.4em;
  margin-top: 24px;
  width: 100%;
}

body.page.login-show section.loginForm .link {
  display: block;
  font-size: 0.8em;
  margin-top: 16px;
  text-align: center;
  text-decoration: underline;
}

body.page.contact-us-show .intro-title,
body.page.subscribe-to-909-the-bridge-show .intro-title,
body.page.sponsorships-show .intro-title {
  margin-bottom: 40px;
}

body.page.contact-us-show .content,
body.page.subscribe-to-909-the-bridge-show .content,
body.page.sponsorships-show .content {
  max-width: 1170px;
  margin: 0 auto 113px;
}

body.page.contact-us-show .content form label,
body.page.subscribe-to-909-the-bridge-show .content form label,
body.page.sponsorships-show .content form label {
  color: rgba(0, 0, 0, 0.87);
}

body.page.contact-us-show .content form input.button,
body.page.subscribe-to-909-the-bridge-show .content form input.button,
body.page.sponsorships-show .content form input.button {
  width: 200px;
  padding: 16px;
  margin-top: 24px;
  font-family: "BebasNeueRegular", sans-serif;
  font-size: 1.5em;
  max-width: 100%;
}

body.page span.asterisk {
  color: #DF2B0B;
}

body.archivepage .data-container {
  max-width: 62.5rem;
}

@media (max-width: 575px) {
  body.archivepage body.single .hero-image {
    padding-top: 85%;
  }
}

body.archivepage .hero-image .bridge-logo {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 180px;
  padding: 40px;
}

@media (min-width: 575px) {
  body.archivepage .hero-image .bridge-logo {
    max-width: 340px;
  }
}

body.archivepage .content {
  max-width: 1100px;
  margin: 0 auto;
}

body.archivepage .content .social {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 575px) {
  body.archivepage .content .social {
    text-align: right;
    font-size: 2.1rem;
    margin-bottom: 0;
  }
}

body.archivepage .content .social a {
  color: black;
  margin-left: 50px;
}

body.archivepage h1.intro-title.basic {
  font-size: 4em;
  line-height: 1.2;
  padding-top: 0.625em;
}

body.archivepage .main-desc {
  font-size: 20px;
  margin-bottom: 80px;
}

body.archivepage .spotify-link {
  display: inline-block;
  margin-top: -60px;
  margin-bottom: 80px;
}

body.archivepage section.story-group {
  margin-bottom: 120px;
}

body.archivepage section.story-group .container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: 16px;
}

@media (min-width: 640px) {
  body.archivepage section.story-group .container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  body.archivepage section.story-group .container {
    grid-template-columns: repeat(4, 1fr);
  }
}

body.archivepage .story-group .article {
  position: relative;
  background-color: black;
  padding-bottom: 30px;
}

body.archivepage .aImage {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background-position: center;
  background-size: contain;
}

body.archivepage .aTag {
  text-align: center;
  margin-top: -15px;
  position: relative;
  margin-bottom: 20px;
}

body.archivepage .aTag span {
  background-color: #B61B00;
  color: white;
  padding: 0px 8px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'BebasNeueRegular';
}

body.archivepage .aTitle {
  padding: 0 15px;
}

body.archivepage .aTitle h3 {
  color: white;
  font-size: 22px;
  text-align: center;
}

body.archivepage .aExcerpt {
  padding: 0 15px;
}

body.archivepage .aExcerpt span {
  font-family: "Open Sans";
  font-size: 14px;
  color: white;
}

body.archivepage a.story-group-btn {
  background: #b61b00;
  color: white;
  padding: 16px 30px;
  display: block;
  max-width: 400px;
  text-align: center;
  margin: 40px auto;
  border-radius: 4px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}

body.archivepage section.custom {
  margin-bottom: 120px;
}

#supportChoices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 72px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 998px) {
  #supportChoices {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100vh;
  }
}

#supportChoices .support-panel {
  background-size: cover;
  background-position: 65%;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#supportChoices .support-panel:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background-color: RGB(0 0 0/65%);
  z-index: 0;
}

@media (min-width: 998px) {
  #supportChoices .support-panel:before {
    background-color: transparent;
  }
}

#supportChoices #support-left {
  background-image: url(https://cdntest.bridge909.org/images/red-bunker-t-shirt-webjpg.jpg);
  left: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#supportChoices #support-right {
  background-image: url(https://cdntest.bridge909.org/thumbnails/large-MiddleKids-Bridge-2018-Meg-Vatterott.jpg);
  right: 0;
  border-top: 4px solid white;
}

@media (min-width: 998px) {
  #supportChoices #support-right {
    border-top: none;
  }
}

#supportChoices .support-panel-content {
  color: white;
  margin: 0 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

@media (min-width: 998px) {
  #supportChoices .support-panel-content {
    background: rgba(0, 0, 0, 0.25);
    border: 0.3em solid white;
    max-width: 525px;
    height: 100vh;
    max-height: 56vh;
    padding: 2.5em;
    margin: 0 40px;
  }
}

@media (min-width: 1200px) {
  #supportChoices .support-panel-content {
    max-height: 65vh;
  }
}

#supportChoices .support-panel-content h2 {
  font-size: 2em;
  color: white;
  max-width: 80%;
}

@media (min-width: 998px) {
  #supportChoices .support-panel-content h2 {
    font-size: 2.3em;
    margin-bottom: 15px;
    max-width: none;
  }
}

@media (min-width: 1200px) {
  #supportChoices .support-panel-content h2 {
    font-size: 3.8em;
  }
}

#supportChoices .support-panel-content p {
  margin-bottom: 30px;
  font-size: .9rem;
}

@media (min-width: 1200px) {
  #supportChoices .support-panel-content p {
    margin-bottom: 4rem;
    font-size: inherit;
  }
}

#supportChoices .support-panel-content .button {
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding: 1.4em 3em;
  background: rgba(0, 0, 0, 0.85);
  border-radius: 0.3em;
  margin-bottom: 0;
  width: 180px;
}

@media (min-width: 1200px) {
  #supportChoices .support-panel-content .button {
    padding: 1.8em 3em;
    width: 200px;
  }
}

#supportChoices .support-panel-content:hover {
  border-color: rgba(194, 29, 0, 0.94);
  background: rgba(0, 0, 0, 0.5);
}

#supportChoices .support-panel-content:hover .button {
  color: black;
  background: white;
}

#supportChoices #support-left .support-panel-content {
  margin-top: 30px;
}

@media (min-width: 998px) {
  #supportChoices #support-left .support-panel-content {
    margin-top: 0px;
  }
}

.slideup-leave-active {
  -webkit-transition: all 1s ease-out !important;
  transition: all 1s ease-out !important;
}

.slideup-leave-from {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.slideup-leave-to {
  -webkit-transform: translateY(-100vh);
          transform: translateY(-100vh);
  opacity: 0.75;
}

@-webkit-keyframes scribbleStroke {
  from {
    stroke-dashoffset: 1000;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@keyframes scribbleStroke {
  from {
    stroke-dashoffset: 1000;
  }

  to {
    stroke-dashoffset: 0;
  }
}

/* NOTHING TO SEE HERE */

.bok-sponsor {
  display: block;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 90px;
}

@media screen and (min-width: 64em) {
  body.archive.shows #archive-of-stories .intro-title {
    padding: 100px;
    margin-bottom: 100px;
  }
}

body.archive.shows #archive-of-stories .showLogo {
  display: inline-block;
  padding-right: 16px;
  width: 40%;
  max-width: 150px;
}

@media screen and (min-width: 64em) {
  body.archive.shows #archive-of-stories .showLogo {
    padding-right: 32px;
    max-width: 200px;
  }
}

body.archive.shows #archive-of-stories .showContent {
  display: inline-block;
  margin-left: -5px;
  vertical-align: middle;
  width: 60%;
}

body.archive.shows #archive-of-stories .showContent h3 {
  font-size: 24px;
  line-height: 1;
}

body.archive.shows #archive-of-stories .showContent .pseudoheader {
  color: #C0C0C0;
  font-size: 14px;
  line-height: 1;
}

body.archive.shows #archive-of-stories .showContent .content {
  margin: 0.5rem 0;
  font-size: 14px;
  line-height: 1.2;
}

body.archive.shows #archive-of-stories .shows-row {
  margin-bottom: 32px;
}

@media screen and (min-width: 75em) {
  body.archive.shows #archive-of-stories .shows-row {
    margin: 0 auto 48px;
    max-width: 1000px;
  }

  body.archive.shows #archive-of-stories .shows-row:last-child {
    margin-bottom: 0;
  }
}

body.archive.shows .show .heading {
  padding-left: 0;
  padding-right: 0;
}

body.archive.shows .show .logo-padding {
  min-height: 240px;
}

body.archive.shows .show .show-logo {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 25px;
  left: 25px;
}

body.archive.shows .show .show-logo img {
  max-width: 100%;
  max-height: 100%;
}

body.archive.shows .show h1,
body.archive.shows .show h2 {
  color: #fff;
  margin: 0 0 10px;
  text-align: center;
}

body.archive.shows .show h2 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: underline;
}

body.archive.shows .show h1 {
  font-size: 3.8rem;
  letter-spacing: -1px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}

body.archive.shows .show h2.section {
  border-bottom: 6px solid #ffffff;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-size: 2.5em;
  font-weight: normal;
  text-transform: uppercase;
}

body.archive.shows .show .breadcrumbs {
  margin: 1rem 0;
}

body.archive.shows .show .episodes {
  margin-top: 4rem;
}

body.archive.shows .show .episode {
  background-size: cover;
  background-position: top left;
  min-height: 150px;
  padding-bottom: 125%;
  position: relative;
}

body.archive.shows .show .episode .episode-title {
  color: #ffffff;
  font-size: 2.3em;
  font-weight: 500;
  padding: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  line-height: 1.1;
}

body.archive.shows .show .about {
  background-color: #fff;
  color: #000;
  margin-top: 4rem;
  padding: 30px 20px;
}

body.archive.shows .show .about h2 {
  border-bottom: 3px solid #000;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 2.2rem;
  font-weight: normal;
  margin-bottom: 15px;
  text-align: left;
  text-transform: uppercase;
}

body.EOS:before {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  z-index: -1;
}

@media screen and (min-width: 75em) {
  body.EOS:before {
    position: fixed;
    -webkit-filter: none;
            filter: none;
  }
}

body.EOS .EOS-logo img {
  width: 100%;
  max-width: 230px;
  margin: 80px auto 140px;
  display: block;
}

@media screen and (min-width: 75em) {
  body.EOS .EOS-logo img {
    margin-top: 120px;
  }
}

body.EOS .eoscard {
  margin: 0 auto 104px;
  width: calc(100% - 32px);
  max-width: 62.5rem;
  background: white;
  padding: 32px 16px;
  position: relative;
}

@media screen and (min-width: 75em) {
  body.EOS .eoscard {
    margin-bottom: 144px;
  }
}

body.EOS .eoscard > h2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 40px;
  text-align: center;
  -webkit-transform: translateY(-82%);
          transform: translateY(-82%);
}

body.EOS .eoscard > h2 .red {
  color: #DF2B0B;
  position: relative;
  margin: -30px 0 -14px;
}

body.EOS .eoscard > h2 .white {
  color: white;
}

body.EOS .addToCalendar {
  /* Hide until functionality is complete */
  display: none !important;
  background-color: #DF2B0B;
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.97);
  font-size: 0.8em;
  margin-top: 12px;
  padding: 6px 8px;
}

body.EOS .addToCalendar svg {
  margin-right: 6px;
}

body.EOS .featureEp .img-16x9,
body.EOS .featureEp .img-1x1,
body.EOS .featureEp .img-4x3 {
  position: relative;
  padding-top: 60%;
  margin-bottom: 24px;
}

body.EOS .featureEp .img-16x9:before,
body.EOS .featureEp .img-1x1:before,
body.EOS .featureEp .img-4x3:before {
  content: '';
  background: rgba(0, 0, 0, 0.4);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
}

body.EOS .featureEp .img-16x9 .featureEp-title,
body.EOS .featureEp .img-1x1 .featureEp-title,
body.EOS .featureEp .img-4x3 .featureEp-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
  text-align: center;
  color: white;
  font-family: "BebasNeueRegular", sans-serif;
  font-size: 1.3em;
  width: auto;
  max-width: 80%;
  margin: 0 auto;
}

body.EOS .featureEp .img-16x9 .featureEp-title span,
body.EOS .featureEp .img-1x1 .featureEp-title span,
body.EOS .featureEp .img-4x3 .featureEp-title span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-120%);
          transform: translateY(-120%);
  font-size: 0.8em;
}

body.EOS .featureEp .img-16x9 .featureEp-title div,
body.EOS .featureEp .img-1x1 .featureEp-title div,
body.EOS .featureEp .img-4x3 .featureEp-title div {
  background: rgba(223, 43, 11, 0.85);
  display: inline-block;
  padding: 4px 8px;
  line-height: 1.1;
}

body.EOS .featureEp .featureEp-info {
  margin-bottom: 40px;
}

@media screen and (min-width: 75em) {
  body.EOS .featureEp .featureEp-info {
    position: relative;
    top: -16px;
  }
}

body.EOS .featureEp .featureEp-info .when {
  text-align: center;
}

body.EOS .featureEp .featureEp-info .when a.live {
  font-family: "Open Sans", sans-serif;
  font-size: 0.5em;
  text-decoration: underline;
  color: #c02509;
  display: block;
  margin-bottom: 24px;
}

body.EOS .featureEp .featureEp-info .when .featureEp-content {
  text-align: center;
}

body.EOS .featureEp .featureEp-info .when span {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-align: center;
  margin-bottom: 24px;
}

body.EOS .featureEp .featureEp-info .when span.onair {
  background: red;
  border-radius: 3px;
  display: inline-block;
  color: white;
  font-family: inherit;
  font-size: 0.7em;
  line-height: 1;
  margin-left: 12px;
  margin-bottom: 0;
  padding: 2px 4px;
  vertical-align: middle;
}

body.EOS .featureEp .featureEp-info .featureEp-content {
  text-align: center;
}

body.EOS .featureEp .featureEp-info span {
  display: block;
  margin-top: 12px;
  font-style: oblique;
  text-align: center;
}

body.EOS .lastAndNextweek {
  text-align: center;
}

@media screen and (min-width: 75em) {
  body.EOS .lastAndNextweek {
    text-align: left;
  }
}

body.EOS .lastAndNextweek .lastweek {
  padding-right: 6px;
}

@media screen and (min-width: 75em) {
  body.EOS .lastAndNextweek .lastweek {
    position: relative;
  }
}

body.EOS .lastAndNextweek .next-week {
  padding-left: 6px;
}

body.EOS .lastAndNextweek .lastweek > div,
body.EOS .lastAndNextweek .nextweek > div {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 14px 16px;
}

body.EOS .lastAndNextweek .img {
  width: 100%;
  margin-bottom: 24px;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-width: 40em) {
  body.EOS .lastAndNextweek .img {
    width: 140px;
    margin-bottom: 0;
    margin-right: 24px;
  }
}

body.EOS .lastAndNextweek h3 {
  font-size: 24px;
}

body.EOS .lastAndNextweek a[class^="img"] {
  width: 100%;
  margin-bottom: 12px;
}

body.EOS .lastAndNextweek .info {
  display: inline-block;
  vertical-align: middle;
}

body.EOS .lastAndNextweek .info a {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
}

body.EOS .lastAndNextweek .info a span {
  display: block;
  font-size: .8em;
  font-weight: normal;
  margin-bottom: 8px;
}

body.EOS .lastAndNextweek .info a .showAvailable {
  background-color: #DF2B0B;
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.97);
  font-size: .8em;
  margin-top: 12px;
  padding: 2px 6px;
}

@media screen and (min-width: 75em) {
  body.EOS .lastAndNextweek .info a .showAvailable {
    padding: 4px;
    margin: 0;
    position: absolute;
    top: 14px;
    right: 22px;
  }
}

body.EOS .EOS-past10 {
  padding: 16px 0;
}

body.EOS .EOS-past10 > .row:last-child .episode {
  border-bottom: none !important;
}

body.EOS .EOS-past10 .episode {
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}

body.EOS .EOS-past10 .episode a {
  padding: 6px 0;
  display: block;
}

body.EOS .EOS-past10 .episode .img {
  width: 20%;
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
  float: left;
}

@media screen and (min-width: 40em) {
  body.EOS .EOS-past10 .episode .img {
    width: 12%;
  }
}

@media screen and (min-width: 75em) {
  body.EOS .EOS-past10 .episode .img {
    width: 6%;
  }
}

body.EOS .EOS-past10 .episode .img .img-1x1 {
  display: inline-block;
}

body.EOS .EOS-past10 .episode .ep-info {
  color: rgba(0, 0, 0, 0.87);
  vertical-align: middle;
}

body.EOS .EOS-past10 .episode .ep-info .airdate {
  font-size: .8em;
  margin-bottom: 4px;
}

body.EOS .EOS-past10 .episode .ep-info .ep-title {
  font-weight: bold;
  margin: 0;
  line-height: 1.2;
}

body.EOS .EOS-past10 .episode .ep-info .ep-desc {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.EOS .EOS-past10 .episode .ep-info .view-show-button {
  display: none;
}

body.EOS .EOS-past10 .episode .allShows {
  padding: 14px 8px;
  margin-top: 24px;
  margin-bottom: 8px;
}

body.EOS .EOS-about h3 {
  margin-bottom: 16px;
}

body.EOS .podcast-icons {
  margin-top: 24px;
}

body.EOS .podcast-icons h5 {
  font-family: "BebasNeueRegular", sans-serif;
  color: rgba(0, 0, 0, 0.87);
}

body.EOS .podcast-icons a {
  width: 48px;
  margin-right: 16px;
  margin-bottom: 16px;
  display: inline-block;
}

@media screen and (orientation: landscape) {
  body.EOS.episode .hero-image {
    padding: 0;
    height: 70vh;
  }
}

@media screen and (min-width: 75em) {
  body.EOS.episode .hero-image:before {
    content: '';
    position: absolute;
    top: 0;
    background-size: cover;
    background-position: inherit;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
  }
}

body.EOS.episode .eoscard {
  margin-top: -24px;
  padding-bottom: 0;
}

body.EOS.episode .eoscard > h2 {
  background: none;
  line-height: 0.8;
  font-size: 44px;
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
}

body.EOS.episode .eoscard > h2 .red {
  color: white;
  background: #DF2B0B;
  display: inline-block;
  font-size: .6em;
  margin-bottom: 12px;
  padding: 6px 12px;
}

body.EOS.episode .breadcrumbs {
  margin: 0 0 24px;
}

body.EOS.episode .breadcrumbs a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.87);
}

body.EOS.episode .breadcrumbs a:hover {
  color: #DF2B0B;
}

body.EOS.episode .breadcrumbs a:after {
  content: '/';
  color: rgba(0, 0, 0, 0.4);
  margin: 0 8px 0 12px;
}

body.EOS.episode .breadcrumbs span {
  color: rgba(0, 0, 0, 0.3);
}

body.EOS.episode .audioplayer {
  background: rgba(44, 44, 44, 0.9);
}

body.EOS.episode .description,
body.EOS.episode .songlist {
  margin-bottom: 24px;
}

body.EOS.episode .songlist a {
  padding: 6px 0;
  display: block;
}

body.EOS.episode .songlist .img {
  width: 12%;
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}

body.EOS.episode .songlist .img .img-1x1 {
  display: inline-block;
}

body.EOS.episode .songlist .info {
  color: rgba(0, 0, 0, 0.87);
  display: inline-block;
  vertical-align: middle;
  width: calc(88% - 18px);
}

body.EOS.episode .songlist .info .songTitle {
  font-weight: bold;
  display: block;
}

@media screen and (min-width: 75em) {
  body.EOS.episode .nextStory {
    padding-bottom: 80px;
  }
}

body.EOS.shows .EOS-logo img {
  max-width: 160px;
  margin-bottom: 110px;
}

body.EOS.shows .eoscard {
  padding-top: 0;
}

body.EOS.shows .EOS-past10 h3 {
  text-align: center;
  padding: 20px;
  background: #f5f5f5;
}

body.mixmix {
  background: white;
}

body.mixmix:before {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: blur(21px);
          filter: blur(21px);
  z-index: -1;
}

@media screen and (min-width: 75em) {
  body.mixmix:before {
    position: fixed;
    left: -40px;
    right: -40px;
  }
}

body.mixmix.index .BridgeShow .row {
  max-width: 1200px;
}

body.mixmix.index img.mixmix-logo {
  width: 100%;
  max-width: 150px;
  margin: 80px auto 40px;
  display: block;
}

@media screen and (min-width: 75em) {
  body.mixmix.index img.mixmix-logo {
    margin-top: 120px;
  }
}

body.mixmix.index .breadcrumbs-container {
  text-align: center;
  margin: 24px 0;
}

body.mixmix.index .breadcrumbs-container li {
  float: none;
  display: inline-block;
}

body.mixmix.index .breadcrumbs-container li a {
  color: rgba(255, 255, 255, 0.97);
  font-weight: bold;
}

body.mixmix.index .breadcrumbs-container li a:hover {
  color: #DF2B0B;
}

body.mixmix.index .show-links {
  text-align: center;
  margin-bottom: 80px;
}

body.mixmix.index .show-links a {
  display: inline-block;
}

body.mixmix.index .show-links a img {
  width: 44px;
  margin-right: 12px;
}

body.mixmix.index .show-links a:last-child img {
  margin-right: 0;
}

body.mixmix.index h2 {
  text-align: center;
}

body.mixmix.index .episodesHeading {
  color: white;
  margin-bottom: 40px;
  font-size: 32px;
}

body.mixmix.index .mixmix-episodes {
  padding: 0 8px;
}

body.mixmix.index .mixmix-episodes .mixmix-episode {
  padding: 8px;
  margin-bottom: 40px;
}

body.mixmix.index .mixmix-episodes .mixmix-episode a {
  color: rgba(255, 255, 255, 0.97);
  padding-top: 150%;
  display: block;
  border-radius: 3px;
  background-position: center;
  background-size: cover;
}

body.mixmix.index .mixmix-episodes .mixmix-episode a:hover {
  color: #DF2B0B;
}

body.mixmix.index .mixmix-episodes .mixmix-episode a h3 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

body.mixmix.index .mixmix-episodes .mixmix-episode a h3 span {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 0.5em;
  margin-bottom: 8px;
}

body.mixmix.index .mixmix-desc-box {
  margin-top: 2em;
  padding: 1em;
  margin-bottom: 60px;
}

@media screen and (min-width: 75em) {
  body.mixmix.index .mixmix-desc-box {
    background: white;
    padding: 32px;
    border-radius: 3px;
  }

  body.mixmix.index .mixmix-desc-box h2 {
    margin-bottom: 24px;
  }
}

body.mixmix.index .mixmix-contact {
  margin-bottom: 160px;
}

@media screen and (min-width: 75em) {
  body.mixmix.index .mixmix-contact {
    background: white;
    padding: 32px;
    border-radius: 3px;
  }

  body.mixmix.index .mixmix-contact h2 {
    margin-bottom: 24px;
  }
}

body.mixmix.episode:before {
  position: fixed;
}

@media screen and (min-width: 75em) {
  body.mixmix.episode .hero-image.img-overlay {
    padding: 0;
    height: 60vh;
  }

  body.mixmix.episode .hero-image.img-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    background-size: cover;
    background-position: inherit;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
  }
}

body.mixmix.episode h1 {
  color: rgba(255, 255, 255, 0.97);
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2.4rem;
  padding: 16px;
  position: absolute;
  z-index: 1;
}

body.mixmix.episode h1:hover {
  color: #DF2B0B;
}

@media screen and (min-width: 64em) {
  body.mixmix.episode h1 {
    font-size: 4em;
  }
}

body.mixmix.episode h2 {
  margin-bottom: 40px;
}

body.mixmix.episode .mixcontainer {
  padding: 32px 16px 16px;
  background: white;
  margin: -40px 16px 65px;
  z-index: 1;
  position: relative;
}

@media screen and (min-width: 75em) {
  body.mixmix.episode .mixcontainer {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 104px;
    padding: 32px 32px 16px;
    -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.12);
            box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.12);
  }
}

body.mixmix.episode .audioplayer {
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
}

body.mixmix.episode .breadcrumbs {
  margin: 0 0 24px;
}

body.mixmix.episode .breadcrumbs a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.87);
}

body.mixmix.episode .breadcrumbs a:hover {
  color: #DF2B0B;
}

body.mixmix.episode .breadcrumbs span {
  color: rgba(0, 0, 0, 0.3);
}

body.mixmix.episode .show-icons {
  margin-bottom: 24px;
}

body.mixmix.episode .show-icons h5 {
  font-family: "BebasNeueRegular", sans-serif;
  color: rgba(0, 0, 0, 0.87);
}

body.mixmix.episode .show-icons a {
  width: 48px;
  margin-right: 16px;
  margin-bottom: 16px;
  display: inline-block;
}

body.mixmix.episode .about,
body.mixmix.episode .ep-media {
  margin-bottom: 40px;
}

body.mixmix.episode .ep-media .imgcontainer {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 12px;
}

body.mixmix.episode .ep-media h3 {
  display: inline-block;
  margin-bottom: 12px;
  width: calc(75% - 5px);
  vertical-align: middle;
  padding-left: 8px;
}

body.mixmix.episode .ep-media p {
  margin-bottom: 32px;
}

@media screen and (min-width: 40em) {
  body.mixmix.episode .ep-other {
    margin-left: -16px;
    margin-right: -16px;
  }

  body.mixmix.episode .ep-other h2 {
    margin-left: 16px;
  }
}

@media screen and (max-width: 39.9375em) {
  body.mixmix.episode .ep-other .mixmix-episode-container:nth-child(odd) {
    padding-left: 8px;
  }

  body.mixmix.episode .ep-other .mixmix-episode-container:nth-child(even) {
    padding-right: 8px;
  }
}

body.mixmix.episode .ep-other .mixmix-episode-container .mixmix-episode-box {
  padding-top: 150%;
  margin-bottom: 24px;
  border-radius: 3px;
}

body.mixmix.episode .ep-other .mixmix-episode-container .mixmix-episode-box h3 {
  color: rgba(255, 255, 255, 0.97);
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 16px;
  font-size: 1.5em;
  z-index: 1;
}

body.mixmix.episode .ep-other .mixmix-episode-container .mixmix-episode-box h3:hover {
  color: #DF2B0B;
}

body.mixmix.episode .ep-other .mixmix-episode-container .mixmix-episode-box h3 span {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 0.5em;
  margin-bottom: 8px;
}

@media screen and (max-width: 74.9375em) {
  body.mixmix.episode .nextStory {
    margin-top: 80px;
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media screen and (min-width: 75em) {
  body.mixmix.episode .nextStory {
    margin-bottom: 80px;
  }
}

body.shows-default:before {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  z-index: -1;
}

@media screen and (min-width: 75em) {
  body.shows-default:before {
    position: fixed;
    -webkit-filter: none;
            filter: none;
  }
}

body.shows-default .show-logo img {
  width: 100%;
  max-width: 230px;
  margin: 80px auto 140px;
  display: block;
}

@media screen and (min-width: 75em) {
  body.shows-default .show-logo img {
    margin-top: 120px;
  }
}

body.shows-default .showcard {
  margin: 0 auto 104px;
  width: calc(100% - 32px);
  max-width: 62.5rem;
  background: white;
  padding: 32px 16px;
  position: relative;
}

@media screen and (min-width: 75em) {
  body.shows-default .showcard {
    margin-bottom: 144px;
  }
}

body.shows-default .showcard > h2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 40px;
  text-align: center;
  -webkit-transform: translateY(-82%);
          transform: translateY(-82%);
}

body.shows-default .showcard > h2 .highlight {
  color: #DF2B0B;
  position: relative;
  margin: -30px 0 -14px;
}

body.shows-default .showcard > h2 .white {
  color: white;
}

body.shows-default .addToCalendar {
  /* Hide until functionality is complete */
  display: none !important;
  background-color: #DF2B0B;
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.97);
  font-size: 0.8em;
  margin-top: 12px;
  padding: 6px 8px;
}

body.shows-default .addToCalendar svg {
  margin-right: 6px;
}

body.shows-default .featureEp .img-16x9,
body.shows-default .featureEp .img-1x1,
body.shows-default .featureEp .img-4x3 {
  position: relative;
  padding-top: 60%;
  margin-bottom: 24px;
}

@media screen and (min-width: 40em) {
  body.shows-default .featureEp .img-16x9,
  body.shows-default .featureEp .img-1x1,
  body.shows-default .featureEp .img-4x3 {
    margin-bottom: 0;
  }
}

body.shows-default .featureEp .img-16x9:before,
body.shows-default .featureEp .img-1x1:before,
body.shows-default .featureEp .img-4x3:before {
  content: '';
  background: rgba(0, 0, 0, 0.4);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
}

body.shows-default .featureEp .img-16x9 .featureEp-title,
body.shows-default .featureEp .img-1x1 .featureEp-title,
body.shows-default .featureEp .img-4x3 .featureEp-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
  text-align: center;
  color: white;
  font-family: "BebasNeueRegular", sans-serif;
  font-size: 1.3em;
  width: auto;
  max-width: 80%;
  margin: 0 auto;
}

body.shows-default .featureEp .img-16x9 .featureEp-title span,
body.shows-default .featureEp .img-1x1 .featureEp-title span,
body.shows-default .featureEp .img-4x3 .featureEp-title span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-120%);
          transform: translateY(-120%);
  font-size: 0.8em;
}

body.shows-default .featureEp .img-16x9 .featureEp-title div,
body.shows-default .featureEp .img-1x1 .featureEp-title div,
body.shows-default .featureEp .img-4x3 .featureEp-title div {
  background: rgba(223, 43, 11, 0.85);
  display: inline-block;
  padding: 4px 8px;
  line-height: 1.1;
}

body.shows-default .featureEp .featureEp-info {
  margin-bottom: 40px;
}

@media screen and (min-width: 75em) {
  body.shows-default .featureEp .featureEp-info {
    position: relative;
    top: -16px;
  }
}

body.shows-default .featureEp .featureEp-info .when {
  text-align: center;
}

body.shows-default .featureEp .featureEp-info .when a.live {
  font-family: "Open Sans", sans-serif;
  font-size: 0.5em;
  text-decoration: underline;
  color: #c02509;
  display: block;
  margin-bottom: 24px;
}

body.shows-default .featureEp .featureEp-info .when .featureEp-content {
  text-align: center;
}

body.shows-default .featureEp .featureEp-info .when span {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-align: center;
  margin-bottom: 24px;
}

body.shows-default .featureEp .featureEp-info .when span.onair {
  background: red;
  border-radius: 3px;
  display: inline-block;
  color: white;
  font-family: inherit;
  font-size: 0.7em;
  line-height: 1;
  margin-left: 12px;
  margin-bottom: 0;
  padding: 2px 4px;
  vertical-align: middle;
}

body.shows-default .lastAndNextweek {
  text-align: center;
}

@media screen and (min-width: 75em) {
  body.shows-default .lastAndNextweek {
    text-align: left;
  }
}

body.shows-default .lastAndNextweek .lastweek {
  padding-right: 6px;
}

@media screen and (min-width: 75em) {
  body.shows-default .lastAndNextweek .lastweek {
    position: relative;
  }
}

body.shows-default .lastAndNextweek .next-week {
  padding-left: 6px;
}

body.shows-default .lastAndNextweek .lastweek > div,
body.shows-default .lastAndNextweek .nextweek > div {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 14px 16px;
}

body.shows-default .lastAndNextweek .img {
  width: 100%;
  margin-bottom: 24px;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-width: 40em) {
  body.shows-default .lastAndNextweek .img {
    width: 140px;
    margin-bottom: 0;
    margin-right: 24px;
  }
}

body.shows-default .lastAndNextweek h3 {
  font-size: 24px;
  margin-bottom: 0;
}

body.shows-default .lastAndNextweek a[class^="img"] {
  width: 100%;
  margin-bottom: 12px;
}

body.shows-default .lastAndNextweek .info {
  display: inline-block;
  vertical-align: middle;
}

body.shows-default .lastAndNextweek .info a {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
}

body.shows-default .lastAndNextweek .info a span {
  display: block;
  font-size: .8em;
  font-weight: normal;
  margin-bottom: 8px;
}

body.shows-default .lastAndNextweek .info a .showAvailable {
  background-color: #DF2B0B;
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.97);
  font-size: .8em;
  margin-top: 12px;
  padding: 2px 6px;
}

@media screen and (min-width: 75em) {
  body.shows-default .lastAndNextweek .info a .showAvailable {
    padding: 4px;
    margin: 0;
    position: absolute;
    top: 14px;
    right: 22px;
  }
}

body.shows-default .show-past10 {
  padding: 16px 0;
}

body.shows-default .show-past10 > .row:last-child .episode {
  border-bottom: none !important;
}

body.shows-default .show-past10 .episode {
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}

body.shows-default .show-past10 .episode a {
  padding: 6px 0;
  display: block;
}

body.shows-default .show-past10 .episode .img {
  width: 20%;
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
  float: left;
}

@media screen and (min-width: 40em) {
  body.shows-default .show-past10 .episode .img {
    width: 12%;
  }
}

@media screen and (min-width: 75em) {
  body.shows-default .show-past10 .episode .img {
    width: 6%;
  }
}

body.shows-default .show-past10 .episode .img .img-1x1 {
  display: inline-block;
}

body.shows-default .show-past10 .episode .ep-info {
  color: rgba(0, 0, 0, 0.87);
  vertical-align: middle;
}

body.shows-default .show-past10 .episode .ep-info .airdate {
  font-size: .8em;
  margin-bottom: 4px;
}

body.shows-default .show-past10 .episode .ep-info .ep-title {
  font-weight: bold;
  margin: 0;
  line-height: 1.2;
}

body.shows-default .show-past10 .episode .ep-info .ep-desc {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.shows-default .show-past10 .episode .ep-info .view-show-button {
  display: none;
}

body.shows-default .show-past10 .episode .allShows {
  padding: 14px 8px;
  margin-top: 24px;
  margin-bottom: 8px;
}

body.shows-default .show-about h3 {
  margin-bottom: 16px;
}

body.shows-default .podcast-icons {
  margin-top: 24px;
}

body.shows-default .podcast-icons h5 {
  font-family: "BebasNeueRegular", sans-serif;
  color: rgba(0, 0, 0, 0.87);
}

body.shows-default .podcast-icons a {
  width: 48px;
  margin-right: 16px;
  margin-bottom: 16px;
  display: inline-block;
}

@media screen and (orientation: landscape) {
  body.shows-default.episode .hero-image {
    padding: 0;
    height: 70vh;
  }
}

@media screen and (min-width: 75em) {
  body.shows-default.episode .hero-image:before {
    content: '';
    position: absolute;
    top: 0;
    background-size: cover;
    background-position: inherit;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
  }
}

body.shows-default.episode .showcard {
  margin-top: -24px;
  padding-bottom: 40px;
}

body.shows-default.episode .showcard > h2 {
  background: none;
  line-height: 0.8;
  font-size: 44px;
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
}

body.shows-default.episode .showcard > h2 .highlight {
  color: white !important;
  background: #DF2B0B;
  display: inline-block;
  font-size: .6em;
  margin-bottom: 12px;
  padding: 6px 12px;
}

body.shows-default.episode .breadcrumbs {
  margin: 0 0 24px;
}

body.shows-default.episode .breadcrumbs a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.87);
}

body.shows-default.episode .breadcrumbs a:hover {
  color: #DF2B0B;
}

body.shows-default.episode .breadcrumbs span {
  color: rgba(0, 0, 0, 0.3);
}

body.shows-default.episode .audioplayer {
  background: rgba(44, 44, 44, 0.9);
}

body.shows-default.episode .description,
body.shows-default.episode .songlist {
  margin-bottom: 24px;
}

body.shows-default.episode .songlist a {
  padding: 6px 0;
  display: block;
}

body.shows-default.episode .songlist .img {
  width: 12%;
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}

body.shows-default.episode .songlist .img .img-1x1 {
  display: inline-block;
}

body.shows-default.episode .songlist .info {
  color: rgba(0, 0, 0, 0.87);
  display: inline-block;
  vertical-align: middle;
  width: calc(88% - 18px);
}

body.shows-default.episode .songlist .info .songTitle {
  font-weight: bold;
  display: block;
}

@media screen and (min-width: 75em) {
  body.shows-default.episode .nextStory {
    padding-bottom: 80px;
  }
}

body.shows-default.shows .show-logo img {
  max-width: 160px;
  margin-bottom: 110px;
}

body.shows-default.shows .showcard {
  padding-top: 0;
}

body.shows-default.shows .show-past10 h3 {
  text-align: center;
  padding: 20px;
  background: #f5f5f5;
}

body[class*="top-songs"] .topsongs.header-container {
  background-repeat: repeat;
  margin-top: 65px;
}

body[class*="top-songs"] h1.topsongs {
  color: #ccc;
  text-align: center;
  font-size: 8em;
  padding: .4em;
  background: rgba(0, 0, 0, 0.67);
}

body[class*="top-songs"] .content {
  margin-top: 40px;
}

body[class*="top-songs"] label.voting {
  color: black;
  font-size: 100%;
  line-height: 1.5;
}

body[class*="top-songs"] label.voting .number {
  text-align: center !important;
  padding-right: 0 !important;
}

body[class*="top-songs"] label.voting input[type="checkbox"] {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

body[class*="top-songs"] .email-signup {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 45rem;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

body[class*="top-songs"] .email-signup p {
  line-height: 1.75 !important;
  margin-bottom: 0 !important;
  color: rgba(0, 0, 0, 0.87);
}

body[class*="top-songs"] .email-signup p.smaller {
  font-size: 0.875rem !important;
}

body[class*="top-songs"] .email-signup label {
  color: rgba(0, 0, 0, 0.87);
  text-align: left;
}

body[class*="top-songs"] #p-countdown {
  font-size: 150%;
  line-height: 1.5;
}

body[class*="top-songs"] .row.topsongs {
  margin: 0 auto;
  max-width: 60rem;
  text-align: center;
}

body[class*="top-songs"] .row.topsongs p {
  font-size: 1.1em;
  line-height: 2;
  margin-bottom: 1.25em;
}

body[class*="top-songs"] .row.topsongs .results {
  margin-top: 1em;
}

body[class*="top-songs"] .row.topsongs p.winner {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 0;
  font-weight: bold;
}

body[class*="top-songs"] .row.topsongs p.winner.sub {
  font-weight: normal;
  font-style: italic;
}

body[class*="top-songs"] .row.topsongs .number {
  display: inline-block;
  width: 2.5em;
  font-size: 2em;
  float: left;
  text-align: right;
  padding-right: 0.5em;
}

body[class*="top-songs"] .row.topsongs .songdata {
  display: inline-block;
}

body[class*="top-songs"] .row.topsongs .song-rows {
  margin-top: 1em;
}

body[class*="top-songs"] .row.topsongs .song-row {
  padding: 0.5em 0;
  text-align: left;
}

body[class*="top-songs"] .row.topsongs .song-row.gray {
  background-color: rgba(0, 0, 0, 0.15);
}

body[class*="top-songs"] .row.topsongs .song {
  display: block;
  font-size: larger;
  font-style: italic;
}

body[class*="top-songs"] .row.topsongs .song:before {
  content: "\201C";
}

body[class*="top-songs"] .row.topsongs .song:after {
  content: "\201D";
}

/* MAIN MENU 
-- styles for mobile and desktop */

.menu-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 400px;
  z-index: 15;
  -webkit-transform: translate3d(calc(-100% + 3em), 0, 0);
          transform: translate3d(calc(-100% + 3em), 0, 0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.35, 1.06, 0.35, 1.07);
  transition: -webkit-transform 0.3s cubic-bezier(0.35, 1.06, 0.35, 1.07);
  transition: transform 0.3s cubic-bezier(0.35, 1.06, 0.35, 1.07);
  transition: transform 0.3s cubic-bezier(0.35, 1.06, 0.35, 1.07), -webkit-transform 0.3s cubic-bezier(0.35, 1.06, 0.35, 1.07);
  pointer-events: none;
}

@media screen and (min-width: 40em) and (max-width: 74.9375em) {
  .menu-container {
    max-width: 500px;
    -webkit-transform: translate3d(calc(-100% + 3.5em), 0, 0);
            transform: translate3d(calc(-100% + 3.5em), 0, 0);
  }
}

@media screen and (min-width: 75em) {
  .menu-container {
    bottom: initial;
    max-width: none;
    -webkit-transform: none;
            transform: none;
    pointer-events: all;
  }
}

.menu-container #menu-toggle-buttons {
  display: inline-block;
  float: right;
  margin: 16px 0;
  vertical-align: top;
  pointer-events: all;
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-filter: drop-shadow(0 0 8px white);
          filter: drop-shadow(0 0 8px white);
}

@media screen and (min-width: 75em) {
  .menu-container #menu-toggle-buttons {
    display: none;
  }
}

.menu-container #menu-toggle-buttons.always-white {
  color: white !important;
  -webkit-filter: drop-shadow(0 0 8px black) !important;
          filter: drop-shadow(0 0 8px black) !important;
}

.menu-container #menu-toggle-buttons.white {
  color: white;
  -webkit-filter: drop-shadow(0 0 8px black);
          filter: drop-shadow(0 0 8px black);
}

.menu-container #menu-toggle-buttons svg.menu-toggle {
  display: inline-block;
}

@media screen and (min-width: 40em) {
  .menu-container #menu-toggle-buttons svg.menu-toggle {
    font-size: 2.75em;
  }
}

.menu-container #menu-toggle-buttons svg.fa-times {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.menu-container .main-menu {
  display: inline-block;
  width: 80%;
  bottom: 0;
  height: 100%;
  border-right: 1px solid #1e1e1e;
  -webkit-box-shadow: 5px 0px 7px rgba(0, 0, 0, 0.4);
          box-shadow: 5px 0px 7px rgba(0, 0, 0, 0.4);
  overflow: auto;
  background: #292929;
}

@media screen and (min-width: 75em) {
  .menu-container .main-menu {
    background: none;
    position: fixed;
    bottom: initial;
    left: 0;
    right: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100%;
    height: auto;
    overflow: initial;
  }

  .menu-container .main-menu.fade:not(:hover) .menu {
    background: rgba(0, 0, 0, 0.15);
  }
}

.menu-container .main-menu .main-menu-title {
  background-color: #393939;
  float: none;
  margin: 0 0 8px;
  padding: 16px;
  height: 80px;
}

@media screen and (min-width: 75em) {
  .menu-container .main-menu .main-menu-title {
    display: none;
  }
}

.menu-container .main-menu .main-menu-title a {
  display: block;
  height: 100%;
}

.menu-container .main-menu .main-menu-title img {
  height: 100%;
}

.menu-container .main-menu .main-menu-title img:last-child {
  height: 34px;
  margin-left: 16px;
}

.menu-container .main-menu .menu {
  background: #292929;
  margin-bottom: 8px;
}

@media screen and (min-width: 75em) {
  .menu-container .main-menu .menu {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    background: black;
    margin: 0;
  }
}

.menu-container .main-menu .menu li {
  display: block;
}

@media screen and (min-width: 75em) {
  .menu-container .main-menu .menu li {
    display: inline-block;
    width: auto;
    vertical-align: top;
  }
}

.menu-container .main-menu .menu li a {
  text-transform: uppercase;
  padding: 1.5em 1em;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.8px;
}

.menu-container .main-menu .menu li a:hover {
  background-color: rgba(0, 0, 0, 0.16);
  text-shadow: none;
}

@media screen and (min-width: 40em) and (max-width: 74.9375em) {
  .menu-container .main-menu .menu li a {
    padding: 1.8em 1em;
    font-size: 1.1em;
  }
}

@media screen and (min-width: 75em) {
  .menu-container .main-menu .menu li a {
    font-size: 0.9em;
    padding: 1.8em 1.6em;
  }

  .menu-container .main-menu .menu li a:hover,
  .menu-container .main-menu .menu li a.hover {
    background-color: rgba(255, 255, 255, 0.16);
  }
}

.menu-container .main-menu .menu li.title-logo {
  display: none;
}

.menu-container .main-menu .menu li.title-logo a {
  padding: 1.3em 1em;
}

@media screen and (min-width: 75em) {
  .menu-container .main-menu .menu li.title-logo {
    display: inline-block;
  }
}

.menu-container .main-menu .menu.a2hs {
  margin-bottom: 0;
}

@media screen and (min-width: 75em) {
  .menu-container .main-menu .menu.a2hs {
    display: none;
  }
}

.menu-container .main-menu .menu.a2hs a {
  background: black;
  position: relative;
  padding: 26px 16px !important;
}

.menu-container .main-menu .menu.a2hs img {
  margin: 0;
  position: absolute;
  right: 16px;
  top: 50%;
  height: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.menu-container .main-menu .menu.subscribe {
  margin-bottom: 0;
}

@media screen and (min-width: 75em) {
  .menu-container .main-menu .menu.subscribe {
    display: none;
  }
}

.menu-container .main-menu .menu.subscribe a {
  background: #404040;
  position: relative;
}

.menu-container .main-menu .menu.subscribe a svg {
  position: absolute;
  top: 0;
  right: 16px;
  height: 100%;
  font-size: 2.2em;
}

.menu-container .main-menu .menu.contact {
  margin-bottom: 0;
}

@media screen and (min-width: 75em) {
  .menu-container .main-menu .menu.contact {
    display: none;
  }
}

.menu-container .main-menu .menu.contact a {
  background: #595959;
  position: relative;
}

.menu-container .main-menu .menu.contact a svg {
  position: absolute;
  top: 0;
  right: 16px;
  height: 100%;
  font-size: 2.2em;
}

@media screen and (min-width: 75em) {
  .menu-container .main-menu .menu.listen-donate {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.menu-container .main-menu .menu.listen-donate li.search {
  display: none;
}

@media screen and (min-width: 75em) {
  .menu-container .main-menu .menu.listen-donate li.search {
    display: inline-block;
    padding: 13px 24px;
    cursor: pointer;
    margin-right: 0px;
  }

  .menu-container .main-menu .menu.listen-donate li.search:hover {
    background: rgba(255, 255, 255, 0.12);
  }

  .menu-container .main-menu .menu.listen-donate li.search.showing {
    background: #252525;
  }

  .menu-container .main-menu .menu.listen-donate li.search svg {
    color: white;
    font-size: 1.2em;
    vertical-align: middle;
  }

  .menu-container .main-menu .menu.listen-donate li.search form {
    display: inline-block;
    vertical-align: middle;
  }

  .menu-container .main-menu .menu.listen-donate li.search input[type="text"] {
    display: inline-block;
    width: 0;
    margin-left: 20px;
    margin: 0;
    vertical-align: middle;
    background: transparent;
    border-width: 0 0 2px;
    padding: 0;
    color: white;
    font-size: 1.1em;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }

  .menu-container .main-menu .menu.listen-donate li.search input[type="text"]:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #DF2B0B;
  }

  .menu-container .main-menu .menu.listen-donate li.search.showing input[type="text"] {
    width: 300px;
    margin-left: 24px;
  }
}

.menu-container .main-menu .menu.listen-donate li.listen {
  display: none;
}

@media screen and (min-width: 75em) {
  .menu-container .main-menu .menu.listen-donate li.listen {
    display: inline-block;
    margin-right: -5px;
    vertical-align: top;
  }
}

.menu-container .main-menu .menu.listen-donate li.listen span {
  color: white;
  font-family: "BebasNeueRegular", sans-serif;
  font-size: 1.8em;
  font-weight: normal;
}

.menu-container .main-menu .menu.listen-donate li.listen a {
  background-color: black;
  padding: 20px 1.8em;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.menu-container .main-menu .menu.listen-donate li.listen a:hover {
  opacity: .6;
}

.menu-container .main-menu .menu.listen-donate li.donate a {
  background: #DF2B0B;
  position: relative;
}

.menu-container .main-menu .menu.listen-donate li.donate a:hover {
  background: #861400;
}

.menu-container .main-menu .menu.listen-donate li.donate a svg {
  position: absolute;
  top: 0;
  right: 16px;
  height: 100%;
}

@media screen and (min-width: 75em) {
  .menu-container .main-menu .menu.listen-donate li.donate a {
    padding: 20px 1.8em;
    background: rgba(194, 29, 0, 0.94);
    line-height: 1;
  }

  .menu-container .main-menu .menu.listen-donate li.donate a span {
    display: inline-block;
    margin-right: 3px;
    font-family: "BebasNeueRegular", sans-serif;
    font-size: 1.8em;
    font-weight: normal;
    vertical-align: baseline;
  }

  .menu-container .main-menu .menu.listen-donate li.donate a svg {
    position: relative;
    top: inherit;
    right: inherit;
    font-size: 1.3em;
    display: inline-block;
    margin: 0;
    vertical-align: inherit;
  }
}

.menu-container .main-menu .menu.footer-content {
  border-top: 1px solid #3c3b3b;
  margin: 32px 0 0;
  padding-top: 8px;
  text-align: center;
}

@media screen and (min-width: 75em) {
  .menu-container .main-menu .menu.footer-content {
    display: none;
  }
}

.menu-container .main-menu .menu.footer-content .copyright {
  font-size: 0.8em;
  font-family: 'Open Sans', "Times New Roman", Times, serif;
  color: rgba(255, 255, 255, 0.91);
  display: block;
  padding: 16px;
}

.menu-container .main-menu .menu.footer-content .social {
  background-color: transparent;
}

.menu-container .main-menu .menu.footer-content .social a {
  width: 15%;
  display: inline-block;
  padding: 0.5em 0;
  color: #C0C0C0;
}

.menu-container .main-menu .menu.footer-content .sponsors {
  background: #2f2f2f;
  padding: 16px;
  height: 80px;
  margin-top: 8px;
}

.menu-container .main-menu .menu.footer-content .sponsors a {
  display: inline-block;
  width: 32%;
  height: 100%;
}

.menu-container .main-menu .menu.footer-content .sponsors .sponsor-logo {
  width: auto;
  height: 100%;
  padding: 8px;
}

.menu-container .main-menu .eq_container {
  display: inline-block;
  height: 0;
  margin-right: -10px;
  margin-top: -25%;
}

.menu-container .main-menu .eq_container + span {
  vertical-align: middle;
}

.menu-container.open {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0, 0.8, 0.27, 0.96);
  transition: -webkit-transform 0.2s cubic-bezier(0, 0.8, 0.27, 0.96);
  transition: transform 0.2s cubic-bezier(0, 0.8, 0.27, 0.96);
  transition: transform 0.2s cubic-bezier(0, 0.8, 0.27, 0.96), -webkit-transform 0.2s cubic-bezier(0, 0.8, 0.27, 0.96);
  pointer-events: all;
  z-index: 20;
}

.menu-container.open #menu-toggle-buttons {
  margin-right: 16px;
}

.menu-container.open #menu-toggle-buttons svg.fa-times {
  opacity: 1;
}

.menu-container.open #menu-toggle-buttons svg.fa-bars {
  opacity: 0;
}

.nav-billboard {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9em;
  letter-spacing: 0.8px;
  line-height: 0.8;
  position: relative;
  pointer-events: all;
  background: black;
}

.nav-billboard.large {
  width: 100%;
}

.nav-billboard.large ul {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}

.nav-billboard.on_air ul {
  max-width: 75vw;
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
}

.nav-billboard.on_air ul li {
  max-width: calc(25vw - 1.5em);
}

.nav-billboard.small {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.nav-billboard.small ul,
.nav-billboard.small li,
.nav-billboard.small a {
  width: 100%;
}

.nav-billboard a {
  color: unset;
  padding: 0.75em 0.75em;
  max-width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav-billboard a:hover {
  background: #861400;
}

.nav-billboard ul {
  margin-bottom: 0;
  margin-left: 0;
  list-style-type: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 50vw;
  position: relative;
  z-index: 1;
}

.nav-billboard .billboard-img {
  position: absolute;
  right: 0;
  left: 65vw;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position-y: center;
}

.nav-billboard .billboard-img .billboard-gradient {
  width: 100%;
  height: 100%;
  background: linear-gradient(250deg, rgba(0, 0, 0, 0) 0%, black 85%, black 100%);
}

#nowplaying-notification {
  position: fixed;
  top: 24px;
  left: 0px;
  right: 0;
  width: 25em;
  max-width: 90%;
  height: 6.25em;
  margin: 0 auto;
  border: 2px solid rgba(43, 43, 43, 0.65);
  border-radius: 4px;
  background-color: #2E2E2E;
  z-index: 20;
  -webkit-transform: translate3d(0, -120%, 0) translate3d(0, -30px, 0) scale3d(1.1, 1.1, 1);
          transform: translate3d(0, -120%, 0) translate3d(0, -30px, 0) scale3d(1.1, 1.1, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.35, 1.14, 0.35, 1.13);
  transition: -webkit-transform 0.4s cubic-bezier(0.35, 1.14, 0.35, 1.13);
  transition: transform 0.4s cubic-bezier(0.35, 1.14, 0.35, 1.13);
  transition: transform 0.4s cubic-bezier(0.35, 1.14, 0.35, 1.13), -webkit-transform 0.4s cubic-bezier(0.35, 1.14, 0.35, 1.13);
}

@media screen and (min-width: 40em) and (max-width: 74.9375em) {
  #nowplaying-notification {
    font-size: 20px;
  }
}

@media screen and (min-width: 75em) {
  #nowplaying-notification {
    font-size: 18px;
  }
}

#nowplaying-notification.update {
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
          transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

#nowplaying-notification.update.slideoff {
  -webkit-transform: translate3d(0, -100%, 0) translate3d(0, -30px, 0) scale3d(1, 1, 1);
          transform: translate3d(0, -100%, 0) translate3d(0, -30px, 0) scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

#nowplaying-notification .np-image {
  display: inline-block;
  width: 6.25em;
  background-size: cover;
  background-position: center;
  height: 100%;
  vertical-align: middle;
  border-radius: 4px 0 0 4px;
}

#nowplaying-notification .np-info {
  display: inline-block;
  width: calc(100% - 6.5625em);
  color: rgba(255, 255, 255, 0.95);
  vertical-align: middle;
  padding: 10px;
}

#nowplaying-notification .np-info a {
  color: white;
}

#nowplaying-notification .np-info .np {
  font-size: 0.7em;
  display: block;
  margin-bottom: 4px;
}

#nowplaying-notification .np-info .np-title {
  display: block;
  font-weight: bold;
  font-size: 0.875em;
}

#nowplaying-notification .np-info .np-artist {
  display: block;
  font-size: 0.7em;
}

#nowplaying-notification .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  opacity: 0.4;
}

#nowplaying-notification .close:before,
#nowplaying-notification .close:after {
  content: '';
  width: 2px;
  height: 16px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  margin: 12px 20px;
}

#nowplaying-notification .close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#nowplaying-notification .close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

body.showFDP .app-container > .container {
  background: url(/images/background.png) top center repeat #222627 !important;
}

body.showFDP #bridgeContent {
  background: white;
  height: 100%;
  overflow: hidden;
}

#bridgeContent,
#fdb-overlay {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

body.showFDP #bridgeContent,
body.showFDP #fdp-overlay {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: rotateRightSideFirst 0.5s forwards ease-in;
  animation: rotateRightSideFirst 0.5s forwards ease-in;
}

body.showFDP.closeFDP div#bridgeContent,
body.showFDP.closeFDP #fdp-overlay {
  -webkit-animation: zoomBackInAgain 0.5s forwards ease-in;
  animation: zoomBackInAgain 0.5s forwards ease-in;
}

body.showFDP #nowplaying-notification,
body.showFDP .menu-container,
body.showFDP #headerBar {
  visibility: hidden;
}

@media (min-width: 1200px) {
  body.showFDP .menu-container {
    visibility: visible;
  }

  body.showFDP footer {
    visibility: hidden;
  }
}

#fd-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 400px;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@media (min-width: 1200px) {
  #fd-popup {
    width: 50%;
    max-width: 500px;
  }
}

body.showFDP #fd-popup {
  visibility: visible;
}

#fd-popup .fd-content {
  color: #fff;
  position: relative;
  border-radius: 3px;
  margin: 0 auto;
  text-align: center;
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
  opacity: 0;
}

#fd-popup .fd-content a.img {
  display: block;
  width: 100%;
}

#fd-popup .fd-content img {
  width: 100%;
  height: auto;
  margin-bottom: 32px;
  /*
    -webkit-box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, 0.2);
            box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, 0.2);*/
}

#fd-popup .fd-content .button {
  font-size: 2em;
  width: 60%;
  margin-top: 40px;
  padding: 14px 40px;
  font-family: BebasNeueRegular;
}

#fd-popup .fd-content .close {
  display: block;
  margin-top: 12px;
  color: white;
  text-decoration: underline;
}

body.showFDP #fd-popup .fd-content {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}

body.showFDP.closeFDP #fd-popup .fd-content {
  opacity: 0;
}

#fdp-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(143, 27, 15, 0.8);
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body.showFDP:not(.closeFDP) #fd-popup ~ #fdp-overlay {
  opacity: 1;
  visibility: visible;
  background: rgba(143, 27, 15, 0.8);
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (orientation: landscape) and (max-width: 900px) and (max-height: 500px) {
  #fd-popup {
    height: 70%;
    max-width: 100%;
  }

  #fd-popup .fd-content {
    height: 100%;
    text-align: left;
  }

  #fd-popup a.img {
    width: auto !important;
    height: 100%;
    display: inline-block !important;
  }

  #fd-popup img {
    width: auto !important;
    height: 100% !important;
  }

  #fd-popup .fd-content .actions {
    display: inline-block;
    width: 50%;
    text-align: center;
  }

  #fd-popup .fd-content .button {
    margin: 0 0 0 40px;
    display: block;
    width: auto;
  }

  #fd-popup .fd-content .close {
    width: calc(100% - 40px);
    float: right;
    text-align: center;
    margin-top: 24px !important;
  }
}

@-webkit-keyframes rotateRightSideFirst {
  50% {
    -webkit-transform: translateZ(-50px) rotateY(5deg);
    transform: translateZ(-50px) rotateY(5deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  100% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
  }
}

@keyframes rotateRightSideFirst {
  50% {
    -webkit-transform: translateZ(-50px) rotateY(5deg);
    transform: translateZ(-50px) rotateY(5deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  100% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
  }
}

@-webkit-keyframes zoomBackInAgain {
  0% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes zoomBackInAgain {
  0% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

footer {
  color: white;
  background: rgba(0, 0, 0, 0.85);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  /*Kansas City Current banner styles*/
}

@media screen and (min-width: 75em) {
  footer {
    font-family: "BebasNeueRegular", sans-serif;
    font-size: 1.2em;
    background: black;
    z-index: 20;
  }
}

footer .footer-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer-mobile .footer-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 8px;
}

footer .footer-mobile .footer-item:hover,
footer .footer-mobile .footer-item:focus {
  background: rgba(255, 255, 255, 0.12);
}

footer .footer-mobile .footer-item a {
  color: white;
  display: block;
}

footer .footer-mobile .footer-item img {
  display: block;
  font-size: 1.6em;
  margin: 0 auto .2em;
}

footer .footer-mobile .footer-item span {
  font-family: "BebasNeueRegular", sans-serif;
}

footer .footer-mobile .footer-item:not(:last-child) {
  border-right: 1px solid #313131;
}

footer .footer-desktop > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
}

footer .footer-desktop .copyright span {
  display: block;
}

@media screen and (min-width: 75em) and (max-width: 99.9375em) {
  footer .footer-desktop .copyright span {
    font-size: .65em;
  }
}

footer .footer-desktop .social {
  text-align: center;
  line-height: 0;
}

footer .footer-desktop .social .social.menu {
  display: inline-block;
}

footer .footer-desktop .social .social.menu a {
  padding: .8em;
  width: 60px;
  text-align: center;
}

@media screen and (min-width: 75em) and (max-width: 99.9375em) {
  footer .footer-desktop .social .social.menu a {
    padding: .7em;
    width: 48px;
  }
}

footer .footer-desktop .social .social.menu a svg {
  margin: 0;
}

footer .footer-desktop .links {
  text-align: center;
  line-height: 0;
}

footer .footer-desktop .links .menu {
  display: inline-block;
}

footer .footer-desktop .links .menu a {
  font-family: inherit;
}

@media screen and (min-width: 75em) and (max-width: 99.9375em) {
  footer .footer-desktop .links .menu a {
    font-size: .67em;
  }
}

@media screen and (min-width: 100em) {
  footer .footer-desktop .links .menu a {
    font-size: .9em;
  }
}

footer .footer-desktop .sponsors {
  text-align: right;
  line-height: 0;
}

footer .footer-desktop .sponsors .menu {
  display: inline-block;
}

footer .footer-desktop .sponsors img.sponsor-logo {
  width: auto;
  height: 48px;
  padding: .6em;
  margin: 0;
}

@media screen and (min-width: 100em) {
  footer .footer-desktop .sponsors img.sponsor-logo {
    height: 56px;
  }
}

footer .footer-desktop .sponsors li {
  vertical-align: initial;
}

footer .footer-desktop .sponsors li a {
  padding: 0;
}

footer .footer-desktop .sponsors li:nth-child(3) img {
  padding: .9em;
}

@media screen and (min-width: 100em) {
  footer .footer-desktop .sponsors li:nth-child(3) img {
    padding: 1em;
  }
}

@media screen and (min-width: 64em) {
  footer.hiding {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

footer .kccurrent-banner {
  color: black;
  font-family: 'Open Sans';
  font-weight: 600;
  text-align: right;
  font-size: 1rem;
  padding: 10px 20px;
  position: relative;
}

footer .kccurrent-banner span {
  margin-right: 90px;
  -webkit-animation: kcc-text 40s ease infinite;
          animation: kcc-text 40s ease infinite;
}

footer .kccurrent-banner img {
  width: 54px;
  position: absolute;
  right: 30px;
  bottom: 2px;
}

footer .kccurrent-banner .kcc-bkg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #62cbc9;
  background: -webkit-gradient(linear, left top, right top, from(#62cbc9), color-stop(30%, #62cbc9), color-stop(34%, #081f2c), color-stop(65%, #081f2c), color-stop(69%, #cf3339), to(#cf3339));
  background: linear-gradient(90deg, #62cbc9 0%, #62cbc9 30%, #081f2c 34%, #081f2c 65%, #cf3339 69%, #cf3339 100%);
  background: -webkit-gradient(linear, left top, right top, from(#62cbc9), color-stop(29%, #62cbc9), color-stop(34%, #081f2c), color-stop(64.6%, #081f2c), color-stop(69%, #cf3339), color-stop(98%, #cf3339), to(#62cbc9));
  background: linear-gradient(90deg, #62cbc9 0%, #62cbc9 29%, #081f2c 34%, #081f2c 64.6%, #cf3339 69%, #cf3339 98%, #62cbc9 100%);
  bottom: 0;
  width: 300vw;
  -webkit-animation: kcc-background 40s cubic-bezier(0.39, 0.58, 0.57, 1) infinite both;
          animation: kcc-background 40s cubic-bezier(0.39, 0.58, 0.57, 1) infinite both;
}

@media (max-width: 767px) {
  footer .kccurrent-banner {
    bottom: 72px;
    font-size: .9rem;
  }

  footer .kccurrent-banner span {
    margin-right: 75px;
  }

  footer .kccurrent-banner img {
    width: 50px;
  }

  footer .kccurrent-banner .kcc-bkg {
    background: -webkit-gradient(linear, left top, right top, from(#62cbc9), color-stop(26%, #62cbc9), color-stop(34%, #081f2c), color-stop(62%, #081f2c), color-stop(69%, #cf3339), color-stop(95%, #cf3339), to(#62cbc9));
    background: linear-gradient(90deg, #62cbc9 0%, #62cbc9 26%, #081f2c 34%, #081f2c 62%, #cf3339 69%, #cf3339 95%, #62cbc9 100%);
  }
}

#searchOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.87);
  padding: 40px;
  z-index: 200;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (min-width: 75em) {
  #searchOverlay {
    display: none;
  }
}

#searchOverlay .load-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: white;
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

#searchOverlay .load-bar.show {
  opacity: 1;
}

#searchOverlay .load-bar .bar {
  content: "";
  display: inline;
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  text-align: center;
}

#searchOverlay .load-bar .bar:nth-child(1) {
  background-color: #DF2B0B;
  -webkit-animation: loading 3s linear infinite;
          animation: loading 3s linear infinite;
}

#searchOverlay .load-bar .bar:nth-child(2) {
  background-color: #aaa;
  -webkit-animation: loading 3s linear 1s infinite;
          animation: loading 3s linear 1s infinite;
}

#searchOverlay .load-bar .bar:nth-child(3) {
  background-color: white;
  -webkit-animation: loading 3s linear 2s infinite;
          animation: loading 3s linear 2s infinite;
}

#searchOverlay svg {
  position: absolute;
  top: 0;
  right: 0;
  margin: 24px;
  color: white;
}

#searchOverlay textarea {
  position: absolute;
  top: 20%;
  left: 40px;
  max-width: calc(100% - 80px);
  height: auto;
  background: transparent;
  border: 0;
  color: white;
  font-size: 5em;
  font-family: "BebasNeueRegular", sans-serif;
  line-height: 1;
  margin: 0;
  padding: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: 0.3s 0.2s cubic-bezier(0.29, 1.15, 0.29, 1.15);
  transition: 0.3s 0.2s cubic-bezier(0.29, 1.15, 0.29, 1.15);
}

#searchOverlay textarea::-webkit-resizer {
  display: none;
}

#searchOverlay textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#searchOverlay.showing {
  pointer-events: all;
  opacity: 1;
}

#searchOverlay.showing textarea {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@-webkit-keyframes loading {
  from {
    left: 50%;
    width: 0;
    z-index: 100;
  }

  33.3333% {
    left: 0;
    width: 100%;
    z-index: 10;
  }

  to {
    left: 0;
    width: 100%;
  }
}

@keyframes loading {
  from {
    left: 50%;
    width: 0;
    z-index: 100;
  }

  33.3333% {
    left: 0;
    width: 100%;
    z-index: 10;
  }

  to {
    left: 0;
    width: 100%;
  }
}

@-webkit-keyframes kcc-background {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  32% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  34% {
    -webkit-transform: translate3d(-33.33%, 0, 0);
            transform: translate3d(-33.33%, 0, 0);
    color: white;
  }

  65% {
    -webkit-transform: translate3d(-33.33%, 0, 0);
            transform: translate3d(-33.33%, 0, 0);
  }

  67% {
    -webkit-transform: translate3d(-66.66%, 0, 0);
            transform: translate3d(-66.66%, 0, 0);
  }

  99% {
    -webkit-transform: translate3d(-66.66%, 0, 0);
            transform: translate3d(-66.66%, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes kcc-background {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  32% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  34% {
    -webkit-transform: translate3d(-33.33%, 0, 0);
            transform: translate3d(-33.33%, 0, 0);
    color: white;
  }

  65% {
    -webkit-transform: translate3d(-33.33%, 0, 0);
            transform: translate3d(-33.33%, 0, 0);
  }

  67% {
    -webkit-transform: translate3d(-66.66%, 0, 0);
            transform: translate3d(-66.66%, 0, 0);
  }

  99% {
    -webkit-transform: translate3d(-66.66%, 0, 0);
            transform: translate3d(-66.66%, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes kcc-text {
  0% {
    color: black;
  }

  32% {
    color: black;
  }

  33% {
    color: white;
  }

  99% {
    color: white;
  }

  100% {
    color: black;
  }
}

@keyframes kcc-text {
  0% {
    color: black;
  }

  32% {
    color: black;
  }

  33% {
    color: white;
  }

  99% {
    color: white;
  }

  100% {
    color: black;
  }
}

body.archive.users #archive-of-stories ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 40px;
  list-style-type: none;
}

body.archive.users #archive-of-stories ul li {
  text-align: center;
  width: 250px;
  height: 250px;
  background: #d1d1d1;
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

body.archive.users #archive-of-stories ul li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
  z-index: 1;
}

body.archive.users #archive-of-stories ul li:hover:before {
  background: rgba(0, 0, 0, 0.43);
}

body.archive.users #archive-of-stories ul li div {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
}

body.archive.users #archive-of-stories ul li span {
  opacity: .5;
  color: white;
  font-size: 1.2rem;
  font-weight: 600;
  z-index: 1;
}

#playlistForm {
  margin-bottom: 1.5em;
}

#playlistForm > * {
  display: inline-block;
}

#playlistForm .button {
  margin: 0;
  vertical-align: top;
  padding: 11.5px 24px;
  border-radius: 3px;
}

.playlist-infocard {
  margin-bottom: 1.5em;
}

.playlist-infocard a {
  display: table;
}

.playlist-infocard img {
  width: auto;
  min-width: 5em;
  height: 5em;
  margin-right: 0.5em;
  -o-object-fit: cover;
     object-fit: cover;
  display: table-cell;
}

.playlist-infocard p {
  display: table-cell;
  vertical-align: middle;
}

.playlist-song {
  margin-bottom: 16px;
}

.playlist-song .img {
  width: 20%;
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}

.playlist-song .desc {
  width: calc(80% - 18px);
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-width: 64em) {
  .a-to-z .playlist-song {
    float: left;
    width: 50%;
  }
}

body.listen-live-show #playerContainer {
  background: black;
  padding-top: 0px;
  height: calc(100vh - 81px);
}

@media screen and (max-width: 99.9375em) {
  body.listen-live-show #playerContainer iframe {
    padding-top: 70px;
  }
}

@media screen and (min-width: 75em) {
  body.listen-live-show #playerContainer {
    padding-top: 66px;
    height: calc(100vh - 72px);
  }
}

@media screen and (min-width: 100em) {
  body.listen-live-show #playerContainer {
    padding-top: 66px;
    height: calc(100vh - 81px);
  }
}

body.schedule {
  padding-top: 120px;
  background: #fafafa;
}

@media (min-width: 1000px) {
  body.schedule {
    padding-top: 180px;
  }
}

body.schedule .content {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 120px !important;
  position: relative;
}

body.schedule .content .headerinfo {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}

body.schedule .content .headerinfo h1 {
  font-size: 60px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 900px) {
  body.schedule .content .headerinfo h1 {
    font-size: 80px;
    text-align: center;
  }
}

body.schedule .content .headerinfo span {
  display: block;
  margin-top: -20px;
  font-style: oblique;
}

body.schedule .content #scheduleStyleBtn {
  display: none;
}

@media (min-width: 1000px) {
  body.schedule .content #scheduleStyleBtn {
    background: black;
    border-radius: 9px;
    color: white;
    display: block;
    font-family: 'BebasNeueRegular';
    font-size: 22px;
    padding: 8px 16px;
    position: absolute;
    top: 36px;
    right: 50px;
  }
}

body.schedule .content #scheduleStyleBtn:hover {
  opacity: .8;
}

body.schedule .content .daysoftheweek {
  margin: 0 20px 40px;
  display: block;
  text-align: center;
  position: relative;
}

@media (min-width: 1000px) {
  body.schedule .content .daysoftheweek {
    margin: 0 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
}

body.schedule .content .daysoftheweek a,
body.schedule .content .daysoftheweek .timeheader {
  border-radius: 9px;
  padding: 6px 14px;
  font-family: 'BebasNeueRegular';
  font-size: 1.4rem;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
  display: inline-block;
  margin: 2px 1px;
  -webkit-transition: color, background .2s ease;
  transition: color, background .2s ease;
}

@media (min-width: 1000px) {
  body.schedule .content .daysoftheweek a,
  body.schedule .content .daysoftheweek .timeheader {
    margin: 0;
  }
}

@media (min-width: 1000px) {
  body.schedule .content .daysoftheweek a:not(:last-of-type) {
    margin-right: 10px;
  }
}

body.schedule .content .daysoftheweek a:hover {
  background-color: #e2e2e2;
}

body.schedule .content .daysoftheweek a.active {
  color: white;
  background-color: #C22C15;
  -webkit-transition: color .2s ease, background 0s;
  transition: color .2s ease, background 0s;
}

body.schedule .content .daysoftheweek a.today {
  border: 1px solid #646464;
}

body.schedule .content .daysoftheweek.transition a.active {
  background-color: transparent;
}

body.schedule .content .daysoftheweek .timeheader {
  padding: 6px 0px;
  display: none;
}

body.schedule .content .daysoftheweek span.activeBkg {
  background-color: #C22C15;
  border-radius: 9px;
  width: 100px;
  height: 45px;
  position: absolute;
  top: 0;
  left: 0px;
  opacity: 0;
  z-index: -1;
  -webkit-transition: width, height, -webkit-transform .3s ease;
  transition: width, height, -webkit-transform .3s ease;
  transition: width, height, transform .3s ease;
  transition: width, height, transform .3s ease, -webkit-transform .3s ease;
}

body.schedule .content .daysoftheweek.transition span.activeBkg {
  opacity: 1;
}

body.schedule .content .schedule .hours {
  display: none;
}

body.schedule .content .schedule .weekday {
  display: none;
}

body.schedule .content .schedule .weekday.active {
  display: block;
}

body.schedule .content .schedule .weekday .nodj {
  display: none;
}

body.schedule .content .schedule .weekday .showSlot {
  padding: 22px 35px;
  background-color: #F6F6F6;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

body.schedule .content .schedule .weekday .showSlot:nth-child(even) {
  background-color: #D6D6D6;
}

body.schedule .content .schedule .weekday .showSlot .time {
  font-size: 14px;
  font-weight: 600;
}

body.schedule .content .schedule .weekday .showSlot .time span {
  font-size: 11px;
  color: #9C9C9C;
}

body.schedule .content .schedule .weekday .showSlot .onair {
  background: #b81c01;
  color: white;
  font-size: 12px;
  border-radius: 1px;
  padding: 2px 6px;
  margin-left: 10px;
}

body.schedule .content .schedule .weekday .showSlot h3 {
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 0;
}

body.schedule .content .schedule .weekday .showSlot .actionbuttons {
  margin-top: 20px;
}

@media (min-width: 815px) {
  body.schedule .content .schedule .weekday .showSlot .actionbuttons {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding-right: 30px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

body.schedule .content .schedule .weekday .showSlot .actionbuttons .btn {
  padding: 6px 30px;
  background: white;
  border: 1px solid #c7c7c7;
  border-radius: 8px;
  font-family: 'BebasNeueRegular';
  color: rgba(0, 0, 0, 0.87);
}

body.schedule .content .schedule .weekday .showSlot .actionbuttons .btn :hover {
  opacity: .8;
}

body.schedule .content .schedule .weekday .showSlot .actionbuttons .btn.showplaylist {
  margin-left: 10px;
  background: #b0b0b0;
  border-color: #818181;
}

@media (min-width: 1000px) {
  body.schedule .content.weekly {
    max-width: 1170px;
  }

  body.schedule .content.weekly .daysoftheweek {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }

  body.schedule .content.weekly .daysoftheweek .timeheader {
    display: block;
    text-align: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px;
  }

  body.schedule .content.weekly .daysoftheweek a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 6px 0px;
    margin: 0;
    text-align: center;
  }

  body.schedule .content.weekly .daysoftheweek a:not(.active):hover {
    cursor: default;
    background: transparent;
  }

  body.schedule .content.weekly .daysoftheweek a.active:hover {
    cursor: default;
  }

  body.schedule .content.weekly .schedule {
    display: grid;
    grid-auto-flow: column;
  }

  body.schedule .content.weekly .schedule .hours {
    display: block;
  }

  body.schedule .content.weekly .schedule .hours .hour {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 90px;
    height: 160px;
    background: #fafafa;
    border: 1px solid #d4d4d4;
    font-family: 'BebasNeueRegular';
    font-size: 1.1rem;
    position: relative;
  }

  body.schedule .content.weekly .schedule .hours .hour:not(:last-child) {
    border-bottom-color: transparent;
  }

  body.schedule .content.weekly .schedule .hours .hour:after {
    content: "";
    border: 0.5px solid rgba(0, 0, 0, 0.05);
    width: 1170px;
    position: absolute;
    left: 0;
    bottom: -3px;
    z-index: 1;
  }

  body.schedule .content.weekly .schedule .hours .hour.current {
    background: #b81c01;
    color: white;
  }

  body.schedule .content.weekly .schedule .weekday {
    display: grid;
    grid-template-rows: repeat(40, 80px);
    grid-template-columns: minmax(0, 1fr);
  }

  body.schedule .content.weekly .schedule .weekday .nodj {
    background-color: #8f8f8f;
    border: 0.5px solid rgba(0, 0, 0, 0.05);
    color: #d1d1d1;
    font-style: oblique;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  body.schedule .content.weekly .schedule .weekday .showSlot {
    border: 1px solid #c1c1c1;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }

  body.schedule .content.weekly .schedule .weekday .showSlot:not(:last-child) {
    border-bottom-color: transparent;
  }

  body.schedule .content.weekly .schedule .weekday .showSlot .time {
    font-size: 12px;
  }

  body.schedule .content.weekly .schedule .weekday .showSlot .onair {
    margin-left: 0;
  }

  body.schedule .content.weekly .schedule .weekday .showSlot h3 {
    font-size: 16px;
    margin-bottom: 4px;
  }

  body.schedule .content.weekly .schedule .weekday .showSlot .actionbuttons {
    display: none;
  }

  body.schedule .content.weekly .schedule .weekday.today .showSlot {
    border-color: #c1c1c1 red;
  }
}

body {
  background: url(/images/background.png) top center repeat #222627;
  overflow-x: hidden;
}

:focus {
  outline-color: #861400;
}

.fullheight {
  height: 100vh;
}

.relative {
  position: relative;
}

#headerBar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 14px 24px 14px 64px;
  background: rgba(0, 0, 0, 0.7);
  font-size: 1.6em;
  font-family: "BebasNeueRegular", sans-serif;
  color: rgba(255, 255, 255, 0.97);
  white-space: nowrap;
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity .2s ease, -webkit-transform .2s;
  transition: opacity .2s ease, -webkit-transform .2s;
  transition: transform .2s, opacity .2s ease;
  transition: transform .2s, opacity .2s ease, -webkit-transform .2s;
  z-index: 10;
}

#headerBar.hiding {
  opacity: 0;
  -webkit-transition: opacity .2s .4s ease, -webkit-transform .2s;
  transition: opacity .2s .4s ease, -webkit-transform .2s;
  transition: transform .2s, opacity .2s .4s ease;
  transition: transform .2s, opacity .2s .4s ease, -webkit-transform .2s;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

@media screen and (min-width: 40em) {
  #headerBar {
    padding-left: 84px;
    font-size: 2.2em;
  }
}

@media screen and (min-width: 75em) {
  #headerBar {
    top: 65px;
    font-size: 1.38em;
    padding: .4em 2em .4em .6em;
    background: rgba(0, 0, 0, 0.8);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), color-stop(28%, rgba(0, 0, 0, 0.28)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.28) 28%, rgba(0, 0, 0, 0) 100%);
  }
}

.skip-to-content {
  background: white;
  position: absolute;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.skip-to-content:focus {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.slider-text {
  position: absolute;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'BebasNeueRegular', sans-serif;
  font-size: 1.75em;
  letter-spacing: 0.05em;
  text-shadow: 0 0 0.2em rgba(0, 0, 0, 0.1);
}

@media (max-width: 600px) {
  .small-row {
    display: table-row;
  }
}

a {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.highlight {
  color: #6B6B6B;
  padding: 2px;
}

hr {
  color: #999999;
  max-width: 100%;
  border: 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.44);
  position: relative;
}

hr:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  z-index: -1;
}

.inline {
  display: inline;
}

.title h1 {
  text-transform: uppercase;
  color: #C0C0C0;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.44);
          box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.44);
  text-shadow: -1px 1px 1px #000;
  padding: 5px 20px;
  margin-left: 0;
  margin-top: 0;
  font-size: 52px;
  margin-bottom: 10px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: rgba(0, 0, 0, 0.87);
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  color: #DF2B0B;
}

h1,
h2,
h3 {
  font-family: "BebasNeueRegular", sans-serif;
}

h2 {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.87);
  font-size: 38px;
  line-height: 1.1;
}

h3 {
  font-size: 30px;
  margin-bottom: 10px;
}

h5 {
  font-size: 24px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #999;
}

.img-16x9,
.img-1x1,
.img-4x3 {
  background-color: #f0f0f0;
  background-position: center;
  background-size: cover;
  display: block;
  height: 0;
  padding-top: 56.25%;
  width: 100%;
}

.img-1x1 {
  padding-top: 100%;
}

.img-4x3 {
  padding-top: 75%;
}

.img-overlay {
  position: relative;
}

.img-overlay:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.24);
  z-index: 0;
}

.sharer.menu > li > a:hover {
  background-color: transparent;
}

.sharer.menu li a {
  padding: 0px;
}

.sharer.menu li a img {
  width: 25px;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "|";
}

.title {
  background: rgba(0, 0, 0, 0.44);
}

.menu-text {
  padding: 0.9rem 1.25rem;
}

.menu li a {
  background-color: transparent;
  color: white;
  padding: 1em 1em;
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease;
  font-family: 'Open Sans', "Times New Roman", Times, serif;
}

.menu li a:hover {
  background-color: rgba(255, 255, 255, 0.07);
  text-shadow: 0 0 1px white, 0 0 8px white;
  cursor: pointer;
  text-decoration: none;
  color: white;
}

@media screen and (min-width: 75em) {
  .row.valign-middle {
    display: table;
    width: 100%;
  }

  .row.valign-middle > .columns {
    display: table-cell;
    vertical-align: middle;
  }

  .row.valign-middle > .columns,
  .row.valign-middle > [class*="column"] + [class*="column"]:last-child {
    float: none;
  }
}

.program-row {
  clear: both;
  display: block;
  min-height: 150px;
}

.program-row .program-image {
  background-size: cover;
  background-repeat: no-repeat;
  height: 150px;
  width: 150px;
}

.program-row .program-image.float-left {
  margin-right: 10px;
}

.program-row .program-image.float-right {
  margin-left: 10px;
}

.program-row .program-title {
  color: #C0C0C0;
  font-weight: normal;
  margin-right: 10px;
}

.program-row .program-title:hover {
  color: #707070;
}

.program-row .program-subtitle {
  margin-left: 5px;
}

.program-row .heading,
.program-row .heading .program-title {
  font-size: 3rem;
}

.breadcrumbs li {
  margin: 0;
}

.breadcrumbs li:not(:last-child)::after {
  color: #cacaca;
  content: "/";
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
  opacity: 1;
}

.menu > li.logo a {
  padding: 0px;
  height: 0px;
}

.sessionvideo img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  width: 100%;
}

.reveal {
  background-color: rgba(34, 38, 39, 0.9);
}

.reveal .close-button {
  background-color: rgba(34, 38, 39, 0.6);
  border-bottom-left-radius: 1rem;
  color: rgba(255, 255, 255, 0.84);
  right: 0rem;
  top: 0rem;
  padding: 0.5rem 0.5rem 0.1rem 0.5rem;
  z-index: 10;
}

.reveal .close-button > span {
  line-height: 2.5rem;
  font-size: 2.5rem;
}

.social-logo {
  width: 2rem;
  height: 2rem;
  margin: 0.125rem;
  background-size: cover;
  background-position-y: top;
}

.social-logo:hover {
  background-position-y: bottom;
}

.social-logo.facebook {
  background-image: url(/images/social_icons/facebook.png);
}

.social-logo.twitter {
  background-image: url(/images/social_icons/twitter.png);
}

.social-logo.youtube {
  background-image: url(/images/social_icons/youtube.png);
}

.social-logo.instagram {
  background-image: url(/images/social_icons/instagram.png);
}

.social-logo.spotify {
  background-image: url(/images/social_icons/spotify.png);
}

/* GLOBAL PAGINATION */

.paginator input.pagination {
  border-width: 0 0 1px 0;
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.paginator input.pagination::-webkit-inner-spin-button,
.paginator input.pagination::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* GLOBAL NEXT STORY */

body.single .nextStory,
body[class*="show"] .nextStory {
  margin: 24px -16px 0;
  position: relative;
}

@media screen and (min-width: 75em) {
  body.single .nextStory,
  body[class*="show"] .nextStory {
    margin-left: auto;
    margin-right: auto;
    max-width: 52.5rem;
  }
}

body.single .nextStory h2,
body[class*="show"] .nextStory h2 {
  padding: 0 16px;
}

@media screen and (min-width: 40em) {
  body.single .nextStory h2,
  body[class*="show"] .nextStory h2 {
    font-size: 2.7em;
  }
}

body.single .nextStory h2 span,
body[class*="show"] .nextStory h2 span {
  font-family: "Open Sans", sans-serif;
  font-size: 0.5em;
  margin-left: 24px;
  position: relative;
  top: -6px;
  opacity: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

body.single .nextStory a,
body[class*="show"] .nextStory a {
  display: block;
  color: white;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background-position: center;
  background-size: cover;
  position: relative;
}

@media screen and (min-width: 75em) {
  body.single .nextStory a,
  body[class*="show"] .nextStory a {
    padding: 0;
    height: 40vh;
    background-position-y: 40%;
  }
}

body.single .nextStory a:before,
body[class*="show"] .nextStory a:before {
  content: '';
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

body.single .nextStory a:after,
body[class*="show"] .nextStory a:after {
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: #DF2B0B;
  position: absolute;
  -webkit-transition: width .3s ease;
  transition: width .3s ease;
}

@media (min-width: 40em) and (orientation: landscape) {
  body.single .nextStory a,
  body[class*="show"] .nextStory a {
    padding-top: 45%;
  }
}

body.single .nextStory a div,
body[class*="show"] .nextStory a div {
  position: absolute;
  top: 50%;
  left: 0;
  width: 75%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}

body.single .nextStory a h3,
body[class*="show"] .nextStory a h3 {
  background: rgba(223, 43, 11, 0.8);
  color: white;
  font-size: 1.6em;
  font-family: "BebasNeueRegular", sans-serif;
  padding: 8px 16px;
}

@media screen and (min-width: 40em) {
  body.single .nextStory a h3,
  body[class*="show"] .nextStory a h3 {
    font-size: 2.6em;
  }
}

@media screen and (min-width: 64em) {
  body.single .nextStory a h3,
  body[class*="show"] .nextStory a h3 {
    font-size: 2em;
  }
}

body.single .nextStory a h3 span,
body[class*="show"] .nextStory a h3 span {
  display: block;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 0.6em;
}

body.single .nextStory a span,
body[class*="show"] .nextStory a span {
  margin-left: 16px;
}

body.single .nextStory.counting h2 span,
body[class*="show"] .nextStory.counting h2 span {
  opacity: 1;
}

body.single .nextStory.counting a:after,
body[class*="show"] .nextStory.counting a:after {
  width: 100%;
  -webkit-transition: width 5s linear;
  transition: width 5s linear;
}

/* GLOBAL EDIT LINK FOR ADMINS */

a#editLink {
  position: fixed;
  bottom: 40%;
  right: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 10;
  display: block;
  color: white;
  padding: 16px 20px;
  border-radius: 4px 0 0 4px;
  border-width: 2px 0px 2px 2px;
  border-style: solid;
  border-color: #ffffffc9;
  -webkit-box-shadow: -2px 4px 14px rgba(0, 0, 0, 0.33);
          box-shadow: -2px 4px 14px rgba(0, 0, 0, 0.33);
  -webkit-transform: translate3d(110%, 0, 0);
          transform: translate3d(110%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.96, 0.24, 0.01, 0.91);
  transition: -webkit-transform 0.3s cubic-bezier(0.96, 0.24, 0.01, 0.91);
  transition: transform 0.3s cubic-bezier(0.96, 0.24, 0.01, 0.91);
  transition: transform 0.3s cubic-bezier(0.96, 0.24, 0.01, 0.91), -webkit-transform 0.3s cubic-bezier(0.96, 0.24, 0.01, 0.91);
}

a#editLink.show {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* GLOBAL SOCIAL SHARE */

.social-share {
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.07);
  padding: 16px 0;
  text-align: center;
  margin: 30px 0;
}

@media screen and (min-width: 40em) {
  .social-share {
    padding: 16px;
  }
}

.social-share a {
  display: inline-block;
  margin-right: 16px;
  text-decoration: none;
}

@media screen and (max-width: 39.9375em) {
  .social-share a {
    margin-right: 0;
  }
}

.social-share a:last-child {
  margin-right: 0;
}

.social-share a svg {
  color: rgba(0, 0, 0, 0.87);
  font-size: 22px;
  width: auto !important;
  padding: 0 16px;
  vertical-align: middle;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media (max-width: 375px) {
  .social-share a svg {
    font-size: 16px;
    padding: 0 15px;
  }
}

.social-share a svg:hover {
  color: #DF2B0B;
}

.social-share a img {
  margin: 0 !important;
}

.social-share a span.copied {
  background: #191919;
  padding: 8px 14px;
  border-radius: 4px;
  color: white;
  position: absolute;
  -webkit-transform: translate(-84px, 25px);
          transform: translate(-84px, 25px);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .5s 1.4s ease, -webkit-transform .5s 1.4s ease;
  transition: opacity .5s 1.4s ease, -webkit-transform .5s 1.4s ease;
  transition: transform .5s 1.4s ease, opacity .5s 1.4s ease;
  transition: transform .5s 1.4s ease, opacity .5s 1.4s ease, -webkit-transform .5s 1.4s ease;
}

.social-share a span.copied.clicked {
  opacity: 1;
  -webkit-transform: translate(-84px, 50px);
          transform: translate(-84px, 50px);
  -webkit-transition: opacity .3s ease, -webkit-transform .5s ease;
  transition: opacity .3s ease, -webkit-transform .5s ease;
  transition: opacity .3s ease, transform .5s ease;
  transition: opacity .3s ease, transform .5s ease, -webkit-transform .5s ease;
}

/*
.social-share~.social-share {
    margin: 80px 0;
}
*/

/* RESPONSIVE YOUTUBE PLAYER */

.ytcontainer {
  max-width: 640px;
  margin: 32px auto;
}

.ytcontainer .ytplayer {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.ytcontainer .ytplayer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 !important;
}

#bridgePopup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  overflow: auto;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

#bridgePopup.animate--in {
  opacity: 1;
  pointer-events: all;
}

@media screen and (min-width: 75em) {
  #bridgePopup:not(.slidein) {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#bridgePopup .popup {
  background: white;
  padding: 40px;
  margin: 8px;
  max-width: 600px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  overflow: hidden;
}

#bridgePopup .popup form {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

#bridgePopup .popup .submitMsg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

#bridgePopup .popup .submitMsg h3 {
  display: block;
  margin-bottom: 12px;
}

#bridgePopup .popup .submitMsg a {
  padding: 18px;
  border-radius: 3px;
  font-size: 0.9em;
}

#bridgePopup .popup .submitMsg a:last-child {
  margin-left: 12px;
}

#bridgePopup .popup.results form {
  -webkit-transform: translateX(calc(-100% - 80px));
          transform: translateX(calc(-100% - 80px));
}

#bridgePopup .popup.results .submitMsg {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#bridgePopup .popup > .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 32px;
  opacity: 0.4;
  z-index: 1;
}

#bridgePopup .popup > .close:before,
#bridgePopup .popup > .close:after {
  content: '';
  width: 2px;
  height: 30px;
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  margin: 16px 32px;
}

#bridgePopup .popup > .close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#bridgePopup .popup > .close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#bridgePopup.slidein .popup {
  margin: 60px 0;
}

#bridgePopup.animate--in.contact .popup.contact,
#bridgePopup.animate--in.subscribe .popup.subscribe {
  pointer-events: all;
  -webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@media screen and (min-width: 75em) {
  #bridgePopup.animate--in.contact .popup.contact,
  #bridgePopup.animate--in.subscribe .popup.subscribe {
    -webkit-animation: slide-in-bck-center 0.6s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
            animation: slide-in-bck-center 0.6s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }
}

#bridgePopup.animate--in.slidein.contact .popup.contact,
#bridgePopup.animate--in.slidein.subscribe .popup.subscribe {
  -webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

#messages {
  position: fixed;
  top: 50%;
  right: 0;
  font-size: .9em;
  max-width: 80%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 11;
}

@media screen and (min-width: 40em) {
  #messages {
    font-size: 1em;
  }
}

#messages .callout {
  padding: 1rem 3rem 1rem 1.6rem;
  border-radius: 3px 0 0 3px;
  -webkit-box-shadow: 3px 2px 4px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 2px 4px 1px rgba(0, 0, 0, 0.1);
  border-width: 1px 0px 1px 1px;
  background: white !important;
  border-color: #e7e7e7;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

@media screen and (min-width: 40em) {
  #messages .callout {
    padding: 3rem 4.2rem 3rem 2.6rem;
  }
}

#messages .callout:nth-child(1) {
  -webkit-transition: -webkit-transform .3s .7s ease;
  transition: -webkit-transform .3s .7s ease;
  transition: transform .3s .7s ease;
  transition: transform .3s .7s ease, -webkit-transform .3s .7s ease;
}

#messages .callout:nth-child(2) {
  -webkit-transition: -webkit-transform .3s 1s ease;
  transition: -webkit-transform .3s 1s ease;
  transition: transform .3s 1s ease;
  transition: transform .3s 1s ease, -webkit-transform .3s 1s ease;
}

#messages .callout:nth-child(3) {
  -webkit-transition: -webkit-transform .3s 1.3s ease;
  transition: -webkit-transform .3s 1.3s ease;
  transition: transform .3s 1.3s ease;
  transition: transform .3s 1.3s ease, -webkit-transform .3s 1.3s ease;
}

#messages .callout:nth-child(4) {
  -webkit-transition: -webkit-transform .3s 1.6s ease;
  transition: -webkit-transform .3s 1.6s ease;
  transition: transform .3s 1.6s ease;
  transition: transform .3s 1.6s ease, -webkit-transform .3s 1.6s ease;
}

#messages .callout.primary {
  border-left: 2px solid black !important;
}

#messages .callout.secondary {
  border-left: 2px solid gray !important;
}

#messages .callout.success {
  border-left: 2px solid green !important;
}

#messages .callout.warning {
  border-left: 2px solid orange !important;
}

#messages .callout.alert {
  border-left: 2px solid red !important;
}

#messages .callout button:focus {
  position: absolute;
}

#messages .callout .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  margin: 12px;
  cursor: pointer;
}

#messages .callout .close:before,
#messages .callout .close:after {
  content: ' ';
  top: 50%;
  left: 50%;
  position: absolute;
  display: block;
  width: 2px;
  height: 100%;
  background: red;
}

#messages .callout .close:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

#messages .callout .close:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

#messages.show .callout {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@-webkit-keyframes slide-in-bck-center {
  0% {
    -webkit-transform: translate3d(0, 0, 600px);
    transform: translate3d(0, 0, 600px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes slide-in-bck-center {
  0% {
    -webkit-transform: translate3d(0, 0, 600px);
    transform: translate3d(0, 0, 600px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.sponsor-logo {
  width: auto;
  height: 2rem;
}

body label {
  color: #444;
}

.big-loading {
  z-index: 999;
  position: fixed;
  top: 45%;
  left: 0;
  right: 0;
  text-align: center;
}

html figure {
  margin: unset;
}

/* Standalone App Styles */

@media all and (display-mode: standalone) {
  .menu.a2hs {
    display: none;
  }
}

