@charset "UTF-8";
/**
 * modified version of eric meyer's reset 2.0
 * http://meyerweb.com/eric/tools/css/reset/
 */
/**
 * basic reset
 */
@import url(/css/swiper.min.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, main,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/**
 * HTML5 display-role reset for older browsers
 */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section,
main, summary {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

/**
 * modified version of normalize.css 3.0.2
 * http://necolas.github.io/normalize.css/
 */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/**
 * HTML5 display definitions
 * =============================================================================
 */
/**
 * 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;
  vertical-align: baseline; }

/**
 * 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/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 when focused and also mouse hovered in all browsers.
 */
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;
  cursor: help; }

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

/**
 * 1. Address styling not present in Safari and Chrome.
 * 2. Set previously resetted italic font-style
 */
dfn,
i, em {
  font-style: italic; }

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

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

/**
 * 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;
  font: inherit;
  margin: 0; }

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

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

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

/**
 * 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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: none; }

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

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

/**
 * responsive viewport
 */
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }

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

/**
 * iOS "clickable elements" fix for role="button"
 *
 * Fixes "clickability" issue (and more generally, the firing of events such as focus as well)
 * for traditionally non-focusable elements with role="button"
 * see https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile
 */
[role="button"] {
  cursor: pointer; }

/**
 * Avoid 300ms click delay on touch devices that support the `touch-action` CSS property.
 *
 * In particular, unlike most other browsers, IE11+Edge on Windows 10 on touch devices and IE Mobile 10-11
 * DON'T remove the click delay when `<meta name="viewport" content="width=device-width">` is present.
 * However, they DO support removing the click delay via `touch-action: manipulation`.
 * See:
 * - http://v4-alpha.getbootstrap.com/content/reboot/#click-delay-optimization-for-touch
 * - http://caniuse.com/#feat=css-touch-action
 * - http://patrickhlauke.github.io/touch/tests/results/#suppressing-300ms-delay
 */
a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

/**
 * Always hide an element with the `hidden` HTML attribute (from PureCSS).
 */
[hidden] {
  display: none !important; }

.img--fullCenter {
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }
  .img--fullCenter img:only-child {
    margin: 0 auto; }

.hide {
  display: none; }

.relative {
  position: relative; }

.center {
  text-align: center; }

.opacity--25 {
  opacity: 0.25; }

.addQuotes:before {
  content: '» '; }

.addQuotes:after {
  content: ' «'; }

.visuallyHidden {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.videoPreview {
  cursor: pointer; }

@media only screen and (max-width: 600px) {
  .mqs__remove {
    display: none; } }

@media only screen and (max-width: 800px) {
  .mqm__remove {
    display: none; } }

@media only screen and (min-width: 801px) {
  .mql__remove {
    display: none; } }

@media screen and (max-width: 960px) {
  .reverseMobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .reverseMobile .toBottom {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      /*reorder to bottom*/
      width: 100%;
      /*make full width*/ }
    .reverseMobile .toTop {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      /*reorder to top*/
      width: 100%;
      /*make full width*/ } }

/*
 *  Skeleton V2.0.4
 *  Copyright 2014, Dave Gamache
 *  www.getskeleton.com
 *  Free to use under the MIT license.
 *  http://www.opensource.org/licenses/mit-license.php
 *  12/29/2014
 */
/* For devices larger than 400px */
.container:after,
.row:after {
  clear: both;
  content: '';
  display: table; }

.row--flex {
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

@media screen and (max-width: 800px) {
  .row--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  margin-left: 4%; }
  .col-xs-1:first-child,
  .col-xs-2:first-child,
  .col-xs-3:first-child,
  .col-xs-4:first-child,
  .col-xs-5:first-child,
  .col-xs-6:first-child,
  .col-xs-7:first-child,
  .col-xs-8:first-child,
  .col-xs-9:first-child,
  .col-xs-10:first-child,
  .col-xs-11:first-child,
  .col-xs-12:first-child {
    margin-left: 0; }

.col-xs-1 {
  width: 4.66666666667%; }

.col-xs-2 {
  width: 13.3333333333%; }

.col-xs-3 {
  width: 22%; }

.col-xs-4 {
  width: 30.6666666667%; }

.col-xs-5 {
  width: 39.3333333333%; }

.col-xs-6 {
  width: 48%; }

.col-xs-7 {
  width: 56.6666666667%; }

.col-xs-8 {
  width: 65.3333333333%; }

.col-xs-9 {
  width: 74.0%; }

.col-xs-10 {
  width: 82.6666666667%; }

.col-xs-11 {
  width: 91.3333333333%; }

.col-xs-12 {
  margin-left: 0;
  width: 100%; }

/* Offsets */
.col-xs-offset-1 {
  margin-left: 8.66666666667% !important; }

.col-xs-offset-2 {
  margin-left: 17.3333333333% !important; }

.col-xs-offset-3 {
  margin-left: 26% !important; }

.col-xs-offset-4 {
  margin-left: 34.6666666667% !important; }

.col-xs-offset-5 {
  margin-left: 43.3333333333% !important; }

.col-xs-offset-6 {
  margin-left: 52% !important; }

.col-xs-offset-7 {
  margin-left: 60.6666666667% !important; }

.col-xs-offset-8 {
  margin-left: 69.3333333333% !important; }

.col-xs-offset-9 {
  margin-left: 78.0% !important; }

.col-xs-offset-10 {
  margin-left: 86.6666666667% !important; }

.col-xs-offset-11 {
  margin-left: 95.3333333333% !important; }

/**
 *  MEDIUM SCREENS
 */
@media screen and (min-width: 451px) and (max-width: 800px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    margin-left: 4%; }
    .col-md-1:first-child,
    .col-md-2:first-child,
    .col-md-3:first-child,
    .col-md-4:first-child,
    .col-md-5:first-child,
    .col-md-6:first-child,
    .col-md-7:first-child,
    .col-md-8:first-child,
    .col-md-9:first-child,
    .col-md-10:first-child,
    .col-md-11:first-child,
    .col-md-12:first-child {
      margin-left: 0; }
  .col-md-1 {
    width: 4.66666666667%; }
  .col-md-2 {
    width: 13.3333333333%; }
  .col-md-3 {
    width: 22%; }
  .col-md-4 {
    width: 30.6666666667%; }
  .col-md-5 {
    width: 39.3333333333%; }
  .col-md-6 {
    width: 48%; }
  .col-md-7 {
    width: 56.6666666667%; }
  .col-md-8 {
    width: 65.3333333333%; }
  .col-md-9 {
    width: 74.0%; }
  .col-md-10 {
    width: 82.6666666667%; }
  .col-md-11 {
    width: 91.3333333333%; }
  .col-md-12 {
    margin-left: 0;
    width: 100%; }
  /* Offsets */
  .col-md-offset-1 {
    margin-left: 8.66666666667% !important; }
  .col-md-offset-2 {
    margin-left: 17.3333333333% !important; }
  .col-md-offset-3 {
    margin-left: 26% !important; }
  .col-md-offset-4 {
    margin-left: 34.6666666667% !important; }
  .col-md-offset-5 {
    margin-left: 43.3333333333% !important; }
  .col-md-offset-6 {
    margin-left: 52% !important; }
  .col-md-offset-7 {
    margin-left: 60.6666666667% !important; }
  .col-md-offset-8 {
    margin-left: 69.3333333333% !important; }
  .col-md-offset-9 {
    margin-left: 78.0% !important; }
  .col-md-offset-10 {
    margin-left: 86.6666666667% !important; }
  .col-md-offset-11 {
    margin-left: 95.3333333333% !important; } }

/**
 *  LARGER SCREENS
 */
@media screen and (min-width: 801px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    margin-left: 4%; }
    .col-lg-1:first-child,
    .col-lg-2:first-child,
    .col-lg-3:first-child,
    .col-lg-4:first-child,
    .col-lg-5:first-child,
    .col-lg-6:first-child,
    .col-lg-7:first-child,
    .col-lg-8:first-child,
    .col-lg-9:first-child,
    .col-lg-10:first-child,
    .col-lg-11:first-child,
    .col-lg-12:first-child {
      margin-left: 0; }
  .col-lg-1 {
    width: 4.66666666667%; }
  .col-lg-2 {
    width: 13.3333333333%; }
  .col-lg-3 {
    width: 22%; }
  .col-lg-4 {
    width: 30.6666666667%; }
  .col-lg-5 {
    width: 39.3333333333%; }
  .col-lg-6 {
    width: 48%; }
  .col-lg-7 {
    width: 56.6666666667%; }
  .col-lg-8 {
    width: 65.3333333333%; }
  .col-lg-9 {
    width: 74.0%; }
  .col-lg-10 {
    width: 82.6666666667%; }
  .col-lg-11 {
    width: 91.3333333333%; }
  .col-lg-12 {
    margin-left: 0;
    width: 100%; }
  /* Offsets */
  .col-lg-offset-1 {
    margin-left: 8.66666666667% !important; }
  .col-lg-offset-2 {
    margin-left: 17.3333333333% !important; }
  .col-lg-offset-3 {
    margin-left: 26% !important; }
  .col-lg-offset-4 {
    margin-left: 34.6666666667% !important; }
  .col-lg-offset-5 {
    margin-left: 43.3333333333% !important; }
  .col-lg-offset-6 {
    margin-left: 52% !important; }
  .col-lg-offset-7 {
    margin-left: 60.6666666667% !important; }
  .col-lg-offset-8 {
    margin-left: 69.3333333333% !important; }
  .col-lg-offset-9 {
    margin-left: 78.0% !important; }
  .col-lg-offset-10 {
    margin-left: 86.6666666667% !important; }
  .col-lg-offset-11 {
    margin-left: 95.3333333333% !important; } }

/**
 *  SMALL SCREENS
 */
