@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  font-family: "europa", sans-serif;
  font-style: normal;
}

em,
strong {
  font-weight: 700;
}

h1, h2, h3, h4, h5,
.h1,
.event.event--highlight .event__title, .h2, .h3, .event.event--item .event__title, .h4, .body-section .card .card__title, .h5, .event.event--item .event__subtitle, .body-section .card .card__subtitle {
  text-transform: uppercase;
  font-weight: 700;
}

.h1, .event.event--highlight .event__title {
  margin: 0.5rem 0;
  font-size: 1.75rem;
  letter-spacing: 0.3rem;
}
@media (min-width: 576px) {
  .h1, .event.event--highlight .event__title {
    font-size: 2.875rem;
  }
}

.h2 {
  display: block;
  width: 100%;
  margin: 0.5rem 0;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.2rem;
}

.h3, .event.event--item .event__title {
  margin: 0.5rem 0 1rem 0;
  font-size: 1.75rem;
  letter-spacing: 0.2rem;
}
@media (min-width: 576px) {
  .h3, .event.event--item .event__title {
    font-size: 1.875rem;
  }
}

.h4, .body-section .card .card__title {
  font-size: 1.1875rem;
  letter-spacing: 0.1rem;
}
@media (min-width: 576px) {
  .h4, .body-section .card .card__title {
    font-size: 1.375rem;
  }
}

.h5, .event.event--item .event__subtitle, .body-section .card .card__subtitle {
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.2rem;
}

