/*
  Foundation for Sites components:
  Import the building blocks you need for your project.
  Reducing the number of imported components will optimize page speed.
  ---------------------------------------------------------------------
  The Foundation framework is built by Zurb
  Licensed under MIT Open Source
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
#wpadminbar {
  position: fixed !important; }

body.admin-bar.f-topbar-fixed .sticky.fixed {
  margin-top: 1.81818rem; }

.wp-caption > figcaption {
  max-width: 100%;
  font-size: 0.8rem;
  color: #999;
  padding: 0.25rem 0; }

p.wp-caption-text {
  font-size: 90%;
  color: #666;
  padding: 0.56818rem 0; }

.alignleft {
  float: left;
  padding-right: 1rem;
  margin: 0; }

.alignright {
  float: right;
  padding-left: 1rem;
  margin: 0; }

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

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

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

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

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

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

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

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

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td,
th {
  padding: 0; }

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

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

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

body {
  padding: 0;
  margin: 0;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.7;
  color: #0a0a0a;
  background: transparent;
  -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: 60.22727rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    max-width: none;
    margin-left: -1.47727rem;
    margin-right: -1.47727rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -1.70455rem;
        margin-right: -1.70455rem; } }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 1.47727rem;
  padding-right: 1.47727rem; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 1.70455rem;
      padding-right: 1.70455rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

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

.small-1 {
  width: 8.33333%; }

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

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

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

.small-2 {
  width: 16.66667%; }

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

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

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

.small-3 {
  width: 25%; }

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

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

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

.small-4 {
  width: 33.33333%; }

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

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

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

.small-5 {
  width: 41.66667%; }

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

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

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

.small-6 {
  width: 50%; }

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

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

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

.small-7 {
  width: 58.33333%; }

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

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

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

.small-8 {
  width: 66.66667%; }

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

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

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

.small-9 {
  width: 75%; }

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

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

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

.small-10 {
  width: 83.33333%; }

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

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

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

.small-11 {
  width: 91.66667%; }

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

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

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

.small-12 {
  width: 100%; }

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

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

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

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

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

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

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

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row,
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 1.70455rem;
    padding-right: 1.70455rem; }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row,
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 1.70455rem;
    padding-right: 1.70455rem; }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 75em) {
  .xlarge-1 {
    width: 8.33333%; }
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    width: 16.66667%; }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    width: 25%; }
  .xlarge-push-3 {
    position: relative;
    left: 25%; }
  .xlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    width: 33.33333%; }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    width: 41.66667%; }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    width: 50%; }
  .xlarge-push-6 {
    position: relative;
    left: 50%; }
  .xlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    width: 58.33333%; }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    width: 66.66667%; }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    width: 75%; }
  .xlarge-push-9 {
    position: relative;
    left: 75%; }
  .xlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    width: 83.33333%; }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    width: 91.66667%; }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    width: 100%;
    float: left; }
    .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
      float: left; }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    width: 50%;
    float: left; }
    .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
      float: left; }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
      float: left; }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    width: 25%;
    float: left; }
    .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
      float: left; }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    width: 20%;
    float: left; }
    .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
      float: left; }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
      float: left; }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
      float: left; }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
      float: left; }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-collapse .row,
  .expanded.row .xlarge-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: 1.70455rem;
    padding-right: 1.70455rem; }
  .xlarge-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 90em) {
  .xxlarge-1 {
    width: 8.33333%; }
  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xxlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .xxlarge-2 {
    width: 16.66667%; }
  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xxlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xxlarge-offset-1 {
    margin-left: 8.33333%; }
  .xxlarge-3 {
    width: 25%; }
  .xxlarge-push-3 {
    position: relative;
    left: 25%; }
  .xxlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xxlarge-offset-2 {
    margin-left: 16.66667%; }
  .xxlarge-4 {
    width: 33.33333%; }
  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xxlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .xxlarge-5 {
    width: 41.66667%; }
  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xxlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xxlarge-offset-4 {
    margin-left: 33.33333%; }
  .xxlarge-6 {
    width: 50%; }
  .xxlarge-push-6 {
    position: relative;
    left: 50%; }
  .xxlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xxlarge-offset-5 {
    margin-left: 41.66667%; }
  .xxlarge-7 {
    width: 58.33333%; }
  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xxlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .xxlarge-8 {
    width: 66.66667%; }
  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xxlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xxlarge-offset-7 {
    margin-left: 58.33333%; }
  .xxlarge-9 {
    width: 75%; }
  .xxlarge-push-9 {
    position: relative;
    left: 75%; }
  .xxlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xxlarge-offset-8 {
    margin-left: 66.66667%; }
  .xxlarge-10 {
    width: 83.33333%; }
  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xxlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .xxlarge-11 {
    width: 91.66667%; }
  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xxlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xxlarge-offset-10 {
    margin-left: 83.33333%; }
  .xxlarge-12 {
    width: 100%; }
  .xxlarge-offset-11 {
    margin-left: 91.66667%; }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    width: 100%;
    float: left; }
    .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
      float: left; }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    width: 50%;
    float: left; }
    .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
      float: left; }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
      float: left; }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    width: 25%;
    float: left; }
    .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
      float: left; }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    width: 20%;
    float: left; }
    .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
      float: left; }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
      float: left; }
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
      float: left; }
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
      float: left; }
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xxlarge-collapse .row,
  .expanded.row .xxlarge-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-left: 1.70455rem;
    padding-right: 1.70455rem; }
  .xxlarge-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .xxlarge-uncentered,
  .xxlarge-push-0,
  .xxlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

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

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #0a0a0a;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.4rem;
  line-height: 1.3; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.70455rem; }

h2 {
  font-size: 1.47727rem; }

h3 {
  font-size: 1.25rem; }

h4 {
  font-size: 1.02273rem; }

h5 {
  font-size: 0.79545rem; }

h6 {
  font-size: 0.79545rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 1.93182rem; }
  h2 {
    font-size: 1.59091rem; }
  h3 {
    font-size: 1.47727rem; }
  h4 {
    font-size: 1.36364rem; }
  h5 {
    font-size: 1.02273rem; }
  h6 {
    font-size: 0.79545rem; } }

@media screen and (min-width: 64em) {
  h1 {
    font-size: 2.15909rem; }
  h2 {
    font-size: 1.59091rem; }
  h3 {
    font-size: 1.47727rem; }
  h4 {
    font-size: 1.47727rem; }
  h5 {
    font-size: 1.13636rem; }
  h6 {
    font-size: 0.79545rem; } }

@media screen and (min-width: 75em) {
  h1 {
    font-size: 2.38636rem; }
  h2 {
    font-size: 1.93182rem; }
  h3 {
    font-size: 1.81818rem; }
  h4 {
    font-size: 1.59091rem; }
  h5 {
    font-size: 1.36364rem; }
  h6 {
    font-size: 1.02273rem; } }

@media screen and (min-width: 90em) {
  h1 {
    font-size: 2.72727rem; }
  h2 {
    font-size: 2.38636rem; }
  h3 {
    font-size: 2.15909rem; }
  h4 {
    font-size: 1.93182rem; }
  h5 {
    font-size: 1.59091rem; }
  h6 {
    font-size: 1.13636rem; } }

a {
  color: #0a0a0a;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #0a0a0a; }
  a img {
    border: 0; }

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

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

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

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

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

blockquote {
  margin: 0 0 1rem;
  padding: 0.51136rem 1.13636rem 0 1.07955rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.7;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.73864rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

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

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #f9f9f9;
  border: 1px solid #cacaca;
  padding: 0.11364rem 0.28409rem 0.05682rem; }

kbd {
  padding: 0.11364rem 0.22727rem 0;
  margin: 0;
  background-color: #f9f9f9;
  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: 137.5%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

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

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

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

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

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

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

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

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

@media screen and (min-width: 90em) {
  .xxlarge-text-left {
    text-align: left; }
  .xxlarge-text-right {
    text-align: right; }
  .xxlarge-text-center {
    text-align: center; }
  .xxlarge-text-justify {
    text-align: justify; } }

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

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #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;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 1rem;
  background-color: #e45426;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #c94419;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.2rem; }
  .button.xlarge {
    font-size: 1.8rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #e45426;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #bd4018;
      color: #fefefe; }
  .button.secondary {
    background-color: #0a0a0a;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #080808;
      color: #fefefe; }
  .button.success {
    background-color: #41a534;
    color: #fefefe; }
    .button.success:hover, .button.success:focus {
      background-color: #34842a;
      color: #fefefe; }
  .button.warning {
    background-color: #ffe63d;
    color: #FFF; }
    .button.warning:hover, .button.warning:focus {
      background-color: #fddc00;
      color: #FFF; }
  .button.alert {
    background-color: #e74c3c;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #cf2b1a;
      color: #fefefe; }
  .button.blue {
    background-color: #E74C3C;
    color: #fefefe; }
    .button.blue:hover, .button.blue:focus {
      background-color: #cf2b1a;
      color: #fefefe; }
  .button.hollow {
    border: 1px solid #e45426;
    color: #e45426; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #76280f;
      color: #76280f; }
    .button.hollow.primary {
      border: 1px solid #e45426;
      color: #e45426; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #76280f;
        color: #76280f; }
    .button.hollow.secondary {
      border: 1px solid #0a0a0a;
      color: #0a0a0a; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #050505;
        color: #050505; }
    .button.hollow.success {
      border: 1px solid #41a534;
      color: #41a534; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #21531a;
        color: #21531a; }
    .button.hollow.warning {
      border: 1px solid #ffe63d;
      color: #ffe63d; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #9e8a00;
        color: #9e8a00; }
    .button.hollow.alert {
      border: 1px solid #e74c3c;
      color: #e74c3c; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #821b10;
        color: #821b10; }
    .button.hollow.blue {
      border: 1px solid #E74C3C;
      color: #E74C3C; }
      .button.hollow.blue:hover, .button.hollow.blue:focus {
        border-color: #821b10;
        color: #821b10; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #e45426;
      color: #fefefe; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

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

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

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

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

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

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

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #f9f9f9;
  cursor: default; }

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

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

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

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.45455rem;
  margin-right: 0.90909rem;
  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.45455rem; }

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

label {
  display: block;
  margin: 0;
  font-size: 0.79545rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 0.90909rem;
    padding: 0.51136rem 0; }

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

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 0.90909rem; }
  .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: #f9f9f9;
  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.27273rem; }

.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.45455rem;
  max-width: 100%; }

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.13636rem;
  margin: 1.02273rem 0; }
  .fieldset legend {
    background: transparent;
    padding: 0 0.17045rem;
    margin: 0;
    margin-left: -0.17045rem; }

select {
  height: 2.21591rem;
  padding: 0.45455rem;
  border: 1px solid #cacaca;
  margin: 0 0 0.90909rem;
  font-size: 0.90909rem;
  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>");
  -webkit-background-size: 9px 6px;
          background-size: 9px 6px;
  background-position: right -0.90909rem center;
  -webkit-background-origin: content-box;
          background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.36364rem; }
  @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: #f9f9f9;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  background-color: rgba(231, 76, 60, 0.1);
  border-color: #e74c3c; }

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

.form-error {
  display: none;
  margin-top: -0.45455rem;
  margin-bottom: 0.90909rem;
  font-size: 0.68182rem;
  font-weight: 500;
  color: #e74c3c; }
  .form-error.is-visible {
    display: block; }

.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: 1rem; }
    .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.2rem; }
  .button-group.xlarge .button {
    font-size: 1.8rem; }
  .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: #e45426;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #bd4018;
      color: #fefefe; }
  .button-group.secondary .button {
    background-color: #0a0a0a;
    color: #fefefe; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #080808;
      color: #fefefe; }
  .button-group.success .button {
    background-color: #41a534;
    color: #fefefe; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #34842a;
      color: #fefefe; }
  .button-group.warning .button {
    background-color: #ffe63d;
    color: #FFF; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #fddc00;
      color: #FFF; }
  .button-group.alert .button {
    background-color: #e74c3c;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #cf2b1a;
      color: #fefefe; }
  .button-group.blue .button {
    background-color: #E74C3C;
    color: #fefefe; }
    .button-group.blue .button:hover, .button-group.blue .button:focus {
      background-color: #cf2b1a;
      color: #fefefe; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%; }
    .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
      margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

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

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block !important; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }

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

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

.dropdown-pane {
  background-color: transparent;
  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: #0a0a0a 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 #0a0a0a 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 #0a0a0a;
  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: #0a0a0a 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 #0a0a0a 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 #0a0a0a;
    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: #0a0a0a 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 #0a0a0a 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 #0a0a0a;
    border-left-style: solid;
    border-right-width: 0; } }

@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #0a0a0a transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #0a0a0a transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #0a0a0a;
    border-left-style: solid;
    border-right-width: 0; } }

@media screen and (min-width: 90em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #0a0a0a transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.xxlarge-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.xxlarge-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #0a0a0a transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.xxlarge-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #0a0a0a;
    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 #0a0a0a 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 #0a0a0a;
    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: 0.90909rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #e45426;
  color: #fefefe; }
  .label.secondary {
    background: #0a0a0a;
    color: #fefefe; }
  .label.success {
    background: #41a534;
    color: #fefefe; }
  .label.warning {
    background: #ffe63d;
    color: #0a0a0a; }
  .label.alert {
    background: #e74c3c;
    color: #fefefe; }
  .label.blue {
    background: #E74C3C;
    color: #fefefe; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  @media screen and (min-width: 75em) {
    .menu.xlarge-horizontal > li {
      display: table-cell; }
    .menu.xlarge-vertical > li {
      display: block; } }
  @media screen and (min-width: 90em) {
    .menu.xxlarge-horizontal > li {
      display: table-cell; }
    .menu.xxlarge-vertical > li {
      display: block; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right::before, .menu.align-right::after {
    content: ' ';
    display: table; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    color: #e45426;
    background: #e45426; }

.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%;
  -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: transparent;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
          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: #fefefe;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  -webkit-transform: translateX(0);
      -ms-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);
          -ms-transform: translateX(250px);
              transform: translateX(250px); }
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    .is-open-right {
      -webkit-transform: translateX(-250px);
          -ms-transform: translateX(-250px);
              transform: translateX(-250px); }

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-xlarge ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-xlarge {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-xlarge ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 90em) {
  .position-left.reveal-for-xxlarge {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-xxlarge ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-xxlarge {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-xxlarge ~ .off-canvas-content {
      margin-right: 250px; } }

.sticky-container {
  position: relative; }

.sticky {
  position: absolute;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  border-radius: 0;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 60.22727rem; } }
  @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: 60.22727rem; } }
  @media screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 60.22727rem; } }
  @media screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 60.22727rem; } }
  .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: 1px solid rgba(13, 13, 13, 0);
    background-color: transparent; }
  table caption {
    font-weight: 500;
    padding: 0.68182rem 0.56818rem 0.68182rem 0; }
  table thead,
  table tfoot {
    background: rgba(6, 6, 6, 0);
    color: #0a0a0a; }
    table thead tr,
    table tfoot tr {
      background: transparent; }
    table thead th,
    table thead td,
    table tfoot th,
    table tfoot td {
      padding: 0.68182rem 0.56818rem 0.68182rem 0;
      font-weight: 500;
      text-align: left; }
  table tbody tr:nth-child(even) {
    background-color: rgba(13, 13, 13, 0); }
  table tbody th,
  table tbody td {
    padding: 0.68182rem 0.56818rem 0.68182rem 0; }

@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 tr:hover {
  background-color: transparent; }

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

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

.thumbnail {
  border: solid 4px #fefefe;
  -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
          box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem; }
  .thumbnail:hover, .thumbnail:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(228, 84, 38, 0.5);
            box-shadow: 0 0 6px 1px rgba(228, 84, 38, 0.5); }

.title-bar {
  background: transparent;
  color: #fefefe;
  padding: 1.5rem 0rem 0 1.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.4rem;
    margin-right: 0.4rem; }

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

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
            box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
            box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.top-bar {
  padding: 0; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: transparent; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 89.9375em) {
    .top-bar.stacked-for-xlarge .top-bar-left,
    .top-bar.stacked-for-xlarge .top-bar-right {
      width: 100%; } }
  .top-bar.stacked-for-xxlarge .top-bar-left,
  .top-bar.stacked-for-xxlarge .top-bar-right {
    width: 100%; }

.top-bar-title {
  float: left;
  margin-right: 1rem; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 74.9375em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 74.9375em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important; } }

@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important; } }

@media screen and (max-width: 89.9375em) {
  .show-for-xxlarge {
    display: none !important; } }

@media screen and (min-width: 90em) {
  .hide-for-xxlarge-only {
    display: none !important; } }

@media screen and (max-width: 89.9375em) {
  .show-for-xxlarge-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

.clearfix::after {
  clear: both; }

.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%);
      -ms-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);
      -ms-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%);
      -ms-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);
      -ms-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%);
      -ms-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);
      -ms-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%);
      -ms-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);
      -ms-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);
      -ms-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%);
      -ms-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);
      -ms-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%);
      -ms-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);
      -ms-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%);
      -ms-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);
      -ms-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%);
      -ms-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;
      -ms-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;
      -ms-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;
      -ms-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;
      -ms-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;
      -ms-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;
      -ms-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;
      -ms-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;
      -ms-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;
      -ms-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;
      -ms-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;
      -ms-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;
      -ms-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);
      -ms-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);
      -ms-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);
      -ms-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);
      -ms-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);
      -ms-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);
      -ms-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);
      -ms-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);
      -ms-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);
      -ms-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);
      -ms-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);
      -ms-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);
      -ms-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);
      -ms-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);
      -ms-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);
      -ms-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);
      -ms-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; }

/*
  My custom styles:
  Add your scss files below to structure your project styles
*/
/*
A simple little SCSS mixin for creating scrim gradients
Inspired by Andreas Larson - https://github.com/larsenwork
https://css-tricks.com/easing-linear-gradients/
*/
/* Navigation breakpoints */
@media screen and (max-width: 39.9375em) {
  .desktop-menu, .top-bar-left {
    display: none !important; } }

