@charset "UTF-8";
/*
================================================
  Variables
================================================
*/
/* * * * *
 Colors  */
/*
================================================
  General Mixins
================================================
*/
/*
================================================
  Pod Mixins
================================================
*/
/*
================================================
  Animation
================================================
*/
/*
================================================
  Global Typography Styles
================================================
*/
/* * * * * * * * * *
Open Sans specific */
/*
================================================
  Header Typography Styles  (h1, h2, etc.)
================================================
*/
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  border-bottom: 1px solid #000000;
}

/**
 * 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 {
  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"] {
  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 */
  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=90em";
}

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

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

body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #121212;
  background: #f0f0f0;
  -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: 63.125rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
}

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

@media screen and (min-width: 40em) {
  .row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}

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

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

.row.is-collapse-child,
.row.collapse > .column > .row,
.row.collapse > .columns > .row {
  margin-left: 0;
  margin-right: 0;
}

.column, .columns {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
          flex: 1 1 0px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  min-width: initial;
}

@media screen and (min-width: 40em) {
  .column, .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

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

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

.small-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

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

.small-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

.small-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

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

.small-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

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

.small-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

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

.small-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

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

.small-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

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

.small-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

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

.small-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

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

.small-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

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

.small-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

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

.small-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

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

.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
          order: 1;
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
          order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
          order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
          order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
          order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
          order: 6;
}

.small-up-1 {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.small-up-1 > .column, .small-up-1 > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.small-up-2 > .column, .small-up-2 > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.small-up-3 > .column, .small-up-3 > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.small-up-4 {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.small-up-4 > .column, .small-up-4 > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.small-up-5 > .column, .small-up-5 > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.small-up-6 > .column, .small-up-6 > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.small-up-7 {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.small-up-7 > .column, .small-up-7 > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
  max-width: 14.28571%;
}

.small-up-8 {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.small-up-8 > .column, .small-up-8 > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
  max-width: 12.5%;
}

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

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

@media screen and (min-width: 40em) {
  .medium-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
            order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
            order: 6;
  }
  .medium-up-1 {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-up-4 {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-up-7 {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .medium-up-8 {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media screen and (min-width: 40em) {
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 64em) {
  .large-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
            order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
            order: 6;
  }
  .large-up-1 {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-up-4 {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .large-up-7 {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .large-up-8 {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

.row.large-unstack > .column, .row.large-unstack > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media screen and (min-width: 64em) {
  .row.large-unstack > .column, .row.large-unstack > .columns {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

.shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
}

.column.align-top, .align-top.columns {
  -webkit-align-self: flex-start;
          align-self: flex-start;
}

.column.align-bottom, .align-bottom.columns {
  -webkit-align-self: flex-end;
          align-self: flex-end;
}

.column.align-middle, .align-middle.columns {
  -webkit-align-self: center;
          align-self: center;
}

.column.align-stretch, .align-stretch.columns {
  -webkit-align-self: stretch;
          align-self: stretch;
}

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.2;
  margin-bottom: 1.2rem;
  text-rendering: optimizeLegibility;
}

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

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

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

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

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

h1 {
  font-size: 1.125rem;
}

h2 {
  font-size: 1.125rem;
}

h3 {
  font-size: 1.125rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 0.875rem;
}

h6 {
  font-size: 0.875rem;
}

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

@media screen and (min-width: 64em) {
  h1 {
    font-size: 1.625rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  h4 {
    font-size: 1.125rem;
  }
  h5 {
    font-size: 1rem;
  }
  h6 {
    font-size: 0.875rem;
  }
}

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

a:hover, a:focus {
  color: black;
}

a img {
  border: 0;
}

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

ul,
ol,
dl {
  line-height: 1.2;
  margin-bottom: 1.2rem;
  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: 700;
}

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

blockquote, blockquote p {
  line-height: 1.2;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

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

abbr {
  color: #121212;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  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: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.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;
  }
}

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

@media print {
  * {
    background: transparent !important;
    color: black !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 #8a8a8a;
    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;
  }
}

.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.3125rem;
  padding: 0.25rem 0.5rem;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #fff;
  color: #000;
}

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

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

.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: #2199e8;
  color: #000;
}

.button.primary:hover, .button.primary:focus {
  background-color: #147cc0;
  color: #000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #2199e8;
  color: #000;
}

.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: #2199e8;
  color: #000;
}

.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: #000;
}

.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: #000;
}

.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: #000;
}

.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: #000;
}

.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: 0.5rem;
  display: inline-block;
}

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

.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.33333% - 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.66667% - 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: #2199e8;
  color: #000;
}

.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #147cc0;
  color: #000;
}

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

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

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

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

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

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

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

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

.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;
  }
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  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: #0a0a0a;
}

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0;
}

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

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  color: #0a0a0a;
  font-size: 0.6875rem;
  cursor: default;
  text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
  color: #cacaca;
  content: "/";
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
  opacity: 1;
}

.breadcrumbs a {
  color: #2199e8;
}

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

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

[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;
  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: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  -webkit-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-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 #8a8a8a;
  background-color: #fefefe;
  outline: none;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

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: default;
}

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

input[type='search'] {
  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: #0a0a0a;
}

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

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

.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: #0a0a0a;
  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: #f0f0f0;
  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: #0a0a0a;
  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%2851, 51, 51%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: default;
}

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: 700;
  color: #ec5840;
}

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

.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;
  }
}

.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;
}

.accordion {
  list-style-type: none;
  background: #fefefe;
  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: #000;
  position: relative;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
}

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

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

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

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

.accordion-content {
  padding: 1rem;
  display: none;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #000;
}

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

.dropdown-pane {
  background-color: #f0f0f0;
  border: 1px solid #cacaca;
  border-radius: 0;
  display: block;
  font-size: 16rem;
  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: #686868 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 #686868 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 #686868;
  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: #686868 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 #686868 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 #686868;
    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: #686868 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 #686868 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 #686868;
    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 #686868 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 #686868;
  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;
}

.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;
  }
}

.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: #2199e8;
}

.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;
}

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: #f0f0f0;
  -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;
  box-shadow: 0 0 10px rgba(10, 10, 10, 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;
  }
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

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

.pagination::after {
  clear: both;
}

.pagination li {
  font-size: 1.25rem;
  margin-right: 0.125rem;
  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: #fff;
  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: #2199e8;
  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: #0a0a0a;
}

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: 999998;
  background-color: rgba(10, 10, 10, 0.9);
  overflow-y: scroll;
}

.reveal {
  display: none;
  z-index: 999999;
  padding: 1rem;
  border: none;
  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: 670px;
    max-width: 63.125rem;
  }
}

@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: 63.125rem;
  }
}

@media screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 63.125rem;
  }
}

@media screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 63.125rem;
  }
}

.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;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

table thead,
table tbody,
table tfoot {
  border: none;
  background-color: transparent;
}

table caption {
  font-weight: 700;
  padding: 0.5rem 0.625rem 0.625rem;
}

table thead {
  background: rgba(6, 6, 6, 0);
  color: #121212;
}

table tfoot {
  background: rgba(13, 13, 13, 0);
  color: #121212;
}

table thead tr,
table tfoot tr {
  background: transparent;
}

table thead th,
table thead td,
table tfoot th,
table tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: 700;
  text-align: left;
}

table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

table tbody th,
table 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: rgba(1, 1, 1, 0);
}

table.hover tfoot tr:hover {
  background-color: rgba(8, 8, 8, 0);
}

table.hover tbody tr:hover {
  background-color: transparent;
}

table.hover tbody tr:nth-of-type(even):hover {
  background-color: transparent;
}

.table-scroll {
  overflow-x: auto;
}

.table-scroll table {
  width: auto;
}

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid none;
}

.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: #2199e8;
}

.tabs.primary > li > a {
  color: #fefefe;
}

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #1893e4;
}

.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: #fefefe;
}

.tabs-content {
  background: #fefefe;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid none;
  border-top: 0;
}

.tabs-content.vertical {
  border: 1px solid none;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 0;
}

.tabs-panel.is-active {
  display: block;
}

.title-bar {
  background: transparent;
  color: #0a0a0a;
  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;
}

.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.slide-in-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.slide-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.slide-in-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.slide-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.slide-out-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.slide-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.fade-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  -webkit-transition-duration: 750ms !important;
          transition-duration: 750ms !important;
}

.fast {
  -webkit-transition-duration: 250ms !important;
          transition-duration: 250ms !important;
}

.linear {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.ease {
  -webkit-transition-timing-function: ease !important;
          transition-timing-function: ease !important;
}

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
          transition-timing-function: ease-in !important;
}

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
          transition-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
          transition-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-transition-delay: 300ms !important;
          transition-delay: 300ms !important;
}

.long-delay {
  -webkit-transition-delay: 700ms !important;
          transition-delay: 700ms !important;
}

.shake {
  -webkit-animation-name: shake-7;
          animation-name: shake-7;
}

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%);
  }
}

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%);
  }
}

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn;
}

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

.wiggle {
  -webkit-animation-name: wiggle-7deg;
          animation-name: wiggle-7deg;
}

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.slow {
  -webkit-animation-duration: 750ms !important;
          animation-duration: 750ms !important;
}

.fast {
  -webkit-animation-duration: 250ms !important;
          animation-duration: 250ms !important;
}

.linear {
  -webkit-animation-timing-function: linear !important;
          animation-timing-function: linear !important;
}

.ease {
  -webkit-animation-timing-function: ease !important;
          animation-timing-function: ease !important;
}

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
          animation-timing-function: ease-in !important;
}

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
          animation-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
          animation-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-animation-delay: 300ms !important;
          animation-delay: 300ms !important;
}

.long-delay {
  -webkit-animation-delay: 700ms !important;
          animation-delay: 700ms !important;
}

.addtoany_list {
  display: block !important;
}

.addtoany_list a img {
  max-width: 1.875rem;
  margin-right: 0.125rem;
}

@media screen and (min-width: 40em) {
  .addtoany_list a img {
    max-width: 2.5rem;
  }
}

@media screen and (min-width: 64em) {
  .addtoany_list a img {
    margin-bottom: 0.125rem;
    margin-right: 0;
  }
}

/* Force 16:9 size ratio no matter what size video */
.featured-video-plus {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

/* Force full width video embeds */
.featured-video-plus iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.dpe-flexible-posts {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dpe-flexible-posts .title {
  font-family: 'Exo 2', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.25rem;
  margin-top: 0.625rem;
}

.dpe-flexible-posts .title:hover {
  text-decoration: underline;
}

@media screen and (min-width: 40em) {
  .dpe-flexible-posts .title {
    margin-bottom: 1.875rem;
  }
}

/* Hide Flow Flow Module Titles */
.widget_ff_widget .pod-content-type {
  display: none;
}

/* Wraps entire flow flow stream */
.ff-stream {
  background: transparent !important;
  padding: 0 !important;
}

/* Another wrapper to wrap stream */
.ff-stream-wrapper {
  margin: 0 !important;
}

/* Content box background color */
.ff-item .picture-item__inner {
  background: #fff !important;
  color: #000 !important;
}

.ff-item h4 a {
  color: #000 !important;
}

/* Hover over card background color reset to nothing */
.ff-theme-flat .picture-item__inner:hover:before {
  background: none !important;
}

/* Add border around card to match site theme */
.ff-theme-flat .ff-item .picture-item__inner {
  border-radius: 0 !important;
}

/* Add margin to view more button wrapper */
.ff-loadmore-wrapper {
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
}

@media screen and (min-width: 40em) {
  .ff-loadmore-wrapper {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
  }
}

/* View more button */
.ff-btn {
  background-color: #000 !important;
  border-radius: 0.1875rem !important;
  color: #fff !important;
  display: inline !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.7 !important;
  margin-bottom: 1.25rem;
  padding: 0.5rem !important;
  text-transform: capitalize;
}

/* Make user pic go to the right */
.ff-item .ff-userpic {
  position: relative !important;
  right: -6rem;
}

#main [id^='ff-stream-'] .ff-item-meta, #main [id^='ff-stream-'] .ff-item {
  text-align: left !important;
}

#main [id^='ff-stream-'] .ff-item-meta .ff-name {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 700 !important;
  font-style: italic !important;
  font-size: 1rem !important;
  color: black !important;
  margin-top: -1.875rem;
  text-align: left;
  max-width: 70%;
}

#main [id^='ff-stream-'] .ff-item-meta .ff-nickname,
#main [id^='ff-stream-'] .ff-item-meta .ff-timestamp {
  color: #c1c1c1 !important;
}

#main [id^='ff-stream-'] .ff-content a {
  color: #000 !important;
  font-weight: 700 !important;
}

.gform_wrapper {
  margin: 0 !important;
  max-width: 100%;
  width: 100%;
}

.gform_wrapper div.gform_body {
  width: 100% !important;
}

.gform_wrapper .gform_heading {
  margin-bottom: 2rem;
  width: 100%;
}

.gform_wrapper .gform_heading .gform_title {
  font-family: "Open Sans", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 64em) {
  .gform_wrapper .gform_heading .gform_title {
    font-size: 1.5rem;
  }
}

.gform_wrapper .gform_heading .gform_description {
  font-weight: 300;
}

.gform_wrapper .gform_fields {
  margin: 0;
}

.gform_wrapper .gfield {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 0 !important;
}

.gform_wrapper .gfield .gfield_label {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 !important;
  white-space: normal;
  width: 30%;
}

.gform_wrapper .gfield .ginput_container {
  margin: 0;
  width: 65%;
}

.gform_wrapper .gfield .ginput_container label {
  font-weight: 300;
  white-space: normal;
}

.gform_wrapper .gfield .ginput_container input.small, .gform_wrapper .gfield .ginput_container input.medium, .gform_wrapper .gfield .ginput_container input.large {
  width: 100%;
}