@media screen and (max-width: 450px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    margin-left: 4%; }
    .col-sm-1:first-child,
    .col-sm-2:first-child,
    .col-sm-3:first-child,
    .col-sm-4:first-child,
    .col-sm-5:first-child,
    .col-sm-6:first-child,
    .col-sm-7:first-child,
    .col-sm-8:first-child,
    .col-sm-9:first-child,
    .col-sm-10:first-child,
    .col-sm-11:first-child,
    .col-sm-12:first-child {
      margin-left: 0; }
  .col-sm-1 {
    width: 4.66666666667%; }
  .col-sm-2 {
    width: 13.3333333333%; }
  .col-sm-3 {
    width: 22%; }
  .col-sm-4 {
    width: 30.6666666667%; }
  .col-sm-5 {
    width: 39.3333333333%; }
  .col-sm-6 {
    width: 48%; }
  .col-sm-7 {
    width: 56.6666666667%; }
  .col-sm-8 {
    width: 65.3333333333%; }
  .col-sm-9 {
    width: 74.0%; }
  .col-sm-10 {
    width: 82.6666666667%; }
  .col-sm-11 {
    width: 91.3333333333%; }
  .col-sm-12 {
    margin-left: 0;
    width: 100%; }
  /* Offsets */
  .col-sm-offset-1 {
    margin-left: 8.66666666667% !important; }
  .col-sm-offset-2 {
    margin-left: 17.3333333333% !important; }
  .col-sm-offset-3 {
    margin-left: 26% !important; }
  .col-sm-offset-4 {
    margin-left: 34.6666666667% !important; }
  .col-sm-offset-5 {
    margin-left: 43.3333333333% !important; }
  .col-sm-offset-6 {
    margin-left: 52% !important; }
  .col-sm-offset-7 {
    margin-left: 60.6666666667% !important; }
  .col-sm-offset-8 {
    margin-left: 69.3333333333% !important; }
  .col-sm-offset-9 {
    margin-left: 78.0% !important; }
  .col-sm-offset-10 {
    margin-left: 86.6666666667% !important; }
  .col-sm-offset-11 {
    margin-left: 95.3333333333% !important; }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    margin-left: 0 !important;
    width: 100%; } }

/**
 *  PAGE CONTENT ELEMENTS
 */
.contentPage__header {
  margin-bottom: 52px; }

.contentPage__image {
  margin-bottom: 52px;
  height: auto;
  width: 100%; }