@media screen and (min-width: 40em) {
  #mobile-menu, .title-bar {
    display: none !important; } }

/* Mobile menu */
.off-canvas > ul.menu {
  height: 100vh;
  padding: 1rem; }

.title-bar-title a {
  font-size: 1rem;
  color: #FFF; }

/* Tablet and desktop menu */
.top-bar {
  background: rgba(255, 255, 255, 0); }

.top-bar, .title-bar {
  padding: 0; }
  .top-bar ul.menu li a, .title-bar ul.menu li a {
    color: #000000;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.5rem;
    line-height: 1;
    text-transform: none; }
    .top-bar ul.menu li a:hover:not(.logo), .title-bar ul.menu li a:hover:not(.logo) {
      text-decoration: underline; }
    .top-bar ul.menu li a ul.submenu li a, .title-bar ul.menu li a ul.submenu li a {
      color: #fefefe !important;
      padding-top: 0;
      padding-bottom: 0;
      font-size: 1.5rem;
      line-height: 1;
      text-transform: none; }
      .top-bar ul.menu li a ul.submenu li a:hover:not(.logo), .title-bar ul.menu li a ul.submenu li a:hover:not(.logo) {
        background-color: #e45426;
        text-decoration: none; }
  .top-bar .menu li.active a, .top-bar .menu li:hover a, .title-bar .menu li.active a, .title-bar .menu li:hover a {
    color: #000000;
    text-decoration: underline;
    background: none; }
  .top-bar .menu ul li ul li a, .title-bar .menu ul li ul li a {
    color: #fefefe !important;
    text-decoration: none; }
  .top-bar .menu > li:not(.menu-text) > a, .title-bar .menu > li:not(.menu-text) > a {
    padding: .6rem .8rem;
    margin: 0 .2rem; }
  .top-bar .menu li:not(:last-child), .title-bar .menu li:not(:last-child) {
    border-right: 0px solid #fefefe;
    color: #fefefe; }
  .top-bar .dropdown.menu .submenu, .title-bar .dropdown.menu .submenu {
    background-color: #cacaca;
    color: #fefefe;
    border: 0; }
  .top-bar .dropdown.menu .has-submenu.is-down-arrow a, .title-bar .dropdown.menu .has-submenu.is-down-arrow a {
    padding-right: 1rem; }
  .top-bar .dropdown.menu .has-submenu.is-down-arrow > a::after, .title-bar .dropdown.menu .has-submenu.is-down-arrow > a::after {
    border: 0; }
  .top-bar .dropdown.menu:first-child >
li.is-dropdown-submenu-parent >
a::after, .title-bar .dropdown.menu:first-child >
li.is-dropdown-submenu-parent >
a::after {
    display: none; }

.button.sumi-ink {
  padding: .8em .9em !important; }

.button.menu-icon {
  background: #000; }

.desktop-menu {
  padding-top: 1.5rem; }

.top-bar-left ul.menu {
  float: left;
  margin-right: 0; }

.top-bar-left {
  float: clear !important; }

.menu .logo a:hover {
  background-color: none !important; }

/* Header */
.top-bar-right {
  padding: 0 2rem 0 0; }
  @media screen and (min-width: 40em) {
    .top-bar-right {
      padding: .2 1rem 0 0; } }

/* Basic styles for post navigation. Nicolas Gallagher's "Micro clearfix" https://css-tricks.com/snippets/css/clear-fix/ */
.post-navigation:before,
.post-navigation:after {
  content: "";
  display: table; }

.post-navigation:after {
  clear: both; }

/* Text meant only for screen readers. Addresses part of theme-check issue #840. https://github.com/Automattic/_s/blob/master/style.css */
.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;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          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. */ }

.nav-previous {
  float: left; }

.nav-next {
  float: right; }

.button img {
  width: auto;
  height: 50px; }
  @media screen and (min-width: 40em) {
    .button img {
      height: 60px; } }

.top-bar-container .button {
  margin: 0; }

.title-bar .menu-icon i {
  color: #000;
  font-size: 35px;
  margin-top: 1rem; }

ul.pagination {
  list-style-type: none;
  margin-top: 2rem;
  padding: 0;
  font-size: 1.2rem;
  padding-bottom: 3rem; }

ul.pagination li {
  display: block;
  float: left;
  margin-right: .5rem;
  color: #8a8a8a; }

ul.pagination li a {
  display: block;
  padding: .3rem 1rem;
  background: #f9f9f9; }

ul.pagination li a:hover {
  display: block;
  padding: .3rem 1rem;
  background: #e45426;
  color: #fefefe; }

ul.pagination li span.current {
  display: block;
  padding: .3rem 1rem;
  background: #e45426;
  color: #fefefe; }

#footer-container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  background: #000000;
  color: #8a8a8a; }
  #footer-container #footer {
    max-width: 60.22727rem;
    margin-left: auto;
    margin-right: auto;
    padding: 4rem 0 3.125rem 0; }
    #footer-container #footer::before, #footer-container #footer::after {
      content: ' ';
      display: table; }
    #footer-container #footer::after {
      clear: both; }
    #footer-container #footer ul {
      list-style-type: none; }

#footer-container.sans {
  padding: 4rem 0 3.125rem 0;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  background: #f9f9f9;
  color: #8a8a8a; }

ul.social-icons {
  padding: 0 1rem 0 0;
  margin: 2rem 0 2rem 0; }
  @media screen and (min-width: 40em) {
    ul.social-icons {
      margin: 0; } }
  @media screen and (min-width: 64em) {
    ul.social-icons {
      margin: 0; } }

.social-icons li, .supporters li {
  display: inline-block; }

ul.social-icons li i:hover {
  color: #e45426; }

ul.social-icons li i {
  color: #8a8a8a;
  line-height: 1.8rem;
  padding: 0;
  font-size: 1.7rem;
  margin-right: 1rem;
  margin-left: 0; }
  @media screen and (min-width: 40em) {
    ul.social-icons li i {
      font-size: 1.4rem;
      margin-right: 1rem;
      margin-left: 0rem; } }
  @media screen and (min-width: 64em) {
    ul.social-icons li i {
      font-size: 1.6rem;
      margin-right: 1rem;
      margin-left: 0; } }

ul.supporters {
  border-top: 1px dotted #cacaca;
  padding-top: 1rem;
  margin: 1rem 0; }
  @media screen and (min-width: 40em) {
    ul.supporters {
      border: none;
      padding: 0;
      margin: 0; } }
  @media screen and (min-width: 64em) {
    ul.supporters {
      border: none;
      padding: 0;
      margin: 0; } }

ul.supporters li {
  line-height: 1.8rem;
  padding: 0;
  margin-right: 2rem;
  margin-bottom: 1.2rem; }
  @media screen and (min-width: 40em) {
    ul.supporters li {
      margin-right: 1.5rem; } }
  @media screen and (min-width: 64em) {
    ul.supporters li {
      margin-right: 2.6rem; } }

ul.supporters li:last-child {
  margin-right: 0rem; }

ul.supporters li a:hover {
  opacity: .8; }

#cookie-law-info-bar {
  padding: 8px 8px !important;
  font-weight: 700 !important; }

div#cookie-law-info-again {
  padding: 8px 14px !important;
  font-weight: 700 !important; }

.cli-plugin-main-button {
  padding: 0 5px !important; }

#cookie-law-info-bar span a:hover {
  opacity: 0.8 !important; }