.gform_wrapper .gfield .ginput_container input,
.gform_wrapper .gfield .ginput_container input[type=checkbox],
.gform_wrapper .gfield .ginput_container input[type=date],
.gform_wrapper .gfield .ginput_container input[type=email],
.gform_wrapper .gfield .ginput_container input[type=number],
.gform_wrapper .gfield .ginput_container input[type=radio],
.gform_wrapper .gfield .ginput_container input[type=tel],
.gform_wrapper .gfield .ginput_container input[type=text],
.gform_wrapper .gfield .ginput_container input[type=url],
.gform_wrapper .gfield .ginput_container textarea {
  background-color: transparent;
  border-radius: 0.3125rem;
  box-shadow: none;
  font-weight: 500;
  margin: 0;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.gform_wrapper .gfield .ginput_container input:hover,
.gform_wrapper .gfield .ginput_container input[type=checkbox]:hover,
.gform_wrapper .gfield .ginput_container input[type=date]:hover,
.gform_wrapper .gfield .ginput_container input[type=email]:hover,
.gform_wrapper .gfield .ginput_container input[type=number]:hover,
.gform_wrapper .gfield .ginput_container input[type=radio]:hover,
.gform_wrapper .gfield .ginput_container input[type=tel]:hover,
.gform_wrapper .gfield .ginput_container input[type=text]:hover,
.gform_wrapper .gfield .ginput_container input[type=url]:hover,
.gform_wrapper .gfield .ginput_container textarea:hover {
  background-color: #f0f0f0;
}

.gform_wrapper .gfield .ginput_container input:focus,
.gform_wrapper .gfield .ginput_container input[type=checkbox]:focus,
.gform_wrapper .gfield .ginput_container input[type=date]:focus,
.gform_wrapper .gfield .ginput_container input[type=email]:focus,
.gform_wrapper .gfield .ginput_container input[type=number]:focus,
.gform_wrapper .gfield .ginput_container input[type=radio]:focus,
.gform_wrapper .gfield .ginput_container input[type=tel]:focus,
.gform_wrapper .gfield .ginput_container input[type=text]:focus,
.gform_wrapper .gfield .ginput_container input[type=url]:focus,
.gform_wrapper .gfield .ginput_container textarea:focus {
  background-color: #f0f0f0;
}

.gform_wrapper .gfield .ginput_container input::input-placeholder {
  font-style: italic !important;
}

.gform_wrapper .gfield .ginput_container select {
  border: 1px solid black;
}

.gform_wrapper .gfield .ginput_container textarea {
  height: 0.625rem;
  resize: vertical;
}

.gform_wrapper .gfield .ginput_container_checkbox,
.gform_wrapper .gfield .ginput_complex,
.gform_wrapper .gfield .ginput_container_fileupload,
.gform_wrapper .gfield .ginput_container_radio,
.gform_wrapper .gfield .ginput_container_select,
.gform_wrapper .gfield .ginput_container_textarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  width: 100%;
}

.gform_wrapper .gfield .ginput_container_checkbox input[type=text],
.gform_wrapper .gfield .ginput_container_checkbox select.small,
.gform_wrapper .gfield .ginput_container_checkbox select.medium,
.gform_wrapper .gfield .ginput_container_checkbox select.large,
.gform_wrapper .gfield .ginput_container_checkbox textarea.small,
.gform_wrapper .gfield .ginput_container_checkbox textarea.medium,
.gform_wrapper .gfield .ginput_container_checkbox textarea.large,
.gform_wrapper .gfield .ginput_complex input[type=text],
.gform_wrapper .gfield .ginput_complex select.small,
.gform_wrapper .gfield .ginput_complex select.medium,
.gform_wrapper .gfield .ginput_complex select.large,
.gform_wrapper .gfield .ginput_complex textarea.small,
.gform_wrapper .gfield .ginput_complex textarea.medium,
.gform_wrapper .gfield .ginput_complex textarea.large,
.gform_wrapper .gfield .ginput_container_fileupload input[type=text],
.gform_wrapper .gfield .ginput_container_fileupload select.small,
.gform_wrapper .gfield .ginput_container_fileupload select.medium,
.gform_wrapper .gfield .ginput_container_fileupload select.large,
.gform_wrapper .gfield .ginput_container_fileupload textarea.small,
.gform_wrapper .gfield .ginput_container_fileupload textarea.medium,
.gform_wrapper .gfield .ginput_container_fileupload textarea.large,
.gform_wrapper .gfield .ginput_container_radio input[type=text],
.gform_wrapper .gfield .ginput_container_radio select.small,
.gform_wrapper .gfield .ginput_container_radio select.medium,
.gform_wrapper .gfield .ginput_container_radio select.large,
.gform_wrapper .gfield .ginput_container_radio textarea.small,
.gform_wrapper .gfield .ginput_container_radio textarea.medium,
.gform_wrapper .gfield .ginput_container_radio textarea.large,
.gform_wrapper .gfield .ginput_container_select input[type=text],
.gform_wrapper .gfield .ginput_container_select select.small,
.gform_wrapper .gfield .ginput_container_select select.medium,
.gform_wrapper .gfield .ginput_container_select select.large,
.gform_wrapper .gfield .ginput_container_select textarea.small,
.gform_wrapper .gfield .ginput_container_select textarea.medium,
.gform_wrapper .gfield .ginput_container_select textarea.large,
.gform_wrapper .gfield .ginput_container_textarea input[type=text],
.gform_wrapper .gfield .ginput_container_textarea select.small,
.gform_wrapper .gfield .ginput_container_textarea select.medium,
.gform_wrapper .gfield .ginput_container_textarea select.large,
.gform_wrapper .gfield .ginput_container_textarea textarea.small,
.gform_wrapper .gfield .ginput_container_textarea textarea.medium,
.gform_wrapper .gfield .ginput_container_textarea textarea.large {
  width: 100% !important;
}

.gform_wrapper .gfield .ginput_complex .ginput_full {
  width: 100%;
}

.gform_wrapper .gfield .ginput_complex .ginput_right, .gform_wrapper .gfield .ginput_complex .ginput_left {
  margin: 0;
  width: 50%;
}

.gform_wrapper .gfield .ginput_complex .ginput_right {
  padding-left: 8px;
}

.gform_wrapper .gfield .ginput_complex .ginput_right select {
  margin: 0 !important;
}

.gform_wrapper .gfield .ginput_container_fileupload input {
  font-size: 0.75rem;
  padding-bottom: 1rem;
}

.gform_wrapper .gfield .gfield_description {
  font-weight: 300;
  font-size: 0.75rem;
  letter-spacing: 0.03125rem;
  margin-left: auto;
  padding: 0;
  padding-bottom: 0.5rem;
  width: auto;
}

.gform_wrapper .gfield .ginput_container_checkbox,
.gform_wrapper .gfield .ginput_container_radio {
  margin: 0;
}