.contentPage__title {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 28.8px;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 3px;
  color: #2c2c30;
  text-transform: uppercase;
  margin-bottom: 15px; }
  .contentPage__title, .contentPage__title * {
    display: block; }
  .contentPage__title small {
    font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3em;
    letter-spacing: 1.5px;
    color: #9b9b9b; }

h2.contentPage__title {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 19.2px;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 1.5px;
  color: #54659c;
  text-transform: uppercase; }
  h2.contentPage__title small {
    font-size: 12px; }

.contentPage__intro {
  font-family: "ff-more-web-pro", "FF More Pro", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
  color: #54659c;
  font-style: italic; }

.contentPage__content .row {
  margin-top: 45px; }

.contentPage__content h1 {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 28.8px;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 3px;
  color: #2c2c30;
  text-transform: uppercase;
  margin-top: 51px;
  margin-bottom: 45px; }

.contentPage__content h2,
.contentPage__content h3,
.contentPage__content h4 {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 19.2px;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 1.5px;
  color: #54659c;
  text-transform: uppercase;
  margin-top: 51px; }

.contentPage__content h2 {
  letter-spacing: 1.5px;
  margin-bottom: 19px; }

.contentPage__content h3 {
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 6px; }

.contentPage__content h4 {
  color: #9b9b9b;
  margin-bottom: 6px; }

.contentPage__content .row > div > *:first-child {
  margin-top: 0; }

.contentPage__content p {
  font-family: "ff-more-web-pro", "FF More Pro", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  color: #151515;
  margin-bottom: 45px; }

.contentPage__content p a {
  color: #54659c; }

.contentPage__content .row:first-child .potential-firstLetter > p:first-child:first-letter {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 0.85;
  text-transform: uppercase;
  color: #54659c;
  padding-right: 10px;
  float: left; }

.contentPage__content .row:first-child .potential-firstLetter > p:last-child {
  margin-bottom: 0; }

.contentPage__content .sideQuote {
  position: relative; }
  .contentPage__content .sideQuote .sideQuote__content {
    font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.88;
    color: #54659c;
    text-align: right;
    width: 200px; }

.contentPage__content table {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  width: 100%; }
  .contentPage__content table tr td {
    background: #f4f4f4;
    padding: 18px;
    border: 1px solid #fff; }
  .contentPage__content table tr th {
    font-weight: 700; }

.contentPage__content ul, .contentPage__content ol {
  list-style: inherit;
  margin-left: 20px; }
  .contentPage__content ul li, .contentPage__content ol li {
    font-family: "ff-more-web-pro", "FF More Pro", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    margin: 10px 0; }

.contentPage__content hr {
  margin: 30px;
  opacity: 0.5; }

.contentPage__content figure {
  margin-bottom: 15px; }
  .contentPage__content figure img {
    display: block;
    height: auto;
    width: 100%; }

.contentPage__content figure.single img {
  display: block;
  max-height: 480px;
  width: auto;
  margin: 0 auto; }

.contentPage__content figcaption {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14.4px;
  font-weight: 400;
  line-height: 1.54;
  color: #54659c;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center; }

.contentPage__content .imageTextBlock p {
  padding-left: 61px; }

.contentPage__nav {
  margin-top: 20px;
  margin-bottom: 50px; }
  .contentPage__nav ul {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%; }
    .contentPage__nav ul li {
      font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
      font-size: 14.4px;
      font-weight: 700;
      line-height: 1em;
      -ms-flex-preferred-size: 33%;
          flex-basis: 33%;
      text-align: center;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .contentPage__nav ul li a {
        margin: 2.5px;
        background: #f4f4f4;
        border: 5px solid #f4f4f4;
        padding: 18px;
        display: block;
        color: #7e7b84;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
    .contentPage__nav ul li a:hover {
      border-width-color: rgba(21, 21, 21, 0.1);
      border: 5px solid rgba(21, 21, 21, 0.1); }
    .contentPage__nav ul li.active a {
      color: #2c2c30; }
    .contentPage__nav ul li.active a {
      border-image-slice: 1;
      border-image-source: linear-gradient(252deg, #4ed9bd, #085084);
      border-style: solid; }

@media all and (max-width: 480px) {
  .contentPage__nav {
    margin-bottom: 20px; }
    .contentPage__nav ul li {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; } }

.floatingWrapper,
.floatingWrapper--left {
  margin-top: 16px;
  margin-bottom: 28px;
  width: 33%; }

.floatingWrapper {
  float: right;
  margin-left: 58px; }

.floatingWrapper--left {
  float: left;
  margin-right: 58px; }

@media screen and (max-width: 420px) {
  .floatingWrapper,
  .floatingWrapper--left {
    float: none;
    margin: 0;
    width: 100%; } }

.contactCard {
  background-image: linear-gradient(226deg, #4ed9bd, #085084);
  color: #fff;
  padding: 15px 30px 25px 30px; }

.contactCard__header {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 17.6px;
  font-weight: 400;
  line-height: 1.54;
  letter-spacing: 1.5px;
  padding-bottom: 14px;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5); }

.contactCard__info {
  text-align: left;
  max-width: 200px;
  margin: 0 auto; }

.contactCard__email,
.contactCard__phone,
.contactCard__fax,
.contactCard__information {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14.4px;
  font-weight: 400;
  line-height: 1.54; }

.contactCard__email {
  margin-top: 21px; }

.contactCard__phone {
  margin-top: 13px; }

.contactCard__information {
  color: #54659c;
  margin-top: 15px; }

.featuredAlbum {
  background: transparent url("../img/bg-violin.jpg") no-repeat bottom right;
  background-size: 637px 439px;
  padding: 120px 0; }
  .featuredAlbum .featuredAlbum__media {
    text-align: center; }
  .featuredAlbum .text__subTitle {
    font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #9b9b9b;
    letter-spacing: 1.5px;
    margin-bottom: 5px; }
  .featuredAlbum .text__postTitleDetail {
    font-family: "ff-more-web-pro", "FF More Pro", serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.78;
    color: #9b9b9b;
    font-style: italic;
    margin-top: 15px; }
  .featuredAlbum .text__description {
    font-family: "ff-more-web-pro", "FF More Pro", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.15;
    margin: 30px 0; }
  .featuredAlbum button {
    margin-top: 23px; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .featuredAlbum {
    background-image: url("../img/bg-violin@2x.jpg"); } }

.discographySearch {
  background-image: linear-gradient(241deg, #4ed9bd, #085084);
  color: #fff;
  padding: 50px 25px 70px 25px;
  text-align: center; }
  .discographySearch .discographySearch__form {
    margin-top: 40px; }
    .discographySearch .discographySearch__form input {
      font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 1;
      background: #fff url("../img/ic-search.svg") no-repeat 18px center;
      border: 0;
      color: #54659c;
      max-width: 500px;
      width: 100%;
      padding: 16px 18px;
      text-indent: 34px; }

.noResults {
  display: none; }

.noResults.show {
  display: block; }

.noResults__body {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1.5px;
  text-align: center;
  border: 2px solid #f4f4f4;
  width: 100%;
  max-width: 500px;
  padding: 25px 30px;
  text-transform: uppercase;
  margin: 60px auto 0 auto; }
  .noResults__body .button {
    margin-top: 20px; }

.discographySearch__title {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 2px; }

.discographySearch__filters__title {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1.5px;
  margin-top: 40px; }

.discographySearch__filters a {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  padding: 12px;
  margin-bottom: 10px; }
  .discographySearch__filters a + a,
  .discographySearch__filters a + .multipleSelect {
    margin-left: 10px; }
  .discographySearch__filters a.active {
    background: #fff;
    color: #54659c; }

.discographySearch__filters .multipleSelect {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  position: relative;
  border: 0;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 10px; }
  .discographySearch__filters .multipleSelect ul {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 350px;
    overflow-y: scroll;
    z-index: 2;
    height: 0;
    display: none; }
  .discographySearch__filters .multipleSelect ul li {
    text-align: left;
    padding: 12px;
    width: 100%;
    background-color: #fff;
    color: #54659c;
    width: 200px;
    border-bottom: 1px solid #f4f4f4; }
  .discographySearch__filters .multipleSelect.open {
    background: #fff; }
    .discographySearch__filters .multipleSelect.open a {
      color: #54659c; }
  .discographySearch__filters .multipleSelect.open ul {
    display: block;
    position: absolute;
    height: auto; }
  .discographySearch__filters .multipleSelect input[type=checkbox] {
    margin-right: 10px; }
  .discographySearch__filters .multipleSelect label {
    cursor: pointer; }
  .discographySearch__filters .multipleSelect .close {
    padding-right: 40px; }
  .discographySearch__filters .multipleSelect:after {
    content: '';
    height: 16px;
    width: 16px;
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    background: url("../img/ic-dropdown.svg") no-repeat center center; }

.discographySearch__filters__year .multipleSelect {
  display: none; }

@media screen and (max-width: 960px) {
  .discographySearch__filters a {
    display: none; }
  .multipleSelect,
  .discographySearch__filters__year .multipleSelect {
    display: inline-block; }
    .multipleSelect a,
    .discographySearch__filters__year .multipleSelect a {
      display: block; } }

.discographySearch__filters__year {
  margin-top: 30px; }

.discographySearch__filters__composers {
  margin-top: 20px; }

ul.discographyResults,
.discographyResults {
  list-style: none;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 70px auto 0 auto;
  max-width: 1160px;
  width: 95%; }
  ul.discographyResults li,
  .discographyResults li {
    -ms-flex-preferred-size: 22%;
        flex-basis: 22%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: center;
    padding: 0 10px; }
    ul.discographyResults li:nth-of-type(n+5),
    .discographyResults li:nth-of-type(n+5) {
      margin-top: 40px; }
    ul.discographyResults li a,
    .discographyResults li a {
      display: block;
      height: 260px;
      min-width: 260px;
      text-align: center; }
      ul.discographyResults li a img,
      .discographyResults li a img {
        -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.2);
                box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.2);
        display: inline;
        position: relative;
        height: 100%;
        width: auto;
        margin: 0 auto;
        border-style: solid;
        border-color: transparent;
        border-bottom-width: 7px;
        border-image-source: linear-gradient(280deg, #4ed9bd, #085084);
        border-image-slice: 1; }
        ul.discographyResults li a img:after,
        .discographyResults li a img:after {
          background-image: linear-gradient(267deg, #4ed9bd, #085084);
          bottom: 0;
          content: '';
          height: 7px;
          left: 0;
          position: absolute;
          right: 0;
          width: 100%; }

.discographyResults__result__title,
.discographyResults__result__description {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px; }

.discographyResults__result__title {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #54659c;
  margin-top: 30px; }

.discographyResults__result__description {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.54;
  color: #7e7b84;
  margin-top: 15px; }

.discographyResults__resultRowSeparator {
  background: transparent url("../img/discography-result-separator.svg") no-repeat center center;
  content: '';
  display: block;
  height: 58px;
  opacity: 0.7;
  width: 1139px; }

@media all and (max-width: 1170px) {
  ul.discographyResults li,
  .discographyResults li {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    margin-top: 40px; } }

@media all and (max-width: 480px) {
  ul.discographyResults li,
  .discographyResults li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }

.breadcrumbs li {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  color: #9b9b9b;
  margin: 0; }
  .breadcrumbs li a {
    color: #54659c; }
    .breadcrumbs li a:after {
      content: '>';
      display: inline-block;
      margin: 0 5px; }

.albumPage__album {
  background: transparent url("../img/bg-hook.jpg") no-repeat bottom right;
  background-size: 457px 377px;
  padding: 30px 0 120px; }
  .albumPage__album .container > .row > div {
    margin-bottom: 20px; }
  .albumPage__album .button--gradient,
  .albumPage__album .button--gradientBorder {
    margin-top: 20px;
    width: 100%; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .albumPage__album {
    background-image: url("../img/bg-hook@2x.jpg"); } }

.albumPage__album__subTitle {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #9b9b9b;
  letter-spacing: 1.5px; }

.albumPage__album__title {
  margin-top: 10px; }

.albumPage__album__description {
  font-family: "ff-more-web-pro", "FF More Pro", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.78;
  color: #9b9b9b;
  font-style: italic;
  margin-top: 20px; }

.albumPage__album__details {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #54659c;
  margin-top: 30px; }
  .albumPage__album__details:before, .albumPage__album__details:after {
    background-image: -webkit-gradient(linear, right top, left top, from(#4ed9bd), to(#085084));
    background-image: linear-gradient(to left, #4ed9bd, #085084);
    content: '';
    display: block;
    height: 2px;
    width: 100%; }
  .albumPage__album__details:before {
    margin-bottom: 15px; }
  .albumPage__album__details:after {
    margin-top: 15px; }

.albumPage__album__smallPrint {
  margin-top: 15px; }

.albumPage__album__purchaseLinks {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.41;
  text-transform: uppercase;
  color: #9b9b9b;
  letter-spacing: 1.5px;
  margin-top: 20px; }
  .albumPage__album__purchaseLinks:after {
    background-image: -webkit-gradient(linear, right top, left top, from(#4ed9bd), to(#085084));
    background-image: linear-gradient(to left, #4ed9bd, #085084);
    content: '';
    display: block;
    height: 2px;
    margin-top: 20px;
    width: 100%; }
  .albumPage__album__purchaseLinks a {
    color: #54659c;
    font-weight: 600; }

.albumPage__spotifyEmbed {
  background: transparent url("../img/spotify-embed-bg-image.png") no-repeat bottom left;
  margin-top: 40px;
  padding: 40px 0 80px;
  position: relative;
  text-align: center;
  overflow-x: hidden; }
  .albumPage__spotifyEmbed iframe {
    width: 100%;
    max-width: 945px;
    height: 400px; }
  .albumPage__spotifyEmbed:before {
    background: transparent url("../img/spotify-embed-bg-top.svg") no-repeat center center;
    content: '';
    display: block;
    height: 58px;
    left: 50%;
    margin-left: -570px;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 1140px; }
  .albumPage__spotifyEmbed:after {
    background: transparent url("../img/spotify-embed-bg-bottom.svg") no-repeat center center;
    bottom: 0;
    content: '';
    display: block;
    height: 58px;
    left: 50%;
    margin-left: -570px;
    opacity: 0.7;
    position: absolute;
    width: 1140px; }

.albumPage__spotifyEmbed__title {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #54659c;
  letter-spacing: 1.5px; }

.albumPage__spotifyEmbed__embed {
  margin: 40px auto 0; }

.albumPage__related {
  margin-top: 60px;
  text-align: center; }

.albumPage__related__title {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #54659c;
  letter-spacing: 1.5px; }

/**
 *  Concert page filters
 */
.filterBarTitle {
  margin-top: 70px;
  text-align: center; }

.filterBar {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
  text-align: center; }

.filterBar--block {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
  text-align: center; }

.filterBar--media {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
  margin-bottom: 15px;
  text-align: center; }

.filterBar__field select,
.filterBar__field input {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: inset 0 1px 0 0 #dedede;
          box-shadow: inset 0 1px 0 0 #dedede;
  color: #54659c;
  padding: 9px 16px;
  width: 220px;
  margin-bottom: 10px; }

.filterBar__field select {
  -webkit-appearance: none;
  background: #f7f7f7 url("../img/ic-dropdown.svg") no-repeat 95% center;
  background-size: 16px;
  padding-right: 30px; }

.filterBar__field input {
  background: #f7f7f7 url("../img/ic-search.svg") no-repeat 95% center; }

.filterBar__sort a {
  font-family: "ff-more-web-pro", "FF More Pro", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #9b9b9b;
  font-style: italic; }
  .filterBar__sort a .filterBar__sort__up {
    background: #fff url("../img/ic-arrow-select-grey.svg") no-repeat center center;
    width: 14px;
    height: 12px;
    display: inline-block;
    margin-left: 10px; }
  .filterBar__sort a .filterBar__sort__up--asc {
    background-position: center 3px; }
  .filterBar__sort a .filterBar__sort__up--desc {
    background-position: center -7px; }

@media screen and (max-width: 460px) {
  .filterBar__field,
  .filterBar__sort {
    width: 100%; } }

@media screen and (min-width: 801px) {
  .filterBar__field + .filterBar__field {
    margin-left: 10px; }
  .filterBar--media {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .filterBar--media div:nth-child(3) {
      -webkit-box-flex: 2;
          -ms-flex-positive: 2;
              flex-grow: 2;
      text-align: right; } }

.form fieldset {
  margin-left: -10px;
  margin-right: -10px; }

.form__row {
  padding: 10px;
  padding-top: 15px; }

@media all and (min-width: 480px) {
  .form__row {
    width: 50%;
    float: left; }
  .form__row:nth-child(0n+3) {
    width: 100%; }
  .form__row:nth-child(0n+4) {
    width: 25%; }
  .form__row:nth-child(0n+5) {
    width: 75%; }
  .form__row:last-child {
    width: 100%; } }

.form__label {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #9b9b9b;
  margin-bottom: 5px; }

label.required:after {
  content: " *"; }

.form__field {
  position: relative; }

.form__field input,
.form__field textarea {
  font-family: "ff-more-web-pro", "FF More Pro", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  padding: 10px 20px;
  display: block;
  width: 100%;
  border: 0 none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 238, 238, 0.2)), to(rgba(216, 216, 216, 0.2)));
  background-image: linear-gradient(to bottom, rgba(238, 238, 238, 0.2), rgba(216, 216, 216, 0.2)); }

.form__row--checkboxes .form__field:after {
  display: none; }

.form__field input.checkbox {
  display: inline-block;
  width: auto;
  margin-right: 5px; }

.form__field input.checkbox + label {
  line-height: 1.5; }

.form__field:after,
.form__field:after {
  background-image: linear-gradient(267deg, #4ed9bd, #085084);
  bottom: 0;
  content: '';
  display: block;
  height: 3px;
  left: 0;
  opacity: 0.7;
  position: absolute;
  width: 100%;
  -webkit-transition: .5s ease opacity;
  transition: .5s ease opacity; }

.form .buttons {
  margin-top: 2em; }

.heroHeader {
  position: relative;
  z-index: 10; }

/**
 *  .nextConcerts
 */
.nextConcerts {
  color: #fff;
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  margin-top: -43px;
  position: relative;
  z-index: 20; }
  .nextConcerts > .row {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }

.nextConcerts__featured,
.nextConcerts__dates {
  background-image: linear-gradient(207deg, rgba(78, 217, 189, 0.7), #085084);
  height: 100%;
  padding: 15px 30px 30px; }

.nextConcerts__featured__sectionTitle,
.nextConcerts__dates__sectionTitle {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 3px;
  text-transform: uppercase; }

.nextConcerts__featured {
  text-align: center; }

.nextConcerts__featured__date {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 35px; }

.nextConcerts__featured__title {
  font-weight: 600;
  font-size: 20px;
  margin-top: 25px; }

.nextConcerts__featured__details {
  font-family: "ff-more-web-pro", "FF More Pro", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  font-style: italic;
  color: #f7f7f7;
  margin-top: 25px; }

.nextConcerts__featured__smallPrint {
  font-size: 13px;
  line-height: 1.54; }
  .nextConcerts__featured__smallPrint:before {
    background-color: #fff;
    content: '';
    display: block;
    height: 2px;
    margin: 20px 0;
    opacity: 0.5;
    width: 100%; }

.nextConcerts__featured__buyTickets {
  margin-top: 20px;
  text-align: center; }

/**
 *  .nextConcerts__dates
 */
.nextConcerts__dates__sectionTitle {
  text-align: center; }

.nextConcerts__dates__concert {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px; }
  .nextConcerts__dates__concert + .nextConcerts__dates__concert {
    margin-top: 25px; }

.concert__date {
  text-align: center; }
  .concert__date strong {
    font-weight: 600;
    font-size: 56px;
    letter-spacing: 0.5px;
    display: block; }
  .concert__date small {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    display: block;
    white-space: nowrap; }

.concert__details,
a.concert__details {
  color: #fff;
  padding-left: 10px; }

.concert__details__1 {
  font-size: 14px; }

.concert__details__2 {
  font-weight: bold;
  font-size: 16px;
  margin-top: 5px; }

.concert__details__3 {
  background: rgba(255, 255, 255, 0.2);
  font-size: 13px;
  margin-top: 8px;
  padding: 5px 10px; }

/**
 *  .concertList
 */
.concertList {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 70px; }

.concertList__concert {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  min-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 10px; }
  .concertList__concert:after {
    content: "";
    z-index: -1;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(213deg, #4ed9bd, #085084);
    opacity: 0;
    -webkit-transition: 0.1s ease-in-out opacity;
    transition: 0.1s ease-in-out opacity; }
  .concertList__concert:hover:after {
    opacity: 1; }

.concertList__concert__wrapper {
  padding: 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: inherit;
      flex-basis: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.concertList__concert__dateAndLand {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #9b9b9b; }
  .concertList__concert__dateAndLand span {
    display: inline-block; }
  .concertList__concert__dateAndLand span:last-of-type {
    color: #54659c; }

.concertList__concert__title {
  font-weight: 600;
  color: #2c2c30;
  font-size: 16px;
  line-height: 1.5; }
  .concertList__concert__title:before {
    background-image: linear-gradient(269deg, #4ed9bd, #085084);
    content: '';
    display: inline-block;
    height: 2px;
    margin: 12px 0 20px;
    width: 100%; }

.concertList__concert:hover .concertList__concert__title:before {
  background-image: none;
  background-color: white; }

.concertList__concert__details {
  font-family: "ff-more-web-pro", "FF More Pro", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  font-style: italic;
  color: #9b9b9b;
  margin-top: 20px;
  margin-bottom: 20px; }

.concertList__concert__venue {
  color: #54659c;
  font-size: 14px;
  line-height: 1.43;
  margin-top: auto;
  margin-bottom: 20px; }

.concertList__concert__showDetails {
  margin-top: 20px; }
  .concertList__concert__showDetails a {
    font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background-image: linear-gradient(250deg, #4ed9bd, #085084);
    border: 0;
    color: #fff;
    display: inline-block;
    text-align: center; }
    .concertList__concert__showDetails a:after {
      display: none; }

.concertList__resultRowSeparator {
  background: transparent url("../img/discography-result-separator.svg") no-repeat center center;
  content: '';
  display: block;
  height: 58px;
  opacity: 0.7;
  width: 1139px; }

.concertList__concert:hover * {
  color: #fff; }

.concertList__concert:hover .concertList__concert__showDetails a {
  background: #fff;
  color: #54659c;
  display: inline-block;
  position: relative; }
  .concertList__concert:hover .concertList__concert__showDetails a:after {
    background-image: linear-gradient(267deg, #4ed9bd, #085084);
    bottom: -5px;
    content: '';
    display: block;
    height: 5px;
    left: 0;
    opacity: 0.7;
    position: absolute;
    width: 100%; }

@media all and (min-width: 800px) {
  .nextConcerts .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media all and (max-width: 800px) {
  .nextConcerts__dates {
    margin-top: 10px; } }

@media all and (max-width: 48em) {
  .nextConcerts__dates__concert {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .nextConcerts__dates__concert .col-sm-3 {
      width: auto; }
  .concertList__concert {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }

@media all and (max-width: 947px) {
  .concertList__resultRowSeparator {
    display: none; } }

.concertEntryPage__concert {
  background: transparent url("../img/bg-violin.jpg") no-repeat bottom right;
  background-size: 637px 439px;
  padding: 70px 0 120px; }

@media screen and (max-width: 970px) {
  .concertEntryPage__concert {
    background-position-y: 350px; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .concertEntryPage__concert {
    background-image: url("../img/bg-violin@2x.jpg"); } }

.concertEntry__related {
  background: #f7f7f7;
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  padding: 25px;
  margin-bottom: 25px;
  text-align: center; }

.concertEntry__related__moreConcerts {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #9b9b9b;
  font-size: 14px; }
  .concertEntry__related__moreConcerts + * {
    margin-top: 30px; }

.concertEntry__related__relatedConcert strong,
.concertEntry__related__relatedConcert small {
  display: block; }

.concertEntry__related__relatedConcert strong {
  font-weight: 600;
  color: #54659c;
  font-size: 16px; }

.concertEntry__related__relatedConcert small {
  margin-top: 5px;
  font-size: 13px;
  color: #7e7b84; }

.concertEntry__related__relatedConcert:after {
  background-image: linear-gradient(266deg, #4ed9bd, #085084);
  content: '';
  display: block;
  height: 6px;
  margin: 10px auto 20px;
  width: 80%; }

.concertEntry__entry {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 25px; }

.concertEntry__entry__info {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #9b9b9b;
  font-size: 14px; }

.concertEntry__entry__title {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
  color: #151515;
  font-size: 24px;
  line-height: 1.5;
  margin-top: 20px; }

.concertEntry__entry__details {
  font-family: "ff-more-web-pro", "FF More Pro", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  font-style: italic;
  color: #9b9b9b; }

.concertEntry__entry__program {
  margin: 25px 0; }
  .concertEntry__entry__program:before, .concertEntry__entry__program:after {
    background-image: -webkit-gradient(linear, right top, left top, from(#4ed9bd), to(#085084));
    background-image: linear-gradient(to left, #4ed9bd, #085084);
    content: '';
    display: block;
    height: 2px;
    width: 100%; }
  .concertEntry__entry__program:before {
    margin-bottom: 18px; }
  .concertEntry__entry__program:after {
    margin-top: 18px; }

.concertEntry__entry__programRow {
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch; }
  .concertEntry__entry__programRow + .concertEntry__entry__programRow {
    margin-top: 10px; }

.concertEntryProgram__composer,
.concertEntryProgram__piece {
  color: #54659c;
  font-size: 14px; }

.concertEntryProgram__composer {
  width: 30%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%; }

.concertEntryProgram__piece {
  width: 65%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 65%;
          flex: 1 1 65%; }

@media all and (max-width: 480px) {
  .concertEntryProgram__composer {
    width: 40%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%; }
  .concertEntryProgram__piece {
    width: 55%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 55%;
            flex: 1 1 55%; } }

.concertEntry__entry__links a {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-decoration: underline;
  color: #bdbcbe;
  display: inline-block; }
  .concertEntry__entry__links a + a {
    margin-left: 30px; }

.concertEntry__ticket {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  background-image: linear-gradient(209deg, #4ed9bd, #085084);
  color: #fff;
  padding: 20px;
  text-align: center; }

.concertEntry__ticket__title {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 14px; }
  .concertEntry__ticket__title:after {
    background: #fff;
    content: '';
    display: block;
    height: 2px;
    margin: 10px auto 20px;
    opacity: 0.5;
    width: 100%; }

.concertEntry__ticket__detail {
  line-height: 1.54; }
  .concertEntry__ticket__detail a {
    color: #fff; }

.concertEntry__ticket__buyButton {
  margin-top: 30px; }

.concertEntryPage__upcoming__sectionTitle {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #54659c;
  margin-top: 40px;
  text-align: center; }
  .concertEntryPage__upcoming__sectionTitle + * {
    margin-top: 40px; }

.concertEntryPage__upcoming__concert {
  padding: 15px;
  text-align: center; }

.concertEntry__upcomingConcert__date {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #9b9b9b; }
  .concertEntry__upcomingConcert__date:after {
    background-image: linear-gradient(269deg, #4ed9bd, #085084);
    content: '';
    display: block;
    height: 2px;
    margin: 10px auto 20px;
    width: 80%; }

.concertEntry__upcomingConcert__title {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  min-height: 3em; }

.concertEntry__upcomingConcert__details {
  font-family: "ff-more-web-pro", "FF More Pro", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: #9b9b9b;
  margin-top: 15px; }

.concertEntry__upcomingConcert__location {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #54659c;
  margin-top: 20px; }

.concertEntry__upcomingConcert__seeMore {
  margin-top: 25px; }
  .concertEntry__upcomingConcert__seeMore a {
    font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    background-image: linear-gradient(244deg, #4ed9bd, #085084);
    color: #fff;
    padding: 10px 40px; }

/**
 *  SIDEBAR
 */
.sidebarSection:not(:first-child) {
  margin-top: 40px; }

.sidebarSectionTitle {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #9b9b9b;
  text-align: center; }
  .sidebarSectionTitle + * {
    margin-top: 30px; }

.sidebar__nav ul li {
  border: 5px solid transparent;
  padding: 8px 15px;
  position: relative; }
  .sidebar__nav ul li.active {
    border-image-slice: 1;
    border-image-source: linear-gradient(247deg, #4ed9bd, #085084);
    margin-left: 5px;
    padding-left: 10px;
    width: calc(100% - 10px); }
    .sidebar__nav ul li.active:after {
      display: none; }
  .sidebar__nav ul li:after {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(78, 217, 189, 0.15)), to(rgba(74, 161, 192, 0.2)));
    background-image: linear-gradient(to left, rgba(78, 217, 189, 0.15), rgba(74, 161, 192, 0.2));
    bottom: -14px;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    margin: 8px 0;
    position: absolute;
    width: 100%; }
  .sidebar__nav ul li a small,
  .sidebar__nav ul li a strong {
    font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    display: block; }
  .sidebar__nav ul li a small {
    color: #54659c; }
  .sidebar__nav ul li a strong {
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 600;
    color: #2c2c30;
    margin-top: 5px; }

@media screen and (max-width: 970px) {
  .sidebar__nav {
    display: none; } }

.sidebar__nextConcerts__concert {
  background-image: linear-gradient(226deg, #4ed9bd, #085084);
  color: #fff;
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  padding-bottom: 15px;
  text-align: center;
  display: block; }
  .sidebar__nextConcerts__concert + .sidebar__nextConcerts__concert {
    margin-top: 20px; }

.sidebarConcert__info {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  background-color: rgba(57, 57, 57, 0.4);
  font-size: 14px;
  padding: 12px; }

.sidebarConcert__title {
  font-weight: 600;
  font-size: 16px;
  margin: 15px 15px 0; }

.sidebarConcert__details {
  font-size: 13px;
  line-height: 1.54;
  margin: 5px 15px 0; }

.sidebar__featuredAlbum {
  text-align: center; }

.sidebar__featuredAlbum__cover img {
  display: inline-block; }

.sidebar__featuredAlbum__coverButton {
  margin-top: -16.5px; }
  .sidebar__featuredAlbum__coverButton a {
    font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background-image: linear-gradient(244deg, #4ed9bd, #085084);
    color: #fff;
    display: inline-block;
    padding: 10px 15px; }

.sidebar__featuredAlbum__title {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #54659c;
  margin-top: 20px; }

.sidebar__featuredAlbum__details {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.54;
  color: #7e7b84;
  margin-top: 10px; }

/**
 *  PAGE ENTRY
 */
.pageEntryPost__preTitle {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #9b9b9b; }
  .pageEntryPost__preTitle + .pageEntryPost__title {
    margin-top: 10px; }

.pageEntryPost__title {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #2c2c30; }
  .pageEntryPost__title + .pageEntryPost__description {
    margin-top: 5px; }

.pageEntryPost__description {
  font-family: "ff-more-web-pro", "FF More Pro", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.78;
  font-style: italic;
  color: #9b9b9b; }

/**
 *  PAGE ENTRY CONTENT
 */
.pageEntry__list__post:after {
  background-image: -webkit-gradient(linear, right top, left top, from(#4ed9bd), to(#085084));
  background-image: linear-gradient(to left, #4ed9bd, #085084);
  content: '';
  display: block;
  height: 2px;
  margin-top: 27px;
  width: 100%; }

.pageEntry__list__post + .pageEntry__list__post {
  margin-top: 27px; }

.pageEntryPost__body {
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px; }

.pageEntryPost__body__image {
  min-width: 250px;
  text-align: center;
  width: 250px;
  margin-right: 20px; }
  .pageEntryPost__body__image img {
    width: 100%;
    height: auto; }

.pageEntryPost__body__text {
  font-family: "ff-more-web-pro", "FF More Pro", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.14;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .pageEntryPost__body__text a {
    color: #9b9b9b; }
  .pageEntryPost__body__text .button {
    display: inline-block;
    margin-top: 15px; }

@media screen and (max-width: 720px) {
  .pageEntryPost__body {
    display: block; }
  .pageEntryPost__body__image,
  .pageEntryPost__body__text {
    width: 100%; }
  .pageEntryPost__body__image {
    margin-bottom: 20px; }
    .pageEntryPost__body__image img {
      width: 80%;
      height: auto;
      margin: 0 auto; } }

.pageEntryPost__body__text:first-letter {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 0.85;
  color: #54659c;
  padding-right: 10px;
  float: left; }

.pageEntryPost__body__text--noInitials:first-letter {
  font: inherit;
  color: inherit;
  padding-right: inherit;
  float: none; }

@media screen and (max-width: 960px) {
  .pageEntry {
    margin-left: 0 !important;
    margin-right: 0 !important; } }

/**
 *  PAGE HEADER'S FIRST ROW
 *  Contains the logo and localization tools.
 */
.pageHeader {
  padding-top: 30px;
  background-color: #fff; }
  .pageHeader + .heroHeader {
    margin-top: -58px; }

.headerLogo {
  text-align: center; }

.headerTools {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif; }

.headerTools__i18n {
  color: #9b9b9b;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-align: right;
  text-transform: uppercase;
  white-space: nowrap; }
  .headerTools__i18n a {
    color: #9b9b9b;
    text-decoration: none; }
  .headerTools__i18n .active {
    color: #54659c;
    font-weight: 600; }

/**
 *  SEARCH FORM
 *  The form provides a soft background for the input. When unfocused, the
 *  input is much smaller, and expands when it gains focus.
 */
.headerTools__search {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), color-stop(50%, #fff), to(#f4f4f4));
  background-image: linear-gradient(to bottom, #f4f4f4, #fff 50%, #f4f4f4);
  margin-left: 10px; }

.headerTools__search__input {
  background-size: 16px 17px;
  background: transparent url("../img/ic-search.svg") no-repeat 11.5px 12px;
  border: 1px solid transparent;
  color: #54659c;
  cursor: pointer;
  font-size: 13px;
  height: 40px;
  line-height: 13px;
  padding: 10px 18px;
  text-indent: 24px;
  width: 40px; }
  .headerTools__search__input:active, .headerTools__search__input:focus {
    background-color: #fff;
    border-color: #085084;
    outline: 0;
    -webkit-transition: width .5s;
    transition: width .5s;
    width: 150px; }

.headerMenu {
  text-align: left; }

.headerMenu a {
  display: block;
  opacity: 0;
  background: transparent url("../img/ic-menu-ham.svg") no-repeat center center;
  height: 40px;
  width: 40px;
  line-height: 13px;
  -webkit-transition: .5s ease transform;
  transition: .5s ease transform; }
  .headerMenu a:hover {
    -webkit-transform: scale(1.1) rotate(0deg);
            transform: scale(1.1) rotate(0deg); }
  .headerMenu a.toggled {
    -webkit-transform: scale(1) rotate(-270deg);
            transform: scale(1) rotate(-270deg); }
  .headerMenu a:hover.toggled {
    -webkit-transform: scale(1.1) rotate(-270deg);
            transform: scale(1.1) rotate(-270deg); }

@media screen and (max-width: 960px) {
  body {
    padding-top: 50px; }
  body:before {
    background: transparent url(../img/page-header-radial-gradient.png) no-repeat top center;
    content: '';
    display: block;
    height: 58px;
    padding-top: 20px;
    width: 100%;
    z-index: 90; }
  .pageHeader {
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1); }
  .headerMenu a {
    opacity: 1; }
  .headerLogo img {
    height: 26px;
    width: auto; }
  .firstLevelNav {
    display: none; }
  .pageHeader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 100; }
    .pageHeader .headerLogo {
      padding: 7px 0; }
    .pageHeader .headerTools {
      position: relative; }
    .pageHeader .headerTools__i18n {
      display: none; }
    .pageHeader .headerTools__search {
      background: none; }
    .pageHeader .headerTools__search__input:active, .pageHeader .headerTools__search__input:focus {
      z-index: 4;
      width: 95%;
      left: 2.5%;
      right: 2.5%;
      position: fixed; } }

.daySlider .clndr-controls {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background: #fff;
  border-image-slice: 1;
  border-image-source: linear-gradient(252deg, #4ed9bd, #085084);
  border-style: solid;
  border-width: 10px;
  color: #151515;
  margin: 0 auto;
  max-width: 500px;
  padding: 30px;
  text-align: center; }

.daySlider .clndr-controls {
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.daySlider .clndr-control-button {
  background: url("../img/ic-arrow-prev.svg") no-repeat 0 0;
  cursor: pointer;
  height: 24px;
  width: 24px;
  position: relative; }
  .daySlider .clndr-control-button.rightalign {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .daySlider .clndr-control-button .clndr-next-button,
  .daySlider .clndr-control-button .clndr-previous-button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.daySlider .header-days {
  display: none; }

.daySlider .clndr-table, .daySlider .clndr-table thead, .daySlider .clndr-table tbody, .daySlider .clndr-table tr, .daySlider .clndr-table td {
  display: inline-block;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

.daySlider .clndr-table {
  margin-top: 50px;
  padding-bottom: 58px;
  position: relative;
  width: 100%;
  text-align: center;
  overflow: auto;
  white-space: nowrap; }

.daySlider .clndr-table .header-days {
  display: none; }

.daySlider .clndr-table tr {
  margin-top: 50px;
  padding-bottom: 58px;
  position: relative;
  display: inline; }
  .daySlider .clndr-table tr td {
    display: inline-block;
    text-align: center; }
    .daySlider .clndr-table tr td + td {
      margin-left: 25px; }
  .daySlider .clndr-table tr + tr {
    margin-left: 25px; }

.daySlider .clndr-table:after {
  background: transparent url("../img/spotify-embed-bg-bottom.svg") no-repeat center center;
  bottom: 0;
  content: '';
  display: block;
  height: 58px;
  left: 50%;
  margin-left: -570px;
  opacity: 0.7;
  position: absolute;
  width: 1140px; }

.daySlider .clndr-table .day {
  font-family: "ff-more-web-pro", "FF More Pro", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1em;
  display: inline-block;
  color: #151515;
  border-style: solid;
  border-color: transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  padding: 5px 0; }
  .daySlider .clndr-table .day.today {
    color: #7a2a60; }
  .daySlider .clndr-table .day.event {
    color: #54659c;
    cursor: pointer;
    text-decoration: underline; }
  .daySlider .clndr-table .day.selected {
    text-decoration: none;
    padding: 5px 10px;
    border: 5px solid rgba(0, 0, 0, 0.2); }
  .daySlider .clndr-table .day.selected.event {
    text-decoration: none;
    border-image-slice: 1;
    border-image-source: linear-gradient(208deg, #4ed9bd, #085084);
    color: #7a2a60; }
  .daySlider .clndr-table .day.past {
    color: #bebebe; }

.daySlider .clndr-table .empty {
  display: none; }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .daySlider .clndr-table .day.selected {
    padding: 15px 10px 5px 10px !important; } }

.swiper-container {
  width: 100%;
  margin-top: 40px;
  display: block;
  width: 100%;
  overflow: visible; }

.discographySliderContainer {
  overflow-x: hidden;
  max-width: 100%; }

.swiper-wrapper {
  overflow: visible; }

.discographySlider__wrapper {
  padding: 30px 0; }

.discographySlider__item {
  position: relative;
  height: 300px; }

.discographySlider__link {
  min-height: 260px;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.discographySlider__image {
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
  display: inline-block;
  width: 100%;
  height: auto;
  margin: 0 auto; }

.discographySlider__caption {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
  opacity: 0;
  -webkit-transition: 500ms ease opacity;
  transition: 500ms ease opacity;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding: 20px;
  text-align: center;
  background: linear-gradient(240deg, #4ed9bd, rgba(8, 80, 132, 0.7)); }

.swiper-slide-active .discographySlider__caption {
  opacity: 1; }

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: -30px; }

.swiper-button-prev,
.swiper-button-next {
  background-image: none !important; }

.swiper-button-prev img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

@media all and (max-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none; } }

.timelineEntry h2, .timelineEntry h3 {
  text-align: center; }

.timelineEntry h2 {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 28.8px;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 1.5px;
  color: #151515;
  margin-top: 45px;
  margin-bottom: 45px; }

.timelineEntry h3 {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 19.2px;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 1.5px;
  color: #54659c;
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 45px; }

.timelinePagination {
  position: relative; }
  .timelinePagination .timelinePagination__wrapper {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    position: relative;
    overflow: hidden;
    padding: 0 0 50px 0;
    position: relative;
    margin: 0 30px; }
  .timelinePagination:before, .timelinePagination:after {
    z-index: 2;
    content: "";
    display: block;
    position: absolute;
    width: 100px;
    height: 100%;
    bottom: 0;
    left: 30px;
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #fff 40%);
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#fff)) left repeat;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff) left repeat; }
  .timelinePagination:after {
    left: auto;
    right: 30px;
    background-image: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), #fff 40%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff)) left repeat;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff) left repeat; }
  .timelinePagination .timelinePagination__prev,
  .timelinePagination .timelinePagination__next {
    position: absolute;
    cursor: pointer;
    z-index: 3;
    height: 24px;
    width: 24px;
    background: transparent url("../img/ic-arrow-next.svg") no-repeat top center; }
  .timelinePagination .timelinePagination__next {
    right: -5px; }
  .timelinePagination .timelinePagination__prev {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    left: -5px; }
  .timelinePagination .timelinePagination__item {
    padding: 0 18px 50px 18px;
    min-width: 160px;
    text-align: center;
    border-bottom: 2px solid #e6e6e6;
    position: relative; }
    .timelinePagination .timelinePagination__item .timelinePagination__item__text {
      font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 1;
      color: #9b9b9b; }
    .timelinePagination .timelinePagination__item.active .timelinePagination__item__text {
      color: #54659c;
      font-weight: 700; }
    .timelinePagination .timelinePagination__item .timelinePagination__dot,
    .timelinePagination .timelinePagination__item.active .timelinePagination__dot:after {
      border-radius: 50%;
      content: "";
      height: 18px;
      width: 18px;
      position: absolute;
      display: block;
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 9px);
              transform: translate(-50%, 9px);
      background: #d1d1d1;
      border: 5px solid rgba(255, 255, 255, 0.7); }
      .timelinePagination .timelinePagination__item .timelinePagination__dot.active .timelinePagination__dot,
      .timelinePagination .timelinePagination__item.active .timelinePagination__dot:after.active .timelinePagination__dot {
        background-color: rgba(8, 80, 132, 0.7);
        border-color: #4ed9bd; }
    .timelinePagination .timelinePagination__item.active .timelinePagination__dot:after {
      height: 30px;
      width: 30px;
      background-color: rgba(8, 80, 132, 0.6);
      -webkit-transform: translate(-50%, 11px);
              transform: translate(-50%, 11px); }
  .timelinePagination .timelinePagination__item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: url(../img/page-header-radial-gradient.png) no-repeat top center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

@media screen and (max-width: 960px) {
  .timelinePagination:before, .timelinePagination:after {
    width: 50px; }
  .timelinePagination__item {
    padding-left: 0;
    padding-right: 0; } }

.homepageCalendar {
  margin-top: 75px; }

.homepageCalendar__calendar {
  min-height: 470px; }
  .homepageCalendar__calendar .clndr-controls {
    font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 4.5px;
    text-transform: uppercase;
    background: #fff;
    border-image-slice: 1;
    border-image-source: linear-gradient(252deg, #4ed9bd, #085084);
    border-style: solid;
    border-width: 5px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    color: #151515;
    margin: 0 auto;
    max-width: 470px;
    padding: 24px 0;
    text-align: center; }
  .homepageCalendar__calendar .clndr-controls {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .homepageCalendar__calendar .clndr-control-button {
    background: url("../img/ic-arrow-right-blue.svg") no-repeat 0 0;
    cursor: pointer;
    height: 14px;
    width: 18px;
    position: relative;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
    .homepageCalendar__calendar .clndr-control-button.rightalign {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
    .homepageCalendar__calendar .clndr-control-button .clndr-next-button,
    .homepageCalendar__calendar .clndr-control-button .clndr-previous-button {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .homepageCalendar__calendar .header-days {
    display: none; }
  .homepageCalendar__calendar .clndr-table, .homepageCalendar__calendar .clndr-table thead, .homepageCalendar__calendar .clndr-table tbody, .homepageCalendar__calendar .clndr-table tr, .homepageCalendar__calendar .clndr-table td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline; }
  .homepageCalendar__calendar .clndr-table {
    margin-top: 10px;
    position: relative;
    width: 100%;
    text-align: center;
    overflow: auto;
    white-space: nowrap; }
  .homepageCalendar__calendar .clndr-table .header-days {
    display: none; }
  .homepageCalendar__calendar .clndr-table tr {
    position: relative; }
    .homepageCalendar__calendar .clndr-table tr td {
      text-align: center; }
      .homepageCalendar__calendar .clndr-table tr td + td {
        margin-left: 25px; }
    .homepageCalendar__calendar .clndr-table tr + tr {
      margin-left: 25px; }
  .homepageCalendar__calendar .clndr-table .day {
    font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    color: #54659c;
    background-color: #fff;
    border-style: solid;
    border-color: #fff;
    border-width: 5px;
    padding: 5px; }
    .homepageCalendar__calendar .clndr-table .day .day-contents {
      background: rgba(238, 238, 238, 0.3);
      line-height: 40px;
      padding: 0;
      margin: 0 auto;
      border-style: solid;
      border-color: rgba(238, 238, 238, 0.3);
      border-width: 4px; }
    .homepageCalendar__calendar .clndr-table .day.today .day-contents {
      background-color: rgba(84, 101, 156, 0.2);
      color: #54659c; }
    .homepageCalendar__calendar .clndr-table .day.event .day-contents {
      color: #54659c;
      cursor: pointer;
      border-image-slice: 1;
      border-image-source: linear-gradient(208deg, rgba(78, 217, 189, 0.4), rgba(8, 80, 132, 0.4)); }
    .homepageCalendar__calendar .clndr-table .day.selected .day-contents {
      text-decoration: none;
      border-image-slice: 1;
      border-image-source: linear-gradient(208deg, #4ed9bd, #085084); }
    .homepageCalendar__calendar .clndr-table .day.selected.event {
      text-decoration: none;
      border-image-slice: 1;
      border-image-source: linear-gradient(208deg, #4ed9bd, #085084); }
    .homepageCalendar__calendar .clndr-table .day.past {
      color: rgba(84, 101, 156, 0.3); }
  .homepageCalendar__calendar .clndr-table tr td:first-child {
    border-left: 0;
    padding-left: 0; }
  .homepageCalendar__calendar .clndr-table tr td:last-child {
    border-right: 0;
    padding-right: 0; }
  .homepageCalendar__calendar .clndr-table .empty {
    display: none; }

.homepageCalendar__heading {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 3px;
  margin-top: 22px;
  text-transform: uppercase;
  color: #9b9b9b; }

.homepageCalendar__title {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #54659c;
  margin-top: 5px; }

.homepageCalendar__meta {
  font-family: "ff-more-web-pro", "FF More Pro", serif;
  font-size: 17.6px;
  font-weight: 400;
  line-height: 1.94;
  font-style: italic;
  color: #9b9b9b;
  margin-top: 10px; }

.homepageCalendar__description {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 19.2px;
  font-weight: 400;
  line-height: 1.55;
  color: #2c2c2c;
  padding-top: 12px;
  margin-top: 20px;
  border-top: 2px solid #fff;
  border-image-slice: 1;
  border-image-source: linear-gradient(252deg, #4ed9bd, #085084); }

.homepageCalendar__show {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 19.2px;
  font-weight: 400;
  line-height: 1.55;
  color: #bdbcbe;
  text-decoration: underline;
  display: block; }

.homepageCalendar__tickets {
  margin-top: 41px;
  display: block; }

/* The side navigation menu */
.sidenav,
.sidenav__item__child {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 20;
  top: 51px;
  left: 0;
  background-color: #f3f3f3;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 0; }
  .sidenav.open,
  .sidenav__item__child.open {
    border-top: 0;
    width: 320px; }

@media screen and (min-width: 961px) {
  .sidenav,
  .sidenav__item__child {
    display: none; } }

/* The navigation menu links */
.sidenav ul {
  list-style: none; }

.sidenav ul > li.sidenav__item {
  background: #fff;
  border-bottom: 1px solid #dedede;
  position: relative;
  -webkit-transition: .5s ease opacity;
  transition: .5s ease opacity;
  min-width: 318px; }

.sidenav ul li.sidenav__item {
  opacity: 0; }

.sidenav.open ul > li.sidenav__item {
  opacity: 1; }

.sidenav ul > li.sidenav__item > a {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14.4px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: 5px solid #fff;
  color: #54659c;
  padding: 10px 20px;
  text-decoration: none;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .sidenav ul > li.sidenav__item > a small, .sidenav ul > li.sidenav__item > a strong {
    display: block;
    font-size: 70%; }
  .sidenav ul > li.sidenav__item > a strong {
    color: #2c2c30;
    margin-top: 5px;
    font-size: 90%; }

.sidenav ul > li.sidenav__item a:hover,
.sidenav ul > li.sidenav__item a:focus {
  border-color: #f4f4f4;
  background-color: #f4f4f4; }

.sidenav ul > li.sidenav__item a:active {
  border-color: #d8d8d8;
  background-color: #d8d8d8; }

.sidenav ul > li.sidenav__item .sidenav__item__icon {
  content: '';
  display: block;
  background: url("../img/ic-arrow-next-small.svg") no-repeat center center;
  position: absolute;
  width: 16px;
  height: 16px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  -webkit-transition: .5s ease transform;
  transition: .5s ease transform; }

.sidenav ul > li.sidenav__item:hover .sidenav__item__icon {
  -webkit-transform: translateY(-50%) translateX(5px);
          transform: translateY(-50%) translateX(5px); }

.sidenav ul > li.sidenav__item.active > a {
  font-weight: 700;
  border-image-source: linear-gradient(252deg, #4ed9bd, rgba(8, 80, 132, 0.7));
  border-image-slice: 1; }

.sidenav__item__child .sidenav__item__child {
  z-index: 22; }

.sidenav ul > li.sidenav__item--head {
  background: linear-gradient(252deg, #4ed9bd, rgba(8, 80, 132, 0.7));
  border: 0; }
  .sidenav ul > li.sidenav__item--head a {
    padding: 15px 25px;
    color: #fff;
    border: 0; }
  .sidenav ul > li.sidenav__item--head a:hover {
    background: linear-gradient(252deg, #4ed9bd, rgba(8, 80, 132, 0.7)); }
  .sidenav ul > li.sidenav__item--head:after {
    background: url("../img/ic-close-white.svg") no-repeat center center;
    background-size: contain;
    height: 11px;
    width: 11px;
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: none; }

.sidenav ul > li.sidenav__item__back {
  border: 0; }
  .sidenav ul > li.sidenav__item__back a {
    font-size: 14px;
    padding: 15px 25px 15px 45px;
    border: 0;
    text-transform: none;
    letter-spacing: 0; }
  .sidenav ul > li.sidenav__item__back:after {
    background: url("../img/ic-close-grey.svg") no-repeat center center;
    background-size: contain;
    height: 11px;
    width: 11px; }
  .sidenav ul > li.sidenav__item__back:before {
    content: '';
    display: block;
    background: url("../img/ic-arrow-next-small.svg") no-repeat center center;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
    pointer-events: none; }

ul.sidenav__item__child,
ul.sidenav__item__child ul.sidenav__item__child {
  right: auto;
  left: 320px;
  z-index: 21; }
  ul.sidenav__item__child.open,
  ul.sidenav__item__child ul.sidenav__item__child.open {
    left: 0; }
  ul.sidenav__item__child > li.sidenav__item--head,
  ul.sidenav__item__child ul.sidenav__item__child > li.sidenav__item--head {
    text-align: center; }
    ul.sidenav__item__child > li.sidenav__item--head:after,
    ul.sidenav__item__child ul.sidenav__item__child > li.sidenav__item--head:after {
      display: none; }
  ul.sidenav__item__child > li.sidenav__item--head a,
  ul.sidenav__item__child ul.sidenav__item__child > li.sidenav__item--head a {
    padding: 15px 25px; }

.sidenav__footer {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14.4px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 25px;
  white-space: nowrap; }
  .sidenav__footer a {
    color: #9b9b9b; }
  .sidenav__footer a.active {
    font-weight: 700;
    color: #54659c; }

ul.scholarResults {
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  margin: 70px auto 0;
  width: 100%; }
  ul.scholarResults .scholarResults__result {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 225px;
    text-align: center;
    padding-bottom: 15px;
    border: 0;
    margin: 10px 1.25%;
    border-bottom: 2px solid transparent;
    border-image-source: linear-gradient(252deg, #4ed9bd, #085084);
    border-image-slice: 1; }
    ul.scholarResults .scholarResults__result:nth-of-type(n+4) {
      margin-top: 40px; }
    ul.scholarResults .scholarResults__result a img {
      background: #eee;
      -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.2);
              box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.2);
      display: block;
      height: 260px;
      position: relative;
      width: 260px;
      border-style: solid;
      border-color: transparent;
      border-bottom-width: 7px;
      border-image-source: linear-gradient(47deg, #4ed9bd, #085084);
      border-image-slice: 1; }
      ul.scholarResults .scholarResults__result a img:after {
        background-image: linear-gradient(267deg, #4ed9bd, #085084);
        bottom: 0;
        content: '';
        height: 7px;
        left: 0;
        position: absolute;
        right: 0;
        width: 100%; }

.scholarResults__result__name,
.scholarResults__result__instrument,
.scholarResults__result__year {
  margin-left: 15px;
  margin-right: 15px; }

.scholarResults__result__name {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #54659c;
  margin-top: 10px; }

.scholarResults__result__instrument {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.54;
  letter-spacing: 1.5px;
  color: #9b9b9b;
  text-transform: uppercase; }

.scholarResults__result__year {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.54;
  color: #54659c;
  margin-top: 5px; }

.scholarResults__button {
  margin-top: -28px; }
  .scholarResults__button a {
    font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background-image: linear-gradient(244deg, #4ed9bd, #085084);
    color: #fff;
    display: inline-block;
    padding: 10px 15px; }

body {
  font-family: "ff-more-web-pro", "FF More Pro", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  overflow-x: hidden;
  width: 100%; }

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

img {
  max-width: 100%;
  height: auto; }

.sectionHeader {
  color: rgba(21, 21, 21, 0.9);
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 15px;
  text-align: center; }

.rectangle-copy-6 {
  width: 695px;
  height: 120px;
  opacity: 0.7;
  background-color: #fff;
  border-style: solid;
  border-width: 15px;
  border-image-source: linear-gradient(252deg, #4ed9bd, #085084);
  border-image-slice: 1; }

button,
.button {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 238, 238, 0.2)), to(rgba(216, 216, 216, 0.2)));
  background-image: linear-gradient(to bottom, rgba(238, 238, 238, 0.2), rgba(216, 216, 216, 0.2));
  border: 0;
  color: #54659c;
  display: inline-block;
  padding: 14px 18px;
  position: relative;
  text-align: center; }
  button:after, button:before,
  .button:after,
  .button:before {
    background-image: linear-gradient(267deg, #4ed9bd, #085084);
    bottom: 0;
    content: '';
    display: block;
    height: 5px;
    left: 0;
    opacity: 0.7;
    position: absolute;
    width: 100%;
    -webkit-transition: .5s ease opacity;
    transition: .5s ease opacity; }
  button:before,
  .button:before {
    background-image: -webkit-gradient(linear, left top, right top, from(#4ed9bd), to(#085084));
    background-image: linear-gradient(90deg, #4ed9bd, #085084);
    opacity: 0; }
  button.button--small,
  .button.button--small {
    font-size: 13px; }
  button.button--white,
  .button.button--white {
    background: #fff; }
  button:hover:after,
  .button:hover:after {
    opacity: 0; }
  button:hover:before,
  .button:hover:before {
    opacity: 1; }

.button--gradient {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  background-image: linear-gradient(244deg, #4ed9bd, #085084);
  color: #fff;
  height: 40px;
  letter-spacing: 1.4px; }

.button--gradientBorder {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  height: 40px;
  border-image-slice: 1;
  border-image-source: linear-gradient(245deg, #4ed9bd, #085084);
  border-style: solid;
  border-width: 4px;
  color: #54659c;
  letter-spacing: 1.4px; }

.firstLevelNav {
  margin: 52px auto 0;
  text-align: center; }
  .firstLevelNav:after {
    background: transparent url(../img/page-header-radial-gradient.png) no-repeat top center;
    content: '';
    display: block;
    height: 58px;
    padding-top: 20px;
    width: 100%;
    z-index: 90; }
  .firstLevelNav a {
    display: inline-block;
    color: #54659c;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    text-decoration: none;
    text-align: center;
    padding: 20px;
    position: relative; }
    .firstLevelNav a + a {
      margin-left: 10px; }
    .firstLevelNav a:after {
      background-repeat: no-repeat;
      background-position: top center;
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 5px; }
  .firstLevelNav .active {
    font-weight: bold; }
    .firstLevelNav .active:after {
      background-image: linear-gradient(240deg, #085084, #4ed9bd); }

@media screen and (max-width: 1170px) {
  .firstLevelNav a {
    font-size: 90%;
    padding: 15px; } }

.container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  width: 95%; }

.container--large {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  width: 95%; }

.heroHeader {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  position: relative;
  background-color: #000;
  overflow: hidden;
  height: auto; }

.heroHeader__bg,
.heroHeader__fg {
  background-position: center;
  background-size: cover; }

.heroHeader__bg {
  background-image: url("../img/bg-2019-half.jpg");
  height: 0;
  padding-bottom: 80%; }

.heroHeader__fg {
  background-image: url("../img/fg-2019-half.png"); }

.heroHeader--concerts .heroHeader__bg {
  background-image: url("../img/bg-konzert-2019-half.jpg"); }

.heroHeader--concerts .heroHeader__fg {
  background-image: url("../img/fg-konzert-2019-half.png"); }

.heroHeader__content {
  margin-top: -25%;
  margin-bottom: 50px;
  max-width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto; }

.heroHeader--concerts .heroHeader__content {
  max-width: calc(100% - 34px); }

.heroHeader__content__quote {
  font-family: "ff-more-web-pro", "FF More Pro", serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 1.4;
  font-size: 1.2rem;
  text-align: center;
  padding: 0.5em;
  border-image-slice: 1;
  border-image-source: linear-gradient(225deg, #4ed9bd, #085084);
  border-style: solid;
  border-width: 10px;
  color: #fff;
  font-style: italic; }
  .heroHeader__content__quote p {
    margin: 0 auto;
    max-width: 25em; }
    .heroHeader__content__quote p:first-child:before {
      content: '» '; }
    .heroHeader__content__quote p:first-child:after {
      content: ' «'; }

.heroHeader__content__quoteAuthor {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14.4px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-top: 5px; }

@media screen and (min-width: 768px) {
  .heroHeader {
    height: 800px; }
  .heroHeader__bg,
  .heroHeader__fg {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .heroHeader__bg {
    padding-bottom: 0;
    height: auto; }
  .heroHeader__fg {
    display: block; }
  .heroHeader__content__quote {
    font-size: 1.5em;
    padding: 1em;
    text-align: left; } }

@media screen and (min-width: 768px) {
  .heroHeader__content {
    position: absolute;
    bottom: 45%;
    left: 53%;
    max-width: 40%;
    margin-bottom: 0; }
  .heroHeader--concerts .heroHeader__content {
    bottom: 30%;
    left: 52%;
    max-width: 43%;
    font-size: 110%; } }

@media all and (min-width: 1040px) {
  .heroHeader__content {
    font-size: 130%; }
  .heroHeader--concerts .heroHeader__content {
    font-size: 130%; } }

@media all and (min-width: 1200px) {
  .heroHeader__content {
    max-width: 35%; }
  .heroHeader--concerts .heroHeader__content {
    max-width: 40%;
    font-size: 150%;
    bottom: 24%; } }

@media all and (min-width: 1380px) {
  .heroHeader--concerts .heroHeader__content {
    bottom: 22%; } }

.homeEventTeasers {
  margin-top: -40px;
  position: relative;
  z-index: 20; }

.homeEventTeasers__flex {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.homeEventTeasers__eventWrapper {
  width: 32%;
  position: relative; }

.homeEventTeasers__event {
  color: #fff;
  height: 100%;
  padding: 12px 16px 22px;
  text-align: center; }

@media screen and (max-width: 767px) {
  .homeEventTeasers__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .homeEventTeasers__eventWrapper {
    margin-top: 10px;
    width: 100%; } }

.homeEventTeasers__event__background {
  background-image: linear-gradient(231deg, #4ed9bd, #085084);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1; }

.homeEventTeasers__event__meta {
  text-transform: uppercase;
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.9px; }

@media all and (min-width: 768px) and (max-width: 1024px) {
  .homeEventTeasers__event__meta {
    letter-spacing: 0.5px; } }

.homeEventTeasers__event__title {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin: 25px 0 10px; }

.homeEventTeasers__event__details {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2; }

.text__subTitle,
.text--subTitle {
  text-transform: uppercase;
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 4.5px; }

.text__title,
.text--title {
  text-transform: uppercase;
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1.7px; }

.homeProject {
  margin-top: 140px; }

.homeProject__subTitle {
  color: #bab9ba; }

.homeProject__title {
  color: #54659c; }

.homeProject__description {
  font-family: "ff-more-web-pro", "FF More Pro", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  margin-top: 24px; }

.homeProject__action {
  margin-top: 24px; }

.img--rotateAndShade {
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  margin-bottom: 40px; }

.img--shade {
  border: solid 1px rgba(21, 21, 21, 0.1);
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3); }

.homeEvents {
  background-image: linear-gradient(240deg, #27b497, #085084);
  color: #fff;
  margin-top: 70px;
  padding: 60px 0; }
  .homeEvents .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

.homeEvents__event {
  position: relative;
  margin-bottom: 30px; }
  .homeEvents__event .button {
    margin-top: 30px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 238, 238, 0.8)), to(rgba(216, 216, 216, 0.8)));
    background-image: linear-gradient(to bottom, rgba(238, 238, 238, 0.8), rgba(216, 216, 216, 0.8)); }
  .homeEvents__event:nth-of-type(1) {
    padding: 0 30px 0 0; }
  .homeEvents__event:nth-of-type(2) {
    padding: 0 15px; }
  .homeEvents__event:nth-of-type(3) {
    padding: 0 0 0 30px; }
  .homeEvents__event:not(:first-of-type):before {
    content: '';
    position: absolute;
    top: 50%;
    left: -20px;
    width: 2px;
    height: 158px;
    margin-top: -79px;
    opacity: 0.7;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#4ed9bd), to(#085084));
    background-image: linear-gradient(to top, #4ed9bd, #085084); }

.homeEvents__subTitle {
  color: #54659c;
  color: white; }

.homeEvents__title {
  font-family: "ff-more-web-pro", "FF More Pro", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  font-style: italic; }

.homeEvents__description {
  font-family: "ff-more-web-pro", "FF More Pro", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  margin-top: 40px; }

@media screen and (max-width: 960px) {
  .homeEvents__event:nth-of-type(1), .homeEvents__event:nth-of-type(2), .homeEvents__event:nth-of-type(3) {
    padding: 0; } }

.homeVideoTeaser {
  margin-top: 70px; }

.homeVideoTeaser__subTitle {
  color: #bab9ba; }

.homeVideoTeaser__title {
  color: #54659c; }

.homeVideoTeaser__description {
  font-family: "ff-more-web-pro", "FF More Pro", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  margin-top: 40px; }

.homeVideoTeaser__video {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.galaxyBorder {
  background-color: #fff;
  border-image-slice: 1;
  border-image-source: linear-gradient(252deg, #4ed9bd, rgba(8, 80, 132, 0.7));
  border-style: solid;
  border-width: 15px;
  padding: 30px 60px;
  display: inline-block;
  max-width: 100%; }

.galaxyBorder__title {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(21, 21, 21, 0.9);
  letter-spacing: 15px;
  text-align: center; }

@media screen and (max-width: 960px) {
  .galaxyBorder {
    padding: 15px;
    border-width: 10px; }
  .galaxyBorder__title {
    font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 10px; } }

.homeDiscography {
  margin-top: 140px; }

.homeDiscography__seeMore {
  font-family: "ff-more-web-pro", "FF More Pro", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  font-style: italic;
  margin-top: 40px;
  text-align: center; }
  .homeDiscography__seeMore a {
    color: #54659c;
    text-decoration: underline; }

.homeCalendar {
  margin-top: 140px; }

.homeBiography {
  background: url("../img/biography-bg-image.jpg") no-repeat bottom right;
  margin-top: 40px;
  min-height: 900px;
  padding-top: 260px; }
  .homeBiography .button {
    margin-top: 40px; }

.homeBiography__title {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 4.4px;
  color: #151515; }

.homeBiography__subTitle {
  font-family: "ff-more-web-pro", "FF More Pro", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.88;
  color: #54659c;
  font-style: italic;
  margin-top: 20px; }

.homeBiography__quoteRow {
  position: relative; }

.homeBiography__sideQuote__wrapper {
  bottom: 0;
  left: -150px;
  position: absolute; }

.homeBiography__sideQuote__quote {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.88;
  color: #54659c;
  text-align: right;
  width: 200px; }

.homeBiography__body {
  font-family: "ff-more-web-pro", "FF More Pro", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.94;
  margin-top: 70px; }

.homeBiography__body:first-letter {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 0.85;
  text-transform: uppercase;
  color: #54659c;
  padding-right: 10px;
  float: left; }

@media screen and (max-width: 960px) {
  .homeBiography {
    padding-top: 60px;
    padding-bottom: 700px; }
  .homeBiography__sideQuote__wrapper {
    display: none; } }

@media screen and (max-width: 480px) {
  .homeBiography {
    background-position-x: -860px; } }

.pageUp {
  cursor: pointer;
  display: none;
  position: fixed;
  width: 40px;
  height: 40px;
  line-height: 40px;
  right: 50px;
  bottom: 50px;
  background: #fff url("../img/ic-arrow-right.svg") no-repeat center center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  border-style: solid;
  border-color: transparent;
  border-width: 5px;
  border-image-source: linear-gradient(257deg, #4ed9bd, #085084);
  border-image-slice: 1;
  z-index: 30;
  -webkit-transition: .5s ease transform;
  transition: .5s ease transform; }

@media screen and (max-width: 960px) {
  .pageUp {
    right: 20px;
    bottom: 20px; } }

.pageUp:hover {
  -webkit-transform: rotate(-90deg) translateX(-5px);
          transform: rotate(-90deg) translateX(-5px); }

.pageUp:active {
  -webkit-transform: rotate(-90deg) translateX(12px);
          transform: rotate(-90deg) translateX(12px); }

.pagination {
  text-align: center;
  margin-top: 45px;
  margin-bottom: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .pagination > a, .pagination > span {
    font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 20.8px;
    font-weight: 400;
    line-height: 40px;
    background: #fff;
    width: 40px;
    height: 40px;
    margin: 2px;
    display: inline-block;
    border-style: solid;
    border-color: transparent;
    border-width: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #9b9b9b; }
    .pagination > a span, .pagination > span span {
      font-weight: 600;
      color: #7e7b84;
      font-size: 20px; }
    .pagination > a.active, .pagination > span.active {
      color: #2c2c30;
      border-image-source: linear-gradient(207deg, #4ed9bd, #085084);
      border-image-slice: 1; }

.pageFooter {
  background-image: linear-gradient(251deg, #4ed9bd, #085084);
  color: #fff;
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  margin-top: 70px;
  padding: 30px 0 0; }
  .pageFooter a {
    color: #fff;
    text-decoration: none; }
    .pageFooter a:hover {
      text-decoration: underline; }

.pageFooter--home, .pageFooter--home footer {
  margin-top: 0; }

.pageFooter__columnTitle {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  margin-top: 30px; }

.pageFooter__languages {
  font-size: 16px; }
  .pageFooter__languages a {
    opacity: 0.6; }
  .pageFooter__languages .active {
    font-weight: 600;
    opacity: 1; }

.pageFooter__search {
  margin-top: 20px;
  text-align: center; }
  .pageFooter__search input {
    background: #fff url("../img/ic-search.svg") no-repeat 18px center;
    border: 0;
    color: #7e7b84;
    color: #54659c;
    font-size: 13px;
    padding: 16px 18px;
    text-indent: 34px;
    width: 50%; }

.pageFooter__columnTitle {
  text-align: center; }

.pageFooter__languages {
  text-align: center; }

.pageFooter__languages {
  text-align: center; }

.pageFooter__copyright {
  text-align: center; }

.pageFooter__copyright {
  font-size: 13px;
  margin-top: 15px; }

.pageFooter__sitemap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative; }
  .pageFooter__sitemap li {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    width: 33.333%;
    margin-top: 3px;
    margin-bottom: 3px; }

@media all and (min-width: 800px) {
  .pageFooter__search {
    text-align: left; }
    .pageFooter__search input {
      width: 100%; }
  .pageFooter__columnTitle {
    text-align: left; }
  .pageFooter__languages {
    text-align: left; }
  .pageFooter__languages {
    text-align: left; }
  .pageFooter__copyright {
    text-align: left; }
  .pageFooter__sitemap:before {
    background: #fff;
    content: '';
    display: block;
    height: 100%;
    opacity: 0.2;
    position: absolute;
    top: 0;
    width: 2px; }
  .pageFooter__sitemap:before {
    left: -1rem; } }

.pageFooter__socialRow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(21, 21, 21, 0.1);
  margin-top: 30px;
  padding: 15px 0;
  text-align: center; }
  .pageFooter__socialRow a {
    background: transparent url("../img/social-media-icons.png") no-repeat 0 0;
    background-size: 304px 16px;
    display: inline-block;
    height: 16px;
    width: 16px; }
    .pageFooter__socialRow a:hover {
      opacity: 0.75; }
  .pageFooter__socialRow a + a {
    margin-left: 20px; }
  .pageFooter__socialRow .twitter {
    background-position: 0 0; }
  .pageFooter__socialRow .facebook {
    background-position: -36px 0; }
  .pageFooter__socialRow .spotify {
    background-position: -72px 0; }
  .pageFooter__socialRow .vimeo {
    background-position: -108px 0; }
  .pageFooter__socialRow .instagram {
    background-position: -145px 0; }
  .pageFooter__socialRow .soundcloud {
    background-position: -181px 0; }
  .pageFooter__socialRow .google-plus {
    background-position: -217px 0; }
  .pageFooter__socialRow .itunes {
    background-position: -253px 0; }
  .pageFooter__socialRow .youtube {
    background-position: -288px 0; }

body:not(.acceptedCookies) .pageFooter__socialRow {
  padding-bottom: 80vh; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .pageFooter__socialRow a {
    background-image: url("../img/social-media-icons@2x.png"); } }

.videoList__item {
  padding-bottom: 12px;
  margin-bottom: 25px;
  border-bottom: 2px solid transparent;
  border-image-source: linear-gradient(252deg, #4ed9bd, #085084);
  border-image-slice: 1; }

.videoList__item__title {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4em;
  color: #2c2c30;
  margin-top: 10px; }

.videoList__item__caption {
  font-family: "ff-more-web-pro", "FF More Pro", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  color: #9b9b9b;
  font-style: italic; }

.videoList__item__meta {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14.4px;
  font-weight: 400;
  line-height: 1.4em;
  color: #54659c;
  margin-top: 10px; }

.responsiveIframe {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto; }

.responsiveIframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.pressGallery {
  border-bottom: 2px solid transparent;
  border-image-source: linear-gradient(252deg, #4ed9bd, #085084);
  border-image-slice: 1;
  margin-bottom: 30px;
  padding-bottom: 10px; }
  .pressGallery .row {
    margin-top: 0; }

.pressGallery__title {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 1.5px;
  color: #9b9b9b;
  text-transform: uppercase;
  margin-bottom: 25px; }

.pressGallery__item {
  margin-bottom: 19px; }

.pressGallery__item__imageWrapper {
  height: 160px;
  max-height: 160px;
  overflow: hidden;
  background-color: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  .pressGallery__item__imageWrapper .pressGallery__item__fullscreen {
    background: rgba(0, 0, 0, 0.5) url("../img/ic-fullscreen.svg") no-repeat center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    opacity: 0;
    -webkit-transition: 0.2s ease-in-out opacity;
    transition: 0.2s ease-in-out opacity; }
    .pressGallery__item__imageWrapper .pressGallery__item__fullscreen:hover, .pressGallery__item__imageWrapper .pressGallery__item__fullscreen:focus {
      opacity: 1; }
  .pressGallery__item__imageWrapper img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto; }

.pressGallery__item__meta {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12.8px;
  font-weight: 400;
  line-height: 1.5em;
  color: #7e7b84;
  margin-top: 5px; }

.pressGallery__item__download {
  font-family: "europa", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25em;
  color: #54659c;
  text-decoration: underline;
  margin-top: 5px;
  display: block; }