.cli-plugin-main-link {
  padding: 0 !important;
  margin-left: 5px !important; }

.sidebar {
  width: 100%;
  float: left;
  padding-left: 1.47727rem;
  padding-right: 1.47727rem; }
  @media screen and (min-width: 40em) {
    .sidebar {
      padding-left: 1.70455rem;
      padding-right: 1.70455rem; } }
  .sidebar:last-child:not(:first-child) {
    float: right; }
  @media screen and (min-width: 40em) {
    .sidebar {
      width: 33.33333%;
      float: left;
      padding-left: 1.47727rem;
      padding-right: 1.47727rem;
      margin-top: 1rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .sidebar {
      padding-left: 1.70455rem;
      padding-right: 1.70455rem; } }
  @media screen and (min-width: 40em) {
      .sidebar:last-child:not(:first-child) {
        float: right; } }

body#tinymce {
  height: auto;
  max-width: 60.22727rem;
  padding: 1.13636rem !important; }

html {
  scroll-behavior: smooth; }

body.home .container.first {
  background: #f4d87e url(https://dublab.de/wp-content/themes/Foundation_Dublab-DE_V2/assets/images/bg_pattern_support.png) repeat fixed;
  margin-top: -5.5rem;
  padding-top: 9rem;
  padding-bottom: 4rem; }

@media screen and (min-width: 90em) {
  body.home .row, body.archive .row,
  body.page-template-page-broadcast-archive .row,
  body.category-radio .row {
    max-width: 65rem; } }

body {
  background: url(https://dublab.de/wp-content/themes/Foundation_Dublab-DE_V2/assets/images/BG_Pattern.gif) repeat; }

img {
  -webkit-backface-visibility: hidden; }

header {
  margin-bottom: 1rem; }

.mb {
  margin-bottom: 1.2rem; }
  @media screen and (min-width: 40em) {
    .mb {
      margin-bottom: 1.8rem; } }

section.container {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 1px dotted #cacaca; }
  @media screen and (min-width: 40em) {
    section.container {
      padding-top: 2rem;
      padding-bottom: 2.5rem;
      border-top: none; } }
  @media screen and (min-width: 64em) {
    section.container {
      padding-top: 5rem;
      padding-bottom: 4rem;
      border-top: none; } }

section.container.first {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border: none; }
  @media screen and (min-width: 40em) {
    section.container.first {
      padding-top: 4rem;
      padding-bottom: 1rem;
      border-top: none; } }

#cookie-law-info-bar {
  font-size: 0.7rem !important;
  padding-top: 5rem;
  padding-bottom: 1rem;
  border-top: none; }

h1.sectionheader {
  font-size: 170%;
  padding: 0;
  margin: 0; }

section.bg {
  background: rgba(23, 167, 222, 0.2); }

body.home li.next {
  display: none; }

body.home li.current {
  color: #000000; }

a, a img, a div, button {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s; }

form {
  margin-top: 1rem; }

span.large {
  font-size: 1.2rem; }
  @media screen and (min-width: 64em) {
    span.large {
      font-size: 1.8rem; } }

body.home .container.first h1 {
  color: #264967;
  font-size: 2.4rem; }

body.home .container.first header small {
  color: #fefefe; }

p a {
  text-decoration: underline; }

p a:hover {
  text-decoration: none; }

a .wrap_singlebroadcast {
  display: inline-block;
  background: white;
  margin-bottom: 1rem;
  padding: 28px 0px 24px 0px;
  border: none; }
  @media screen and (min-width: 40em) {
    a .wrap_singlebroadcast {
      margin-bottom: 1.5rem;
      padding: 28px 32px 24px 21px;
      border: 1px dotted transparent; } }
  @media screen and (min-width: 64em) {
    a .wrap_singlebroadcast {
      margin-bottom: 1.5rem;
      padding: 28px 32px 24px 21px;
      border: 1px dotted transparent; } }

a:hover .wrap_singlebroadcast {
  background: rgba(255, 255, 255, 0.9);
  border: none; }
  @media screen and (min-width: 40em) {
    a:hover .wrap_singlebroadcast {
      border: 1px dotted #cacaca; } }
  @media screen and (min-width: 64em) {
    a:hover .wrap_singlebroadcast {
      border: 1px dotted #cacaca; } }

.rotate {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.wrap_singlebroadcast {
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  /* Firefox < 16 */
  /* Internet Explorer */
  /* Opera < 12.1 */
  animation: fadein 2s; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Internet Explorer */

/* Opera < 12.1 */

a .wrap_singlebroadcast img {
  opacity: 0.9; }

a:hover .wrap_singlebroadcast img {
  opacity: 1; }

.button.hollow:hover {
  color: #e45426;
  cursor: default; }

.button.hollow.link:hover {
  color: #000000;
  cursor: pointer; }

article img {
  margin-bottom: 0.8rem; }

.light {
  color: #cacaca; }

form .button {
  padding: 0.7em 1em; }

blockquote {
  margin: 3rem 0; }

blockquote cite {
  margin: 2rem 0; }

.tag-groups-cloud-tabs a {
  font-family: Muli, Roboto, Helevtica, sans-serif;
  font-weight: 700;
  margin-right: 1rem; }

.mixcloud_player {
  margin: 1rem 0 1.2rem 0; }

.alignnone {
  margin: 2rem 0; }

ol {
  margin-left: 0;
  margin-top: 2rem; }

ol li {
  list-style-type: none; }

body.single h3 {
  margin-bottom: 1.3rem; }

body.page-template-page-radio {
  background: #f4d87e; }

#menu-main-1 .menu-item a {
  color: #fefefe;
  font-size: 1.2rem; }

div#audiocontrols {
  background: #f9f9f9;
  color: #000000;
  -webkit-box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
          box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  padding: .5rem 0;
  min-height: 18vh; }
  @media screen and (min-width: 40em) {
    div#audiocontrols {
      padding: .6rem 0;
      min-height: 4.2rem; } }
  @media screen and (min-width: 64em) {
    div#audiocontrols {
      padding: .6rem 0;
      min-height: 4.2rem; } }

#audiofooter {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: transparent;
  padding: 0; }

#heroe {
  position: relative;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  top: -5.2rem;
  height: 90vh;
  background-position: center top; }
  @media screen and (min-width: 40em) {
    #heroe {
      height: 100vh;
      background-position: center center; } }
  @media screen and (min-width: 64em) {
    #heroe {
      height: 100vh;
      background-position: center center; } }

/*
  1. Base
*/
/*
  2. Components
*/
div.control-container {
  margin: 0;
  padding: 0; }

div.amplitude-play-pause {
  width: 50px;
  height: 50px;
  margin-left: -.5rem; }
  @media screen and (min-width: 40em) {
    div.amplitude-play-pause {
      width: 50px;
      height: 50px; } }

#audiocontrols div.amplitude-play-pause {
  cursor: pointer; }

#audiocontrols div.amplitude-play-pause.amplitude-paused {
  background-image: url("../amplitude/img/play-black.svg");
  -webkit-background-size: cover;
          background-size: cover; }

#audiocontrols div.amplitude-play-pause.amplitude-playing {
  background: url("../amplitude/img/pause-black.svg");
  -webkit-background-size: cover;
          background-size: cover; }

#audiocontrols div.amplitude-play-pause.white.amplitude-paused {
  background: url("../amplitude/img/play.svg");
  -webkit-background-size: cover;
          background-size: cover; }