.gform_wrapper .gfield ul.gfield_checkbox,
.gform_wrapper .gfield ul.gfield_radio {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.gform_wrapper .gfield ul.gfield_checkbox li,
.gform_wrapper .gfield ul.gfield_radio li {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin: 0;
  padding: 0.5rem !important;
  width: 50%;
}

.gform_wrapper .gfield ul.gfield_checkbox li label,
.gform_wrapper .gfield ul.gfield_radio li label {
  margin-left: 0.5rem;
}

.gform_wrapper .gsection {
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #f0f0f0 !important;
}

.gform_wrapper .gsection h2.gsection_title {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
}

.gform_wrapper .gfield_error {
  background-color: transparent !important;
  border: none !important;
  width: 100% !important;
}

.gform_wrapper .gfield_error .ginput_container {
  max-width: 100% !important;
}

.gform_wrapper .gfield_error label {
  color: #000 !important;
}

.gform_wrapper .gfield_error .validation_message {
  color: #DC0000;
}

.gform_wrapper .gfield_required {
  display: none;
}

.gform_wrapper .gform_footer,
.gform_wrapper .gform_footer.left_label,
.gform_wrapper .gform_footer.right_label {
  margin: 0;
  padding: 0;
  width: 100%;
}

.gform_wrapper .validation_error {
  border: none !important;
  color: #dc0000 !important;
}

.gform_button {
  background: none;
  border-radius: 0.3125rem;
  color: #fff;
  font-weight: 700;
  line-height: 2;
  margin: 0;
  margin-top: 1rem;
  text-transform: uppercase;
  width: 100% !important;
}

.gform_button:hover {
  background: #000;
  color: #000;
}

.gform_wrapper .gfield .ginput_container {
  width: 100%;
}

.gform_wrapper .gfield .ginput_container input, .gform_wrapper .gfield .ginput_container textarea, .gform_wrapper .gfield .ginput_container select {
  background-color: #f9f9f9 !important;
  border: 0 !important;
  padding: 0.625rem !important;
}

.gform_wrapper .gfield .ginput_container input:hover, .gform_wrapper .gfield .ginput_container textarea:hover, .gform_wrapper .gfield .ginput_container select:hover {
  background-color: #666;
}

.gform_wrapper .gfield .ginput_container input:focus, .gform_wrapper .gfield .ginput_container textarea:focus, .gform_wrapper .gfield .ginput_container select:focus {
  background-color: #f0f0f0 !important;
}

.gform_wrapper .gfield .gfield_label {
  font-weight: 300;
  width: 100% !important;
}

.gform_confirmation_message {
  font-weight: 700;
  padding: 2rem 0.5rem;
}

.gform_confirmation_message:after {
  content: url(../img/svg/info/smile.svg);
  display: block;
  margin-top: 1.5rem;
  text-align: center;
  width: 100%;
}

.gform_wrapper .field_description_below .gfield_description {
  padding-top: 0.25rem !important;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  white-space: normal !important;
}

ul.gallery-thumbnails {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  list-style: none;
  margin: 0;
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 50em) {
  ul.gallery-thumbnails {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}

@media screen and (min-width: 64em) {
  ul.gallery-thumbnails {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

ul.gallery-thumbnails li {
  position: relative;
  box-shadow: none;
  display: inline-block;
  margin-bottom: 0.625rem;
  width: 100%;
  -webkit-transition: box-shadow 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  transition: box-shadow 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

ul.gallery-thumbnails li:hover {
  cursor: pointer;
}

@media screen and (min-width: 50em) {
  ul.gallery-thumbnails li {
    margin-bottom: 1.25rem;
  }
}

.gallery-header {
  background: -webkit-linear-gradient(#f0f0f0, white);
  background: linear-gradient(#f0f0f0, white);
}

.gallery-header h1 {
  text-align: center;
}

.gallery-header .article-share {
  background: none;
  border: none;
  display: block;
  margin: 0;
  margin-top: 0.75rem;
  margin-bottom: 1rem;
  text-align: center;
}

.gallery-header .article-share a {
  padding: 0;
  background: none;
}

.gallery-header .article-share a:hover {
  background: none;
}

.gallery-header .article-share a svg {
  width: 24px;
  height: 24px;
}

div.stock_table,
div.stock_table_2 {
  width: 100%;
  height: auto;
  font-weight: 300;
}

div.stock_table .stock_widget_row,
div.stock_table_2 .stock_widget_row {
  width: 100%;
  background-color: transparent;
  height: auto;
  padding: 8px 12px;
  border-bottom: 1px solid #e2e2e2;
}

div.stock_table .stock_widget_row:last-child,
div.stock_table_2 .stock_widget_row:last-child {
  border-bottom: 0;
}

div.stock_table .stock_widget_row.altbg,
div.stock_table_2 .stock_widget_row.altbg {
  background-color: transparent;
}

div.stock_table .stock_widget_row > a,
div.stock_table_2 .stock_widget_row > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

div.stock_table .stock_widget_row > a:hover,
div.stock_table_2 .stock_widget_row > a:hover {
  border-bottom: none;
}

div.stock_table .stock_widget_element,
div.stock_table_2 .stock_widget_element {
  font-size: 20px;
  width: 25%;
  font-family: "Open Sans", sans-serif;
}

div.stock_table .stock_widget_element:first-child,
div.stock_table_2 .stock_widget_element:first-child {
  text-align: left;
}

div.stock_table .stock_widget_element:first-child, div.stock_table .stock_widget_element:nth-child(2),
div.stock_table_2 .stock_widget_element:first-child,
div.stock_table_2 .stock_widget_element:nth-child(2) {
  font-weight: 600;
}

div.stock_table .stock_widget_element .sw_box,
div.stock_table_2 .stock_widget_element .sw_box {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  line-height: 33px;
}

div.stock_table .stock_widget_element .sw_box.sw_red,
div.stock_table_2 .stock_widget_element .sw_box.sw_red {
  border: 0;
  background-color: transparent;
  color: red;
}

div.stock_table .stock_widget_element .sw_box.sw_green,
div.stock_table_2 .stock_widget_element .sw_box.sw_green {
  border: none;
  background: none;
  color: green;
}

div.stock_table .widget_horizontal_dash,
div.stock_table_2 .widget_horizontal_dash {
  display: none;
}

.pod-content .stock_widget_1 .stock_widget_row div {
  color: #000000;
  background: none;
  border: none;
}

div.stock_table .stock_widget_element,
div.stock_table_2 .stock_widget_element {
  font-size: 1rem;
}

@media screen and (min-width: 40em) {
  div.stock_table .stock_widget_element,
  div.stock_table_2 .stock_widget_element {
    font-size: 1.25rem;
  }
}

.sidebar-column div.stock_table .stock_widget_row {
  padding: 4px 12px;
}

.sidebar-column div.stock_table .stock_widget_element {
  font-size: 14px;
}

.tribe-mini-calendar-event .list-date {
  display: none;
}

.tribe-mini-calendar-event .list-info {
  font-size: 0.875rem;
}

.tribe-mini-calendar-event .tribe-events-title {
  font-size: 1rem;
  margin-bottom: 0.3125rem;
}

.tribe-mini-calendar-event {
  position: relative;
  padding-left: 24px;
}

.tribe-mini-calendar-event::before {
  content: ' ';
  width: 0.5rem;
  height: 0.5rem;
  background-color: #000;
  position: absolute;
  border-radius: 0.25rem;
  top: 0.4375rem;
  left: 0.375rem;
}

.tribe-mini-calendar-day-link::after {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  background-color: #000;
  position: absolute;
  top: 2px;
  left: 2px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  z-index: -1;
}

thead.tribe-mini-calendar-nav {
  background-color: #000;
}

.tribe_mini_calendar_widget {
  position: relative;
  background: #fff;
}

.tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper {
  font-weight: 300;
  border-bottom: 2px solid #000;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
}

.tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper table.tribe-mini-calendar {
  margin: 0;
}

.tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper table.tribe-mini-calendar thead.tribe-mini-calendar-nav {
  border: 0;
  color: #fff;
}

.tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper table.tribe-mini-calendar thead.tribe-mini-calendar-nav td {
  border: 0;
}

.tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper table.tribe-mini-calendar thead.tribe-mini-calendar-nav td a.tribe-mini-calendar-nav-link {
  position: relative;
  vertical-align: middle;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 0.75rem;
  padding: 0;
}

.tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper table.tribe-mini-calendar thead.tribe-mini-calendar-nav td a.tribe-mini-calendar-nav-link span {
  display: none;
}

.tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper table.tribe-mini-calendar thead.tribe-mini-calendar-nav td a.tribe-mini-calendar-nav-link.prev-month {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-right: 0.5rem;
}

.tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper table.tribe-mini-calendar thead.tribe-mini-calendar-nav td a.tribe-mini-calendar-nav-link.prev-month:before {
  content: url(../img/svg/nav/more.svg);
  position: relative;
  top: 0;
  left: 0;
  vertical-align: middle;
}

.tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper table.tribe-mini-calendar thead.tribe-mini-calendar-nav td a.tribe-mini-calendar-nav-link.next-month {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-left: 0.5rem;
}

.tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper table.tribe-mini-calendar thead.tribe-mini-calendar-nav td a.tribe-mini-calendar-nav-link.next-month:before {
  content: url(../img/svg/nav/more.svg);
  position: relative;
  top: 0;
  left: 0;
  vertical-align: middle;
}

.tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper table.tribe-mini-calendar thead.tribe-mini-calendar-nav td #ajax-loading-mini {
  height: 1.125rem;
  width: 1.125rem;
}

.tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper table.tribe-mini-calendar thead.tribe-mini-calendar-nav a:hover {
  border: 0;
}

.tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper table.tribe-mini-calendar thead.tribe-mini-calendar-nav span {
  margin: 0;
  vertical-align: middle;
}

.tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper table.tribe-mini-calendar thead tr th.tribe-mini-calendar-dayofweek {
  border: 0;
  font-weight: 800;
}

.tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper table.tribe-mini-calendar tbody tr:nth-child(even) {
  background-color: transparent;
}

.tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper table.tribe-mini-calendar tbody tr td.tribe-events-othermonth,
.tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper table.tribe-mini-calendar tbody tr td.tribe-events-thismonth {
  position: relative;
  padding: 0;
  vertical-align: middle;
  border: 0;
}

.tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper table.tribe-mini-calendar tbody tr td.tribe-events-othermonth a.tribe-mini-calendar-day-link,
.tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper table.tribe-mini-calendar tbody tr td.tribe-events-thismonth a.tribe-mini-calendar-day-link {
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  position: relative;
  z-index: 999;
  font-weight: 600;
}

.tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper table.tribe-mini-calendar tbody tr td.tribe-events-othermonth a.tribe-mini-calendar-day-link:before,
.tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper table.tribe-mini-calendar tbody tr td.tribe-events-thismonth a.tribe-mini-calendar-day-link:before {
  content: none;
}

.tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper table.tribe-mini-calendar tbody tr td.tribe-events-othermonth a.tribe-mini-calendar-day-link:hover,
.tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper table.tribe-mini-calendar tbody tr td.tribe-events-thismonth a.tribe-mini-calendar-day-link:hover {
  border: 0;
  color: #fff;
}

.tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper table.tribe-mini-calendar tbody tr td.tribe-events-othermonth a.tribe-mini-calendar-day-link:hover:after,
.tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper table.tribe-mini-calendar tbody tr td.tribe-events-thismonth a.tribe-mini-calendar-day-link:hover:after {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.wp-post-image {
  width: 100%;
}

.wp-polls {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
}

.sidebar-column .wp-polls {
  padding: 0;
}

.wp-polls-form > p > strong,
.wp-polls > p > strong {
  font-weight: 700;
  font-size: 1.125rem;
}

@media screen and (min-width: 40em) {
  .wp-polls-form > p > strong,
  .wp-polls > p > strong {
    font-size: 1.375rem;
  }
}

.sidebar-column .wp-polls-form > p > strong,
.sidebar-column .wp-polls > p > strong {
  font-size: 1.125rem;
}

.wp-polls p,
.wp-polls > p > strong {
  text-align: left !important;
}

.wp-polls-ul {
  margin: 0;
}

.wp-polls-ul > li {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.25rem;
  padding: 0.5rem;
  position: relative;
  z-index: 10;
}

.wp-polls-ul > li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .wp-polls-ul > li {
    font-size: 1.125rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.sidebar-column .wp-polls-ul > li {
  font-size: 0.875rem;
  padding: 0.5rem;
}

.wp-polls input[type='radio'] {
  z-index: -1;
  opacity: 0;
  position: absolute;
}

.wp-polls label {
  position: relative;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
  margin-left: 3rem;
}

@media screen and (min-width: 40em) {
  .wp-polls label {
    font-size: 1.125rem;
  }
}

.sidebar-column .wp-polls label {
  font-size: 0.875rem;
}

.wp-polls label:before {
  content: '';
  position: absolute;
  left: -3rem;
  top: calc(50% - 13px);
  width: 1.625rem;
  height: 1.625rem;
  border: 0.1875rem solid #bdbdbd;
  border-radius: 50%;
}

.wp-polls input[type='radio']:checked + label:before {
  background-image: url("../../img/svg/nav/checkmark.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.wp-polls-ul .pollbar {
  height: 100%;
  margin: 0;
  border: none;
  background-image: none;
  background-color: #2199e8;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: .55;
}

.wp-polls-ans > p {
  text-align: right !important;
}

.wp-polls-ans > p > input.Buttons {
  background-color: #000000;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px;
  border: 0;
  border-radius: 0;
}

.wp-polls i {
  font-style: normal !important;
}

/* Wraps all plugin content */
.yuzo_related_post {
  border-top: 2px #f0f0f0 solid;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 700 !important;
  margin-bottom: 1.25rem;
  margin-top: 2.5rem;
  padding-top: 3rem;
  position: relative;
  /* Wraps all related posts */
}

@media screen and (min-width: 40em) {
  .yuzo_related_post {
    margin-top: 2.5rem;
  }
}

.yuzo_related_post .yuzo_wraps {
  padding: 0.625rem;
  padding-top: 0;
  overflow: hidden;
  max-width: 63.125rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
}

.yuzo_related_post .yuzo_wraps .relatedthumb {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0.5rem;
}

@media screen and (min-width: 40em) {
  .yuzo_related_post .yuzo_wraps .relatedthumb {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

.yuzo_related_post .yuzo_wraps .relatedthumb:hover {
  background: none !important;
}

.yuzo_related_post .yuzo_wraps .yuzo-img {
  width: 100% !important;
  height: 30vw !important;
}

@media screen and (min-width: 40em) {
  .yuzo_related_post .yuzo_wraps .yuzo-img {
    height: 20vw !important;
  }
}

@media screen and (min-width: 64em) {
  .yuzo_related_post .yuzo_wraps .yuzo-img {
    height: 10vw !important;
  }
}

.yuzo_related_post .yuzo_wraps .yuzo__text--title {
  display: inline;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  height: 3.125rem;
  line-height: 1.4;
  text-transform: capitalize;
}

.yuzo_related_post .yuzo_wraps .yuzo__text--title:hover {
  border-bottom: 1px solid blue;
}

.yuzo__title .module-title {
  text-align: center;
  background: none !important;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  box-shadow: none;
}

.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../img/galleries/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../img/galleries/default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}

.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(../img/galleries/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
          animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
          animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}

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

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

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

/*
================================================
  General Header Styles
================================================
*/
.site-header {
  background: #fff;
  box-shadow: 0 0.3125rem 0.625rem -0.5rem #000;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%;
  z-index: 9997;
}

@media (max-height: 375px) and (orientation: landscape) {
  .site-header {
    position: absolute;
  }
}

@media screen and (min-width: 40em) {
  .site-header {
    box-shadow: 0 0.625rem 1.5625rem -1.125rem #000;
  }
}

.site-header *:not(.jp-volume-bar-value):not(.alert-icon):not(.alert-bar-alert-text) {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.site-header > .row > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

#header-logo {
  display: block;
  float: left;
  height: 3.75rem;
}

@media screen and (min-width: 40em) {
  #header-logo {
    height: auto;
    margin-right: 2.5rem;
    max-height: 6.25rem;
    max-width: 9rem;
    padding-bottom: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.75rem;
    width: auto;
  }
}

.site-logo {
  display: inline-block;
  max-height: 4.75rem;
  max-width: 9rem;
}

@media screen and (max-width: 39.9375em) {
  .site-logo {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    max-height: 2.5rem;
    vertical-align: middle;
  }
}

.header-nav-icon {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  float: right;
  height: 3.75rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-right: -0.625rem;
  width: 3.75rem;
}

@media screen and (min-width: 40em) {
  .header-nav-icon {
    height: 6.25rem;
    width: 4.375rem;
  }
}

.header-nav-icon span {
  color: #000;
  margin-left: -5.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.header-nav-icon button:focus {
  outline: 0;
}

.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: 3px;
  background: #0a0a0a;
  top: 0;
  left: 0;
  box-shadow: 0 6px 0 #0a0a0a, 0 12px 0 #0a0a0a;
}

.menu-icon:hover::after {
  background: #8a8a8a;
  box-shadow: 0 6px 0 #8a8a8a, 0 12px 0 #8a8a8a;
}

.menu-icon:after {
  border-radius: 0.125rem;
}

/*
================================================
  Shrinking Header Styles
  _
  Happens on scroll
================================================
*/
@media screen and (min-width: 40em) {
  .small-header #header-logo {
    height: auto;
    max-height: 4rem;
    max-width: 8rem;
    padding-bottom: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
  }
  .small-header .site-logo {
    max-height: 3rem;
    max-width: 8rem;
  }
  .small-header .header-nav-icon {
    height: 4rem;
  }
}

.small-header .header-nav-icon {
  background: none;
}

/*
================================================
  General Content Layout Styles
================================================
*/
.site-main {
  padding-top: 3.75rem;
  position: relative;
}

@media screen and (min-width: 40em) {
  .site-main {
    padding-top: 6.3125rem;
  }
}

.main-container {
  background: #f0f0f0;
  padding-top: 0.625rem;
  position: relative;
}

@media screen and (min-width: 40em) {
  .main-container {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 1.25rem;
  }
}

@media screen and (min-width: 40em) {
  .custom-bg .main-container {
    margin-top: 1.25rem;
  }
}

.content-add-padding {
  padding: 0.9375rem;
}

@media screen and (min-width: 40em) {
  .content-add-padding {
    padding: 0.9375rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .main-column {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

table {
  width: 100%;
}

@media screen and (min-width: 40em) {
  .row-add-padding,
  .columns-less-padding {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
}

/*
================================================
Internal Posts & Pages Styles
================================================
*/
.article-wrap {
  background: #fff;
  margin-bottom: 0.625rem;
}

@media screen and (min-width: 40em) {
  .article-wrap {
    margin-bottom: 1.25rem;
  }
}

.article-header {
  overflow: visible;
}

.article-featured {
  position: relative;
}

.article-title {
  margin: 0;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.625rem;
  font-size: 1.5rem;
  text-transform: capitalize;
}

@media screen and (min-width: 40em) {
  .article-title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1.25rem;
    font-size: 2rem;
    line-height: 1.2;
  }
}

.article-title-no-img {
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 40em) {
  .article-title-no-img {
    margin-bottom: 2.5rem;
  }
}

.article-featured-img {
  width: 100%;
}

.article-featured-img-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #f3f3f3;
  font-size: 0.625rem;
  padding: 4px;
  background: rgba(0, 0, 0, 0.33);
  text-align: left;
}

.article-content {
  padding: 0.625rem;
  padding-bottom: 0;
}

@media screen and (min-width: 40em) {
  .article-content {
    padding: 1.25rem;
  }
}

.article-content p {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.63;
}

.thumbnail-caption {
  color: #aaa;
  display: block;
  font-size: 10px;
  margin-bottom: 1rem;
}

.article-tags {
  list-style: none;
  margin-left: 0;
  margin-top: 1.875rem;
}

.article-tags li {
  display: inline-block;
  line-height: 1;
  margin-right: 1.25rem;
}

.article-tags li a {
  color: #282828;
  display: inline-block;
  font-size: 0.625rem;
  font-weight: 700;
  padding-left: 0.75rem;
  position: relative;
  text-transform: uppercase;
}

.article-tags li a:before {
  background: url("../../img/svg/info/tags.svg");
  background-position: center center;
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 0.625rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 0.625rem;
}

.article-comments {
  border: 0;
}

@media screen and (max-width: 63.9375em) {
  .article-comments {
    margin-bottom: 2rem;
  }
}

.single-shows .article-comments {
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 40em) {
  .single-shows .article-comments {
    margin-bottom: 2.5rem;
  }
}

.article-comments .accordion-title {
  border: 0 !important;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
}

.embedded-category-title,
.embedded-category-excerpt a {
  color: #000 !important;
}

.related-posts-title {
  text-align: center;
}

/*
================================================
Catagory Archive Page Styles
================================================
*/
.archive-article-wrap {
  border-top: 10px solid #f0f0f0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 40em) {
  .archive-article-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.archive-title {
  margin: 0;
  margin-left: -0.375rem;
  padding: 0.9375rem;
  border-left: 6px solid #000;
}

.archive-article-text {
  padding: 0.9375rem;
}

.archive-article-text a:hover {
  border-bottom: 1px solid #000;
}

.archive-article-img {
  padding: 0;
}

@media screen and (min-width: 40em) {
  .archive-article-img {
    padding-right: 0;
  }
}

.archive-article-img {
  width: 100%;
}

@media screen and (min-width: 40em) {
  .archive-article-img {
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
}

.archive-article-text {
  width: 100%;
}

@media screen and (min-width: 40em) {
  .archive-article-text {
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
}

.archive-title-inline {
  display: inline-block;
  background: #fff;
  margin-bottom: 1.25rem;
}

/*
================================================
Global Site Footer
================================================
*/
.site-footer {
  background: #282828;
  color: #fff;
  font-size: 0.75rem;
  padding-bottom: 1.875rem;
  padding-top: 1.875rem;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 43.75em) {
  .site-footer {
    padding-bottom: 6.25rem;
  }
}

.footer-nav {
  list-style: none;
  margin-bottom: 1.25rem;
  margin-left: 0;
  margin-top: 1.25rem;
}

.footer-nav li {
  display: block;
  margin-bottom: 0.3125rem;
}

@media screen and (min-width: 40em) {
  .footer-nav li {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0.625rem;
  }
  .footer-nav li:first-child {
    margin-left: 0;
  }
}

.footer-nav li a {
  color: #fff;
}

.footer-copyright {
  margin: 0;
}

.ad-background,
.ad-background div,
.ad-background iframe,
.site-takeover {
  background-position: top center;
  background-repeat: no-repeat;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 63.9375em) {
  .ad-background,
  .ad-background div,
  .ad-background iframe,
  .site-takeover {
    display: none;
  }
}

.ad-background {
  position: fixed;
}

.admin-bar .ad-background {
  top: 32px;
}

.alert-active .site-takeover {
  top: 9.1875rem;
}

.ad-background.display-block + #ad-homepage-leaderboard,
.ad-background.display-block + #ad-page-leaderboard {
  margin-bottom: 0.625rem;
}

@media screen and (min-width: 40em) {
  .ad-background.display-block + #ad-homepage-leaderboard,
  .ad-background.display-block + #ad-page-leaderboard {
    margin-bottom: 1.25rem;
  }
}

@media screen and (max-width: 63.9375em) {
  #ad-homepage-leaderboard,
  #ad-homepage-featured,
  #ad-homepage-featured-takeover,
  #ad-page-leaderboard,
  #ad-page-sidebar {
    text-align: center;
  }
}

#ad-homepage-leaderboard,
#ad-page-leaderboard,
#ad-homepage-in-content,
#ad-homepage-footer,
#ad-footer,
.ad-homepage-in-content-extra {
  height: 3.125rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: auto;
}

@media screen and (min-width: 45.5em) {
  #ad-homepage-leaderboard,
  #ad-page-leaderboard,
  #ad-homepage-in-content,
  #ad-homepage-footer,
  #ad-footer,
  .ad-homepage-in-content-extra {
    height: 5.625rem;
  }
}

#ad-homepage-leaderboard > div,
#ad-page-leaderboard > div,
#ad-homepage-in-content > div,
#ad-homepage-footer > div,
#ad-footer > div,
.ad-homepage-in-content-extra > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

#ad-homepage-featured,
#ad-homepage-featured-takeover,
#ad-homepage-in-content,
#ad-page-sidebar,
.ad-homepage-in-content-extra {
  margin-bottom: 0.625rem;
}

@media screen and (min-width: 40em) {
  #ad-homepage-featured,
  #ad-homepage-featured-takeover,
  #ad-homepage-in-content,
  #ad-page-sidebar,
  .ad-homepage-in-content-extra {
    margin-bottom: 1.25rem;
  }
}

#ad-homepage-leaderboard,
#ad-page-leaderboard {
  text-align: center;
}

#ad-homepage-leaderboard,
#ad-page-leaderboard {
  margin-top: 0.625rem;
}

@media screen and (min-width: 40em) {
  #ad-homepage-leaderboard,
  #ad-page-leaderboard {
    margin-top: 1.25rem;
  }
}

#ad-homepage-featured-takeover {
  height: 37.5rem;
  width: 18.75rem;
}

#ad-homepage-footer,
#ad-footer {
  margin-bottom: 0.625rem;
}

@media screen and (min-width: 40em) {
  #ad-homepage-footer,
  #ad-footer {
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
  }
}

#ad-homepage-leaderboard.display-none,
#ad-page-leaderboard.display-none,
#ad-page-sidebar.display-none,
#ad-homepage-featured.display-none,
#ad-homepage-featured-takeover.display-none,
#ad-homepage-in-content.display-none,
#ad-homepage-footer.display-none,
#ad-footer.display-none,
.ad-homepage-in-content-extra.display-none {
  display: none;
}

#ad-video-modal {
  z-index: 999999;
  overflow: visible;
}

#ad-video-modal-close {
  position: absolute;
  right: -12.5px;
  top: -12.5px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 25px;
  background: #eee;
  text-align: center;
  border: 1px solid #000000;
}

#ad-video-modal-close .nav-close-icon {
  fill: #222;
}

#ad-video-modal-close:hover {
  background: #ddd;
}