a {
  text-decoration: none;
  color: inherit;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  background-color: #000000;
  font-size: 1rem;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul {
  padding: 0;
}

li {
  padding: 0;
}

p {
  margin: 0;
}

.body-section {
  padding-top: 3rem;
  background-color: #000000;
}
@media (min-width: 768px) {
  .body-section {
    padding-top: 4rem;
  }
}

.container {
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  max-width: 1400px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .container {
    padding-left: 3.5vw;
    padding-right: 3.5vw;
  }
}

.sr-only, .hero .hero__page-title, .body-section .card .card__primary-link span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.body-section .btn,
.hero .btn {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  -webkit-transition: padding 0.125s ease-in-out;
  transition: padding 0.125s ease-in-out;
  line-height: 1rem;
}
.body-section .btn:after,
.hero .btn:after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background-image: url("/global/assets/ic-arrow-light.svg");
  -webkit-transition: -webkit-transform 0.125s ease-in-out;
  transition: -webkit-transform 0.125s ease-in-out;
  transition: transform 0.125s ease-in-out;
  transition: transform 0.125s ease-in-out, -webkit-transform 0.125s ease-in-out;
}
.body-section .btn.btn--primary, .body-section .btn.btn--outline,
.hero .btn.btn--primary,
.hero .btn.btn--outline {
  position: relative;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 0.75rem 3rem 0.75rem 1rem;
}
.body-section .btn.btn--primary.btn--lg, .body-section .btn.btn--outline.btn--lg,
.hero .btn.btn--primary.btn--lg,
.hero .btn.btn--outline.btn--lg {
  padding: 1rem 3rem 1rem 1rem;
}
.body-section .btn.btn--primary:after, .body-section .btn.btn--outline:after,
.hero .btn.btn--primary:after,
.hero .btn.btn--outline:after {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.body-section .btn.btn--primary:hover, .body-section .btn.btn--primary:active, .body-section .btn.btn--primary:focus, .body-section .btn.btn--outline:hover, .body-section .btn.btn--outline:active, .body-section .btn.btn--outline:focus,
.hero .btn.btn--primary:hover,
.hero .btn.btn--primary:active,
.hero .btn.btn--primary:focus,
.hero .btn.btn--outline:hover,
.hero .btn.btn--outline:active,
.hero .btn.btn--outline:focus {
  padding-left: 3rem;
  padding-right: 1rem;
}
.body-section .btn.btn--primary:hover:after, .body-section .btn.btn--primary:active:after, .body-section .btn.btn--primary:focus:after, .body-section .btn.btn--outline:hover:after, .body-section .btn.btn--outline:active:after, .body-section .btn.btn--outline:focus:after,
.hero .btn.btn--primary:hover:after,
.hero .btn.btn--primary:active:after,
.hero .btn.btn--primary:focus:after,
.hero .btn.btn--outline:hover:after,
.hero .btn.btn--outline:active:after,
.hero .btn.btn--outline:focus:after {
  right: auto;
  left: 0;
  -webkit-transform: translate(1rem, -50%);
          transform: translate(1rem, -50%);
}
.body-section .btn.btn--primary:hover.btn--lg, .body-section .btn.btn--primary:active.btn--lg, .body-section .btn.btn--primary:focus.btn--lg, .body-section .btn.btn--outline:hover.btn--lg, .body-section .btn.btn--outline:active.btn--lg, .body-section .btn.btn--outline:focus.btn--lg,
.hero .btn.btn--primary:hover.btn--lg,
.hero .btn.btn--primary:active.btn--lg,
.hero .btn.btn--primary:focus.btn--lg,
.hero .btn.btn--outline:hover.btn--lg,
.hero .btn.btn--outline:active.btn--lg,
.hero .btn.btn--outline:focus.btn--lg {
  padding-left: 3rem !important;
  padding-right: 1rem !important;
}
.body-section .btn.btn--primary:hover.btn--lg:after, .body-section .btn.btn--primary:active.btn--lg:after, .body-section .btn.btn--primary:focus.btn--lg:after, .body-section .btn.btn--outline:hover.btn--lg:after, .body-section .btn.btn--outline:active.btn--lg:after, .body-section .btn.btn--outline:focus.btn--lg:after,
.hero .btn.btn--primary:hover.btn--lg:after,
.hero .btn.btn--primary:active.btn--lg:after,
.hero .btn.btn--primary:focus.btn--lg:after,
.hero .btn.btn--outline:hover.btn--lg:after,
.hero .btn.btn--outline:active.btn--lg:after,
.hero .btn.btn--outline:focus.btn--lg:after {
  -webkit-transform: translate(1rem, -50%);
          transform: translate(1rem, -50%);
}
.body-section .btn.btn--primary,
.hero .btn.btn--primary {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000000;
}
.body-section .btn.btn--primary:after,
.hero .btn.btn--primary:after {
  background-image: url("/global/assets/ic-arrow-dark.svg");
}
.body-section .btn.btn--outline,
.hero .btn.btn--outline {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
}
.body-section .btn.btn--link,
.hero .btn.btn--link {
  -webkit-box-pack: justify;
          justify-content: space-between;
  text-align: left;
  padding: 0.75rem 0;
}
.body-section .btn.btn--link + .btn--link,
.hero .btn.btn--link + .btn--link {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.body-section .btn.btn--link:hover,
.hero .btn.btn--link:hover {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.body-section .btn.btn--link:hover:after,
.hero .btn.btn--link:hover:after {
  margin-right: 0.5rem;
}

.body-section .card {
  border: 0;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  padding-left: 1rem;
  padding-right: 1rem;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.body-section .card .card__content {
  position: relative;
  margin-bottom: 0.5rem;
  z-index: 2;
}
.body-section .card .card__title {
  color: #fff;
  margin: 0.25rem 0 1rem 0;
}
.body-section .card .card__subtitle {
  color: #fff;
}
.body-section .card .card__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.125s ease-in-out;
  transition: -webkit-transform 0.125s ease-in-out;
  transition: transform 0.125s ease-in-out;
  transition: transform 0.125s ease-in-out, -webkit-transform 0.125s ease-in-out;
}
.body-section .card .card__primary-link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.body-section .card .card__buttons {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.body-section .card .card__buttons .btn {
  margin: 0 0.5rem 0.5rem 0;
}
.body-section .card .card__video-container {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.body-section .card .card__video-container video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.body-section .card:hover .card__video-container {
  opacity: 1;
}
.body-section .card:hover .card__bg {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.body-section .card:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 1;
  width: 100%;
  height: 300px;
  max-height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
}

.tmlTopBar {
  height: 0 !important;
}
.tmlTopBar .tmlTopBar_bar {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.tmlTopBar .tmlTopBar_block li.tmlTopBar_tmlIcon a {
  -webkit-transition: none !important;
  transition: none !important;
}
.tmlTopBar .tmlTopBar_bar {
  -webkit-transition: left 0.2s ease-in-out, top 0.2s ease-in-out, right 0.2s ease-in-out, bottom 0.2s ease-in-out, width 0.2s ease-in-out, background 0.1s ease-in-out;
  transition: left 0.2s ease-in-out, top 0.2s ease-in-out, right 0.2s ease-in-out, bottom 0.2s ease-in-out, width 0.2s ease-in-out, background 0.1s ease-in-out;
}
@media (min-width: 1200px) {
  .tmlTopBar .tmlTopBar_tmlName {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .tmlTopBar.tmlTopBar_lg * {
    color: #fff;
  }
  .tmlTopBar.tmlTopBar_lg .tmlTopBar_gradient {
    display: none !important;
  }
  .tmlTopBar.tmlTopBar_lg .tmlTopBar_bar {
    top: 3.5vw;
    left: 3.5vw;
    right: 3.5vw;
    width: 93vw;
    height: auto !important;
    background: transparent;
  }
  .tmlTopBar.tmlTopBar_lg .tmlTopBar_bar li > a,
.tmlTopBar.tmlTopBar_lg .tmlTopBar_bar li > a span {
    opacity: 0.8;
    font-size: 0.925rem !important;
    color: #fff !important;
  }
  .tmlTopBar.tmlTopBar_lg .tmlTopBar_bar li > a.tmlTopBar_radioName,
.tmlTopBar.tmlTopBar_lg .tmlTopBar_bar li > a span.tmlTopBar_radioName {
    opacity: 1;
  }
  .tmlTopBar.tmlTopBar_lg .tmlTopBar_bar li > a:hover,
.tmlTopBar.tmlTopBar_lg .tmlTopBar_bar li > a span:hover {
    opacity: 1;
  }
  .tmlTopBar.tmlTopBar_lg .tmlTopBar_bar li ul a,
.tmlTopBar.tmlTopBar_lg .tmlTopBar_bar li ul a span {
    color: #000000 !important;
  }
  .tmlTopBar.tmlTopBar_lg .tmlTopBar_bar .tmlTopBar_block > li {
    border-color: rgba(255, 255, 255, 0) !important;
  }
  .tmlTopBar.tmlTopBar_lg .tmlTopBar_bar .tmlTopBar_block li.tmlTopBar_tmlIcon {
    margin-right: 1rem;
  }
  .tmlTopBar.tmlTopBar_lg .tmlTopBar_bar .tmlTopBar_block li.tmlTopBar_tmlIcon > a {
    -webkit-transition: none !important;
    transition: none !important;
    display: -webkit-box;
    display: flex;
    width: 50px;
    height: 50px;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    background: #000;
    border-radius: 0;
    padding: 0;
    -webkit-transform: translateY(-9px);
            transform: translateY(-9px);
  }
  .tmlTopBar.tmlTopBar_lg .tmlTopBar_bar .tmlTopBar_block li.tmlTopBar_tmlIcon > a:before {
    position: static;
    display: block;
    width: 30px;
    height: 35px;
  }
  .tmlTopBar.tmlTopBar_lg .tmlTopBar_bar .tmlTopBar_block li.tmlTopBar_tmlIcon .tmlTopBar_tmlName {
    display: none !important;
  }
}

.hero {
  position: relative;
  text-align: center;
}
.hero .hero__video {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.6;
}
.hero .hero__video video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.125s ease-in;
  transition: opacity 0.125s ease-in;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .hero__video:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 55vh;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(80%, black));
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, black 80%);
}
.hero.preview {
  background: #000;
}
.hero.preview .hero__video {
  position: absolute;
  z-index: 0;
}
.hero .hero__main {
  min-height: 70vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding-top: 4rem;
}
.hero .hero__events {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 6rem;
  min-height: 200px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(rgba(0, 0, 0, 0) 80%, black 100%);
}
.hero .hero__events .hero__events-list {
  width: 90%;
  margin: 1rem auto 0 auto;
}
.hero .hero__events .hero__events-list li {
  width: 100%;
  list-style-type: none;
}
.hero .hero__events .hero__events-list li + li {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .hero .hero__events {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(black));
    background: linear-gradient(rgba(0, 0, 0, 0) 50%, black 100%);
    padding-bottom: 0;
  }
  .hero .hero__events .hero__events-list {
    width: 90%;
    max-width: 800px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .hero .hero__events .hero__events-list li {
    width: 48%;
  }
  .hero .hero__events .hero__events-list li + li {
    margin-top: 0;
    margin-left: 4%;
    margin-bottom: 0;
  }
  .hero .hero__main {
    padding-top: 6rem;
    min-height: 76vh;
  }
}

.event {
  position: relative;
}
.event .event__subtitle,
.event .event__title {
  display: block;
}
.event.event--item {
  position: relative;
  padding: 0.5rem 0;
  -webkit-transition: background 0.125s ease-in-out;
  transition: background 0.125s ease-in-out;
  cursor: pointer;
}
.event.event--item .event__date {
  margin-top: 0.25rem;
  font-size: 1.125rem;
}
.event.event--item .event__location {
  margin: 0.25rem 0 1.5rem 0;
  font-size: 1rem;
  color: #ababab;
}
.event.event--item .event__video-progress {
  display: none;
}
.event.event--item .btn--link {
  visibility: hidden;
  margin: 0 auto;
  max-width: 200px;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.2s ease-in, -webkit-transform 0.1s ease-in;
  transition: opacity 0.2s ease-in, -webkit-transform 0.1s ease-in;
  transition: opacity 0.2s ease-in, transform 0.1s ease-in;
  transition: opacity 0.2s ease-in, transform 0.1s ease-in, -webkit-transform 0.1s ease-in;
}
.event.event--item.event--active {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 6px;
}
.event.event--item.event--active .event__subtitle {
  color: #fff;
  -webkit-transition: color 0.125s ease-in-out;
  transition: color 0.125s ease-in-out;
}
.event.event--item.event--active .btn--link {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 768px) {
  .event.event--item .btn--link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
            justify-content: center;
    padding: 0.5rem;
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  .event.event--item .btn--link:after {
    margin: 0 0.5rem 0 0;
  }
  .event.event--item .btn--link.btn--link {
    border: none;
  }
}
.event.event--highlight {
  -webkit-transition: opacity 0.2s 0.2s ease-out;
  transition: opacity 0.2s 0.2s ease-out;
}
.event.event--highlight .event__title {
  color: #fff;
}
.event.event--highlight .event__subtitle,
.event.event--highlight .event__description {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.75);
}
.event.event--highlight .event__subtitle {
  margin: 0.5rem 0;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
}
.event.event--highlight .event__description {
  margin: 0.25rem 0;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.1875rem;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.event.event--highlight .btn {
  margin-top: 1.5rem;
}
@media (min-width: 576px) {
  .event.event--highlight .event__subtitle {
    font-size: 1rem;
  }
  .event.event--highlight .event__description {
    font-size: 0.9357rem;
  }
  .event.event--highlight .event__buttons {
    display: -webkit-box;
    display: flex;
  }
  .event.event--highlight .btn {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.event + .event:before {
  content: "";
  position: absolute;
  top: -2rem;
  left: 35%;
  width: 30%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
  .event.event--item {
    opacity: 0.5;
  }
  .event.event--item.event--active {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .event.event--item {
    padding: 1.5rem 0;
  }
  .event.event--item .event__video-progress {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: #d8d8d8;
    height: 2px;
  }
  .event.event--item .event__video-progress.animated {
    -webkit-transition: width 0.7s linear;
    transition: width 0.7s linear;
  }
  .event.event--item.event--active {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.12)), to(rgba(0, 0, 0, 0.12)));
    background: linear-gradient(rgba(255, 255, 255, 0.12) 0%, rgba(0, 0, 0, 0.12) 100%);
    border-radius: 0;
  }
  .event.event--item.event--active .event__video-progress {
    opacity: 1;
  }
  .event + .event:before {
    top: 8%;
    left: -4%;
    width: 1px;
    height: 60%;
  }
}

.card-list {
  margin: 3rem auto;
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  flex-wrap: wrap;
}
.card-list li {
  max-height: 580px;
  height: 80vw;
  width: 100%;
  margin: 0 0 1.5rem 0;
}
@media (min-width: 768px) {
  .card-list li {
    height: 50vw;
    width: 48%;
    margin: 0 1% 1.5rem 1%;
  }
}

.footer {
  margin-top: 3rem;
  text-align: center;
  padding: 1.5rem 0 120px 0;
}
.footer .footer__logo {
  max-width: 239px;
}
.footer .footer__disclaimer {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 2rem;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.1rem;
}
.footer .footer__disclaimer a {
  position: relative;
  color: inherit;
}
.footer .footer__disclaimer a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #3a3a3a;
}
@media (min-width: 576px) {
  .footer .footer__disclaimer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .footer .footer__disclaimer span:after {
    content: "\2022";
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
}

.tmlTopBar_radioContent {
  position: fixed !important;
  bottom: 0 !important;
  top: auto !important;
  -webkit-transition: -webkit-transform 0.125s ease-out !important;
  transition: -webkit-transform 0.125s ease-out !important;
  transition: transform 0.125s ease-out !important;
  transition: transform 0.125s ease-out, -webkit-transform 0.125s ease-out !important;
}
@media (min-width: 768px) {
  .tmlTopBar_radioContent {
    height: 84px;
    left: 3.5vw !important;
    bottom: 1.75vw !important;
    right: auto !important;
  }
}
@media (max-width: 768px) {
  .tmlTopBar_radioContent {
    border-bottom: none !important;
    border-top: 1px solid rgba(151, 151, 151, 0.4);
  }
  .tmlTopBar_radioContent.tmlTopBar_radioContent--hidden {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}