#audiocontrols div.amplitude-play-pause.white.amplitude-playing {
  background: url("../amplitude/img/pause.svg");
  -webkit-background-size: cover;
          background-size: cover; }

div.control-container:after {
  content: "";
  display: table;
  clear: both; }

/*
  Small only
*/
/*
  Medium only
*/
/*
  Large Only
*/
div.time-container {
  opacity: 0.5;
  font-weight: 100;
  font-size: 12px;
  color: #fff;
  height: 15px; }

div.time-container span.current-time {
  float: left;
  margin-left: 5px; }

div.time-container span.duration {
  float: right;
  margin-right: 5px; }

/*
  Small only
*/
/*
  Medium only
*/
/*
  Large Only
*/
progress.amplitude-song-played-progress {
  background-color: #313252;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 5px;
  display: block;
  cursor: pointer;
  border: none; }

progress.amplitude-song-played-progress:not([value]) {
  background-color: #313252; }

progress[value]::-webkit-progress-bar {
  background-color: #313252; }

progress[value]::-moz-progress-bar {
  background-color: #00a0ff; }

progress[value]::-webkit-progress-value {
  background-color: #00a0ff; }

/*
  Small only
*/
/*
  Medium only
*/
/*
  Large Only
*/
/*
  3. Layout
*/
/*
  Small only
*/
/*
  Medium only
*/
/*
  Large Only
*/
div#single-song-player {
  margin: auto;
  width: 100%; }

div#single-song-player img[amplitude-song-info="cover_art_url"] {
  width: 100%;
  height: auto; }

/*
  Small only
*/
/*
  Medium only
*/
/*
  Large Only
*/
/*
  4. Pages
*/
/*
  5. Themes
*/
/*
  6. Utils
*/
/*
  7. Vendors
*/
/*# sourceMappingURL=app.css.map */
.warning {
  color: #e74c3c; }

.blink {
  -webkit-animation: blinker 2s cubic-bezier(0.5, 0, 1, 1) infinite alternate;
          animation: blinker 2s cubic-bezier(0.5, 0, 1, 1) infinite alternate; }

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

@keyframes blinker {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.vcenter {
  vertical-align: middle; }

/* = PROGRAM SCHEDULE ---------------- */
/*
+ Center Column */
#scheduleTabs.ui-tabs .ui-tabs-hide {
  display: none; }

section#social {
  background-color: #f9f9f9;
  padding: 4rem 0 8rem 0; }
  @media screen and (min-width: 40em) {
    section#social {
      padding: 0 0 4rem 0; } }
  @media screen and (min-width: 64em) {
    section#social {
      padding: 0 0 7rem 0; } }

body.page-template-page-radio table tr {
  border-top: 1px solid #264967 !important; }

body.page-template-page-radio td {
  padding: .6rem 0 !important;
  margin: 0px !important; }

.dublab-week-schedule-headline {
  font-weight: 500;
  padding-top: 3rem;
  padding-bottom: .5rem;
  color: #264967;
  font-size: 2rem; }

table.now-playing-list tr td {
  padding-bottom: 1rem;
  font-family: "Roboto", sans-serif !important;
  color: #264967; }

section.schedule {
  padding-bottom: 2rem; }

section.info .row .column img, section.info .row .columns img {
  margin: 1rem 0; }

span.intro {
  font-family: Muli, Roboto, Helevtica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  font-size: 2.8rem;
  letter-spacing: -5px; }
  @media screen and (min-width: 40em) {
    span.intro {
      font-size: 18rem; } }
  @media screen and (min-width: 64em) {
    span.intro {
      font-size: 20rem;
      letter-spacing: -40px; } }

span.series {
  display: block;
  font-family: Muli, Roboto, Helevtica, sans-serif;
  font-weight: 700;
  color: #fff;
  padding: 0;
  line-height: 1em;
  margin-bottom: .6rem;
  font-size: 1rem;
  margin-top: 0rem;
  opacity: .9; }
  @media screen and (min-width: 40em) {
    span.series {
      margin-bottom: 0;
      font-size: 2rem;
      margin-top: 15rem;
      opacity: .7; } }
  @media screen and (min-width: 64em) {
    span.series {
      margin-bottom: 0;
      font-size: 2.7rem;
      margin-top: 20rem;
      opacity: .7; } }

li.show-for-medium-up {
  display: none !important; }
  @media screen and (min-width: 40em) {
    li.show-for-medium-up {
      display: initial !important; } }
  @media screen and (min-width: 64em) {
    li.show-for-medium-up {
      display: initial !important; } }

li.show-for-small-only {
  display: initial !important; }
  @media screen and (min-width: 40em) {
    li.show-for-small-only {
      display: none !important; } }
  @media screen and (min-width: 64em) {
    li.show-for-small-only {
      display: none !important; } }

body.page-template-page-honshu a:hover.jp-play,
body.page-template-page-honshu a:hover.jp-pause {
  color: #e45426; }

body.page-template-page-honshu a.jp-play, body.page-template-page-honshu a.jp-pause {
  color: #000000;
  font-size: 3rem;
  line-height: 1.3em; }

body.page-template-page-honshu .title-bar {
  padding: 0 !important; }

body.page-template-page-honshu #headerLiveHolder span, body.page-template-page-honshu #headerLiveTrackHolder span {
  margin: 0;
  padding: 0;
  line-height: 1.3em;
  font-size: .8rem; }
  @media screen and (min-width: 40em) {
    body.page-template-page-honshu #headerLiveHolder span, body.page-template-page-honshu #headerLiveTrackHolder span {
      font-size: .9rem; } }
  @media screen and (min-width: 64em) {
    body.page-template-page-honshu #headerLiveHolder span, body.page-template-page-honshu #headerLiveTrackHolder span {
      font-size: 1.1rem; } }

body.page-template-page-honshu #headerLiveTrackHolder ul, body.page-template-page-honshu #headerLiveHolder ul, body.page-template-page-honshu ul.jp-controls {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