#ad-video-wrap {
  height: 22.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 40rem;
}

.ad-homepage-featured-container {
  margin-bottom: .625rem;
}

@media screen and (min-width: 40em) {
  .ad-homepage-featured-container {
    margin-bottom: 1.25rem;
  }
}

@media screen and (min-width: 64em) {
  .ad-homepage-featured-container {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3;
  }
}

#ad-homepage-featured,
#ad-homepage-featured-takeover {
  margin-bottom: 0;
}

.sidebar-column {
  margin-bottom: 0.625rem;
  position: relative;
}

@media screen and (min-width: 40em) {
  .sidebar-column {
    margin-bottom: 1.25rem;
  }
}

.stickit {
  position: fixed;
  padding-left: 5px;
}

.stickit-end {
  bottom: 0;
  position: absolute;
  padding-left: 5px;
}

/*
================================================
  Alert Bar
================================================
*/
.alert-bar {
  background: #d91d1b;
  color: #fff;
  font-size: 0.625rem;
  font-weight: 700;
  padding-bottom: 0.3125rem;
  padding-top: 0.3125rem;
  position: absolute;
  top: 100%;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .alert-bar {
    font-size: 0.875rem;
    line-height: 1.5625rem;
    padding-bottom: 0.625rem;
    padding-top: 0.625rem;
  }
}

.alert-bar a {
  color: #fff;
}

.alert-icon {
  fill: #fff;
  height: 0.9375rem;
  margin-right: 0.3125rem;
  vertical-align: middle;
  width: 0.9375rem;
}

@media screen and (min-width: 40em) {
  .alert-icon {
    height: 1.5625rem;
    width: 1.5625rem;
  }
}

.alert-active {
  padding-top: 3.125rem;
}

/*
================================================
  Article Share Options
================================================
*/
.article-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 1rem 0.625rem;
}

.article-share a {
  background-color: #f0f0f0;
  padding: 0.5rem;
  margin-right: 0.5rem;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}

.article-share a:hover {
  background-color: #e2e2e2;
}

.article-share svg {
  vertical-align: top;
}

@media screen and (min-width: 40em) {
  .article-share {
    padding: 1rem 1.25rem;
  }
}

/*
================================================
  Audio Player
================================================
*/
.header-player {
  display: none;
}

@media screen and (max-width: 43.75em) {
  .header-player {
    background: rgba(0, 0, 0, 0.97);
    bottom: 0;
    color: #fff;
    left: 0;
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
    position: fixed;
    width: 100%;
  }
}

@media screen and (min-width: 43.75em) {
  .header-player {
    margin-right: auto;
  }
}

.player-play,
.player-stop,
.player-loading {
  float: left;
  margin-right: 1.25rem;
}

.player-stop,
.player-loading {
  display: none;
}

.icon-play,
.icon-stop {
  cursor: pointer;
  height: 1.875rem;
  vertical-align: middle;
  width: 1.875rem;
}

@media screen and (max-width: 43.75em) {
  .icon-play,
  .icon-stop {
    margin-left: 1rem;
    margin-top: 0.625rem;
  }
}

@media screen and (min-width: 43.75em) {
  .icon-play,
  .icon-stop {
    height: 3.125rem;
    width: 3.125rem;
  }
}

@media screen and (max-width: 43.75em) {
  .header-player .icon-play,
  .header-player .icon-stop {
    fill: #fff;
  }
}

.icon-loading {
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 100%;
  border: 5px solid rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 43.75em) {
  .icon-loading {
    margin-left: 1rem;
    margin-top: 0.625rem;
    height: 1.875rem;
    vertical-align: middle;
    width: 1.875rem;
  }
}

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

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

.player-data {
  float: left;
  line-height: 1.3;
  margin-right: 1.875rem;
  position: relative;
  max-width: 60%;
}

@media screen and (min-width: 43.75em) {
  .player-data {
    margin-top: 0.45rem;
    max-width: 12.5rem;
  }
}

@media screen and (max-width: 43.75em) {
  .player-data a {
    color: #ffffff;
  }
}

.player-artwork {
  float: left;
}

.player-artwork img {
  margin-right: 1.25rem;
  margin-top: 0.9375rem;
  max-height: 2.5rem;
  max-width: 2.5rem;
}

@media screen and (max-width: 43.75em) {
  .player-artwork img {
    margin: 0;
    margin-right: 1em;
    margin-top: 4px;
  }
}

@media screen and (min-width: 43.75em) {
  .player-artwork img {
    max-height: 4.375rem;
    max-width: 4.375rem;
  }
}

.player-song,
.player-artist {
  display: block;
  font-style: italic;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
}

.player-song {
  font-size: 1rem;
  font-weight: 700;
}

@media screen and (max-width: 43.75em) {
  .player-song {
    padding-top: 0.3125rem;
  }
}

.player-artist {
  font-size: 0.875rem;
}

@media screen and (max-width: 43.75em) {
  .player-artist {
    padding-bottom: 0.3125rem;
  }
}

.player-volume {
  float: left;
  position: relative;
}

@media screen and (max-width: 43.75em) {
  .player-volume {
    display: none;
    margin-top: 1.25rem;
  }
}

@media screen and (min-width: 43.75em) {
  .player-volume {
    margin-top: 1.525rem;
    max-width: 100px;
  }
}

.jp-mute,
.jp-unmute {
  fill: red;
  float: left;
  cursor: pointer;
  height: 1.5rem;
  width: 1.5rem;
  margin-top: -0.625rem;
  margin-right: 0.625rem;
}

.jp-volume-bar,
.jp-volume-bar-value {
  border-radius: 0.25rem;
  cursor: pointer;
  height: 0.25rem;
  position: relative;
}

.jp-volume-bar {
  background: #cfcfcf;
  width: 7.8125rem;
  margin-left: 40px;
}

.jp-volume-bar-value {
  background: #000000;
  width: 0;
}

.jp-volume-bar-knob {
  background: #fff;
  border: none;
  border-radius: 50%;
  box-shadow: 0px 3px 7px 0px rgba(186, 186, 186, 0.6);
  height: 1.125rem;
  width: 1.125rem;
  position: absolute;
  right: 0;
  margin-right: -0.625rem;
  top: -0.4375rem;
}

.button {
  background-color: #f0f0f0;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin: 0;
}

.button:hover {
  color: #ffffff;
}

.breadcrumbs {
  margin: 0;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 40em) {
  .breadcrumbs {
    margin-top: 0;
  }
}

.breadcrumbs a {
  font-weight: 600;
}

.breadcrumbs li:not(:last-child)::after {
  color: #000000;
}

.browser-notice {
  background: #f25648;
  bottom: 0;
  left: 0;
  padding-top: 12.5rem;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 9999;
}

.browser-notice h3 {
  font-size: 2.5rem;
  margin-bottom: 1.25rem;
}

.browser-notice p {
  font-size: 1.25rem;
}

.browser-notice a {
  border: 1px solid #fff;
  border-radius: 0.3125rem;
  display: inline-block;
  font-weight: 700;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
}

.browser-notice a:hover {
  background: #fff;
  color: #000000;
}

.admin-bar .browser-notice {
  top: 30px;
}

.list, .pod-rss ul {
  list-style: none;
  margin: 0;
  margin-bottom: 1.5rem;
}

.list.border-left > li, .pod-rss ul.border-left > li {
  border-left: 1px solid #000000;
  padding-left: 0.5rem;
}

.list.flex li, .pod-rss ul.flex li {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.list.stripped li, .pod-rss ul.stripped li {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.list.stripped li:nth-child(even), .pod-rss ul.stripped li:nth-child(even) {
  background-color: #f0f0f0;
}

/*
================================================
Site Navigation
================================================
*/
.nav-open {
  overflow: hidden;
}

.site-nav {
  background: #121212;
  height: 100%;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translate3d(300px, 0, 0);
          transform: translate3d(300px, 0, 0);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99), -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  width: 18.75rem;
  z-index: 9999;
}

.admin-bar .site-nav {
  top: 30px;
}

.nav-open .site-nav {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.site-overlay {
  -webkit-animation: fade 500ms;
          animation: fade 500ms;
  background: -webkit-linear-gradient(right, #f0f0f0 20%, rgba(0, 0, 0, 0.33) 100%);
  background: linear-gradient(270deg, #f0f0f0 20%, rgba(0, 0, 0, 0.33) 100%);
  bottom: 0;
  cursor: pointer;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
}

.nav-open .site-overlay {
  display: block;
}

.menu {
  margin-bottom: 1.25rem;
}

.menu li,
.menu li a {
  display: block;
  overflow: hidden;
}

.menu li a {
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 3.125rem;
  padding-bottom: 0;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-top: 0;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.menu li a:hover {
  background: #222222;
  color: #fff;
  text-decoration: none;
}

.menu li:hover a {
  background: #222222;
}

.submenu {
  background: #222222;
  border: 0;
  position: relative;
}

.submenu li a {
  border-bottom: 2px solid #121212;
  line-height: 3.25rem;
}

.submenu li:first-child a {
  border-top: 2px solid #121212;
  line-height: 3.375rem;
}

.is-dropdown-submenu-parent.is-down-arrow > a::after {
  display: inline-block;
  float: none;
  margin-left: 0.9375rem;
  margin-top: 0;
  position: relative;
  right: initial;
  top: -0.125rem;
  border-color: #FFFFFF transparent transparent;
}

.menu li:hover a::after {
  border-color: #FFFFFF transparent transparent;
}

.nav-search {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  position: relative;
}

.nav-search .search-field {
  background: transparent;
  border: 0;
  color: #FFFFFF;
  font-size: 0.875rem;
  margin-bottom: 0.6875rem;
  padding: 0;
}

.nav-search .search-field:focus {
  border: 0;
  box-shadow: none;
}

.nav-search .search-submit, .nav-search input[type=submit].search-submit {
  background: url("../../img/svg/nav/search.svg");
  background-repeat: no-repeat;
  border: 0;
  font-size: 0;
  height: 0.9375rem;
  padding: 0;
  position: absolute;
  top: 0.75rem;
  width: 0.9375rem;
  right: 1.4375rem;
}

@media screen and (min-width: 40em) {
  .nav-search .search-submit, .nav-search input[type=submit].search-submit {
    right: 1.875rem;
  }
}

.nav-close {
  margin-bottom: 1.5625rem;
  padding-right: 1.4375rem;
  padding-top: 1.25rem;
  text-align: right;
}

@media screen and (min-width: 40em) {
  .nav-close {
    margin-bottom: 1.5625rem;
    padding-right: 1.875rem;
    padding-top: 2.5rem;
  }
}

.nav-close-icon {
  cursor: pointer;
  fill: #fff;
  height: 0.9375rem;
  width: 0.9375rem;
}

.nav-social {
  margin-top: 1.5625rem;
  padding-left: 1.875rem;
}

.nav-social-header {
  color: #FFF;
  margin-bottom: 1.25rem;
  font-size: 0.625rem;
  text-transform: uppercase;
}

.nav-icons-wrap {
  margin-bottom: 1.25rem;
}

.nav-social-icon .svg-icon {
  fill: #fff;
}

.nav-social-icon {
  display: inline-block;
  margin-left: 0.625rem;
}

.nav-social-icon:first-child {
  margin-left: 0;
}

.nav-social-icon svg {
  height: 1.875rem;
  width: 1.875rem;
}

.search-no-results p {
  font-weight: 300;
}

/*
================================================
Homepage - On-Air Now Module
================================================
*/
@media screen and (min-width: 64em) {
  .on-air-img {
    height: 11.25rem;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .on-air-img img {
    left: 0;
    margin-top: -0.625rem;
    position: absolute;
    top: 0;
  }
}

.on-air-top,
.on-air-bottom {
  overflow: hidden;
}

.on-air-bottom h4 {
  margin-top: 0.3125rem;
}

.on-air-time,
.on-air-listen {
  line-height: 1;
}

.on-air-time {
  font-size: 0.75rem;
}

#on-air-listen-live {
  cursor: pointer;
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
}

/*
================================================
  Page Loading Overlay
================================================
*/
@-webkit-keyframes inside {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.125);
            transform: scale(1.125);
    opacity: 1;
  }
  75% {
    -webkit-transform: scale(0.875);
            transform: scale(0.875);
  }
}
@keyframes inside {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.125);
            transform: scale(1.125);
    opacity: 1;
  }
  75% {
    -webkit-transform: scale(0.875);
            transform: scale(0.875);
  }
}

@-webkit-keyframes outside {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.125);
            transform: scale(1.125);
  }
  75% {
    -webkit-transform: scale(0.875);
            transform: scale(0.875);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes outside {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.125);
            transform: scale(1.125);
  }
  75% {
    -webkit-transform: scale(0.875);
            transform: scale(0.875);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.loading-wrap {
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9996;
}

.icon-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 90vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 100vw;
}

.icon {
  height: 3rem;
  width: 3rem;
}

.circle-out {
  -webkit-animation: outside 1s ease-out infinite;
          animation: outside 1s ease-out infinite;
  background-color: #000000;
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  opacity: .75;
}

.circle-in {
  -webkit-animation: inside 1s ease-out infinite;
          animation: inside 1s ease-out infinite;
  background-color: #000000;
  border-radius: 50%;
  height: 3rem;
  margin-top: -3rem;
  opacity: 0;
  width: 3rem;
}

.pagination {
  margin-bottom: 2rem;
}

.pagination li {
  display: inline-block;
}