section.gradient-honshu {
  background: -webkit-gradient(linear, left bottom, left top, from(#c14c52), color-stop(21.11111%, rgba(193, 76, 82, 0.738)), color-stop(37.77778%, rgba(193, 76, 82, 0.541)), color-stop(52.22222%, rgba(193, 76, 82, 0.382)), color-stop(62.77778%, rgba(193, 76, 82, 0.278)), color-stop(72.22222%, rgba(193, 76, 82, 0.194)), color-stop(81.11111%, rgba(193, 76, 82, 0.126)), color-stop(89.11111%, rgba(193, 76, 82, 0.075)), color-stop(95.66667%, rgba(193, 76, 82, 0.042)), color-stop(101.11111%, rgba(193, 76, 82, 0.021)), color-stop(105.77778%, rgba(193, 76, 82, 0.008)), color-stop(109.11111%, rgba(193, 76, 82, 0.002)), color-stop(111.11111%, rgba(193, 76, 82, 0)));
  background: -webkit-linear-gradient(bottom, #c14c52 0%, rgba(193, 76, 82, 0.738) 21.11111%, rgba(193, 76, 82, 0.541) 37.77778%, rgba(193, 76, 82, 0.382) 52.22222%, rgba(193, 76, 82, 0.278) 62.77778%, rgba(193, 76, 82, 0.194) 72.22222%, rgba(193, 76, 82, 0.126) 81.11111%, rgba(193, 76, 82, 0.075) 89.11111%, rgba(193, 76, 82, 0.042) 95.66667%, rgba(193, 76, 82, 0.021) 101.11111%, rgba(193, 76, 82, 0.008) 105.77778%, rgba(193, 76, 82, 0.002) 109.11111%, rgba(193, 76, 82, 0) 111.11111%);
  background: linear-gradient(to top, #c14c52 0%, rgba(193, 76, 82, 0.738) 21.11111%, rgba(193, 76, 82, 0.541) 37.77778%, rgba(193, 76, 82, 0.382) 52.22222%, rgba(193, 76, 82, 0.278) 62.77778%, rgba(193, 76, 82, 0.194) 72.22222%, rgba(193, 76, 82, 0.126) 81.11111%, rgba(193, 76, 82, 0.075) 89.11111%, rgba(193, 76, 82, 0.042) 95.66667%, rgba(193, 76, 82, 0.021) 101.11111%, rgba(193, 76, 82, 0.008) 105.77778%, rgba(193, 76, 82, 0.002) 109.11111%, rgba(193, 76, 82, 0) 111.11111%);
  padding-bottom: 10em; }

section.gradient-white {
  background: -webkit-gradient(linear, left bottom, left top, from(#fefefe), color-stop(19%, rgba(254, 254, 254, 0.738)), color-stop(34%, rgba(254, 254, 254, 0.541)), color-stop(47%, rgba(254, 254, 254, 0.382)), color-stop(56.5%, rgba(254, 254, 254, 0.278)), color-stop(65%, rgba(254, 254, 254, 0.194)), color-stop(73%, rgba(254, 254, 254, 0.126)), color-stop(80.2%, rgba(254, 254, 254, 0.075)), color-stop(86.1%, rgba(254, 254, 254, 0.042)), color-stop(91%, rgba(254, 254, 254, 0.021)), color-stop(95.2%, rgba(254, 254, 254, 0.008)), color-stop(98.2%, rgba(254, 254, 254, 0.002)), to(rgba(254, 254, 254, 0)));
  background: -webkit-linear-gradient(bottom, #fefefe 0%, rgba(254, 254, 254, 0.738) 19%, rgba(254, 254, 254, 0.541) 34%, rgba(254, 254, 254, 0.382) 47%, rgba(254, 254, 254, 0.278) 56.5%, rgba(254, 254, 254, 0.194) 65%, rgba(254, 254, 254, 0.126) 73%, rgba(254, 254, 254, 0.075) 80.2%, rgba(254, 254, 254, 0.042) 86.1%, rgba(254, 254, 254, 0.021) 91%, rgba(254, 254, 254, 0.008) 95.2%, rgba(254, 254, 254, 0.002) 98.2%, rgba(254, 254, 254, 0) 100%);
  background: linear-gradient(to top, #fefefe 0%, rgba(254, 254, 254, 0.738) 19%, rgba(254, 254, 254, 0.541) 34%, rgba(254, 254, 254, 0.382) 47%, rgba(254, 254, 254, 0.278) 56.5%, rgba(254, 254, 254, 0.194) 65%, rgba(254, 254, 254, 0.126) 73%, rgba(254, 254, 254, 0.075) 80.2%, rgba(254, 254, 254, 0.042) 86.1%, rgba(254, 254, 254, 0.021) 91%, rgba(254, 254, 254, 0.008) 95.2%, rgba(254, 254, 254, 0.002) 98.2%, rgba(254, 254, 254, 0) 100%);
  padding: 5rem 0 10rem 0; }

body.page-template-page-honshu {
  background: url(https://dublab.de/wp-content/uploads/2018/12/SBlLuq0vbb.jpg) no-repeat top center fixed !important;
  -webkit-background-size: cover;
  background-size: cover;
  color: #0b5c75; }

body.page-template-page-honshu section.info {
  padding: 5rem 0; }

body.page-template-page-honshu a {
  text-decoration: none !important; }

body.page-template-page-honshu a:hover {
  text-decoration: underline !important; }

body.page-template-page-honshu p {
  font-family: Muli, Roboto, Helevtica, sans-serif;
  font-weight: 700;
  font-size: 1.4em;
  margin: 2rem 0;
  line-height: 2rem; }
  @media screen and (min-width: 40em) {
    body.page-template-page-honshu p {
      font-size: 3em;
      margin: 3rem 0;
      line-height: 4.3rem; } }
  @media screen and (min-width: 64em) {
    body.page-template-page-honshu p {
      font-size: 3.3em;
      margin: 3rem 0;
      line-height: 4.3rem; } }

section.info .row .column img, section.info .row .columns img {
  margin: 1rem 0; }

.bgred {
  background: #c14c52; }

.bgblue {
  background: #8bc4d3; }

.dred {
  color: #6b282c; }

.dblue {
  color: #0b5c75; }

body.page-template-page-honshu ul.now-playing-bar li.current span {
  max-width: 100%; }
  @media screen and (min-width: 40em) {
    body.page-template-page-honshu ul.now-playing-bar li.current span {
      max-width: 80%; } }
  @media screen and (min-width: 64em) {
    body.page-template-page-honshu ul.now-playing-bar li.current span {
      max-width: 80%; } }

body.page-template-page-honshu ul.now-playing-bar li.current span.second {
  color: #e45426;
  float: none; }
  @media screen and (min-width: 40em) {
    body.page-template-page-honshu ul.now-playing-bar li.current span.second {
      float: none; } }
  @media screen and (min-width: 64em) {
    body.page-template-page-honshu ul.now-playing-bar li.current span.second {
      float: right; } }

body.page-template-page-honshu #footer {
  padding: 0; }

body.page-template-page-honshu #footer-container #footer {
  padding: 0;
  margin: 0; }

body.page-template-page-honshu section.container {
  border-top: none; }

span.intro {
  font-family: Muli, Roboto, Helevtica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 1em;
  font-size: 2.8rem;
  letter-spacing: -5px; }
  @media screen and (min-width: 40em) {
    span.intro {
      font-size: 18rem; } }
  @media screen and (min-width: 64em) {
    span.intro {
      font-size: 20rem;
      letter-spacing: -40px; } }

span.series {
  display: block;
  font-family: Muli, Roboto, Helevtica, sans-serif;
  font-weight: 700;
  color: #fff;
  padding: 0;
  line-height: 1em;
  margin-bottom: .6rem;
  font-size: 1rem;
  margin-top: 0rem;
  opacity: .9; }
  @media screen and (min-width: 40em) {
    span.series {
      margin-bottom: 0;
      font-size: 2rem;
      margin-top: 15rem;
      opacity: .7; } }
  @media screen and (min-width: 64em) {
    span.series {
      margin-bottom: 0;
      font-size: 2.7rem;
      margin-top: 20rem;
      opacity: .7; } }

li.show-for-medium-up {
  display: none !important; }
  @media screen and (min-width: 40em) {
    li.show-for-medium-up {
      display: initial !important; } }
  @media screen and (min-width: 64em) {
    li.show-for-medium-up {
      display: initial !important; } }

li.show-for-small-only {
  display: initial !important; }
  @media screen and (min-width: 40em) {
    li.show-for-small-only {
      display: none !important; } }
  @media screen and (min-width: 64em) {
    li.show-for-small-only {
      display: none !important; } }

body.page-template-page-motown a:hover.jp-play,
body.page-template-page-motown a:hover.jp-pause {
  color: #e45426; }

body.page-template-page-motown a.jp-play, body.page-template-page-motown a.jp-pause {
  color: #18020C;
  font-size: 3rem;
  line-height: 1.3em; }

body.page-template-page-motown .title-bar {
  padding: 0 !important; }

body.page-template-page-motown #headerLiveHolder ul li.current h1, body.page-template-page-motown #headerLiveTrackHolder ul li.current h1 {
  margin: 0;
  padding: 0;
  line-height: 1.3em;
  font-size: .8rem; }
  @media screen and (min-width: 40em) {
    body.page-template-page-motown #headerLiveHolder ul li.current h1, body.page-template-page-motown #headerLiveTrackHolder ul li.current h1 {
      font-size: .9rem; } }
  @media screen and (min-width: 64em) {
    body.page-template-page-motown #headerLiveHolder ul li.current h1, body.page-template-page-motown #headerLiveTrackHolder ul li.current h1 {
      font-size: 1.1rem; } }

body.page-template-page-motown #headerLiveTrackHolder ul, body.page-template-page-motown #headerLiveHolder ul, body.page-template-page-motown ul.jp-controls {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

section.gradient-motown {
  height: 100vh; }
  @media screen and (min-width: 40em) {
    section.gradient-motown {
      background: -webkit-gradient(linear, left bottom, left top, from(#564684), color-stop(19%, rgba(86, 70, 132, 0.738)), color-stop(34%, rgba(86, 70, 132, 0.541)), color-stop(47%, rgba(86, 70, 132, 0.382)), color-stop(56.5%, rgba(86, 70, 132, 0.278)), color-stop(65%, rgba(86, 70, 132, 0.194)), color-stop(73%, rgba(86, 70, 132, 0.126)), color-stop(80.2%, rgba(86, 70, 132, 0.075)), color-stop(86.1%, rgba(86, 70, 132, 0.042)), color-stop(91%, rgba(86, 70, 132, 0.021)), color-stop(95.2%, rgba(86, 70, 132, 0.008)), color-stop(98.2%, rgba(86, 70, 132, 0.002)), to(rgba(86, 70, 132, 0)));
      background: -webkit-linear-gradient(bottom, #564684 0%, rgba(86, 70, 132, 0.738) 19%, rgba(86, 70, 132, 0.541) 34%, rgba(86, 70, 132, 0.382) 47%, rgba(86, 70, 132, 0.278) 56.5%, rgba(86, 70, 132, 0.194) 65%, rgba(86, 70, 132, 0.126) 73%, rgba(86, 70, 132, 0.075) 80.2%, rgba(86, 70, 132, 0.042) 86.1%, rgba(86, 70, 132, 0.021) 91%, rgba(86, 70, 132, 0.008) 95.2%, rgba(86, 70, 132, 0.002) 98.2%, rgba(86, 70, 132, 0) 100%);
      background: linear-gradient(to top, #564684 0%, rgba(86, 70, 132, 0.738) 19%, rgba(86, 70, 132, 0.541) 34%, rgba(86, 70, 132, 0.382) 47%, rgba(86, 70, 132, 0.278) 56.5%, rgba(86, 70, 132, 0.194) 65%, rgba(86, 70, 132, 0.126) 73%, rgba(86, 70, 132, 0.075) 80.2%, rgba(86, 70, 132, 0.042) 86.1%, rgba(86, 70, 132, 0.021) 91%, rgba(86, 70, 132, 0.008) 95.2%, rgba(86, 70, 132, 0.002) 98.2%, rgba(86, 70, 132, 0) 100%); } }

section.gradient-white {
  background: -webkit-gradient(linear, left bottom, left top, from(#fefefe), color-stop(19%, rgba(254, 254, 254, 0.738)), color-stop(34%, rgba(254, 254, 254, 0.541)), color-stop(47%, rgba(254, 254, 254, 0.382)), color-stop(56.5%, rgba(254, 254, 254, 0.278)), color-stop(65%, rgba(254, 254, 254, 0.194)), color-stop(73%, rgba(254, 254, 254, 0.126)), color-stop(80.2%, rgba(254, 254, 254, 0.075)), color-stop(86.1%, rgba(254, 254, 254, 0.042)), color-stop(91%, rgba(254, 254, 254, 0.021)), color-stop(95.2%, rgba(254, 254, 254, 0.008)), color-stop(98.2%, rgba(254, 254, 254, 0.002)), to(rgba(254, 254, 254, 0)));
  background: -webkit-linear-gradient(bottom, #fefefe 0%, rgba(254, 254, 254, 0.738) 19%, rgba(254, 254, 254, 0.541) 34%, rgba(254, 254, 254, 0.382) 47%, rgba(254, 254, 254, 0.278) 56.5%, rgba(254, 254, 254, 0.194) 65%, rgba(254, 254, 254, 0.126) 73%, rgba(254, 254, 254, 0.075) 80.2%, rgba(254, 254, 254, 0.042) 86.1%, rgba(254, 254, 254, 0.021) 91%, rgba(254, 254, 254, 0.008) 95.2%, rgba(254, 254, 254, 0.002) 98.2%, rgba(254, 254, 254, 0) 100%);
  background: linear-gradient(to top, #fefefe 0%, rgba(254, 254, 254, 0.738) 19%, rgba(254, 254, 254, 0.541) 34%, rgba(254, 254, 254, 0.382) 47%, rgba(254, 254, 254, 0.278) 56.5%, rgba(254, 254, 254, 0.194) 65%, rgba(254, 254, 254, 0.126) 73%, rgba(254, 254, 254, 0.075) 80.2%, rgba(254, 254, 254, 0.042) 86.1%, rgba(254, 254, 254, 0.021) 91%, rgba(254, 254, 254, 0.008) 95.2%, rgba(254, 254, 254, 0.002) 98.2%, rgba(254, 254, 254, 0) 100%);
  padding: 5rem 0 10rem 0; }

body.page-template-page-motown {
  -webkit-background-size: cover;
  background-size: cover;
  background: url(https://dublab.de/wp-content/uploads/2019/11/motown_carhartt_logo_s_bg_mobile.jpg) no-repeat center center !important; }
  @media screen and (min-width: 40em) {
    body.page-template-page-motown {
      background: url(https://dublab.de/wp-content/uploads/2019/11/motown_carhartt_logo_bg.jpg) no-repeat center center fixed !important; } }

section.fs1 {
  height: 100vh;
  background: url(https://dublab.de/wp-content/uploads/2019/11/fs_eng_pl_-26797_5.jpg) no-repeat center center fixed !important;
  -webkit-background-size: cover;
  background-size: cover;
  color: #18020C; }

body.page-template-page-motown section.info {
  padding: 5rem 0; }

body.page-template-page-motown a {
  text-decoration: underline !important; }

body.page-template-page-motown a:hover {
  text-decoration: none !important; }

body.page-template-page-motown div.info p {
  font-family: Muli, Roboto, Helevtica, sans-serif;
  font-weight: 700;
  font-size: 1.6em;
  margin: 2rem 0;
  line-height: 2.3rem; }
  @media screen and (min-width: 40em) {
    body.page-template-page-motown div.info p {
      font-size: 3em;
      margin: 3rem 0;
      line-height: 4.3rem; } }
  @media screen and (min-width: 64em) {
    body.page-template-page-motown div.info p {
      font-size: 3.3em;
      margin: 3rem 0;
      line-height: 4.3rem; } }

section.info .row .column img, section.info .row .columns img {
  margin: 1rem 0; }

.bgdark {
  background: #564684; }

.bgbright {
  background: #F5DD90; }

.bgwhite {
  background: #fefefe; }

.dyellow {
  color: #564684; }

.dpurple {
  color: #18020C; }

body.page-template-page-motown ul.now-playing-bar li.current span {
  max-width: 100%; }
  @media screen and (min-width: 40em) {
    body.page-template-page-motown ul.now-playing-bar li.current span {
      max-width: 80%; } }
  @media screen and (min-width: 64em) {
    body.page-template-page-motown ul.now-playing-bar li.current span {
      max-width: 80%; } }

body.page-template-page-motown ul.now-playing-bar li.current span.second {
  color: #e45426;
  float: none; }
  @media screen and (min-width: 40em) {
    body.page-template-page-motown ul.now-playing-bar li.current span.second {
      float: none; } }
  @media screen and (min-width: 64em) {
    body.page-template-page-motown ul.now-playing-bar li.current span.second {
      float: right; } }

body.page-template-page-motown #footer {
  padding: 0; }

body.page-template-page-motown #footer-container #footer {
  padding: 0;
  margin: 0; }

body.page-template-page-motown section.container {
  border-top: none; }

span.intro {
  font-family: Muli, Roboto, Helevtica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 1em;
  font-size: 2.8rem;
  letter-spacing: -5px; }
  @media screen and (min-width: 40em) {
    span.intro {
      font-size: 18rem; } }
  @media screen and (min-width: 64em) {
    span.intro {
      font-size: 20rem;
      letter-spacing: -40px; } }

span.series {
  display: block;
  font-family: Muli, Roboto, Helevtica, sans-serif;
  font-weight: 700;
  color: #fff;
  padding: 0;
  line-height: 1em;
  margin-bottom: .6rem;
  font-size: 1rem;
  margin-top: 0rem;
  opacity: .9; }
  @media screen and (min-width: 40em) {
    span.series {
      margin-bottom: 0;
      font-size: 2rem;
      margin-top: 15rem;
      opacity: .7; } }
  @media screen and (min-width: 64em) {
    span.series {
      margin-bottom: 0;
      font-size: 2.7rem;
      margin-top: 20rem;
      opacity: .7; } }

li.show-for-medium-up {
  display: none !important; }
  @media screen and (min-width: 40em) {
    li.show-for-medium-up {
      display: initial !important; } }
  @media screen and (min-width: 64em) {
    li.show-for-medium-up {
      display: initial !important; } }

li.show-for-small-only {
  display: initial !important; }
  @media screen and (min-width: 40em) {
    li.show-for-small-only {
      display: none !important; } }
  @media screen and (min-width: 64em) {
    li.show-for-small-only {
      display: none !important; } }

section#audiocontrols {
  border-top: 1px solid #564684; }

section.gradient-black {
  height: 100vh;
  width: 100%; }
  @media screen and (min-width: 40em) {
    section.gradient-black {
      background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(19%, rgba(0, 0, 0, 0.738)), color-stop(34%, rgba(0, 0, 0, 0.541)), color-stop(47%, rgba(0, 0, 0, 0.382)), color-stop(56.5%, rgba(0, 0, 0, 0.278)), color-stop(65%, rgba(0, 0, 0, 0.194)), color-stop(73%, rgba(0, 0, 0, 0.126)), color-stop(80.2%, rgba(0, 0, 0, 0.075)), color-stop(86.1%, rgba(0, 0, 0, 0.042)), color-stop(91%, rgba(0, 0, 0, 0.021)), color-stop(95.2%, rgba(0, 0, 0, 0.008)), color-stop(98.2%, rgba(0, 0, 0, 0.002)), to(transparent));
      background: -webkit-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
      background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%); } }

section.gradient-white {
  background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(19%, rgba(0, 0, 0, 0.738)), color-stop(34%, rgba(0, 0, 0, 0.541)), color-stop(47%, rgba(0, 0, 0, 0.382)), color-stop(56.5%, rgba(0, 0, 0, 0.278)), color-stop(65%, rgba(0, 0, 0, 0.194)), color-stop(73%, rgba(0, 0, 0, 0.126)), color-stop(80.2%, rgba(0, 0, 0, 0.075)), color-stop(86.1%, rgba(0, 0, 0, 0.042)), color-stop(91%, rgba(0, 0, 0, 0.021)), color-stop(95.2%, rgba(0, 0, 0, 0.008)), color-stop(98.2%, rgba(0, 0, 0, 0.002)), to(transparent));
  background: -webkit-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
  background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
  padding: 5rem 0 10rem 0; }

.past {
  opacity: .2; }

body.page-template-page-prodby {
  background: none; }

body.page-template-page-prodby section {
  border: none;
  padding: 4rem 0; }

body.page-template-page-prodby a {
  text-decoration: underline; }

body.page-template-page-prodby a:hover {
  text-decoration: none; }

body.page-template-page-prodby .bgdark a, body.page-template-page-prodby .bgdark p, body.page-template-page-prodby .bgdark h1 {
  color: #fefefe; }

body.page-template-page-prodby .bgwhite a, body.page-template-page-prodby .bgwhite p, body.page-template-page-prodby .bgwhite h1 {
  color: #000000; }

body.page-template-page-prodby div.info p {
  font-family: Roboto, Helevtica, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  margin: 1.6rem 0;
  line-height: 2.1rem; }
  @media screen and (min-width: 40em) {
    body.page-template-page-prodby div.info p {
      font-size: 1.8rem;
      margin: 1.8rem 0;
      line-height: 2.46rem; } }
  @media screen and (min-width: 64em) {
    body.page-template-page-prodby div.info p {
      font-size: 2rem;
      margin: 2rem 0;
      line-height: 2.8rem; } }

body.page-template-page-prodby div.info h1 {
  font-family: Anton, Muli, Roboto, Helevtica, sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 29vw;
  line-height: 6.6rem; }
  @media screen and (min-width: 40em) {
    body.page-template-page-prodby div.info h1 {
      margin: 3rem 0;
      font-size: 24vw;
      line-height: 11rem; } }
  @media screen and (min-width: 64em) {
    body.page-template-page-prodby div.info h1 {
      font-size: 25vw;
      margin: 3rem 0;
      line-height: 18rem; } }

section.info .row .column img, section.info .row .columns img {
  margin: 1rem 0; }

.bgdark {
  background: #000000;
  color: #fff; }

.bgbright {
  background: #F5DD90;
  color: #000000; }

.bgwhite {
  color: #000000;
  background: #fefefe; }

.dyellow {
  color: #564684; }

.dpurple {
  color: #18020C; }

.bgdark blockquote {
  color: #fff; }

.bgwhite blockquote {
  color: #000; }

blockquote {
  position: relative;
  width: 100%;
  font-size: 1.4rem;
  line-height: 124%; }
  blockquote:before {
    content: '\201C';
    position: absolute;
    top: -20px;
    left: 0;
    font-family: Arial, sans-serif;
    font-size: 82px;
    font-style: normal; }
  blockquote:after {
    content: '\201C';
    position: absolute;
    bottom: -60px;
    right: 0;
    font-family: Arial, sans-serif;
    font-size: 82px;
    font-style: normal; }
  @media screen and (min-width: 40em) {
    blockquote {
      font-size: 2.4rem;
      line-height: 120%; } }
  @media screen and (min-width: 64em) {
    blockquote {
      font-size: 2.4rem;
      line-height: 120%; } }

div.bookinfo {
  padding-top: 2rem; }
  @media screen and (min-width: 40em) {
    div.bookinfo {
      padding-top: 3rem; } }
  @media screen and (min-width: 64em) {
    div.bookinfo {
      padding-top: 5rem; } }

dl {
  /* Content is center horizontally */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*
  The property name will stick to the left, and the value
  will stick to the right
  */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
  /* Spacing */
  margin: 0px;
  padding: 8px 0px; }

body.page dl dt {
  margin: 0px; }

body.page a.button {
  color: #fff; }

/*
Page Layout
*/
body.page-template-page-saveourstudio, body.page-template-page-give-php,
body.page-template-page-give-recurring {
  background: #f4d87e url(https://dublab.de/wp-content/themes/Foundation_Dublab-DE_V2/assets/images/bg_pattern_support.png) repeat fixed; }

body.page-template-page-saveourstudio .container.first, body.page-template-page-give-php .container.first {
  padding-top: 3.4rem;
  padding-bottom: 3rem; }
  @media screen and (min-width: 40em) {
    body.page-template-page-saveourstudio .container.first, body.page-template-page-give-php .container.first {
      padding-top: 5rem;
      padding-bottom: 3rem; } }
  @media screen and (min-width: 64em) {
    body.page-template-page-saveourstudio .container.first, body.page-template-page-give-php .container.first {
      padding-top: 6rem;
      padding-bottom: 3rem; } }

body.page-template-page-saveourstudio .container .row.project {
  padding-top: 2rem; }
  @media screen and (min-width: 40em) {
    body.page-template-page-saveourstudio .container .row.project {
      padding-top: 3rem; } }
  @media screen and (min-width: 64em) {
    body.page-template-page-saveourstudio .container .row.project {
      padding-top: 3rem; } }

body.page-template-page-saveourstudio .container {
  padding-top: 4rem;
  padding-bottom: 4rem; }
  @media screen and (min-width: 40em) {
    body.page-template-page-saveourstudio .container {
      padding-top: 6rem;
      padding-bottom: 4rem; } }
  @media screen and (min-width: 64em) {
    body.page-template-page-saveourstudio .container {
      padding-top: 6rem;
      padding-bottom: 4rem; } }

body.page-template-page-saveourstudio .container.bgbright {
  background: #f4d87e; }

body.page-template-page-saveourstudio .container.bgdark {
  background: #3c72a0; }

body.page-template-page-saveourstudio .container.bgdarker {
  background: #264967; }

body.page-template-page-saveourstudio hr {
  border-bottom: 1px dotted #264967;
  margin: 1rem auto; }

body.page-template-page-radio hr {
  border-bottom: 1px dotted #fefefe;
  margin: 3rem auto .6rem; }

#give_error_test_mode {
  display: none; }

body.page-template-page-saveourstudio .row.project img {
  padding-bottom: 1rem; }

/*
Typography
*/
.maintitle {
  display: block; }
  @media screen and (min-width: 40em) {
    .maintitle {
      display: table;
      padding: 6px 12px;
      background-color: #fff;
      letter-spacing: 1px;
      margin-bottom: 1.2rem; } }
  @media screen and (min-width: 64em) {
    .maintitle {
      display: table;
      padding: 6px 12px;
      background-color: #fff;
      letter-spacing: 1px;
      margin-bottom: 1.2rem; } }

.copy,
.give-form-title,
.give-grid li,
table.give-table,
a.give-recurring-manage-subscriptions-receipt-link,
#give-receipt .give_error,
#give-receipt .give_success,
#give-receipt .give_warning,
#give-email-access-form p,
#give-email-access-form label {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 1.5rem; }
  @media screen and (min-width: 40em) {
    .copy,
    .give-form-title,
    .give-grid li,
    table.give-table,
    a.give-recurring-manage-subscriptions-receipt-link,
    #give-receipt .give_error,
    #give-receipt .give_success,
    #give-receipt .give_warning,
    #give-email-access-form p,
    #give-email-access-form label {
      font-size: 1.5rem; } }
  @media screen and (min-width: 64em) {
    .copy,
    .give-form-title,
    .give-grid li,
    table.give-table,
    a.give-recurring-manage-subscriptions-receipt-link,
    #give-receipt .give_error,
    #give-receipt .give_success,
    #give-receipt .give_warning,
    #give-email-access-form p,
    #give-email-access-form label {
      font-size: 1.7rem;
      margin-bottom: 1.5rem; } }

ul.checklist li {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: .8rem; }
  @media screen and (min-width: 40em) {
    ul.checklist li {
      font-size: 1.8rem;
      margin-bottom: .5rem; } }
  @media screen and (min-width: 64em) {
    ul.checklist li {
      font-size: 1.8rem;
      margin-bottom: .5rem; } }

ul.checklist {
  list-style-type: none;
  margin-left: 0;
  padding: 1.5rem 0 1rem 0;
  border-top: 1px dotted #fefefe;
  margin-bottom: .5rem; }
  @media screen and (min-width: 40em) {
    ul.checklist {
      margin-bottom: .5rem;
      border-bottom: none; } }
  @media screen and (min-width: 64em) {
    ul.checklist {
      margin-bottom: .1rem;
      border-bottom: none; } }

ul.checklist li {
  color: #264967;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

ul.checklist li::before {
  content: "\2713\0020";
  margin: 0 1.5rem 0 0; }

.inverse {
  color: #fefefe; }
  @media screen and (min-width: 40em) {
    .inverse {
      color: #000000; } }
  @media screen and (min-width: 64em) {
    .inverse {
      color: #000000; } }

p.fineprint {
  opacity: .5;
  line-height: 1.3 !important; }
  @media screen and (min-width: 40em) {
    p.fineprint {
      line-height: 1.4 !important; } }
  @media screen and (min-width: 64em) {
    p.fineprint {
      line-height: 1.4 !important; } }

.txt-success {
  color: #41a534; }

.txt-grey {
  color: #cacaca; }

.txt-white {
  color: #fefefe; }

.txt-white, .txt-white a, .txt-white a:hover {
  color: #fefefe; }

.txt-dark {
  color: #3c72a0; }

.txt-darker, .txt-darker a {
  color: #264967; }

.txt-bright {
  color: #f4d87e; }

.txt-darker a {
  text-decoration: underline; }

.give-totals-shortcode-wrap {
  margin: 20px auto;
  font-size: 3rem;
  text-align: center; }

#give-email-access-form p,
#give-email-access-form label {
  color: #264967; }

.arrow::before {
  content: "\2192";
  margin-left: -60px;
  padding-right: 1rem; }

/*
Donation Form
*/
body.give-modal-open {
  overflow: visible; }

.supportform {
  margin: 3.5rem 0 0;
  min-height: 500px; }
  @media screen and (min-width: 40em) {
    .supportform {
      margin: 0;
      border-left: 1px dotted #fff;
      min-height: 600px; } }
  @media screen and (min-width: 64em) {
    .supportform {
      margin: 0;
      border-left: 1px dotted #fff;
      min-height: 600px; } }

.give-form-wrap {
  padding: none; }
  @media screen and (min-width: 40em) {
    .give-form-wrap {
      padding: 0; } }
  @media screen and (min-width: 64em) {
    .give-form-wrap {
      padding-left: .5rem; } }

.give-form-title {
  font-weight: 500;
  color: #fefefe; }

.raised {
  color: #f4d87e;
  font-weight: 500;
  margin-bottom: 2rem;
  padding-top: 1rem;
  border-top: 1px dotted #fefefe; }
  @media screen and (min-width: 40em) {
    .raised {
      padding: 0;
      border: none; } }
  @media screen and (min-width: 64em) {
    .raised {
      padding: 0;
      border: none; } }

.give-goal-progress .income {
  display: inline-block;
  letter-spacing: -1px;
  color: #fefefe !important;
  border-radius: 50% !important;
  text-align: center !important;
  background: #f4d87e !important;
  width: 60px !important;
  height: 60px !important;
  font-size: 25px !important;
  line-height: 60px !important; }
  @media screen and (min-width: 40em) {
    .give-goal-progress .income {
      width: 120px !important;
      height: 120px !important;
      font-size: 50px !important;
      line-height: 120px !important; } }
  @media screen and (min-width: 64em) {
    .give-goal-progress .income {
      width: 120px !important;
      height: 120px !important;
      font-size: 50px !important;
      line-height: 120px !important; } }

.give-goal-progress {
  font-size: 1rem !important; }
  @media screen and (min-width: 40em) {
    .give-goal-progress {
      font-size: 1.1rem !important; } }
  @media screen and (min-width: 64em) {
    .give-goal-progress {
      font-size: 1.2rem !important; } }

.give-progress-bar {
  display: none; }
  @media screen and (min-width: 40em) {
    .give-progress-bar {
      height: 30px;
      background: #cacaca;
      border-radius: 15px; } }
  @media screen and (min-width: 64em) {
    .give-progress-bar {
      height: 30px;
      background: #cacaca;
      border-radius: 15px; } }

.give-progress-bar span {
  height: 30px; }

.give-total-wrap {
  padding-top: 1.5rem;
  margin-top: 1rem;
  border-top: 1px dotted #fefefe; }

.give-form {
  margin-bottom: 0 !important; }

ul.give-list-inline {
  clear: left;
  list-style-type: none;
  margin: 1.5rem 0; }

ul.give-list-inline li {
  display: block !important;
  float: left !important;
  margin: 0 .2rem 0 0; }

ul.give-list-inline li button:hover {
  cursor: pointer; }

ul.give-list-inline li button {
  margin: 0;
  color: #3c72a0;
  font-size: 1rem;
  padding: 9px 8px; }
  @media screen and (min-width: 40em) {
    ul.give-list-inline li button {
      color: #264967;
      font-size: 1.3rem;
      padding: 10px 12px; } }
  @media screen and (min-width: 64em) {
    ul.give-list-inline li button {
      color: #264967;
      font-size: 1.2rem;
      padding: 10px 12px; } }

ul.give-list-inline li:last-child {
  margin: 0; }

.give-donation-amount #give-amount, .give-donation-amount #give-amount-text {
  border: 1px solid #fff !important;
  height: 41px !important;
  line-height: 41px !important;
  font-size: 24px !important;
  width: 160px;
  float: left; }

input#give-amount, input.give-input, textarea#give-comment {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-weight: 400 !important; }

input.give-input, textarea#give-comment {
  background: #f9f9f9 !important;
  color: #8a8a8a !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  font-weight: 400 !important; }

form#give-form .give-donation-amount input.give-amount-top {
  width: 160px; }

.give-currency-position-after {
  font-weight: 400 !important;
  border: none !important;
  height: 41px !important;
  line-height: 41px !important;
  font-size: 24px !important;
  display: inline-block;
  background: #cacaca;
  padding: 0 15px; }

.give-btn {
  border: none;
  cursor: pointer;
  line-height: 1.2em;
  font-size: 1.2em; }

.give-btn-modal, input#give-purchase-button.give-submit.give-btn {
  padding: 10px 12px;
  background: #f4d87e !important;
  color: #fefefe; }

.give-btn-modal:hover, input#give-purchase-button.give-submit.give-btn:hover {
  padding: 10px 12px;
  background: #264967 !important; }

#give-email-access-form input.give-submit {
  padding: 10px 12px;
  background: #264967 !important;
  color: #fefefe;
  border: none !important; }

.give-recurring-donors-choice label {
  color: #fefefe;
  font-size: 1rem !important; }
  @media screen and (min-width: 40em) {
    .give-recurring-donors-choice label {
      font-size: 1.1rem !important; } }
  @media screen and (min-width: 64em) {
    .give-recurring-donors-choice label {
      font-size: 1.2rem !important; } }

p#give-anonymous-donation-wrap label.give-label {
  color: #8a8a8a !important; }

div.mfp-content fieldset ol, div.mfp-content fieldset p, div.mfp-content fieldset ul {
  line-height: 1.5; }

.give-modal .mfp-content {
  background: #fefefe !important;
  font-family: Roboto, Helevtica, sans-serif !important; }

#give_checkout_user_info legend, form.give-form legend {
  margin-top: 1rem !important;
  font-weight: 500 !important; }

label.give-label.give-fl-label {
  font-weight: 500 !important; }

input.give-input.required.give-fl-input {
  color: #8a8a8a !important; }

span.give-donation-total-label, span.give-final-total-amount, span#give-recurring-modal-period {
  line-height: 45px !important;
  height: 45px !important;
  color: #000000 !important;
  font-weight: 400 !important; }

span.give-donation-total-label, span.give-final-total-amount {
  background: #f9f9f9 !important; }

.give-fl-has-focus {
  color: #264967 !important; }

p#give-final-total-wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding-top: 1rem !important; }

ul.payment-gateways-overview, ul#give-gateway-radio-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }

ul.payment-gateways-overview {
  float: none; }
  @media screen and (min-width: 40em) {
    ul.payment-gateways-overview {
      float: none; } }
  @media screen and (min-width: 64em) {
    ul.payment-gateways-overview {
      float: right; } }

ul.payment-gateways-overview li {
  padding: 0;
  color: #f9f9f9;
  display: block;
  float: left;
  margin-right: .5rem !important;
  font-size: 1.7rem; }

ul#give-gateway-radio-list li {
  padding: 0 !important;
  margin-right: 1.5rem !important;
  float: left; }

ul#give-gateway-radio-list > li input[type="radio"] {
  position: absolute;
  left: -10000px !important; }

ul#give-gateway-radio-list > li label {
  font-size: .8rem;
  display: inline-block;
  cursor: pointer;
  padding-right: .7rem;
  line-height: 42px;
  font-weight: 500;
  border-radius: 5px;
  color: #cacaca; }

ul#give-gateway-radio-list > li input[type="radio"]:checked + label {
  background-color: #f9f9f9;
  color: #264967;
  display: inline-block;
  line-height: 42px; }

ul#give-gateway-radio-list > li input[type="radio"]:checked + label::before {
  color: #264967;
  display: inline-block;
  line-height: 42px; }

ul#give-gateway-radio-list > li label::before {
  font-size: 1.2rem;
  font-family: "FontAwesome";
  padding-left: .5rem;
  padding-right: .3rem;
  line-height: 42px;
  color: #cacaca; }

ul#give-gateway-radio-list > li label#give-gateway-option-paypal::before {
  content: "\f1f4"; }

ul#give-gateway-radio-list > li label#give-gateway-option-stripe::before {
  content: "\f09d"; }

ul#give-gateway-radio-list > li label#give-gateway-option-paypal::before {
  content: "\f1f4"; }

ul#give-gateway-radio-list > li label#give-gateway-option-stripe_apple_pay::before {
  content: "\f416"; }

ul#give-gateway-radio-list > li label#give-gateway-option-offline::before {
  content: "\f53c"; }

select#billing_country {
  height: unset; }

/*
Donor Wall
*/
.give-wrap .give-grid {
  margin-bottom: 2.5rem;
  padding: 1.5rem 0;
  display: block !important; }

.give-grid li {
  list-style: none;
  list-style-type: none;
  display: block;
  margin-bottom: .5rem;
  color: #264967; }

/*
Other Give Pages
*/
table.give-table {
  color: #264967;
  text-shadow: none;
  background: transparent;
  margin: 2rem 0 1rem 0 !important;
  border: none; }

table.give-table tbody tr {
  border: none;
  background: transparent;
  text-align: left; }

table.give-table tbody tr td {
  padding: .8rem .1rem;
  border: none;
  background: transparent;
  vertical-align: top;
  text-align: left; }

table.give-table tbody tr:nth-child(2n) td {
  border: none;
  background: transparent; }

table#give_donation_receipt th {
  display: none !important; }

table.give-table th {
  background: transparent !important;
  font-weight: 500 !important;
  text-align: left !important;
  padding: .3rem 2.8rem .3rem 0 !important;
  color: #264967;
  border: none !important; }

table#give_donation_receipt .give-table tbody tr td {
  text-align: left !important; }

table.give-table a {
  text-decoration: underline;
  color: #264967; }

table.give-table a:hover {
  text-decoration: none; }

#give-receipt .give_error, #give-receipt .give_success, #give-receipt .give_warning {
  color: #fefefe !important;
  border-left: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  clear: both;
  padding: .3rem .5rem; }

.give_error, .give_success, .give_warning {
  position: relative;
  margin: 15px 0;
  color: #fefefe !important;
  border-left: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  clear: both; }

give_error::before, .give_success::before, .give_warning::before {
  background: none !important;
  content: none !important; }

.give_success {
  background: #41a534 !important; }

.give_error {
  color: #e74c3c !important; }

.give_warning {
  color: #ffe63d !important; }

.give-invalid-minimum {
  background: #fefefe !important; }

.give_error::before {
  content: none !important;
  background-color: transparent !important; }

/*
Give Subscription Confirmation
*/
table {
  border-collapse: unset !important;
  border-spacing: unset !important; }

#give-subscription-receipt.give-table {
  padding: 1.5rem 0 !important;
  border-top: 1px dotted #fefefe !important; }

#give-subscription-receipt.give-table th {
  display: none !important; }

a.give-recurring-manage-subscriptions-receipt-link {
  float: none !important;
  color: #264967; }

/*
Give Subscription Confirmation
*/
table#give_user_history.give-table {
  padding: 0; }

table#give_user_history.give-table td {
  padding-right: 2rem !important; }

.sites-button {
  background: #FF6908;
  font-size: 1.25rem;
  font-weight: bold;
  -webkit-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
  border-radius: 3px;
  border: none; }

.mashsb-box .mashsb-buttons a {
  margin-right: .6rem !important; }

#featured-hero {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 0 1.81818rem;
  position: relative;
  height: 11.36364rem; }

.no-featured-image-set {
  height: 0.90909rem !important; }

@media screen and (min-width: 40em) {
  #featured-hero {
    height: 22.72727rem; } }

.dotted {
  border-style: dashed;
  margin: 2rem 0; }

/* Apply outline styles only when input method is keyboard
 * remove :focus style via What Input using progressive enhancement
 * so :focus isn't left broken if JavaScript fails
 */
[data-whatinput="mouse"] a:focus, button:focus [data-whatinput="touch"] a:focus, button:focus {
  outline: none; }

a.button, a:hover.button, a:active.button, a:visited.button, button, button:hover {
  text-decoration: none !important;
  cursor: pointer; }

/*# sourceMappingURL=foundation_1.1.css.map */