.pagination li.current {
  font-weight: 800;
}

.pagination a {
  color: #000000;
  font-weight: 600;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.pagination a:hover {
  color: #ffffff;
}

/*
================================================
  General Pod Styles
================================================
*/
.pod {
  background: #ffffff;
  margin-bottom: 0.625rem;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .pod {
    margin-bottom: 1.25rem;
  }
}

.pod-content {
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  position: relative;
}

.pod-content.is-podcast {
  padding-top: 3.5rem;
  padding-bottom: 1rem;
}

.pod-content.is-large {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.pod-content.no-img {
  padding-top: 2.5rem;
}

.pod-content .excerpt {
  line-height: 1.5;
  margin-bottom: 0.625rem;
}

@media screen and (max-width: 39.9375em) {
  .pod-content .excerpt {
    font-size: 0.75rem;
  }
}

.pod-content .list h2, .pod-content .pod-rss ul h2, .pod-rss .pod-content ul h2, .pod-content .list h3, .pod-content .pod-rss ul h3, .pod-rss .pod-content ul h3, .pod-content .list h4, .pod-content .pod-rss ul h4, .pod-rss .pod-content ul h4, .pod-content .list h5, .pod-content .pod-rss ul h5, .pod-rss .pod-content ul h5, .pod-content .list h6, .pod-content .pod-rss ul h6, .pod-rss .pod-content ul h6 {
  font-weight: 400;
  letter-spacing: 0.0125em;
}

.pod-content-type {
  border-left: 0.375rem solid #000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-size: 0.6875rem;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
  left: -0.375rem;
  letter-spacing: 0.075em;
  max-width: 80%;
  position: absolute;
  overflow-x: hidden;
  top: -0.6875rem;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (min-width: 40em) {
  .pod-content-type {
    font-size: 0.75rem;
  }
}

.pod-content-type > a {
  background-color: #f0f0f0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  padding: 0.125rem 0.5rem;
  border: 0;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}

.pod-content-type > a:hover {
  background-color: #000000;
  color: #ffffff;
}

@media screen and (min-width: 40em) {
  .pod-content-type.is-large {
    font-size: 1rem;
    top: -0.9375rem;
  }
}

.pod-content-type.no-img {
  top: 0.5rem;
}

/*
================================================
  Featured Pod Styles
================================================
*/
@media screen and (max-width: 39.9375em) {
  .pod.is-featured .pod-content {
    padding: 1rem 0.75rem;
  }
  .pod.is-featured .pod-content h2 {
    margin: 0;
  }
}

@media screen and (min-width: 40em) {
  .pod.is-alt-featured {
    overflow: hidden;
  }
  .pod.is-alt-featured img {
    float: left;
    width: 60%;
  }
  .pod.is-alt-featured .pod-content {
    float: left;
    height: 100%;
    padding-top: 3.125rem;
    width: 40%;
    z-index: 1;
  }
  .pod.is-alt-featured .pod-content-type {
    top: 0.625rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .pod.is-sub-featured {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
}

@media screen and (max-width: 39.9375em) {
  .pod.is-sub-featured .pod-content {
    padding: 0.5rem 0.75rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .pod.is-sub-featured .pod-content-type {
    max-width: 100%;
    position: relative;
    border: 0;
    left: auto;
    top: auto;
    font-size: 0.625rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .pod.is-sub-featured .pod-content-type a {
    background: none;
    padding: 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .pod.is-sub-featured > a {
    width: 40%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
  }
}

.pod.is-sub-featured h5 {
  height: 4.25rem;
  margin-bottom: 0;
  overflow: hidden;
}

@media screen and (max-width: 39.9375em) {
  .pod.is-sub-featured h5 {
    font-size: 0.8125rem;
    line-height: 1rem;
    height: 3.125rem;
  }
}

/*
================================================
  Pod Sponsor
================================================
*/
.pod-sponsor {
  font-size: 0.625rem;
  font-weight: 300;
  letter-spacing: 0.04em;
}

.pod-sponsor-callout {
  background: white;
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: 25;
}

.pod-sponsor-callout-logo-container {
  display: block;
  position: absolute;
}

.pod-sponsor-callout-logo-container img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.pod-sponsor-callout {
  border-radius: 1.875rem;
  height: 3.75rem;
  right: 0.375rem;
  top: -0.75rem;
  width: 3.75rem;
  top: 10px;
}

.pod-sponsor-callout-logo-container {
  height: 2.58621rem;
  left: 0.57692rem;
  top: 0.57692rem;
  width: 2.58621rem;
}

@media screen and (min-width: 40em) {
  .medium-6.columns .pod-sponsor-callout {
    border-radius: 2.5rem;
    height: 5rem;
    right: 0.5rem;
    top: -1rem;
    width: 5rem;
  }
  .medium-6.columns .pod-sponsor-callout-logo-container {
    height: 3.44828rem;
    left: 0.76923rem;
    top: 0.76923rem;
    width: 3.44828rem;
  }
  .medium-4.columns .pod-sponsor-callout {
    border-radius: 1.875rem;
    height: 3.75rem;
    right: 0.375rem;
    top: -0.75rem;
    width: 3.75rem;
  }
  .medium-4.columns .pod-sponsor-callout-logo-container {
    height: 2.58621rem;
    left: 0.57692rem;
    top: 0.57692rem;
    width: 2.58621rem;
  }
  .medium-3.columns .pod-sponsor-callout {
    border-radius: 1.5625rem;
    height: 3.125rem;
    right: 0.3125rem;
    top: -0.625rem;
    width: 3.125rem;
  }
  .medium-3.columns .pod-sponsor-callout-logo-container {
    height: 2.15517rem;
    left: 0.48077rem;
    top: 0.48077rem;
    width: 2.15517rem;
  }
}

.sponsor-img {
  display: block;
  height: auto;
  max-width: 100%;
  max-height: 5rem;
}

/*
================================================
  RSS Pods
================================================
*/
.pod-rss ul a:hover {
  border-bottom: 1px solid #000000;
}

.pod-rss li:not(:first-child) {
  border-left: 1px solid #000000;
  margin-bottom: 0.9375rem;
  padding-left: 0.5rem;
}

.pod-rss li:first-child {
  border-bottom: 1px solid #e2e2e2;
  display: block;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}

.pod-rss li:first-child a {
  font-size: 1.125rem;
  font-weight: 700;
}

.pod-rss .rsswidget {
  display: inline;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.9375rem;
}

.pod-event-venue {
  border-left: 1px solid #95e554;
  font-size: .75rem;
  font-weight: normal;
  line-height: normal;
  margin-bottom: 0.9375rem;
  margin-top: -1rem;
  opacity: .6;
  padding-left: 0.375rem;
  padding-top: .3rem;
}

.pod-event-venue.pod-event-venue-large {
  border-left: 0;
  padding-left: 0;
}

.pod-img {
  height: auto;
  width: 100%;
}

/*
================================================
  Pods In Sidebar
================================================
*/
aside .column, aside .columns, aside .columns {
  padding: 0;
}

aside .pod h6 {
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
}

/*
================================================
  Module Pods
================================================
*/
.module-pod {
  background: none;
  border-left: 0.375rem solid #000000;
  margin-bottom: 1.25rem;
}

.module-pod .pod-content {
  background-color: #ffffff;
}

.module-pod .pod-content-type {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  border: 0;
  border-right: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 1;
          flex-shrink: 1;
  font-size: 0.875rem;
  font-weight: 800;
  left: auto;
  max-width: none;
  overflow-x: visible;
  position: relative;
  top: auto;
  text-overflow: inherit;
  text-transform: uppercase;
  vertical-align: bottom;
  white-space: normal;
  -webkit-transition: border-color 200ms ease-in-out;
  transition: border-color 200ms ease-in-out;
}

.module-pod .pod-content-type:hover {
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
}

@media screen and (min-width: 40em) {
  .module-pod .pod-content-type {
    font-size: 1.25rem;
    letter-spacing: 0.075em;
  }
}

.module-pod .pod-content-type > a {
  background-color: #ffffff;
  padding: 1rem;
}

@media screen and (min-width: 40em) {
  .module-pod .pod-content-type > a {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
}

.module-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
}

.module-sponsor {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  color: #5f5f5f;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  font-size: 12px;
  font-weight: 700;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  padding-bottom: 8px;
  padding-right: 16px;
}

.module-sponsor > span a {
  color: #000000;
}

.module-sponsor > a {
  padding-left: 8px;
  max-width: 224px;
}

.module-sponsor > a img {
  max-height: 36px;
}

.dark-theme .module-sponsor {
  color: #ffffff;
}

/*
================================================
Homepage - Recently Played
================================================
*/
.pod-content-playlist {
  padding-top: 1.875rem;
}

.playlist {
  list-style: none;
  margin: 0;
  overflow: hidden;
}

.playlist li {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.875rem;
  overflow: hidden;
  padding-left: 1.125rem;
  padding-right: 1.25rem;
  text-overflow: ellipsis;
  text-transform: capitalize;
  white-space: nowrap;
}

.playlist li:first-child {
  color: #fff;
  line-height: 2.1875rem;
}

.playlist-time {
  display: inline-block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: 600;
  margin-right: 1.25rem;
  width: 15%;
}

.playlist-more {
  font-size: 0.6875rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
  margin-top: 0.3125rem;
  padding-bottom: 0.625rem;
  padding-right: 1rem;
  text-align: right;
  text-transform: uppercase;
}

.search-form input[type=submit] {
  background-color: #000;
  border: none;
  color: #fff;
}

.search-bar {
  background-color: none !important;
  position: relative;
  padding: 0 1rem;
}

.search-bar .search-form {
  max-width: 320px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.search-bar .search-form label {
  display: inline-block;
  padding: 0;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
          flex-grow: 2;
}

.search-bar .search-form label .search-field {
  margin: 0;
  border-radius: 2px 0 0 2px;
  box-shadow: none;
  height: 28px;
  padding: 4px 8px;
  border: 0;
  font-size: 14px;
}

.search-bar .search-form .search-submit {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  border-radius: 0 2px 2px 0;
  background-color: rgba(255, 255, 255, 0.23);
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .07em;
  padding: 0;
}

/*
================================================
  SVG Icons
================================================
*/
.svg-icon {
  fill: rgba(0, 0, 0, 0.6);
  -webkit-transition: fill 250ms ease;
  transition: fill 250ms ease;
}

a:hover .svg-icon {
  fill: black;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

/* Force titles inside trending section to be same height no matter how many lines they take up */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .trending-title {
    height: 4.6875rem;
  }
}

@media screen and (min-width: 64em) {
  .trending-title {
    height: 3.75rem;
  }
}

/* Different height for alternate story layouts */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .trending-alternate .trending-title {
    height: 2.5rem;
  }
}

@media screen and (min-width: 64em) {
  .trending-alternate .trending-title {
    height: 6.1875rem;
  }
}

/* Image layout for 2nd row stories */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .trending-alternate img {
    width: 100%;
  }
}

@media screen and (min-width: 64em) {
  .trending-alternate img {
    float: left;
    width: 55%;
  }
}

.forecast-module-wrap {
  overflow: hidden;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}

.forecast-module-item {
  float: left;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  width: 25%;
}

.forecast-module-item a:hover {
  text-decoration: none;
}

.forecast-module-day,
.forecast-module-icon,
.forecast-module-temp {
  margin-bottom: 0.3125rem;
}

.forecast-module-icon img {
  height: 1.875rem;
  width: auto;
}

.forecast-module-low {
  color: #a2a2a2;
  margin-left: 0.1875rem;
}

.pod-sponsor {
  margin-bottom: -1.5625rem;
}

.pod-sponsor a img {
  margin-bottom: 0.25rem;
}

.pod-sponsor a span {
  line-height: 1.375rem;
}

.closings-tabs {
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.closings-tabs .tabs-title {
  font-size: 16px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  position: relative;
  z-index: 1000;
}

.closings-tabs .tabs-title:after {
  content: ' ';
  position: absolute;
  right: 0;
  top: 4px;
  height: calc(100% - 8px);
  width: 1px;
  background-color: #f0f0f0;
  z-index: -1;
}

.closings-tabs .tabs-title:after:active {
  content: none;
}

.closings-tabs .tabs-title:first-child {
  border-left: 1px solid;
}

.closings-tabs .tabs-title:last-child {
  border-right: 1px solid #000;
}

.closings-tabs .tabs-title:last-child:after {
  content: none;
}

.closings-tabs .tabs-title > a {
  padding-left: 12px;
  padding-right: 12px;
}

.article-content .closings-tabs .tabs-title > a {
  padding-left: 4px;
  padding-right: 4px;
}

.closings-tabs .tabs-title > a:hover {
  border-bottom: none;
  background: none;
}

.closings-tabs .tabs-title.is-active a:hover {
  background: #000;
}

.closings-tabs .tabs-title.is-active:after {
  width: 0;
}

.closings-content {
  font-size: 14px;
  margin-bottom: 16px;
}

.closings-no-entries {
  margin-top: 20px;
  font-size: 16px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.closings-date-header {
  margin-top: 20px;
  font-size: 16px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #222;
}

.closings-entry {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.closings-entry:nth-child(odd) {
  background: #f0f0f0;
}

.closings-entry > div {
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: left;
}

@media screen and (min-width: 40em) {
  .closings-entry > div {
    text-align: center;
  }
}

.closings-entry > div:first-child {
  font-weight: 600;
  text-align: left;
}

.closings-entry > div:last-child {
  text-align: left;
  opacity: .71;
}

.closings-contact {
  text-align: right;
  margin-top: 16px;
  font-size: 12px;
}

.closings-contact > a {
  display: inline-block;
  padding: 4px 6px;
  border: 1px solid black;
  border-radius: 8px;
}

.closings-contact > a:hover {
  border-bottom-color: #000 !important;
}

.pod-sponsor-closings {
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  margin-top: -1.875rem;
  max-height: 2.5rem;
  text-align: right;
}

.pod-sponsor-closings a {
  color: #3c3c3c;
}

.pod-sponsor-closings a:hover {
  border-bottom: none;
}

.pod-sponsor-closings img {
  margin-left: 0.625rem;
  max-height: 2.5rem;
}

/*
================================================
  Tab Styles
================================================
*/
.tabs:before {
  content: ' ';
  display: none;
}

.tabs-title {
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: .03em;
  text-transform: uppercase;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
}

.tabs-title > a {
  color: #cbcbcb;
  font-size: 0.875rem;
  -webkit-transition: background-color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out;
}

@media screen and (max-width: 39.9375em) {
  .tabs-title > a {
    padding: 1rem 0;
  }
}

.tabs-title > a:active {
  background-color: #000;
}

.tabs-title.is-active > a {
  color: #fff;
  background-color: #000;
}

.countdown-clock {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  padding: 1rem;
}

@media screen and (min-width: 64em) {
  .countdown-clock {
    padding: 2rem;
  }
}

.countdown-clock-section {
  background: -webkit-linear-gradient(top, #f0f0f0, #dcdcdc);
  background: linear-gradient(180deg, #f0f0f0, #dcdcdc);
  border-radius: 3px;
  border: 1px solid #cfcfcf;
  box-shadow: 1px 1px 2px 0 #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  height: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .countdown-clock-section {
    height: 128px;
  }
}

@media screen and (min-width: 64em) {
  .countdown-clock-section {
    height: 144px;
  }
}

.countdown-clock-amount {
  color: #272727;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 4px;
  text-shadow: -1px -1px 0 #acacac;
}

@media screen and (min-width: 40em) {
  .countdown-clock-amount {
    font-size: 2.5rem;
  }
}

.countdown-clock-label {
  color: #a4a4a4;
  font-size: .75rem;
  font-weight: bold;
  margin-top: -14px;
  text-shadow: -1px -1px 0 #e9e9e9;
}

@media screen and (min-width: 40em) {
  .countdown-clock-label {
    font-size: 1rem;
  }
}

.countdown-text {
  margin-bottom: 2rem;
  text-align: center;
  font-weight: 700;
}

.embedded-content-item {
  border-bottom: 1px solid #f0f0f0;
  overflow: hidden;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}

.embedded-content-item:last-of-type {
  border-bottom: none;
}

.embedded-content-item a {
  color: #000000;
}

.embedded-content-img {
  float: left;
  height: auto;
  width: 40%;
}

.embedded-content-details {
  float: left;
  padding-left: 1.25rem;
  width: 60%;
}

.embedded-content-title {
  display: inline;
}

@media screen and (max-width: 39.9375em) {
  .embedded-content-title {
    font-size: 1rem;
  }
}

.embedded-content-title:hover {
  border-bottom: 1px solid transparent;
}

.embedded-content-excerpt {
  font-size: 0.875rem;
  margin-bottom: 0;
  margin-top: 0.625rem;
}

@media screen and (max-width: 39.9375em) {
  .embedded-content-excerpt {
    display: none;
  }
}

.article-content .embedded-content-more a {
  color: #fff;
}

.pod-sponsor-events {
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  margin-top: -1.875rem;
  max-height: 2.5rem;
  text-align: right;
}

.pod-sponsor-events a {
  color: #3c3c3c;
}

.pod-sponsor-events a:hover {
  border-bottom: none;
}

.pod-sponsor-events img {
  margin-left: 0.625rem;
  max-height: 2.5rem;
}

.events-module .pod-content:not(.pod-content-fallback) {
  width: 100%;
  background: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.events-module .pod-text p.line-clamp {
  max-height: 66px;
  overflow: hidden;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.events-module .pod-text {
  margin-top: 8px;
  margin-bottom: 16px;
}

@media screen and (min-width: 40em) {
  .events-module .pod-text {
    margin: 0;
  }
}

.events-module .pod-text h4 {
  margin-bottom: 4px;
}

.events-module .pod-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-top: auto;
}

.events-module .pod-buttons a:hover {
  border: 0;
}

.events-accordion .accordion-item {
  position: relative;
}

.events-accordion .accordion-item:before {
  content: url("../../img/svg/nav/current-select.svg");
  position: absolute;
  top: 71px;
  left: 35px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: -webkit-transform 180ms ease-in-out;
  transition: -webkit-transform 180ms ease-in-out;
  transition: transform 180ms ease-in-out;
  transition: transform 180ms ease-in-out, -webkit-transform 180ms ease-in-out;
  z-index: 100;
}

.events-accordion .accordion-item.is-active:before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.events-accordion .accordion-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  font-size: inherit;
  padding-left: 24px;
}

.events-accordion .accordion-title:hover, .events-accordion .accordion-title:active, .events-accordion .accordion-title:focus {
  background: #e6e6e6;
}

.events-accordion .accordion-title:before {
  content: none;
}

.events-accordion .date-icon {
  border: 3px solid #000;
  border-top: 10px solid #000;
  border-radius: 6px;
  font-weight: 800;
  height: 44px;
  position: relative;
  width: 48px;
}

.events-accordion .date-icon:before, .events-accordion .date-icon:after {
  content: '';
  position: absolute;
  top: -16px;
  height: 12px;
  width: 8px;
  border-radius: 4px;
  background: #000;
  border: 1px solid #fff;
}

.events-accordion .date-icon:before {
  left: 6px;
}

.events-accordion .date-icon:after {
  right: 6px;
}

.events-accordion .date-icon span {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.events-accordion .date-icon span:first-child {
  top: 2px;
  font-size: 10px;
}

.events-accordion .date-icon span:last-child {
  bottom: 2px;
}

.events-accordion .title {
  padding-left: 16px;
}

.events-accordion .title h4 {
  font-size: 16px;
  margin: 0;
}

.events-accordion .title span {
  font-size: 12px;
  opacity: .6;
}

.events-accordion .accordion-content {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  background: #f5f5f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-size: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

@media screen and (min-width: 40em) {
  .events-accordion .accordion-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
  }
}

.events-accordion .img-wrap {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.events-accordion .img-wrap img {
  border: 1px solid #919191;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .events-accordion .img-wrap img {
    width: 220px;
  }
}

.events-accordion .share-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-weight: 700;
  line-height: 0;
  opacity: .6;
}

.events-accordion .share-wrap > span {
  padding-right: 8px;
}

.events-accordion .share-wrap > a {
  padding-right: 8px;
}

.events-accordion .share-wrap > a:last-child {
  padding-right: 0;
}

.events-accordion .share-wrap svg {
  height: 24px;
  width: 24px;
}

.events-accordion .links-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-left: auto;
  text-transform: uppercase;
}

.events-accordion .links-wrap .blacklab-btn {
  color: #fff;
  background-color: #000;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  padding: 8px 10px;
  margin-right: 16px;
}

.events-accordion .links-wrap .blacklab-btn:last-child {
  margin-right: 0;
}

/*
================================================
  Tribe Events Countdown Widget
================================================
*/
.tribe-countdown-timer span.tribe-countdown-seconds,
.tribe-countdown-timer span.format,
.tribe-countdown-timer h3.tribe-countdown-complete {
  display: none;
}

.tribe-countdown-timer {
  line-height: 1.5em;
  min-height: 60px;
  text-align: center;
}

.tribe-countdown-number {
  color: #000;
  float: left;
  font-size: 2.375rem;
}

.tribe-countdown-under {
  color: #737373;
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.tribe-countdown-colon {
  color: #737373;
  float: left;
  font-size: 1.5rem;
  padding: 0 4px;
}

.tribe-countdown-right {
  float: left;
}

.tribe-countdown-text {
  clear: both;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.pod-sponsor-shortcode {
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  margin-top: -1.875rem;
  max-height: 2.5rem;
  text-align: right;
}

.pod-sponsor-shortcode a {
  color: #3c3c3c;
}

.pod-sponsor-shortcode a:hover {
  border-bottom: none;
}

.pod-sponsor-shortcode img {
  margin-left: 0.625rem;
  max-height: 2.5rem;
}

.homepage-videos-widget {
  margin-bottom: 1.25rem;
}

.homepage-videos-player {
  background: #363636;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding-top: 0;
  padding-bottom: 1.5rem;
}

@media screen and (min-width: 40em) {
  .homepage-videos-player {
    padding-top: 2rem;
    padding-bottom: 3.5rem;
  }
}

.homepage-videos-player-content {
  width: 640px;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.homepage-videos-player-title {
  font-size: 1rem;
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

@media screen and (min-width: 40em) {
  .homepage-videos-player-title {
    font-size: 1.5rem;
  }
}

.homepage-videos-embed-wrap {
  padding-left: 1rem;
  padding-right: 1rem;
}

.homepage-videos-content {
  background: #fff;
}

.homepage-videos-category-title {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
}

@media screen and (min-width: 40em) {
  .homepage-videos-category-title {
    font-size: 1.5rem;
  }
}

.homepage-videos-category-more {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.homepage-videos-category-more a {
  font-size: 0.75rem;
  opacity: .7;
}

@media screen and (min-width: 64em) {
  .homepage-videos-category-more a {
    font-size: 0.875rem;
  }
}

.homepage-videos-category-more a svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-bottom: -0.1875rem;
}

.homepage-videos-category-more a:hover {
  color: #000;
}

.homepage-videos-category-more a:hover svg {
  fill: #000;
}

.homepage-videos-list-container {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
}

.homepage-videos-list-container .scroll-videos {
  display: none;
}

@media screen and (min-width: 40em) {
  .homepage-videos-list-container .scroll-videos {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    width: 32px;
    color: white;
    background: #000;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    cursor: pointer;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
  }
  .homepage-videos-list-container .scroll-videos:hover {
    opacity: .8;
  }
  .homepage-videos-list-container .scroll-videos.inactive {
    cursor: default;
    opacity: 0;
  }
  .homepage-videos-list-container .scroll-videos.inactive:hover {
    background: #8573a8;
  }
}

.homepage-videos-list-window {
  overflow: hidden;
  width: 100%;
}

.homepage-videos-video-entry-title {
  padding: 0.25rem;
}

.homepage-videos-video-entry-title strong {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1rem;
  height: 2.125rem;
  display: block;
  overflow: hidden;
}

.homepage-videos-video-entry img {
  max-width: 100%;
}

.homepage-videos-video-entry:hover {
  background: #eee;
}

.homepage-videos.homepage-videos-horizontal .homepage-videos-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
          align-items: baseline;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 40em) {
  .homepage-videos.homepage-videos-horizontal .homepage-videos-header {
    padding-top: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 1.5rem;
    margin-bottom: 0;
  }
}

.homepage-videos.homepage-videos-horizontal .homepage-videos-list-container {
  padding-top: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media screen and (min-width: 40em) {
  .homepage-videos.homepage-videos-horizontal .homepage-videos-list-container {
    padding: 0;
  }
}

.homepage-videos.homepage-videos-horizontal .homepage-videos-list-window {
  padding: 0;
}

@media screen and (min-width: 40em) {
  .homepage-videos.homepage-videos-horizontal .homepage-videos-list-window {
    padding: 16px 0;
  }
}

.homepage-videos.homepage-videos-horizontal .homepage-videos-list {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

@media screen and (min-width: 40em) {
  .homepage-videos.homepage-videos-horizontal .homepage-videos-list {
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.homepage-videos.homepage-videos-horizontal .homepage-videos-video-entry {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 50%;
  margin: 0;
  padding: 0.5rem;
}

@media screen and (min-width: 40em) {
  .homepage-videos.homepage-videos-horizontal .homepage-videos-video-entry {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-flex-basis: calc(25% - 16px);
            flex-basis: calc(25% - 16px);
    font-size: 14px;
    padding-bottom: 0;
  }
}

.homepage-videos.homepage-videos-horizontal .scroll-right svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.homepage-videos.homepage-videos-horizontal .scroll-left svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.scroll-videos svg {
  fill: #fff;
}

.homepage-videos.homepage-videos-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 64em) {
  .homepage-videos.homepage-videos-vertical {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
  }
  .homepage-videos.homepage-videos-vertical .homepage-videos-player {
    width: 70%;
  }
  .homepage-videos.homepage-videos-vertical .homepage-videos-content {
    width: 30%;
  }
}

.homepage-videos.homepage-videos-vertical .homepage-videos-player-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.homepage-videos.homepage-videos-vertical .homepage-videos-player, .homepage-videos.homepage-videos-vertical .homepage-videos-content {
  height: auto;
}

@media screen and (min-width: 64em) {
  .homepage-videos.homepage-videos-vertical .homepage-videos-player, .homepage-videos.homepage-videos-vertical .homepage-videos-content {
    height: 600px;
  }
}

.homepage-videos.homepage-videos-vertical .homepage-videos-player {
  padding: 0;
  padding-top: 24px;
}

@media screen and (min-width: 40em) {
  .homepage-videos.homepage-videos-vertical .homepage-videos-player {
    padding-top: 3.5rem;
    padding-bottom: 2rem;
  }
}

@media screen and (min-width: 64em) {
  .homepage-videos.homepage-videos-vertical .homepage-videos-player {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.homepage-videos.homepage-videos-vertical .homepage-videos-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
          align-items: baseline;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 1rem;
  height: auto;
}

@media screen and (min-width: 40em) {
  .homepage-videos.homepage-videos-vertical .homepage-videos-header {
    padding-top: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 1.5rem;
  }
}

@media screen and (min-width: 64em) {
  .homepage-videos.homepage-videos-vertical .homepage-videos-header {
    height: 48px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
                -ms-grid-row-align: center;
            align-items: center;
    padding-top: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.homepage-videos.homepage-videos-vertical .homepage-videos-player-title {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 64em) {
  .homepage-videos.homepage-videos-vertical .homepage-videos-player-title {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.homepage-videos.homepage-videos-vertical .homepage-videos-player-embed-container {
  margin-top: 1rem;
  margin-bottom: 0;
}

.homepage-videos.homepage-videos-vertical .homepage-videos-embed-wrap {
  height: 56.25%;
  padding-bottom: 0;
}

@media screen and (min-width: 64em) {
  .homepage-videos.homepage-videos-vertical .homepage-videos-category-title {
    width: 10.9375rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.homepage-videos.homepage-videos-vertical .homepage-videos-list-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
}

@media screen and (min-width: 64em) {
  .homepage-videos.homepage-videos-vertical .homepage-videos-list-container {
    height: calc(100% - 48px);
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}

.homepage-videos.homepage-videos-vertical .homepage-videos-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  height: auto;
  list-style-type: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

@media screen and (min-width: 64em) {
  .homepage-videos.homepage-videos-vertical .homepage-videos-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    height: 504px;
  }
}

.homepage-videos.homepage-videos-vertical .homepage-videos-list-container .scroll-videos {
  height: 32px;
  width: 100%;
}

.homepage-videos.homepage-videos-vertical .homepage-videos-video-entry {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  width: 100%;
  margin: 0;
  padding: 0.5rem;
}

@media screen and (min-width: 64em) {
  .homepage-videos.homepage-videos-vertical .homepage-videos-video-entry {
    padding: 0.5rem;
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    height: calc(25% - 16px);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    width: 100%;
  }
}

.homepage-videos.homepage-videos-vertical .homepage-videos-video-entry:hover {
  cursor: pointer;
}

.homepage-videos.homepage-videos-vertical .homepage-videos-video-entry-image {
  width: 30%;
  min-width: 30%;
  padding-right: 0.5rem;
}

@media screen and (min-width: 64em) {
  .homepage-videos.homepage-videos-vertical .homepage-videos-video-entry-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
            flex: 0 0 33%;
  }
}

@media screen and (max-width: 63.9375em) {
  .homepage-videos.homepage-videos-vertical .homepage-videos-list-container .scroll-videos {
    display: none;
  }
}

.homepage-videos.homepage-videos-vertical .scroll-left svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.homepage-videos.homepage-videos-vertical .scroll-right svg {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.header-404 {
  background: black;
  color: white;
  padding-top: 0;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

.header-404 .copy {
  margin: 0 auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 1rem;
  text-align: center;
}

@media screen and (min-width: 40em) {
  .header-404 .copy {
    padding-left: 0;
    padding-right: 0;
  }
}

.header-404 .copy h2 {
  font-size: 2rem;
  font-weight: 800;
  margin: 0;
  padding-bottom: 0.5rem;
}

@media screen and (min-width: 40em) {
  .header-404 .copy h2 {
    font-size: 3rem;
  }
}

.header-404 .copy p {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: .04em;
  margin: 0;
}

.h2-404 {
  display: inline-block;
  margin: 0 auto 1.5rem;
}

.h2-404 h2 {
  background: #ffffff;
  border-bottom: 0.375rem solid #000000;
  font-size: 2rem;
  padding: 1rem 1.5rem;
  margin: 0;
}

.posts-404 {
  margin-bottom: 2.5rem;
}

/*
================================================
  Event Page
================================================
*/
.event-title {
  border-bottom: 1px solid #f8f8f8;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 0;
  padding: 0.625rem;
}

@media screen and (min-width: 40em) {
  .event-title {
    padding: 1.25rem;
  }
}

ul.event-basics {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  font-family: "Heebo", sans-serif;
  font-weight: 300;
  letter-spacing: 0.04em;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.event-basics li {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  border-bottom: 1px solid #f8f8f8;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 0.625rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  width: 100%;
}

@media screen and (min-width: 40em) {
  ul.event-basics li {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

ul.event-basics li svg {
  height: 2.5rem;
  margin-right: 1rem;
  min-width: 2.5rem;
  width: 2.5rem;
}

ul.event-basics li.multiday {
  width: 50%;
}

@media screen and (max-width: 39.9375em) {
  ul.event-basics li.multiday {
    width: 100%;
  }
}

ul.event-basics .end-datetime {
  border-left: 1px solid #f8f8f8;
}

ul.event-basics .tribe-address br {
  display: none;
}

@media screen and (max-width: 39.9375em) {
  ul.event-basics .tribe-address .tribe-locality,
  ul.event-basics .tribe-address .tribe-delimiter,
  ul.event-basics .tribe-address .tribe-region {
    display: none;
  }
}

.event-basics-time {
  width: 100%;
}

.event-calender-date {
  font-weight: 900;
  font-size: 0.875rem;
  letter-spacing: 0.0625rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  margin-right: 1rem;
  width: 2.5rem;
}

.event-calender-date span {
  display: block;
  font-weight: 100;
  font-size: 2rem;
  letter-spacing: normal;
}

.event-em {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  width: 100%;
}

.event-em a {
  font-weight: inherit;
}

.event-weekday {
  font-weight: bold;
  padding-right: 8px;
}

.venue-website-link {
  display: block;
}

.venue-address {
  -webkit-align-self: flex-end;
          align-self: flex-end;
}

@media screen and (max-width: 39.9375em) {
  .venue-address {
    margin-top: -1.875rem;
  }
}

.event-datetime {
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1;
  padding: 0.625rem;
}

@media screen and (min-width: 40em) {
  .event-datetime {
    padding: 1.25rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.event-extras {
  position: relative;
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 40em) {
  .event-extras {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
  }
}

.event-extras .module-title {
  left: -1.625rem;
}

.event-time {
  display: block;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0.625rem;
}

ul.event-details {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  border-top: 1px solid #f8f8f8;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  font-family: "Heebo", sans-serif;
  font-weight: 300;
  list-style: none;
  line-height: normal;
  margin: 0;
  padding-top: 2rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

ul.event-details li {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 3rem;
  width: 100%;
}

ul.event-details li .dtail-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  overflow: hidden;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  text-overflow: ellipsis;
}

@media screen and (max-width: 39.9375em) {
  ul.event-details li .dtail-item {
    margin-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }
}

ul.event-details li h6 {
  color: #626262;
  font-family: inherit;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.0625rem;
  width: 100%;
}

ul.event-details li .event-detail-date {
  margin-right: 1rem;
}

ul.event-details a {
  font-weight: 400;
  border-bottom: none;
}

ul.event-details a:hover {
  border-bottom: 1px solid #000;
}

ul.event-details .event-em a {
  font-weight: 500;
  display: inline-;
}

abbr[title] {
  border-bottom: none;
  cursor: inherit;
}

.tribe-postal-code,
.tribe-country-name {
  display: none;
}

/*
================================================
  Event Archive
================================================
*/
.event-date {
  background: rgba(240, 240, 240, 0.8);
  -webkit-backdrop-filter: blur(0.3125rem);
  color: #000000;
  font-family: "Heebo", sans-serif;
  font-weight: 900;
  left: 0;
  letter-spacing: 0.09375rem;
  line-height: 1;
  padding-bottom: 0.1875rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.4375rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}

.event-date span {
  display: block;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 100;
  letter-spacing: normal;
  margin-top: 0;
}

/*
================================================
  Events Sidebar
================================================
*/
a.upcoming-event-wrap:hover {
  border: none;
}

.event-venue {
  display: block;
  margin-top: -0.4375rem;
}

.upcoming-event-wrap {
  display: block;
  position: relative;
}

.gallery-nav-left, .gallery-nav-right {
  background: url(../img/gallery-nav.png) no-repeat;
  cursor: pointer;
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.gallery-nav-left {
  background-position: -10px -40px;
}

.gallery-nav-right {
  background-position: -70px -40px;
}

/*.gallery-nav-left:hover {
  background-position: -130px -40px;
}

.gallery-nav-right:hover {
  background-position: -190px -40px;
}*/
.gallery-thumbs-wrap {
  position: absolute;
  width: 664px;
  height: 100px;
}

.gallery-thumbs-wrap .p {
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 72px;
}

.gallery-thumbs-wrap .t {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.gallery-thumbs-wrap .w {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.gallery-thumbs-wrap .c {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 68px;
  height: 68px;
  border: #000 2px solid;
  box-sizing: content-box;
  background: url(../img/gallery-thumb-icon-2.png) -800px -800px no-repeat;
  _background: none;
}

.gallery-thumbs-wrap .pav .c {
  top: 2px;
  _top: 0px;
  left: 2px;
  _left: 0px;
  width: 68px;
  height: 68px;
  border: #000 0px solid;
  _border: #fff 2px solid;
  background-position: 50% 50%;
}

.gallery-thumbs-wrap .p:hover .c {
  top: 0px;
  left: 0px;
  width: 70px;
  height: 70px;
  border: #fff 1px solid;
  background-position: 50% 50%;
}

.gallery-thumbs-wrap .p.pdn .c {
  background-position: 50% 50%;
  width: 68px;
  height: 68px;
  border: #000 2px solid;
}

* html .gallery-thumbs-wrap .c, * html .gallery-thumbs-wrap .pdn .c, * html .gallery-thumbs-wrap .pav .c {
  /* ie quirks mode adjust */
  width: 72px;
  height: 72px;
}

/*
================================================
Listing Header Styles
================================================
*/
.listing-header {
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 41vw;
}

@media screen and (min-width: 64em) {
  .listing-header {
    height: 26.25rem;
  }
}

.listing-title {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.6));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 30%;
  left: 0;
  margin-bottom: 0;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 5rem;
  position: absolute;
  right: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.listing-title h1, .listing-title h2, .listing-title h1 a, .listing-title h2 a {
  color: white;
  text-shadow: 0 0.0625rem 0.1875rem #000;
  margin: 0;
}

@media screen and (min-width: 40em) {
  .listing-title {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.listing-title h1, .listing-title h2, .listing-title h1 a, .listing-title h2 a {
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: bold;
  -webkit-flex-shrink: 100;
          flex-shrink: 100;
  padding-right: 0.5rem;
  text-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.65);
}

@media screen and (max-width: 39.9375em) {
  .listing-title h1, .listing-title h2, .listing-title h1 a, .listing-title h2 a {
    font-size: 1.5rem;
  }
}

.listing-action-button {
  display: inline-block;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.65);
  color: #000;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: .025rem;
  padding-top: 0.3125rem;
  padding-right: 0.625rem;
  padding-bottom: 0.375rem;
  padding-left: 0.625rem;
  text-align: center;
  -webkit-transition: box-shadow 250ms cubic-bezier(0, 0, 0.2, 1);
  transition: box-shadow 250ms cubic-bezier(0, 0, 0.2, 1);
  white-space: nowrap;
}

.listing-action-button:hover {
  box-shadow: black 0 0.0625rem 7.8125rem 0.625rem;
}

@media screen and (max-width: 39.9375em) {
  .listing-action-button {
    font-size: 0.75rem;
  }
}

/*
================================================
Subheader Styles
================================================
*/
.listing-subheader {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 0.9375rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-bottom: 0.625rem;
  padding: 0.5rem 1rem 0;
}

@media screen and (min-width: 40em) {
  .listing-subheader {
    margin-bottom: 1.25rem;
    padding: 0.75rem 1.5rem 0;
  }
}

.listing-subtitle {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
          flex-grow: 2;
  margin-bottom: 0.75rem;
}

.listing-social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
          flex-grow: 0;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-bottom: 0.75rem;
}

.listing-social-icon {
  height: 2rem;
  margin-left: 0.5rem;
}

@media screen and (min-width: 40em) {
  .listing-social-icon {
    margin-left: 1rem;
  }
}

/*
================================================
Listing Content Styles
================================================
*/
.single-listings h1, .single-listings h2, .single-listings h3, .single-listings h4 {
  font-family: "Open Sans", sans-serif;
}

.single-listings h2 {
  font-size: 1.375rem;
  margin-bottom: 1rem;
}

.single-listings .flex-video {
  margin-bottom: 1.25rem;
}

.listing-content-module {
  background: #fff;
  margin-bottom: 1.25rem;
  padding: 1rem;
}

@media screen and (min-width: 40em) {
  .listing-content-module {
    padding: 1.5rem;
  }
}

.listing-info a:hover {
  border-bottom: 2px solid black;
}

.listing-info-entry {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 0.5rem;
}

.listing-info-entry.last {
  margin-bottom: 0;
}

.listing-info-entry-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-right: 0.75rem;
  width: 2rem;
}

/*
================================================
  Listing Map Styles
================================================
*/
.listing-map {
  background: #fff;
  margin-bottom: 1.25rem;
  padding-bottom: 0.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.listing-js-map-container {
  margin-bottom: 0.5rem;
}

.listing-address-link {
  color: blue;
}

.listing-address {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  font-size: 0.75rem;
  padding: 1rem 0.5rem;
  margin: 0 0.5rem;
  cursor: pointer;
  border-bottom: 0.0625rem solid #f0f0f0;
}

.listing-address.active, .listing-address:hover {
  background: #f0f0f0;
}

.listing-address:last-of-type {
  border-bottom: none;
}

.listing-address-icon {
  padding: 0 0.5rem;
}

.listing-address-vicinity {
  margin-bottom: 1.125rem;
}

/*
================================================
Listing Q&A Styles
================================================
*/
.listing-q-and-a {
  background: #fff;
  margin-bottom: 1.25rem;
  padding: 0 1.25rem;
}

.listing-q-and-a-header {
  margin-left: -1.25rem;
  width: calc(100% + 40px);
  margin-bottom: 1.25rem;
  height: 0.3125rem;
}

.listing-q-and-a-header > div {
  width: 50%;
  height: 100%;
  float: left;
}

.listing-q-and-a-header .listing-q-and-a-header-left {
  background: #6B8FB1;
}

.listing-q-and-a-header .listing-q-and-a-header-right {
  background: #B8E986;
}

.listing-q-and-a-description {
  margin-bottom: 1.25rem;
}

.listing-q-and-a-question {
  margin-left: -1.25rem;
  padding: 1.25rem;
  padding-left: 0.9375rem;
  width: calc(100% + 40px);
  box-shadow: 0 -0.125rem 0 0 #F0F0F0;
  border-left: 0.3125rem solid #6B8FB1;
}

.listing-q-and-a-answer {
  margin-left: -1.25rem;
  padding: 1.25rem;
  padding-left: 0.9375rem;
  width: calc(100% + 40px);
  box-shadow: 0 -0.0625rem 0 0 #F0F0F0;
  border-left: 0.3125rem solid #B8E986;
}

.listing-q-and-a-source {
  text-align: right;
  color: #929292;
}

/*
================================================
Listing Content Styles
================================================
*/
.listing-pdf-preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  margin-bottom: 1.25rem;
}

.listing-pdf-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
          justify-content: space-around;
}

.listing-pdf-controls .button {
  margin-bottom: 0;
  font-weight: 600;
}

.listing-html-embed {
  margin-bottom: 1.25rem;
}

/*
================================================
Listings and Listing-Type Archive Styles
================================================
*/
.listings-archive {
  width: 100%;
}

.listings-archive-pagination .pagination a {
  color: #000;
}

.listings-archive-pagination .pagination a:hover {
  color: #fff;
}

.listings-archive-entry {
  margin-bottom: 1.25rem;
}

.listings-archive-header {
  background-size: cover;
  background-position: center center;
  width: 100%;
  margin: 1.25rem 0.625rem;
  margin-top: 0;
  position: relative;
  height: 45vw;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .listings-archive-header {
    height: 30vw;
  }
}

@media screen and (min-width: 64em) {
  .listings-archive-header {
    height: 18.75rem;
  }
}

.listings-archive-header .listings-archive-title {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.6));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 30%;
  left: 0;
  margin-bottom: 0;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 5rem;
  position: absolute;
  right: 0;
}

.listings-archive-header .listings-archive-title h1, .listings-archive-header .listings-archive-title h2, .listings-archive-header .listings-archive-title h1 a, .listings-archive-header .listings-archive-title h2 a {
  color: white;
  text-shadow: 0 0.0625rem 0.1875rem #000;
  margin: 0;
}

@media screen and (min-width: 40em) {
  .listings-archive-header .listings-archive-title {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.listings-archive-title h1, .listings-archive-title h2, .listings-archive-title h1 a, .listings-archive-title h2 a {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
}

.listings-archive-entry-header {
  width: 100%;
  background-position: center center;
  background-size: cover;
  position: relative;
  height: 45vw;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .listings-archive-entry-header {
    height: 30vw;
  }
}

@media screen and (min-width: 64em) {
  .listings-archive-entry-header {
    height: 20rem;
  }
}

.listings-archive-entry-title {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.6));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 30%;
  left: 0;
  margin-bottom: 0;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 5rem;
  position: absolute;
  right: 0;
}

.listings-archive-entry-title h1, .listings-archive-entry-title h2, .listings-archive-entry-title h1 a, .listings-archive-entry-title h2 a {
  color: white;
  text-shadow: 0 0.0625rem 0.1875rem #000;
  margin: 0;
}

@media screen and (min-width: 40em) {
  .listings-archive-entry-title {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.listings-archive-entry-title h1, .listings-archive-entry-title h2, .listings-archive-entry-title h1 a, .listings-archive-entry-title h2 a {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
}

/*
================================================
Recently Played Page
================================================
*/
.article-content.recently-played {
  padding: 0;
}

.recently-played-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  color: #fff;
  padding: 16px;
}

.recently-played-header h1, .recently-played-header h4 {
  padding: 0;
  margin: 0;
}

.recently-played-header h4 {
  font-weight: 300;
  text-align: right;
}

.recently-played-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 8px 16px;
  position: relative;
  z-index: 1;
  color: #fff;
}

.recently-played-nav:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: grey;
  z-index: -1;
  opacity: .89;
}

.recently-played-nav a {
  color: #fff;
  line-height: 0;
}

.recently-played-nav a:hover svg .icon-bg {
  fill: #fff;
}

.recently-played-nav a:hover svg path {
  fill: #fff;
}

.recently-played-nav svg {
  width: 24px;
  height: 24px;
}

.recently-played-nav svg .icon-bg {
  fill: #fff;
}

.recently-played-nav svg path {
  fill: #fff;
}

.recently-played-nav h3 {
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  padding: 0 16px;
  font-weight: 800;
  letter-spacing: .04em;
}

.recently-played-prev {
  margin-right: auto;
}

.recently-played-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.recently-played-next {
  margin-left: auto;
  visibility: visible;
}

.recently-played-next.disabled {
  visibility: hidden;
}

.recently-played-song {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 16px 8px;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.recently-played-song:nth-child(odd):before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .05;
}

.recently-played-song-time {
  font-weight: 400;
  font-size: 12px;
  color: #484848;
  border-radius: 6px;
  padding: 4px 8px;
  text-align: center;
}

.recently-played-song-title {
  font-weight: 700;
  padding-right: 4px;
  padding-left: 8px;
  word-break: break-word;
}

@media screen and (min-width: 40em) {
  .recently-played-song-title {
    padding-left: 16px;
  }
}

.recently-played-song-artist {
  font-weight: 300;
  word-break: break-word;
  padding: 0 0.25rem;
}

.recently-played .accordion-content {
  padding: 0;
}

.recently-played .list, .recently-played .pod-rss ul, .pod-rss .recently-played ul {
  margin-bottom: 0;
}

.recently-played .accordion-title {
  font-size: 1rem;
  font-weight: 600;
  color: #000000;
}

/*
================================================
  Show Page
================================================
*/
@media screen and (min-width: 64em) {
  .shows-img {
    float: left;
    width: 60% !important;
  }
}

.shows-name {
  padding-bottom: 0.4375rem;
  padding-top: 0.25rem;
  margin-bottom: 0;
  font-size: 1.5rem;
}

@media screen and (min-width: 40em) {
  .shows-name {
    font-size: 2rem;
  }
}

.shows-bio {
  position: relative;
  z-index: 1;
  padding: 1.25rem;
  padding-top: 0.625rem;
}

@media screen and (min-width: 64em) {
  .shows-bio {
    float: left;
    width: 40%;
  }
}

.shows-social-icon svg {
  height: 1.875rem;
  width: 1.875rem;
}

.shows-social {
  margin-bottom: 0.625rem;
}

.shows-social-stream {
  margin-bottom: 0.625rem;
}

@media screen and (min-width: 40em) {
  .shows-social-stream {
    margin-bottom: 1.875rem;
  }
}

.shows-header p {
  font-size: 0.875rem;
}

.shows-header p:last-child {
  margin-bottom: 0;
}

iframe[src*="soundcloud.com"] {
  width: 100%;
}

.shows-social-module {
  background: #fff;
  margin-bottom: 0.625rem;
  padding: 1.25rem;
  position: relative;
}

@media screen and (min-width: 40em) {
  .shows-social-module {
    margin-bottom: 1.875rem;
  }
}

.show-time {
  display: block;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0.625rem;
}

.show-times .show-times-entry {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
}

/*
================================================
  Show Arhive
================================================
*/
h1.schedule-title {
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

ul.shows-schedule {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.shows-schedule li {
  border-top: 10px solid #f0f0f0;
}

ul.shows-schedule .show-details {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
              -ms-grid-row-align: flex-start;
          align-items: flex-start;
  padding: 1rem 1.5rem;
}

@media screen and (min-width: 40em) {
  ul.shows-schedule .show-details {
    padding: 1rem;
  }
}

ul.shows-schedule .show-details .show-name {
  display: block;
  margin-bottom: 0.5rem;
}

ul.shows-schedule .show-details a h2 {
  display: inline;
  border-bottom: 1px solid transparent;
}

ul.shows-schedule .show-details a h2:hover {
  border-bottom: 1px solid #000;
}

ul.shows-schedule .show-details .show-social {
  margin-top: auto;
}

.forecast-day,
.forecast-desc,
.forcast-summery,
.forcast-temp-range,
.temp-high,
.temp-low,
.forcast-daylight,
.sunrise-time,
.sunset-time {
  font-size: 0.875rem;
  line-height: normal;
}

.forecast-wrap {
  margin-bottom: 2.5rem;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 39.9375em) {
  .forecast-wrap {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/*
================================================
  Typography
================================================
*/
.forecast-today {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.03125rem;
  color: #333;
}

.today-column,
.forecast-item {
  text-align: center;
}

.today-temp {
  font-size: 3.75rem;
  line-height: normal;
}

.today-data {
  font-size: 0.875rem;
  text-align: right;
}

.forecast-item {
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.03125rem;
  color: #333;
}

.forecast-day {
  text-align: left;
  font-size: 0.75rem;
  color: #666;
  font-weight: 600;
}

.forecast-temp .forecast-high {
  font-size: 1.125rem;
}

.forecast-low {
  color: #666;
  font-size: 0.875rem;
}

/*
________________
     Icon Styles
*/
.forecast-icon img {
  height: 3.75rem;
  width: auto;
}

.forecast-today .forecast-icon img {
  height: 8.25rem;
  width: auto;
  margin-bottom: 0.3125rem;
}

.forecast-item .forecast-icon img {
  margin-top: 0.625rem;
  margin-bottom: 1.875rem;
}

/*
__________________
     Layout Styles
*/
.forecast-today {
  background: -webkit-linear-gradient(right bottom, rgba(0, 133, 255, 0.14), rgba(255, 247, 0, 0.03));
  background: linear-gradient(to left top, rgba(0, 133, 255, 0.14), rgba(255, 247, 0, 0.03));
  background-color: #fff;
  box-shadow: 0 0.5rem 1.25rem -0.3125rem rgba(0, 0, 0, 0.17);
  padding: 1.25rem;
  padding-bottom: 1.875rem;
  width: 100%;
}

.today-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}

.today-title {
  width: 100%;
  max-width: 100%;
}

.forecast-item {
  border-bottom: 1px solid #f0f0f0;
  border-left: 1px solid transparent;
  border-right: 1px solid #f0f0f0;
  border-top: 1px solid transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  height: 20rem;
  padding: 1.25rem;
  padding-bottom: 1.25rem;
}

.forecast-temp {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
          align-items: baseline;
  padding: 1.25rem;
  margin-top: auto;
}

.forecast-high,
.forecast-low {
  padding: 0.125rem;
}

.forecast-low {
  margin-top: 0.09375rem;
}

/*
================================================
  Alternate Dark Styles
================================================
*/
body.dark-theme {
  color: #ffffff;
  background-color: #0e0e0e;
}

.dark-theme {
  /*
  ================================================
    Base
  ================================================
  */
  /*
  ================================================
    Pods
  ================================================
  */
  /*
  ================================================
    Module Pods
  ================================================
  */
  /*
  ================================================
    Accordion
  ================================================
  */
  /*
  ================================================
    Article Content
  ================================================
  */
  /*
  ================================================
    Archive Content
  ================================================
  */
  /*
  ================================================
    Gallery
  ================================================
  */
  /*
  ================================================
    Recently Played / Playlist / Shows
  ================================================
  */
  /*
  ================================================
    Listings
  ================================================
  */
  /*
  ================================================
    Weather Forecast
  ================================================
  */
  /*
  ================================================
    Events
  ================================================
  */
  /*
  ================================================
    404 Page
  ================================================
  */
  /*
  ================================================
    Audio Player
  ================================================
  */
  /*
  ================================================
    Loading Screen
  ================================================
  */
  /*
  ================================================
    Related Content
  ================================================
  */
  /*
  ================================================
    Closings
  ================================================
  */
  /*
  ================================================
    Stock Widget
  ================================================
  */
}

.dark-theme .site-header,
.dark-theme .site-header-content {
  background: #1b1b1b;
}

.dark-theme .ad-leaderboard-wrap {
  background: #1b1b1b;
}

.dark-theme .site-main-container,
.dark-theme .main-container {
  background: #1b1b1b;
}

.dark-theme a,
.dark-theme a:hover,
.dark-theme .header-nav-icon span,
.dark-theme .menu-icon:hover span {
  color: #ffffff;
}

.dark-theme .menu-icon::after,
.dark-theme .menu-icon:hover::after {
  background: #ffffff;
  box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
}

.dark-theme .button {
  background-color: #000000;
  color: #ffffff;
}

.dark-theme .svg-icon {
  fill: rgba(255, 255, 255, 0.6);
}

.dark-theme a:hover .svg-icon {
  fill: white;
}

.dark-theme label {
  color: #fff;
}

.dark-theme hr {
  border-bottom-color: #000000;
}

.dark-theme .pod-content-type > a {
  background-color: #000;
  color: #fff;
}

.dark-theme .pod-content-type > a:hover {
  color: #000000;
  background-color: #ffffff;
}

.dark-theme .pod,
.dark-theme .pod-content {
  background: #272727;
}

.dark-theme .pod-rss li:first-child {
  border-bottom: 1px solid #000000;
}

.dark-theme .module-title {
  background: #000;
  color: #fff;
}

.dark-theme .module-pod .pod-content-type {
  border: 0;
}

.dark-theme .embedded-content-item {
  color: #ffffff;
  border-color: #1b1b1b;
}

.dark-theme .embedded-content-item a {
  color: #ffffff;
}

.dark-theme .accordion {
  background-color: #272727;
}

.dark-theme .accordion-title {
  border-color: #484848;
}

.dark-theme .accordion-title:hover,
.dark-theme .accordion-title:focus {
  background-color: #1b1b1b;
}

.dark-theme .accordion-content {
  color: #ffffff;
  background: none;
  border-color: #484848;
}

.dark-theme .events-accordion {
  background: #1b1b1b;
  border: none;
  border-top: 1px solid #484848;
}

.dark-theme .events-accordion .accordion-item:before {
  content: url("../../img/svg/nav/current-select-dark.svg");
  top: 4.375rem;
}

.dark-theme .events-accordion .accordion-content {
  border: none;
  border-bottom: 1px solid #484848;
  background: #1b1b1b;
  color: #ffffff;
}

.dark-theme .events-accordion .accordion-title {
  border: 1px solid;
  border-left: none;
  border-top: none;
  border-color: #484848;
  background-color: #272727;
}

.dark-theme .events-accordion .accordion-title:hover {
  background-color: #1b1b1b;
}

.dark-theme .events-accordion .date-icon:before,
.dark-theme .events-accordion .date-icon:after {
  border-color: #272727;
}

.dark-theme .events-accordion .pod-content {
  background: none;
}

.dark-theme .recently-played .accordion-title {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
}

.dark-theme :last-child:not(.is-active) > .accordion-title,
.dark-theme :last-child > .accordion-content:last-child {
  border-color: #484848;
}

.dark-theme .article-wrap {
  background: #272727;
}

.dark-theme .article-title,
.dark-theme .article-content {
  color: #ffffff;
}

.dark-theme .article-share a {
  background-color: #1b1b1b;
}

.dark-theme .article-share a:hover {
  background: #000000;
}

.dark-theme .article-tags li a {
  color: #ffffff;
}

.dark-theme .article-tags li a:before {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.dark-theme .article-comments {
  background-color: #f0f0f0;
  color: #000000;
}

.dark-theme .archive-title-inline {
  background: #000;
}

.dark-theme .archive-article-wrap {
  border-top-color: #1b1b1b;
}

.dark-theme .gallery-header,
.dark-theme .gallery-header .article-share a {
  background: none;
}

.dark-theme .tabs-content,
.dark-theme .playlist,
.dark-theme .playlist-more {
  background: #272727;
}

.dark-theme .playlist li:first-child {
  background: #000;
}

.dark-theme .recently-played-song-time {
  color: #d0d0d0;
}

.dark-theme table tbody tr:nth-child(even) {
  background-color: transparent;
}

.dark-theme #on-air-listen-live {
  color: #ffffff;
}

.dark-theme .list.stripped li:nth-child(even), .dark-theme .pod-rss ul.stripped li:nth-child(even), .pod-rss .dark-theme ul.stripped li:nth-child(even) {
  background-color: #1b1b1b;
}

.dark-theme ul.shows-schedule li {
  border-top-color: #1b1b1b;
}

.dark-theme .breadcrumbs li {
  color: #ffffff;
}

.dark-theme .listing-action-button,
.dark-theme .listing-subheader,
.dark-theme .listing-content-module {
  background-color: #272727;
}

.dark-theme .listing-q-and-a-question {
  box-shadow: 0 -2px 0 0 #1b1b1b;
}

.dark-theme .listing-q-and-a-answer {
  box-shadow: 0 -1px 0 0 #1b1b1b;
}

.dark-theme .listing-info-entry-icon svg {
  fill: #ffffff;
}

.dark-theme .listing-address:hover {
  background: #1b1b1b;
}

.dark-theme .forecast-today {
  color: #ffffff;
  background-color: #272727;
}

.dark-theme .forecast-item {
  border: none;
  color: rgba(255, 255, 255, 0.7);
}

.dark-theme .forecast-day {
  color: rgba(255, 255, 255, 0.9);
}

.dark-theme .event-date {
  background: rgba(39, 39, 39, 0.82);
  color: #fff;
}

.dark-theme .event-title,
.dark-theme .multiday,
.dark-theme .end-datetime,
.dark-theme .event-basics li,
.dark-theme .event-details {
  border-color: #1b1b1b;
}

.dark-theme abbr {
  color: #fff;
}

.dark-theme .h2-404 h2 {
  background: #000;
}

.dark-theme .jp-volume-bar {
  background: #464646;
}

.dark-theme .jp-volume-bar-value {
  background-color: #989796;
}

.dark-theme .jp-volume-bar-knob {
  box-shadow: none;
}

.dark-theme .loading-wrap {
  background-color: #1b1b1b;
}

.dark-theme .yuzo_related_post {
  border-top-color: #1b1b1b;
}

.dark-theme .closings-entry:nth-child(odd) {
  background-color: #1b1b1b;
}

.dark-theme .tabs {
  background: #1b1b1b;
}

.dark-theme .tabs-title:nth-child(odd) {
  background: #0e0e0e;
}

.dark-theme .tabs-title:after {
  content: none;
}

.dark-theme .tabs-title > a:hover {
  color: #fff;
  background: none;
}

.dark-theme .stock_widget_2 .stock_widget_row {
  border-bottom-color: #484848;
}

.dark-theme .stock_widget_2 .stock_widget_row div {
  color: #fff;
}

.dark-theme .stock_widget_2 .stock_widget_row .sw_red {
  color: red;
}

.dark-theme .stock_widget_1 .stock_widget_row div {
  color: #ffffff;
}

.dark-theme div.stock_table .stock_widget_row, .dark-theme div.stock_table_2 .stock_widget_row {
  border-bottom-color: #000000;
}
/*# sourceMappingURL=style.css.map */